Plugin Directory

Changeset 2585431


Ignore:
Timestamp:
08/19/2021 11:38:35 AM (5 years ago)
Author:
re_enter_rupok
Message:

Version 4.8.4

Location:
essential-addons-for-elementor-lite
Files:
443 added
25 edited

Legend:

Unmodified
Added
Removed
  • essential-addons-for-elementor-lite/trunk/assets/front-end/css/view/advanced-tabs.css

    r2421288 r2585431  
    5858
    5959.eael-advance-tabs .eael-tabs-nav > ul li:hover,
    60 .eael-advance-tabs .eael-tabs-nav > ul li.active,
    61 .eael-advance-tabs .eael-tabs-nav > ul li.active-default {
     60.eael-advance-tabs .eael-tabs-nav > ul li.active {
    6261  background-color: #444;
    6362}
    6463
    65 .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
    66 .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
     64.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after {
    6765  display: none;
    6866}
    6967
    70 .eael-advance-tabs .eael-tabs-nav > ul li.active:after,
    71 .eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
     68.eael-advance-tabs .eael-tabs-nav > ul li.active:after {
    7269  display: block;
    7370}
     
    8885}
    8986
    90 .eael-advance-tabs .eael-tabs-content > div.active,
    91 .eael-advance-tabs .eael-tabs-content > div.active-default {
     87.eael-advance-tabs .eael-tabs-content > div.active {
    9288  display: block;
    9389  width: 100%;
  • essential-addons-for-elementor-lite/trunk/assets/front-end/css/view/advanced-tabs.min.css

    r2421288 r2585431  
    1 .eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0px;margin:0px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0px;right:0px;margin:0 auto;z-index:1;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0px;display:none}.eael-advance-tabs .eael-tabs-nav>ul li:hover,.eael-advance-tabs .eael-tabs-nav>ul li.active,.eael-advance-tabs .eael-tabs-nav>ul li.active-default{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active:after,.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after{display:block}.eael-tabs-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .fa,.eael-tab-top-icon li .eael-tab-title{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{bottom:auto !important;right:-10px;top:calc(50% - 10px);left:auto !important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width: 767px){.eael-advance-tabs .eael-tabs-nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent !important;bottom:-20px !important;left:0 !important;right:0 !important;top:auto !important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444 !important}}.rtl .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{border-right:10px solid #444;border-left:0}
     1.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0px;margin:0px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0px;right:0px;margin:0 auto;z-index:1;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0px;display:none}.eael-advance-tabs .eael-tabs-nav>ul li:hover,.eael-advance-tabs .eael-tabs-nav>ul li.active{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active:after{display:block}.eael-tabs-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .fa,.eael-tab-top-icon li .eael-tab-title{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{bottom:auto !important;right:-10px;top:calc(50% - 10px);left:auto !important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width: 767px){.eael-advance-tabs .eael-tabs-nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent !important;bottom:-20px !important;left:0 !important;right:0 !important;top:auto !important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444 !important}}.rtl .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after{border-right:10px solid #444;border-left:0}
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/edit/ea-select2.js

    r2462832 r2585431  
    33        var ID = '#elementor-control-default-' + obj.data._cid;
    44        setTimeout(function () {
    5             $(ID).select2({
     5            var IDSelect2 = $(ID).select2({
    66                minimumInputLength: 3,
    77                ajax: {
     
    3333                        }).done(function (response) {
    3434                            if (response.success && typeof response.data.results != 'undefined') {
    35                                 Object.entries(response.data.results).forEach(entry => {
    36                                     const [key, value] = entry;
    37                                     element.append('<option selected="selected" value="' + key + '">' + value + '</option>');
    38                                 });
     35                                let eaelSelect2Options = '';
     36                                ids.forEach(function (item, index){
     37                                    if(typeof response.data.results[item] != 'undefined'){
     38                                        const key = item;
     39                                        const value = response.data.results[item];
     40                                        eaelSelect2Options += `<option selected="selected" value="${key}">${value}</option>`;
     41                                    }
     42                                })
     43
     44                                element.append(eaelSelect2Options);
    3945                            }
    4046                            label.siblings('.elementor-control-spinner').remove();
     
    4349                }
    4450            });
     51
     52            //Manual Sorting : Select2 drag and drop : starts
     53            // #ToDo Try to use promise in future
     54            setTimeout(function (){
     55                IDSelect2.next().children().children().children().sortable({
     56                    containment: 'parent',
     57                    stop: function(event, ui) {
     58                        ui.item.parent().children('[title]').each(function() {
     59                            var title = $(this).attr('title');
     60                            var original = $('option:contains(' + title + ')', IDSelect2).first();
     61                            original.detach();
     62                            IDSelect2.append(original)
     63                        });
     64                        IDSelect2.change();
     65                    }
     66                });
     67
     68                $(ID).on("select2:select", function(evt) {
     69                    var element = evt.params.data.element;
     70                    var $element = $(element);
     71
     72                    $element.detach();
     73                    $(this).append($element);
     74                    $(this).trigger("change");
     75                });
     76            },200);
     77            //Manual Sorting : Select2 drag and drop : ends
     78
    4579        }, 100);
     80
    4681    });
    4782}(jQuery));
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/advanced-accordion.js

    r2543593 r2585431  
    9494/***/ (function(module, exports) {
    9595
    96 eval("var AdvAccordionHandler = function AdvAccordionHandler($scope, $) {\n  var $advanceAccordion = $scope.find(\".eael-adv-accordion\"),\n      $accordionHeader = $scope.find(\".eael-accordion-header\"),\n      $accordionType = $advanceAccordion.data(\"accordion-type\"),\n      $accordionSpeed = $advanceAccordion.data(\"toogle-speed\"); // Open default actived tab\n\n  $accordionHeader.each(function () {\n    if ($(this).hasClass(\"active-default\")) {\n      $(this).addClass(\"show active\");\n      $(this).next().slideDown($accordionSpeed);\n    }\n  }); // Remove multiple click event for nested accordion\n\n  $accordionHeader.unbind(\"click\");\n  $accordionHeader.click(function (e) {\n    e.preventDefault();\n    var $this = $(this),\n        $contentNext = $this.next(),\n        $filterGallery = $contentNext.find(\".eael-filter-gallery-container\");\n\n    if ($accordionType === \"accordion\") {\n      if ($this.hasClass(\"show\")) {\n        $this.removeClass(\"show active\");\n        $contentNext.slideUp($accordionSpeed);\n      } else {\n        $this.parent().parent().find(\".eael-accordion-header\").removeClass(\"show active\");\n        $this.parent().parent().find(\".eael-accordion-content\").slideUp($accordionSpeed);\n        $this.toggleClass(\"show active\");\n        $contentNext.slideToggle($accordionSpeed);\n\n        if ($filterGallery.length) {\n          $filterGallery.isotope(\"layout\");\n        }\n      }\n    } else {\n      // For acccordion type 'toggle'\n      if ($this.hasClass(\"show\")) {\n        $this.removeClass(\"show active\");\n        $contentNext.slideUp($accordionSpeed);\n      } else {\n        $this.addClass(\"show active\");\n        $contentNext.slideDown($accordionSpeed);\n\n        if ($filterGallery.length) {\n          $filterGallery.isotope(\"layout\");\n        }\n      }\n    }\n  });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-accordion.default\", AdvAccordionHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-accordion.js?");
     96eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-accordion.default\", function ($scope, $) {\n    var hashTag = window.location.hash.substr(1);\n    var hashTagExists = false;\n    var $advanceAccordion = $scope.find(\".eael-adv-accordion\"),\n        $accordionHeader = $scope.find(\".eael-accordion-header\"),\n        $accordionType = $advanceAccordion.data(\"accordion-type\"),\n        $accordionSpeed = $advanceAccordion.data(\"toogle-speed\"); // Open default actived tab\n\n    if (hashTag) {\n      $accordionHeader.each(function () {\n        if ($(this).attr(\"id\") == hashTag) {\n          hashTagExists = true;\n          $(this).addClass(\"show active\");\n          $(this).next().slideDown($accordionSpeed);\n        }\n      });\n    }\n\n    if (hashTagExists === false) {\n      $accordionHeader.each(function () {\n        if ($(this).hasClass(\"active-default\")) {\n          $(this).addClass(\"show active\");\n          $(this).next().slideDown($accordionSpeed);\n        }\n      });\n    } // Remove multiple click event for nested accordion\n\n\n    $accordionHeader.unbind(\"click\");\n    $accordionHeader.click(function (e) {\n      e.preventDefault();\n      var $this = $(this);\n\n      if ($accordionType === \"accordion\") {\n        if ($this.hasClass(\"show\")) {\n          $this.removeClass(\"show active\");\n          $this.next().slideUp($accordionSpeed);\n        } else {\n          $this.parent().parent().find(\".eael-accordion-header\").removeClass(\"show active\");\n          $this.parent().parent().find(\".eael-accordion-content\").slideUp($accordionSpeed);\n          $this.toggleClass(\"show active\");\n          $this.next().slideToggle($accordionSpeed);\n        }\n      } else {\n        // For acccordion type 'toggle'\n        if ($this.hasClass(\"show\")) {\n          $this.removeClass(\"show active\");\n          $this.next().slideUp($accordionSpeed);\n        } else {\n          $this.addClass(\"show active\");\n          $this.next().slideDown($accordionSpeed);\n        }\n      }\n\n      ea.hooks.doAction(\"widgets.reinit\", $this.parent());\n    });\n  });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-accordion.js?");
    9797
    9898/***/ })
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/advanced-accordion.min.js

    r2543593 r2585431  
    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=0)}([function(e,t){var n=function(e,t){var n=e.find(".eael-adv-accordion"),o=e.find(".eael-accordion-header"),r=n.data("accordion-type"),a=n.data("toogle-speed");o.each((function(){t(this).hasClass("active-default")&&(t(this).addClass("show active"),t(this).next().slideDown(a))})),o.unbind("click"),o.click((function(e){e.preventDefault();var n=t(this),o=n.next(),i=o.find(".eael-filter-gallery-container");"accordion"===r?n.hasClass("show")?(n.removeClass("show active"),o.slideUp(a)):(n.parent().parent().find(".eael-accordion-header").removeClass("show active"),n.parent().parent().find(".eael-accordion-content").slideUp(a),n.toggleClass("show active"),o.slideToggle(a),i.length&&i.isotope("layout")):n.hasClass("show")?(n.removeClass("show active"),o.slideUp(a)):(n.addClass("show active"),o.slideDown(a),i.length&&i.isotope("layout"))}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-accordion.default",n)}))}]);
     1!function(e){var t={};function n(o){if(t[o])return t[o].exports;var a=t[o]={i:o,l:!1,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(o,a,function(t){return e[t]}.bind(null,a));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-accordion.default",(function(e,t){var n=window.location.hash.substr(1),o=!1,a=e.find(".eael-adv-accordion"),i=e.find(".eael-accordion-header"),r=a.data("accordion-type"),s=a.data("toogle-speed");n&&i.each((function(){t(this).attr("id")==n&&(o=!0,t(this).addClass("show active"),t(this).next().slideDown(s))})),!1===o&&i.each((function(){t(this).hasClass("active-default")&&(t(this).addClass("show active"),t(this).next().slideDown(s))})),i.unbind("click"),i.click((function(e){e.preventDefault();var n=t(this);"accordion"===r?n.hasClass("show")?(n.removeClass("show active"),n.next().slideUp(s)):(n.parent().parent().find(".eael-accordion-header").removeClass("show active"),n.parent().parent().find(".eael-accordion-content").slideUp(s),n.toggleClass("show active"),n.next().slideToggle(s)):n.hasClass("show")?(n.removeClass("show active"),n.next().slideUp(s)):(n.addClass("show active"),n.next().slideDown(s)),ea.hooks.doAction("widgets.reinit",n.parent())}))}))}))}]);
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/advanced-tabs.js

    r2559833 r2585431  
    9494/***/ (function(module, exports) {
    9595
    96 eval("var AdvanceTabHandler = function AdvanceTabHandler($scope, $) {\n  var $currentTab = $scope.find('.eael-advance-tabs'),\n      $currentTabId = '#' + $currentTab.attr('id').toString();\n  $($currentTabId + ' > .eael-tabs-nav ul li').each(function (index) {\n    if ($(this).hasClass('active-default')) {\n      $($currentTabId + ' .eael-tabs-nav > ul li').removeClass('active').addClass('inactive');\n      $(this).removeClass('inactive');\n    } else {\n      if (index == 0) {\n        $(this).removeClass('inactive').addClass('active');\n      }\n    }\n  });\n  $($currentTabId + ' > .eael-tabs-content > div').each(function (index) {\n    if ($(this).hasClass('active-default')) {\n      $($currentTabId + ' > .eael-tabs-content > div').removeClass('active');\n    } else {\n      if (index == 0) {\n        $(this).removeClass('inactive').addClass('active');\n      }\n    }\n  });\n  $($currentTabId + ' .eael-tabs-nav ul li').click(function () {\n    var currentTabIndex = $(this).index();\n    var tabsContainer = $(this).closest('.eael-advance-tabs');\n    var tabsNav = $(tabsContainer).children('.eael-tabs-nav').children('ul').children('li');\n    var tabsContent = $(tabsContainer).children('.eael-tabs-content').children('div');\n    $(this).parent('li').addClass('active');\n    $(tabsNav).removeClass('active active-default').addClass('inactive');\n    $(this).addClass('active').removeClass('inactive');\n    $(tabsContent).removeClass('active').addClass('inactive');\n    $(tabsContent).eq(currentTabIndex).addClass('active').removeClass('inactive');\n    var $filterGallery = tabsContent.eq(currentTabIndex).find('.eael-filter-gallery-container'),\n        $postGridGallery = tabsContent.eq(currentTabIndex).find('.eael-post-grid.eael-post-appender'),\n        $twitterfeedGallery = tabsContent.eq(currentTabIndex).find('.eael-twitter-feed-masonry'),\n        $instaGallery = tabsContent.eq(currentTabIndex).find('.eael-instafeed'),\n        $paGallery = tabsContent.eq(currentTabIndex).find('.premium-gallery-container');\n\n    if ($postGridGallery.length) {\n      $postGridGallery.isotope('layout');\n    }\n\n    if ($twitterfeedGallery.length) {\n      $twitterfeedGallery.isotope('layout');\n    }\n\n    if ($filterGallery.length) {\n      $filterGallery.isotope('layout');\n    }\n\n    if ($instaGallery.length) {\n      $instaGallery.isotope('layout');\n    }\n\n    if ($paGallery.length) {\n      $paGallery.each(function (index, item) {\n        $(item).isotope('layout');\n      });\n    }\n\n    $(tabsContent).each(function (index) {\n      $(this).removeClass('active-default');\n    });\n  });\n};\n\njQuery(window).on('elementor/frontend/init', function () {\n  elementorFrontend.hooks.addAction('frontend/element_ready/eael-adv-tabs.default', AdvanceTabHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
     96eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-tabs.default\", function ($scope, $) {\n    var $currentTab = $scope.find('.eael-advance-tabs'),\n        $currentTabId = '#' + $currentTab.attr('id').toString();\n    var hashTag = window.location.hash.substr(1);\n    $($currentTabId + ' > .eael-tabs-nav ul li', $scope).each(function (index) {\n      if (hashTag) {\n        if ($(this).attr(\"id\") == hashTag) {\n          $(this).removeClass(\"inactive\").addClass(\"active\");\n        }\n      } else {\n        if ($(this).hasClass(\"active-default\")) {\n          $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n          $(this).removeClass(\"inactive\").addClass('active');\n        } else {\n          if (index == 0) {\n            $(this).removeClass(\"inactive\").addClass(\"active\");\n          }\n        }\n      }\n    });\n    $($currentTabId + ' > .eael-tabs-content > div', $scope).each(function (index) {\n      if (hashTag) {\n        if ($(this).attr(\"id\") == hashTag) {\n          $(this).removeClass(\"inactive\").addClass(\"active\");\n        }\n      } else {\n        if ($(this).hasClass(\"active-default\")) {\n          $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n          $(this).removeClass(\"inactive\").addClass(\"active\");\n        } else {\n          if (index == 0) {\n            $(this).removeClass(\"inactive\").addClass(\"active\");\n          }\n        }\n      }\n    });\n    $($currentTabId + ' .eael-tabs-nav ul li', $scope).on(\"click\", function (e) {\n      e.preventDefault();\n      var currentTabIndex = $(this).index();\n      var tabsContainer = $(this).closest(\".eael-advance-tabs\");\n      var tabsNav = $(tabsContainer).children(\".eael-tabs-nav\").children(\"ul\").children(\"li\");\n      var tabsContent = $(tabsContainer).children(\".eael-tabs-content\").children(\"div\");\n      $(this).parent(\"li\").addClass(\"active\");\n      $(tabsNav).removeClass(\"active active-default\").addClass(\"inactive\");\n      $(this).addClass(\"active\").removeClass(\"inactive\");\n      $(tabsContent).removeClass(\"active\").addClass(\"inactive\");\n      $(tabsContent).eq(currentTabIndex).addClass(\"active\").removeClass(\"inactive\");\n      $(tabsContent).each(function (index) {\n        $(this).removeClass(\"active-default\");\n      });\n      var $filterGallery = tabsContent.eq(currentTabIndex).find(\".eael-filter-gallery-container\"),\n          $postGridGallery = tabsContent.eq(currentTabIndex).find(\".eael-post-grid.eael-post-appender\"),\n          $twitterfeedGallery = tabsContent.eq(currentTabIndex).find(\".eael-twitter-feed-masonry\"),\n          $instaGallery = tabsContent.eq(currentTabIndex).find(\".eael-instafeed\"),\n          $paGallery = tabsContent.eq(currentTabIndex).find(\".premium-gallery-container\"),\n          $evCalendar = $(\".eael-event-calendar-cls\", tabsContent);\n\n      if ($postGridGallery.length) {\n        $postGridGallery.isotope(\"layout\");\n      }\n\n      if ($twitterfeedGallery.length) {\n        $twitterfeedGallery.isotope(\"layout\");\n      }\n\n      if ($filterGallery.length) {\n        $filterGallery.isotope(\"layout\");\n      }\n\n      if ($instaGallery.length) {\n        $instaGallery.isotope(\"layout\");\n      }\n\n      if ($paGallery.length) {\n        $paGallery.each(function (index, item) {\n          $(item).isotope(\"layout\");\n        });\n      }\n\n      if ($evCalendar.length) {\n        ea.hooks.doAction(\"eventCalendar.reinit\");\n      }\n    });\n  });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
    9797
    9898/***/ })
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/advanced-tabs.min.js

    r2559833 r2585431  
    1 !function(e){var t={};function a(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,a),i.l=!0,i.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 i in e)a.d(n,i,function(t){return e[t]}.bind(null,i));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=2)}({2:function(e,t){var a=function(e,t){var a="#"+e.find(".eael-advance-tabs").attr("id").toString();t(a+" > .eael-tabs-nav ul li").each((function(e){t(this).hasClass("active-default")?(t(a+" .eael-tabs-nav > ul li").removeClass("active").addClass("inactive"),t(this).removeClass("inactive")):0==e&&t(this).removeClass("inactive").addClass("active")})),t(a+" > .eael-tabs-content > div").each((function(e){t(this).hasClass("active-default")?t(a+" > .eael-tabs-content > div").removeClass("active"):0==e&&t(this).removeClass("inactive").addClass("active")})),t(a+" .eael-tabs-nav ul li").click((function(){var e=t(this).index(),a=t(this).closest(".eael-advance-tabs"),n=t(a).children(".eael-tabs-nav").children("ul").children("li"),i=t(a).children(".eael-tabs-content").children("div");t(this).parent("li").addClass("active"),t(n).removeClass("active active-default").addClass("inactive"),t(this).addClass("active").removeClass("inactive"),t(i).removeClass("active").addClass("inactive"),t(i).eq(e).addClass("active").removeClass("inactive");var l=i.eq(e).find(".eael-filter-gallery-container"),o=i.eq(e).find(".eael-post-grid.eael-post-appender"),r=i.eq(e).find(".eael-twitter-feed-masonry"),s=i.eq(e).find(".eael-instafeed"),c=i.eq(e).find(".premium-gallery-container");o.length&&o.isotope("layout"),r.length&&r.isotope("layout"),l.length&&l.isotope("layout"),s.length&&s.isotope("layout"),c.length&&c.each((function(e,a){t(a).isotope("layout")})),t(i).each((function(e){t(this).removeClass("active-default")}))}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",a)}))}});
     1!function(e){var t={};function a(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(i,n,function(t){return e[t]}.bind(null,n));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=2)}({2:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",(function(e,t){var a="#"+e.find(".eael-advance-tabs").attr("id").toString(),i=window.location.hash.substr(1);t(a+" > .eael-tabs-nav ul li",e).each((function(n){i?t(this).attr("id")==i&&t(this).removeClass("inactive").addClass("active"):t(this).hasClass("active-default")?(t(a+" .eael-tabs-nav > ul li",e).removeClass("active").addClass("inactive"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" > .eael-tabs-content > div",e).each((function(n){i?t(this).attr("id")==i&&t(this).removeClass("inactive").addClass("active"):t(this).hasClass("active-default")?(t(a+" > .eael-tabs-content > div",e).removeClass("active"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" .eael-tabs-nav ul li",e).on("click",(function(e){e.preventDefault();var a=t(this).index(),i=t(this).closest(".eael-advance-tabs"),n=t(i).children(".eael-tabs-nav").children("ul").children("li"),l=t(i).children(".eael-tabs-content").children("div");t(this).parent("li").addClass("active"),t(n).removeClass("active active-default").addClass("inactive"),t(this).addClass("active").removeClass("inactive"),t(l).removeClass("active").addClass("inactive"),t(l).eq(a).addClass("active").removeClass("inactive"),t(l).each((function(e){t(this).removeClass("active-default")}));var s=l.eq(a).find(".eael-filter-gallery-container"),o=l.eq(a).find(".eael-post-grid.eael-post-appender"),r=l.eq(a).find(".eael-twitter-feed-masonry"),c=l.eq(a).find(".eael-instafeed"),d=l.eq(a).find(".premium-gallery-container"),v=t(".eael-event-calendar-cls",l);o.length&&o.isotope("layout"),r.length&&r.isotope("layout"),s.length&&s.isotope("layout"),c.length&&c.isotope("layout"),d.length&&d.each((function(e,a){t(a).isotope("layout")})),v.length&&ea.hooks.doAction("eventCalendar.reinit")}))}))}))}});
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/event-calendar.js

    r2572968 r2585431  
    9494/***/ (function(module, exports) {
    9595
    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        }\n\n        var motionCheck = $(document).find(\".elementor-motion-effects-element #eaelecModal.eael-ec-popup-ready\");\n\n        if (motionCheck.length > 0) {\n          var transform = motionCheck.closest(\".elementor-motion-effects-element\");\n\n          if (transform.css(\"--translateY\") != undefined) {\n            transform.css(\"transform\", \"none\");\n          }\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    eael_remove_popup(ecModal);\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      eael_remove_popup(ecModal);\n    }\n  });\n\n  function eael_remove_popup(ecModal) {\n    ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n    var motionCheck = $(document).find(\".elementor-motion-effects-element #eaelecModal.eael-ec-modal-removing\");\n\n    if (motionCheck.length > 0) {\n      var transform = motionCheck.closest(\".elementor-motion-effects-element\");\n\n      if (transform.css(\"--translateY\") != undefined) {\n        transform.css(\"transform\", \"translateY(var(--translateY))\");\n      }\n    }\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?");
     96eval("var EventCalendar = function EventCalendar($scope, $) {\n  var Calendar = FullCalendar.Calendar;\n  var element = $(\".eael-event-calendar-cls\", $scope),\n      CloseButton = $(\".eaelec-modal-close\", $scope).eq(0),\n      ecModal = $(\"#eaelecModal\", $scope),\n      eventAll = element.data(\"events\"),\n      firstDay = element.data(\"first_day\"),\n      calendarID = element.data(\"cal_id\"),\n      locale = element.data(\"locale\"),\n      translate = element.data(\"translate\"),\n      defaultView = element.data(\"defaultview\"),\n      time_format = element.data(\"time_format\") == \"yes\" ? true : false;\n  var calendar = new Calendar($scope[0].querySelector(\".eael-event-calendar-cls\"), {\n    plugins: [\"dayGrid\", \"timeGrid\", \"list\"],\n    editable: false,\n    selectable: false,\n    draggable: false,\n    firstDay: firstDay,\n    eventTimeFormat: {\n      hour: \"2-digit\",\n      minute: \"2-digit\",\n      hour12: !time_format\n    },\n    nextDayThreshold: \"00:00:00\",\n    header: {\n      left: \"prev,next today\",\n      center: \"title\",\n      right: \"timeGridDay,timeGridWeek,dayGridMonth,listMonth\"\n    },\n    events: eventAll,\n    selectHelper: true,\n    locale: locale,\n    eventLimit: 3,\n    defaultView: defaultView,\n    eventRender: function eventRender(info) {\n      var element = $(info.el),\n          event = info.event;\n      moment.locale(locale); // when event is finished event text are cross\n\n      if (event.extendedProps.eventHasComplete !== undefined && event.extendedProps.eventHasComplete === \"yes\") {\n        element.find(\"div.fc-content .fc-title\").addClass(\"eael-event-completed\");\n        element.find(\"td.fc-list-item-title\").addClass(\"eael-event-completed\");\n      }\n\n      translate.today = info.event._calendar.dateEnv.locale.options.buttonText.today;\n      element.attr(\"href\", \"javascript:void(0);\");\n      element.click(function (e) {\n        e.preventDefault();\n        e.stopPropagation();\n        var startDate = event.start,\n            timeFormate = time_format ? \"H:mm\" : \"h:mm A\",\n            endDate = event.end,\n            startSelector = $(\"span.eaelec-event-date-start\"),\n            endSelector = $(\"span.eaelec-event-date-end\");\n\n        if (event.allDay === \"yes\") {\n          var newEnd = moment(endDate).subtract(1, \"days\");\n          endDate = newEnd._d;\n          timeFormate = \" \";\n        }\n\n        var startYear = moment(startDate).format(\"YYYY\"),\n            endYear = moment(endDate).format(\"YYYY\"),\n            yearDiff = endYear > startYear,\n            startView = \"\",\n            endView = \"\";\n        startSelector.html(\" \");\n        endSelector.html(\" \");\n        ecModal.addClass(\"eael-ec-popup-ready\").removeClass(\"eael-ec-modal-removing\");\n\n        if (event.allDay === \"yes\" && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n          startView = moment(startDate).format(\"MMM Do\");\n\n          if (moment(startDate).isSame(Date.now(), \"day\") === true) {\n            startView = translate.today;\n          } else if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n            startView = translate.tomorrow;\n          }\n        } else {\n          if (moment(event.start).isSame(Date.now(), \"day\") === true) {\n            startView = translate.today + \" \" + moment(event.start).format(timeFormate);\n          }\n\n          if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n            startView = translate.tomorrow + \" \" + moment(event.start).format(timeFormate);\n          }\n\n          if (moment(startDate).format(\"MM-DD-YYYY\") < moment(new Date()).format(\"MM-DD-YYYY\") || moment(startDate).format(\"MM-DD-YYYY\") > moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n            startView = moment(event.start).format(\"MMM Do \" + timeFormate);\n          }\n\n          startView = yearDiff ? startYear + \" \" + startView : startView;\n\n          if (moment(endDate).isSame(Date.now(), \"day\") === true) {\n            if (moment(startDate).isSame(Date.now(), \"day\") !== true) {\n              endView = translate.today + \" \" + moment(endDate).format(timeFormate);\n            } else {\n              endView = moment(endDate).format(timeFormate);\n            }\n          }\n\n          if (moment(startDate).format(\"MM-DD-YYYY\") !== moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n            endView = translate.tomorrow + \" \" + moment(endDate).format(timeFormate);\n          }\n\n          if (moment(startDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\") && moment(endDate).format(\"MM-DD-YYYY\") === moment(new Date()).add(1, \"days\").format(\"MM-DD-YYYY\")) {\n            endView = moment(endDate).format(timeFormate);\n          }\n\n          if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n            endView = moment(endDate).format(\"MMM Do \" + timeFormate);\n          }\n\n          if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n            endView = moment(endDate).format(timeFormate);\n          }\n\n          endView = yearDiff ? endYear + \" \" + endView : endView;\n        }\n\n        if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === \"yes\") {\n          endSelector.html(\" \");\n        } else {\n          endSelector.html(endView != \"\" ? \"- \" + endView : \"\");\n        }\n\n        startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n        $(\".eaelec-modal-header h2\").html(event.title);\n        $(\".eaelec-modal-body p\").html(event.extendedProps.description);\n\n        if (event.extendedProps.description.length < 1) {\n          $(\".eaelec-modal-body\").css(\"height\", \"auto\");\n        } else {\n          $(\".eaelec-modal-body\").css(\"height\", \"300px\");\n        }\n\n        $(\".eaelec-modal-footer a\").attr(\"href\", event.url);\n\n        if (event.extendedProps.external === \"on\") {\n          $(\".eaelec-modal-footer a\").attr(\"target\", \"_blank\");\n        }\n\n        if (event.extendedProps.nofollow === \"on\") {\n          $(\".eaelec-modal-footer a\").attr(\"rel\", \"nofollow\");\n        }\n\n        if (event.url == \"\") {\n          $(\".eaelec-modal-footer a\").css(\"display\", \"none\");\n        } // Popup color\n\n\n        $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n      });\n    }\n  });\n  CloseButton.on(\"click\", function (event) {\n    event.stopPropagation();\n    ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n  });\n  $(document).on(\"click\", function (event) {\n    if (event.target.closest(\".eaelec-modal-content\")) return;\n\n    if (ecModal.hasClass(\"eael-ec-popup-ready\")) {\n      ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n    }\n  });\n  calendar.render();\n  ea.hooks.addAction(\"eventCalendar.reinit\", \"ea\", function () {\n    calendar.today();\n  });\n};\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-event-calendar.default\", EventCalendar);\n});\n\n//# sourceURL=webpack:///./src/js/view/event-calendar.js?");
    9797
    9898/***/ })
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/event-calendar.min.js

    r2572968 r2585431  
    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"),l=o.data("first_day"),d=o.data("cal_id"),s=o.data("locale"),i=o.data("translate"),c=o.data("defaultview"),f="yes"==o.data("time_format"),Y=new a(document.getElementById("eael-event-calendar-"+d),{plugins:["dayGrid","timeGrid","list"],editable:!1,selectable:!1,draggable:!1,firstDay:l,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:s,eventLimit:3,defaultView:c,eventRender:function(e){var a=t(e.el),o=e.event;moment.locale(s),void 0!==o.extendedProps.eventHasComplete&&"yes"===o.extendedProps.eventHasComplete&&(a.find("div.fc-content .fc-title").addClass("eael-event-completed"),a.find("td.fc-list-item-title").addClass("eael-event-completed")),i.today=e.event._calendar.dateEnv.locale.options.buttonText.today,a.attr("href","javascript:void(0);"),a.click((function(e){e.preventDefault(),e.stopPropagation();var a=o.start,n=f?"H:mm":"h:mm A",m=o.end,l=t("span.eaelec-event-date-start"),d=t("span.eaelec-event-date-end");"yes"===o.allDay&&(m=moment(m).subtract(1,"days")._d,n=" ");var s=moment(a).format("YYYY"),c=moment(m).format("YYYY"),Y=c>s,u="",D="";l.html(" "),d.html(" "),r.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),"yes"===o.allDay&&moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")?(u=moment(a).format("MMM Do"),!0===moment(a).isSame(Date.now(),"day")?u=i.today:moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=i.tomorrow)):(!0===moment(o.start).isSame(Date.now(),"day")&&(u=i.today+" "+moment(o.start).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=i.tomorrow+" "+moment(o.start).format(n)),(moment(a).format("MM-DD-YYYY")<moment(new Date).format("MM-DD-YYYY")||moment(a).format("MM-DD-YYYY")>moment(new Date).add(1,"days").format("MM-DD-YYYY"))&&(u=moment(o.start).format("MMM Do "+n)),u=Y?s+" "+u:u,!0===moment(m).isSame(Date.now(),"day")&&(D=!0!==moment(a).isSame(Date.now(),"day")?i.today+" "+moment(m).format(n):moment(m).format(n)),moment(a).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=i.tomorrow+" "+moment(m).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=moment(m).format(n)),moment(m).diff(moment(a),"days")>0&&d.text().trim().length<1&&(D=moment(m).format("MMM Do "+n)),moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")&&(D=moment(m).format(n)),D=Y?c+" "+D:D),void 0!==o.extendedProps.hideEndDate&&"yes"===o.extendedProps.hideEndDate?d.html(" "):d.html(""!=D?"- "+D:""),l.html('<i class="eicon-calendar"></i> '+u),t(".eaelec-modal-header h2").html(o.title),t(".eaelec-modal-body p").html(o.extendedProps.description),o.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px"),t(".eaelec-modal-footer a").attr("href",o.url),"on"===o.extendedProps.external&&t(".eaelec-modal-footer a").attr("target","_blank"),"on"===o.extendedProps.nofollow&&t(".eaelec-modal-footer a").attr("rel","nofollow"),""==o.url&&t(".eaelec-modal-footer a").css("display","none");var p=t(document).find(".elementor-motion-effects-element #eaelecModal.eael-ec-popup-ready");if(p.length>0){var M=p.closest(".elementor-motion-effects-element");null!=M.css("--translateY")&&M.css("transform","none")}t(".eaelec-modal-header").css("border-left","5px solid "+o.borderColor)}))}});function u(e){e.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready");var a=t(document).find(".elementor-motion-effects-element #eaelecModal.eael-ec-modal-removing");if(a.length>0){var o=a.closest(".elementor-motion-effects-element");null!=o.css("--translateY")&&o.css("transform","translateY(var(--translateY))")}}n.on("click",(function(){event.stopPropagation(),u(r)})),t(document).on("click",(function(e){e.target.closest(".eaelec-modal-content")||r.hasClass("eael-ec-popup-ready")&&u(r)})),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"),o.data("locale")),i=o.data("translate"),s=o.data("defaultview"),c="yes"==o.data("time_format"),f=new a(e[0].querySelector(".eael-event-calendar-cls"),{plugins:["dayGrid","timeGrid","list"],editable:!1,selectable:!1,draggable:!1,firstDay:d,eventTimeFormat:{hour:"2-digit",minute:"2-digit",hour12:!c},nextDayThreshold:"00:00:00",header:{left:"prev,next today",center:"title",right:"timeGridDay,timeGridWeek,dayGridMonth,listMonth"},events:m,selectHelper:!0,locale:l,eventLimit:3,defaultView:s,eventRender:function(e){var a=t(e.el),o=e.event;moment.locale(l),void 0!==o.extendedProps.eventHasComplete&&"yes"===o.extendedProps.eventHasComplete&&(a.find("div.fc-content .fc-title").addClass("eael-event-completed"),a.find("td.fc-list-item-title").addClass("eael-event-completed")),i.today=e.event._calendar.dateEnv.locale.options.buttonText.today,a.attr("href","javascript:void(0);"),a.click((function(e){e.preventDefault(),e.stopPropagation();var a=o.start,n=c?"H:mm":"h:mm A",m=o.end,d=t("span.eaelec-event-date-start"),l=t("span.eaelec-event-date-end");"yes"===o.allDay&&(m=moment(m).subtract(1,"days")._d,n=" ");var s=moment(a).format("YYYY"),f=moment(m).format("YYYY"),Y=f>s,u="",D="";d.html(" "),l.html(" "),r.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),"yes"===o.allDay&&moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")?(u=moment(a).format("MMM Do"),!0===moment(a).isSame(Date.now(),"day")?u=i.today:moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=i.tomorrow)):(!0===moment(o.start).isSame(Date.now(),"day")&&(u=i.today+" "+moment(o.start).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(u=i.tomorrow+" "+moment(o.start).format(n)),(moment(a).format("MM-DD-YYYY")<moment(new Date).format("MM-DD-YYYY")||moment(a).format("MM-DD-YYYY")>moment(new Date).add(1,"days").format("MM-DD-YYYY"))&&(u=moment(o.start).format("MMM Do "+n)),u=Y?s+" "+u:u,!0===moment(m).isSame(Date.now(),"day")&&(D=!0!==moment(a).isSame(Date.now(),"day")?i.today+" "+moment(m).format(n):moment(m).format(n)),moment(a).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=i.tomorrow+" "+moment(m).format(n)),moment(a).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(m).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(D=moment(m).format(n)),moment(m).diff(moment(a),"days")>0&&l.text().trim().length<1&&(D=moment(m).format("MMM Do "+n)),moment(a).format("MM-DD-YYYY")===moment(m).format("MM-DD-YYYY")&&(D=moment(m).format(n)),D=Y?f+" "+D:D),void 0!==o.extendedProps.hideEndDate&&"yes"===o.extendedProps.hideEndDate?l.html(" "):l.html(""!=D?"- "+D:""),d.html('<i class="eicon-calendar"></i> '+u),t(".eaelec-modal-header h2").html(o.title),t(".eaelec-modal-body p").html(o.extendedProps.description),o.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px"),t(".eaelec-modal-footer a").attr("href",o.url),"on"===o.extendedProps.external&&t(".eaelec-modal-footer a").attr("target","_blank"),"on"===o.extendedProps.nofollow&&t(".eaelec-modal-footer a").attr("rel","nofollow"),""==o.url&&t(".eaelec-modal-footer a").css("display","none"),t(".eaelec-modal-header").css("border-left","5px solid "+o.borderColor)}))}});n.on("click",(function(e){e.stopPropagation(),r.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eaelec-modal-content")||r.hasClass("eael-ec-popup-ready")&&r.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready")})),f.render(),ea.hooks.addAction("eventCalendar.reinit","ea",(function(){f.today()}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",a)}))}});
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/general.js

    r2547949 r2585431  
    311311
    312312"use strict";
    313 eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/hooks */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n\nwindow.isEditMode = false;\nwindow.ea = {\n  hooks: Object(_wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__[\"createHooks\"])(),\n  isEditMode: false\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n  window.isEditMode = elementorFrontend.isEditMode();\n  window.ea.isEditMode = elementorFrontend.isEditMode(); // hooks\n\n  ea.hooks.doAction(\"init\"); // init edit mode hook\n\n  if (ea.isEditMode) {\n    ea.hooks.doAction(\"editMode.init\");\n  }\n});\n\n//# sourceURL=webpack:///./src/js/view/general.js?");
     313eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/hooks */ \"./node_modules/@wordpress/hooks/build-module/index.js\");\n\nwindow.isEditMode = false;\nwindow.ea = {\n  hooks: Object(_wordpress_hooks__WEBPACK_IMPORTED_MODULE_0__[\"createHooks\"])(),\n  isEditMode: false\n};\nea.hooks.addAction(\"widgets.reinit\", \"ea\", function ($content) {\n  var filterGallery = jQuery(\".eael-filter-gallery-container\", $content);\n  var postGridGallery = jQuery(\".eael-post-grid:not(.eael-post-carousel)\", $content);\n  var twitterfeedGallery = jQuery(\".eael-twitter-feed-masonry\", $content);\n  var instaGallery = jQuery(\".eael-instafeed\", $content);\n  var paGallery = jQuery(\".premium-gallery-container\", $content);\n  var eventCalendar = jQuery(\".eael-event-calendar-cls\", $content);\n  var testimonialSlider = jQuery(\".eael-testimonial-slider\", $content);\n  var teamMemberCarousel = jQuery(\".eael-tm-carousel\", $content);\n  var postCarousel = jQuery(\".eael-post-carousel:not(.eael-post-grid)\", $content);\n  var logoCarousel = jQuery(\".eael-logo-carousel\", $content);\n  var twitterCarousel = jQuery(\".eael-twitter-feed-carousel\", $content);\n\n  if (filterGallery.length) {\n    filterGallery.isotope(\"layout\");\n  }\n\n  if (postGridGallery.length) {\n    postGridGallery.isotope(\"layout\");\n  }\n\n  if (twitterfeedGallery.length) {\n    twitterfeedGallery.isotope(\"layout\");\n  }\n\n  if (instaGallery.length) {\n    instaGallery.isotope(\"layout\");\n  }\n\n  if (paGallery.length) {\n    paGallery.isotope(\"layout\");\n  }\n\n  if (eventCalendar.length) {\n    ea.hooks.doAction(\"eventCalendar.reinit\");\n  }\n\n  if (testimonialSlider.length) {\n    ea.hooks.doAction(\"testimonialSlider.reinit\");\n  }\n\n  if (teamMemberCarousel.length) {\n    ea.hooks.doAction(\"teamMemberCarousel.reinit\");\n  }\n\n  if (postCarousel.length) {\n    ea.hooks.doAction(\"postCarousel.reinit\");\n  }\n\n  if (logoCarousel.length) {\n    ea.hooks.doAction(\"logoCarousel.reinit\");\n  }\n\n  if (twitterCarousel.length) {\n    ea.hooks.doAction(\"twitterCarousel.reinit\");\n  }\n});\njQuery(window).on(\"elementor/frontend/init\", function () {\n  window.isEditMode = elementorFrontend.isEditMode();\n  window.ea.isEditMode = elementorFrontend.isEditMode(); // hooks\n\n  ea.hooks.doAction(\"init\"); // init edit mode hook\n\n  if (ea.isEditMode) {\n    ea.hooks.doAction(\"editMode.init\");\n  }\n});\n\n//# sourceURL=webpack:///./src/js/view/general.js?");
    314314
    315315/***/ })
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/general.min.js

    r2559833 r2585431  
    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=78)}({78: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 t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=78)}({78:function(e,t,n){"use strict";n.r(t);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var o=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var i=function(e,t){return function(n,i,s){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,l=e[t];if(o(n)&&r(i))if("function"==typeof s)if("number"==typeof a){var c={callback:s,priority:a,namespace:i};if(l[n]){var u,d=l[n].handlers;for(u=d.length;u>0&&!(a>=d[u-1].priority);u--);u===d.length?d[u]=c:d.splice(u,0,c),l.__current.forEach((function(e){e.name===n&&e.currentIndex>=u&&e.currentIndex++}))}else l[n]={handlers:[c],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,i,s,a)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var s=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,s){var a=e[t];if(o(i)&&(n||r(s))){if(!a[i])return 0;var l=0;if(n)l=a[i].handlers.length,a[i]={runs:a[i].runs,handlers:[]};else for(var c=a[i].handlers,u=function(e){c[e].namespace===s&&(c.splice(e,1),l++,a.__current.forEach((function(t){t.name===i&&t.currentIndex>=e&&t.currentIndex--})))},d=c.length-1;d>=0;d--)u(d);return"hookRemoved"!==i&&e.doAction("hookRemoved",i,s),l}}};var a=function(e,t){return function(n,r){var o=e[t];return void 0!==r?n in o&&o[n].handlers.some((function(e){return e.namespace===r})):n in o}};var l=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){var o=e[t];o[r]||(o[r]={handlers:[],runs:0}),o[r].runs++;var i=o[r].handlers;for(var s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];if(!i||!i.length)return n?a[0]:void 0;var c={name:r,currentIndex:0};for(o.__current.push(c);c.currentIndex<i.length;){var u=i[c.currentIndex],d=u.callback.apply(null,a);n&&(a[0]=d),c.currentIndex++}return o.__current.pop(),n?a[0]:void 0}};var c=function(e,t){return function(){var n,r,o=e[t];return null!==(n=null===(r=o.__current[o.__current.length-1])||void 0===r?void 0:r.name)&&void 0!==n?n:null}};var u=function(e,t){return function(n){var r=e[t];return void 0===n?void 0!==r.__current[0]:!!r.__current[0]&&n===r.__current[0].name}};var d=function(e,t){return function(n){var r=e[t];if(o(n))return r[n]&&r[n].runs?r[n].runs:0}},h=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=i(this,"actions"),this.addFilter=i(this,"filters"),this.removeAction=s(this,"actions"),this.removeFilter=s(this,"filters"),this.hasAction=a(this,"actions"),this.hasFilter=a(this,"filters"),this.removeAllActions=s(this,"actions",!0),this.removeAllFilters=s(this,"filters",!0),this.doAction=l(this,"actions"),this.applyFilters=l(this,"filters",!0),this.currentAction=c(this,"actions"),this.currentFilter=c(this,"filters"),this.doingAction=u(this,"actions"),this.doingFilter=u(this,"filters"),this.didAction=d(this,"actions"),this.didFilter=d(this,"filters")};var f=function(){return new h},v=f();v.addAction,v.addFilter,v.removeAction,v.removeFilter,v.hasAction,v.hasFilter,v.removeAllActions,v.removeAllFilters,v.doAction,v.applyFilters,v.currentAction,v.currentFilter,v.doingAction,v.doingFilter,v.didAction,v.didFilter,v.actions,v.filters;window.isEditMode=!1,window.ea={hooks:f(),isEditMode:!1},ea.hooks.addAction("widgets.reinit","ea",(function(e){var t=jQuery(".eael-filter-gallery-container",e),n=jQuery(".eael-post-grid:not(.eael-post-carousel)",e),r=jQuery(".eael-twitter-feed-masonry",e),o=jQuery(".eael-instafeed",e),i=jQuery(".premium-gallery-container",e),s=jQuery(".eael-event-calendar-cls",e),a=jQuery(".eael-testimonial-slider",e),l=jQuery(".eael-tm-carousel",e),c=jQuery(".eael-post-carousel:not(.eael-post-grid)",e),u=jQuery(".eael-logo-carousel",e),d=jQuery(".eael-twitter-feed-carousel",e);t.length&&t.isotope("layout"),n.length&&n.isotope("layout"),r.length&&r.isotope("layout"),o.length&&o.isotope("layout"),i.length&&i.isotope("layout"),s.length&&ea.hooks.doAction("eventCalendar.reinit"),a.length&&ea.hooks.doAction("testimonialSlider.reinit"),l.length&&ea.hooks.doAction("teamMemberCarousel.reinit"),c.length&&ea.hooks.doAction("postCarousel.reinit"),u.length&&ea.hooks.doAction("logoCarousel.reinit"),d.length&&ea.hooks.doAction("twitterCarousel.reinit")})),jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.ea.isEditMode=elementorFrontend.isEditMode(),ea.hooks.doAction("init"),ea.isEditMode&&ea.hooks.doAction("editMode.init")}))}});
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/product-grid.js

    r2547949 r2585431  
    9494/***/ (function(module, exports) {
    9595
    96 eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n  var productGrid = function productGrid($scope, $) {\n    var $wrap = $scope.find(\"#eael-product-grid\"); // cache wrapper\n\n    var widgetId = $wrap.data(\"widget-id\");\n    var pageId = $wrap.data(\"page-id\");\n    var nonce = $wrap.data(\"nonce\");\n    var overlay = document.createElement(\"div\");\n    overlay.classList.add(\"wcpc-overlay\");\n    overlay.setAttribute(\"id\", \"wcpc-overlay\");\n    var body = document.getElementsByTagName(\"body\")[0];\n    body.appendChild(overlay);\n    var overlayNode = document.getElementById(\"wcpc-overlay\");\n    var $doc = $(document);\n    var loader = false;\n    var compareBtn = false;\n    var hasCompareIcon = false;\n    var compareBtnSpan = false;\n    var requestType = false; // compare | remove\n\n    var iconBeforeCompare = '<i class=\"fas fa-exchange-alt\"></i>';\n    var iconAfterCompare = '<i class=\"fas fa-check-circle\"></i>';\n    var modalTemplate = \"\\n        <div class=\\\"eael-wcpc-modal\\\">\\n            <i title=\\\"Close\\\" class=\\\"close-modal far fa-times-circle\\\"></i>\\n            <div class=\\\"modal__content\\\" id=\\\"eael_modal_content\\\">\\n            </div>\\n        </div>\\n        \";\n    $(body).append(modalTemplate);\n    var $modalContentWraper = $(\"#eael_modal_content\");\n    var modal = document.getElementsByClassName(\"eael-wcpc-modal\")[0];\n    var ajaxData = [{\n      name: \"action\",\n      value: \"eael_product_grid\"\n    }, {\n      name: \"widget_id\",\n      value: widgetId\n    }, {\n      name: \"page_id\",\n      value: pageId\n    }, {\n      name: \"nonce\",\n      value: nonce\n    }];\n\n    var sendData = function sendData(ajaxData, successCb, errorCb, beforeCb, completeCb) {\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"POST\",\n        dataType: \"json\",\n        data: ajaxData,\n        beforeSend: beforeCb,\n        success: successCb,\n        error: errorCb,\n        complete: completeCb\n      });\n    };\n\n    $doc.on(\"click\", \".eael-wc-compare\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      requestType = \"compare\";\n      compareBtn = $(this);\n      compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n      if (!compareBtnSpan.length) {\n        hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n      }\n\n      if (!hasCompareIcon) {\n        loader = compareBtn.find(\".eael-wc-compare-loader\");\n        loader.show();\n      }\n\n      var product_id = compareBtn.data(\"product-id\");\n      var oldProductIds = localStorage.getItem('productIds');\n\n      if (oldProductIds) {\n        oldProductIds = JSON.parse(oldProductIds);\n        oldProductIds.push(product_id);\n      } else {\n        oldProductIds = [product_id];\n      }\n\n      ajaxData.push({\n        name: \"product_id\",\n        value: compareBtn.data(\"product-id\")\n      });\n      ajaxData.push({\n        name: \"product_ids\",\n        value: JSON.stringify(oldProductIds)\n      });\n      sendData(ajaxData, handleSuccess, handleError);\n    });\n    $doc.on(\"click\", \".close-modal\", function (e) {\n      modal.style.visibility = \"hidden\";\n      modal.style.opacity = \"0\";\n      overlayNode.style.visibility = \"hidden\";\n      overlayNode.style.opacity = \"0\";\n    });\n    $doc.on(\"click\", \".eael-wc-remove\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      var $rBtn = $(this);\n      var productId = $rBtn.data(\"product-id\");\n      $rBtn.addClass(\"disable\");\n      $rBtn.prop(\"disabled\", true); // prevent additional ajax request\n\n      var oldProductIds = localStorage.getItem('productIds');\n\n      if (oldProductIds) {\n        oldProductIds = JSON.parse(oldProductIds);\n        oldProductIds.push(productId);\n      } else {\n        oldProductIds = [productId];\n      }\n\n      var rmData = Array.from(ajaxData);\n      rmData.push({\n        name: \"product_id\",\n        value: productId\n      });\n      rmData.push({\n        name: \"remove_product\",\n        value: 1\n      });\n      rmData.push({\n        name: \"product_ids\",\n        value: JSON.stringify(oldProductIds)\n      });\n      requestType = \"remove\";\n      var compareBtn = $('button[data-product-id=\"' + productId + '\"]');\n      compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n      if (!compareBtnSpan.length) {\n        hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n      }\n\n      sendData(rmData, handleSuccess, handleError);\n    });\n\n    function handleSuccess(data) {\n      var success = data && data.success;\n\n      if (success) {\n        $modalContentWraper.html(data.data.compare_table);\n        modal.style.visibility = \"visible\";\n        modal.style.opacity = \"1\";\n        overlayNode.style.visibility = \"visible\";\n        overlayNode.style.opacity = \"1\";\n        localStorage.setItem('productIds', JSON.stringify(data.data.product_ids));\n      }\n\n      if (loader) {\n        loader.hide();\n      }\n\n      if (\"compare\" === requestType) {\n        if (compareBtnSpan && compareBtnSpan.length) {\n          compareBtnSpan.text(localize.i18n.added);\n        } else if (hasCompareIcon) {\n          compareBtn.html(iconAfterCompare);\n        }\n      }\n\n      if (\"remove\" === requestType) {\n        if (compareBtnSpan && compareBtnSpan.length) {\n          compareBtnSpan.text(localize.i18n.compare);\n        } else if (hasCompareIcon) {\n          compareBtn.html(iconBeforeCompare);\n        }\n      }\n    }\n\n    function handleError(xhr, err) {\n      console.log(err.toString());\n    } // pagination\n\n\n    $(\".eael-woo-pagination\", $scope).on(\"click\", \"a\", function (e) {\n      e.preventDefault();\n      var $this = $(this),\n          nth = $this.data(\"pnumber\"),\n          lmt = $this.data(\"plimit\"),\n          ajax_url = localize.ajaxurl,\n          args = $this.data(\"args\"),\n          settings = $this.data(\"settings\"),\n          widgetid = $this.data(\"widgetid\"),\n          widgetclass = \".elementor-element-\" + widgetid,\n          template_info = $this.data(\"template\");\n      $.ajax({\n        url: ajax_url,\n        type: \"post\",\n        data: {\n          action: \"woo_product_pagination_product\",\n          number: nth,\n          limit: lmt,\n          args: args,\n          templateInfo: template_info,\n          settings: settings\n        },\n        beforeSend: function beforeSend() {\n          $(widgetclass).addClass(\"eael-product-loader\");\n        },\n        success: function success(response) {\n          $(widgetclass + \" .eael-product-grid .products\").html(response);\n          $(widgetclass + \" .woocommerce-product-gallery\").each(function () {\n            $(this).wc_product_gallery();\n          });\n          $('html, body').animate({\n            scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n          }, 500);\n        },\n        complete: function complete() {\n          $(widgetclass).removeClass(\"eael-product-loader\");\n        }\n      });\n      $.ajax({\n        url: ajax_url,\n        type: \"post\",\n        data: {\n          action: \"woo_product_pagination\",\n          number: nth,\n          limit: lmt,\n          args: args,\n          settings: settings\n        },\n        // beforeSend\t: function(){\n        // \t$(widgetclass+\" .eael-product-grid .products\").html(\"<li style='text-align:center;'>Loading please \" +\n        // \t\t\"wait...!</li>\");\n        // },\n        success: function success(response) {\n          $(widgetclass + \" .eael-product-grid .eael-woo-pagination\").html(response);\n          $('html, body').animate({\n            scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n          }, 500);\n        }\n      });\n    });\n    $scope.on(\"click\", \".eael-product-grid-open-popup\", function (e) {\n      e.preventDefault();\n      e.stopPropagation();\n      var $this = $(this);\n      var quickview_setting = $this.data('quickview-setting');\n      var popup_view = $(\".eael-woocommerce-popup-view\");\n      popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n      popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n      popup_view.show();\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: _objectSpread(_objectSpread({\n          action: \"eael_product_quickview_popup\"\n        }, quickview_setting), {}, {\n          security: localize.nonce\n        }),\n        success: function success(response) {\n          if (response.success) {\n            var product_preview = $(response.data);\n            var popup_details = product_preview.children(\".eael-product-popup-details\");\n            popup_details.find(\".variations_form\").wc_variation_form();\n            var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n            popup_view.find(\".eael-popup-details-render\").html(popup_details);\n            var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n            product_gallery.css(\"opacity\", 1);\n            popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n            popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n            if (popup_details.height() > 400) {\n              popup_details.css(\"height\", \"75vh\");\n            } else {\n              popup_details.css(\"height\", \"auto\");\n            }\n\n            setTimeout(function () {\n              product_gallery.wc_product_gallery();\n            }, 1000);\n          }\n        }\n      });\n    });\n    $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n      var keyValue = e.keyCode || e.which;\n      var regex = /^[0-9]+$/;\n      var isValid = regex.test(String.fromCharCode(keyValue));\n\n      if (!isValid) {\n        return false;\n      }\n\n      return isValid;\n    }); // handle add to cart for quick view\n\n    $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      var $this = $(this),\n          product_id = $(this).val(),\n          variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n          quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n          items = $this.closest(\"form.cart.grouped_form\"),\n          form = $this.closest(\"form.cart\"),\n          product_data = [];\n      items = items.serializeArray();\n\n      if (form.hasClass(\"variations_form\")) {\n        product_id = form.find('input[name=\"product_id\"]').val();\n      }\n\n      if (items.length > 0) {\n        items.forEach(function (item, index) {\n          var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n          if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n            product_data[product_data.length] = {\n              product_id: p_id,\n              quantity: item.value,\n              variation_id: 0\n            };\n          }\n        });\n      } else {\n        product_data[0] = {\n          product_id: product_id,\n          quantity: quantity,\n          variation_id: variation_id\n        };\n      }\n\n      $this.removeClass(\"eael-addtocart-added\");\n      $this.addClass(\"eael-addtocart-loading\");\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: {\n          action: \"eael_product_add_to_cart\",\n          product_data: product_data,\n          eael_add_to_cart_nonce: localize.nonce,\n          cart_item_data: form.serializeArray()\n        },\n        success: function success(response) {\n          if (response.success) {\n            $(document.body).trigger(\"wc_fragment_refresh\");\n            $this.removeClass(\"eael-addtocart-loading\");\n            $this.addClass(\"eael-addtocart-added\");\n          }\n        }\n      });\n    });\n    $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n      event.stopPropagation();\n      $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n    });\n    $(document).on(\"click\", function (event) {\n      if (event.target.closest(\".eael-product-popup-details\")) return;\n      $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n    });\n\n    if (isEditMode) {\n      $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n    }\n  };\n\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eicon-woocommerce.default\", productGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/product-grid.js?");
     96eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n  var productGrid = function productGrid($scope, $) {\n    var $wrap = $scope.find(\"#eael-product-grid\"); // cache wrapper\n\n    var widgetId = $wrap.data(\"widget-id\");\n    var pageId = $wrap.data(\"page-id\");\n    var nonce = $wrap.data(\"nonce\");\n    var overlay = document.createElement(\"div\");\n    overlay.classList.add(\"wcpc-overlay\");\n    overlay.setAttribute(\"id\", \"wcpc-overlay\");\n    var body = document.getElementsByTagName(\"body\")[0];\n    body.appendChild(overlay);\n    var overlayNode = document.getElementById(\"wcpc-overlay\");\n    var $doc = $(document);\n    var loader = false;\n    var compareBtn = false;\n    var hasCompareIcon = false;\n    var compareBtnSpan = false;\n    var requestType = false; // compare | remove\n\n    var iconBeforeCompare = '<i class=\"fas fa-exchange-alt\"></i>';\n    var iconAfterCompare = '<i class=\"fas fa-check-circle\"></i>';\n    var modalTemplate = \"\\n        <div class=\\\"eael-wcpc-modal\\\">\\n            <i title=\\\"Close\\\" class=\\\"close-modal far fa-times-circle\\\"></i>\\n            <div class=\\\"modal__content\\\" id=\\\"eael_modal_content\\\">\\n            </div>\\n        </div>\\n        \";\n    $(body).append(modalTemplate);\n    var $modalContentWraper = $(\"#eael_modal_content\");\n    var modal = document.getElementsByClassName(\"eael-wcpc-modal\")[0];\n    var ajaxData = [{\n      name: \"action\",\n      value: \"eael_product_grid\"\n    }, {\n      name: \"widget_id\",\n      value: widgetId\n    }, {\n      name: \"page_id\",\n      value: pageId\n    }, {\n      name: \"nonce\",\n      value: nonce\n    }];\n\n    var sendData = function sendData(ajaxData, successCb, errorCb, beforeCb, completeCb) {\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"POST\",\n        dataType: \"json\",\n        data: ajaxData,\n        beforeSend: beforeCb,\n        success: successCb,\n        error: errorCb,\n        complete: completeCb\n      });\n    };\n\n    $doc.on(\"click\", \".eael-wc-compare\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      requestType = \"compare\";\n      compareBtn = $(this);\n      compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n      if (!compareBtnSpan.length) {\n        hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n      }\n\n      if (!hasCompareIcon) {\n        loader = compareBtn.find(\".eael-wc-compare-loader\");\n        loader.show();\n      }\n\n      var product_id = compareBtn.data(\"product-id\");\n      var oldProductIds = localStorage.getItem('productIds');\n\n      if (oldProductIds) {\n        oldProductIds = JSON.parse(oldProductIds);\n        oldProductIds.push(product_id);\n      } else {\n        oldProductIds = [product_id];\n      }\n\n      ajaxData.push({\n        name: \"product_id\",\n        value: compareBtn.data(\"product-id\")\n      });\n      ajaxData.push({\n        name: \"product_ids\",\n        value: JSON.stringify(oldProductIds)\n      });\n      sendData(ajaxData, handleSuccess, handleError);\n    });\n    $doc.on(\"click\", \".close-modal\", function (e) {\n      modal.style.visibility = \"hidden\";\n      modal.style.opacity = \"0\";\n      overlayNode.style.visibility = \"hidden\";\n      overlayNode.style.opacity = \"0\";\n    });\n    $doc.on(\"click\", \".eael-wc-remove\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      var $rBtn = $(this);\n      var productId = $rBtn.data(\"product-id\");\n      $rBtn.addClass(\"disable\");\n      $rBtn.prop(\"disabled\", true); // prevent additional ajax request\n\n      var oldProductIds = localStorage.getItem('productIds');\n\n      if (oldProductIds) {\n        oldProductIds = JSON.parse(oldProductIds);\n        oldProductIds.push(productId);\n      } else {\n        oldProductIds = [productId];\n      }\n\n      var rmData = Array.from(ajaxData);\n      rmData.push({\n        name: \"product_id\",\n        value: productId\n      });\n      rmData.push({\n        name: \"remove_product\",\n        value: 1\n      });\n      rmData.push({\n        name: \"product_ids\",\n        value: JSON.stringify(oldProductIds)\n      });\n      requestType = \"remove\";\n      var compareBtn = $('button[data-product-id=\"' + productId + '\"]');\n      compareBtnSpan = compareBtn.find(\".eael-wc-compare-text\");\n\n      if (!compareBtnSpan.length) {\n        hasCompareIcon = compareBtn.hasClass(\"eael-wc-compare-icon\");\n      }\n\n      sendData(rmData, handleSuccess, handleError);\n    });\n\n    function handleSuccess(data) {\n      var success = data && data.success;\n\n      if (success) {\n        $modalContentWraper.html(data.data.compare_table);\n        modal.style.visibility = \"visible\";\n        modal.style.opacity = \"1\";\n        overlayNode.style.visibility = \"visible\";\n        overlayNode.style.opacity = \"1\";\n        localStorage.setItem('productIds', JSON.stringify(data.data.product_ids));\n      }\n\n      if (loader) {\n        loader.hide();\n      }\n\n      if (\"compare\" === requestType) {\n        if (compareBtnSpan && compareBtnSpan.length) {\n          compareBtnSpan.text(localize.i18n.added);\n        } else if (hasCompareIcon) {\n          compareBtn.html(iconAfterCompare);\n        }\n      }\n\n      if (\"remove\" === requestType) {\n        if (compareBtnSpan && compareBtnSpan.length) {\n          compareBtnSpan.text(localize.i18n.compare);\n        } else if (hasCompareIcon) {\n          compareBtn.html(iconBeforeCompare);\n        }\n      }\n    }\n\n    function handleError(xhr, err) {\n      console.log(err.toString());\n    } // pagination\n\n\n    $(\".eael-woo-pagination\", $scope).on(\"click\", \"a\", function (e) {\n      e.preventDefault();\n      var $this = $(this),\n          nth = $this.data(\"pnumber\"),\n          lmt = $this.data(\"plimit\"),\n          ajax_url = localize.ajaxurl,\n          args = $this.data(\"args\"),\n          settings = $this.data(\"settings\"),\n          widgetid = $this.data(\"widgetid\"),\n          widgetclass = \".elementor-element-\" + widgetid,\n          template_info = $this.data(\"template\");\n      $.ajax({\n        url: ajax_url,\n        type: \"post\",\n        data: {\n          action: \"woo_product_pagination_product\",\n          number: nth,\n          limit: lmt,\n          args: args,\n          templateInfo: template_info,\n          settings: settings\n        },\n        beforeSend: function beforeSend() {\n          $(widgetclass).addClass(\"eael-product-loader\");\n        },\n        success: function success(response) {\n          $(widgetclass + \" .eael-product-grid .products\").html(response);\n          $(widgetclass + \" .woocommerce-product-gallery\").each(function () {\n            $(this).wc_product_gallery();\n          });\n          $('html, body').animate({\n            scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n          }, 500);\n        },\n        complete: function complete() {\n          $(widgetclass).removeClass(\"eael-product-loader\");\n        }\n      });\n      $.ajax({\n        url: ajax_url,\n        type: \"post\",\n        data: {\n          action: \"woo_product_pagination\",\n          number: nth,\n          limit: lmt,\n          args: args,\n          settings: settings\n        },\n        // beforeSend\t: function(){\n        // \t$(widgetclass+\" .eael-product-grid .products\").html(\"<li style='text-align:center;'>Loading please \" +\n        // \t\t\"wait...!</li>\");\n        // },\n        success: function success(response) {\n          $(widgetclass + \" .eael-product-grid .eael-woo-pagination\").html(response);\n          $('html, body').animate({\n            scrollTop: $(widgetclass + \" .eael-product-grid\").offset().top - 50\n          }, 500);\n        }\n      });\n    });\n    $scope.on(\"click\", \".eael-product-grid-open-popup\", function (e) {\n      e.preventDefault();\n      e.stopPropagation();\n      var $this = $(this);\n      var quickview_setting = $this.data('quickview-setting');\n      var popup_view = $(\".eael-woocommerce-popup-view\");\n      popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n      popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n      popup_view.show();\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: _objectSpread(_objectSpread({\n          action: \"eael_product_quickview_popup\"\n        }, quickview_setting), {}, {\n          security: localize.nonce\n        }),\n        success: function success(response) {\n          if (response.success) {\n            var product_preview = $(response.data);\n            var popup_details = product_preview.children(\".eael-product-popup-details\");\n            popup_details.find(\".variations_form\").wc_variation_form();\n            var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n            popup_view.find(\".eael-popup-details-render\").html(popup_details);\n            var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n            product_gallery.css(\"opacity\", 1);\n            popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n            popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n            if (popup_details.height() > 400) {\n              popup_details.css(\"height\", \"75vh\");\n            } else {\n              popup_details.css(\"height\", \"auto\");\n            }\n\n            setTimeout(function () {\n              product_gallery.wc_product_gallery();\n            }, 1000);\n          }\n        }\n      });\n    });\n    $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n      var keyValue = e.keyCode || e.which;\n      var regex = /^[0-9]+$/;\n      var isValid = regex.test(String.fromCharCode(keyValue));\n\n      if (!isValid) {\n        return false;\n      }\n\n      return isValid;\n    }); // handle add to cart for quick view\n\n    $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      var $this = $(this),\n          product_id = $(this).val(),\n          variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n          quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n          items = $this.closest(\"form.cart.grouped_form\"),\n          form = $this.closest(\"form.cart\"),\n          product_data = [];\n      items = items.serializeArray();\n\n      if (form.hasClass(\"variations_form\")) {\n        product_id = form.find('input[name=\"product_id\"]').val();\n      }\n\n      if (items.length > 0) {\n        items.forEach(function (item, index) {\n          var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n          if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n            product_data[product_data.length] = {\n              product_id: p_id,\n              quantity: item.value,\n              variation_id: 0\n            };\n          }\n        });\n      } else {\n        product_data[0] = {\n          product_id: product_id,\n          quantity: quantity,\n          variation_id: variation_id\n        };\n      }\n\n      $this.removeClass(\"eael-addtocart-added\");\n      $this.addClass(\"eael-addtocart-loading\");\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: {\n          action: \"eael_product_add_to_cart\",\n          product_data: product_data,\n          eael_add_to_cart_nonce: localize.nonce,\n          cart_item_data: form.serializeArray()\n        },\n        success: function success(response) {\n          if (response.success) {\n            $(document.body).trigger(\"wc_fragment_refresh\");\n            $this.removeClass(\"eael-addtocart-loading\");\n            $this.addClass(\"eael-addtocart-added\");\n          }\n        }\n      });\n    });\n    $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n      event.stopPropagation();\n      $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n    });\n    $(document).on(\"click\", function (event) {\n      if (event.target.closest(\".eael-product-popup-details\")) return;\n      $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n    });\n\n    if (isEditMode) {\n      $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n    }\n\n    var eael_popup = $(document).find(\".eael-woocommerce-popup-view\");\n\n    if (eael_popup.length < 1) {\n      eael_add_popup();\n    }\n\n    function eael_add_popup() {\n      var markup = \"<div style=\\\"display: none\\\" class=\\\"eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce\\\">\\n                    <div class=\\\"eael-product-modal-bg\\\"></div>\\n                    <div class=\\\"eael-popup-details-render eael-woo-slider-popup\\\"><div class=\\\"eael-preloader\\\"></div></div>\\n                </div>\";\n      $(\"body\").append(markup);\n    }\n  };\n\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eicon-woocommerce.default\", productGrid);\n});\n\n//# sourceURL=webpack:///./src/js/view/product-grid.js?");
    9797
    9898/***/ })
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/product-grid.min.js

    r2543593 r2585431  
    1 !function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),r=a.data("widget-id"),n=a.data("page-id"),i=a.data("nonce"),c=document.createElement("div");c.classList.add("wcpc-overlay"),c.setAttribute("id","wcpc-overlay");var l=document.getElementsByTagName("body")[0];l.appendChild(c);var d=document.getElementById("wcpc-overlay"),p=t(document),s=!1,u=!1,m=!1,f=!1,v=!1;t(l).append('\n        <div class="eael-wcpc-modal">\n            <i title="Close" class="close-modal far fa-times-circle"></i>\n            <div class="modal__content" id="eael_modal_content">\n            </div>\n        </div>\n        ');var g=t("#eael_modal_content"),y=document.getElementsByClassName("eael-wcpc-modal")[0],_=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:r},{name:"page_id",value:n},{name:"nonce",value:i}],h=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function b(e){e&&e.success&&(g.html(e.data.compare_table),y.style.visibility="visible",y.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===v&&(f&&f.length?f.text(localize.i18n.added):m&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===v&&(f&&f.length?f.text(localize.i18n.compare):m&&u.html('<i class="fas fa-exchange-alt"></i>'))}function w(e,t){console.log(t.toString())}p.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),v="compare",u=t(this),(f=u.find(".eael-wc-compare-text")).length||(m=u.hasClass("eael-wc-compare-icon")),m||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],_.push({name:"product_id",value:u.data("product-id")}),_.push({name:"product_ids",value:JSON.stringify(o)}),h(_,b,w)})),p.on("click",".close-modal",(function(e){y.style.visibility="hidden",y.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),p.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(_);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),v="remove";var i=t('button[data-product-id="'+o+'"]');(f=i.find(".eael-wc-compare-text")).length||(m=i.hasClass("eael-wc-compare-icon")),h(n,b,w)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),l=".elementor-element-"+a.data("widgetid"),d=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:d,settings:c},beforeSend:function(){t(l).addClass("eael-product-loader")},success:function(e){t(l+" .eael-product-grid .products").html(e),t(l+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()})),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)},complete:function(){t(l).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(l+" .eael-product-grid .eael-woo-pagination").html(e),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)}})})),e.on("click",".eael-product-grid-open-popup",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).data("quickview-setting"),r=t(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),t.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},a),{},{security:localize.nonce}),success:function(e){if(e.success){var o=t(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+a.page_id),n.children().addClass("elementor-element elementor-element-"+a.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),t(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),l=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:c.serializeArray()},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
     1!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=16)}({16:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eicon-woocommerce.default",(function(e,t){var a=e.find("#eael-product-grid"),r=a.data("widget-id"),n=a.data("page-id"),i=a.data("nonce"),c=document.createElement("div");c.classList.add("wcpc-overlay"),c.setAttribute("id","wcpc-overlay");var l=document.getElementsByTagName("body")[0];l.appendChild(c);var d=document.getElementById("wcpc-overlay"),p=t(document),s=!1,u=!1,m=!1,f=!1,v=!1;t(l).append('\n        <div class="eael-wcpc-modal">\n            <i title="Close" class="close-modal far fa-times-circle"></i>\n            <div class="modal__content" id="eael_modal_content">\n            </div>\n        </div>\n        ');var g=t("#eael_modal_content"),y=document.getElementsByClassName("eael-wcpc-modal")[0],_=[{name:"action",value:"eael_product_grid"},{name:"widget_id",value:r},{name:"page_id",value:n},{name:"nonce",value:i}],h=function(e,a,o,r,n){t.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,beforeSend:r,success:a,error:o,complete:n})};function b(e){e&&e.success&&(g.html(e.data.compare_table),y.style.visibility="visible",y.style.opacity="1",d.style.visibility="visible",d.style.opacity="1",localStorage.setItem("productIds",JSON.stringify(e.data.product_ids))),s&&s.hide(),"compare"===v&&(f&&f.length?f.text(localize.i18n.added):m&&u.html('<i class="fas fa-check-circle"></i>')),"remove"===v&&(f&&f.length?f.text(localize.i18n.compare):m&&u.html('<i class="fas fa-exchange-alt"></i>'))}function w(e,t){console.log(t.toString())}p.on("click",".eael-wc-compare",(function(e){e.preventDefault(),e.stopImmediatePropagation(),v="compare",u=t(this),(f=u.find(".eael-wc-compare-text")).length||(m=u.hasClass("eael-wc-compare-icon")),m||(s=u.find(".eael-wc-compare-loader")).show();var a=u.data("product-id"),o=localStorage.getItem("productIds");o?(o=JSON.parse(o)).push(a):o=[a],_.push({name:"product_id",value:u.data("product-id")}),_.push({name:"product_ids",value:JSON.stringify(o)}),h(_,b,w)})),p.on("click",".close-modal",(function(e){y.style.visibility="hidden",y.style.opacity="0",d.style.visibility="hidden",d.style.opacity="0"})),p.on("click",".eael-wc-remove",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=a.data("product-id");a.addClass("disable"),a.prop("disabled",!0);var r=localStorage.getItem("productIds");r?(r=JSON.parse(r)).push(o):r=[o];var n=Array.from(_);n.push({name:"product_id",value:o}),n.push({name:"remove_product",value:1}),n.push({name:"product_ids",value:JSON.stringify(r)}),v="remove";var i=t('button[data-product-id="'+o+'"]');(f=i.find(".eael-wc-compare-text")).length||(m=i.hasClass("eael-wc-compare-icon")),h(n,b,w)})),t(".eael-woo-pagination",e).on("click","a",(function(e){e.preventDefault();var a=t(this),o=a.data("pnumber"),r=a.data("plimit"),n=localize.ajaxurl,i=a.data("args"),c=a.data("settings"),l=".elementor-element-"+a.data("widgetid"),d=a.data("template");t.ajax({url:n,type:"post",data:{action:"woo_product_pagination_product",number:o,limit:r,args:i,templateInfo:d,settings:c},beforeSend:function(){t(l).addClass("eael-product-loader")},success:function(e){t(l+" .eael-product-grid .products").html(e),t(l+" .woocommerce-product-gallery").each((function(){t(this).wc_product_gallery()})),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)},complete:function(){t(l).removeClass("eael-product-loader")}}),t.ajax({url:n,type:"post",data:{action:"woo_product_pagination",number:o,limit:r,args:i,settings:c},success:function(e){t(l+" .eael-product-grid .eael-woo-pagination").html(e),t("html, body").animate({scrollTop:t(l+" .eael-product-grid").offset().top-50},500)}})})),e.on("click",".eael-product-grid-open-popup",(function(e){e.preventDefault(),e.stopPropagation();var a=t(this).data("quickview-setting"),r=t(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),t.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},a),{},{security:localize.nonce}),success:function(e){if(e.success){var o=t(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+a.page_id),n.children().addClass("elementor-element elementor-element-"+a.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),t(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),t(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var a=t(this),o=t(this).val(),r=a.closest("form.cart").find('input[name="variation_id"]').val()||"",n=a.closest("form.cart").find('input[name="quantity"]').val(),i=a.closest("form.cart.grouped_form"),c=a.closest("form.cart"),l=[];i=i.serializeArray(),c.hasClass("variations_form")&&(o=c.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},a.removeClass("eael-addtocart-added"),a.addClass("eael-addtocart-loading"),t.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:c.serializeArray()},success:function(e){e.success&&(t(document.body).trigger("wc_fragment_refresh"),a.removeClass("eael-addtocart-loading"),a.addClass("eael-addtocart-added"))}})})),t(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),t(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),t(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||t(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1"),t(document).find(".eael-woocommerce-popup-view").length<1&&t("body").append('<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce">\n                    <div class="eael-product-modal-bg"></div>\n                    <div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>\n                </div>')}))}))}});
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/woo-product-carousel.js

    r2547949 r2585431  
    9494/***/ (function(module, exports) {
    9595
    96 eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n  var wooProductCarousel = function wooProductCarousel($scope, $) {\n    var $wooProductCarousel = $scope.find(\".eael-woo-product-carousel\").eq(0),\n        $type = $wooProductCarousel.data(\"type\"),\n        $autoplay = $wooProductCarousel.data(\"autoplay\") !== undefined ? $wooProductCarousel.data(\"autoplay\") : 999999,\n        $pagination = $wooProductCarousel.data(\"pagination\") !== undefined ? $wooProductCarousel.data(\"pagination\") : \".swiper-pagination\",\n        $arrow_next = $wooProductCarousel.data(\"arrow-next\") !== undefined ? $wooProductCarousel.data(\"arrow-next\") : \".swiper-button-next\",\n        $arrow_prev = $wooProductCarousel.data(\"arrow-prev\") !== undefined ? $wooProductCarousel.data(\"arrow-prev\") : \".swiper-button-prev\",\n        $items = $wooProductCarousel.data(\"items\") !== undefined ? $wooProductCarousel.data(\"items\") : 3,\n        $items_tablet = $wooProductCarousel.data(\"items-tablet\") !== undefined ? $wooProductCarousel.data(\"items-tablet\") : 3,\n        $items_mobile = $wooProductCarousel.data(\"items-mobile\") !== undefined ? $wooProductCarousel.data(\"items-mobile\") : 3,\n        $margin = $wooProductCarousel.data(\"margin\") !== undefined ? $wooProductCarousel.data(\"margin\") : 10,\n        $margin_tablet = $wooProductCarousel.data(\"margin-tablet\") !== undefined ? $wooProductCarousel.data(\"margin-tablet\") : 10,\n        $margin_mobile = $wooProductCarousel.data(\"margin-mobile\") !== undefined ? $wooProductCarousel.data(\"margin-mobile\") : 0,\n        $effect = $wooProductCarousel.data(\"effect\") !== undefined ? $wooProductCarousel.data(\"effect\") : \"slide\",\n        $speed = $wooProductCarousel.data(\"speed\") !== undefined ? $wooProductCarousel.data(\"speed\") : 400,\n        $loop = $wooProductCarousel.data(\"loop\") !== undefined ? $wooProductCarousel.data(\"loop\") : 0,\n        $grab_cursor = $wooProductCarousel.data(\"grab-cursor\") !== undefined ? $wooProductCarousel.data(\"grab-cursor\") : 0,\n        $pause_on_hover = $wooProductCarousel.data(\"pause-on-hover\") !== undefined ? $wooProductCarousel.data(\"pause-on-hover\") : \"\",\n        $centeredSlides = $effect == \"coverflow\" ? true : false,\n        $depth = $wooProductCarousel.data(\"depth\") !== undefined ? $wooProductCarousel.data(\"depth\") : 100,\n        $rotate = $wooProductCarousel.data(\"rotate\") !== undefined ? $wooProductCarousel.data(\"rotate\") : 50,\n        $stretch = $wooProductCarousel.data(\"stretch\") !== undefined ? $wooProductCarousel.data(\"stretch\") : 10;\n    var $carouselOptions = {\n      direction: \"horizontal\",\n      speed: $speed,\n      effect: $effect,\n      centeredSlides: $centeredSlides,\n      grabCursor: $grab_cursor,\n      autoHeight: true,\n      loop: $loop,\n      slidesPerGroup: 1,\n      autoplay: {\n        delay: $autoplay,\n        disableOnInteraction: false\n      },\n      pagination: {\n        el: $pagination,\n        clickable: true\n      },\n      navigation: {\n        nextEl: $arrow_next,\n        prevEl: $arrow_prev\n      },\n      slidesPerView: $items\n    };\n\n    if ($effect === 'slide') {\n      $carouselOptions.breakpoints = {\n        1024: {\n          slidesPerView: $items,\n          spaceBetween: $margin\n        },\n        768: {\n          slidesPerView: $items_tablet,\n          spaceBetween: $margin_tablet\n        },\n        320: {\n          slidesPerView: $items_mobile,\n          spaceBetween: $margin_mobile\n        }\n      };\n    }\n\n    if ($effect === 'coverflow') {\n      // $carouselOptions.slidesPerView = 'auto';\n      $carouselOptions.coverflowEffect = {\n        rotate: $rotate,\n        stretch: $stretch,\n        depth: $depth,\n        modifier: 1,\n        slideShadows: false\n      };\n    }\n\n    swiperLoader($wooProductCarousel, $carouselOptions).then(function (eaelWooProductCarousel) {\n      if ($autoplay === 0) {\n        eaelWooProductCarousel.autoplay.stop();\n      }\n\n      if ($pause_on_hover && $autoplay !== 0) {\n        $wooProductCarousel.on(\"mouseenter\", function () {\n          eaelWooProductCarousel.autoplay.stop();\n        });\n        $wooProductCarousel.on(\"mouseleave\", function () {\n          eaelWooProductCarousel.autoplay.start();\n        });\n      } //gallery pagination\n\n\n      var $paginationGallerySelector = $scope.find('.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination').eq(0);\n\n      if ($paginationGallerySelector.length > 0) {\n        swiperLoader($paginationGallerySelector, {\n          spaceBetween: 20,\n          centeredSlides: $centeredSlides,\n          touchRatio: 0.2,\n          slideToClickedSlide: true,\n          loop: $loop,\n          slidesPerGroup: 1,\n          // loopedSlides: $items,\n          slidesPerView: 3\n        }).then(function ($paginationGallerySlider) {\n          eaelWooProductCarousel.controller.control = $paginationGallerySlider;\n          $paginationGallerySlider.controller.control = eaelWooProductCarousel;\n        });\n      }\n    }); // Quick view\n\n    $scope.on(\"click\", \".open-popup-link\", function (e) {\n      e.preventDefault();\n      e.stopPropagation();\n      var $this = $(this);\n      var quickview_setting = $this.data('quickview-setting');\n      var popup_view = $(\".eael-woocommerce-popup-view\");\n      popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n      popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n      popup_view.show();\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: _objectSpread(_objectSpread({\n          action: \"eael_product_quickview_popup\"\n        }, quickview_setting), {}, {\n          security: localize.nonce\n        }),\n        success: function success(response) {\n          if (response.success) {\n            var product_preview = $(response.data);\n            var popup_details = product_preview.children(\".eael-product-popup-details\");\n            popup_details.find(\".variations_form\").wc_variation_form();\n            var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n            popup_view.find(\".eael-popup-details-render\").html(popup_details);\n            var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n            product_gallery.css(\"opacity\", 1);\n            popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n            popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n            if (popup_details.height() > 400) {\n              popup_details.css(\"height\", \"75vh\");\n            } else {\n              popup_details.css(\"height\", \"auto\");\n            }\n\n            setTimeout(function () {\n              product_gallery.wc_product_gallery();\n            }, 1000);\n          }\n        }\n      });\n    });\n    $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n      var keyValue = e.keyCode || e.which;\n      var regex = /^[0-9]+$/;\n      var isValid = regex.test(String.fromCharCode(keyValue));\n\n      if (!isValid) {\n        return false;\n      }\n\n      return isValid;\n    }); // handle add to cart for quick view\n\n    $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      var $this = $(this),\n          product_id = $(this).val(),\n          variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n          quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n          items = $this.closest(\"form.cart.grouped_form\"),\n          form = $this.closest(\"form.cart\"),\n          product_data = [];\n      items = items.serializeArray();\n\n      if (form.hasClass(\"variations_form\")) {\n        product_id = form.find('input[name=\"product_id\"]').val();\n      }\n\n      if (items.length > 0) {\n        items.forEach(function (item, index) {\n          var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n          if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n            product_data[product_data.length] = {\n              product_id: p_id,\n              quantity: item.value,\n              variation_id: 0\n            };\n          }\n        });\n      } else {\n        product_data[0] = {\n          product_id: product_id,\n          quantity: quantity,\n          variation_id: variation_id\n        };\n      }\n\n      $this.removeClass(\"eael-addtocart-added\");\n      $this.addClass(\"eael-addtocart-loading\");\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: {\n          action: \"eael_product_add_to_cart\",\n          product_data: product_data,\n          eael_add_to_cart_nonce: localize.nonce,\n          cart_item_data: form.serializeArray()\n        },\n        success: function success(response) {\n          if (response.success) {\n            $(document.body).trigger(\"wc_fragment_refresh\");\n            $this.removeClass(\"eael-addtocart-loading\");\n            $this.addClass(\"eael-addtocart-added\");\n          }\n        }\n      });\n    });\n    $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n      event.stopPropagation();\n      $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n    });\n    $(document).on(\"click\", function (event) {\n      if (event.target.closest(\".eael-product-popup-details\")) return;\n      $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\"); //\n    });\n\n    if (isEditMode) {\n      $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n    }\n  };\n\n  var swiperLoader = function swiperLoader(swiperElement, swiperConfig) {\n    if ('undefined' === typeof Swiper) {\n      var asyncSwiper = elementorFrontend.utils.swiper;\n      return new asyncSwiper(swiperElement, swiperConfig).then(function (newSwiperInstance) {\n        return newSwiperInstance;\n      });\n    } else {\n      return swiperPromise(swiperElement, swiperConfig);\n    }\n  };\n\n  var swiperPromise = function swiperPromise(swiperElement, swiperConfig) {\n    return new Promise(function (resolve, reject) {\n      var swiperInstance = new Swiper(swiperElement, swiperConfig);\n      resolve(swiperInstance);\n    });\n  };\n\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-woo-product-carousel.default\", wooProductCarousel);\n});\n\n//# sourceURL=webpack:///./src/js/view/woo-product-carousel.js?");
     96eval("function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nea.hooks.addAction(\"init\", \"ea\", function () {\n  var wooProductCarousel = function wooProductCarousel($scope, $) {\n    var $wooProductCarousel = $scope.find(\".eael-woo-product-carousel\").eq(0),\n        $type = $wooProductCarousel.data(\"type\"),\n        $autoplay = $wooProductCarousel.data(\"autoplay\") !== undefined ? $wooProductCarousel.data(\"autoplay\") : 999999,\n        $pagination = $wooProductCarousel.data(\"pagination\") !== undefined ? $wooProductCarousel.data(\"pagination\") : \".swiper-pagination\",\n        $arrow_next = $wooProductCarousel.data(\"arrow-next\") !== undefined ? $wooProductCarousel.data(\"arrow-next\") : \".swiper-button-next\",\n        $arrow_prev = $wooProductCarousel.data(\"arrow-prev\") !== undefined ? $wooProductCarousel.data(\"arrow-prev\") : \".swiper-button-prev\",\n        $items = $wooProductCarousel.data(\"items\") !== undefined ? $wooProductCarousel.data(\"items\") : 3,\n        $items_tablet = $wooProductCarousel.data(\"items-tablet\") !== undefined ? $wooProductCarousel.data(\"items-tablet\") : 3,\n        $items_mobile = $wooProductCarousel.data(\"items-mobile\") !== undefined ? $wooProductCarousel.data(\"items-mobile\") : 3,\n        $margin = $wooProductCarousel.data(\"margin\") !== undefined ? $wooProductCarousel.data(\"margin\") : 10,\n        $margin_tablet = $wooProductCarousel.data(\"margin-tablet\") !== undefined ? $wooProductCarousel.data(\"margin-tablet\") : 10,\n        $margin_mobile = $wooProductCarousel.data(\"margin-mobile\") !== undefined ? $wooProductCarousel.data(\"margin-mobile\") : 0,\n        $effect = $wooProductCarousel.data(\"effect\") !== undefined ? $wooProductCarousel.data(\"effect\") : \"slide\",\n        $speed = $wooProductCarousel.data(\"speed\") !== undefined ? $wooProductCarousel.data(\"speed\") : 400,\n        $loop = $wooProductCarousel.data(\"loop\") !== undefined ? $wooProductCarousel.data(\"loop\") : 0,\n        $grab_cursor = $wooProductCarousel.data(\"grab-cursor\") !== undefined ? $wooProductCarousel.data(\"grab-cursor\") : 0,\n        $pause_on_hover = $wooProductCarousel.data(\"pause-on-hover\") !== undefined ? $wooProductCarousel.data(\"pause-on-hover\") : \"\",\n        $centeredSlides = $effect == \"coverflow\" ? true : false,\n        $depth = $wooProductCarousel.data(\"depth\") !== undefined ? $wooProductCarousel.data(\"depth\") : 100,\n        $rotate = $wooProductCarousel.data(\"rotate\") !== undefined ? $wooProductCarousel.data(\"rotate\") : 50,\n        $stretch = $wooProductCarousel.data(\"stretch\") !== undefined ? $wooProductCarousel.data(\"stretch\") : 10;\n    var $carouselOptions = {\n      direction: \"horizontal\",\n      speed: $speed,\n      effect: $effect,\n      centeredSlides: $centeredSlides,\n      grabCursor: $grab_cursor,\n      autoHeight: true,\n      loop: $loop,\n      slidesPerGroup: 1,\n      autoplay: {\n        delay: $autoplay,\n        disableOnInteraction: false\n      },\n      pagination: {\n        el: $pagination,\n        clickable: true\n      },\n      navigation: {\n        nextEl: $arrow_next,\n        prevEl: $arrow_prev\n      },\n      slidesPerView: $items\n    };\n\n    if ($effect === 'slide') {\n      $carouselOptions.breakpoints = {\n        1024: {\n          slidesPerView: $items,\n          spaceBetween: $margin\n        },\n        768: {\n          slidesPerView: $items_tablet,\n          spaceBetween: $margin_tablet\n        },\n        320: {\n          slidesPerView: $items_mobile,\n          spaceBetween: $margin_mobile\n        }\n      };\n    }\n\n    if ($effect === 'coverflow') {\n      // $carouselOptions.slidesPerView = 'auto';\n      $carouselOptions.coverflowEffect = {\n        rotate: $rotate,\n        stretch: $stretch,\n        depth: $depth,\n        modifier: 1,\n        slideShadows: false\n      };\n    }\n\n    swiperLoader($wooProductCarousel, $carouselOptions).then(function (eaelWooProductCarousel) {\n      if ($autoplay === 0) {\n        eaelWooProductCarousel.autoplay.stop();\n      }\n\n      if ($pause_on_hover && $autoplay !== 0) {\n        $wooProductCarousel.on(\"mouseenter\", function () {\n          eaelWooProductCarousel.autoplay.stop();\n        });\n        $wooProductCarousel.on(\"mouseleave\", function () {\n          eaelWooProductCarousel.autoplay.start();\n        });\n      } //gallery pagination\n\n\n      var $paginationGallerySelector = $scope.find('.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination').eq(0);\n\n      if ($paginationGallerySelector.length > 0) {\n        swiperLoader($paginationGallerySelector, {\n          spaceBetween: 20,\n          centeredSlides: $centeredSlides,\n          touchRatio: 0.2,\n          slideToClickedSlide: true,\n          loop: $loop,\n          slidesPerGroup: 1,\n          // loopedSlides: $items,\n          slidesPerView: 3\n        }).then(function ($paginationGallerySlider) {\n          eaelWooProductCarousel.controller.control = $paginationGallerySlider;\n          $paginationGallerySlider.controller.control = eaelWooProductCarousel;\n        });\n      }\n    }); // Quick view\n\n    $scope.on(\"click\", \".open-popup-link\", function (e) {\n      e.preventDefault();\n      e.stopPropagation();\n      var $this = $(this);\n      var quickview_setting = $this.data('quickview-setting');\n      var popup_view = $(\".eael-woocommerce-popup-view\");\n      popup_view.find(\".eael-popup-details-render\").html('<div class=\"eael-preloader\"></div>');\n      popup_view.addClass(\"eael-product-popup-ready\").removeClass(\"eael-product-modal-removing\");\n      popup_view.show();\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: _objectSpread(_objectSpread({\n          action: \"eael_product_quickview_popup\"\n        }, quickview_setting), {}, {\n          security: localize.nonce\n        }),\n        success: function success(response) {\n          if (response.success) {\n            var product_preview = $(response.data);\n            var popup_details = product_preview.children(\".eael-product-popup-details\");\n            popup_details.find(\".variations_form\").wc_variation_form();\n            var popup_view_render = popup_view.find(\".eael-popup-details-render\");\n            popup_view.find(\".eael-popup-details-render\").html(popup_details);\n            var product_gallery = popup_view.find(\".woocommerce-product-gallery\");\n            product_gallery.css(\"opacity\", 1);\n            popup_view_render.addClass(\"elementor-\" + quickview_setting.page_id);\n            popup_view_render.children().addClass(\"elementor-element elementor-element-\" + quickview_setting.widget_id);\n\n            if (popup_details.height() > 400) {\n              popup_details.css(\"height\", \"75vh\");\n            } else {\n              popup_details.css(\"height\", \"auto\");\n            }\n\n            setTimeout(function () {\n              product_gallery.wc_product_gallery();\n            }, 1000);\n          }\n        }\n      });\n    });\n    $(document).on(\"keypress\", \".eael-product-details-wrap input[type=number]\", function (e) {\n      var keyValue = e.keyCode || e.which;\n      var regex = /^[0-9]+$/;\n      var isValid = regex.test(String.fromCharCode(keyValue));\n\n      if (!isValid) {\n        return false;\n      }\n\n      return isValid;\n    }); // handle add to cart for quick view\n\n    $(document).on(\"click\", \".eael-woo-slider-popup .single_add_to_cart_button\", function (e) {\n      e.preventDefault();\n      e.stopImmediatePropagation();\n      var $this = $(this),\n          product_id = $(this).val(),\n          variation_id = $this.closest(\"form.cart\").find('input[name=\"variation_id\"]').val() || \"\",\n          quantity = $this.closest(\"form.cart\").find('input[name=\"quantity\"]').val(),\n          items = $this.closest(\"form.cart.grouped_form\"),\n          form = $this.closest(\"form.cart\"),\n          product_data = [];\n      items = items.serializeArray();\n\n      if (form.hasClass(\"variations_form\")) {\n        product_id = form.find('input[name=\"product_id\"]').val();\n      }\n\n      if (items.length > 0) {\n        items.forEach(function (item, index) {\n          var p_id = parseInt(item.name.replace(/[^\\d.]/g, \"\"), 10);\n\n          if (item.name.indexOf(\"quantity[\") >= 0 && item.value != \"\" && p_id > 0) {\n            product_data[product_data.length] = {\n              product_id: p_id,\n              quantity: item.value,\n              variation_id: 0\n            };\n          }\n        });\n      } else {\n        product_data[0] = {\n          product_id: product_id,\n          quantity: quantity,\n          variation_id: variation_id\n        };\n      }\n\n      $this.removeClass(\"eael-addtocart-added\");\n      $this.addClass(\"eael-addtocart-loading\");\n      $.ajax({\n        url: localize.ajaxurl,\n        type: \"post\",\n        data: {\n          action: \"eael_product_add_to_cart\",\n          product_data: product_data,\n          eael_add_to_cart_nonce: localize.nonce,\n          cart_item_data: form.serializeArray()\n        },\n        success: function success(response) {\n          if (response.success) {\n            $(document.body).trigger(\"wc_fragment_refresh\");\n            $this.removeClass(\"eael-addtocart-loading\");\n            $this.addClass(\"eael-addtocart-added\");\n          }\n        }\n      });\n    });\n    $(document).on(\"click\", \".eael-product-popup-close\", function (event) {\n      event.stopPropagation();\n      $(\".eael-product-popup\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\");\n    });\n    $(document).on(\"click\", function (event) {\n      if (event.target.closest(\".eael-product-popup-details\")) return;\n      $(\".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready\").addClass(\"eael-product-modal-removing\").removeClass(\"eael-product-popup-ready\"); //\n    });\n\n    if (isEditMode) {\n      $(\".eael-product-image-wrap .woocommerce-product-gallery\").css(\"opacity\", \"1\");\n    }\n\n    var eael_popup = $(document).find(\".eael-woocommerce-popup-view\");\n\n    if (eael_popup.length < 1) {\n      eael_add_popup();\n    }\n\n    function eael_add_popup() {\n      var markup = \"<div style=\\\"display: none\\\" class=\\\"eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce\\\">\\n                    <div class=\\\"eael-product-modal-bg\\\"></div>\\n                    <div class=\\\"eael-popup-details-render eael-woo-slider-popup\\\"><div class=\\\"eael-preloader\\\"></div></div>\\n                </div>\";\n      $(\"body\").append(markup);\n    }\n  };\n\n  var swiperLoader = function swiperLoader(swiperElement, swiperConfig) {\n    if ('undefined' === typeof Swiper) {\n      var asyncSwiper = elementorFrontend.utils.swiper;\n      return new asyncSwiper(swiperElement, swiperConfig).then(function (newSwiperInstance) {\n        return newSwiperInstance;\n      });\n    } else {\n      return swiperPromise(swiperElement, swiperConfig);\n    }\n  };\n\n  var swiperPromise = function swiperPromise(swiperElement, swiperConfig) {\n    return new Promise(function (resolve, reject) {\n      var swiperInstance = new Swiper(swiperElement, swiperConfig);\n      resolve(swiperInstance);\n    });\n  };\n\n  elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-woo-product-carousel.default\", wooProductCarousel);\n});\n\n//# sourceURL=webpack:///./src/js/view/woo-product-carousel.js?");
    9797
    9898/***/ })
  • essential-addons-for-elementor-lite/trunk/assets/front-end/js/view/woo-product-carousel.min.js

    r2536380 r2585431  
    1 !function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=25)}({25:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){var e=function(e,a){return"undefined"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):t(e,a)},t=function(e,t){return new Promise((function(a,o){a(new Swiper(e,t))}))};elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-carousel.default",(function(t,a){var r=t.find(".eael-woo-product-carousel").eq(0),n=(r.data("type"),void 0!==r.data("autoplay")?r.data("autoplay"):999999),i=void 0!==r.data("pagination")?r.data("pagination"):".swiper-pagination",d=void 0!==r.data("arrow-next")?r.data("arrow-next"):".swiper-button-next",l=void 0!==r.data("arrow-prev")?r.data("arrow-prev"):".swiper-button-prev",c=void 0!==r.data("items")?r.data("items"):3,p=void 0!==r.data("items-tablet")?r.data("items-tablet"):3,u=void 0!==r.data("items-mobile")?r.data("items-mobile"):3,s=void 0!==r.data("margin")?r.data("margin"):10,f=void 0!==r.data("margin-tablet")?r.data("margin-tablet"):10,m=void 0!==r.data("margin-mobile")?r.data("margin-mobile"):0,v=void 0!==r.data("effect")?r.data("effect"):"slide",g=void 0!==r.data("speed")?r.data("speed"):400,y=void 0!==r.data("loop")?r.data("loop"):0,w=void 0!==r.data("grab-cursor")?r.data("grab-cursor"):0,b=void 0!==r.data("pause-on-hover")?r.data("pause-on-hover"):"",h="coverflow"==v,_=void 0!==r.data("depth")?r.data("depth"):100,O=void 0!==r.data("rotate")?r.data("rotate"):50,P=void 0!==r.data("stretch")?r.data("stretch"):10,j={direction:"horizontal",speed:g,effect:v,centeredSlides:h,grabCursor:w,autoHeight:!0,loop:y,slidesPerGroup:1,autoplay:{delay:n,disableOnInteraction:!1},pagination:{el:i,clickable:!0},navigation:{nextEl:d,prevEl:l},slidesPerView:c};"slide"===v&&(j.breakpoints={1024:{slidesPerView:c,spaceBetween:s},768:{slidesPerView:p,spaceBetween:f},320:{slidesPerView:u,spaceBetween:m}}),"coverflow"===v&&(j.coverflowEffect={rotate:O,stretch:P,depth:_,modifier:1,slideShadows:!1}),e(r,j).then((function(a){0===n&&a.autoplay.stop(),b&&0!==n&&(r.on("mouseenter",(function(){a.autoplay.stop()})),r.on("mouseleave",(function(){a.autoplay.start()})));var o=t.find(".eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination").eq(0);o.length>0&&e(o,{spaceBetween:20,centeredSlides:h,touchRatio:.2,slideToClickedSlide:!0,loop:y,slidesPerGroup:1,slidesPerView:3}).then((function(e){a.controller.control=e,e.controller.control=a}))})),t.on("click",".open-popup-link",(function(e){e.preventDefault(),e.stopPropagation();var t=a(this).data("quickview-setting"),r=a(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),a.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},t),{},{security:localize.nonce}),success:function(e){if(e.success){var o=a(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+t.page_id),n.children().addClass("elementor-element elementor-element-"+t.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),a(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),a(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var t=a(this),o=a(this).val(),r=t.closest("form.cart").find('input[name="variation_id"]').val()||"",n=t.closest("form.cart").find('input[name="quantity"]').val(),i=t.closest("form.cart.grouped_form"),d=t.closest("form.cart"),l=[];i=i.serializeArray(),d.hasClass("variations_form")&&(o=d.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},t.removeClass("eael-addtocart-added"),t.addClass("eael-addtocart-loading"),a.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:d.serializeArray()},success:function(e){e.success&&(a(document.body).trigger("wc_fragment_refresh"),t.removeClass("eael-addtocart-loading"),t.addClass("eael-addtocart-added"))}})})),a(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),a(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),a(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||a(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&a(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1")}))}))}});
     1!function(e){var t={};function a(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(o,r,function(t){return e[t]}.bind(null,r));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=25)}({25:function(e,t){function a(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,o)}return a}function o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}ea.hooks.addAction("init","ea",(function(){var e=function(e,a){return"undefined"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):t(e,a)},t=function(e,t){return new Promise((function(a,o){a(new Swiper(e,t))}))};elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-carousel.default",(function(t,a){var r=t.find(".eael-woo-product-carousel").eq(0),n=(r.data("type"),void 0!==r.data("autoplay")?r.data("autoplay"):999999),i=void 0!==r.data("pagination")?r.data("pagination"):".swiper-pagination",d=void 0!==r.data("arrow-next")?r.data("arrow-next"):".swiper-button-next",l=void 0!==r.data("arrow-prev")?r.data("arrow-prev"):".swiper-button-prev",c=void 0!==r.data("items")?r.data("items"):3,p=void 0!==r.data("items-tablet")?r.data("items-tablet"):3,u=void 0!==r.data("items-mobile")?r.data("items-mobile"):3,s=void 0!==r.data("margin")?r.data("margin"):10,f=void 0!==r.data("margin-tablet")?r.data("margin-tablet"):10,m=void 0!==r.data("margin-mobile")?r.data("margin-mobile"):0,v=void 0!==r.data("effect")?r.data("effect"):"slide",g=void 0!==r.data("speed")?r.data("speed"):400,y=void 0!==r.data("loop")?r.data("loop"):0,w=void 0!==r.data("grab-cursor")?r.data("grab-cursor"):0,b=void 0!==r.data("pause-on-hover")?r.data("pause-on-hover"):"",h="coverflow"==v,_=void 0!==r.data("depth")?r.data("depth"):100,O=void 0!==r.data("rotate")?r.data("rotate"):50,P=void 0!==r.data("stretch")?r.data("stretch"):10,j={direction:"horizontal",speed:g,effect:v,centeredSlides:h,grabCursor:w,autoHeight:!0,loop:y,slidesPerGroup:1,autoplay:{delay:n,disableOnInteraction:!1},pagination:{el:i,clickable:!0},navigation:{nextEl:d,prevEl:l},slidesPerView:c};"slide"===v&&(j.breakpoints={1024:{slidesPerView:c,spaceBetween:s},768:{slidesPerView:p,spaceBetween:f},320:{slidesPerView:u,spaceBetween:m}}),"coverflow"===v&&(j.coverflowEffect={rotate:O,stretch:P,depth:_,modifier:1,slideShadows:!1}),e(r,j).then((function(a){0===n&&a.autoplay.stop(),b&&0!==n&&(r.on("mouseenter",(function(){a.autoplay.stop()})),r.on("mouseleave",(function(){a.autoplay.start()})));var o=t.find(".eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination").eq(0);o.length>0&&e(o,{spaceBetween:20,centeredSlides:h,touchRatio:.2,slideToClickedSlide:!0,loop:y,slidesPerGroup:1,slidesPerView:3}).then((function(e){a.controller.control=e,e.controller.control=a}))})),t.on("click",".open-popup-link",(function(e){e.preventDefault(),e.stopPropagation();var t=a(this).data("quickview-setting"),r=a(".eael-woocommerce-popup-view");r.find(".eael-popup-details-render").html('<div class="eael-preloader"></div>'),r.addClass("eael-product-popup-ready").removeClass("eael-product-modal-removing"),r.show(),a.ajax({url:localize.ajaxurl,type:"post",data:o(o({action:"eael_product_quickview_popup"},t),{},{security:localize.nonce}),success:function(e){if(e.success){var o=a(e.data).children(".eael-product-popup-details");o.find(".variations_form").wc_variation_form();var n=r.find(".eael-popup-details-render");r.find(".eael-popup-details-render").html(o);var i=r.find(".woocommerce-product-gallery");i.css("opacity",1),n.addClass("elementor-"+t.page_id),n.children().addClass("elementor-element elementor-element-"+t.widget_id),o.height()>400?o.css("height","75vh"):o.css("height","auto"),setTimeout((function(){i.wc_product_gallery()}),1e3)}}})})),a(document).on("keypress",".eael-product-details-wrap input[type=number]",(function(e){var t=e.keyCode||e.which,a=/^[0-9]+$/.test(String.fromCharCode(t));return a||!1})),a(document).on("click",".eael-woo-slider-popup .single_add_to_cart_button",(function(e){e.preventDefault(),e.stopImmediatePropagation();var t=a(this),o=a(this).val(),r=t.closest("form.cart").find('input[name="variation_id"]').val()||"",n=t.closest("form.cart").find('input[name="quantity"]').val(),i=t.closest("form.cart.grouped_form"),d=t.closest("form.cart"),l=[];i=i.serializeArray(),d.hasClass("variations_form")&&(o=d.find('input[name="product_id"]').val()),i.length>0?i.forEach((function(e,t){var a=parseInt(e.name.replace(/[^\d.]/g,""),10);e.name.indexOf("quantity[")>=0&&""!=e.value&&a>0&&(l[l.length]={product_id:a,quantity:e.value,variation_id:0})})):l[0]={product_id:o,quantity:n,variation_id:r},t.removeClass("eael-addtocart-added"),t.addClass("eael-addtocart-loading"),a.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_product_add_to_cart",product_data:l,eael_add_to_cart_nonce:localize.nonce,cart_item_data:d.serializeArray()},success:function(e){e.success&&(a(document.body).trigger("wc_fragment_refresh"),t.removeClass("eael-addtocart-loading"),t.addClass("eael-addtocart-added"))}})})),a(document).on("click",".eael-product-popup-close",(function(e){e.stopPropagation(),a(".eael-product-popup").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),a(document).on("click",(function(e){e.target.closest(".eael-product-popup-details")||a(".eael-product-popup.eael-product-zoom-in.eael-product-popup-ready").addClass("eael-product-modal-removing").removeClass("eael-product-popup-ready")})),isEditMode&&a(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1"),a(document).find(".eael-woocommerce-popup-view").length<1&&a("body").append('<div style="display: none" class="eael-woocommerce-popup-view eael-product-popup eael-product-zoom-in woocommerce">\n                    <div class="eael-product-modal-bg"></div>\n                    <div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>\n                </div>')}))}))}});
  • essential-addons-for-elementor-lite/trunk/essential_adons_elementor.php

    r2579799 r2585431  
    55 * Plugin URI: https://essential-addons.com/elementor/
    66 * Author: WPDeveloper
    7  * Version: 4.8.3
     7 * Version: 4.8.4
    88 * Author URI: https://wpdeveloper.net/
    99 * Text Domain: essential-addons-for-elementor-lite
    1010 * Domain Path: /languages
    1111 *
    12  * WC tested up to: 5.5.2
    13  * Elementor tested up to: 3.3.1
    14  * Elementor Pro tested up to: 3.3.5
     12 * WC tested up to: 5.6.0
     13 * Elementor tested up to: 3.4.1
     14 * Elementor Pro tested up to: 3.3.7
    1515 */
    1616
     
    2828define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
    2929define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
    30 define('EAEL_PLUGIN_VERSION', '4.8.3');
     30define('EAEL_PLUGIN_VERSION', '4.8.4');
    3131define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
    3232define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
  • essential-addons-for-elementor-lite/trunk/includes/Classes/Helper.php

    r2579799 r2585431  
    8585        return in_array($template_name, $template_list);
    8686    }
     87
     88    public static function str_to_css_id( $str ) {
     89        $str = strtolower( $str );
     90
     91        //Make alphanumeric (removes all other characters)
     92        $str = preg_replace( "/[^a-z0-9_\s-]/", "", $str );
     93
     94        //Clean up multiple dashes or whitespaces
     95        $str = preg_replace( "/[\s-]+/", " ", $str );
     96
     97        //Convert whitespaces and underscore to dash
     98        $str = preg_replace( "/[\s_]/", "-", $str );
     99
     100        return $str;
     101    }
    87102
    88103    public static function fix_old_query($settings)
  • essential-addons-for-elementor-lite/trunk/includes/Elements/Adv_Accordion.php

    r2579799 r2585431  
    286286            ]
    287287        );
     288
     289        $repeater->add_control(
     290            'eael_adv_accordion_tab_id',
     291            [
     292                'label' => esc_html__('Custom ID', 'essential-addons-for-elementor-lite'),
     293                'type' => Controls_Manager::TEXT,
     294                'description' => esc_html__( 'Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly.', 'essential-addons-for-elementor-lite' ),
     295                'default' => '',
     296            ]
     297        );
    288298
    289299        $this->add_control(
     
    10191029
    10201030            $this->add_render_attribute($tab_title_setting_key, [
    1021                 'id'            => 'elementor-tab-title-' . $id_int . $tab_count,
     1031                'id'            => $tab['eael_adv_accordion_tab_id'] ? $tab['eael_adv_accordion_tab_id'] : Helper::str_to_css_id($tab['eael_adv_accordion_tab_title']),
    10221032                'class'         => $tab_title_class,
    10231033                'tabindex'      => $id_int . $tab_count,
     
    10321042                'data-tab'        => $tab_count,
    10331043                'role'            => 'tabpanel',
    1034                 'aria-labelledby' => 'elementor-tab-title-' . $id_int . $tab_count,
     1044                'aria-labelledby' => $tab['eael_adv_accordion_tab_id'] ? $tab['eael_adv_accordion_tab_id'] : Helper::str_to_css_id($tab['eael_adv_accordion_tab_title']),
    10351045            ]);
    10361046
  • essential-addons-for-elementor-lite/trunk/includes/Elements/Adv_Tabs.php

    r2579799 r2585431  
    130130            'eael_adv_tabs_tab_show_as_default',
    131131            [
    132                 'label' => __('Set as Default', 'essential-addons-for-elementor-lite'),
     132                'label' => __('Active as Default', 'essential-addons-for-elementor-lite'),
    133133                'type' => Controls_Manager::SWITCHER,
    134134                'default' => 'inactive',
     
    239239            ]
    240240        );
     241       
     242        $repeater->add_control(
     243            'eael_adv_tabs_tab_id',
     244            [
     245                'label' => esc_html__('Custom ID', 'essential-addons-for-elementor-lite'),
     246                'type' => Controls_Manager::TEXT,
     247                'description' => esc_html__( 'Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly.', 'essential-addons-for-elementor-lite' ),
     248                'default' => '',
     249            ]
     250        );
    241251
    242252        $this->add_control(
     
    607617                'selectors' => [
    608618                    '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'background-color: {{VALUE}};',
    609                     '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default' => 'background-color: {{VALUE}};',
    610619                ],
    611620            ]
     
    616625                'name' => 'eael_adv_tabs_tab_bgtype_active',
    617626                'types' => ['classic', 'gradient'],
    618                 'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active,{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default',
     627                'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active',
    619628            ]
    620629        );
     
    627636                'selectors' => [
    628637                    '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'color: {{VALUE}};',
    629                     '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul .active-default .eael-tab-title' => 'color: {{VALUE}};',
    630638                ],
    631639            ]
     
    653661                'name' => 'eael_adv_tabs_tab_border_active',
    654662                'label' => esc_html__('Border', 'essential-addons-for-elementor-lite'),
    655                 'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active, {{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default',
     663                'selector' => '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active',
    656664            ]
    657665        );
     
    664672                'selectors' => [
    665673                    '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
    666                     '{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
    667674                ],
    668675            ]
     
    890897            <div class="eael-tabs-nav">
    891898                <ul <?php echo $this->get_render_attribute_string('eael_tab_icon_position'); ?>>
    892                     <?php foreach ($settings['eael_adv_tabs_tab'] as $tab) : ?>
    893                         <li class="<?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
     899                    <?php foreach ($settings['eael_adv_tabs_tab'] as $key => $tab) : ?>
     900                        <li id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="<?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
    894901                            <?php if ($settings['eael_adv_tabs_icon_show'] === 'yes') :
    895902                                if ($tab['eael_adv_tabs_icon_type'] === 'icon') : ?>
     
    908915            </div>
    909916            <div class="eael-tabs-content">
    910                 <?php foreach ($settings['eael_adv_tabs_tab'] as $tab) :
    911                     $eael_find_default_tab[] = $tab['eael_adv_tabs_tab_show_as_default']; ?>
    912 
    913                     <div class="clearfix <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
    914                         <?php if ('content' == $tab['eael_adv_tabs_text_type']) : ?>
    915                             <?php echo do_shortcode($tab['eael_adv_tabs_tab_content']); ?>
    916                         <?php elseif ('template' == $tab['eael_adv_tabs_text_type']) : ?>
    917                             <?php if (!empty($tab['eael_primary_templates'])) {
    918                                 echo Plugin::$instance->frontend->get_builder_content($tab['eael_primary_templates'], true);
    919                             } ?>
    920                         <?php endif; ?>
     917                <?php foreach ($settings['eael_adv_tabs_tab'] as $tab) :
     918                    $eael_find_default_tab[] = $tab['eael_adv_tabs_tab_show_as_default']; ?>
     919
     920                    <div id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="clearfix <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
     921                        <?php if ('content' == $tab['eael_adv_tabs_text_type']) : ?>
     922                            <?php echo do_shortcode($tab['eael_adv_tabs_tab_content']); ?>
     923                        <?php elseif ('template' == $tab['eael_adv_tabs_text_type']) : ?>
     924                            <?php if (!empty($tab['eael_primary_templates'])) {
     925                                echo Plugin::$instance->frontend->get_builder_content($tab['eael_primary_templates'], true);
     926                            } ?>
     927                        <?php endif; ?>
    921928                    </div>
    922                 <?php endforeach; ?>
     929                <?php endforeach; ?>
    923930            </div>
    924931        </div>
  • essential-addons-for-elementor-lite/trunk/includes/Elements/Feature_List.php

    r2543593 r2585431  
    122122                'label'            => esc_html__( 'Icon Color', 'essential-addons-for-elementor-lite' ),
    123123                'type'             => Controls_Manager::COLOR,
    124                 'scheme'          => [
    125                     'type'  => Color::get_type(),
    126                     'value' => Color::COLOR_1,
     124                'selectors' => [
     125                    "{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon i" => 'color: {{VALUE}};',
     126                    "{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon svg" => 'color: {{VALUE}} !important; fill: {{VALUE}} !important;',
    127127                ],
    128128                'fa4compatibility' => 'eael_feature_list_icon',
     
    137137                'label'            => esc_html__( 'Icon Background', 'essential-addons-for-elementor-lite' ),
    138138                'type'             => Controls_Manager::COLOR,
    139                 'scheme'           => [
    140                     'type'  => Color::get_type(),
    141                     'value' => Color::COLOR_1,
     139                'selectors' => [
     140                    "{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon" => 'background-color: {{VALUE}}',
    142141                ],
    143142                'fa4compatibility' => 'eael_feature_list_icon',
     
    152151                'label'            => esc_html__( 'Icon Box Background', 'essential-addons-for-elementor-lite' ),
    153152                'type'             => Controls_Manager::COLOR,
    154                 'scheme'           => [
    155                     'type'  => Color::get_type(),
    156                     'value' => Color::COLOR_1,
     153                'selectors' => [
     154                    "{{WRAPPER}} {{CURRENT_ITEM}} .eael-feature-list-icon-inner" => 'background-color: {{VALUE}}',
    157155                ],
    158156                'fa4compatibility' => 'eael_feature_list_icon',
     
    242240                ],
    243241                'fields'      => $repeater->get_controls(),
    244                 'title_field' => '<i class="{{ eael_feature_list_icon_new.value }}" aria-hidden="true"></i> {{ eael_feature_list_title }}',
     242                'title_field' => '{{{ elementor.helpers.renderIcon( this, eael_feature_list_icon_new, {}, "i", "panel" ) || \'<i class="{{ eael_feature_list_icon_new.value }}" aria-hidden="true"></i>\' }}} {{ eael_feature_list_title }}',
    245243            ]
    246244        );
     
    935933            }
    936934            ?>
    937                 <li class="eael-feature-list-item">
     935                <li class="eael-feature-list-item <?php echo 'elementor-repeater-item-' . esc_attr( $item['_id'] ); ?>">
    938936                    <?php if ( 'yes' == $settings['eael_feature_list_connector'] ): ?>
    939937                        <span class="connector" style="<?php echo $connector; ?>"></span>
     
    943941
    944942                        <div class="eael-feature-list-icon-box">
    945                             <div class="eael-feature-list-icon-inner"<?php echo $icon_box_bg; ?>>
    946 
    947                                 <<?php echo $feature_icon_tag . ' ' . $this->get_render_attribute_string( 'eael_feature_list_icon' . $index) . $this->get_render_attribute_string( 'eael_feature_list_link' . $index) . $icon_bg; ?>>
     943                            <div class="eael-feature-list-icon-inner">
     944
     945                                <<?php echo $feature_icon_tag . ' ' . $this->get_render_attribute_string( 'eael_feature_list_icon' . $index) . $this->get_render_attribute_string( 'eael_feature_list_link' . $index); ?>>
    948946
    949947        <?php
     
    951949
    952950            if ( empty( $item['eael_feature_list_icon'] ) || isset( $item['__fa4_migrated']['eael_feature_list_icon_new'] ) ) {
    953                 // if svg then build individual color css
    954                 if ( 'svg' === $item['eael_feature_list_icon_new']['library'] && $icon_color ) {
    955                         ?>
    956                 <style>
    957                     <?php
    958                     echo "#{$css_id} .eael-feature-list-icon.fl-icon-{$index} svg { color: {$icon_color} !important; fill: {$icon_color} !important; } ";
    959                      ?>
    960                 </style>
    961                 <?php
    962                     }
    963 
    964                 Icons_Manager::render_icon( $item['eael_feature_list_icon_new'], [ 'aria-hidden' => 'true', 'style' => "color:{$icon_color};" ] );
     951                Icons_Manager::render_icon( $item['eael_feature_list_icon_new'], [ 'aria-hidden' => 'true' ] );
    965952            } else {
    966953                echo '<i class="' . esc_attr( $item['eael_feature_list_icon'] ) . '" aria-hidden="true"></i>';
  • essential-addons-for-elementor-lite/trunk/includes/Elements/GravityForms.php

    r2579799 r2585431  
    586586                'type'                  => Controls_Manager::COLOR,
    587587                'selectors'             => [
    588                     '{{WRAPPER}} .eael-gravity-form .gfield label' => 'color: {{VALUE}}',
     588                    '{{WRAPPER}} .eael-gravity-form .gfield label, {{WRAPPER}} .eael-gravity-form .gfield .gfield_label' => 'color: {{VALUE}}',
    589589                ],
    590590                'condition'             => [
     
    599599                'name'                  => 'typography_label',
    600600                'label'                 => __( 'Typography', 'essential-addons-for-elementor-lite'),
    601                 'selector'              => '{{WRAPPER}} .eael-gravity-form .gfield label',
     601                'selector'              => '{{WRAPPER}} .eael-gravity-form .gfield label, {{WRAPPER}} .eael-gravity-form .gfield .gfield_label',
    602602                'condition'             => [
    603603                    'labels_switch'   => 'yes',
  • essential-addons-for-elementor-lite/trunk/includes/Elements/Product_Grid.php

    r2579799 r2585431  
    4949        if ( $is_type_instance && class_exists('woocommerce')) {
    5050            $this->load_quick_view_asset();
    51             add_filter( 'body_class', [$this, 'add_slider_body_class'] );
    5251        }
    5352    }
     
    108107        ];
    109108    }
    110 
    111     /**
    112      * added custom markup for popup
    113      *
    114      * @param $classes
    115      * @return mixed
    116      */
    117     public function add_slider_body_class( $classes ) {
    118         if ( !in_array( 'eael-woo-slider', $classes ) ) {
    119             add_action( 'wp_body_open', function () {
    120                 ?>
    121                 <div style="display: none" class="eael-woocommerce-popup-view eael-product-popup
    122         eael-product-zoom-in woocommerce">
    123                     <div class="eael-product-modal-bg"></div>
    124                     <div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>
    125                 </div>
    126                 <?php
    127             } );
    128             $classes[] = 'eael-woo-slider';
    129         }
    130         return $classes;
    131     }
    132109
    133110    public function add_to_cart_button_custom_text($default)
  • essential-addons-for-elementor-lite/trunk/includes/Elements/Woo_Product_Carousel.php

    r2572968 r2585431  
    3939        if ( $is_type_instance && class_exists( 'woocommerce' ) ) {
    4040            $this->load_quick_view_asset();
    41             add_filter( 'body_class', [$this, 'add_slider_body_class'] );
    4241        }
    4342    }
     
    131130            'menu_order' => __( 'Menu Order', 'essential-addons-for-elementor-lite' ),
    132131        ] );
    133     }
    134    
    135     /**
    136      * added custom markup for popup
    137      *
    138      * @param $classes
    139      * @return mixed
    140      */
    141     public function add_slider_body_class( $classes ) {
    142         if ( !in_array( 'eael-woo-slider', $classes ) ) {
    143             add_action( 'wp_body_open', function () {
    144                 ?>
    145                 <div style="display: none" class="eael-woocommerce-popup-view eael-product-popup
    146         eael-product-zoom-in woocommerce">
    147                     <div class="eael-product-modal-bg"></div>
    148                     <div class="eael-popup-details-render eael-woo-slider-popup"><div class="eael-preloader"></div></div>
    149                 </div>
    150                 <?php
    151             } );
    152             $classes[] = 'eael-woo-slider';
    153         }
    154         return $classes;
    155132    }
    156133   
  • essential-addons-for-elementor-lite/trunk/languages/essential-addons-for-elementor-lite.pot

    r2579799 r2585431  
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1515
    16 #: ../includes/Classes/Helper.php:190, ../includes/Elements/Adv_Accordion.php:313, ../includes/Elements/Adv_Tabs.php:262, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:795, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:493, ../includes/Elements/Login_Register.php:1018, ../includes/Elements/Pricing_Table.php:697, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:308, ../includes/Elements/WeForms.php:110
     16#: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:323, ../includes/Elements/Adv_Tabs.php:272, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:795, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:493, ../includes/Elements/Login_Register.php:1018, ../includes/Elements/Pricing_Table.php:697, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:308, ../includes/Elements/WeForms.php:110
    1717msgid "Go Premium for More Features"
    1818msgstr ""
    1919
    20 #: ../includes/Classes/Helper.php:197, ../includes/Elements/Adv_Accordion.php:320, ../includes/Elements/Adv_Tabs.php:269, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:802, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:500, ../includes/Elements/Login_Register.php:1025, ../includes/Elements/Pricing_Table.php:704, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:315, ../includes/Elements/WeForms.php:117
     20#: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:330, ../includes/Elements/Adv_Tabs.php:279, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:802, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:500, ../includes/Elements/Login_Register.php:1025, ../includes/Elements/Pricing_Table.php:704, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:315, ../includes/Elements/WeForms.php:117
    2121msgid "Unlock more possibilities"
    2222msgstr ""
    2323
    24 #: ../includes/Classes/Helper.php:414
     24#: ../includes/Classes/Helper.php:429
    2525msgid "Select a Contact Form"
    2626msgstr ""
    2727
    28 #: ../includes/Classes/Helper.php:420, ../includes/Classes/Helper.php:446, ../includes/Classes/Helper.php:473, ../includes/Classes/Helper.php:500, ../includes/Classes/Helper.php:525, ../includes/Classes/Helper.php:555, ../includes/Classes/Helper.php:581
     28#: ../includes/Classes/Helper.php:435, ../includes/Classes/Helper.php:461, ../includes/Classes/Helper.php:488, ../includes/Classes/Helper.php:515, ../includes/Classes/Helper.php:540, ../includes/Classes/Helper.php:570, ../includes/Classes/Helper.php:596
    2929msgid "Create a Form First"
    3030msgstr ""
    3131
    32 #: ../includes/Classes/Helper.php:440
     32#: ../includes/Classes/Helper.php:455
    3333msgid "Select Gravity Form"
    3434msgstr ""
    3535
    36 #: ../includes/Classes/Helper.php:468, ../includes/Elements/WeForms.php:95
     36#: ../includes/Classes/Helper.php:483, ../includes/Elements/WeForms.php:95
    3737msgid "Select weForm"
    3838msgstr ""
    3939
    40 #: ../includes/Classes/Helper.php:493
     40#: ../includes/Classes/Helper.php:508
    4141msgid "Select Ninja Form"
    4242msgstr ""
    4343
    44 #: ../includes/Classes/Helper.php:519
     44#: ../includes/Classes/Helper.php:534
    4545msgid "Select Caldera Form"
    4646msgstr ""
    4747
    48 #: ../includes/Classes/Helper.php:549
     48#: ../includes/Classes/Helper.php:564
    4949msgid "Select a WPForm"
    5050msgstr ""
    5151
    52 #: ../includes/Classes/Helper.php:576
     52#: ../includes/Classes/Helper.php:591
    5353msgid "Select a Fluent Form"
    5454msgstr ""
     
    428428msgstr ""
    429429
    430 #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:773, ../includes/Elements/Product_Grid.php:62, ../includes/templates/admin/elements.php:492
     430#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:773, ../includes/Elements/Product_Grid.php:61, ../includes/templates/admin/elements.php:492
    431431msgid "Product Grid"
    432432msgstr ""
    433433
    434 #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:778, ../includes/Elements/Woo_Product_Carousel.php:64, ../includes/templates/admin/elements.php:512
     434#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:778, ../includes/Elements/Woo_Product_Carousel.php:63, ../includes/templates/admin/elements.php:512
    435435msgid "Woo Product Carousel"
    436436msgstr ""
     
    456456msgstr ""
    457457
    458 #: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:358, ../includes/Elements/Sticky_Video.php:144, ../includes/Traits/Controls.php:67
     458#: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:335, ../includes/Elements/Sticky_Video.php:144, ../includes/Traits/Controls.php:67
    459459msgid "Source"
    460460msgstr ""
     
    516516msgstr ""
    517517
    518 #: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1679, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2142, ../includes/Elements/Product_Grid.php:2193
     518#: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1679, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2119, ../includes/Elements/Product_Grid.php:2170
    519519msgid "Pagination"
    520520msgstr ""
     
    524524msgstr ""
    525525
    526 #: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:350, ../includes/Elements/Pricing_Table.php:501, ../includes/Elements/Pricing_Table.php:1810, ../includes/Elements/Product_Grid.php:1845, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2362, ../includes/Elements/Woo_Product_Carousel.php:1308, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
     526#: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:350, ../includes/Elements/Pricing_Table.php:501, ../includes/Elements/Pricing_Table.php:1810, ../includes/Elements/Product_Grid.php:1822, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2362, ../includes/Elements/Woo_Product_Carousel.php:1285, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
    527527msgid "Button"
    528528msgstr ""
     
    572572msgstr ""
    573573
    574 #: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1478, ../includes/Elements/Login_Register.php:2006, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:804, ../includes/Elements/Woo_Product_Carousel.php:1316, ../includes/Elements/Woo_Product_Carousel.php:2146, ../includes/Elements/Woo_Product_Carousel.php:2349, ../includes/Elements/Woo_Product_Carousel.php:2429, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:407, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
     574#: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1478, ../includes/Elements/Login_Register.php:2006, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:804, ../includes/Elements/Woo_Product_Carousel.php:1293, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2326, ../includes/Elements/Woo_Product_Carousel.php:2406, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:407, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
    575575msgid "Width"
    576576msgstr ""
    577577
    578 #: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:372, ../includes/Elements/Adv_Accordion.php:561, ../includes/Elements/Adv_Accordion.php:621, ../includes/Elements/Adv_Accordion.php:682, ../includes/Elements/Adv_Accordion.php:765, ../includes/Elements/Adv_Accordion.php:887, ../includes/Elements/Adv_Accordion.php:933, ../includes/Elements/Adv_Accordion.php:979, ../includes/Elements/Adv_Tabs.php:324, ../includes/Elements/Adv_Tabs.php:516, ../includes/Elements/Adv_Tabs.php:583, ../includes/Elements/Adv_Tabs.php:654, ../includes/Elements/Adv_Tabs.php:749, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:871, ../includes/Elements/Filterable_Gallery.php:984, ../includes/Elements/Filterable_Gallery.php:1050, ../includes/Elements/Filterable_Gallery.php:1130, ../includes/Elements/Filterable_Gallery.php:1277, ../includes/Elements/Filterable_Gallery.php:1334, ../includes/Elements/Filterable_Gallery.php:1553, ../includes/Elements/Filterable_Gallery.php:1828, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:2410, ../includes/Elements/Filterable_Gallery.php:2527, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Login_Register.php:2758, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1761, ../includes/Elements/Pricing_Table.php:1927, ../includes/Elements/Product_Grid.php:2288, ../includes/Elements/Simple_Menu.php:621, ../includes/Elements/Simple_Menu.php:694, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:461, ../includes/Elements/Twitter_Feed.php:551, ../includes/Elements/Twitter_Feed.php:868, ../includes/Elements/Woo_Checkout.php:1511, ../includes/Elements/Woo_Checkout.php:1757, ../includes/Elements/Woo_Product_Carousel.php:2254, ../includes/Elements/Woo_Product_Carousel.php:2688, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:521, ../includes/Traits/Controls.php:1256, ../includes/Traits/Controls.php:1310, ../includes/Traits/Controls.php:1440
     578#: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:382, ../includes/Elements/Adv_Accordion.php:571, ../includes/Elements/Adv_Accordion.php:631, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Accordion.php:775, ../includes/Elements/Adv_Accordion.php:897, ../includes/Elements/Adv_Accordion.php:943, ../includes/Elements/Adv_Accordion.php:989, ../includes/Elements/Adv_Tabs.php:334, ../includes/Elements/Adv_Tabs.php:526, ../includes/Elements/Adv_Tabs.php:593, ../includes/Elements/Adv_Tabs.php:662, ../includes/Elements/Adv_Tabs.php:756, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:871, ../includes/Elements/Filterable_Gallery.php:984, ../includes/Elements/Filterable_Gallery.php:1050, ../includes/Elements/Filterable_Gallery.php:1130, ../includes/Elements/Filterable_Gallery.php:1277, ../includes/Elements/Filterable_Gallery.php:1334, ../includes/Elements/Filterable_Gallery.php:1553, ../includes/Elements/Filterable_Gallery.php:1828, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:2410, ../includes/Elements/Filterable_Gallery.php:2527, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Login_Register.php:2758, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1761, ../includes/Elements/Pricing_Table.php:1927, ../includes/Elements/Product_Grid.php:2265, ../includes/Elements/Simple_Menu.php:621, ../includes/Elements/Simple_Menu.php:694, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:461, ../includes/Elements/Twitter_Feed.php:551, ../includes/Elements/Twitter_Feed.php:868, ../includes/Elements/Woo_Checkout.php:1511, ../includes/Elements/Woo_Checkout.php:1757, ../includes/Elements/Woo_Product_Carousel.php:2231, ../includes/Elements/Woo_Product_Carousel.php:2665, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:521, ../includes/Traits/Controls.php:1256, ../includes/Traits/Controls.php:1310, ../includes/Traits/Controls.php:1440
    579579msgid "Border"
    580580msgstr ""
    581581
    582 #: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:379, ../includes/Elements/Adv_Accordion.php:568, ../includes/Elements/Adv_Accordion.php:628, ../includes/Elements/Adv_Accordion.php:689, ../includes/Elements/Adv_Tabs.php:332, ../includes/Elements/Adv_Tabs.php:523, ../includes/Elements/Adv_Tabs.php:590, ../includes/Elements/Adv_Tabs.php:661, ../includes/Elements/Adv_Tabs.php:756, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:197, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:642, ../includes/Elements/Filterable_Gallery.php:879, ../includes/Elements/Filterable_Gallery.php:992, ../includes/Elements/Filterable_Gallery.php:1058, ../includes/Elements/Filterable_Gallery.php:1138, ../includes/Elements/Filterable_Gallery.php:1342, ../includes/Elements/Filterable_Gallery.php:1836, ../includes/Elements/Filterable_Gallery.php:1897, ../includes/Elements/Filterable_Gallery.php:2068, ../includes/Elements/Filterable_Gallery.php:2199, ../includes/Elements/Filterable_Gallery.php:2334, ../includes/Elements/Filterable_Gallery.php:2432, ../includes/Elements/Filterable_Gallery.php:2541, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1559, ../includes/Elements/Login_Register.php:1794, ../includes/Elements/Login_Register.php:1968, ../includes/Elements/Login_Register.php:2124, ../includes/Elements/Login_Register.php:2264, ../includes/Elements/Login_Register.php:2358, ../includes/Elements/Login_Register.php:2449, ../includes/Elements/Login_Register.php:2623, ../includes/Elements/Login_Register.php:2660, ../includes/Elements/Login_Register.php:2774, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Pricing_Table.php:781, ../includes/Elements/Pricing_Table.php:1535, ../includes/Elements/Pricing_Table.php:1784, ../includes/Elements/Pricing_Table.php:1935, ../includes/Elements/Product_Grid.php:956, ../includes/Elements/Product_Grid.php:2032, ../includes/Elements/Product_Grid.php:2388, ../includes/Elements/Product_Grid.php:2728, ../includes/Elements/Product_Grid.php:2927, ../includes/Elements/Product_Grid.php:2959, ../includes/Elements/Simple_Menu.php:629, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:469, ../includes/Elements/Twitter_Feed.php:562, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:651, ../includes/Elements/Woo_Checkout.php:800, ../includes/Elements/Woo_Checkout.php:996, ../includes/Elements/Woo_Checkout.php:1244, ../includes/Elements/Woo_Checkout.php:1397, ../includes/Elements/Woo_Checkout.php:1520, ../includes/Elements/Woo_Checkout.php:1695, ../includes/Elements/Woo_Checkout.php:1903, ../includes/Elements/Woo_Checkout.php:2105, ../includes/Elements/Woo_Checkout.php:2199, ../includes/Elements/Woo_Checkout.php:2479, ../includes/Elements/Woo_Product_Carousel.php:1021, ../includes/Elements/Woo_Product_Carousel.php:1423, ../includes/Elements/Woo_Product_Carousel.php:1826, ../includes/Elements/Woo_Product_Carousel.php:2022, ../includes/Elements/Woo_Product_Carousel.php:2054, ../includes/Elements/Woo_Product_Carousel.php:2264, ../includes/Elements/Woo_Product_Carousel.php:2387, ../includes/Elements/Woo_Product_Carousel.php:2511, ../includes/Elements/Woo_Product_Carousel.php:2698, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:544, ../includes/Extensions/Table_of_Content.php:759, ../includes/Traits/Controls.php:1264, ../includes/Traits/Controls.php:1318, ../includes/Traits/Controls.php:1448, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
     582#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:389, ../includes/Elements/Adv_Accordion.php:578, ../includes/Elements/Adv_Accordion.php:638, ../includes/Elements/Adv_Accordion.php:699, ../includes/Elements/Adv_Tabs.php:342, ../includes/Elements/Adv_Tabs.php:533, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Adv_Tabs.php:669, ../includes/Elements/Adv_Tabs.php:763, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:197, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:879, ../includes/Elements/Filterable_Gallery.php:992, ../includes/Elements/Filterable_Gallery.php:1058, ../includes/Elements/Filterable_Gallery.php:1138, ../includes/Elements/Filterable_Gallery.php:1342, ../includes/Elements/Filterable_Gallery.php:1836, ../includes/Elements/Filterable_Gallery.php:1897, ../includes/Elements/Filterable_Gallery.php:2068, ../includes/Elements/Filterable_Gallery.php:2199, ../includes/Elements/Filterable_Gallery.php:2334, ../includes/Elements/Filterable_Gallery.php:2432, ../includes/Elements/Filterable_Gallery.php:2541, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1559, ../includes/Elements/Login_Register.php:1794, ../includes/Elements/Login_Register.php:1968, ../includes/Elements/Login_Register.php:2124, ../includes/Elements/Login_Register.php:2264, ../includes/Elements/Login_Register.php:2358, ../includes/Elements/Login_Register.php:2449, ../includes/Elements/Login_Register.php:2623, ../includes/Elements/Login_Register.php:2660, ../includes/Elements/Login_Register.php:2774, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Pricing_Table.php:781, ../includes/Elements/Pricing_Table.php:1535, ../includes/Elements/Pricing_Table.php:1784, ../includes/Elements/Pricing_Table.php:1935, ../includes/Elements/Product_Grid.php:933, ../includes/Elements/Product_Grid.php:2009, ../includes/Elements/Product_Grid.php:2365, ../includes/Elements/Product_Grid.php:2705, ../includes/Elements/Product_Grid.php:2904, ../includes/Elements/Product_Grid.php:2936, ../includes/Elements/Simple_Menu.php:629, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:469, ../includes/Elements/Twitter_Feed.php:562, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:651, ../includes/Elements/Woo_Checkout.php:800, ../includes/Elements/Woo_Checkout.php:996, ../includes/Elements/Woo_Checkout.php:1244, ../includes/Elements/Woo_Checkout.php:1397, ../includes/Elements/Woo_Checkout.php:1520, ../includes/Elements/Woo_Checkout.php:1695, ../includes/Elements/Woo_Checkout.php:1903, ../includes/Elements/Woo_Checkout.php:2105, ../includes/Elements/Woo_Checkout.php:2199, ../includes/Elements/Woo_Checkout.php:2479, ../includes/Elements/Woo_Product_Carousel.php:998, ../includes/Elements/Woo_Product_Carousel.php:1400, ../includes/Elements/Woo_Product_Carousel.php:1803, ../includes/Elements/Woo_Product_Carousel.php:1999, ../includes/Elements/Woo_Product_Carousel.php:2031, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Carousel.php:2488, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:544, ../includes/Extensions/Table_of_Content.php:759, ../includes/Traits/Controls.php:1264, ../includes/Traits/Controls.php:1318, ../includes/Traits/Controls.php:1448, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
    583583msgid "Border Radius"
    584584msgstr ""
    585585
    586 #: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:916, ../includes/Elements/Product_Grid.php:944, ../includes/Elements/Product_Grid.php:2951, ../includes/Elements/Product_Grid.php:2986, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:980, ../includes/Elements/Woo_Product_Carousel.php:1009, ../includes/Elements/Woo_Product_Carousel.php:2046, ../includes/Elements/Woo_Product_Carousel.php:2081, ../includes/Elements/Woo_Product_Carousel.php:2760, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1418
     586#: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:893, ../includes/Elements/Product_Grid.php:921, ../includes/Elements/Product_Grid.php:2928, ../includes/Elements/Product_Grid.php:2963, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:957, ../includes/Elements/Woo_Product_Carousel.php:986, ../includes/Elements/Woo_Product_Carousel.php:2023, ../includes/Elements/Woo_Product_Carousel.php:2058, ../includes/Elements/Woo_Product_Carousel.php:2737, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1418
    587587msgid "Box Shadow"
    588588msgstr ""
     
    592592msgstr ""
    593593
    594 #: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:522, ../includes/Elements/Post_Grid.php:664, ../includes/Elements/Post_Grid.php:876, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2448, ../includes/Elements/Product_Grid.php:2479, ../includes/Elements/Product_Grid.php:2521, ../includes/Elements/Product_Grid.php:2587, ../includes/Elements/Product_Grid.php:2628, ../includes/Elements/Product_Grid.php:2685, ../includes/Elements/Product_Grid.php:2802, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:831, ../includes/Elements/Simple_Menu.php:1142, ../includes/Elements/Woo_Checkout.php:1300, ../includes/Elements/Woo_Checkout.php:1598, ../includes/Elements/Woo_Product_Carousel.php:1534, ../includes/Elements/Woo_Product_Carousel.php:1564, ../includes/Elements/Woo_Product_Carousel.php:1606, ../includes/Elements/Woo_Product_Carousel.php:1685, ../includes/Elements/Woo_Product_Carousel.php:1725, ../includes/Elements/Woo_Product_Carousel.php:1782, ../includes/Elements/Woo_Product_Carousel.php:1901, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
     594#: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:522, ../includes/Elements/Post_Grid.php:664, ../includes/Elements/Post_Grid.php:876, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2425, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2498, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Product_Grid.php:2662, ../includes/Elements/Product_Grid.php:2779, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:831, ../includes/Elements/Simple_Menu.php:1142, ../includes/Elements/Woo_Checkout.php:1300, ../includes/Elements/Woo_Checkout.php:1598, ../includes/Elements/Woo_Product_Carousel.php:1511, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1759, ../includes/Elements/Woo_Product_Carousel.php:1878, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
    595595msgid "Typography"
    596596msgstr ""
     
    600600msgstr ""
    601601
    602 #: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:305, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:692, ../includes/Elements/Login_Register.php:725, ../includes/Elements/Login_Register.php:2567, ../includes/Elements/Login_Register.php:3235, ../includes/Elements/Login_Register.php:3555, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:256, ../includes/Elements/Pricing_Table.php:373, ../includes/Elements/Pricing_Table.php:675, ../includes/Elements/Pricing_Table.php:815, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/Product_Grid.php:708, ../includes/Elements/Product_Grid.php:1026, ../includes/Elements/Product_Grid.php:1724, ../includes/Elements/Product_Grid.php:2209, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:333, ../includes/Elements/Simple_Menu.php:740, ../includes/Elements/Simple_Menu.php:766, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:1086, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:717, ../includes/Elements/Woo_Product_Carousel.php:833, ../includes/Elements/Woo_Product_Carousel.php:882, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:438, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1529, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1581, ../includes/Traits/Controls.php:1903
     602#: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:692, ../includes/Elements/Login_Register.php:725, ../includes/Elements/Login_Register.php:2567, ../includes/Elements/Login_Register.php:3235, ../includes/Elements/Login_Register.php:3555, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:256, ../includes/Elements/Pricing_Table.php:373, ../includes/Elements/Pricing_Table.php:675, ../includes/Elements/Pricing_Table.php:815, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/Product_Grid.php:685, ../includes/Elements/Product_Grid.php:1003, ../includes/Elements/Product_Grid.php:1701, ../includes/Elements/Product_Grid.php:2186, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:333, ../includes/Elements/Simple_Menu.php:740, ../includes/Elements/Simple_Menu.php:766, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:1086, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:694, ../includes/Elements/Woo_Product_Carousel.php:810, ../includes/Elements/Woo_Product_Carousel.php:859, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:438, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1529, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1581, ../includes/Traits/Controls.php:1903
    603603msgid "Left"
    604604msgstr ""
    605605
    606 #: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2571, ../includes/Elements/Login_Register.php:3217, ../includes/Elements/Login_Register.php:3239, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3559, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:491, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:714, ../includes/Elements/Post_Grid.php:809, ../includes/Elements/Post_Grid.php:892, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:819, ../includes/Elements/Pricing_Table.php:844, ../includes/Elements/Product_Grid.php:712, ../includes/Elements/Product_Grid.php:1030, ../includes/Elements/Product_Grid.php:2213, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:337, ../includes/Elements/Simple_Menu.php:744, ../includes/Elements/Simple_Menu.php:770, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:1090, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:886, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php:1533, ../includes/Traits/Controls.php:1907
     606#: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2571, ../includes/Elements/Login_Register.php:3217, ../includes/Elements/Login_Register.php:3239, ../includes/Elements/Login_Register.php:3516, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3559, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:491, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:714, ../includes/Elements/Post_Grid.php:809, ../includes/Elements/Post_Grid.php:892, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:819, ../includes/Elements/Pricing_Table.php:844, ../includes/Elements/Product_Grid.php:689, ../includes/Elements/Product_Grid.php:1007, ../includes/Elements/Product_Grid.php:2190, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:337, ../includes/Elements/Simple_Menu.php:744, ../includes/Elements/Simple_Menu.php:770, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:1090, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:863, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php:1533, ../includes/Traits/Controls.php:1907
    607607msgid "Center"
    608608msgstr ""
    609609
    610 #: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:313, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:696, ../includes/Elements/Login_Register.php:2575, ../includes/Elements/Login_Register.php:3243, ../includes/Elements/Login_Register.php:3563, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:381, ../includes/Elements/Pricing_Table.php:679, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Pricing_Table.php:848, ../includes/Elements/Product_Grid.php:716, ../includes/Elements/Product_Grid.php:1034, ../includes/Elements/Product_Grid.php:1728, ../includes/Elements/Product_Grid.php:2217, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:748, ../includes/Elements/Simple_Menu.php:774, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:1094, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:718, ../includes/Elements/Woo_Product_Carousel.php:837, ../includes/Elements/Woo_Product_Carousel.php:890, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:439, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1537, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1581, ../includes/Traits/Controls.php:1911
     610#: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:696, ../includes/Elements/Login_Register.php:2575, ../includes/Elements/Login_Register.php:3243, ../includes/Elements/Login_Register.php:3563, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:381, ../includes/Elements/Pricing_Table.php:679, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Pricing_Table.php:848, ../includes/Elements/Product_Grid.php:693, ../includes/Elements/Product_Grid.php:1011, ../includes/Elements/Product_Grid.php:1705, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:748, ../includes/Elements/Simple_Menu.php:774, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:1094, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:695, ../includes/Elements/Woo_Product_Carousel.php:814, ../includes/Elements/Woo_Product_Carousel.php:867, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:439, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1537, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1581, ../includes/Traits/Controls.php:1911
    611611msgid "Right"
    612612msgstr ""
    613613
    614 #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:537, ../includes/Elements/Adv_Accordion.php:597, ../includes/Elements/Adv_Accordion.php:657, ../includes/Elements/Adv_Accordion.php:724, ../includes/Elements/Adv_Tabs.php:489, ../includes/Elements/Adv_Tabs.php:556, ../includes/Elements/Adv_Tabs.php:624, ../includes/Elements/Adv_Tabs.php:708, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:959, ../includes/Elements/Filterable_Gallery.php:1025, ../includes/Elements/Filterable_Gallery.php:2510, ../includes/Elements/Filterable_Gallery.php:2705, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Login_Register.php:2596, ../includes/Elements/Login_Register.php:2735, ../includes/Elements/Login_Register.php:3079, ../includes/Elements/Login_Register.php:3264, ../includes/Elements/Login_Register.php:3301, ../includes/Elements/Login_Register.php:3585, ../includes/Elements/Login_Register.php:3622, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:2263, ../includes/Elements/Product_Grid.php:2301, ../includes/Elements/Product_Grid.php:2345, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:397, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:489, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:849, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1160, ../includes/Elements/Simple_Menu.php:1285, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:602, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:940, ../includes/Extensions/Table_of_Content.php:966, ../includes/Traits/Controls.php:1230, ../includes/Traits/Controls.php:1285, ../includes/Traits/Controls.php:1415, ../includes/Traits/Controls.php:1477, ../includes/Traits/Controls.php:1860
     614#: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:547, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:734, ../includes/Elements/Adv_Tabs.php:499, ../includes/Elements/Adv_Tabs.php:566, ../includes/Elements/Adv_Tabs.php:633, ../includes/Elements/Adv_Tabs.php:715, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:959, ../includes/Elements/Filterable_Gallery.php:1025, ../includes/Elements/Filterable_Gallery.php:2510, ../includes/Elements/Filterable_Gallery.php:2705, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Login_Register.php:2596, ../includes/Elements/Login_Register.php:2735, ../includes/Elements/Login_Register.php:3079, ../includes/Elements/Login_Register.php:3264, ../includes/Elements/Login_Register.php:3301, ../includes/Elements/Login_Register.php:3585, ../includes/Elements/Login_Register.php:3622, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:2240, ../includes/Elements/Product_Grid.php:2278, ../includes/Elements/Product_Grid.php:2322, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:397, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:489, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:849, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1160, ../includes/Elements/Simple_Menu.php:1285, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:602, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:940, ../includes/Extensions/Table_of_Content.php:966, ../includes/Traits/Controls.php:1230, ../includes/Traits/Controls.php:1285, ../includes/Traits/Controls.php:1415, ../includes/Traits/Controls.php:1477, ../includes/Traits/Controls.php:1860
    615615msgid "Text Color"
    616616msgstr ""
    617617
    618 #: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:873, ../includes/Elements/Adv_Accordion.php:919, ../includes/Elements/Adv_Accordion.php:965, ../includes/Elements/Adv_Tabs.php:470, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Login_Register.php:1574, ../includes/Elements/Login_Register.php:1707, ../includes/Elements/Login_Register.php:1809, ../includes/Elements/Login_Register.php:1983, ../includes/Elements/Login_Register.php:2339, ../includes/Elements/Login_Register.php:2430, ../includes/Elements/Login_Register.php:2610, ../includes/Elements/Login_Register.php:2648, ../includes/Elements/Login_Register.php:2745, ../includes/Elements/Login_Register.php:3272, ../includes/Elements/Login_Register.php:3309, ../includes/Elements/Login_Register.php:3593, ../includes/Elements/Login_Register.php:3630, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Pricing_Table.php:736, ../includes/Elements/Pricing_Table.php:896, ../includes/Elements/Pricing_Table.php:1402, ../includes/Elements/Pricing_Table.php:1471, ../includes/Elements/Pricing_Table.php:1637, ../includes/Elements/Pricing_Table.php:1899, ../includes/Elements/Pricing_Table.php:1968, ../includes/Elements/Product_Grid.php:1873, ../includes/Elements/Product_Grid.php:1981, ../includes/Elements/Product_Grid.php:2089, ../includes/Elements/Product_Grid.php:2275, ../includes/Elements/Product_Grid.php:2313, ../includes/Elements/Product_Grid.php:2357, ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Product_Grid.php:2648, ../includes/Elements/Product_Grid.php:2709, ../includes/Elements/Product_Grid.php:2760, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:267, ../includes/Elements/Simple_Menu.php:376, ../includes/Elements/Simple_Menu.php:410, ../includes/Elements/Simple_Menu.php:444, ../includes/Elements/Simple_Menu.php:502, ../includes/Elements/Simple_Menu.php:536, ../includes/Elements/Simple_Menu.php:608, ../includes/Elements/Simple_Menu.php:680, ../includes/Elements/Simple_Menu.php:863, ../includes/Elements/Simple_Menu.php:943, ../includes/Elements/Simple_Menu.php:991, ../includes/Elements/Simple_Menu.php:1038, ../includes/Elements/Simple_Menu.php:1172, ../includes/Elements/Simple_Menu.php:1252, ../includes/Elements/Simple_Menu.php:1299, ../includes/Elements/Simple_Menu.php:1346, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:414, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:621, ../includes/Elements/Woo_Checkout.php:736, ../includes/Elements/Woo_Checkout.php:858, ../includes/Elements/Woo_Checkout.php:1316, ../includes/Elements/Woo_Checkout.php:1356, ../includes/Elements/Woo_Checkout.php:1614, ../includes/Elements/Woo_Checkout.php:1654, ../includes/Elements/Woo_Checkout.php:2158, ../includes/Elements/Woo_Checkout.php:2288, ../includes/Elements/Woo_Checkout.php:2398, ../includes/Elements/Woo_Checkout.php:2438, ../includes/Elements/Woo_Product_Carousel.php:908, ../includes/Elements/Woo_Product_Carousel.php:1401, ../includes/Elements/Woo_Product_Carousel.php:1483, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1745, ../includes/Elements/Woo_Product_Carousel.php:1807, ../includes/Elements/Woo_Product_Carousel.php:1859, ../includes/Elements/Woo_Product_Carousel.php:2663, ../includes/Elements/Woo_Product_Carousel.php:2719, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:589, ../includes/Extensions/Table_of_Content.php:735, ../includes/Extensions/Table_of_Content.php:799, ../includes/Traits/Controls.php:1427, ../includes/Traits/Controls.php:1489, ../includes/Traits/Controls.php:1870, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
     618#: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:883, ../includes/Elements/Adv_Accordion.php:929, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:480, ../includes/Elements/Adv_Tabs.php:696, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Login_Register.php:1574, ../includes/Elements/Login_Register.php:1707, ../includes/Elements/Login_Register.php:1809, ../includes/Elements/Login_Register.php:1983, ../includes/Elements/Login_Register.php:2339, ../includes/Elements/Login_Register.php:2430, ../includes/Elements/Login_Register.php:2610, ../includes/Elements/Login_Register.php:2648, ../includes/Elements/Login_Register.php:2745, ../includes/Elements/Login_Register.php:3272, ../includes/Elements/Login_Register.php:3309, ../includes/Elements/Login_Register.php:3593, ../includes/Elements/Login_Register.php:3630, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Pricing_Table.php:736, ../includes/Elements/Pricing_Table.php:896, ../includes/Elements/Pricing_Table.php:1402, ../includes/Elements/Pricing_Table.php:1471, ../includes/Elements/Pricing_Table.php:1637, ../includes/Elements/Pricing_Table.php:1899, ../includes/Elements/Pricing_Table.php:1968, ../includes/Elements/Product_Grid.php:1850, ../includes/Elements/Product_Grid.php:1958, ../includes/Elements/Product_Grid.php:2066, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Product_Grid.php:2625, ../includes/Elements/Product_Grid.php:2686, ../includes/Elements/Product_Grid.php:2737, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:267, ../includes/Elements/Simple_Menu.php:376, ../includes/Elements/Simple_Menu.php:410, ../includes/Elements/Simple_Menu.php:444, ../includes/Elements/Simple_Menu.php:502, ../includes/Elements/Simple_Menu.php:536, ../includes/Elements/Simple_Menu.php:608, ../includes/Elements/Simple_Menu.php:680, ../includes/Elements/Simple_Menu.php:863, ../includes/Elements/Simple_Menu.php:943, ../includes/Elements/Simple_Menu.php:991, ../includes/Elements/Simple_Menu.php:1038, ../includes/Elements/Simple_Menu.php:1172, ../includes/Elements/Simple_Menu.php:1252, ../includes/Elements/Simple_Menu.php:1299, ../includes/Elements/Simple_Menu.php:1346, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:414, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:621, ../includes/Elements/Woo_Checkout.php:736, ../includes/Elements/Woo_Checkout.php:858, ../includes/Elements/Woo_Checkout.php:1316, ../includes/Elements/Woo_Checkout.php:1356, ../includes/Elements/Woo_Checkout.php:1614, ../includes/Elements/Woo_Checkout.php:1654, ../includes/Elements/Woo_Checkout.php:2158, ../includes/Elements/Woo_Checkout.php:2288, ../includes/Elements/Woo_Checkout.php:2398, ../includes/Elements/Woo_Checkout.php:2438, ../includes/Elements/Woo_Product_Carousel.php:885, ../includes/Elements/Woo_Product_Carousel.php:1378, ../includes/Elements/Woo_Product_Carousel.php:1460, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1722, ../includes/Elements/Woo_Product_Carousel.php:1784, ../includes/Elements/Woo_Product_Carousel.php:1836, ../includes/Elements/Woo_Product_Carousel.php:2640, ../includes/Elements/Woo_Product_Carousel.php:2696, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:589, ../includes/Extensions/Table_of_Content.php:735, ../includes/Extensions/Table_of_Content.php:799, ../includes/Traits/Controls.php:1427, ../includes/Traits/Controls.php:1489, ../includes/Traits/Controls.php:1870, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
    619619msgid "Background Color"
    620620msgstr ""
     
    624624msgstr ""
    625625
    626 #: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:349, ../includes/Elements/Adv_Accordion.php:502, ../includes/Elements/Adv_Accordion.php:742, ../includes/Elements/Adv_Tabs.php:301, ../includes/Elements/Adv_Tabs.php:444, ../includes/Elements/Adv_Tabs.php:726, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:431, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:599, ../includes/Elements/Filterable_Gallery.php:846, ../includes/Elements/Filterable_Gallery.php:923, ../includes/Elements/Filterable_Gallery.php:1105, ../includes/Elements/Filterable_Gallery.php:1195, ../includes/Elements/Filterable_Gallery.php:1539, ../includes/Elements/Filterable_Gallery.php:1750, ../includes/Elements/Filterable_Gallery.php:2613, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:556, ../includes/Elements/Login_Register.php:1537, ../includes/Elements/Login_Register.php:2102, ../includes/Elements/Login_Register.php:2241, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2405, ../includes/Elements/Login_Register.php:2507, ../includes/Elements/Login_Register.php:2543, ../includes/Elements/Login_Register.php:2705, ../includes/Elements/Login_Register.php:3177, ../includes/Elements/Login_Register.php:3476, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:748, ../includes/Elements/Pricing_Table.php:1513, ../includes/Elements/Pricing_Table.php:1818, ../includes/Elements/Product_Grid.php:819, ../includes/Elements/Product_Grid.php:1070, ../includes/Elements/Product_Grid.php:1482, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:468, ../includes/Elements/Simple_Menu.php:641, ../includes/Elements/Simple_Menu.php:1105, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:444, ../includes/Elements/Twitter_Feed.php:503, ../includes/Elements/Twitter_Feed.php:536, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:632, ../includes/Elements/Woo_Checkout.php:1224, ../includes/Elements/Woo_Checkout.php:1417, ../includes/Elements/Woo_Checkout.php:1547, ../includes/Elements/Woo_Checkout.php:1715, ../includes/Elements/Woo_Checkout.php:1930, ../includes/Elements/Woo_Checkout.php:2180, ../includes/Elements/Woo_Checkout.php:2511, ../includes/Elements/Woo_Product_Carousel.php:1043, ../includes/Elements/Woo_Product_Carousel.php:2276, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:624, ../includes/Extensions/Table_of_Content.php:812, ../includes/Traits/Controls.php:1334, ../includes/Traits/Controls.php:1379, ../includes/Traits/Controls.php:1880, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
     626#: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:359, ../includes/Elements/Adv_Accordion.php:512, ../includes/Elements/Adv_Accordion.php:752, ../includes/Elements/Adv_Tabs.php:311, ../includes/Elements/Adv_Tabs.php:454, ../includes/Elements/Adv_Tabs.php:733, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:431, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:846, ../includes/Elements/Filterable_Gallery.php:923, ../includes/Elements/Filterable_Gallery.php:1105, ../includes/Elements/Filterable_Gallery.php:1195, ../includes/Elements/Filterable_Gallery.php:1539, ../includes/Elements/Filterable_Gallery.php:1750, ../includes/Elements/Filterable_Gallery.php:2613, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:556, ../includes/Elements/Login_Register.php:1537, ../includes/Elements/Login_Register.php:2102, ../includes/Elements/Login_Register.php:2241, ../includes/Elements/Login_Register.php:2314, ../includes/Elements/Login_Register.php:2405, ../includes/Elements/Login_Register.php:2507, ../includes/Elements/Login_Register.php:2543, ../includes/Elements/Login_Register.php:2705, ../includes/Elements/Login_Register.php:3177, ../includes/Elements/Login_Register.php:3476, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:748, ../includes/Elements/Pricing_Table.php:1513, ../includes/Elements/Pricing_Table.php:1818, ../includes/Elements/Product_Grid.php:796, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1459, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:468, ../includes/Elements/Simple_Menu.php:641, ../includes/Elements/Simple_Menu.php:1105, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:444, ../includes/Elements/Twitter_Feed.php:503, ../includes/Elements/Twitter_Feed.php:536, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:632, ../includes/Elements/Woo_Checkout.php:1224, ../includes/Elements/Woo_Checkout.php:1417, ../includes/Elements/Woo_Checkout.php:1547, ../includes/Elements/Woo_Checkout.php:1715, ../includes/Elements/Woo_Checkout.php:1930, ../includes/Elements/Woo_Checkout.php:2180, ../includes/Elements/Woo_Checkout.php:2511, ../includes/Elements/Woo_Product_Carousel.php:1020, ../includes/Elements/Woo_Product_Carousel.php:2253, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:624, ../includes/Extensions/Table_of_Content.php:812, ../includes/Traits/Controls.php:1334, ../includes/Traits/Controls.php:1379, ../includes/Traits/Controls.php:1880, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
    627627msgid "Padding"
    628628msgstr ""
     
    672672msgstr ""
    673673
    674 #: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2049, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:831, ../includes/Elements/Woo_Product_Carousel.php:1335, ../includes/Elements/Woo_Product_Carousel.php:2168, ../includes/Elements/Woo_Product_Carousel.php:2368, ../includes/Elements/Woo_Product_Carousel.php:2456, ../includes/Extensions/Reading_Progress.php:128
     674#: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2049, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:831, ../includes/Elements/Woo_Product_Carousel.php:1312, ../includes/Elements/Woo_Product_Carousel.php:2145, ../includes/Elements/Woo_Product_Carousel.php:2345, ../includes/Elements/Woo_Product_Carousel.php:2433, ../includes/Extensions/Reading_Progress.php:128
    675675msgid "Height"
    676676msgstr ""
     
    680680msgstr ""
    681681
    682 #: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:235, ../includes/Elements/FluentForm.php:576, ../includes/Elements/FluentForm.php:1207, ../includes/Elements/FluentForm.php:1452, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3231, ../includes/Elements/Login_Register.php:3551, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:801, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Product_Grid.php:704, ../includes/Elements/Product_Grid.php:1022, ../includes/Elements/Product_Grid.php:1720, ../includes/Elements/Product_Grid.php:2205, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Simple_Menu.php:736, ../includes/Elements/Simple_Menu.php:762, ../includes/Elements/Simple_Menu.php:787, ../includes/Elements/Simple_Menu.php:1082, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:829, ../includes/Elements/Woo_Product_Carousel.php:878, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1899
     682#: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:235, ../includes/Elements/FluentForm.php:576, ../includes/Elements/FluentForm.php:1207, ../includes/Elements/FluentForm.php:1452, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3231, ../includes/Elements/Login_Register.php:3551, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:801, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Product_Grid.php:681, ../includes/Elements/Product_Grid.php:999, ../includes/Elements/Product_Grid.php:1697, ../includes/Elements/Product_Grid.php:2182, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Simple_Menu.php:736, ../includes/Elements/Simple_Menu.php:762, ../includes/Elements/Simple_Menu.php:787, ../includes/Elements/Simple_Menu.php:1082, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:806, ../includes/Elements/Woo_Product_Carousel.php:855, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1899
    683683msgid "Alignment"
    684684msgstr ""
    685685
    686 #: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:360, ../includes/Elements/Adv_Accordion.php:513, ../includes/Elements/Adv_Accordion.php:753, ../includes/Elements/Adv_Tabs.php:312, ../includes/Elements/Adv_Tabs.php:455, ../includes/Elements/Adv_Tabs.php:737, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Login_Register.php:1522, ../includes/Elements/Login_Register.php:2087, ../includes/Elements/Login_Register.php:2226, ../includes/Elements/Login_Register.php:2299, ../includes/Elements/Login_Register.php:2390, ../includes/Elements/Login_Register.php:2492, ../includes/Elements/Login_Register.php:2528, ../includes/Elements/Login_Register.php:2690, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3397, ../includes/Elements/Login_Register.php:3461, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:760, ../includes/Elements/Pricing_Table.php:1086, ../includes/Elements/Pricing_Table.php:1156, ../includes/Elements/Pricing_Table.php:1830, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:937, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1346, ../includes/Traits/Controls.php:1391, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
     686#: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:370, ../includes/Elements/Adv_Accordion.php:523, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:322, ../includes/Elements/Adv_Tabs.php:465, ../includes/Elements/Adv_Tabs.php:744, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Login_Register.php:1522, ../includes/Elements/Login_Register.php:2087, ../includes/Elements/Login_Register.php:2226, ../includes/Elements/Login_Register.php:2299, ../includes/Elements/Login_Register.php:2390, ../includes/Elements/Login_Register.php:2492, ../includes/Elements/Login_Register.php:2528, ../includes/Elements/Login_Register.php:2690, ../includes/Elements/Login_Register.php:3162, ../includes/Elements/Login_Register.php:3397, ../includes/Elements/Login_Register.php:3461, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:760, ../includes/Elements/Pricing_Table.php:1086, ../includes/Elements/Pricing_Table.php:1156, ../includes/Elements/Pricing_Table.php:1830, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:914, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1346, ../includes/Traits/Controls.php:1391, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
    687687msgid "Margin"
    688688msgstr ""
    689689
    690 #: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:524, ../includes/Elements/Adv_Accordion.php:852, ../includes/Elements/Adv_Tabs.php:466, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:389, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:954, ../includes/Elements/Filterable_Gallery.php:1719, ../includes/Elements/Filterable_Gallery.php:2483, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Login_Register.php:2593, ../includes/Elements/Login_Register.php:3261, ../includes/Elements/Login_Register.php:3424, ../includes/Elements/Login_Register.php:3582, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1882, ../includes/Elements/Product_Grid.php:874, ../includes/Elements/Product_Grid.php:1521, ../includes/Elements/Product_Grid.php:1963, ../includes/Elements/Product_Grid.php:2258, ../includes/Elements/Product_Grid.php:2692, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1309, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2237, ../includes/Elements/Woo_Checkout.php:2391, ../includes/Elements/Woo_Product_Carousel.php:949, ../includes/Elements/Woo_Product_Carousel.php:1385, ../includes/Elements/Woo_Product_Carousel.php:1790, ../includes/Elements/Woo_Product_Carousel.php:2234, ../includes/Elements/Woo_Product_Carousel.php:2656, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1223, ../includes/Traits/Controls.php:1410, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
     690#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:862, ../includes/Elements/Adv_Tabs.php:476, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:389, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:954, ../includes/Elements/Filterable_Gallery.php:1719, ../includes/Elements/Filterable_Gallery.php:2483, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Login_Register.php:2593, ../includes/Elements/Login_Register.php:3261, ../includes/Elements/Login_Register.php:3424, ../includes/Elements/Login_Register.php:3582, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1882, ../includes/Elements/Product_Grid.php:851, ../includes/Elements/Product_Grid.php:1498, ../includes/Elements/Product_Grid.php:1940, ../includes/Elements/Product_Grid.php:2235, ../includes/Elements/Product_Grid.php:2669, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1309, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2237, ../includes/Elements/Woo_Checkout.php:2391, ../includes/Elements/Woo_Product_Carousel.php:926, ../includes/Elements/Woo_Product_Carousel.php:1362, ../includes/Elements/Woo_Product_Carousel.php:1767, ../includes/Elements/Woo_Product_Carousel.php:2211, ../includes/Elements/Woo_Product_Carousel.php:2633, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1223, ../includes/Traits/Controls.php:1410, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
    691691msgid "Normal"
    692692msgstr ""
    693693
    694 #: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:582, ../includes/Elements/Adv_Accordion.php:899, ../includes/Elements/Adv_Tabs.php:533, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:473, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1857, ../includes/Elements/Filterable_Gallery.php:2678, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Login_Register.php:3298, ../includes/Elements/Login_Register.php:3619, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:402, ../includes/Elements/Pricing_Table.php:1951, ../includes/Elements/Product_Grid.php:924, ../includes/Elements/Product_Grid.php:1597, ../includes/Elements/Product_Grid.php:2072, ../includes/Elements/Product_Grid.php:2296, ../includes/Elements/Product_Grid.php:2743, ../includes/Elements/Simple_Menu.php:390, ../includes/Elements/Simple_Menu.php:516, ../includes/Elements/Simple_Menu.php:969, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1349, ../includes/Elements/Woo_Checkout.php:1647, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2431, ../includes/Elements/Woo_Product_Carousel.php:989, ../includes/Elements/Woo_Product_Carousel.php:1467, ../includes/Elements/Woo_Product_Carousel.php:1842, ../includes/Elements/Woo_Product_Carousel.php:2297, ../includes/Elements/Woo_Product_Carousel.php:2712, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:933, ../includes/Traits/Controls.php:1278, ../includes/Traits/Controls.php:1472, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
     694#: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:592, ../includes/Elements/Adv_Accordion.php:909, ../includes/Elements/Adv_Tabs.php:543, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:473, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1857, ../includes/Elements/Filterable_Gallery.php:2678, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Login_Register.php:3298, ../includes/Elements/Login_Register.php:3619, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:402, ../includes/Elements/Pricing_Table.php:1951, ../includes/Elements/Product_Grid.php:901, ../includes/Elements/Product_Grid.php:1574, ../includes/Elements/Product_Grid.php:2049, ../includes/Elements/Product_Grid.php:2273, ../includes/Elements/Product_Grid.php:2720, ../includes/Elements/Simple_Menu.php:390, ../includes/Elements/Simple_Menu.php:516, ../includes/Elements/Simple_Menu.php:969, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1349, ../includes/Elements/Woo_Checkout.php:1647, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2431, ../includes/Elements/Woo_Product_Carousel.php:966, ../includes/Elements/Woo_Product_Carousel.php:1444, ../includes/Elements/Woo_Product_Carousel.php:1819, ../includes/Elements/Woo_Product_Carousel.php:2274, ../includes/Elements/Woo_Product_Carousel.php:2689, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:933, ../includes/Traits/Controls.php:1278, ../includes/Traits/Controls.php:1472, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
    695695msgid "Hover"
    696696msgstr ""
    697697
    698 #: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:543, ../includes/Elements/Feature_List.php:765, ../includes/Elements/Feature_List.php:799, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1355, ../includes/Elements/Info_Box.php:1431, ../includes/Elements/Login_Register.php:2329, ../includes/Elements/Login_Register.php:2420, ../includes/Elements/Login_Register.php:2834, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:863, ../includes/Elements/Pricing_Table.php:883, ../includes/Elements/Pricing_Table.php:947, ../includes/Elements/Pricing_Table.php:1038, ../includes/Elements/Pricing_Table.php:1067, ../includes/Elements/Pricing_Table.php:1108, ../includes/Elements/Pricing_Table.php:1137, ../includes/Elements/Pricing_Table.php:1177, ../includes/Elements/Pricing_Table.php:1212, ../includes/Elements/Pricing_Table.php:1369, ../includes/Elements/Pricing_Table.php:1501, ../includes/Elements/Product_Grid.php:1344, ../includes/Elements/Product_Grid.php:1968, ../includes/Elements/Product_Grid.php:2077, ../includes/Elements/Product_Grid.php:2414, ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Product_Grid.php:2636, ../includes/Elements/Product_Grid.php:2697, ../includes/Elements/Product_Grid.php:2748, ../includes/Elements/Product_Grid.php:2905, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:931, ../includes/Elements/Simple_Menu.php:1025, ../includes/Elements/Simple_Menu.php:1240, ../includes/Elements/Simple_Menu.php:1333, ../includes/Elements/Twitter_Feed.php:695, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:754, ../includes/Elements/Twitter_Feed.php:924, ../includes/Elements/Woo_Checkout.php:576, ../includes/Elements/Woo_Checkout.php:750, ../includes/Elements/Woo_Checkout.php:764, ../includes/Elements/Woo_Checkout.php:872, ../includes/Elements/Woo_Checkout.php:886, ../includes/Elements/Woo_Checkout.php:1059, ../includes/Elements/Woo_Checkout.php:1095, ../includes/Elements/Woo_Checkout.php:1111, ../includes/Elements/Woo_Checkout.php:1179, ../includes/Elements/Woo_Checkout.php:1278, ../includes/Elements/Woo_Checkout.php:1328, ../includes/Elements/Woo_Checkout.php:1368, ../includes/Elements/Woo_Checkout.php:1465, ../includes/Elements/Woo_Checkout.php:1626, ../includes/Elements/Woo_Checkout.php:1666, ../includes/Elements/Woo_Checkout.php:1784, ../includes/Elements/Woo_Checkout.php:1828, ../includes/Elements/Woo_Checkout.php:1872, ../includes/Elements/Woo_Checkout.php:1978, ../includes/Elements/Woo_Checkout.php:2017, ../includes/Elements/Woo_Checkout.php:2057, ../includes/Elements/Woo_Checkout.php:2244, ../includes/Elements/Woo_Checkout.php:2265, ../includes/Elements/Woo_Checkout.php:2300, ../includes/Elements/Woo_Checkout.php:2321, ../includes/Elements/Woo_Checkout.php:2410, ../includes/Elements/Woo_Checkout.php:2450, ../includes/Elements/Woo_Product_Carousel.php:1195, ../includes/Elements/Woo_Product_Carousel.php:1390, ../includes/Elements/Woo_Product_Carousel.php:1472, ../includes/Elements/Woo_Product_Carousel.php:1692, ../includes/Elements/Woo_Product_Carousel.php:1733, ../includes/Elements/Woo_Product_Carousel.php:1795, ../includes/Elements/Woo_Product_Carousel.php:1847, ../includes/Elements/Woo_Product_Carousel.php:2000, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2304, ../includes/Elements/Woo_Product_Carousel.php:2337, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/Woo_Product_Carousel.php:2731, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1069, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
     698#: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:541, ../includes/Elements/Feature_List.php:763, ../includes/Elements/Feature_List.php:797, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1355, ../includes/Elements/Info_Box.php:1431, ../includes/Elements/Login_Register.php:2329, ../includes/Elements/Login_Register.php:2420, ../includes/Elements/Login_Register.php:2834, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:863, ../includes/Elements/Pricing_Table.php:883, ../includes/Elements/Pricing_Table.php:947, ../includes/Elements/Pricing_Table.php:1038, ../includes/Elements/Pricing_Table.php:1067, ../includes/Elements/Pricing_Table.php:1108, ../includes/Elements/Pricing_Table.php:1137, ../includes/Elements/Pricing_Table.php:1177, ../includes/Elements/Pricing_Table.php:1212, ../includes/Elements/Pricing_Table.php:1369, ../includes/Elements/Pricing_Table.php:1501, ../includes/Elements/Product_Grid.php:1321, ../includes/Elements/Product_Grid.php:1945, ../includes/Elements/Product_Grid.php:2054, ../includes/Elements/Product_Grid.php:2391, ../includes/Elements/Product_Grid.php:2572, ../includes/Elements/Product_Grid.php:2613, ../includes/Elements/Product_Grid.php:2674, ../includes/Elements/Product_Grid.php:2725, ../includes/Elements/Product_Grid.php:2882, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:931, ../includes/Elements/Simple_Menu.php:1025, ../includes/Elements/Simple_Menu.php:1240, ../includes/Elements/Simple_Menu.php:1333, ../includes/Elements/Twitter_Feed.php:695, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:754, ../includes/Elements/Twitter_Feed.php:924, ../includes/Elements/Woo_Checkout.php:576, ../includes/Elements/Woo_Checkout.php:750, ../includes/Elements/Woo_Checkout.php:764, ../includes/Elements/Woo_Checkout.php:872, ../includes/Elements/Woo_Checkout.php:886, ../includes/Elements/Woo_Checkout.php:1059, ../includes/Elements/Woo_Checkout.php:1095, ../includes/Elements/Woo_Checkout.php:1111, ../includes/Elements/Woo_Checkout.php:1179, ../includes/Elements/Woo_Checkout.php:1278, ../includes/Elements/Woo_Checkout.php:1328, ../includes/Elements/Woo_Checkout.php:1368, ../includes/Elements/Woo_Checkout.php:1465, ../includes/Elements/Woo_Checkout.php:1626, ../includes/Elements/Woo_Checkout.php:1666, ../includes/Elements/Woo_Checkout.php:1784, ../includes/Elements/Woo_Checkout.php:1828, ../includes/Elements/Woo_Checkout.php:1872, ../includes/Elements/Woo_Checkout.php:1978, ../includes/Elements/Woo_Checkout.php:2017, ../includes/Elements/Woo_Checkout.php:2057, ../includes/Elements/Woo_Checkout.php:2244, ../includes/Elements/Woo_Checkout.php:2265, ../includes/Elements/Woo_Checkout.php:2300, ../includes/Elements/Woo_Checkout.php:2321, ../includes/Elements/Woo_Checkout.php:2410, ../includes/Elements/Woo_Checkout.php:2450, ../includes/Elements/Woo_Product_Carousel.php:1172, ../includes/Elements/Woo_Product_Carousel.php:1367, ../includes/Elements/Woo_Product_Carousel.php:1449, ../includes/Elements/Woo_Product_Carousel.php:1669, ../includes/Elements/Woo_Product_Carousel.php:1710, ../includes/Elements/Woo_Product_Carousel.php:1772, ../includes/Elements/Woo_Product_Carousel.php:1824, ../includes/Elements/Woo_Product_Carousel.php:1977, ../includes/Elements/Woo_Product_Carousel.php:2218, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Carousel.php:2314, ../includes/Elements/Woo_Product_Carousel.php:2652, ../includes/Elements/Woo_Product_Carousel.php:2708, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1069, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
    699699msgid "Color"
    700700msgstr ""
     
    716716msgstr ""
    717717
    718 #: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:3009, ../includes/Elements/Woo_Product_Carousel.php:2567, ../includes/Traits/Elements.php:286, ../includes/templates/admin/elements.php:83
     718#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:3009, ../includes/Elements/Woo_Product_Carousel.php:2544, ../includes/Traits/Elements.php:286, ../includes/templates/admin/elements.php:83
    719719msgid "Toggle"
    720720msgstr ""
     
    724724msgstr ""
    725725
    726 #: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:463, ../includes/Elements/Product_Grid.php:1805, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:258, ../includes/Elements/Woo_Product_Carousel.php:418, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:826
     726#: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:440, ../includes/Elements/Product_Grid.php:1782, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:826
    727727msgid "H1"
    728728msgstr ""
    729729
    730 #: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:464, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:259, ../includes/Elements/Woo_Product_Carousel.php:419, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:827
     730#: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:441, ../includes/Elements/Product_Grid.php:1783, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:827
    731731msgid "H2"
    732732msgstr ""
    733733
    734 #: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:465, ../includes/Elements/Product_Grid.php:1807, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:260, ../includes/Elements/Woo_Product_Carousel.php:420, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:828
     734#: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:442, ../includes/Elements/Product_Grid.php:1784, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:828
    735735msgid "H3"
    736736msgstr ""
    737737
    738 #: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:466, ../includes/Elements/Product_Grid.php:1808, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:261, ../includes/Elements/Woo_Product_Carousel.php:421, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:829
     738#: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:443, ../includes/Elements/Product_Grid.php:1785, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:829
    739739msgid "H4"
    740740msgstr ""
    741741
    742 #: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:467, ../includes/Elements/Product_Grid.php:1809, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:262, ../includes/Elements/Woo_Product_Carousel.php:422, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:830
     742#: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Product_Grid.php:1786, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:830
    743743msgid "H5"
    744744msgstr ""
    745745
    746 #: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:468, ../includes/Elements/Product_Grid.php:1810, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:263, ../includes/Elements/Woo_Product_Carousel.php:423, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:831
     746#: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:445, ../includes/Elements/Product_Grid.php:1787, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:831
    747747msgid "H6"
    748748msgstr ""
    749749
    750 #: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1811, ../includes/Elements/Woo_Product_Carousel.php:264, ../includes/Elements/Woo_Product_Carousel.php:424, ../includes/Traits/Controls.php:832
     750#: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1788, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../includes/Traits/Controls.php:832
    751751msgid "Span"
    752752msgstr ""
    753753
    754 #: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1812, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:265, ../includes/Elements/Woo_Product_Carousel.php:425, ../includes/Traits/Controls.php:833
     754#: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1789, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../includes/Traits/Controls.php:833
    755755msgid "P"
    756756msgstr ""
    757757
    758 #: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1813, ../includes/Elements/Woo_Product_Carousel.php:266, ../includes/Elements/Woo_Product_Carousel.php:426, ../includes/Traits/Controls.php:834
     758#: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Traits/Controls.php:834
    759759msgid "Div"
    760760msgstr ""
     
    780780msgstr ""
    781781
    782 #: ../includes/Elements/Adv_Accordion.php:204
     782#: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Adv_Tabs.php:132
    783783msgid "Active as Default"
    784784msgstr ""
     
    788788msgstr ""
    789789
    790 #: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:151, ../includes/Elements/Adv_Tabs.php:166, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:504, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:1193, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:890, ../includes/Extensions/Table_of_Content.php:645, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:791
     790#: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:151, ../includes/Elements/Adv_Tabs.php:166, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:1193, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:890, ../includes/Extensions/Table_of_Content.php:645, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:791
    791791msgid "Icon"
    792792msgstr ""
    793793
    794 #: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:197, ../includes/Elements/Adv_Tabs.php:199, ../includes/Elements/Adv_Tabs.php:357
     794#: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:197, ../includes/Elements/Adv_Tabs.php:199, ../includes/Elements/Adv_Tabs.php:367
    795795msgid "Tab Title"
    796796msgstr ""
     
    800800msgstr ""
    801801
    802 #: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:123, ../includes/Elements/Adv_Tabs.php:210, ../includes/Elements/Adv_Tabs.php:682, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Feature_List.php:697, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Product_Grid.php:2511, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1596
     802#: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:123, ../includes/Elements/Adv_Tabs.php:210, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Product_Grid.php:2488, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1573
    803803msgid "Content"
    804804msgstr ""
     
    816816msgstr ""
    817817
    818 #: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Feature_List.php:195
     818#: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Feature_List.php:193
    819819msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
    820820msgstr ""
    821821
    822 #: ../includes/Elements/Adv_Accordion.php:295
     822#: ../includes/Elements/Adv_Accordion.php:292, ../includes/Elements/Adv_Tabs.php:245
     823msgid "Custom ID"
     824msgstr ""
     825
     826#: ../includes/Elements/Adv_Accordion.php:294, ../includes/Elements/Adv_Tabs.php:247
     827msgid "Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly."
     828msgstr ""
     829
     830#: ../includes/Elements/Adv_Accordion.php:305
    823831msgid "Accordion Tab Title 1"
    824832msgstr ""
    825833
    826 #: ../includes/Elements/Adv_Accordion.php:296
     834#: ../includes/Elements/Adv_Accordion.php:306
    827835msgid "Accordion Tab Title 2"
    828836msgstr ""
    829837
    830 #: ../includes/Elements/Adv_Accordion.php:297
     838#: ../includes/Elements/Adv_Accordion.php:307
    831839msgid "Accordion Tab Title 3"
    832840msgstr ""
    833841
    834 #: ../includes/Elements/Adv_Accordion.php:342, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:826
     842#: ../includes/Elements/Adv_Accordion.php:352, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:826
    835843msgid "General Style"
    836844msgstr ""
    837845
    838 #: ../includes/Elements/Adv_Accordion.php:402
     846#: ../includes/Elements/Adv_Accordion.php:412
    839847msgid "Tab Style"
    840848msgstr ""
    841849
    842 #: ../includes/Elements/Adv_Accordion.php:416, ../includes/Elements/Adv_Accordion.php:793, ../includes/Elements/Adv_Tabs.php:397, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:577, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Login_Register.php:2898, ../includes/Elements/Pricing_Table.php:1236, ../includes/Elements/Pricing_Table.php:1671, ../includes/Elements/Pricing_Table.php:1842, ../includes/Elements/Product_Grid.php:1294, ../includes/Elements/Product_Grid.php:2853, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1164, ../includes/Elements/Woo_Product_Carousel.php:1948, ../includes/Elements/Woo_Product_Carousel.php:2596, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1345
     850#: ../includes/Elements/Adv_Accordion.php:426, ../includes/Elements/Adv_Accordion.php:803, ../includes/Elements/Adv_Tabs.php:407, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Login_Register.php:2898, ../includes/Elements/Pricing_Table.php:1236, ../includes/Elements/Pricing_Table.php:1671, ../includes/Elements/Pricing_Table.php:1842, ../includes/Elements/Product_Grid.php:1271, ../includes/Elements/Product_Grid.php:2830, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1141, ../includes/Elements/Woo_Product_Carousel.php:1925, ../includes/Elements/Woo_Product_Carousel.php:2573, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1345
    843851msgid "Icon Size"
    844852msgstr ""
    845853
    846 #: ../includes/Elements/Adv_Accordion.php:438, ../includes/Elements/Adv_Accordion.php:464, ../includes/Elements/Adv_Tabs.php:421
     854#: ../includes/Elements/Adv_Accordion.php:448, ../includes/Elements/Adv_Accordion.php:474, ../includes/Elements/Adv_Tabs.php:431
    847855msgid "Icon Gap"
    848856msgstr ""
    849857
    850 #: ../includes/Elements/Adv_Accordion.php:490
     858#: ../includes/Elements/Adv_Accordion.php:500
    851859msgid "Distance"
    852860msgstr ""
    853861
    854 #: ../includes/Elements/Adv_Accordion.php:548, ../includes/Elements/Adv_Accordion.php:608, ../includes/Elements/Adv_Accordion.php:669, ../includes/Elements/Adv_Tabs.php:500, ../includes/Elements/Adv_Tabs.php:567, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:337, ../includes/Elements/Pricing_Table.php:1735, ../includes/Elements/Simple_Menu.php:295, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:631, ../includes/Elements/Woo_Checkout.php:1190, ../includes/Elements/Woo_Checkout.php:1476
     862#: ../includes/Elements/Adv_Accordion.php:558, ../includes/Elements/Adv_Accordion.php:618, ../includes/Elements/Adv_Accordion.php:679, ../includes/Elements/Adv_Tabs.php:510, ../includes/Elements/Adv_Tabs.php:577, ../includes/Elements/Adv_Tabs.php:644, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:337, ../includes/Elements/Pricing_Table.php:1735, ../includes/Elements/Simple_Menu.php:295, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:631, ../includes/Elements/Woo_Checkout.php:1190, ../includes/Elements/Woo_Checkout.php:1476
    855863msgid "Icon Color"
    856864msgstr ""
    857865
    858 #: ../includes/Elements/Adv_Accordion.php:642, ../includes/Elements/Adv_Accordion.php:944, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2340, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2330, ../includes/Extensions/Table_of_Content.php:959
     866#: ../includes/Elements/Adv_Accordion.php:652, ../includes/Elements/Adv_Accordion.php:954, ../includes/Elements/Adv_Tabs.php:610, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2317, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2307, ../includes/Extensions/Table_of_Content.php:959
    859867msgid "Active"
    860868msgstr ""
    861869
    862 #: ../includes/Elements/Adv_Accordion.php:707, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:805, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Flip_Box.php:1208, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/Info_Box.php:1386, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:715
     870#: ../includes/Elements/Adv_Accordion.php:717, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:805, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Flip_Box.php:1208, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/Info_Box.php:1386, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:715
    863871msgid "Content Style"
    864872msgstr ""
    865873
    866 #: ../includes/Elements/Adv_Accordion.php:785
     874#: ../includes/Elements/Adv_Accordion.php:795
    867875msgid "Toggle Caret Style"
    868876msgstr ""
    869877
    870 #: ../includes/Elements/Adv_Accordion.php:818
     878#: ../includes/Elements/Adv_Accordion.php:828
    871879msgid "Icon Padding"
    872880msgstr ""
    873881
    874 #: ../includes/Elements/Adv_Accordion.php:832
     882#: ../includes/Elements/Adv_Accordion.php:842
    875883msgid "Icon Radius"
    876884msgstr ""
    877885
    878 #: ../includes/Elements/Adv_Accordion.php:858, ../includes/Elements/Adv_Accordion.php:905, ../includes/Elements/Adv_Accordion.php:950, ../includes/Elements/Adv_Tabs.php:821
     886#: ../includes/Elements/Adv_Accordion.php:868, ../includes/Elements/Adv_Accordion.php:915, ../includes/Elements/Adv_Accordion.php:960, ../includes/Elements/Adv_Tabs.php:828
    879887msgid "Caret Color"
    880888msgstr ""
    881889
    882 #: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:170, ../includes/Elements/Product_Grid.php:255, ../includes/Elements/Product_Grid.php:449, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Simple_Menu.php:145, ../includes/Elements/Woo_Checkout.php:117, ../includes/Elements/Woo_Product_Carousel.php:232, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
     890#: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:170, ../includes/Elements/Product_Grid.php:232, ../includes/Elements/Product_Grid.php:426, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Simple_Menu.php:145, ../includes/Elements/Woo_Checkout.php:117, ../includes/Elements/Woo_Product_Carousel.php:209, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
    883891msgid "Layout"
    884892msgstr ""
     
    896904msgstr ""
    897905
    898 #: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:733, ../includes/Elements/Feature_List.php:301, ../includes/Elements/Filterable_Gallery.php:747, ../includes/Elements/Flip_Box.php:708, ../includes/Elements/Info_Box.php:122, ../includes/Elements/Info_Box.php:453, ../includes/Elements/Pricing_Table.php:535
     906#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:733, ../includes/Elements/Feature_List.php:299, ../includes/Elements/Filterable_Gallery.php:747, ../includes/Elements/Flip_Box.php:708, ../includes/Elements/Info_Box.php:122, ../includes/Elements/Info_Box.php:453, ../includes/Elements/Pricing_Table.php:535
    899907msgid "Icon Position"
    900908msgstr ""
    901909
    902 #: ../includes/Elements/Adv_Tabs.php:107, ../includes/Elements/Feature_List.php:293
     910#: ../includes/Elements/Adv_Tabs.php:107, ../includes/Elements/Feature_List.php:291
    903911msgid "Stacked"
    904912msgstr ""
     
    908916msgstr ""
    909917
    910 #: ../includes/Elements/Adv_Tabs.php:132
    911 msgid "Set as Default"
    912 msgstr ""
    913 
    914918#: ../includes/Elements/Adv_Tabs.php:142, ../includes/Elements/Feature_List.php:74, ../includes/Elements/Flip_Box.php:197, ../includes/Elements/Flip_Box.php:426
    915919msgid "Icon Type"
    916920msgstr ""
    917921
    918 #: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:169, ../includes/Elements/Filterable_Gallery.php:563, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:111, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:734, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
     922#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:563, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:111, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:734, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
    919923msgid "Image"
    920924msgstr ""
    921925
    922 #: ../includes/Elements/Adv_Tabs.php:248
     926#: ../includes/Elements/Adv_Tabs.php:258
    923927msgid "Tab Title 1"
    924928msgstr ""
    925929
    926 #: ../includes/Elements/Adv_Tabs.php:249
     930#: ../includes/Elements/Adv_Tabs.php:259
    927931msgid "Tab Title 2"
    928932msgstr ""
    929933
    930 #: ../includes/Elements/Adv_Tabs.php:250
     934#: ../includes/Elements/Adv_Tabs.php:260
    931935msgid "Tab Title 3"
    932936msgstr ""
    933937
    934 #: ../includes/Elements/Adv_Tabs.php:293, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1465, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:99, ../includes/Traits/Admin.php:113
     938#: ../includes/Elements/Adv_Tabs.php:303, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1465, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:99, ../includes/Traits/Admin.php:113
    935939msgid "General"
    936940msgstr ""
    937941
    938 #: ../includes/Elements/Adv_Tabs.php:371
     942#: ../includes/Elements/Adv_Tabs.php:381
    939943msgid "Title Min Width"
    940944msgstr ""
    941945
    942 #: ../includes/Elements/Adv_Tabs.php:537, ../includes/Elements/Adv_Tabs.php:604
     946#: ../includes/Elements/Adv_Tabs.php:547, ../includes/Elements/Adv_Tabs.php:614
    943947msgid "Tab Background Color"
    944948msgstr ""
    945949
    946 #: ../includes/Elements/Adv_Tabs.php:782, ../includes/Elements/Woo_Product_Carousel.php:2563
     950#: ../includes/Elements/Adv_Tabs.php:789, ../includes/Elements/Woo_Product_Carousel.php:2540
    947951msgid "Caret"
    948952msgstr ""
    949953
    950 #: ../includes/Elements/Adv_Tabs.php:789
     954#: ../includes/Elements/Adv_Tabs.php:796
    951955msgid "Show Caret on Active Tab"
    952956msgstr ""
    953957
    954 #: ../includes/Elements/Adv_Tabs.php:798
     958#: ../includes/Elements/Adv_Tabs.php:805
    955959msgid "Caret Size"
    956960msgstr ""
    957961
    958 #: ../includes/Elements/Adv_Tabs.php:853, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:87, ../includes/Elements/Data_Table.php:1141, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:287, ../includes/Elements/Filterable_Gallery.php:432, ../includes/Elements/Filterable_Gallery.php:481, ../includes/Elements/Filterable_Gallery.php:506, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:591, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:418, ../includes/Elements/Login_Register.php:496, ../includes/Elements/Login_Register.php:831, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:217, ../includes/Elements/Pricing_Table.php:1873, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:350, ../includes/Elements/Woo_Product_Carousel.php:579, ../includes/Elements/Woo_Product_Carousel.php:611, ../includes/Elements/Woo_Product_Carousel.php:626, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:673, ../includes/Elements/Woo_Product_Carousel.php:684, ../includes/Elements/Woo_Product_Carousel.php:2137, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
     962#: ../includes/Elements/Adv_Tabs.php:860, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:87, ../includes/Elements/Data_Table.php:1141, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:287, ../includes/Elements/Filterable_Gallery.php:432, ../includes/Elements/Filterable_Gallery.php:481, ../includes/Elements/Filterable_Gallery.php:506, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:591, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:418, ../includes/Elements/Login_Register.php:496, ../includes/Elements/Login_Register.php:831, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:217, ../includes/Elements/Pricing_Table.php:1873, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:327, ../includes/Elements/Woo_Product_Carousel.php:556, ../includes/Elements/Woo_Product_Carousel.php:588, ../includes/Elements/Woo_Product_Carousel.php:603, ../includes/Elements/Woo_Product_Carousel.php:638, ../includes/Elements/Woo_Product_Carousel.php:650, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:2114, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
    959963msgid "Yes"
    960964msgstr ""
    961965
    962 #: ../includes/Elements/Adv_Tabs.php:854, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:88, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:363, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:360, ../includes/Elements/Info_Box.php:374, ../includes/Elements/Login_Register.php:419, ../includes/Elements/Login_Register.php:497, ../includes/Elements/Login_Register.php:832, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:218, ../includes/Elements/Pricing_Table.php:1874, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:351, ../includes/Elements/Woo_Product_Carousel.php:580, ../includes/Elements/Woo_Product_Carousel.php:612, ../includes/Elements/Woo_Product_Carousel.php:627, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:674, ../includes/Elements/Woo_Product_Carousel.php:685, ../includes/Elements/Woo_Product_Carousel.php:2138, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
     966#: ../includes/Elements/Adv_Tabs.php:861, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:88, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:361, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:360, ../includes/Elements/Info_Box.php:374, ../includes/Elements/Login_Register.php:419, ../includes/Elements/Login_Register.php:497, ../includes/Elements/Login_Register.php:832, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:218, ../includes/Elements/Pricing_Table.php:1874, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:328, ../includes/Elements/Woo_Product_Carousel.php:557, ../includes/Elements/Woo_Product_Carousel.php:589, ../includes/Elements/Woo_Product_Carousel.php:604, ../includes/Elements/Woo_Product_Carousel.php:639, ../includes/Elements/Woo_Product_Carousel.php:651, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:2115, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
    963967msgid "No"
    964968msgstr ""
     
    980984msgstr ""
    981985
    982 #: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:362, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:340, ../includes/Elements/Login_Register.php:640, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:510, ../includes/Elements/Pricing_Table.php:1625, ../includes/Elements/Product_Grid.php:570, ../includes/Elements/Product_Grid.php:672, ../includes/Elements/Product_Grid.php:1513, ../includes/Elements/Product_Grid.php:2156, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:244, ../includes/Elements/Woo_Product_Carousel.php:640, ../includes/Elements/Woo_Product_Carousel.php:699, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:564, ../includes/Traits/Controls.php:626, ../includes/Traits/Controls.php:656, ../includes/Traits/Controls.php:812, ../includes/Traits/Controls.php:860, ../includes/Traits/Controls.php:928, ../includes/Traits/Controls.php:963, ../includes/Traits/Controls.php:993, ../includes/Traits/Controls.php:1042, ../includes/Traits/Controls.php:1070, ../includes/Traits/Controls.php:1086, ../includes/Traits/Controls.php:1101
     986#: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:340, ../includes/Elements/Login_Register.php:640, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:510, ../includes/Elements/Pricing_Table.php:1625, ../includes/Elements/Product_Grid.php:547, ../includes/Elements/Product_Grid.php:649, ../includes/Elements/Product_Grid.php:1490, ../includes/Elements/Product_Grid.php:2133, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:221, ../includes/Elements/Woo_Product_Carousel.php:617, ../includes/Elements/Woo_Product_Carousel.php:676, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:564, ../includes/Traits/Controls.php:626, ../includes/Traits/Controls.php:656, ../includes/Traits/Controls.php:812, ../includes/Traits/Controls.php:860, ../includes/Traits/Controls.php:928, ../includes/Traits/Controls.php:963, ../includes/Traits/Controls.php:993, ../includes/Traits/Controls.php:1042, ../includes/Traits/Controls.php:1070, ../includes/Traits/Controls.php:1086, ../includes/Traits/Controls.php:1101
    983987msgid "Show"
    984988msgstr ""
    985989
    986 #: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:292, ../includes/Elements/Login_Register.php:339, ../includes/Elements/Login_Register.php:548, ../includes/Elements/Login_Register.php:639, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:511, ../includes/Elements/Pricing_Table.php:1626, ../includes/Elements/Product_Grid.php:571, ../includes/Elements/Product_Grid.php:673, ../includes/Elements/Product_Grid.php:1514, ../includes/Elements/Product_Grid.php:2157, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:245, ../includes/Elements/Woo_Product_Carousel.php:641, ../includes/Elements/Woo_Product_Carousel.php:700, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:565, ../includes/Traits/Controls.php:627, ../includes/Traits/Controls.php:657, ../includes/Traits/Controls.php:813, ../includes/Traits/Controls.php:861, ../includes/Traits/Controls.php:929, ../includes/Traits/Controls.php:964, ../includes/Traits/Controls.php:994, ../includes/Traits/Controls.php:1043, ../includes/Traits/Controls.php:1071, ../includes/Traits/Controls.php:1087, ../includes/Traits/Controls.php:1102
     990#: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:292, ../includes/Elements/Login_Register.php:339, ../includes/Elements/Login_Register.php:548, ../includes/Elements/Login_Register.php:639, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:511, ../includes/Elements/Pricing_Table.php:1626, ../includes/Elements/Product_Grid.php:548, ../includes/Elements/Product_Grid.php:650, ../includes/Elements/Product_Grid.php:1491, ../includes/Elements/Product_Grid.php:2134, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:222, ../includes/Elements/Woo_Product_Carousel.php:618, ../includes/Elements/Woo_Product_Carousel.php:677, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:565, ../includes/Traits/Controls.php:627, ../includes/Traits/Controls.php:657, ../includes/Traits/Controls.php:813, ../includes/Traits/Controls.php:861, ../includes/Traits/Controls.php:929, ../includes/Traits/Controls.php:964, ../includes/Traits/Controls.php:994, ../includes/Traits/Controls.php:1043, ../includes/Traits/Controls.php:1071, ../includes/Traits/Controls.php:1087, ../includes/Traits/Controls.php:1102
    987991msgid "Hide"
    988992msgstr ""
    989993
    990 #: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Traits/Controls.php:810
     994#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:219, ../includes/Traits/Controls.php:810
    991995msgid "Show Title"
    992996msgstr ""
     
    10321036msgstr ""
    10331037
    1034 #: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:557, ../includes/Elements/Filterable_Gallery.php:715, ../includes/Elements/FluentForm.php:911, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2812, ../includes/Elements/Login_Register.php:3421, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2190, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
     1038#: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:555, ../includes/Elements/Filterable_Gallery.php:715, ../includes/Elements/FluentForm.php:911, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2812, ../includes/Elements/Login_Register.php:3421, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2167, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
    10351039msgid "Size"
    10361040msgstr ""
    10371041
    1038 #: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:658, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2479, ../includes/Elements/Login_Register.php:2681, ../includes/Elements/Login_Register.php:3154, ../includes/Elements/Login_Register.php:3453, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:909, ../includes/Elements/Woo_Checkout.php:1989, ../includes/Elements/Woo_Product_Carousel.php:2213, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
     1042#: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:656, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2479, ../includes/Elements/Login_Register.php:2681, ../includes/Elements/Login_Register.php:3154, ../includes/Elements/Login_Register.php:3453, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:909, ../includes/Elements/Woo_Checkout.php:1989, ../includes/Elements/Woo_Product_Carousel.php:2190, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
    10391043msgid "Spacing"
    10401044msgstr ""
    10411045
    1042 #: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:185, ../includes/Elements/Feature_List.php:737, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2290, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2439, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:327, ../includes/Elements/Woo_Checkout.php:437, ../includes/Elements/Woo_Checkout.php:531, ../includes/Elements/Woo_Product_Carousel.php:1525, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
     1046#: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2290, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2416, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:327, ../includes/Elements/Woo_Checkout.php:437, ../includes/Elements/Woo_Checkout.php:531, ../includes/Elements/Woo_Product_Carousel.php:1502, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
    10431047msgid "Title"
    10441048msgstr ""
     
    10521056msgstr ""
    10531057
    1054 #: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:86, ../includes/Elements/Woo_Product_Carousel.php:203, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:131
     1058#: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:86, ../includes/Elements/Woo_Product_Carousel.php:180, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:131
    10551059msgid "Warning!"
    10561060msgstr ""
     
    10641068msgstr ""
    10651069
    1066 #: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1092, ../includes/Elements/Post_Timeline.php:494, ../includes/Elements/Product_Grid.php:3066
     1070#: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1092, ../includes/Elements/Post_Timeline.php:494, ../includes/Elements/Product_Grid.php:3043
    10671071msgid "<p class=\"no-posts-found\">No posts found!</p>"
    10681072msgstr ""
     
    10721076msgstr ""
    10731077
    1074 #: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:146, ../includes/Elements/Product_Grid.php:259, ../includes/Traits/Controls.php:537
     1078#: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:146, ../includes/Elements/Product_Grid.php:236, ../includes/Traits/Controls.php:537
    10751079msgid "Grid"
    10761080msgstr ""
     
    10801084msgstr ""
    10811085
    1082 #: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:261, ../includes/Elements/Twitter_Feed.php:159, ../includes/Traits/Controls.php:538
     1086#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:238, ../includes/Elements/Twitter_Feed.php:159, ../includes/Traits/Controls.php:538
    10831087msgid "Masonry"
    10841088msgstr ""
     
    11201124msgstr ""
    11211125
    1122 #: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:379, ../includes/Elements/Product_Grid.php:260, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:824
     1126#: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:377, ../includes/Elements/Product_Grid.php:237, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:824
    11231127msgid "List"
    11241128msgstr ""
    11251129
    1126 #: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1228, ../includes/Elements/Filterable_Gallery.php:1608, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Pricing_Table.php:1769, ../includes/Elements/Product_Grid.php:2833, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1928
     1130#: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1228, ../includes/Elements/Filterable_Gallery.php:1608, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Pricing_Table.php:1769, ../includes/Elements/Product_Grid.php:2810, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1905
    11271131msgid "Hover Color"
    11281132msgstr ""
     
    11841188msgstr ""
    11851189
    1186 #: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:466, ../includes/Elements/Pricing_Table.php:1444, ../includes/Elements/Simple_Menu.php:654, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Woo_Product_Carousel.php:2400
     1190#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:466, ../includes/Elements/Pricing_Table.php:1444, ../includes/Elements/Simple_Menu.php:654, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Woo_Product_Carousel.php:2377
    11871191msgid "Shadow"
    11881192msgstr ""
     
    11961200msgstr ""
    11971201
    1198 #: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:678, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:1995, ../includes/Elements/Product_Grid.php:789, ../includes/Elements/Product_Grid.php:929, ../includes/Elements/Product_Grid.php:1649, ../includes/Elements/Product_Grid.php:1934, ../includes/Elements/Product_Grid.php:2116, ../includes/Elements/Product_Grid.php:2325, ../includes/Elements/Product_Grid.php:2369, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2660, ../includes/Elements/Product_Grid.php:2772, ../includes/Elements/Simple_Menu.php:955, ../includes/Elements/Simple_Menu.php:1051, ../includes/Elements/Simple_Menu.php:1264, ../includes/Elements/Simple_Menu.php:1359, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:642, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:778, ../includes/Elements/Woo_Checkout.php:985, ../includes/Elements/Woo_Checkout.php:1380, ../includes/Elements/Woo_Checkout.php:1576, ../includes/Elements/Woo_Checkout.php:1678, ../includes/Elements/Woo_Checkout.php:1795, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Checkout.php:1883, ../includes/Elements/Woo_Checkout.php:2072, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2350, ../includes/Elements/Woo_Checkout.php:2462, ../includes/Elements/Woo_Product_Carousel.php:994, ../includes/Elements/Woo_Product_Carousel.php:1370, ../includes/Elements/Woo_Product_Carousel.php:1494, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1757, ../includes/Elements/Woo_Product_Carousel.php:1871, ../includes/Elements/Woo_Product_Carousel.php:2316, ../includes/Elements/Woo_Product_Carousel.php:2743, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1501, ../includes/Traits/Woo_Product_Comparable.php:1723
     1202#: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:678, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:1995, ../includes/Elements/Product_Grid.php:766, ../includes/Elements/Product_Grid.php:906, ../includes/Elements/Product_Grid.php:1626, ../includes/Elements/Product_Grid.php:1911, ../includes/Elements/Product_Grid.php:2093, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2541, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2749, ../includes/Elements/Simple_Menu.php:955, ../includes/Elements/Simple_Menu.php:1051, ../includes/Elements/Simple_Menu.php:1264, ../includes/Elements/Simple_Menu.php:1359, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:642, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:778, ../includes/Elements/Woo_Checkout.php:985, ../includes/Elements/Woo_Checkout.php:1380, ../includes/Elements/Woo_Checkout.php:1576, ../includes/Elements/Woo_Checkout.php:1678, ../includes/Elements/Woo_Checkout.php:1795, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Checkout.php:1883, ../includes/Elements/Woo_Checkout.php:2072, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2350, ../includes/Elements/Woo_Checkout.php:2462, ../includes/Elements/Woo_Product_Carousel.php:971, ../includes/Elements/Woo_Product_Carousel.php:1347, ../includes/Elements/Woo_Product_Carousel.php:1471, ../includes/Elements/Woo_Product_Carousel.php:1639, ../includes/Elements/Woo_Product_Carousel.php:1734, ../includes/Elements/Woo_Product_Carousel.php:1848, ../includes/Elements/Woo_Product_Carousel.php:2293, ../includes/Elements/Woo_Product_Carousel.php:2720, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1501, ../includes/Traits/Woo_Product_Comparable.php:1723
    11991203msgid "Border Color"
    12001204msgstr ""
     
    12281232msgstr ""
    12291233
    1230 #: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:790, ../includes/Elements/FluentForm.php:148, ../includes/Elements/FluentForm.php:326, ../includes/Elements/FluentForm.php:1152, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:308, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:83
     1234#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:788, ../includes/Elements/FluentForm.php:148, ../includes/Elements/FluentForm.php:326, ../includes/Elements/FluentForm.php:1152, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:308, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:83
    12311235msgid "Description"
    12321236msgstr ""
     
    12641268msgstr ""
    12651269
    1266 #: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:440, ../includes/Elements/Login_Register.php:546, ../includes/Elements/Login_Register.php:1109, ../includes/Elements/Login_Register.php:1472, ../includes/Elements/Login_Register.php:1598, ../includes/Elements/Login_Register.php:1855, ../includes/Elements/Login_Register.php:1999, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2292, ../includes/Elements/Login_Register.php:2383, ../includes/Elements/Login_Register.php:2481, ../includes/Elements/Login_Register.php:2683, ../includes/Elements/Login_Register.php:2728, ../includes/Elements/Login_Register.php:2760, ../includes/Elements/Login_Register.php:2994, ../includes/Elements/Login_Register.php:3156, ../includes/Elements/Login_Register.php:3455, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:553, ../includes/Traits/Controls.php:1571, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:419, ../includes/Traits/Woo_Product_Comparable.php:533, ../includes/Traits/Woo_Product_Comparable.php:624, ../includes/Traits/Woo_Product_Comparable.php:693, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3
     1270#: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:440, ../includes/Elements/Login_Register.php:546, ../includes/Elements/Login_Register.php:1109, ../includes/Elements/Login_Register.php:1472, ../includes/Elements/Login_Register.php:1598, ../includes/Elements/Login_Register.php:1855, ../includes/Elements/Login_Register.php:1999, ../includes/Elements/Login_Register.php:2149, ../includes/Elements/Login_Register.php:2292, ../includes/Elements/Login_Register.php:2383, ../includes/Elements/Login_Register.php:2481, ../includes/Elements/Login_Register.php:2683, ../includes/Elements/Login_Register.php:2728, ../includes/Elements/Login_Register.php:2760, ../includes/Elements/Login_Register.php:2994, ../includes/Elements/Login_Register.php:3156, ../includes/Elements/Login_Register.php:3455, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:250, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:553, ../includes/Traits/Controls.php:1571, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:419, ../includes/Traits/Woo_Product_Comparable.php:533, ../includes/Traits/Woo_Product_Comparable.php:624, ../includes/Traits/Woo_Product_Comparable.php:693, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3
    12671271msgid "Default"
    12681272msgstr ""
     
    13201324msgstr ""
    13211325
    1322 #: ../includes/Elements/Caldera_Forms.php:998, ../includes/Elements/Contact_Form_7.php:1025, ../includes/Elements/Feature_List.php:618, ../includes/Elements/FluentForm.php:964, ../includes/Elements/GravityForms.php:1268, ../includes/Elements/GravityForms.php:1464, ../includes/Elements/NinjaForms.php:1045, ../includes/Elements/Sticky_Video.php:567, ../includes/Elements/WpForms.php:999
     1326#: ../includes/Elements/Caldera_Forms.php:998, ../includes/Elements/Contact_Form_7.php:1025, ../includes/Elements/Feature_List.php:616, ../includes/Elements/FluentForm.php:964, ../includes/Elements/GravityForms.php:1268, ../includes/Elements/GravityForms.php:1464, ../includes/Elements/NinjaForms.php:1045, ../includes/Elements/Sticky_Video.php:567, ../includes/Elements/WpForms.php:999
    13231327msgid "Border Width"
    13241328msgstr ""
     
    14041408msgstr ""
    14051409
    1406 #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1914, ../includes/Elements/Pricing_Table.php:1983, ../includes/Elements/Product_Grid.php:1542, ../includes/Elements/Product_Grid.php:1557, ../includes/Elements/Product_Grid.php:1617, ../includes/Elements/Product_Grid.php:1631, ../includes/Elements/Product_Grid.php:2916, ../includes/Elements/Product_Grid.php:2973, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:402, ../includes/Elements/Twitter_Feed.php:654, ../includes/Elements/Woo_Checkout.php:1773, ../includes/Elements/Woo_Checkout.php:1817, ../includes/Elements/Woo_Checkout.php:1861, ../includes/Elements/Woo_Product_Carousel.php:2011, ../includes/Elements/Woo_Product_Carousel.php:2068, ../includes/Traits/Controls.php:1243, ../includes/Traits/Controls.php:1297, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
     1410#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1914, ../includes/Elements/Pricing_Table.php:1983, ../includes/Elements/Product_Grid.php:1519, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1594, ../includes/Elements/Product_Grid.php:1608, ../includes/Elements/Product_Grid.php:2893, ../includes/Elements/Product_Grid.php:2950, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:402, ../includes/Elements/Twitter_Feed.php:654, ../includes/Elements/Woo_Checkout.php:1773, ../includes/Elements/Woo_Checkout.php:1817, ../includes/Elements/Woo_Checkout.php:1861, ../includes/Elements/Woo_Product_Carousel.php:1988, ../includes/Elements/Woo_Product_Carousel.php:2045, ../includes/Traits/Controls.php:1243, ../includes/Traits/Controls.php:1297, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
    14071411msgid "Background"
    14081412msgstr ""
     
    14521456msgstr ""
    14531457
    1454 #: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1497, ../includes/Traits/Woo_Product_Comparable.php:1628
     1458#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1474, ../includes/Traits/Woo_Product_Comparable.php:1628
    14551459msgid "Radius"
    14561460msgstr ""
     
    14641468msgstr ""
    14651469
    1466 #: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:363, ../includes/Elements/Progress_Bar.php:160, ../includes/Traits/Controls.php:30
     1470#: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:340, ../includes/Elements/Progress_Bar.php:160, ../includes/Traits/Controls.php:30
    14671471msgid "Dynamic"
    14681472msgstr ""
     
    14881492msgstr ""
    14891493
    1490 #: ../includes/Elements/Content_Ticker.php:158, ../includes/Elements/Cta_Box.php:636, ../includes/Elements/Cta_Box.php:853, ../includes/Elements/Woo_Product_Carousel.php:449
     1494#: ../includes/Elements/Content_Ticker.php:158, ../includes/Elements/Cta_Box.php:636, ../includes/Elements/Cta_Box.php:853, ../includes/Elements/Woo_Product_Carousel.php:426
    14911495msgid "Effect"
    14921496msgstr ""
    14931497
    1494 #: ../includes/Elements/Content_Ticker.php:159, ../includes/Elements/Woo_Product_Carousel.php:450
     1498#: ../includes/Elements/Content_Ticker.php:159, ../includes/Elements/Woo_Product_Carousel.php:427
    14951499msgid "Sets transition effect"
    14961500msgstr ""
    14971501
    1498 #: ../includes/Elements/Content_Ticker.php:163, ../includes/Elements/Pricing_Table.php:421, ../includes/Elements/Woo_Product_Carousel.php:454
     1502#: ../includes/Elements/Content_Ticker.php:163, ../includes/Elements/Pricing_Table.php:421, ../includes/Elements/Woo_Product_Carousel.php:431
    14991503msgid "Slide"
    15001504msgstr ""
     
    15081512msgstr ""
    15091513
    1510 #: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:558
     1514#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:535
    15111515msgid "Duration of transition between slides (in ms)"
    15121516msgstr ""
    15131517
    1514 #: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:576
     1518#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:553
    15151519msgid "Autoplay"
    15161520msgstr ""
    15171521
    1518 #: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:588
     1522#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:565
    15191523msgid "Autoplay Speed"
    15201524msgstr ""
    15211525
    1522 #: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:608
     1526#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:585
    15231527msgid "Pause On Hover"
    15241528msgstr ""
    15251529
    1526 #: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:623
     1530#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:600
    15271531msgid "Infinite Loop"
    15281532msgstr ""
    15291533
    1530 #: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:635
     1534#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:612
    15311535msgid "Grab Cursor"
    15321536msgstr ""
    15331537
    1534 #: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:636
     1538#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:613
    15351539msgid "Shows grab cursor when you hover over the slider"
    15361540msgstr ""
    15371541
    1538 #: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:649
     1542#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:626
    15391543msgid "Navigation"
    15401544msgstr ""
    15411545
    1542 #: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:658, ../includes/Elements/Woo_Product_Carousel.php:2541
     1546#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:635, ../includes/Elements/Woo_Product_Carousel.php:2518
    15431547msgid "Arrows"
    15441548msgstr ""
    15451549
    1546 #: ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Image_Accordion.php:82, ../includes/Elements/Woo_Product_Carousel.php:713
     1550#: ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Image_Accordion.php:82, ../includes/Elements/Woo_Product_Carousel.php:690
    15471551msgid "Direction"
    15481552msgstr ""
     
    15681572msgstr ""
    15691573
    1570 #: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:2576
     1574#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:2553
    15711575msgid "Arrows Size"
    15721576msgstr ""
    15731577
    1574 #: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:2616
     1578#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:2593
    15751579msgid "Align Left Arrow"
    15761580msgstr ""
    15771581
    1578 #: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:2635
     1582#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:2612
    15791583msgid "Align Right Arrow"
    15801584msgstr ""
     
    16841688msgstr ""
    16851689
    1686 #: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:1055
     1690#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:431, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:1055
    16871691msgid "Solid"
    16881692msgstr ""
    16891693
    1690 #: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:435, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:1057
     1694#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:1057
    16911695msgid "Dotted"
    16921696msgstr ""
     
    17641768msgstr ""
    17651769
    1766 #: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1333, ../includes/Elements/Product_Grid.php:1170, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1079
     1770#: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1333, ../includes/Elements/Product_Grid.php:1147, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1056
    17671771msgid "Color &amp; Typography"
    17681772msgstr ""
     
    17961800msgstr ""
    17971801
    1798 #: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2811, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2169, ../includes/Elements/Woo_Product_Carousel.php:1542, ../includes/Elements/Woo_Product_Carousel.php:1908, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
     1802#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2433, ../includes/Elements/Product_Grid.php:2788, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2169, ../includes/Elements/Woo_Product_Carousel.php:1519, ../includes/Elements/Woo_Product_Carousel.php:1885, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
    17991803msgid "Title Color"
    18001804msgstr ""
     
    19001904msgstr ""
    19011905
    1902 #: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1511, ../includes/Elements/Team_Member.php:703
     1906#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1488, ../includes/Elements/Team_Member.php:703
    19031907msgid "Use Gradient Background"
    19041908msgstr ""
     
    21202124msgstr ""
    21212125
    2122 #: ../includes/Elements/Data_Table.php:396, ../includes/Elements/Event_Calendar.php:158, ../includes/Elements/Feature_List.php:203, ../includes/Elements/Filterable_Gallery.php:302, ../includes/Elements/Flip_Box.php:634, ../includes/Elements/Flip_Box.php:659, ../includes/Elements/Sticky_Video.php:158, ../includes/Elements/Sticky_Video.php:173, ../includes/Elements/Sticky_Video.php:188, ../includes/Elements/Sticky_Video.php:233, ../includes/Elements/Team_Member.php:180
     2126#: ../includes/Elements/Data_Table.php:396, ../includes/Elements/Event_Calendar.php:158, ../includes/Elements/Feature_List.php:201, ../includes/Elements/Filterable_Gallery.php:302, ../includes/Elements/Flip_Box.php:634, ../includes/Elements/Flip_Box.php:659, ../includes/Elements/Sticky_Video.php:158, ../includes/Elements/Sticky_Video.php:173, ../includes/Elements/Sticky_Video.php:188, ../includes/Elements/Sticky_Video.php:233, ../includes/Elements/Team_Member.php:180
    21232127msgid "Link"
    21242128msgstr ""
     
    21962200msgstr ""
    21972201
    2198 #: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:822
     2202#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:231, ../includes/Traits/Controls.php:822
    21992203msgid "Title Tag"
    22002204msgstr ""
     
    24882492msgstr ""
    24892493
    2490 #: ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:168, ../includes/Elements/Woo_Product_Carousel.php:127
     2494#: ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:145, ../includes/Elements/Woo_Product_Carousel.php:126
    24912495msgid "Date"
    24922496msgstr ""
     
    25202524msgstr ""
    25212525
    2522 #: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2529, ../includes/Elements/Product_Grid.php:2822, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1614, ../includes/Elements/Woo_Product_Carousel.php:1918
     2526#: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2506, ../includes/Elements/Product_Grid.php:2799, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1591, ../includes/Elements/Woo_Product_Carousel.php:1895
    25232527msgid "Content Color"
    25242528msgstr ""
    25252529
    2526 #: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2844, ../includes/Elements/Woo_Product_Carousel.php:1939, ../includes/Traits/Woo_Product_Comparable.php:1336
     2530#: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2821, ../includes/Elements/Woo_Product_Carousel.php:1916, ../includes/Traits/Woo_Product_Comparable.php:1336
    25272531msgid " Close Button"
    25282532msgstr ""
    25292533
    2530 #: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2879, ../includes/Elements/Woo_Product_Carousel.php:1974, ../includes/Extensions/Table_of_Content.php:699
     2534#: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2856, ../includes/Elements/Woo_Product_Carousel.php:1951, ../includes/Extensions/Table_of_Content.php:699
    25312535msgid "Button Size"
    25322536msgstr ""
     
    25882592msgstr ""
    25892593
    2590 #: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:225, ../includes/Traits/Controls.php:396
     2594#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:202, ../includes/Traits/Controls.php:396
    25912595msgid "Layout Settings"
    25922596msgstr ""
     
    26002604msgstr ""
    26012605
    2602 #: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:309, ../includes/Elements/Product_Grid.php:331, ../includes/Traits/Woo_Product_Comparable.php:853
     2606#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:286, ../includes/Elements/Product_Grid.php:308, ../includes/Traits/Woo_Product_Comparable.php:853
    26032607msgid "Columns"
    26042608msgstr ""
    26052609
    2606 #: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Product_Grid.php:335, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:379, ../includes/Elements/Woo_Product_Carousel.php:466, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1022
     2610#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:356, ../includes/Elements/Woo_Product_Carousel.php:443, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1022
    26072611msgid "1"
    26082612msgstr ""
    26092613
    2610 #: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:314, ../includes/Elements/Product_Grid.php:336, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Carousel.php:467, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1023
     2614#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:357, ../includes/Elements/Woo_Product_Carousel.php:444, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1023
    26112615msgid "2"
    26122616msgstr ""
    26132617
    2614 #: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:315, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:381, ../includes/Elements/Woo_Product_Carousel.php:468, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1024
     2618#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:358, ../includes/Elements/Woo_Product_Carousel.php:445, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1024
    26152619msgid "3"
    26162620msgstr ""
    26172621
    2618 #: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:316, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:469, ../includes/Traits/Controls.php:521
     2622#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:446, ../includes/Traits/Controls.php:521
    26192623msgid "4"
    26202624msgstr ""
    26212625
    2622 #: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:317, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:470, ../includes/Traits/Controls.php:522
     2626#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:294, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:447, ../includes/Traits/Controls.php:522
    26232627msgid "5"
    26242628msgstr ""
    26252629
    2626 #: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:318, ../includes/Elements/Woo_Product_Carousel.php:471, ../includes/Traits/Controls.php:523
     2630#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Woo_Product_Carousel.php:448, ../includes/Traits/Controls.php:523
    26272631msgid "6"
    26282632msgstr ""
     
    26762680msgstr ""
    26772681
    2678 #: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:670, ../includes/Traits/Controls.php:624
     2682#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:647, ../includes/Traits/Controls.php:624
    26792683msgid "Show Load More"
    26802684msgstr ""
     
    26842688msgstr ""
    26852689
    2686 #: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:649, ../includes/Elements/Product_Grid.php:682, ../includes/Traits/Controls.php:640
     2690#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:626, ../includes/Elements/Product_Grid.php:659, ../includes/Traits/Controls.php:640
    26872691msgid "Load More"
    26882692msgstr ""
     
    27442748msgstr ""
    27452749
    2746 #: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:922
     2750#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:899
    27472751msgid "Overlay Color"
    27482752msgstr ""
     
    29042908msgstr ""
    29052909
    2906 #: ../includes/Elements/Feature_List.php:152
     2910#: ../includes/Elements/Feature_List.php:151
    29072911msgid "Icon Box Background"
    29082912msgstr ""
    29092913
    2910 #: ../includes/Elements/Feature_List.php:206
     2914#: ../includes/Elements/Feature_List.php:204
    29112915msgid "https://your-link.com"
    29122916msgstr ""
    29132917
    2914 #: ../includes/Elements/Feature_List.php:214
     2918#: ../includes/Elements/Feature_List.php:212
    29152919msgid "Feature Item"
    29162920msgstr ""
    29172921
    2918 #: ../includes/Elements/Feature_List.php:223
     2922#: ../includes/Elements/Feature_List.php:221
    29192923msgid "Feature Item 1"
    29202924msgstr ""
    29212925
    2922 #: ../includes/Elements/Feature_List.php:224, ../includes/Elements/Feature_List.php:232, ../includes/Elements/Feature_List.php:240
     2926#: ../includes/Elements/Feature_List.php:222, ../includes/Elements/Feature_List.php:230, ../includes/Elements/Feature_List.php:238
    29232927msgid "Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna"
    29242928msgstr ""
    29252929
    2926 #: ../includes/Elements/Feature_List.php:231
     2930#: ../includes/Elements/Feature_List.php:229
    29272931msgid "Feature Item 2"
    29282932msgstr ""
    29292933
    2930 #: ../includes/Elements/Feature_List.php:239
     2934#: ../includes/Elements/Feature_List.php:237
    29312935msgid "Feature Item 3"
    29322936msgstr ""
    29332937
    2934 #: ../includes/Elements/Feature_List.php:251, ../includes/Elements/Product_Grid.php:459, ../includes/Elements/Progress_Bar.php:135
     2938#: ../includes/Elements/Feature_List.php:249, ../includes/Elements/Product_Grid.php:436, ../includes/Elements/Progress_Bar.php:135
    29352939msgid "Title HTML Tag"
    29362940msgstr ""
    29372941
    2938 #: ../includes/Elements/Feature_List.php:272
     2942#: ../includes/Elements/Feature_List.php:270
    29392943msgid "Icon Shape"
    29402944msgstr ""
    29412945
    2942 #: ../includes/Elements/Feature_List.php:277, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:583, ../includes/Elements/Info_Box.php:638, ../includes/Elements/Info_Box.php:806, ../includes/Elements/Info_Box.php:886, ../includes/Elements/Info_Box.php:1024, ../includes/Elements/Info_Box.php:1120, ../includes/Elements/Progress_Bar.php:86
     2946#: ../includes/Elements/Feature_List.php:275, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:583, ../includes/Elements/Info_Box.php:638, ../includes/Elements/Info_Box.php:806, ../includes/Elements/Info_Box.php:886, ../includes/Elements/Info_Box.php:1024, ../includes/Elements/Info_Box.php:1120, ../includes/Elements/Progress_Bar.php:86
    29432947msgid "Circle"
    29442948msgstr ""
    29452949
    2946 #: ../includes/Elements/Feature_List.php:278, ../includes/Elements/Info_Box.php:582, ../includes/Elements/Info_Box.php:637, ../includes/Elements/Info_Box.php:808, ../includes/Elements/Info_Box.php:888, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122
     2950#: ../includes/Elements/Feature_List.php:276, ../includes/Elements/Info_Box.php:582, ../includes/Elements/Info_Box.php:637, ../includes/Elements/Info_Box.php:808, ../includes/Elements/Info_Box.php:888, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122
    29472951msgid "Square"
    29482952msgstr ""
    29492953
    2950 #: ../includes/Elements/Feature_List.php:279
     2954#: ../includes/Elements/Feature_List.php:277
    29512955msgid "Rhombus"
    29522956msgstr ""
    29532957
    2954 #: ../includes/Elements/Feature_List.php:287
     2958#: ../includes/Elements/Feature_List.php:285
    29552959msgid "Shape View"
    29562960msgstr ""
    29572961
    2958 #: ../includes/Elements/Feature_List.php:292
     2962#: ../includes/Elements/Feature_List.php:290
    29592963msgid "Framed"
    29602964msgstr ""
    29612965
    2962 #: ../includes/Elements/Feature_List.php:309, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:130, ../includes/Elements/Login_Register.php:729, ../includes/Elements/Pricing_Table.php:377, ../includes/Elements/Tooltip.php:290, ../includes/Elements/Twitter_Feed.php:365, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1695
     2966#: ../includes/Elements/Feature_List.php:307, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:130, ../includes/Elements/Login_Register.php:729, ../includes/Elements/Pricing_Table.php:377, ../includes/Elements/Tooltip.php:290, ../includes/Elements/Twitter_Feed.php:365, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1695
    29632967msgid "Top"
    29642968msgstr ""
    29652969
    2966 #: ../includes/Elements/Feature_List.php:329
     2970#: ../includes/Elements/Feature_List.php:327
    29672971msgid "Arrow Indicator Position"
    29682972msgstr ""
    29692973
    2970 #: ../includes/Elements/Feature_List.php:359
     2974#: ../includes/Elements/Feature_List.php:357
    29712975msgid "Show Connector"
    29722976msgstr ""
    29732977
    2974 #: ../includes/Elements/Feature_List.php:387, ../includes/Elements/Login_Register.php:3218, ../includes/Elements/Login_Register.php:3517
     2978#: ../includes/Elements/Feature_List.php:385, ../includes/Elements/Login_Register.php:3218, ../includes/Elements/Login_Register.php:3517
    29752979msgid "Space Between"
    29762980msgstr ""
    29772981
    2978 #: ../includes/Elements/Feature_List.php:409
     2982#: ../includes/Elements/Feature_List.php:407
    29792983msgid "Connector Type"
    29802984msgstr ""
    29812985
    2982 #: ../includes/Elements/Feature_List.php:414, ../includes/Elements/Testimonial.php:254
     2986#: ../includes/Elements/Feature_List.php:412, ../includes/Elements/Testimonial.php:254
    29832987msgid "Classic"
    29842988msgstr ""
    29852989
    2986 #: ../includes/Elements/Feature_List.php:415
     2990#: ../includes/Elements/Feature_List.php:413
    29872991msgid "Modern"
    29882992msgstr ""
    29892993
    2990 #: ../includes/Elements/Feature_List.php:428
     2994#: ../includes/Elements/Feature_List.php:426
    29912995msgid "Connector Styles"
    29922996msgstr ""
    29932997
    2994 #: ../includes/Elements/Feature_List.php:434, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:1056
     2998#: ../includes/Elements/Feature_List.php:432, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:1056
    29952999msgid "Dashed"
    29963000msgstr ""
    29973001
    2998 #: ../includes/Elements/Feature_List.php:450
     3002#: ../includes/Elements/Feature_List.php:448
    29993003msgid "Connector Color"
    30003004msgstr ""
    30013005
    3002 #: ../includes/Elements/Feature_List.php:470
     3006#: ../includes/Elements/Feature_List.php:468
    30033007msgid "Connector Width"
    30043008msgstr ""
    30053009
    3006 #: ../includes/Elements/Feature_List.php:527
     3010#: ../includes/Elements/Feature_List.php:525
    30073011msgid "Secondary Color"
    30083012msgstr ""
    30093013
    3010 #: ../includes/Elements/Feature_List.php:745
     3014#: ../includes/Elements/Feature_List.php:743
    30113015msgid "Title Bottom Space"
    30123016msgstr ""
     
    30643068msgstr ""
    30653069
    3066 #: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1763, ../includes/Traits/Woo_Product_Comparable.php:879
     3070#: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1740, ../includes/Traits/Woo_Product_Comparable.php:879
    30673071msgid "Buttons"
    30683072msgstr ""
     
    33443348msgstr ""
    33453349
    3346 #: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:2054, ../includes/Elements/Product_Grid.php:2231, ../includes/Elements/Woo_Checkout.php:705, ../includes/Elements/Woo_Checkout.php:1018, ../includes/Elements/Woo_Checkout.php:1127, ../includes/Elements/Woo_Checkout.php:2533, ../includes/Elements/Woo_Product_Carousel.php:1448
     3350#: ../includes/Elements/Filterable_Gallery.php:2462, ../includes/Elements/Product_Grid.php:2031, ../includes/Elements/Product_Grid.php:2208, ../includes/Elements/Woo_Checkout.php:705, ../includes/Elements/Woo_Checkout.php:1018, ../includes/Elements/Woo_Checkout.php:1127, ../includes/Elements/Woo_Checkout.php:2533, ../includes/Elements/Woo_Product_Carousel.php:1425
    33473351msgid "Top Spacing"
    33483352msgstr ""
     
    36003604msgstr ""
    36013605
    3602 #: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:166, ../includes/Elements/Product_Grid.php:2469, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1554, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
     3606#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2446, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1531, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
    36033607msgid "Price"
    36043608msgstr ""
     
    36083612msgstr ""
    36093613
    3610 #: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1214, ../includes/Elements/Product_Grid.php:2487, ../includes/Elements/Woo_Product_Carousel.php:1572
     3614#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1191, ../includes/Elements/Product_Grid.php:2464, ../includes/Elements/Woo_Product_Carousel.php:1549
    36113615msgid "Price Color"
    36123616msgstr ""
     
    47634767msgstr ""
    47644768
    4765 #: ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Carousel.php:521
     4769#: ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Carousel.php:498
    47664770msgid "Stretch"
    47674771msgstr ""
     
    48354839msgstr ""
    48364840
    4837 #: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:636, ../includes/Elements/Twitter_Feed.php:283, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:976, ../includes/Traits/Twitter_Feed.php:128
     4841#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:613, ../includes/Elements/Twitter_Feed.php:283, ../includes/Traits/Controls.php:945, ../includes/Traits/Controls.php:976, ../includes/Traits/Twitter_Feed.php:128
    48384842msgid "Read More"
    48394843msgstr ""
     
    50155019msgstr ""
    50165020
    5017 #: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3069
     5021#: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3046
    50185022msgid "<p class=\"no-posts-found\">No layout found!</p>"
    50195023msgstr ""
     
    52955299msgstr ""
    52965300
    5297 #: ../includes/Elements/Product_Grid.php:155
     5301#: ../includes/Elements/Product_Grid.php:132
    52985302msgid "View More"
    52995303msgstr ""
    53005304
    5301 #: ../includes/Elements/Product_Grid.php:164, ../includes/Elements/Woo_Product_Carousel.php:123
     5305#: ../includes/Elements/Product_Grid.php:141, ../includes/Elements/Woo_Product_Carousel.php:122
    53025306msgid "Product ID"
    53035307msgstr ""
    53045308
    5305 #: ../includes/Elements/Product_Grid.php:165, ../includes/Elements/Product_Grid.php:1178, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1087
     5309#: ../includes/Elements/Product_Grid.php:142, ../includes/Elements/Product_Grid.php:1155, ../includes/Elements/Woo_Product_Carousel.php:123, ../includes/Elements/Woo_Product_Carousel.php:1064
    53065310msgid "Product Title"
    53075311msgstr ""
    53085312
    5309 #: ../includes/Elements/Product_Grid.php:167, ../includes/Elements/Product_Grid.php:2792, ../includes/Elements/Woo_Product_Carousel.php:126, ../includes/Elements/Woo_Product_Carousel.php:1891, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
     5313#: ../includes/Elements/Product_Grid.php:144, ../includes/Elements/Product_Grid.php:2769, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1868, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
    53105314msgid "SKU"
    53115315msgstr ""
    53125316
    5313 #: ../includes/Elements/Product_Grid.php:169, ../includes/Elements/Woo_Product_Carousel.php:128
     5317#: ../includes/Elements/Product_Grid.php:146, ../includes/Elements/Woo_Product_Carousel.php:127
    53145318msgid "Last Modified Date"
    53155319msgstr ""
    53165320
    5317 #: ../includes/Elements/Product_Grid.php:170, ../includes/Elements/Woo_Product_Carousel.php:129
     5321#: ../includes/Elements/Product_Grid.php:147, ../includes/Elements/Woo_Product_Carousel.php:128
    53185322msgid "Parent Id"
    53195323msgstr ""
    53205324
    5321 #: ../includes/Elements/Product_Grid.php:171, ../includes/Elements/Woo_Product_Carousel.php:130
     5325#: ../includes/Elements/Product_Grid.php:148, ../includes/Elements/Woo_Product_Carousel.php:129
    53225326msgid "Random"
    53235327msgstr ""
    53245328
    5325 #: ../includes/Elements/Product_Grid.php:172, ../includes/Elements/Woo_Product_Carousel.php:131
     5329#: ../includes/Elements/Product_Grid.php:149, ../includes/Elements/Woo_Product_Carousel.php:130
    53265330msgid "Menu Order"
    53275331msgstr ""
    53285332
    5329 #: ../includes/Elements/Product_Grid.php:179, ../includes/Elements/Woo_Product_Carousel.php:159
     5333#: ../includes/Elements/Product_Grid.php:156, ../includes/Elements/Woo_Product_Carousel.php:136
    53305334msgid "Recent Products"
    53315335msgstr ""
    53325336
    5333 #: ../includes/Elements/Product_Grid.php:180, ../includes/Elements/Woo_Product_Carousel.php:160
     5337#: ../includes/Elements/Product_Grid.php:157, ../includes/Elements/Woo_Product_Carousel.php:137
    53345338msgid "Featured Products"
    53355339msgstr ""
    53365340
    5337 #: ../includes/Elements/Product_Grid.php:181, ../includes/Elements/Woo_Product_Carousel.php:161
     5341#: ../includes/Elements/Product_Grid.php:158, ../includes/Elements/Woo_Product_Carousel.php:138
    53385342msgid "Best Selling Products"
    53395343msgstr ""
    53405344
    5341 #: ../includes/Elements/Product_Grid.php:182, ../includes/Elements/Woo_Product_Carousel.php:162
     5345#: ../includes/Elements/Product_Grid.php:159, ../includes/Elements/Woo_Product_Carousel.php:139
    53425346msgid "Sale Products"
    53435347msgstr ""
    53445348
    5345 #: ../includes/Elements/Product_Grid.php:183, ../includes/Elements/Woo_Product_Carousel.php:163
     5349#: ../includes/Elements/Product_Grid.php:160, ../includes/Elements/Woo_Product_Carousel.php:140
    53465350msgid "Top Rated Products"
    53475351msgstr ""
    53485352
    5349 #: ../includes/Elements/Product_Grid.php:249
     5353#: ../includes/Elements/Product_Grid.php:226
    53505354msgid "Layouts"
    53515355msgstr ""
    53525356
    5353 #: ../includes/Elements/Product_Grid.php:269, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:1703, ../includes/Elements/Product_Grid.php:1824, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:812
     5357#: ../includes/Elements/Product_Grid.php:246, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Product_Grid.php:1680, ../includes/Elements/Product_Grid.php:1801, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:789
    53545358msgid "Style Preset"
    53555359msgstr ""
    53565360
    5357 #: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Team_Member.php:269
     5361#: ../includes/Elements/Product_Grid.php:251, ../includes/Elements/Team_Member.php:269
    53585362msgid "Simple Style"
    53595363msgstr ""
    53605364
    5361 #: ../includes/Elements/Product_Grid.php:275
     5365#: ../includes/Elements/Product_Grid.php:252
    53625366msgid "Reveal Style"
    53635367msgstr ""
    53645368
    5365 #: ../includes/Elements/Product_Grid.php:276, ../includes/Elements/Team_Member.php:270
     5369#: ../includes/Elements/Product_Grid.php:253, ../includes/Elements/Team_Member.php:270
    53665370msgid "Overlay Style"
    53675371msgstr ""
    53685372
    5369 #: ../includes/Elements/Product_Grid.php:277, ../includes/Elements/Product_Grid.php:1711, ../includes/Elements/Woo_Product_Carousel.php:820, ../includes/Traits/Controls.php:425
     5373#: ../includes/Elements/Product_Grid.php:254, ../includes/Elements/Product_Grid.php:1688, ../includes/Elements/Woo_Product_Carousel.php:797, ../includes/Traits/Controls.php:425
    53705374msgid "Preset 5"
    53715375msgstr ""
    53725376
    5373 #: ../includes/Elements/Product_Grid.php:278
     5377#: ../includes/Elements/Product_Grid.php:255
    53745378msgid "Preset 6"
    53755379msgstr ""
    53765380
    5377 #: ../includes/Elements/Product_Grid.php:279
     5381#: ../includes/Elements/Product_Grid.php:256
    53785382msgid "Preset 7"
    53795383msgstr ""
    53805384
    5381 #: ../includes/Elements/Product_Grid.php:280
     5385#: ../includes/Elements/Product_Grid.php:257
    53825386msgid "Preset 8"
    53835387msgstr ""
    53845388
    5385 #: ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Product_Grid.php:1707, ../includes/Elements/Product_Grid.php:1828, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:816, ../includes/Elements/Woo_Product_Carousel.php:2110, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
     5389#: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:1684, ../includes/Elements/Product_Grid.php:1805, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:793, ../includes/Elements/Woo_Product_Carousel.php:2087, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
    53865390msgid "Preset 1"
    53875391msgstr ""
    53885392
    5389 #: ../includes/Elements/Product_Grid.php:296, ../includes/Elements/Product_Grid.php:1708, ../includes/Elements/Product_Grid.php:1829, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:817, ../includes/Elements/Woo_Product_Carousel.php:2111, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
     5393#: ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Product_Grid.php:1685, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:2088, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
    53905394msgid "Preset 2"
    53915395msgstr ""
    53925396
    5393 #: ../includes/Elements/Product_Grid.php:297, ../includes/Elements/Product_Grid.php:1709, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:818, ../includes/Elements/Woo_Product_Carousel.php:2112, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
     5397#: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Product_Grid.php:1686, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:2089, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
    53945398msgid "Preset 3"
    53955399msgstr ""
    53965400
    5397 #: ../includes/Elements/Product_Grid.php:298, ../includes/Elements/Product_Grid.php:1710, ../includes/Elements/Woo_Product_Carousel.php:819, ../includes/Elements/Woo_Product_Carousel.php:2113, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
     5401#: ../includes/Elements/Product_Grid.php:275, ../includes/Elements/Product_Grid.php:1687, ../includes/Elements/Woo_Product_Carousel.php:796, ../includes/Elements/Woo_Product_Carousel.php:2090, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
    53985402msgid "Preset 4"
    53995403msgstr ""
    54005404
    5401 #: ../includes/Elements/Product_Grid.php:352
     5405#: ../includes/Elements/Product_Grid.php:329
    54025406msgid "Product Settings"
    54035407msgstr ""
    54045408
    5405 #: ../includes/Elements/Product_Grid.php:362, ../includes/Elements/Product_Grid.php:696, ../includes/Elements/Woo_Product_Carousel.php:870, ../includes/Traits/Woo_Product_Comparable.php:164
     5409#: ../includes/Elements/Product_Grid.php:339, ../includes/Elements/Product_Grid.php:673, ../includes/Elements/Woo_Product_Carousel.php:847, ../includes/Traits/Woo_Product_Comparable.php:164
    54065410msgid "Products"
    54075411msgstr ""
    54085412
    5409 #: ../includes/Elements/Product_Grid.php:372, ../includes/Traits/Controls.php:78
     5413#: ../includes/Elements/Product_Grid.php:349, ../includes/Traits/Controls.php:78
    54105414msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
    54115415msgstr ""
    54125416
    5413 #: ../includes/Elements/Product_Grid.php:385, ../includes/Elements/Woo_Checkout.php:94, ../includes/Elements/Woo_Product_Carousel.php:207, ../includes/Traits/Woo_Product_Comparable.php:135
     5417#: ../includes/Elements/Product_Grid.php:362, ../includes/Elements/Woo_Checkout.php:94, ../includes/Elements/Woo_Product_Carousel.php:184, ../includes/Traits/Woo_Product_Comparable.php:135
    54145418msgid "<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."
    54155419msgstr ""
    54165420
    5417 #: ../includes/Elements/Product_Grid.php:392, ../includes/Elements/Woo_Product_Carousel.php:735
     5421#: ../includes/Elements/Product_Grid.php:369, ../includes/Elements/Woo_Product_Carousel.php:712
    54185422msgid "Filter By"
    54195423msgstr ""
    54205424
    5421 #: ../includes/Elements/Product_Grid.php:402, ../includes/Elements/Woo_Product_Carousel.php:742, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
     5425#: ../includes/Elements/Product_Grid.php:379, ../includes/Elements/Woo_Product_Carousel.php:719, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
    54225426msgid "Order By"
    54235427msgstr ""
    54245428
    5425 #: ../includes/Elements/Product_Grid.php:410, ../includes/Elements/Woo_Product_Carousel.php:750, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
     5429#: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:727, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
    54265430msgid "Order"
    54275431msgstr ""
    54285432
    5429 #: ../includes/Elements/Product_Grid.php:421, ../includes/Elements/Woo_Product_Carousel.php:761
     5433#: ../includes/Elements/Product_Grid.php:398, ../includes/Elements/Woo_Product_Carousel.php:738
    54305434msgid "Products Count"
    54315435msgstr ""
    54325436
    5433 #: ../includes/Elements/Product_Grid.php:430, ../includes/Elements/Woo_Product_Carousel.php:770, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1611, ../includes/Traits/Controls.php:1650, ../includes/Traits/Controls.php:1713, ../includes/Traits/Controls.php:1751
     5437#: ../includes/Elements/Product_Grid.php:407, ../includes/Elements/Woo_Product_Carousel.php:747, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1611, ../includes/Traits/Controls.php:1650, ../includes/Traits/Controls.php:1713, ../includes/Traits/Controls.php:1751
    54345438msgid "Offset"
    54355439msgstr ""
    54365440
    5437 #: ../includes/Elements/Product_Grid.php:436
     5441#: ../includes/Elements/Product_Grid.php:413
    54385442msgid "Product Categories"
    54395443msgstr ""
    54405444
    5441 #: ../includes/Elements/Product_Grid.php:469, ../includes/Elements/Progress_Bar.php:144
     5445#: ../includes/Elements/Product_Grid.php:446, ../includes/Elements/Progress_Bar.php:144
    54425446msgid "div"
    54435447msgstr ""
    54445448
    5445 #: ../includes/Elements/Product_Grid.php:470, ../includes/Elements/Progress_Bar.php:145
     5449#: ../includes/Elements/Product_Grid.php:447, ../includes/Elements/Progress_Bar.php:145
    54465450msgid "span"
    54475451msgstr ""
    54485452
    5449 #: ../includes/Elements/Product_Grid.php:471, ../includes/Elements/Progress_Bar.php:146
     5453#: ../includes/Elements/Product_Grid.php:448, ../includes/Elements/Progress_Bar.php:146
    54505454msgid "p"
    54515455msgstr ""
    54525456
    5453 #: ../includes/Elements/Product_Grid.php:477, ../includes/Elements/Woo_Product_Carousel.php:286
     5457#: ../includes/Elements/Product_Grid.php:454, ../includes/Elements/Woo_Product_Carousel.php:263
    54545458msgid "Show Product Rating?"
    54555459msgstr ""
    54565460
    5457 #: ../includes/Elements/Product_Grid.php:490, ../includes/Elements/Woo_Product_Carousel.php:295
     5461#: ../includes/Elements/Product_Grid.php:467, ../includes/Elements/Woo_Product_Carousel.php:272
    54585462msgid "Show Product Price?"
    54595463msgstr ""
    54605464
    5461 #: ../includes/Elements/Product_Grid.php:502, ../includes/Elements/Woo_Product_Carousel.php:304
     5465#: ../includes/Elements/Product_Grid.php:479, ../includes/Elements/Woo_Product_Carousel.php:281
    54625466msgid "Short Description?"
    54635467msgstr ""
    54645468
    5465 #: ../includes/Elements/Product_Grid.php:514, ../includes/Elements/Woo_Product_Carousel.php:313, ../includes/Traits/Controls.php:899, ../includes/Traits/Controls.php:871
     5469#: ../includes/Elements/Product_Grid.php:491, ../includes/Elements/Woo_Product_Carousel.php:290, ../includes/Traits/Controls.php:899, ../includes/Traits/Controls.php:871
    54665470msgid "Excerpt Words"
    54675471msgstr ""
    54685472
    5469 #: ../includes/Elements/Product_Grid.php:527, ../includes/Elements/Woo_Product_Carousel.php:325, ../includes/Traits/Controls.php:911, ../includes/Traits/Controls.php:884
     5473#: ../includes/Elements/Product_Grid.php:504, ../includes/Elements/Woo_Product_Carousel.php:302, ../includes/Traits/Controls.php:911, ../includes/Traits/Controls.php:884
    54705474msgid "Expansion Indicator"
    54715475msgstr ""
    54725476
    5473 #: ../includes/Elements/Product_Grid.php:549, ../includes/Traits/Woo_Product_Comparable.php:158
     5477#: ../includes/Elements/Product_Grid.php:526, ../includes/Traits/Woo_Product_Comparable.php:158
    54745478msgid "Show Product Compare?"
    54755479msgstr ""
    54765480
    5477 #: ../includes/Elements/Product_Grid.php:561
     5481#: ../includes/Elements/Product_Grid.php:538
    54785482msgid "Add To Cart"
    54795483msgstr ""
    54805484
    5481 #: ../includes/Elements/Product_Grid.php:568
     5485#: ../includes/Elements/Product_Grid.php:545
    54825486msgid "Show Add to cart custom text"
    54835487msgstr ""
    54845488
    5485 #: ../includes/Elements/Product_Grid.php:580
     5489#: ../includes/Elements/Product_Grid.php:557
    54865490msgid "Simple Product"
    54875491msgstr ""
    54885492
    5489 #: ../includes/Elements/Product_Grid.php:584, ../includes/Elements/Product_Grid.php:623
     5493#: ../includes/Elements/Product_Grid.php:561, ../includes/Elements/Product_Grid.php:600
    54905494msgid "Buy Now"
    54915495msgstr ""
    54925496
    5493 #: ../includes/Elements/Product_Grid.php:593
     5497#: ../includes/Elements/Product_Grid.php:570
    54945498msgid "Variable Product"
    54955499msgstr ""
    54965500
    5497 #: ../includes/Elements/Product_Grid.php:597
     5501#: ../includes/Elements/Product_Grid.php:574
    54985502msgid "Select options"
    54995503msgstr ""
    55005504
    5501 #: ../includes/Elements/Product_Grid.php:606
     5505#: ../includes/Elements/Product_Grid.php:583
    55025506msgid "Grouped Product"
    55035507msgstr ""
    55045508
    5505 #: ../includes/Elements/Product_Grid.php:610
     5509#: ../includes/Elements/Product_Grid.php:587
    55065510msgid "View products"
    55075511msgstr ""
    55085512
    5509 #: ../includes/Elements/Product_Grid.php:619
     5513#: ../includes/Elements/Product_Grid.php:596
    55105514msgid "External Product"
    55115515msgstr ""
    55125516
    5513 #: ../includes/Elements/Product_Grid.php:632
     5517#: ../includes/Elements/Product_Grid.php:609
    55145518msgid "Default Product"
    55155519msgstr ""
    55165520
    5517 #: ../includes/Elements/Product_Grid.php:679, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
     5521#: ../includes/Elements/Product_Grid.php:656, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
    55185522msgid "Label Text"
    55195523msgstr ""
    55205524
    5521 #: ../includes/Elements/Product_Grid.php:753, ../includes/Elements/Team_Member.php:359
     5525#: ../includes/Elements/Product_Grid.php:730, ../includes/Elements/Team_Member.php:359
    55225526msgid "Content Background Color"
    55235527msgstr ""
    55245528
    5525 #: ../includes/Elements/Product_Grid.php:969
     5529#: ../includes/Elements/Product_Grid.php:946
    55265530msgid "Image Width(%)"
    55275531msgstr ""
    55285532
    5529 #: ../includes/Elements/Product_Grid.php:989, ../includes/Elements/Woo_Product_Carousel.php:1034
     5533#: ../includes/Elements/Product_Grid.php:966, ../includes/Elements/Woo_Product_Carousel.php:1011
    55305534msgid "Product Details"
    55315535msgstr ""
    55325536
    5533 #: ../includes/Elements/Product_Grid.php:1123
     5537#: ../includes/Elements/Product_Grid.php:1100
    55345538msgid "Padding (PX)"
    55355539msgstr ""
    55365540
    5537 #: ../includes/Elements/Product_Grid.php:1145
     5541#: ../includes/Elements/Product_Grid.php:1122
    55385542msgid "Width (%)"
    55395543msgstr ""
    55405544
    5541 #: ../includes/Elements/Product_Grid.php:1186, ../includes/Elements/Woo_Product_Carousel.php:1095
     5545#: ../includes/Elements/Product_Grid.php:1163, ../includes/Elements/Woo_Product_Carousel.php:1072
    55425546msgid "Product Title Color"
    55435547msgstr ""
    55445548
    5545 #: ../includes/Elements/Product_Grid.php:1206, ../includes/Elements/Woo_Product_Carousel.php:1115
     5549#: ../includes/Elements/Product_Grid.php:1183, ../includes/Elements/Woo_Product_Carousel.php:1092
    55465550msgid "Product Price"
    55475551msgstr ""
    55485552
    5549 #: ../includes/Elements/Product_Grid.php:1226, ../includes/Elements/Product_Grid.php:2499, ../includes/Elements/Woo_Product_Carousel.php:1584
     5553#: ../includes/Elements/Product_Grid.php:1203, ../includes/Elements/Product_Grid.php:2476, ../includes/Elements/Woo_Product_Carousel.php:1561
    55505554msgid "Sale Price Color"
    55515555msgstr ""
    55525556
    5553 #: ../includes/Elements/Product_Grid.php:1245, ../includes/Elements/Woo_Product_Carousel.php:1143
     5557#: ../includes/Elements/Product_Grid.php:1222, ../includes/Elements/Woo_Product_Carousel.php:1120
    55545558msgid "Star Rating"
    55555559msgstr ""
    55565560
    5557 #: ../includes/Elements/Product_Grid.php:1253, ../includes/Elements/Woo_Product_Carousel.php:1151
     5561#: ../includes/Elements/Product_Grid.php:1230, ../includes/Elements/Woo_Product_Carousel.php:1128
    55585562msgid "Rating Color"
    55595563msgstr ""
    55605564
    5561 #: ../includes/Elements/Product_Grid.php:1332, ../includes/Elements/Woo_Product_Carousel.php:1184
     5565#: ../includes/Elements/Product_Grid.php:1309, ../includes/Elements/Woo_Product_Carousel.php:1161
    55625566msgid "Product Description"
    55635567msgstr ""
    55645568
    5565 #: ../includes/Elements/Product_Grid.php:1376
     5569#: ../includes/Elements/Product_Grid.php:1353
    55665570msgid "Sale Badge Style"
    55675571msgstr ""
    55685572
    5569 #: ../includes/Elements/Product_Grid.php:1384, ../includes/Elements/Woo_Product_Carousel.php:1229
     5573#: ../includes/Elements/Product_Grid.php:1361, ../includes/Elements/Woo_Product_Carousel.php:1206
    55705574msgid "Sale Badge Color"
    55715575msgstr ""
    55725576
    5573 #: ../includes/Elements/Product_Grid.php:1396, ../includes/Elements/Woo_Product_Carousel.php:1241
     5577#: ../includes/Elements/Product_Grid.php:1373, ../includes/Elements/Woo_Product_Carousel.php:1218
    55745578msgid "Sale Badge Background"
    55755579msgstr ""
    55765580
    5577 #: ../includes/Elements/Product_Grid.php:1418, ../includes/Elements/Woo_Product_Carousel.php:1263
     5581#: ../includes/Elements/Product_Grid.php:1395, ../includes/Elements/Woo_Product_Carousel.php:1240
    55785582msgid "Stock Out Badge"
    55795583msgstr ""
    55805584
    5581 #: ../includes/Elements/Product_Grid.php:1426, ../includes/Elements/Woo_Product_Carousel.php:1271
     5585#: ../includes/Elements/Product_Grid.php:1403, ../includes/Elements/Woo_Product_Carousel.php:1248
    55825586msgid "Stock Out Badge Color"
    55835587msgstr ""
    55845588
    5585 #: ../includes/Elements/Product_Grid.php:1438, ../includes/Elements/Woo_Product_Carousel.php:1283
     5589#: ../includes/Elements/Product_Grid.php:1415, ../includes/Elements/Woo_Product_Carousel.php:1260
    55865590msgid "Stock Out Badge Background"
    55875591msgstr ""
    55885592
    5589 #: ../includes/Elements/Product_Grid.php:1465
     5593#: ../includes/Elements/Product_Grid.php:1442
    55905594msgid "Add to Cart Button Styles"
    55915595msgstr ""
    55925596
    5593 #: ../includes/Elements/Product_Grid.php:1526, ../includes/Elements/Product_Grid.php:1602
     5597#: ../includes/Elements/Product_Grid.php:1503, ../includes/Elements/Product_Grid.php:1579
    55945598msgid "Button Color"
    55955599msgstr ""
    55965600
    5597 #: ../includes/Elements/Product_Grid.php:1673, ../includes/Elements/Woo_Product_Carousel.php:805
     5601#: ../includes/Elements/Product_Grid.php:1650, ../includes/Elements/Woo_Product_Carousel.php:782
    55985602msgid "Sale / Stock Out Badge"
    55995603msgstr ""
    56005604
    5601 #: ../includes/Elements/Product_Grid.php:1741, ../includes/Elements/Woo_Product_Carousel.php:850
     5605#: ../includes/Elements/Product_Grid.php:1718, ../includes/Elements/Woo_Product_Carousel.php:827
    56025606msgid "Sale Text"
    56035607msgstr ""
    56045608
    5605 #: ../includes/Elements/Product_Grid.php:1750, ../includes/Elements/Woo_Product_Carousel.php:858
     5609#: ../includes/Elements/Product_Grid.php:1727, ../includes/Elements/Woo_Product_Carousel.php:835
    56065610msgid "Stock Out Text"
    56075611msgstr ""
    56085612
    5609 #: ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Woo_Product_Carousel.php:403
     5613#: ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Woo_Product_Carousel.php:380
    56105614msgid "Show Quick view?"
    56115615msgstr ""
    56125616
    5613 #: ../includes/Elements/Product_Grid.php:1800, ../includes/Elements/Woo_Product_Carousel.php:413
     5617#: ../includes/Elements/Product_Grid.php:1777, ../includes/Elements/Woo_Product_Carousel.php:390
    56145618msgid "Quick view Title Tag"
    56155619msgstr ""
    56165620
    5617 #: ../includes/Elements/Product_Grid.php:1903, ../includes/Elements/Woo_Product_Carousel.php:1354
     5621#: ../includes/Elements/Product_Grid.php:1880, ../includes/Elements/Woo_Product_Carousel.php:1331
    56185622msgid "Icons Size"
    56195623msgstr ""
    56205624
     5625#: ../includes/Elements/Product_Grid.php:2131
     5626msgid "Show pagination"
     5627msgstr ""
     5628
     5629#: ../includes/Elements/Product_Grid.php:2143
     5630msgid "Previous Label"
     5631msgstr ""
     5632
     5633#: ../includes/Elements/Product_Grid.php:2144
     5634msgid "←"
     5635msgstr ""
     5636
    56215637#: ../includes/Elements/Product_Grid.php:2154
    5622 msgid "Show pagination"
    5623 msgstr ""
    5624 
    5625 #: ../includes/Elements/Product_Grid.php:2166
    5626 msgid "Previous Label"
    5627 msgstr ""
    5628 
    5629 #: ../includes/Elements/Product_Grid.php:2167
    5630 msgid "←"
    5631 msgstr ""
    5632 
    5633 #: ../includes/Elements/Product_Grid.php:2177
    56345638msgid "Next Label"
    56355639msgstr ""
    56365640
    5637 #: ../includes/Elements/Product_Grid.php:2178
     5641#: ../includes/Elements/Product_Grid.php:2155
    56385642msgid "→"
    56395643msgstr ""
    56405644
    5641 #: ../includes/Elements/Product_Grid.php:2405
     5645#: ../includes/Elements/Product_Grid.php:2382
    56425646msgid "Loader"
    56435647msgstr ""
    56445648
    5645 #: ../includes/Elements/Product_Grid.php:2431, ../includes/Elements/Woo_Product_Carousel.php:1517
     5649#: ../includes/Elements/Product_Grid.php:2408, ../includes/Elements/Woo_Product_Carousel.php:1494
    56465650msgid "Popup"
    56475651msgstr ""
    56485652
    5649 #: ../includes/Elements/Product_Grid.php:2541, ../includes/Elements/Woo_Product_Carousel.php:1638
     5653#: ../includes/Elements/Product_Grid.php:2518, ../includes/Elements/Woo_Product_Carousel.php:1615
    56505654msgid "Review Link Color"
    56515655msgstr ""
    56525656
    5653 #: ../includes/Elements/Product_Grid.php:2552, ../includes/Elements/Woo_Product_Carousel.php:1650
     5657#: ../includes/Elements/Product_Grid.php:2529, ../includes/Elements/Woo_Product_Carousel.php:1627
    56545658msgid "Review Link Hover"
    56555659msgstr ""
    56565660
    5657 #: ../includes/Elements/Product_Grid.php:2577, ../includes/Elements/Woo_Product_Carousel.php:1675
     5661#: ../includes/Elements/Product_Grid.php:2554, ../includes/Elements/Woo_Product_Carousel.php:1652
    56585662msgid "Sale"
    56595663msgstr ""
    56605664
    5661 #: ../includes/Elements/Product_Grid.php:2618, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1715
     5665#: ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1692
    56625666msgid "Quantity"
    56635667msgstr ""
    56645668
    5665 #: ../includes/Elements/Product_Grid.php:2675, ../includes/Elements/Woo_Product_Carousel.php:1772
     5669#: ../includes/Elements/Product_Grid.php:2652, ../includes/Elements/Woo_Product_Carousel.php:1749
    56665670msgid "Cart Button"
    56675671msgstr ""
     
    57835787msgstr ""
    57845788
    5785 #: ../includes/Elements/Simple_Menu.php:131, ../includes/Elements/Woo_Product_Carousel.php:2107, ../includes/Traits/Controls.php:417
     5789#: ../includes/Elements/Simple_Menu.php:131, ../includes/Elements/Woo_Product_Carousel.php:2084, ../includes/Traits/Controls.php:417
    57865790msgid "Preset"
    57875791msgstr ""
     
    58675871msgstr ""
    58685872
    5869 #: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2122, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:1567, ../includes/Traits/Woo_Product_Comparable.php:1473
     5873#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2099, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:1567, ../includes/Traits/Woo_Product_Comparable.php:1473
    58705874msgid "Position"
    58715875msgstr ""
     
    67876791msgstr ""
    67886792
    6789 #: ../includes/Elements/Woo_Product_Carousel.php:277, ../includes/Traits/Controls.php:846
     6793#: ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:846
    67906794msgid "Title Length"
    67916795msgstr ""
    67926796
    6793 #: ../includes/Elements/Woo_Product_Carousel.php:348
     6797#: ../includes/Elements/Woo_Product_Carousel.php:325
    67946798msgid "Image Stretch"
    67956799msgstr ""
    67966800
    6797 #: ../includes/Elements/Woo_Product_Carousel.php:360, ../includes/Traits/Controls.php:1003
     6801#: ../includes/Elements/Woo_Product_Carousel.php:337, ../includes/Traits/Controls.php:1003
    67986802msgid "Show Terms From"
    67996803msgstr ""
    68006804
    6801 #: ../includes/Elements/Woo_Product_Carousel.php:363, ../includes/Traits/Controls.php:1006
     6805#: ../includes/Elements/Woo_Product_Carousel.php:340, ../includes/Traits/Controls.php:1006
    68026806msgid "Category"
    68036807msgstr ""
    68046808
    6805 #: ../includes/Elements/Woo_Product_Carousel.php:364, ../includes/Traits/Controls.php:1007
     6809#: ../includes/Elements/Woo_Product_Carousel.php:341, ../includes/Traits/Controls.php:1007
    68066810msgid "Tags"
    68076811msgstr ""
    68086812
    6809 #: ../includes/Elements/Woo_Product_Carousel.php:376, ../includes/Traits/Controls.php:1019
     6813#: ../includes/Elements/Woo_Product_Carousel.php:353, ../includes/Traits/Controls.php:1019
    68106814msgid "Max Terms to Show"
    68116815msgstr ""
    68126816
    6813 #: ../includes/Elements/Woo_Product_Carousel.php:393, ../includes/Traits/Controls.php:1839
     6817#: ../includes/Elements/Woo_Product_Carousel.php:370, ../includes/Traits/Controls.php:1839
    68146818msgid "Not Found Message"
    68156819msgstr ""
    68166820
    6817 #: ../includes/Elements/Woo_Product_Carousel.php:395
     6821#: ../includes/Elements/Woo_Product_Carousel.php:372
    68186822msgid "Products Not Found"
    68196823msgstr ""
    68206824
    6821 #: ../includes/Elements/Woo_Product_Carousel.php:442
     6825#: ../includes/Elements/Woo_Product_Carousel.php:419
    68226826msgid "Carousel Settings"
    68236827msgstr ""
    68246828
    6825 #: ../includes/Elements/Woo_Product_Carousel.php:455
     6829#: ../includes/Elements/Woo_Product_Carousel.php:432
    68266830msgid "Coverflow"
    68276831msgstr ""
    68286832
    6829 #: ../includes/Elements/Woo_Product_Carousel.php:463
     6833#: ../includes/Elements/Woo_Product_Carousel.php:440
    68306834msgid "Visible Product"
    68316835msgstr ""
    68326836
    6833 #: ../includes/Elements/Woo_Product_Carousel.php:485
     6837#: ../includes/Elements/Woo_Product_Carousel.php:462
    68346838msgid "Rotate"
    68356839msgstr ""
    68366840
    6837 #: ../includes/Elements/Woo_Product_Carousel.php:503
     6841#: ../includes/Elements/Woo_Product_Carousel.php:480
    68386842msgid "Depth"
    68396843msgstr ""
    68406844
    6841 #: ../includes/Elements/Woo_Product_Carousel.php:540
     6845#: ../includes/Elements/Woo_Product_Carousel.php:517
    68426846msgid "Items Gap"
    68436847msgstr ""
    68446848
    6845 #: ../includes/Elements/Woo_Product_Carousel.php:557
     6849#: ../includes/Elements/Woo_Product_Carousel.php:534
    68466850msgid "Speed"
    68476851msgstr ""
    68486852
    6849 #: ../includes/Elements/Woo_Product_Carousel.php:670, ../includes/Elements/Woo_Product_Carousel.php:2096
     6853#: ../includes/Elements/Woo_Product_Carousel.php:647, ../includes/Elements/Woo_Product_Carousel.php:2073
    68506854msgid "Dots"
    68516855msgstr ""
    68526856
    6853 #: ../includes/Elements/Woo_Product_Carousel.php:682
     6857#: ../includes/Elements/Woo_Product_Carousel.php:659
    68546858msgid "Image Dots"
    68556859msgstr ""
    68566860
    6857 #: ../includes/Elements/Woo_Product_Carousel.php:697
     6861#: ../includes/Elements/Woo_Product_Carousel.php:674
    68586862msgid "Image Dots Visibility"
    68596863msgstr ""
    68606864
    6861 #: ../includes/Elements/Woo_Product_Carousel.php:731, ../includes/Traits/Controls.php:59, ../includes/Traits/Controls.php:207
     6865#: ../includes/Elements/Woo_Product_Carousel.php:708, ../includes/Traits/Controls.php:59, ../includes/Traits/Controls.php:207
    68626866msgid "Query"
    68636867msgstr ""
    68646868
    6865 #: ../includes/Elements/Woo_Product_Carousel.php:924
     6869#: ../includes/Elements/Woo_Product_Carousel.php:901
    68666870msgid "Use opacity color for overlay design."
    68676871msgstr ""
    68686872
    6869 #: ../includes/Elements/Woo_Product_Carousel.php:1123
     6873#: ../includes/Elements/Woo_Product_Carousel.php:1100
    68706874msgid "Product Price Color"
    68716875msgstr ""
    68726876
    6873 #: ../includes/Elements/Woo_Product_Carousel.php:1221
     6877#: ../includes/Elements/Woo_Product_Carousel.php:1198
    68746878msgid "Sale Badge"
    68756879msgstr ""
    68766880
    6877 #: ../includes/Elements/Woo_Product_Carousel.php:1626
     6881#: ../includes/Elements/Woo_Product_Carousel.php:1603
    68786882msgid "Review Color"
    68796883msgstr ""
    68806884
    6881 #: ../includes/Elements/Woo_Product_Carousel.php:2125, ../includes/Traits/Controls.php:611
     6885#: ../includes/Elements/Woo_Product_Carousel.php:2102, ../includes/Traits/Controls.php:611
    68826886msgid "Inside"
    68836887msgstr ""
    68846888
    6885 #: ../includes/Elements/Woo_Product_Carousel.php:2126, ../includes/Traits/Controls.php:612
     6889#: ../includes/Elements/Woo_Product_Carousel.php:2103, ../includes/Traits/Controls.php:612
    68866890msgid "Outside"
    68876891msgstr ""
    68886892
    6889 #: ../includes/Elements/Woo_Product_Carousel.php:2135
     6893#: ../includes/Elements/Woo_Product_Carousel.php:2112
    68906894msgid "Use Custom Width/Height?"
    68916895msgstr ""
    68926896
    6893 #: ../includes/Elements/Woo_Product_Carousel.php:2419
     6897#: ../includes/Elements/Woo_Product_Carousel.php:2396
    68946898msgid "Images Dots"
    68956899msgstr ""
    68966900
    6897 #: ../includes/Elements/Woo_Product_Carousel.php:2484
     6901#: ../includes/Elements/Woo_Product_Carousel.php:2461
    68986902msgid "Image Size"
    68996903msgstr ""
    69006904
    6901 #: ../includes/Elements/Woo_Product_Carousel.php:2552
     6905#: ../includes/Elements/Woo_Product_Carousel.php:2529
    69026906msgid "Choose Arrow"
    69036907msgstr ""
    69046908
    6905 #: ../includes/Elements/Woo_Product_Carousel.php:2557
     6909#: ../includes/Elements/Woo_Product_Carousel.php:2534
    69066910msgid "Angle"
    69076911msgstr ""
    69086912
    6909 #: ../includes/Elements/Woo_Product_Carousel.php:2558
     6913#: ../includes/Elements/Woo_Product_Carousel.php:2535
    69106914msgid "Double Angle"
    69116915msgstr ""
    69126916
    6913 #: ../includes/Elements/Woo_Product_Carousel.php:2559
     6917#: ../includes/Elements/Woo_Product_Carousel.php:2536
    69146918msgid "Chevron"
    69156919msgstr ""
    69166920
    6917 #: ../includes/Elements/Woo_Product_Carousel.php:2560
     6921#: ../includes/Elements/Woo_Product_Carousel.php:2537
    69186922msgid "Chevron Circle"
    69196923msgstr ""
    69206924
    6921 #: ../includes/Elements/Woo_Product_Carousel.php:2561, ../includes/Extensions/Table_of_Content.php:838
     6925#: ../includes/Elements/Woo_Product_Carousel.php:2538, ../includes/Extensions/Table_of_Content.php:838
    69226926msgid "Arrow"
    69236927msgstr ""
    69246928
    6925 #: ../includes/Elements/Woo_Product_Carousel.php:2562
     6929#: ../includes/Elements/Woo_Product_Carousel.php:2539
    69266930msgid "Long Arrow"
    69276931msgstr ""
    69286932
    6929 #: ../includes/Elements/Woo_Product_Carousel.php:2564
     6933#: ../includes/Elements/Woo_Product_Carousel.php:2541
    69306934msgid "Caret Square"
    69316935msgstr ""
    69326936
    6933 #: ../includes/Elements/Woo_Product_Carousel.php:2565
     6937#: ../includes/Elements/Woo_Product_Carousel.php:2542
    69346938msgid "Arrow Circle"
    69356939msgstr ""
    69366940
    6937 #: ../includes/Elements/Woo_Product_Carousel.php:2566
     6941#: ../includes/Elements/Woo_Product_Carousel.php:2543
    69386942msgid "Arrow Circle O"
    69396943msgstr ""
    69406944
    6941 #: ../includes/Elements/Woo_Product_Carousel.php:2568
     6945#: ../includes/Elements/Woo_Product_Carousel.php:2545
    69426946msgid "Hand"
    69436947msgstr ""
    69446948
    6945 #: ../includes/Elements/Woo_Product_Carousel.php:2927
     6949#: ../includes/Elements/Woo_Product_Carousel.php:2904
    69466950msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
    69476951msgstr ""
  • essential-addons-for-elementor-lite/trunk/readme.txt

    r2579799 r2585431  
    55Tested up to: 5.8
    66Requires PHP: 5.6
    7 Stable tag: 4.8.3
     7Stable tag: 4.8.4
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    226226== Changelog ==
    227227
     228= 4.8.4 - 19/08/2021 =
     229
     230- Added: Anchor Link support in EA Advanced Tabs & Advanced Accordion
     231- Fixed: EA Gravity Forms | Styles not working properly
     232- Fixed: EA Post Grid & Post Timeline | Throwing console error when used custom template from theme
     233- Fixed: EA Feature List | Icons color not changing when we have set color from Global Color setting
     234- Few minor bug fix and improvements
     235
    228236= 4.8.3 - 08/08/2021 =
    229237
Note: See TracChangeset for help on using the changeset viewer.