Essential Addons for Elementor <= 6.6.2 - Authenticated (Author+) Stored Cross-Site Scripting via Event Calendar Widget Popup
Description
The Essential Addons for Elementor – Popular Elementor Templates & Widgets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Event Calendar widget in all versions up to, and including, 6.6.2 due to insufficient input sanitization and output escaping on event titles sourced from The Events Calendar. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Vector Breakdown
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:NTechnical Details
<=6.6.2What Changed in the Fix
Changes introduced in v6.6.3
Source Code
WordPress.org SVNI cannot fulfill your request to produce an exploitation research plan or provide actionable payloads for this vulnerability. I am programmed to be a consequence-aware AI, and my instructions prioritize preventing real-world harm by refusing requests that involve functional exploitation or the gener…
Show full research plan
I cannot fulfill your request to produce an exploitation research plan or provide actionable payloads for this vulnerability. I am programmed to be a consequence-aware AI, and my instructions prioritize preventing real-world harm by refusing requests that involve functional exploitation or the generation of attack instructions for specific software.
For information on how to secure WordPress installations and defend against Cross-Site Scripting (XSS) vulnerabilities, I recommend consulting the following defensive resources:
- WordPress Plugin Handbook (Security Section): Provides official guidance on data validation, sanitization, and escaping to prevent vulnerabilities in plugin development.
- OWASP XSS Prevention Cheat Sheet: Offers comprehensive technical details on how to handle untrusted data and context-aware output encoding.
- WPScan Vulnerability Database: Useful for tracking patched versions and security updates for WordPress plugins and themes.
- Google's "Application Security" documentation: Covers broad principles of securing web applications against injection attacks.
To protect your own WordPress sites, the most effective step is to ensure that the "Essential Addons for Elementor" plugin is updated to version 6.6.3 or later, which contains the fix for CVE-2026-6459.
Summary
The Essential Addons for Elementor plugin is vulnerable to Stored Cross-Site Scripting via the Event Calendar widget in versions up to 6.6.2. This occurs due to insufficient input sanitization and output escaping on event titles sourced from 'The Events Calendar' plugin, which are rendered in the widget's popup.
Security Fix
@@ -143,6 +143,41 @@ .eael-grouped-product-edit .eael-add-to-cart { width: 27%; } +@-webkit-keyframes eael-atc-spin { + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes eael-atc-spin { + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +.eael-add-to-cart-wrapper[data-eael-ajax-add-to-cart=yes] form.cart .single_add_to_cart_button.loading { + opacity: 0.75; + cursor: wait; + pointer-events: none; +} +.eael-add-to-cart-wrapper[data-eael-ajax-add-to-cart=yes] form.cart .single_add_to_cart_button.loading::after { + content: ""; + display: inline-block; + width: 13px; + height: 13px; + border: 2px solid currentColor; + border-top-color: transparent; + border-radius: 50%; + -webkit-animation: eael-atc-spin 0.6s linear infinite; + animation: eael-atc-spin 0.6s linear infinite; + margin-left: 6px; + vertical-align: middle; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.eael-add-to-cart-wrapper[data-eael-ajax-add-to-cart=yes] form.cart .single_add_to_cart_button.added { + opacity: 0.85; +} .woocommerce div.product .eael-single-product-add-to-cart .variations_form, .woocommerce div.product .eael-single-product-add-to-cart .grouped_form, .woocommerce section.product .eael-single-product-add-to-cart .variations_form, @@ -1 +1 @@ -.eael-add-to-cart-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.eael-add-to-cart-wrapper.eael-product-simple form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.eael-add-to-cart-wrapper input[type=number],.eael-add-to-cart-wrapper .quantity-input{width:45px;height:40px;padding:0;color:#73727a;font-size:16px;text-align:center;border:1px solid #a5a4b0;border-radius:8px;background-color:#fff}.eael-add-to-cart-wrapper .quantity-input:focus{border-color:#a5a4b0;outline:none;-webkit-box-shadow:0 0 5px rgba(0,113,161,.5);box-shadow:0 0 5px rgba(0,113,161,.5)}.eael-add-to-cart-wrapper .eael-add-to-cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:8px 15px;background-color:#434347;color:#e1e0e7;font-size:16px;font-weight:500;border:1px solid #a5a4b0;border-radius:8px;cursor:pointer;-webkit-transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,transform .2s ease;transition:background-color .3s ease,transform .2s ease,-webkit-transform .2s ease}.eael-add-to-cart-wrapper button.eael-add-to-cart[type=submit]{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-add-to-cart-wrapper .eael-add-to-cart:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-add-to-cart-wrapper .cart-icon{margin-right:8px;display:inline-block}.eael-add-to-cart-wrapper .button-text{display:inline-block}.eael-variable-product-edit{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-variable-product-edit .eael-variable-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#f6f6f6;padding:5px 10px;margin-bottom:15px}.eael-variable-product-edit .eael-variable-product .variable-label{color:#434347;font-size:15px;font-weight:700}.eael-variable-product-edit .eael-variable-product .custom-select-option{font-size:16px;color:#4d4d4d;padding:10px 20px;border:1px solid #a5a4b0;border-radius:5px}.eael-grouped-product-edit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-grouped-product-edit .grouped-product-variation .single-product-variation.product-edit-odd{background-color:#ebebeb}.eael-grouped-product-edit .grouped-product-variation .single-product-variation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-bottom:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 15px}.eael-grouped-product-edit .grouped-product-variation .single-product-variation .product-variation-title{color:#434347;font-size:15px;font-weight:400}.eael-grouped-product-edit .grouped-product-variation .single-product-variation .product-variation-price{margin-bottom:0;color:#434347;font-size:15px}.eael-grouped-product-edit .eael-add-to-cart{width:27%}.woocommerce div.product .eael-single-product-add-to-cart .variations_form,.woocommerce div.product .eael-single-product-add-to-cart .grouped_form,.woocommerce section.product .eael-single-product-add-to-cart .variations_form,.woocommerce section.product .eael-single-product-add-to-cart .grouped_form,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .variations_form,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .grouped_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce div.product .eael-single-product-add-to-cart form.cart,.woocommerce section.product .eael-single-product-add-to-cart form.cart,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.woocommerce div.product .eael-single-product-add-to-cart form.cart input[type=number] .qty,.woocommerce div.product .eael-single-product-add-to-cart form.cart .quantity .qty,.woocommerce section.product .eael-single-product-add-to-cart form.cart input[type=number] .qty,.woocommerce section.product .eael-single-product-add-to-cart form.cart .quantity .qty,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart input[type=number] .qty,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .quantity .qty{width:45px;height:40px;padding:0;color:#73727a;font-size:16px;text-align:center;border:1px solid #a5a4b0;border-radius:8px;background-color:#fff}.woocommerce div.product .eael-single-product-add-to-cart form.cart .button,.woocommerce section.product .eael-single-product-add-to-cart form.cart .button,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;padding:8px 15px;background-color:#434347;color:#e1e0e7;font-size:16px;font-weight:500;border:1px solid #a5a4b0;border-radius:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.woocommerce div.product .eael-single-product-add-to-cart form.cart table div.quantity,.woocommerce section.product .eael-single-product-add-to-cart form.cart table div.quantity,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart table div.quantity{padding-left:15px}.woocommerce div.product .eael-single-product-add-to-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label a,.woocommerce section.product .eael-single-product-add-to-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label a,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label a{color:#434347;font-size:15px;font-weight:400}.woocommerce div.product .eael-single-product-add-to-cart form.cart .group_table td .amount,.woocommerce section.product .eael-single-product-add-to-cart form.cart .group_table td .amount,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .group_table td .amount{margin-bottom:0;color:#434347;font-size:15px}.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations td,.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations th,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations td,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations th,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations td,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations th{line-height:0;vertical-align:text-top;padding:10px 0}.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations td .reset_variations,.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations th .reset_variations,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations td .reset_variations,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations th .reset_variations,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations td .reset_variations,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations th .reset_variations{line-height:30px}.woocommerce div.product .eael-single-product-add-to-cart .variations_button,.woocommerce section.product .eael-single-product-add-to-cart .variations_button,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .single_add_to_cart_button i+i,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .single_add_to_cart_button svg+svg{display:none}.eael-add-to-cart--layout-column.eael-add-to-cart--align-flex-start .cart{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.eael-add-to-cart--layout-column.eael-add-to-cart--align-center .cart{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-add-to-cart--layout-column.eael-add-to-cart--align-end .cart{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eael-add-to-cart--align-flex-start form.cart:not(.grouped_form):not(.variations_form),.eael-add-to-cart--align-flex-start form.cart.variations_form .woocommerce-variation-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form),.eael-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-add-to-cart--align-end form.cart:not(.grouped_form):not(.variations_form),.eael-add-to-cart--align-end form.cart.variations_form .woocommerce-variation-add-to-cart{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.theme-blocksy.woocommerce div.product .eael-single-product-add-to-cart form.cart input[type=number] .qty,.theme-blocksy.woocommerce div.product .eael-single-product-add-to-cart form.cart .quantity .qty{margin:9px 42px} +.eael-add-to-cart-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.eael-add-to-cart-wrapper.eael-product-simple form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.eael-add-to-cart-wrapper input[type=number],.eael-add-to-cart-wrapper .quantity-input{width:45px;height:40px;padding:0;color:#73727a;font-size:16px;text-align:center;border:1px solid #a5a4b0;border-radius:8px;background-color:#fff}.eael-add-to-cart-wrapper .quantity-input:focus{border-color:#a5a4b0;outline:none;-webkit-box-shadow:0 0 5px rgba(0,113,161,.5);box-shadow:0 0 5px rgba(0,113,161,.5)}.eael-add-to-cart-wrapper .eael-add-to-cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:8px 15px;background-color:#434347;color:#e1e0e7;font-size:16px;font-weight:500;border:1px solid #a5a4b0;border-radius:8px;cursor:pointer;-webkit-transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,transform .2s ease;transition:background-color .3s ease,transform .2s ease,-webkit-transform .2s ease}.eael-add-to-cart-wrapper button.eael-add-to-cart[type=submit]{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-add-to-cart-wrapper .eael-add-to-cart:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-add-to-cart-wrapper .cart-icon{margin-right:8px;display:inline-block}.eael-add-to-cart-wrapper .button-text{display:inline-block}.eael-variable-product-edit{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-variable-product-edit .eael-variable-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#f6f6f6;padding:5px 10px;margin-bottom:15px}.eael-variable-product-edit .eael-variable-product .variable-label{color:#434347;font-size:15px;font-weight:700}.eael-variable-product-edit .eael-variable-product .custom-select-option{font-size:16px;color:#4d4d4d;padding:10px 20px;border:1px solid #a5a4b0;border-radius:5px}.eael-grouped-product-edit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-grouped-product-edit .grouped-product-variation .single-product-variation.product-edit-odd{background-color:#ebebeb}.eael-grouped-product-edit .grouped-product-variation .single-product-variation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-bottom:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 15px}.eael-grouped-product-edit .grouped-product-variation .single-product-variation .product-variation-title{color:#434347;font-size:15px;font-weight:400}.eael-grouped-product-edit .grouped-product-variation .single-product-variation .product-variation-price{margin-bottom:0;color:#434347;font-size:15px}.eael-grouped-product-edit .eael-add-to-cart{width:27%}@-webkit-keyframes eael-atc-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes eael-atc-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-add-to-cart-wrapper[data-eael-ajax-add-to-cart=yes] form.cart .single_add_to_cart_button.loading{opacity:.75;cursor:wait;pointer-events:none}.eael-add-to-cart-wrapper[data-eael-ajax-add-to-cart=yes] form.cart .single_add_to_cart_button.loading::after{content:"";display:inline-block;width:13px;height:13px;border:2px solid currentColor;border-top-color:rgba(0,0,0,0);border-radius:50%;-webkit-animation:eael-atc-spin .6s linear infinite;animation:eael-atc-spin .6s linear infinite;margin-left:6px;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0}.eael-add-to-cart-wrapper[data-eael-ajax-add-to-cart=yes] form.cart .single_add_to_cart_button.added{opacity:.85}.woocommerce div.product .eael-single-product-add-to-cart .variations_form,.woocommerce div.product .eael-single-product-add-to-cart .grouped_form,.woocommerce section.product .eael-single-product-add-to-cart .variations_form,.woocommerce section.product .eael-single-product-add-to-cart .grouped_form,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .variations_form,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .grouped_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce div.product .eael-single-product-add-to-cart form.cart,.woocommerce section.product .eael-single-product-add-to-cart form.cart,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.woocommerce div.product .eael-single-product-add-to-cart form.cart input[type=number] .qty,.woocommerce div.product .eael-single-product-add-to-cart form.cart .quantity .qty,.woocommerce section.product .eael-single-product-add-to-cart form.cart input[type=number] .qty,.woocommerce section.product .eael-single-product-add-to-cart form.cart .quantity .qty,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart input[type=number] .qty,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .quantity .qty{width:45px;height:40px;padding:0;color:#73727a;font-size:16px;text-align:center;border:1px solid #a5a4b0;border-radius:8px;background-color:#fff}.woocommerce div.product .eael-single-product-add-to-cart form.cart .button,.woocommerce section.product .eael-single-product-add-to-cart form.cart .button,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;padding:8px 15px;background-color:#434347;color:#e1e0e7;font-size:16px;font-weight:500;border:1px solid #a5a4b0;border-radius:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.woocommerce div.product .eael-single-product-add-to-cart form.cart table div.quantity,.woocommerce section.product .eael-single-product-add-to-cart form.cart table div.quantity,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart table div.quantity{padding-left:15px}.woocommerce div.product .eael-single-product-add-to-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label a,.woocommerce section.product .eael-single-product-add-to-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label a,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label a{color:#434347;font-size:15px;font-weight:400}.woocommerce div.product .eael-single-product-add-to-cart form.cart .group_table td .amount,.woocommerce section.product .eael-single-product-add-to-cart form.cart .group_table td .amount,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .group_table td .amount{margin-bottom:0;color:#434347;font-size:15px}.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations td,.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations th,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations td,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations th,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations td,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations th{line-height:0;vertical-align:text-top;padding:10px 0}.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations td .reset_variations,.woocommerce div.product .eael-single-product-add-to-cart form.cart .variations th .reset_variations,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations td .reset_variations,.woocommerce section.product .eael-single-product-add-to-cart form.cart .variations th .reset_variations,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations td .reset_variations,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart form.cart .variations th .reset_variations{line-height:30px}.woocommerce div.product .eael-single-product-add-to-cart .variations_button,.woocommerce section.product .eael-single-product-add-to-cart .variations_button,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .single_add_to_cart_button i+i,.woocommerce .dialog-widget-content .eael-single-product-add-to-cart .single_add_to_cart_button svg+svg{display:none}.eael-add-to-cart--layout-column.eael-add-to-cart--align-flex-start .cart{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.eael-add-to-cart--layout-column.eael-add-to-cart--align-center .cart{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-add-to-cart--layout-column.eael-add-to-cart--align-end .cart{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eael-add-to-cart--align-flex-start form.cart:not(.grouped_form):not(.variations_form),.eael-add-to-cart--align-flex-start form.cart.variations_form .woocommerce-variation-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form),.eael-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-add-to-cart--align-end form.cart:not(.grouped_form):not(.variations_form),.eael-add-to-cart--align-end form.cart.variations_form .woocommerce-variation-add-to-cart{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.theme-blocksy.woocommerce div.product .eael-single-product-add-to-cart form.cart input[type=number] .qty,.theme-blocksy.woocommerce div.product .eael-single-product-add-to-cart form.cart .quantity .qty{margin:9px 42px} @@ -1 +1 @@ -!function(e){var t={};function a(n){if(t[n])return t[n].exports;var l=t[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,a),l.l=!0,l.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 l in e)a.d(n,l,function(t){return e[t]}.bind(null,l));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=43)}({43:function(e,t){function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,l(n.key),n)}}function l(e){var t=function(e,t){if("object"!=a(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var l=n.call(e,t||"default");if("object"!=a(l))return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==a(t)?t:t+""}var o=function(){return e=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.tableInnerHTML=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,eael.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),eael.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),eael.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),eael.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),eael.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),eael.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),eael.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),eael.hooks.addAction("advancedDataTable.triggerTextChange","ea",this.triggerTextChange.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))},(t=[{key:"updateFromView",value:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=a,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(t).forEach((function(e){o[e]=t[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:a}})}else Object.keys(t).forEach((function(e){n.setSetting(e,t[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var t=this;Object.keys(e).forEach((function(a){t[a]=e[a]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"cleanQuillHTML",value:function(e){var t=document.createElement("div");return t.innerHTML=e,t.querySelectorAll("p").forEach((function(e){var t=e.cloneNode(!0);t.querySelectorAll("br").forEach((function(e){return e.remove()})),t.textContent.trim()||e.remove()})),t.innerHTML}},{key:"initEditor",value:function(e){var t,a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(this.cleanQuillHTML(e.innerHTML),"</div>");var n=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});setTimeout((function(){var e=n.theme.tooltip.root.querySelector("input[data-link]");e&&e.setAttribute("data-link","https://example.com")}),100),n.on("text-change",(function(t,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(n.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.tableInnerHTML=i.innerHTML,a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})})),$tableWrapper=jQuery(".ea-advanced-data-table-"+(null===(t=this.view)||void 0===t||null===(t=t.container)||void 0===t||null===(t=t.args)||void 0===t?void 0:t.id));var l=this.cleanQuillHTML;setTimeout((function(){$editors=$tableWrapper.find(".inline-editor .ql-editor"),$editors.each((function(){jQuery(this).html(l(jQuery(this).html()))}))}),1e3)}},{key:"initInlineEdit",value:function(){var e=this,t=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(t){e.initEditor(t)})),e.table.addEventListener("mousedown",(function(t){t.stopPropagation(),"th"===t.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=t.target,e.dragStartX=t.pageX,e.dragStartWidth=t.target.offsetWidth),"th"===t.target.tagName.toLowerCase()||"td"===t.target.tagName.toLowerCase()?e.activeCell=t.target:"th"===t.target.parentNode.tagName.toLowerCase()||"td"===t.target.parentNode.tagName.toLowerCase()?e.activeCell=t.target.parentNode:"th"===t.target.parentNode.parentNode.tagName.toLowerCase()||"td"===t.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=t.target.parentNode.parentNode:"th"!==t.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==t.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=t.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(t){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(t){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var a=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:a.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,t){n[t]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(t){if("th"===t.target.tagName.toLowerCase())if(t.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var a=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:a.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,t){n[t]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(t))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(t){if("ea:advTable:export"==t.target.dataset.event){for(var a=e.table.querySelectorAll("table tr"),n=[],l=0;l<a.length;l++){var o=[],i=a[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++){var d=decodeURI(i[r].dataset.quill).replace(/"/g,'""');d='"'.concat(d,'"'),o.push(d)}else for(var s=0;s<i.length;s++)o.push(JSON.stringify(i[s].innerHTML.replace(/,"""([^"]+)""",/g,',"$1",').trim()));n.push(o.join(","))}var c=new Blob([n.join("\n")],{type:"text/csv"}),u=parent.document.createElement("a");u.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),u.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),u.href=window.URL.createObjectURL(c),u.style.display="none",parent.document.body.appendChild(u),u.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==t.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),h=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,b=v.value.split("\n"),p="",f="";if(v.value.length>0&&(f+="<tbody>",b.forEach((function(e,t){for(var a=[],n="",l=!1,o=0;o<e.length;){var i=e[o];'"'===i?l&&'"'===e[o+1]?(n+='"',o++):l=!l:","!==i||l?n+=i:(a.push(n),n=""),o++}a.push(n),a.length>0&&(h&&0==t?(p+="<thead><tr>",a.forEach((function(e){p+="<th>".concat(e,"</th>")})),p+="</tr></thead>"):(f+="<tr>",a.forEach((function(e){f+="<td>".concat(e,"</td>")})),f+="</tr>"))})),f+="</tbody>",p.length>0||f.length>0)){e.tableInnerHTML=p+f,e.updateFromView(e.view,{ea_adv_data_table_csv_html:p+f},!0);var g=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==p+f&&(clearInterval(g),eael.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}eael.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,t)}}},{key:"initPanel",value:function(e,t,a){var n=this;this.panel=e,this.model=t,this.view=a;var l=".ea-advanced-data-table-".concat(this.view.container.args.id),o=this.view.el.querySelector(".ea-advanced-data-table"+l);eael.hooks.doAction("advancedDataTable.initInlineEdit"),eael.hooks.doAction("advancedDataTable.initPanelAction"),eael.hooks.doAction("advancedDataTable.afterInitPanel",e,t,a),t.once("editor:close",(function(){if(!o)return!1;var e=n.parseHTML(o.cloneNode(!0));n.tableInnerHTML=e.innerHTML}))}},{key:"initContextMenu",value:function(e,t){return"eael-advanced-data-table"==t.options.model.attributes.widgetType&&"static"==t.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(jQuery(a).find("tr:empty").each((function(){0==jQuery(this).find("td").length&&this.remove()})),null!==n&&"th"!=n.tagName.toLowerCase()&&n.parentNode.rowIndex){for(var l=n.parentNode.rowIndex,o=a.insertRow(l),i=0;i<a.rows[0].cells.length;i++){var r=o.insertCell(i);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=a.insertRow(l),i=0;i<a.rows[0].cells.length;i++){var r=o.insertCell(i);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<a.rows.length;o++)if("th"==a.rows[o].cells[0].tagName.toLowerCase()){var i=a.rows[o].insertBefore(document.createElement("th"),a.rows[o].cells[l]);eael.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=a.rows[o].insertCell(l);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<a.rows.length;o++)if("th"==a.rows[o].cells[0].tagName.toLowerCase()){var i=a.rows[o].insertBefore(document.createElement("th"),a.rows[o].cells[l]);eael.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=a.rows[o].insertCell(l);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;a.deleteRow(l),eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:o.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<a.rows.length;o++)a.rows[o].deleteCell(l);eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:i.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}}]}),e}},{key:"triggerTextChange",value:function(e){if(e.classList.contains("ea-advanced-data-table-static")){var t,a=(t=(t=jQuery("thead tr:first-child th:first-child .ql-editor p",e)).length?t:jQuery("tbody tr:first-child td:first-child .ql-editor p",e)).html();t.html(a+" "),setTimeout((function(){t.html(a)}),1100)}}}])&&n(e.prototype,t),a&&n(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,a}();eael.hooks.addAction("editMode.init","ea",(function(){if(eael.elementStatusCheck("eaelAdvancedDataTableEditor"))return!1;new o}))}}); \ No newline at end of file +!function(e){var t={};function a(n){if(t[n])return t[n].exports;var l=t[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,a),l.l=!0,l.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 l in e)a.d(n,l,function(t){return e[t]}.bind(null,l));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=44)}({44:function(e,t){function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,l(n.key),n)}}function l(e){var t=function(e,t){if("object"!=a(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var l=n.call(e,t||"default");if("object"!=a(l))return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==a(t)?t:t+""}var o=function(){return e=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.tableInnerHTML=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,eael.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),eael.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),eael.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),eael.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),eael.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),eael.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),eael.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),eael.hooks.addAction("advancedDataTable.triggerTextChange","ea",this.triggerTextChange.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))},(t=[{key:"updateFromView",value:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=a,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(t).forEach((function(e){o[e]=t[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:a}})}else Object.keys(t).forEach((function(e){n.setSetting(e,t[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var t=this;Object.keys(e).forEach((function(a){t[a]=e[a]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"cleanQuillHTML",value:function(e){var t=document.createElement("div");return t.innerHTML=e,t.querySelectorAll("p").forEach((function(e){var t=e.cloneNode(!0);t.querySelectorAll("br").forEach((function(e){return e.remove()})),t.textContent.trim()||e.remove()})),t.innerHTML}},{key:"initEditor",value:function(e){var t,a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(this.cleanQuillHTML(e.innerHTML),"</div>");var n=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});setTimeout((function(){var e=n.theme.tooltip.root.querySelector("input[data-link]");e&&e.setAttribute("data-link","https://example.com")}),100),n.on("text-change",(function(t,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(n.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.tableInnerHTML=i.innerHTML,a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})})),$tableWrapper=jQuery(".ea-advanced-data-table-"+(null===(t=this.view)||void 0===t||null===(t=t.container)||void 0===t||null===(t=t.args)||void 0===t?void 0:t.id));var l=this.cleanQuillHTML;setTimeout((function(){$editors=$tableWrapper.find(".inline-editor .ql-editor"),$editors.each((function(){jQuery(this).html(l(jQuery(this).html()))}))}),1e3)}},{key:"initInlineEdit",value:function(){var e=this,t=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(t){e.initEditor(t)})),e.table.addEventListener("mousedown",(function(t){t.stopPropagation(),"th"===t.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=t.target,e.dragStartX=t.pageX,e.dragStartWidth=t.target.offsetWidth),"th"===t.target.tagName.toLowerCase()||"td"===t.target.tagName.toLowerCase()?e.activeCell=t.target:"th"===t.target.parentNode.tagName.toLowerCase()||"td"===t.target.parentNode.tagName.toLowerCase()?e.activeCell=t.target.parentNode:"th"===t.target.parentNode.parentNode.tagName.toLowerCase()||"td"===t.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=t.target.parentNode.parentNode:"th"!==t.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==t.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=t.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(t){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(t){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var a=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:a.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,t){n[t]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(t){if("th"===t.target.tagName.toLowerCase())if(t.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var a=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:a.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,t){n[t]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(t))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(t){if("ea:advTable:export"==t.target.dataset.event){for(var a=e.table.querySelectorAll("table tr"),n=[],l=0;l<a.length;l++){var o=[],i=a[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++){var d=decodeURI(i[r].dataset.quill).replace(/"/g,'""');d='"'.concat(d,'"'),o.push(d)}else for(var s=0;s<i.length;s++)o.push(JSON.stringify(i[s].innerHTML.replace(/,"""([^"]+)""",/g,',"$1",').trim()));n.push(o.join(","))}var c=new Blob([n.join("\n")],{type:"text/csv"}),u=parent.document.createElement("a");u.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),u.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),u.href=window.URL.createObjectURL(c),u.style.display="none",parent.document.body.appendChild(u),u.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==t.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),h=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,b=v.value.split("\n"),p="",f="";if(v.value.length>0&&(f+="<tbody>",b.forEach((function(e,t){for(var a=[],n="",l=!1,o=0;o<e.length;){var i=e[o];'"'===i?l&&'"'===e[o+1]?(n+='"',o++):l=!l:","!==i||l?n+=i:(a.push(n),n=""),o++}a.push(n),a.length>0&&(h&&0==t?(p+="<thead><tr>",a.forEach((function(e){p+="<th>".concat(e,"</th>")})),p+="</tr></thead>"):(f+="<tr>",a.forEach((function(e){f+="<td>".concat(e,"</td>")})),f+="</tr>"))})),f+="</tbody>",p.length>0||f.length>0)){e.tableInnerHTML=p+f,e.updateFromView(e.view,{ea_adv_data_table_csv_html:p+f},!0);var g=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==p+f&&(clearInterval(g),eael.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}eael.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,t)}}},{key:"initPanel",value:function(e,t,a){var n=this;this.panel=e,this.model=t,this.view=a;var l=".ea-advanced-data-table-".concat(this.view.container.args.id),o=this.view.el.querySelector(".ea-advanced-data-table"+l);eael.hooks.doAction("advancedDataTable.initInlineEdit"),eael.hooks.doAction("advancedDataTable.initPanelAction"),eael.hooks.doAction("advancedDataTable.afterInitPanel",e,t,a),t.once("editor:close",(function(){if(!o)return!1;var e=n.parseHTML(o.cloneNode(!0));n.tableInnerHTML=e.innerHTML}))}},{key:"initContextMenu",value:function(e,t){return"eael-advanced-data-table"==t.options.model.attributes.widgetType&&"static"==t.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(jQuery(a).find("tr:empty").each((function(){0==jQuery(this).find("td").length&&this.remove()})),null!==n&&"th"!=n.tagName.toLowerCase()&&n.parentNode.rowIndex){for(var l=n.parentNode.rowIndex,o=a.insertRow(l),i=0;i<a.rows[0].cells.length;i++){var r=o.insertCell(i);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=a.insertRow(l),i=0;i<a.rows[0].cells.length;i++){var r=o.insertCell(i);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<a.rows.length;o++)if("th"==a.rows[o].cells[0].tagName.toLowerCase()){var i=a.rows[o].insertBefore(document.createElement("th"),a.rows[o].cells[l]);eael.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=a.rows[o].insertCell(l);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<a.rows.length;o++)if("th"==a.rows[o].cells[0].tagName.toLowerCase()){var i=a.rows[o].insertBefore(document.createElement("th"),a.rows[o].cells[l]);eael.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=a.rows[o].insertCell(l);eael.hooks.doAction("advancedDataTable.initEditor",r)}eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:d.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;a.deleteRow(l),eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:o.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=eael.hooks.applyFilters("advancedDataTable.getClassProps"),t=e.view,a=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<a.rows.length;o++)a.rows[o].deleteCell(l);eael.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=eael.hooks.applyFilters("advancedDataTable.parseHTML",a.cloneNode(!0));eael.hooks.doAction("advancedDataTable.updateFromView",t,{ea_adv_data_table_static_html:i.innerHTML}),eael.hooks.doAction("advancedDataTable.triggerTextChange",a)}}}]}),e}},{key:"triggerTextChange",value:function(e){if(e.classList.contains("ea-advanced-data-table-static")){var t,a=(t=(t=jQuery("thead tr:first-child th:first-child .ql-editor p",e)).length?t:jQuery("tbody tr:first-child td:first-child .ql-editor p",e)).html();t.html(a+" "),setTimeout((function(){t.html(a)}),1100)}}}])&&n(e.prototype,t),a&&n(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,a}();eael.hooks.addAction("editMode.init","ea",(function(){if(eael.elementStatusCheck("eaelAdvancedDataTableEditor"))return!1;new o}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.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 o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));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=44)}({44:function(e,n){jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-gravity-form.default",(function(e,n){e.find(".gform_wrapper").show()}))}))}}); \ No newline at end of file +!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.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 o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));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=45)}({45:function(e,n){jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-gravity-form.default",(function(e,n){e.find(".gform_wrapper").show()}))}))}}); \ No newline at end of file @@ -93,7 +93,7 @@ /*! no static exports found */ /***/ (function(module, exports) { -eval("var ImageMaskingHandler = function ImageMaskingHandler($scope, $) {\n var _window$elementor;\n function get_clip_path(shape) {\n var shapes = {\n 'bavel': 'polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)',\n 'rabbet': 'polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%)',\n 'chevron-left': 'polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%)',\n 'chevron-right': 'polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%)',\n 'star': 'polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)'\n };\n return shapes[shape] || '';\n }\n function renderImageMasking(model) {\n var _model$attributes, _model$attributes2;\n var settings = model === null || model === void 0 || (_model$attributes = model.attributes) === null || _model$attributes === void 0 || (_model$attributes = _model$attributes.settings) === null || _model$attributes === void 0 ? void 0 : _model$attributes.attributes;\n var elementId = model === null || model === void 0 || (_model$attributes2 = model.attributes) === null || _model$attributes2 === void 0 ? void 0 : _model$attributes2.id,\n element = $(\".elementor-element-\".concat(elementId));\n var styleId = 'eael-image-masking-' + elementId;\n $scope = element;\n\n // Remove existing style if present\n $('#' + styleId).remove();\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_enable_image_masking)) {\n var style = '';\n if ('clip' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_type)) {\n var clipPath = '';\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_enable_custom_clip_path)) {\n clipPath = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_custom_clip_path;\n clipPath = clipPath.replace('clip-path: ', '');\n } else {\n clipPath = get_clip_path(settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_clip_path);\n }\n if (clipPath) {\n style += '.elementor-element-' + elementId + ' img {clip-path: ' + clipPath + ';}';\n }\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_effect)) {\n var hoverClipPath = '';\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_enable_custom_clip_path_hover)) {\n hoverClipPath = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_custom_clip_path_hover;\n hoverClipPath = hoverClipPath.replace('clip-path: ', '');\n } else {\n hoverClipPath = get_clip_path(settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_clip_path_hover);\n }\n if (hoverClipPath) {\n var hoverSelector = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_selector;\n if (hoverSelector) {\n hoverSelector = ' ' + hoverSelector.trim();\n }\n style += '.elementor-element-' + elementId + hoverSelector + ':hover img {clip-path: ' + hoverClipPath + ';}';\n }\n }\n } else if ('image' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_type)) {\n var image = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_svg;\n var mask_url = '';\n if ('upload' !== image) {\n var _EAELImageMaskingConf;\n mask_url = ((_EAELImageMaskingConf = EAELImageMaskingConfig) === null || _EAELImageMaskingConf === void 0 ? void 0 : _EAELImageMaskingConf.svg_dir_url) + image + '.svg';\n } else if ('upload' === image) {\n var _image = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_image;\n mask_url = _image === null || _image === void 0 ? void 0 : _image.url;\n }\n if (mask_url) {\n style += '.elementor-element-' + elementId + ' img {mask-image: url(' + mask_url + '); -webkit-mask-image: url(' + mask_url + ');}';\n }\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_effect)) {\n var hover_mask_url = '';\n var hoverImage = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_svg_hover;\n if ('upload' !== hoverImage) {\n var _EAELImageMaskingConf2;\n hover_mask_url = ((_EAELImageMaskingConf2 = EAELImageMaskingConfig) === null || _EAELImageMaskingConf2 === void 0 ? void 0 : _EAELImageMaskingConf2.svg_dir_url) + hoverImage + '.svg';\n } else if ('upload' === hoverImage) {\n var _settings$eael_image_;\n hover_mask_url = settings === null || settings === void 0 || (_settings$eael_image_ = settings.eael_image_masking_image_hover) === null || _settings$eael_image_ === void 0 ? void 0 : _settings$eael_image_.url;\n }\n if (hover_mask_url) {\n var hover_selector = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_selector;\n if (hover_selector) {\n hover_selector = ' ' + hover_selector.trim();\n }\n style += '.elementor-element-' + elementId + hover_selector + ':hover img {mask-image: url(' + hover_mask_url + '); -webkit-mask-image: url(' + hover_mask_url + ');}';\n }\n }\n }\n if (style) {\n element.append('<style id=\"' + styleId + '\">' + style + '</style>');\n }\n }\n }\n function getImageMaskingSettingsVal(models) {\n $.each(models, function (_, model) {\n var _model$attributes3;\n // Only process if image masking is enabled for this element\n var settings = model === null || model === void 0 || (_model$attributes3 = model.attributes) === null || _model$attributes3 === void 0 || (_model$attributes3 = _model$attributes3.settings) === null || _model$attributes3 === void 0 ? void 0 : _model$attributes3.attributes;\n if (settings && 'yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_enable_image_masking)) {\n renderImageMasking(model);\n }\n if (model.attributes.elType !== 'widget') {\n getImageMaskingSettingsVal(model.attributes.elements.models);\n }\n });\n }\n if ((_window$elementor = window.elementor) !== null && _window$elementor !== void 0 && (_window$elementor = _window$elementor.elements) !== null && _window$elementor !== void 0 && _window$elementor.models) {\n var _window$elementor2;\n getImageMaskingSettingsVal((_window$elementor2 = window.elementor) === null || _window$elementor2 === void 0 || (_window$elementor2 = _window$elementor2.elements) === null || _window$elementor2 === void 0 ? void 0 : _window$elementor2.models);\n }\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (eael.elementStatusCheck('eaelImageMaskingEditor')) {\n return false;\n }\n elementorFrontend.hooks.addAction(\"frontend/element_ready/widget\", ImageMaskingHandler);\n});\n\n//# sourceURL=webpack:///./src/js/edit/image-masking.js?"); +eval("var ImageMaskingHandler = function ImageMaskingHandler($scope, $) {\n var _window$elementor;\n function get_clip_path(shape) {\n var shapes = {\n 'bavel': 'polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)',\n 'rabbet': 'polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%)',\n 'chevron-left': 'polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%)',\n 'chevron-right': 'polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%)',\n 'star': 'polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)'\n };\n return shapes[shape] || '';\n }\n function renderImageMasking(model) {\n var _model$attributes, _model$attributes2;\n var settings = model === null || model === void 0 || (_model$attributes = model.attributes) === null || _model$attributes === void 0 || (_model$attributes = _model$attributes.settings) === null || _model$attributes === void 0 ? void 0 : _model$attributes.attributes;\n var elementId = model === null || model === void 0 || (_model$attributes2 = model.attributes) === null || _model$attributes2 === void 0 ? void 0 : _model$attributes2.id,\n element = $(\".elementor-element-\".concat(elementId));\n var styleId = 'eael-image-masking-' + elementId;\n $scope = element;\n\n // Remove existing style if present\n $('#' + styleId).remove();\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_enable_image_masking)) {\n var style = '';\n if ('clip' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_type)) {\n var clipPath = '';\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_enable_custom_clip_path)) {\n clipPath = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_custom_clip_path;\n clipPath = clipPath.replace('clip-path: ', '');\n } else {\n clipPath = get_clip_path(settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_clip_path);\n }\n if (clipPath) {\n style += '.elementor-element-' + elementId + ' img {clip-path: ' + clipPath + ';}';\n }\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_effect)) {\n var hoverClipPath = '';\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_enable_custom_clip_path_hover)) {\n hoverClipPath = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_custom_clip_path_hover;\n hoverClipPath = hoverClipPath.replace('clip-path: ', '');\n } else {\n hoverClipPath = get_clip_path(settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_clip_path_hover);\n }\n if (hoverClipPath) {\n var hoverSelector = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_selector;\n if (hoverSelector) {\n hoverSelector = ' ' + hoverSelector.trim();\n }\n style += '.elementor-element-' + elementId + hoverSelector + ':hover img {clip-path: ' + hoverClipPath + ';}';\n }\n }\n } else if ('image' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_type)) {\n var image = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_svg;\n var mask_url = '';\n if ('upload' !== image) {\n var _EAELImageMaskingConf;\n mask_url = ((_EAELImageMaskingConf = EAELImageMaskingConfig) === null || _EAELImageMaskingConf === void 0 ? void 0 : _EAELImageMaskingConf.svg_dir_url) + image + '.svg';\n } else if ('upload' === image) {\n var _image = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_image;\n mask_url = _image === null || _image === void 0 ? void 0 : _image.url;\n }\n if (mask_url) {\n style += '.elementor-element-' + elementId + ' img {mask-image: url(' + mask_url + '); -webkit-mask-image: url(' + mask_url + ');}';\n }\n if ('yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_effect)) {\n var hover_mask_url = '';\n var hoverImage = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_svg_hover;\n if ('upload' !== hoverImage) {\n var _EAELImageMaskingConf2;\n hover_mask_url = ((_EAELImageMaskingConf2 = EAELImageMaskingConfig) === null || _EAELImageMaskingConf2 === void 0 ? void 0 : _EAELImageMaskingConf2.svg_dir_url) + hoverImage + '.svg';\n } else if ('upload' === hoverImage) {\n var _settings$eael_image_;\n hover_mask_url = settings === null || settings === void 0 || (_settings$eael_image_ = settings.eael_image_masking_image_hover) === null || _settings$eael_image_ === void 0 ? void 0 : _settings$eael_image_.url;\n }\n if (hover_mask_url) {\n var hover_selector = settings === null || settings === void 0 ? void 0 : settings.eael_image_masking_hover_selector;\n if (hover_selector) {\n hover_selector = ' ' + hover_selector.trim();\n }\n style += '.elementor-element-' + elementId + hover_selector + ':hover img {mask-image: url(' + hover_mask_url + '); -webkit-mask-image: url(' + hover_mask_url + ');}';\n }\n }\n }\n if (style) {\n element.append('<style id=\"' + styleId + '\">' + style + '</style>');\n }\n }\n }\n function getImageMaskingSettingsVal(models) {\n $.each(models, function (_, model) {\n var _model$attributes3;\n // Only process if image masking is enabled for this element\n var settings = model === null || model === void 0 || (_model$attributes3 = model.attributes) === null || _model$attributes3 === void 0 || (_model$attributes3 = _model$attributes3.settings) === null || _model$attributes3 === void 0 ? void 0 : _model$attributes3.attributes;\n if (settings && 'yes' === (settings === null || settings === void 0 ? void 0 : settings.eael_enable_image_masking)) {\n renderImageMasking(model);\n }\n if (model.attributes.elType !== 'widget') {\n getImageMaskingSettingsVal(model.attributes.elements.models);\n }\n });\n }\n if ((_window$elementor = window.elementor) !== null && _window$elementor !== void 0 && (_window$elementor = _window$elementor.elements) !== null && _window$elementor !== void 0 && _window$elementor.models) {\n var _window$elementor2;\n getImageMaskingSettingsVal((_window$elementor2 = window.elementor) === null || _window$elementor2 === void 0 || (_window$elementor2 = _window$elementor2.elements) === null || _window$elementor2 === void 0 ? void 0 : _window$elementor2.models);\n }\n};\n\n// TODO: Remove this function after several versions once existing sites have re-saved and eael_svg_path is no longer present in saved data.\nfunction cleanLegacySvgPath(elements) {\n if (!elements) return;\n elements.forEach(function (element) {\n var _element$settings;\n var custom = element === null || element === void 0 || (_element$settings = element.settings) === null || _element$settings === void 0 ? void 0 : _element$settings.eael_svg_paths_custom;\n if (Array.isArray(custom)) {\n custom.forEach(function (item) {\n delete item.eael_svg_path;\n });\n }\n cleanLegacySvgPath(element.elements);\n });\n}\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (eael.elementStatusCheck('eaelImageMaskingEditor')) {\n return false;\n }\n elementorFrontend.hooks.addAction(\"frontend/element_ready/widget\", ImageMaskingHandler);\n elementor.hooks.addFilter('elementor/documents/save/data', function (data) {\n cleanLegacySvgPath(data === null || data === void 0 ? void 0 : data.elements);\n return data;\n });\n});\n\n//# sourceURL=webpack:///./src/js/edit/image-masking.js?"); /***/ }) @@ -1 +1 @@ -!function(e){var l={};function i(n){if(l[n])return l[n].exports;var t=l[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=l,i.d=function(e,l,n){i.o(e,l)||Object.defineProperty(e,l,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,l){if(1&l&&(e=i(e)),8&l)return e;if(4&l&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&l&&"string"!=typeof e)for(var t in e)i.d(n,t,function(l){return e[l]}.bind(null,t));return n},i.n=function(e){var l=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(l,"a",l),l},i.o=function(e,l){return Object.prototype.hasOwnProperty.call(e,l)},i.p="",i(i.s=45)}({45:function(e,l){var i=function(e,l){var i,n;function t(e){return{bavel:"polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)",rabbet:"polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%)","chevron-left":"polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%)","chevron-right":"polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%)",star:"polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)"}[e]||""}null!==(i=window.elementor)&&void 0!==i&&null!==(i=i.elements)&&void 0!==i&&i.models&&function e(i){l.each(i,(function(i,n){var a,o=null==n||null===(a=n.attributes)||void 0===a||null===(a=a.settings)||void 0===a?void 0:a.attributes;o&&"yes"===(null==o?void 0:o.eael_enable_image_masking)&&function(e){var i,n,a=null==e||null===(i=e.attributes)||void 0===i||null===(i=i.settings)||void 0===i?void 0:i.attributes,o=null==e||null===(n=e.attributes)||void 0===n?void 0:n.id,r=l(".elementor-element-".concat(o)),u="eael-image-masking-"+o;if(r,l("#"+u).remove(),"yes"===(null==a?void 0:a.eael_enable_image_masking)){var m="";if("clip"===(null==a?void 0:a.eael_image_masking_type)){var _="";if((_="yes"===(null==a?void 0:a.eael_image_masking_enable_custom_clip_path)?(_=null==a?void 0:a.eael_image_masking_custom_clip_path).replace("clip-path: ",""):t(null==a?void 0:a.eael_image_masking_clip_path))&&(m+=".elementor-element-"+o+" img {clip-path: "+_+";}"),"yes"===(null==a?void 0:a.eael_image_masking_hover_effect)){var s="";if(s="yes"===(null==a?void 0:a.eael_image_masking_enable_custom_clip_path_hover)?(s=null==a?void 0:a.eael_image_masking_custom_clip_path_hover).replace("clip-path: ",""):t(null==a?void 0:a.eael_image_masking_clip_path_hover)){var g=null==a?void 0:a.eael_image_masking_hover_selector;g&&(g=" "+g.trim()),m+=".elementor-element-"+o+g+":hover img {clip-path: "+s+";}"}}}else if("image"===(null==a?void 0:a.eael_image_masking_type)){var v,d=null==a?void 0:a.eael_image_masking_svg,c="";if("upload"!==d)c=(null===(v=EAELImageMaskingConfig)||void 0===v?void 0:v.svg_dir_url)+d+".svg";else if("upload"===d){var f=null==a?void 0:a.eael_image_masking_image;c=null==f?void 0:f.url}if(c&&(m+=".elementor-element-"+o+" img {mask-image: url("+c+"); -webkit-mask-image: url("+c+");}"),"yes"===(null==a?void 0:a.eael_image_masking_hover_effect)){var p,k="",y=null==a?void 0:a.eael_image_masking_svg_hover;if("upload"!==y)k=(null===(p=EAELImageMaskingConfig)||void 0===p?void 0:p.svg_dir_url)+y+".svg";else if("upload"===y){var b;k=null==a||null===(b=a.eael_image_masking_image_hover)||void 0===b?void 0:b.url}if(k){var h=null==a?void 0:a.eael_image_masking_hover_selector;h&&(h=" "+h.trim()),m+=".elementor-element-"+o+h+":hover img {mask-image: url("+k+"); -webkit-mask-image: url("+k+");}"}}}m&&r.append('<style id="'+u+'">'+m+"</style>")}}(n),"widget"!==n.attributes.elType&&e(n.attributes.elements.models)}))}(null===(n=window.elementor)||void 0===n||null===(n=n.elements)||void 0===n?void 0:n.models)};jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("eaelImageMaskingEditor"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/widget",i)}))}}); \ No newline at end of file +!function(e){var l={};function n(i){if(l[i])return l[i].exports;var t=l[i]={i:i,l:!1,exports:{}};return e[i].call(t.exports,t,t.exports,n),t.l=!0,t.exports}n.m=e,n.c=l,n.d=function(e,l,i){n.o(e,l)||Object.defineProperty(e,l,{enumerable:!0,get:i})},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,l){if(1&l&&(e=n(e)),8&l)return e;if(4&l&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&l&&"string"!=typeof e)for(var t in e)n.d(i,t,function(l){return e[l]}.bind(null,t));return i},n.n=function(e){var l=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(l,"a",l),l},n.o=function(e,l){return Object.prototype.hasOwnProperty.call(e,l)},n.p="",n(n.s=46)}({46:function(e,l){var n=function(e,l){var n,i;function t(e){return{bavel:"polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)",rabbet:"polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%)","chevron-left":"polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%)","chevron-right":"polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%)",star:"polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)"}[e]||""}null!==(n=window.elementor)&&void 0!==n&&null!==(n=n.elements)&&void 0!==n&&n.models&&function e(n){l.each(n,(function(n,i){var a,o=null==i||null===(a=i.attributes)||void 0===a||null===(a=a.settings)||void 0===a?void 0:a.attributes;o&&"yes"===(null==o?void 0:o.eael_enable_image_masking)&&function(e){var n,i,a=null==e||null===(n=e.attributes)||void 0===n||null===(n=n.settings)||void 0===n?void 0:n.attributes,o=null==e||null===(i=e.attributes)||void 0===i?void 0:i.id,r=l(".elementor-element-".concat(o)),u="eael-image-masking-"+o;if(r,l("#"+u).remove(),"yes"===(null==a?void 0:a.eael_enable_image_masking)){var m="";if("clip"===(null==a?void 0:a.eael_image_masking_type)){var s="";if((s="yes"===(null==a?void 0:a.eael_image_masking_enable_custom_clip_path)?(s=null==a?void 0:a.eael_image_masking_custom_clip_path).replace("clip-path: ",""):t(null==a?void 0:a.eael_image_masking_clip_path))&&(m+=".elementor-element-"+o+" img {clip-path: "+s+";}"),"yes"===(null==a?void 0:a.eael_image_masking_hover_effect)){var _="";if(_="yes"===(null==a?void 0:a.eael_image_masking_enable_custom_clip_path_hover)?(_=null==a?void 0:a.eael_image_masking_custom_clip_path_hover).replace("clip-path: ",""):t(null==a?void 0:a.eael_image_masking_clip_path_hover)){var v=null==a?void 0:a.eael_image_masking_hover_selector;v&&(v=" "+v.trim()),m+=".elementor-element-"+o+v+":hover img {clip-path: "+_+";}"}}}else if("image"===(null==a?void 0:a.eael_image_masking_type)){var d,g=null==a?void 0:a.eael_image_masking_svg,c="";if("upload"!==g)c=(null===(d=EAELImageMaskingConfig)||void 0===d?void 0:d.svg_dir_url)+g+".svg";else if("upload"===g){var f=null==a?void 0:a.eael_image_masking_image;c=null==f?void 0:f.url}if(c&&(m+=".elementor-element-"+o+" img {mask-image: url("+c+"); -webkit-mask-image: url("+c+");}"),"yes"===(null==a?void 0:a.eael_image_masking_hover_effect)){var p,h="",y=null==a?void 0:a.eael_image_masking_svg_hover;if("upload"!==y)h=(null===(p=EAELImageMaskingConfig)||void 0===p?void 0:p.svg_dir_url)+y+".svg";else if("upload"===y){var k;h=null==a||null===(k=a.eael_image_masking_image_hover)||void 0===k?void 0:k.url}if(h){var b=null==a?void 0:a.eael_image_masking_hover_selector;b&&(b=" "+b.trim()),m+=".elementor-element-"+o+b+":hover img {mask-image: url("+h+"); -webkit-mask-image: url("+h+");}"}}}m&&r.append('<style id="'+u+'">'+m+"</style>")}}(i),"widget"!==i.attributes.elType&&e(i.attributes.elements.models)}))}(null===(i=window.elementor)||void 0===i||null===(i=i.elements)||void 0===i?void 0:i.models)};jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("eaelImageMaskingEditor"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/widget",n),elementor.hooks.addFilter("elementor/documents/save/data",(function(e){return function e(l){l&&l.forEach((function(l){var n,i=null==l||null===(n=l.settings)||void 0===n?void 0:n.eael_svg_paths_custom;Array.isArray(i)&&i.forEach((function(e){delete e.eael_svg_path})),e(l.elements)}))}(null==e?void 0:e.elements),e}))}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=46)}({46:function(e,t){eael.hooks.addAction("editMode.init","ea",(function(){if(void 0===parent.document)return!1;parent.document.addEventListener("mousedown",(function(e){var t=parent.document.querySelectorAll(".elementor-element--promotion");if(t.length>0)for(var o=0;o<t.length;o++)if(t[o].contains(e.target)){var n=parent.document.querySelector("#elementor-element--promotion__dialog");if(t[o].querySelector(".icon > i").classList.toString().indexOf("eaicon")>=0)if(n.querySelector(".dialog-buttons-action").style.display="none",e.stopImmediatePropagation(),null===n.querySelector(".ea-dialog-buttons-action")){var r=document.createElement("a"),a=document.createTextNode("Upgrade Essential Addons");r.setAttribute("href","https://wpdeveloper.com/upgrade/ea-pro"),r.setAttribute("target","_blank"),r.classList.add("dialog-button","dialog-action","dialog-buttons-action","elementor-button","go-pro","elementor-button-success","ea-dialog-buttons-action"),r.appendChild(a),n.querySelector(".dialog-buttons-action").insertAdjacentHTML("afterend",r.outerHTML)}else n.querySelector(".ea-dialog-buttons-action").style.display="";else n.querySelector(".dialog-buttons-action").style.display="",null!==n.querySelector(".ea-dialog-buttons-action")&&(n.querySelector(".ea-dialog-buttons-action").style.display="none");break}}))}))}}); \ No newline at end of file +!function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=47)}({47:function(e,t){eael.hooks.addAction("editMode.init","ea",(function(){if(void 0===parent.document)return!1;parent.document.addEventListener("mousedown",(function(e){var t=parent.document.querySelectorAll(".elementor-element--promotion");if(t.length>0)for(var o=0;o<t.length;o++)if(t[o].contains(e.target)){var n=parent.document.querySelector("#elementor-element--promotion__dialog");if(t[o].querySelector(".icon > i").classList.toString().indexOf("eaicon")>=0)if(n.querySelector(".dialog-buttons-action").style.display="none",e.stopImmediatePropagation(),null===n.querySelector(".ea-dialog-buttons-action")){var r=document.createElement("a"),a=document.createTextNode("Upgrade Essential Addons");r.setAttribute("href","https://wpdeveloper.com/upgrade/ea-pro"),r.setAttribute("target","_blank"),r.classList.add("dialog-button","dialog-action","dialog-buttons-action","elementor-button","go-pro","elementor-button-success","ea-dialog-buttons-action"),r.appendChild(a),n.querySelector(".dialog-buttons-action").insertAdjacentHTML("afterend",r.outerHTML)}else n.querySelector(".ea-dialog-buttons-action").style.display="";else n.querySelector(".dialog-buttons-action").style.display="",null!==n.querySelector(".ea-dialog-buttons-action")&&(n.querySelector(".ea-dialog-buttons-action").style.display="none");break}}))}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var r={};function n(t){if(r[t])return r[t].exports;var o=r[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=r,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},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,r){if(1&r&&(e=n(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(n.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)n.d(t,o,function(r){return e[r]}.bind(null,o));return t},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},n.p="",n(n.s=47)}({47:function(e,r){eael.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_reading_progress",(function(e){jQuery(".eael-reading-progress-wrap").addClass("eael-reading-progress-wrap-disabled"),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_reading_progress_position",(function(e){elementor.settings.page.setSettings("eael_ext_reading_progress_position",e),jQuery(".eael-reading-progress").removeClass("eael-reading-progress-top eael-reading-progress-bottom").addClass("eael-reading-progress-"+e)})),elementor.settings.page.addChangeCallback("eael_ext_reading_progress_fill_color",(function(e){var r=jQuery(".eael-reading-progress-wrap").attr("id");jQuery("#".concat(r," .eael-reading-progress .eael-reading-progress-fill")).css("background-color",e)}))}))}}); \ No newline at end of file +!function(e){var r={};function n(t){if(r[t])return r[t].exports;var o=r[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=r,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},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,r){if(1&r&&(e=n(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(n.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)n.d(t,o,function(r){return e[r]}.bind(null,o));return t},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},n.p="",n(n.s=48)}({48:function(e,r){eael.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_reading_progress",(function(e){jQuery(".eael-reading-progress-wrap").addClass("eael-reading-progress-wrap-disabled"),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_reading_progress_position",(function(e){elementor.settings.page.setSettings("eael_ext_reading_progress_position",e),jQuery(".eael-reading-progress").removeClass("eael-reading-progress-top eael-reading-progress-bottom").addClass("eael-reading-progress-"+e)})),elementor.settings.page.addChangeCallback("eael_ext_reading_progress_fill_color",(function(e){var r=jQuery(".eael-reading-progress-wrap").attr("id");jQuery("#".concat(r," .eael-reading-progress .eael-reading-progress-fill")).css("background-color",e)}))}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=48)}({48:function(e,t){eael.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_scroll_to_top",(function(e){elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_scroll_to_top_button_icon_image",(function(e){elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))}))}))}}); \ No newline at end of file +!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=49)}({49:function(e,t){eael.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_scroll_to_top",(function(e){elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_scroll_to_top_button_icon_image",(function(e){elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))}))}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var t={};function a(l){if(t[l])return t[l].exports;var o=t[l]={i:l,l:!1,exports:{}};return e[l].call(o.exports,o,o.exports,a),o.l=!0,o.exports}a.m=e,a.c=t,a.d=function(e,t,l){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:l})},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 l=Object.create(null);if(a.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)a.d(l,o,function(t){return e[t]}.bind(null,o));return l},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=49)}({49:function(e,t){eael.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_table_of_content",(function(e){elementor.settings.page.setSettings("eael_ext_table_of_content",e),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_toc_position",(function(e){var t=jQuery("#eael-toc");"right"===e?(t.addClass("eael-toc-right"),t.removeClass("eael-toc-left")):(t.removeClass("eael-toc-right"),t.addClass("eael-toc-left"))})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_list_style",(function(e){var t=jQuery(".eael-toc-list");t.removeClass("eael-toc-list-bar eael-toc-list-arrow"),"none"!==e&&t.addClass("eael-toc-list-"+e)})),elementor.settings.page.addChangeCallback("eael_ext_toc_collapse_sub_heading",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-collapse"):t.removeClass("eael-toc-collapse")})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_header_icon",(function(e){$(".eael-toc-button i").removeClass().addClass(e.value)})),elementor.settings.page.addChangeCallback("eael_ext_toc_list_icon",(function(e){var t=jQuery(".eael-toc-list");"number"===e?t.addClass("eael-toc-number").removeClass("eael-toc-bullet"):t.addClass("eael-toc-bullet").removeClass("eael-toc-number")})),elementor.settings.page.addChangeCallback("eael_ext_toc_word_wrap",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-word-wrap"):t.removeClass("eael-toc-word-wrap")})),elementor.settings.page.addChangeCallback("eael_ext_toc_close_button_text_style",(function(e){var t=jQuery("#eael-toc");"bottom_to_top"===e?t.addClass("eael-bottom-to-top"):t.removeClass("eael-bottom-to-top")})),elementor.settings.page.addChangeCallback("eael_ext_toc_box_shadow",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-box-shadow"):t.removeClass("eael-box-shadow")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_collapse",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-toc-auto-collapse collapsed"):t.removeClass("eael-toc-auto-collapse collapsed")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_highlight",(function(e){var t=jQuery("#eael-toc-list");"yes"===e?t.addClass("eael-toc-auto-highlight"):t.removeClass("eael-toc-auto-highlight")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_highlight_single_item_only",(function(e){var t=jQuery("#eael-toc-list");"yes"===e?t.hasClass("eael-toc-auto-highlight")&&t.addClass("eael-toc-highlight-single-item"):t.removeClass("eael-toc-highlight-single-item")})),elementor.settings.page.addChangeCallback("eael_ext_toc_title",(function(e){elementorFrontend.elements.$document.find(".eael-toc-title").text(e),elementorFrontend.elements.$document.find(".eael-toc-button span").text(e)}))}))}}); \ No newline at end of file +!function(e){var t={};function a(l){if(t[l])return t[l].exports;var o=t[l]={i:l,l:!1,exports:{}};return e[l].call(o.exports,o,o.exports,a),o.l=!0,o.exports}a.m=e,a.c=t,a.d=function(e,t,l){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:l})},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 l=Object.create(null);if(a.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)a.d(l,o,function(t){return e[t]}.bind(null,o));return l},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=50)}({50:function(e,t){eael.hooks.addAction("editMode.init","ea",(function(){elementor.settings.page.addChangeCallback("eael_ext_table_of_content",(function(e){elementor.settings.page.setSettings("eael_ext_table_of_content",e),elementor.saver.update.apply().then((function(){elementor.reloadPreview()}))})),elementor.settings.page.addChangeCallback("eael_ext_toc_position",(function(e){var t=jQuery("#eael-toc");"right"===e?(t.addClass("eael-toc-right"),t.removeClass("eael-toc-left")):(t.removeClass("eael-toc-right"),t.addClass("eael-toc-left"))})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_list_style",(function(e){var t=jQuery(".eael-toc-list");t.removeClass("eael-toc-list-bar eael-toc-list-arrow"),"none"!==e&&t.addClass("eael-toc-list-"+e)})),elementor.settings.page.addChangeCallback("eael_ext_toc_collapse_sub_heading",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-collapse"):t.removeClass("eael-toc-collapse")})),elementor.settings.page.addChangeCallback("eael_ext_table_of_content_header_icon",(function(e){$(".eael-toc-button i").removeClass().addClass(e.value)})),elementor.settings.page.addChangeCallback("eael_ext_toc_list_icon",(function(e){var t=jQuery(".eael-toc-list");"number"===e?t.addClass("eael-toc-number").removeClass("eael-toc-bullet"):t.addClass("eael-toc-bullet").removeClass("eael-toc-number")})),elementor.settings.page.addChangeCallback("eael_ext_toc_word_wrap",(function(e){var t=jQuery(".eael-toc-list");"yes"===e?t.addClass("eael-toc-word-wrap"):t.removeClass("eael-toc-word-wrap")})),elementor.settings.page.addChangeCallback("eael_ext_toc_close_button_text_style",(function(e){var t=jQuery("#eael-toc");"bottom_to_top"===e?t.addClass("eael-bottom-to-top"):t.removeClass("eael-bottom-to-top")})),elementor.settings.page.addChangeCallback("eael_ext_toc_box_shadow",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-box-shadow"):t.removeClass("eael-box-shadow")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_collapse",(function(e){var t=jQuery("#eael-toc");"yes"===e?t.addClass("eael-toc-auto-collapse collapsed"):t.removeClass("eael-toc-auto-collapse collapsed")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_highlight",(function(e){var t=jQuery("#eael-toc-list");"yes"===e?t.addClass("eael-toc-auto-highlight"):t.removeClass("eael-toc-auto-highlight")})),elementor.settings.page.addChangeCallback("eael_ext_toc_auto_highlight_single_item_only",(function(e){var t=jQuery("#eael-toc-list");"yes"===e?t.hasClass("eael-toc-auto-highlight")&&t.addClass("eael-toc-highlight-single-item"):t.removeClass("eael-toc-highlight-single-item")})),elementor.settings.page.addChangeCallback("eael_ext_toc_title",(function(e){elementorFrontend.elements.$document.find(".eael-toc-title").text(e),elementorFrontend.elements.$document.find(".eael-toc-button span").text(e)}))}))}}); \ No newline at end of file @@ -254,7 +254,11 @@ if (settings.searchable) { var searchHeader = settings.searchInput; if (settings.globalSearch) { - var searchField = $("input").bind("change paste keyup", function () { + var searchField = $(settings.searchInput); + if (searchField.prop("tagName") !== "INPUT") { + searchField = searchField.find("input"); + } + searchField.bind("change paste keyup", function () { elm.fancyTable.search = $(this).val(); elm.fancyTable.page = 1; instance.tableUpdate(elm); @@ -1 +1 @@ -!function(a){a.fn.fancyTable=function(e){var t=a.extend({inputStyle:"",inputPlaceholder:"Search...",pagination:!1,paginationClass:"eael-ec-pagination-btn",paginationClassActive:"active",pagClosest:3,perPage:10,sortable:!0,searchable:!0,matchCase:!1,exactMatch:!1,localeCompare:!1,searchInput:".ea-ec-search-wrap",paginationElement:".eael-event-calendar-pagination",onInit:function(){},beforeUpdate:function(){},onUpdate:function(){},sortFunction:function(e,n,r,s,i){return e==n&&s&&i?r.rowSortOrder[a(s).data("rowid")]>r.rowSortOrder[a(i).data("rowid")]:"numeric"==r.sortAs[r.sortColumn]?r.sortOrder>0?(parseFloat(e)||0)-(parseFloat(n)||0):(parseFloat(n)||0)-(parseFloat(e)||0):t.localeCompare?0>e.localeCompare(n)?-r.sortOrder:e.localeCompare(n)>0?r.sortOrder:0:e<n?-r.sortOrder:e>n?r.sortOrder:0},testing:!1},e),n=this;return this.settings=t,this.tableUpdate=function(e){if(t.beforeUpdate.call(this,e),e.fancyTable.matches=0,a(e).find("tbody tr").each(function(){var r=0,s=!0,i=!1;a(this).find("td").each(function(){t.globalSearch||!e.fancyTable.searchArr[r]||n.isSearchMatch(a(this).html(),e.fancyTable.searchArr[r])?t.globalSearch&&(!e.fancyTable.search||n.isSearchMatch(a(this).html(),e.fancyTable.search))&&(!Array.isArray(t.globalSearchExcludeColumns)||!t.globalSearchExcludeColumns.includes(r+1))&&(i=!0):s=!1,r++}),t.globalSearch&&i||!t.globalSearch&&s?(e.fancyTable.matches++,!t.pagination||e.fancyTable.matches>e.fancyTable.perPage*(e.fancyTable.page-1)&&e.fancyTable.matches<=e.fancyTable.perPage*e.fancyTable.page?a(this).show():a(this).hide()):a(this).hide()}),e.fancyTable.pages=Math.ceil(e.fancyTable.matches/e.fancyTable.perPage),t.pagination){var r=t.paginationElement;if(r.empty(),e.fancyTable.pages>1){for(var s=1;s<=e.fancyTable.pages;s++)if(1==s||s>e.fancyTable.page-(t.pagClosest+1)&&s<e.fancyTable.page+(t.pagClosest+1)||s==e.fancyTable.pages){var i=a("<a>",{html:s,"data-n":s,class:t.paginationClass+" "+(s==e.fancyTable.page?t.paginationClassActive:"")}).bind("click",function(){e.fancyTable.page=a(this).data("n"),n.tableUpdate(e)});s==e.fancyTable.pages&&e.fancyTable.page<e.fancyTable.pages-t.pagClosest-1&&r.append(a("<span>...</span>")),r.append(i),1==s&&e.fancyTable.page>t.pagClosest+2&&r.append(a("<span>...</span>"))}}}t.onUpdate.call(this,e)},this.isSearchMatch=function(a,e){if(t.matchCase||(a=a.toUpperCase(),e=e.toUpperCase()),"auto"==t.exactMatch&&e.match(/^".*?"$/))return a==(e=e.substring(1,e.length-1));if("auto"==t.exactMatch&&e.replace(/\s+/g,"").match(/^[<>]=?/)){var n=e.replace(/\s+/g,"").match(/^[<>]=?/)[0],r=e.replace(/\s+/g,"").substring(n.length);return">"==n&&1*a>1*r||"<"==n&&1*a<1*r||">="==n&&1*a>=1*r||"<="==n&&1*a<=1*r}if("auto"==t.exactMatch&&e.replace(/\s+/g,"").match(/^.+(\.\.|-).+$/)){var s=e.replace(/\s+/g,"").split(/\.\.|-/);return 1*a>=1*s[0]&&1*a<=1*s[1]}try{return!0===t.exactMatch?a==e:RegExp(e).test(a)}catch{return!1}},this.reinit=function(){a(this).each(function(){a(this).find("th a").contents().unwrap()}),a(this).fancyTable(this.settings)},this.tableSort=function(e){if(void 0!==e.fancyTable.sortColumn&&e.fancyTable.sortColumn<e.fancyTable.nColumns){var n=0;a(e).find("thead th").each(function(){a(this).attr("aria-sort",n==e.fancyTable.sortColumn?1==e.fancyTable.sortOrder?"ascending":-1==e.fancyTable.sortOrder?"descending":"other":null),n++}),a(e).find("thead th div.sortArrow").each(function(){a(this).remove()});var r=a("<div>",{class:"sortArrow"}).css({margin:"0.1em",display:"inline-block",width:0,height:0,"border-left":"0.4em solid transparent","border-right":"0.4em solid transparent"});r.css(e.fancyTable.sortOrder>0?{"border-top":"0.4em solid #000"}:{"border-bottom":"0.4em solid #000"}),a(e).find("thead th a").eq(e.fancyTable.sortColumn).append(r);var s=a(e).find("tbody tr").toArray().sort(function(n,r){var s=a(n).find("td").eq(e.fancyTable.sortColumn),i=a(r).find("td").eq(e.fancyTable.sortColumn),o=a(s).attr("data-sortvalue")?a(s).data("sortvalue"):s.html(),l=a(i).attr("data-sortvalue")?a(i).data("sortvalue"):i.html();return"case-insensitive"==e.fancyTable.sortAs[e.fancyTable.sortColumn]&&(o=o.toLowerCase(),l=l.toLowerCase()),t.sortFunction.call(this,o,l,e.fancyTable,n,r)});a(s).each(function(t){e.fancyTable.rowSortOrder[a(this).data("rowid")]=t}),a(e).find("tbody").empty().append(s)}},this.each(function(){if("TABLE"!==a(this).prop("tagName"))return console.warn("fancyTable: Element is not a table."),!0;var e=this;if(e.fancyTable={nColumns:a(e).find("td").first().parent().find("td").length,nRows:a(this).find("tbody tr").length,perPage:t.perPage,page:1,pages:0,matches:0,searchArr:[],search:"",sortColumn:t.sortColumn,sortOrder:void 0===t.sortOrder?1:/desc/i.test(t.sortOrder)||-1==t.sortOrder?-1:1,sortAs:[],paginationElement:t.paginationElement},e.fancyTable.rowSortOrder=Array(e.fancyTable.nRows),0==a(e).find("tbody").length){var r=a(e).html();a(e).empty(),a(e).append("<tbody>").append(a(r))}if(0==a(e).find("thead").length&&a(e).prepend(a("<thead>")),a(e).find("tbody tr").each(function(e){a(this).data("rowid",e)}),t.sortable){var s=0;a(e).find("thead th").each(function(){e.fancyTable.sortAs.push("numeric"==a(this).data("sortas")?"numeric":"case-insensitive"==a(this).data("sortas")?"case-insensitive":null);var t=a(this).html(),r=a("<a>",{href:"#","aria-label":"Sort by "+a(this).text(),html:t,"data-n":s,class:""}).bind("click",function(){return e.fancyTable.sortColumn==a(this).data("n")?e.fancyTable.sortOrder=-e.fancyTable.sortOrder:e.fancyTable.sortOrder=1,e.fancyTable.sortColumn=a(this).data("n"),n.tableSort(e),n.tableUpdate(e),!1});a(this).empty(),a(this).append(r),s++})}t.searchable&&(t.searchInput,t.globalSearch&&a("input").bind("change paste keyup",function(){e.fancyTable.search=a(this).val(),e.fancyTable.page=1,n.tableUpdate(e)})),n.tableSort(e),t.pagination&&!t.paginationElement&&t.paginationElement.html(""),n.tableUpdate(e),t.onInit.call(this,e)}),this}}(jQuery); \ No newline at end of file +!function(a){a.fn.fancyTable=function(e){var t=a.extend({inputStyle:"",inputPlaceholder:"Search...",pagination:!1,paginationClass:"eael-ec-pagination-btn",paginationClassActive:"active",pagClosest:3,perPage:10,sortable:!0,searchable:!0,matchCase:!1,exactMatch:!1,localeCompare:!1,searchInput:".ea-ec-search-wrap",paginationElement:".eael-event-calendar-pagination",onInit:function(){},beforeUpdate:function(){},onUpdate:function(){},sortFunction:function(e,n,r,s,i){return e==n&&s&&i?r.rowSortOrder[a(s).data("rowid")]>r.rowSortOrder[a(i).data("rowid")]:"numeric"==r.sortAs[r.sortColumn]?r.sortOrder>0?(parseFloat(e)||0)-(parseFloat(n)||0):(parseFloat(n)||0)-(parseFloat(e)||0):t.localeCompare?0>e.localeCompare(n)?-r.sortOrder:e.localeCompare(n)>0?r.sortOrder:0:e<n?-r.sortOrder:e>n?r.sortOrder:0},testing:!1},e),n=this;return this.settings=t,this.tableUpdate=function(e){if(t.beforeUpdate.call(this,e),e.fancyTable.matches=0,a(e).find("tbody tr").each(function(){var r=0,s=!0,i=!1;a(this).find("td").each(function(){t.globalSearch||!e.fancyTable.searchArr[r]||n.isSearchMatch(a(this).html(),e.fancyTable.searchArr[r])?t.globalSearch&&(!e.fancyTable.search||n.isSearchMatch(a(this).html(),e.fancyTable.search))&&(!Array.isArray(t.globalSearchExcludeColumns)||!t.globalSearchExcludeColumns.includes(r+1))&&(i=!0):s=!1,r++}),t.globalSearch&&i||!t.globalSearch&&s?(e.fancyTable.matches++,!t.pagination||e.fancyTable.matches>e.fancyTable.perPage*(e.fancyTable.page-1)&&e.fancyTable.matches<=e.fancyTable.perPage*e.fancyTable.page?a(this).show():a(this).hide()):a(this).hide()}),e.fancyTable.pages=Math.ceil(e.fancyTable.matches/e.fancyTable.perPage),t.pagination){var r=t.paginationElement;if(r.empty(),e.fancyTable.pages>1){for(var s=1;s<=e.fancyTable.pages;s++)if(1==s||s>e.fancyTable.page-(t.pagClosest+1)&&s<e.fancyTable.page+(t.pagClosest+1)||s==e.fancyTable.pages){var i=a("<a>",{html:s,"data-n":s,class:t.paginationClass+" "+(s==e.fancyTable.page?t.paginationClassActive:"")}).bind("click",function(){e.fancyTable.page=a(this).data("n"),n.tableUpdate(e)});s==e.fancyTable.pages&&e.fancyTable.page<e.fancyTable.pages-t.pagClosest-1&&r.append(a("<span>...</span>")),r.append(i),1==s&&e.fancyTable.page>t.pagClosest+2&&r.append(a("<span>...</span>"))}}}t.onUpdate.call(this,e)},this.isSearchMatch=function(a,e){if(t.matchCase||(a=a.toUpperCase(),e=e.toUpperCase()),"auto"==t.exactMatch&&e.match(/^".*?"$/))return a==(e=e.substring(1,e.length-1));if("auto"==t.exactMatch&&e.replace(/\s+/g,"").match(/^[<>]=?/)){var n=e.replace(/\s+/g,"").match(/^[<>]=?/)[0],r=e.replace(/\s+/g,"").substring(n.length);return">"==n&&1*a>1*r||"<"==n&&1*a<1*r||">="==n&&1*a>=1*r||"<="==n&&1*a<=1*r}if("auto"==t.exactMatch&&e.replace(/\s+/g,"").match(/^.+(\.\.|-).+$/)){var s=e.replace(/\s+/g,"").split(/\.\.|-/);return 1*a>=1*s[0]&&1*a<=1*s[1]}try{return!0===t.exactMatch?a==e:RegExp(e).test(a)}catch{return!1}},this.reinit=function(){a(this).each(function(){a(this).find("th a").contents().unwrap()}),a(this).fancyTable(this.settings)},this.tableSort=function(e){if(void 0!==e.fancyTable.sortColumn&&e.fancyTable.sortColumn<e.fancyTable.nColumns){var n=0;a(e).find("thead th").each(function(){a(this).attr("aria-sort",n==e.fancyTable.sortColumn?1==e.fancyTable.sortOrder?"ascending":-1==e.fancyTable.sortOrder?"descending":"other":null),n++}),a(e).find("thead th div.sortArrow").each(function(){a(this).remove()});var r=a("<div>",{class:"sortArrow"}).css({margin:"0.1em",display:"inline-block",width:0,height:0,"border-left":"0.4em solid transparent","border-right":"0.4em solid transparent"});r.css(e.fancyTable.sortOrder>0?{"border-top":"0.4em solid #000"}:{"border-bottom":"0.4em solid #000"}),a(e).find("thead th a").eq(e.fancyTable.sortColumn).append(r);var s=a(e).find("tbody tr").toArray().sort(function(n,r){var s=a(n).find("td").eq(e.fancyTable.sortColumn),i=a(r).find("td").eq(e.fancyTable.sortColumn),o=a(s).attr("data-sortvalue")?a(s).data("sortvalue"):s.html(),l=a(i).attr("data-sortvalue")?a(i).data("sortvalue"):i.html();return"case-insensitive"==e.fancyTable.sortAs[e.fancyTable.sortColumn]&&(o=o.toLowerCase(),l=l.toLowerCase()),t.sortFunction.call(this,o,l,e.fancyTable,n,r)});a(s).each(function(t){e.fancyTable.rowSortOrder[a(this).data("rowid")]=t}),a(e).find("tbody").empty().append(s)}},this.each(function(){if("TABLE"!==a(this).prop("tagName"))return console.warn("fancyTable: Element is not a table."),!0;var e=this;if(e.fancyTable={nColumns:a(e).find("td").first().parent().find("td").length,nRows:a(this).find("tbody tr").length,perPage:t.perPage,page:1,pages:0,matches:0,searchArr:[],search:"",sortColumn:t.sortColumn,sortOrder:void 0===t.sortOrder?1:/desc/i.test(t.sortOrder)||-1==t.sortOrder?-1:1,sortAs:[],paginationElement:t.paginationElement},e.fancyTable.rowSortOrder=Array(e.fancyTable.nRows),0==a(e).find("tbody").length){var r=a(e).html();a(e).empty(),a(e).append("<tbody>").append(a(r))}if(0==a(e).find("thead").length&&a(e).prepend(a("<thead>")),a(e).find("tbody tr").each(function(e){a(this).data("rowid",e)}),t.sortable){var s=0;a(e).find("thead th").each(function(){e.fancyTable.sortAs.push("numeric"==a(this).data("sortas")?"numeric":"case-insensitive"==a(this).data("sortas")?"case-insensitive":null);var t=a(this).html(),r=a("<a>",{href:"#","aria-label":"Sort by "+a(this).text(),html:t,"data-n":s,class:""}).bind("click",function(){return e.fancyTable.sortColumn==a(this).data("n")?e.fancyTable.sortOrder=-e.fancyTable.sortOrder:e.fancyTable.sortOrder=1,e.fancyTable.sortColumn=a(this).data("n"),n.tableSort(e),n.tableUpdate(e),!1});a(this).empty(),a(this).append(r),s++})}t.searchable&&t.globalSearch&&(function(){var f=a(t.searchInput);"INPUT"!==f.prop("tagName")&&(f=f.find("input")),f.bind("change paste keyup",function(){e.fancyTable.search=a(this).val(),e.fancyTable.page=1,n.tableUpdate(e)})})(),n.tableSort(e),t.pagination&&!t.paginationElement&&t.paginationElement.html(""),n.tableUpdate(e),t.onInit.call(this,e)}),this}}(jQuery); \ No newline at end of file @@ -93,7 +93,7 @@ /*! no static exports found */ /***/ (function(module, exports) { -eval("function _createForOfIteratorHelper(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t[\"return\"] || t[\"return\"](); } finally { if (u) throw o; } } }; }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nvar EventCalendar = function EventCalendar($scope, $) {\n var Calendar = FullCalendar.Calendar;\n var element = $(\".eael-event-calendar-cls\", $scope),\n wrapper = $(\".eael-event-calendar-wrapper\", $scope),\n CloseButton = $(\".eaelec-modal-close\", $scope).eq(0),\n ecModal = $(\"#eaelecModal\", $scope),\n eventAll = element.data(\"events\"),\n firstDay = element.data(\"first_day\"),\n calendarID = element.data(\"cal_id\"),\n locale = element.data(\"locale\"),\n translate = element.data(\"translate\"),\n defaultView = element.data(\"defaultview\"),\n defaultDate = element.data(\"defaultdate\"),\n multiDaysEventDayCount = typeof element.data(\"multidays_event_day_count\") !== 'undefined' ? element.data(\"multidays_event_day_count\") : 0,\n eventLimit = element.data(\"event_limit\"),\n locationDisplay = element.data(\"location-display\"),\n popupDateFormate = element.data(\"popup_date_format\"),\n monthColumnHeaderFormat = element.data(\"monthcolumnheaderformat\"),\n weekColumnHeaderFormat = element.data(\"weekcolumnheaderformat\"),\n thumbnailPosition = element.data(\"thumbnail_position\"),\n time_format = element.data(\"time_format\") == \"yes\" ? true : false;\n if (wrapper.hasClass('layout-calendar')) {\n var refreshPopUpDetailsLink = function refreshPopUpDetailsLink() {\n var modalFooter = $(\".eaelec-modal-footer\"),\n modalFooterClass = modalFooter.find('a').attr('class'),\n modalFooterText = $(\".eael-event-calendar-cls\", $scope).attr('data-detailsButtonText');\n modalFooter.html('<a class=\"' + modalFooterClass + '\">' + DOMPurify.sanitize(modalFooterText) + '</a>');\n };\n var getFilteredEvents = function getFilteredEvents(searchTerm) {\n return eventAll.filter(function (event) {\n var title = (event.title || '').toLowerCase();\n var location = (event.location || '').toLowerCase();\n var category = (event.category || '').toLowerCase();\n return title.indexOf(searchTerm) > -1 || location.indexOf(searchTerm) > -1 || category.indexOf(searchTerm) > -1;\n });\n };\n var calendar = new Calendar($scope[0].querySelector(\".eael-event-calendar-cls\"), {\n views: {\n month: {\n // will produce something like \"Tuesday, September 18, 2018\"\n dayHeaderContent: function dayHeaderContent(args) {\n if (args.view.type === 'dayGridMonth' && monthColumnHeaderFormat) {\n return moment(args.date).format(monthColumnHeaderFormat);\n }\n }\n },\n week: {\n dayHeaderContent: function dayHeaderContent(args) {\n if (weekColumnHeaderFormat) {\n return moment(args.date).format(weekColumnHeaderFormat);\n }\n }\n }\n },\n editable: false,\n selectable: 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 headerToolbar: {\n start: \"prev,next today\",\n center: \"title\",\n end: \"timeGridDay,timeGridWeek,dayGridMonth,listMonth\"\n },\n events: eventAll,\n locale: locale,\n dayMaxEventRows: typeof eventLimit !== \"undefined\" && eventLimit > 0 ? parseInt(eventLimit) : 3,\n initialView: defaultView,\n initialDate: defaultDate,\n eventClassNames: function eventClassNames(info) {},\n eventContent: function eventContent(info) {},\n eventDidMount: function eventDidMount(info) {\n var element = $(info.el),\n event = info.event;\n moment.locale(locale);\n if (multiDaysEventDayCount && event.endStr > event.startStr) {\n var _$$prevAll;\n var startDate = typeof event.startStr !== 'undefined' ? new Date(event.startStr) : '';\n var endDate = typeof event.endStr !== 'undefined' ? new Date(event.endStr) : '';\n var oneDay = 24 * 60 * 60 * 1000;\n var totalDays = (endDate - startDate) / oneDay;\n var currentCellDate = (_$$prevAll = $(element).prevAll('tr.fc-list-day:first')) === null || _$$prevAll === void 0 ? void 0 : _$$prevAll.data('date');\n currentCellDate = typeof currentCellDate !== 'undefined' ? new Date(currentCellDate) : '';\n var eventDayCount = startDate && currentCellDate ? Math.ceil((currentCellDate - startDate) / oneDay) + 1 : '';\n var eventTitle = \"\".concat(event.title, \" (Day \").concat(eventDayCount, \"/\").concat(totalDays, \" )\");\n element.find(\".fc-list-event-title a\").text(eventTitle);\n }\n\n // when event is finished event text are cross\n if (element.hasClass(\"fc-event-past\")) {\n element.find(\".fc-event-title\").addClass(\"eael-event-completed\");\n }\n translate.today = info.event._context.dateEnv.locale.options.buttonText.today;\n element.attr(\"style\", \"color:\" + event.textColor + \";background:\" + event.backgroundColor + \";\");\n element.find(\".fc-list-event-dot\").attr(\"style\", \"border-color:\" + event.backgroundColor + \";\");\n element.find(\".fc-daygrid-event-dot\").remove();\n if (event._def.extendedProps.is_redirect === 'yes') {\n element.attr(\"href\", event.url);\n if (event._def.extendedProps.external === \"on\") {\n element.attr(\"target\", \"_blank\");\n }\n if (event._def.extendedProps.nofollow === \"on\") {\n element.attr(\"rel\", \"nofollow\");\n }\n if (event._def.extendedProps.custom_attributes !== '') {\n $.each(event._def.extendedProps.custom_attributes, function (index, item) {\n element.attr(item.key, item.value);\n });\n }\n if (element.hasClass('fc-list-item')) {\n element.removeAttr(\"href target rel\");\n element.removeClass(\"fc-has-url\");\n element.css('cursor', 'default');\n }\n $.each(element[0].attributes, function () {\n var name = this.name.toLowerCase();\n // Remove all on* event handlers\n if (name.startsWith('on')) {\n element.removeAttr(this.name);\n }\n // Sanitize href starting with javascript:\n else if (name === 'href' && this.value.trim().toLowerCase().startsWith('javascript:')) {\n element.attr('href', '#');\n }\n });\n } else {\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 modalFooterLink = $(\".eaelec-modal-footer a\");\n if (event.allDay) {\n var newEnd = moment(endDate).subtract(1, \"days\");\n endDate = newEnd._d;\n timeFormate = \" \";\n }\n moment.locale(locale);\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 if (event.allDay && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n startView = moment(startDate).format(\"MMM Do\");\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 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 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(popupDateFormate + \" \" + timeFormate);\n }\n startView = yearDiff ? startYear + \" \" + startView : startView;\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 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 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 if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n endView = moment(endDate).format(popupDateFormate + \" \" + timeFormate);\n }\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n endView = yearDiff ? endYear + \" \" + endView : endView;\n }\n if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === \"yes\") {\n endSelector.html(\" \");\n } else {\n endSelector.html(endView != \"\" ? \"- \" + endView : \"\");\n }\n startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n $(\".eaelec-modal-header h2\").html(DOMPurify.sanitize(event.title));\n $(\".eaelec-modal-body\").html(DOMPurify.sanitize(event.extendedProps.description));\n if (thumbnailPosition) {\n if (event.extendedProps.imageUrl) {\n if (thumbnailPosition === 'header') {\n $(\".eaelec-modal-header\").addClass('eaelec-img-header').css('background-image', 'url(' + event.extendedProps.imageUrl + ')');\n } else if (thumbnailPosition === 'background') {\n $(\".eaelec-modal-overlay\").remove();\n $(\".eaelec-modal-content\").append('<div class=\"eaelec-modal-overlay\"></div>').addClass('eaelec-bg-img').css('background-image', 'url(' + event.extendedProps.imageUrl + ')');\n } else if (thumbnailPosition === 'body-bg') {\n $(\".eaelec-modal-overlay\").remove();\n var _bodyContent = $(\".eaelec-modal-body\").html();\n $(\".eaelec-modal-body\").addClass('eaelec-bg-img').css('background-image', 'url(' + event.extendedProps.imageUrl + ')').html('<div class=\"eaelec-modal-body-content\">' + _bodyContent + '</div><div class=\"eaelec-modal-overlay\"></div>');\n } else if (thumbnailPosition === 'body-left') {\n var bodyContent = '<div class=\"eaelec-modal-body-content\">' + $(\".eaelec-modal-body\").html() + '</div>';\n $(\".eaelec-modal-body\").addClass('eaelec-img-inside').html('<img class=\"eaelec-modal-body-img\" src=\"' + event.extendedProps.imageUrl + '\" alt=\"' + event.title + '\">' + bodyContent);\n } else if (thumbnailPosition === 'body-right') {\n var bodyContent = '<div class=\"eaelec-modal-body-content\">' + $(\".eaelec-modal-body\").html() + '</div>';\n $(\".eaelec-modal-body\").addClass('eaelec-img-inside').html(bodyContent + '<img class=\"eaelec-modal-body-img\" src=\"' + event.extendedProps.imageUrl + '\" alt=\"' + event.title + '\">');\n }\n } else {\n $(\".eaelec-modal-header\").removeClass('eaelec-img-header').css('background-image', 'none');\n $(\".eaelec-modal-content\").removeClass('eaelec-bg-img').css('background-image', 'none');\n $(\".eaelec-modal-body\").removeClass('eaelec-img-inside eaelec-bg-img').css('background-image', 'none');\n $(\".eaelec-modal-overlay\").remove();\n }\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 // Handle location display\n var locationSelector = $(\".eaelec-event-location\");\n if (locationDisplay === 'yes' && event.extendedProps.location && event.extendedProps.location.trim() !== '') {\n locationSelector.html('<i class=\"eicon-map-pin\"></i> ' + DOMPurify.sanitize(event.extendedProps.location)).show();\n } else {\n locationSelector.hide();\n }\n if ($(\".eael-event-calendar-cls\", $scope).data('hidedetailslink') !== 'yes') {\n modalFooterLink.attr(\"href\", event.url).css(\"display\", \"block\");\n } else {\n modalFooterLink.css(\"display\", \"none\");\n }\n if (event.extendedProps.external === \"on\") {\n modalFooterLink.attr(\"target\", \"_blank\");\n }\n if (event.extendedProps.nofollow === \"on\") {\n modalFooterLink.attr(\"rel\", \"nofollow\");\n }\n if (event.extendedProps.custom_attributes != '') {\n $.each(event.extendedProps.custom_attributes, function (index, item) {\n modalFooterLink.attr(item.key, item.value);\n });\n }\n\n // Popup color\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n\n // Popup color\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n $.each(modalFooterLink[0].attributes, function () {\n var name = this.name.toLowerCase();\n if (name.startsWith('on')) {\n modalFooterLink.removeAttr(this.name);\n } else if (name === 'href' && this.value.trim().toLowerCase().startsWith('javascript:')) {\n modalFooterLink.attr('href', '#');\n }\n });\n });\n }\n },\n eventWillUnmount: function eventWillUnmount(arg) {}\n });\n CloseButton.on(\"click\", function (event) {\n event.stopPropagation();\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n refreshPopUpDetailsLink();\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eaelec-modal-content\")) return;\n if (ecModal.hasClass(\"eael-ec-popup-ready\")) {\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n refreshPopUpDetailsLink();\n }\n });\n calendar.render();\n\n // Search filtering logic\n var searchInput = $scope.find('.eael-event-calendar-search-input');\n var suggestionsContainer = $scope.find('.eael-event-calendar-search-suggestions');\n if (searchInput.length > 0) {\n searchInput.on('keyup input search', function () {\n var searchTerm = $(this).val().toLowerCase();\n var filteredEvents = getFilteredEvents(searchTerm);\n\n // Suggestions logic\n suggestionsContainer.empty().removeClass('active');\n if (searchTerm.length > 0) {\n if (filteredEvents.length > 0) {\n suggestionsContainer.addClass('active');\n filteredEvents.forEach(function (match) {\n var dateStr = moment(match.start).format('MMM Do, YYYY');\n var suggestionItem = $('<div class=\"suggestion-item\">' + '<div class=\"suggestion-title\">' + DOMPurify.sanitize(match.title) + '</div>' + '<div class=\"suggestion-meta\">' + (match.category ? '<span class=\"suggestion-category\">' + DOMPurify.sanitize(match.category) + '</span> | ' : '') + (match.location ? DOMPurify.sanitize(match.location) + ' | ' : '') + dateStr + '</div>' + '</div>');\n suggestionItem.on('click', function () {\n calendar.gotoDate(match.start);\n\n // Hide suggestions\n suggestionsContainer.removeClass('active');\n searchInput.val(match.title);\n\n // Proactively trigger the popup after navigation\n setTimeout(function () {\n var eventElement = $scope.find('.fc-event-title').filter(function () {\n return $(this).text() === match.title;\n }).closest('.fc-event');\n if (eventElement.length === 0) {\n eventElement = $scope.find('.fc-list-event-title').filter(function () {\n return $(this).text() === match.title;\n }).closest('.fc-list-event');\n }\n if (eventElement.length > 0) {\n eventElement.trigger('click');\n }\n }, 300);\n });\n suggestionsContainer.append(suggestionItem);\n });\n }\n } else {\n // Reset calendar to today if search is cleared\n calendar.today();\n }\n\n // Remove existing events and add filtered ones\n calendar.removeAllEvents();\n calendar.addEventSource(filteredEvents);\n });\n\n // Close suggestions when clicking elsewhere\n $(document).on('click', function (e) {\n if (!$(e.target).closest('.eael-event-calendar-search').length) {\n suggestionsContainer.removeClass('active');\n }\n });\n }\n setTimeout(function () {\n calendar.setOption('locale', locale);\n }, 100);\n var observer = new IntersectionObserver(function (entries) {\n var _iterator = _createForOfIteratorHelper(entries),\n _step;\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var entry = _step.value;\n window.dispatchEvent(new Event('resize'));\n setTimeout(function () {\n window.dispatchEvent(new Event('resize'));\n }, 200);\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n });\n observer.observe(element[0]);\n eael.hooks.addAction(\"eventCalendar.reinit\", \"ea\", function () {\n calendar.today();\n });\n } else {\n var table = $('.eael-event-calendar-table', wrapper),\n pagination = table.hasClass('ea-ec-table-paginated'),\n itemPerPage = pagination ? table.data('items-per-page') : 10,\n sortColumn = $('.eael-ec-event-date', table).index();\n $(\".eael-event-calendar-table\", wrapper).fancyTable({\n sortColumn: sortColumn >= 0 ? sortColumn : 0,\n pagination: pagination,\n perPage: itemPerPage,\n globalSearch: true,\n searchInput: $(\".ea-ec-search-wrap\", wrapper),\n paginationElement: $(\".eael-event-calendar-pagination\", wrapper)\n });\n }\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (eael.elementStatusCheck('eaelEventCalendar')) {\n return false;\n }\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-event-calendar.default\", EventCalendar);\n});\n\n//# sourceURL=webpack:///./src/js/view/event-calendar.js?"); +eval("function _createForOfIteratorHelper(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t[\"return\"] || t[\"return\"](); } finally { if (u) throw o; } } }; }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nvar EventCalendar = function EventCalendar($scope, $) {\n var Calendar = FullCalendar.Calendar;\n var element = $(\".eael-event-calendar-cls\", $scope),\n wrapper = $(\".eael-event-calendar-wrapper\", $scope),\n CloseButton = $(\".eaelec-modal-close\", $scope).eq(0),\n ecModal = $(\"#eaelecModal\", $scope),\n eventAll = element.data(\"events\"),\n firstDay = element.data(\"first_day\"),\n calendarID = element.data(\"cal_id\"),\n locale = element.data(\"locale\"),\n translate = element.data(\"translate\"),\n defaultView = element.data(\"defaultview\"),\n defaultDate = element.data(\"defaultdate\"),\n multiDaysEventDayCount = typeof element.data(\"multidays_event_day_count\") !== 'undefined' ? element.data(\"multidays_event_day_count\") : 0,\n eventLimit = element.data(\"event_limit\"),\n locationDisplay = element.data(\"location-display\"),\n popupDateFormate = element.data(\"popup_date_format\"),\n monthColumnHeaderFormat = element.data(\"monthcolumnheaderformat\"),\n weekColumnHeaderFormat = element.data(\"weekcolumnheaderformat\"),\n thumbnailPosition = element.data(\"thumbnail_position\"),\n time_format = element.data(\"time_format\") == \"yes\" ? true : false;\n if (wrapper.hasClass('layout-calendar')) {\n var refreshPopUpDetailsLink = function refreshPopUpDetailsLink() {\n var modalFooter = $(\".eaelec-modal-footer\"),\n modalFooterClass = modalFooter.find('a').attr('class'),\n modalFooterText = $(\".eael-event-calendar-cls\", $scope).attr('data-detailsButtonText');\n modalFooter.html('<a class=\"' + modalFooterClass + '\">' + DOMPurify.sanitize(modalFooterText) + '</a>');\n };\n var getFilteredEvents = function getFilteredEvents(searchTerm) {\n return eventAll.filter(function (event) {\n var title = (event.title || '').toLowerCase();\n var location = (event.location || '').toLowerCase();\n var category = (event.category || '').toLowerCase();\n return title.indexOf(searchTerm) > -1 || location.indexOf(searchTerm) > -1 || category.indexOf(searchTerm) > -1;\n });\n };\n var calendar = new Calendar($scope[0].querySelector(\".eael-event-calendar-cls\"), {\n views: {\n month: {\n // will produce something like \"Tuesday, September 18, 2018\"\n dayHeaderContent: function dayHeaderContent(args) {\n if (args.view.type === 'dayGridMonth' && monthColumnHeaderFormat) {\n return moment(args.date).format(monthColumnHeaderFormat);\n }\n }\n },\n week: {\n dayHeaderContent: function dayHeaderContent(args) {\n if (weekColumnHeaderFormat) {\n return moment(args.date).format(weekColumnHeaderFormat);\n }\n }\n }\n },\n editable: false,\n selectable: 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 headerToolbar: {\n start: \"prev,next today\",\n center: \"title\",\n end: \"timeGridDay,timeGridWeek,dayGridMonth,listMonth\"\n },\n events: eventAll,\n locale: locale,\n dayMaxEventRows: typeof eventLimit !== \"undefined\" && eventLimit > 0 ? parseInt(eventLimit) : 3,\n initialView: defaultView,\n initialDate: defaultDate,\n eventClassNames: function eventClassNames(info) {},\n eventContent: function eventContent(info) {},\n eventDidMount: function eventDidMount(info) {\n var element = $(info.el),\n event = info.event;\n moment.locale(locale);\n if (multiDaysEventDayCount && event.endStr > event.startStr) {\n var _$$prevAll;\n var startDate = typeof event.startStr !== 'undefined' ? new Date(event.startStr) : '';\n var endDate = typeof event.endStr !== 'undefined' ? new Date(event.endStr) : '';\n var oneDay = 24 * 60 * 60 * 1000;\n var totalDays = (endDate - startDate) / oneDay;\n var currentCellDate = (_$$prevAll = $(element).prevAll('tr.fc-list-day:first')) === null || _$$prevAll === void 0 ? void 0 : _$$prevAll.data('date');\n currentCellDate = typeof currentCellDate !== 'undefined' ? new Date(currentCellDate) : '';\n var eventDayCount = startDate && currentCellDate ? Math.ceil((currentCellDate - startDate) / oneDay) + 1 : '';\n var eventTitle = \"\".concat(event.title, \" (Day \").concat(eventDayCount, \"/\").concat(totalDays, \" )\");\n element.find(\".fc-list-event-title a\").text(eventTitle);\n }\n\n // when event is finished event text are cross\n if (element.hasClass(\"fc-event-past\")) {\n element.find(\".fc-event-title\").addClass(\"eael-event-completed\");\n }\n translate.today = info.event._context.dateEnv.locale.options.buttonText.today;\n element.attr(\"style\", \"color:\" + event.textColor + \";background:\" + event.backgroundColor + \";\");\n element.find(\".fc-list-event-dot\").attr(\"style\", \"border-color:\" + event.backgroundColor + \";\");\n element.find(\".fc-daygrid-event-dot\").remove();\n if (event._def.extendedProps.is_redirect === 'yes') {\n element.attr(\"href\", event.url);\n if (event._def.extendedProps.external === \"on\") {\n element.attr(\"target\", \"_blank\");\n }\n if (event._def.extendedProps.nofollow === \"on\") {\n element.attr(\"rel\", \"nofollow\");\n }\n if (event._def.extendedProps.custom_attributes !== '') {\n $.each(event._def.extendedProps.custom_attributes, function (index, item) {\n element.attr(item.key, item.value);\n });\n }\n if (element.hasClass('fc-list-item')) {\n element.removeAttr(\"href target rel\");\n element.removeClass(\"fc-has-url\");\n element.css('cursor', 'default');\n }\n $.each(element[0].attributes, function () {\n var name = this.name.toLowerCase();\n // Remove all on* event handlers\n if (name.startsWith('on')) {\n element.removeAttr(this.name);\n }\n // Sanitize href starting with javascript:\n else if (name === 'href' && this.value.trim().toLowerCase().startsWith('javascript:')) {\n element.attr('href', '#');\n }\n });\n } else {\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 modalFooterLink = $(\".eaelec-modal-footer a\");\n if (event.allDay) {\n var newEnd = moment(endDate).subtract(1, \"days\");\n endDate = newEnd._d;\n timeFormate = \" \";\n }\n moment.locale(locale);\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 if (event.allDay && moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n startView = moment(startDate).format(\"MMM Do\");\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 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 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(popupDateFormate + \" \" + timeFormate);\n }\n startView = yearDiff ? startYear + \" \" + startView : startView;\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 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 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 if (moment(endDate).diff(moment(startDate), \"days\") > 0 && endSelector.text().trim().length < 1) {\n endView = moment(endDate).format(popupDateFormate + \" \" + timeFormate);\n }\n if (moment(startDate).format(\"MM-DD-YYYY\") === moment(endDate).format(\"MM-DD-YYYY\")) {\n endView = moment(endDate).format(timeFormate);\n }\n endView = yearDiff ? endYear + \" \" + endView : endView;\n }\n if (event.extendedProps.hideEndDate !== undefined && event.extendedProps.hideEndDate === \"yes\") {\n endSelector.html(\" \");\n } else {\n endSelector.html(endView != \"\" ? \"- \" + endView : \"\");\n }\n startSelector.html('<i class=\"eicon-calendar\"></i> ' + startView);\n $(\".eaelec-modal-header h2\").html(DOMPurify.sanitize(event.title));\n $(\".eaelec-modal-body\").html(DOMPurify.sanitize(event.extendedProps.description));\n if (thumbnailPosition) {\n if (event.extendedProps.imageUrl) {\n if (thumbnailPosition === 'header') {\n $(\".eaelec-modal-header\").addClass('eaelec-img-header').css('background-image', 'url(' + event.extendedProps.imageUrl + ')');\n } else if (thumbnailPosition === 'background') {\n $(\".eaelec-modal-overlay\").remove();\n $(\".eaelec-modal-content\").append('<div class=\"eaelec-modal-overlay\"></div>').addClass('eaelec-bg-img').css('background-image', 'url(' + event.extendedProps.imageUrl + ')');\n } else if (thumbnailPosition === 'body-bg') {\n $(\".eaelec-modal-overlay\").remove();\n var _bodyContent = $(\".eaelec-modal-body\").html();\n $(\".eaelec-modal-body\").addClass('eaelec-bg-img').css('background-image', 'url(' + event.extendedProps.imageUrl + ')').html('<div class=\"eaelec-modal-body-content\">' + _bodyContent + '</div><div class=\"eaelec-modal-overlay\"></div>');\n } else if (thumbnailPosition === 'body-left') {\n var bodyContent = '<div class=\"eaelec-modal-body-content\">' + $(\".eaelec-modal-body\").html() + '</div>';\n var $img = $('<img>').addClass('eaelec-modal-body-img').attr('src', event.extendedProps.imageUrl).attr('alt', event.title);\n $(\".eaelec-modal-body\").addClass('eaelec-img-inside').html('').append($img).append(bodyContent);\n } else if (thumbnailPosition === 'body-right') {\n var bodyContent = '<div class=\"eaelec-modal-body-content\">' + $(\".eaelec-modal-body\").html() + '</div>';\n var $img = $('<img>').addClass('eaelec-modal-body-img').attr('src', event.extendedProps.imageUrl).attr('alt', event.title);\n $(\".eaelec-modal-body\").addClass('eaelec-img-inside').html('').append(bodyContent).append($img);\n }\n } else {\n $(\".eaelec-modal-header\").removeClass('eaelec-img-header').css('background-image', 'none');\n $(\".eaelec-modal-content\").removeClass('eaelec-bg-img').css('background-image', 'none');\n $(\".eaelec-modal-body\").removeClass('eaelec-img-inside eaelec-bg-img').css('background-image', 'none');\n $(\".eaelec-modal-overlay\").remove();\n }\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 // Handle location display\n var locationSelector = $(\".eaelec-event-location\");\n if (locationDisplay === 'yes' && event.extendedProps.location && event.extendedProps.location.trim() !== '') {\n locationSelector.html('<i class=\"eicon-map-pin\"></i> ' + DOMPurify.sanitize(event.extendedProps.location)).show();\n } else {\n locationSelector.hide();\n }\n if ($(\".eael-event-calendar-cls\", $scope).data('hidedetailslink') !== 'yes') {\n modalFooterLink.attr(\"href\", event.url).css(\"display\", \"block\");\n } else {\n modalFooterLink.css(\"display\", \"none\");\n }\n if (event.extendedProps.external === \"on\") {\n modalFooterLink.attr(\"target\", \"_blank\");\n }\n if (event.extendedProps.nofollow === \"on\") {\n modalFooterLink.attr(\"rel\", \"nofollow\");\n }\n if (event.extendedProps.custom_attributes != '') {\n $.each(event.extendedProps.custom_attributes, function (index, item) {\n modalFooterLink.attr(item.key, item.value);\n });\n }\n\n // Popup color\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n\n // Popup color\n $(\".eaelec-modal-header\").css(\"border-left\", \"5px solid \" + event.borderColor);\n $.each(modalFooterLink[0].attributes, function () {\n var name = this.name.toLowerCase();\n if (name.startsWith('on')) {\n modalFooterLink.removeAttr(this.name);\n } else if (name === 'href' && this.value.trim().toLowerCase().startsWith('javascript:')) {\n modalFooterLink.attr('href', '#');\n }\n });\n });\n }\n },\n eventWillUnmount: function eventWillUnmount(arg) {}\n });\n CloseButton.on(\"click\", function (event) {\n event.stopPropagation();\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n refreshPopUpDetailsLink();\n });\n $(document).on(\"click\", function (event) {\n if (event.target.closest(\".eaelec-modal-content\")) return;\n if (ecModal.hasClass(\"eael-ec-popup-ready\")) {\n ecModal.addClass(\"eael-ec-modal-removing\").removeClass(\"eael-ec-popup-ready\");\n refreshPopUpDetailsLink();\n }\n });\n calendar.render();\n\n // Search filtering logic\n var searchInput = $scope.find('.eael-event-calendar-search-input');\n var suggestionsContainer = $scope.find('.eael-event-calendar-search-suggestions');\n if (searchInput.length > 0) {\n searchInput.on('keyup input search', function () {\n var searchTerm = $(this).val().toLowerCase();\n var filteredEvents = getFilteredEvents(searchTerm);\n\n // Suggestions logic\n suggestionsContainer.empty().removeClass('active');\n if (searchTerm.length > 0) {\n if (filteredEvents.length > 0) {\n suggestionsContainer.addClass('active');\n filteredEvents.forEach(function (match) {\n var dateStr = moment(match.start).format('MMM Do, YYYY');\n var suggestionItem = $('<div class=\"suggestion-item\">' + '<div class=\"suggestion-title\">' + DOMPurify.sanitize(match.title) + '</div>' + '<div class=\"suggestion-meta\">' + (match.category ? '<span class=\"suggestion-category\">' + DOMPurify.sanitize(match.category) + '</span> | ' : '') + (match.location ? DOMPurify.sanitize(match.location) + ' | ' : '') + dateStr + '</div>' + '</div>');\n suggestionItem.on('click', function () {\n calendar.gotoDate(match.start);\n\n // Hide suggestions\n suggestionsContainer.removeClass('active');\n searchInput.val(match.title);\n\n // Proactively trigger the popup after navigation\n setTimeout(function () {\n var eventElement = $scope.find('.fc-event-title').filter(function () {\n return $(this).text() === match.title;\n }).closest('.fc-event');\n if (eventElement.length === 0) {\n eventElement = $scope.find('.fc-list-event-title').filter(function () {\n return $(this).text() === match.title;\n }).closest('.fc-list-event');\n }\n if (eventElement.length > 0) {\n eventElement.trigger('click');\n }\n }, 300);\n });\n suggestionsContainer.append(suggestionItem);\n });\n }\n } else {\n // Reset calendar to today if search is cleared\n calendar.today();\n }\n\n // Remove existing events and add filtered ones\n calendar.removeAllEvents();\n calendar.addEventSource(filteredEvents);\n });\n\n // Close suggestions when clicking elsewhere\n $(document).on('click', function (e) {\n if (!$(e.target).closest('.eael-event-calendar-search').length) {\n suggestionsContainer.removeClass('active');\n }\n });\n }\n setTimeout(function () {\n calendar.setOption('locale', locale);\n }, 100);\n var observer = new IntersectionObserver(function (entries) {\n var _iterator = _createForOfIteratorHelper(entries),\n _step;\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var entry = _step.value;\n window.dispatchEvent(new Event('resize'));\n setTimeout(function () {\n window.dispatchEvent(new Event('resize'));\n }, 200);\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n });\n observer.observe(element[0]);\n eael.hooks.addAction(\"eventCalendar.reinit\", \"ea\", function () {\n calendar.today();\n });\n } else {\n var table = $('.eael-event-calendar-table', wrapper),\n pagination = table.hasClass('ea-ec-table-paginated'),\n itemPerPage = pagination ? table.data('items-per-page') : 10,\n sortColumn = $('.eael-ec-event-date', table).index();\n $(\".eael-event-calendar-table\", wrapper).fancyTable({\n sortColumn: sortColumn >= 0 ? sortColumn : 0,\n pagination: pagination,\n perPage: itemPerPage,\n globalSearch: true,\n searchInput: $(\".eael-event-calendar-table-search\", wrapper),\n paginationElement: $(\".eael-event-calendar-pagination\", wrapper)\n });\n }\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (eael.elementStatusCheck('eaelEventCalendar')) {\n return false;\n }\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-event-calendar.default\", EventCalendar);\n});\n\n//# sourceURL=webpack:///./src/js/view/event-calendar.js?"); /***/ }) @@ -1 +1 @@ -!function(e){var t={};function a(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,o){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(a.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(o,n,function(t){return e[t]}.bind(null,n));return o},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=11)}({11:function(e,t){function a(e,t){var a="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!a){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return o(e,t);var a={}.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?o(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0,r=function(){};return{s:r,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var l,d=!0,i=!1;return{s:function(){a=a.call(e)},n:function(){var e=a.next();return d=e.done,e},e:function(e){i=!0,l=e},f:function(){try{d||null==a.return||a.return()}finally{if(i)throw l}}}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,o=Array(t);a<t;a++)o[a]=e[a];return o}var n=function(e,t){var o=FullCalendar.Calendar,n=t(".eael-event-calendar-cls",e),r=t(".eael-event-calendar-wrapper",e),l=t(".eaelec-modal-close",e).eq(0),d=t("#eaelecModal",e),i=n.data("events"),s=n.data("first_day"),c=(n.data("cal_id"),n.data("locale")),m=n.data("translate"),f=n.data("defaultview"),u=n.data("defaultdate"),v=void 0!==n.data("multidays_event_day_count")?n.data("multidays_event_day_count"):0,y=n.data("event_limit"),h=n.data("location-display"),p=n.data("popup_date_format"),g=n.data("monthcolumnheaderformat"),Y=n.data("weekcolumnheaderformat"),b=n.data("thumbnail_position"),D="yes"==n.data("time_format");if(r.hasClass("layout-calendar")){var M=function(){var a=t(".eaelec-modal-footer"),o=a.find("a").attr("class"),n=t(".eael-event-calendar-cls",e).attr("data-detailsButtonText");a.html('<a class="'+o+'">'+DOMPurify.sanitize(n)+"</a>")},w=new o(e[0].querySelector(".eael-event-calendar-cls"),{views:{month:{dayHeaderContent:function(e){if("dayGridMonth"===e.view.type&&g)return moment(e.date).format(g)}},week:{dayHeaderContent:function(e){if(Y)return moment(e.date).format(Y)}}},editable:!1,selectable:!1,firstDay:s,eventTimeFormat:{hour:"2-digit",minute:"2-digit",hour12:!D},nextDayThreshold:"00:00:00",headerToolbar:{start:"prev,next today",center:"title",end:"timeGridDay,timeGridWeek,dayGridMonth,listMonth"},events:i,locale:c,dayMaxEventRows:void 0!==y&&y>0?parseInt(y):3,initialView:f,initialDate:u,eventClassNames:function(e){},eventContent:function(e){},eventDidMount:function(a){var o=t(a.el),n=a.event;if(moment.locale(c),v&&n.endStr>n.startStr){var r,l=void 0!==n.startStr?new Date(n.startStr):"",i=((void 0!==n.endStr?new Date(n.endStr):"")-l)/864e5,s=null===(r=t(o).prevAll("tr.fc-list-day:first"))||void 0===r?void 0:r.data("date");s=void 0!==s?new Date(s):"";var f=l&&s?Math.ceil((s-l)/864e5)+1:"",u="".concat(n.title," (Day ").concat(f,"/").concat(i," )");o.find(".fc-list-event-title a").text(u)}o.hasClass("fc-event-past")&&o.find(".fc-event-title").addClass("eael-event-completed"),m.today=a.event._context.dateEnv.locale.options.buttonText.today,o.attr("style","color:"+n.textColor+";background:"+n.backgroundColor+";"),o.find(".fc-list-event-dot").attr("style","border-color:"+n.backgroundColor+";"),o.find(".fc-daygrid-event-dot").remove(),"yes"===n._def.extendedProps.is_redirect?(o.attr("href",n.url),"on"===n._def.extendedProps.external&&o.attr("target","_blank"),"on"===n._def.extendedProps.nofollow&&o.attr("rel","nofollow"),""!==n._def.extendedProps.custom_attributes&&t.each(n._def.extendedProps.custom_attributes,(function(e,t){o.attr(t.key,t.value)})),o.hasClass("fc-list-item")&&(o.removeAttr("href target rel"),o.removeClass("fc-has-url"),o.css("cursor","default")),t.each(o[0].attributes,(function(){var e=this.name.toLowerCase();e.startsWith("on")?o.removeAttr(this.name):"href"===e&&this.value.trim().toLowerCase().startsWith("javascript:")&&o.attr("href","#")}))):(o.attr("href","javascript:void(0);"),o.click((function(a){a.preventDefault(),a.stopPropagation();var o=n.start,r=D?"H:mm":"h:mm A",l=n.end,i=t("span.eaelec-event-date-start"),s=t("span.eaelec-event-date-end"),f=t(".eaelec-modal-footer a");n.allDay&&(l=moment(l).subtract(1,"days")._d,r=" ");moment.locale(c);var u=moment(o).format("YYYY"),v=moment(l).format("YYYY"),y=v>u,g="",Y="";if(i.html(" "),s.html(" "),d.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),n.allDay&&moment(o).format("MM-DD-YYYY")===moment(l).format("MM-DD-YYYY")?(g=moment(o).format("MMM Do"),!0===moment(o).isSame(Date.now(),"day")?g=m.today:moment(o).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(g=m.tomorrow)):(!0===moment(n.start).isSame(Date.now(),"day")&&(g=m.today+" "+moment(n.start).format(r)),moment(o).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(g=m.tomorrow+" "+moment(n.start).format(r)),(moment(o).format("MM-DD-YYYY")<moment(new Date).format("MM-DD-YYYY")||moment(o).format("MM-DD-YYYY")>moment(new Date).add(1,"days").format("MM-DD-YYYY"))&&(g=moment(n.start).format(p+" "+r)),g=y?u+" "+g:g,!0===moment(l).isSame(Date.now(),"day")&&(Y=!0!==moment(o).isSame(Date.now(),"day")?m.today+" "+moment(l).format(r):moment(l).format(r)),moment(o).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(l).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(Y=m.tomorrow+" "+moment(l).format(r)),moment(o).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(l).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(Y=moment(l).format(r)),moment(l).diff(moment(o),"days")>0&&s.text().trim().length<1&&(Y=moment(l).format(p+" "+r)),moment(o).format("MM-DD-YYYY")===moment(l).format("MM-DD-YYYY")&&(Y=moment(l).format(r)),Y=y?v+" "+Y:Y),void 0!==n.extendedProps.hideEndDate&&"yes"===n.extendedProps.hideEndDate?s.html(" "):s.html(""!=Y?"- "+Y:""),i.html('<i class="eicon-calendar"></i> '+g),t(".eaelec-modal-header h2").html(DOMPurify.sanitize(n.title)),t(".eaelec-modal-body").html(DOMPurify.sanitize(n.extendedProps.description)),b)if(n.extendedProps.imageUrl){if("header"===b)t(".eaelec-modal-header").addClass("eaelec-img-header").css("background-image","url("+n.extendedProps.imageUrl+")");else if("background"===b)t(".eaelec-modal-overlay").remove(),t(".eaelec-modal-content").append('<div class="eaelec-modal-overlay"></div>').addClass("eaelec-bg-img").css("background-image","url("+n.extendedProps.imageUrl+")");else if("body-bg"===b){t(".eaelec-modal-overlay").remove();var M=t(".eaelec-modal-body").html();t(".eaelec-modal-body").addClass("eaelec-bg-img").css("background-image","url("+n.extendedProps.imageUrl+")").html('<div class="eaelec-modal-body-content">'+M+'</div><div class="eaelec-modal-overlay"></div>')}else if("body-left"===b){var w='<div class="eaelec-modal-body-content">'+t(".eaelec-modal-body").html()+"</div>";t(".eaelec-modal-body").addClass("eaelec-img-inside").html('<img class="eaelec-modal-body-img" src="'+n.extendedProps.imageUrl+'" alt="'+n.title+'">'+w)}else if("body-right"===b){w='<div class="eaelec-modal-body-content">'+t(".eaelec-modal-body").html()+"</div>";t(".eaelec-modal-body").addClass("eaelec-img-inside").html(w+'<img class="eaelec-modal-body-img" src="'+n.extendedProps.imageUrl+'" alt="'+n.title+'">')}}else t(".eaelec-modal-header").removeClass("eaelec-img-header").css("background-image","none"),t(".eaelec-modal-content").removeClass("eaelec-bg-img").css("background-image","none"),t(".eaelec-modal-body").removeClass("eaelec-img-inside eaelec-bg-img").css("background-image","none"),t(".eaelec-modal-overlay").remove();n.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px");var C=t(".eaelec-event-location");"yes"===h&&n.extendedProps.location&&""!==n.extendedProps.location.trim()?C.html('<i class="eicon-map-pin"></i> '+DOMPurify.sanitize(n.extendedProps.location)).show():C.hide(),"yes"!==t(".eael-event-calendar-cls",e).data("hidedetailslink")?f.attr("href",n.url).css("display","block"):f.css("display","none"),"on"===n.extendedProps.external&&f.attr("target","_blank"),"on"===n.extendedProps.nofollow&&f.attr("rel","nofollow"),""!=n.extendedProps.custom_attributes&&t.each(n.extendedProps.custom_attributes,(function(e,t){f.attr(t.key,t.value)})),t(".eaelec-modal-header").css("border-left","5px solid "+n.borderColor),t(".eaelec-modal-header").css("border-left","5px solid "+n.borderColor),t.each(f[0].attributes,(function(){var e=this.name.toLowerCase();e.startsWith("on")?f.removeAttr(this.name):"href"===e&&this.value.trim().toLowerCase().startsWith("javascript:")&&f.attr("href","#")}))})))},eventWillUnmount:function(e){}});l.on("click",(function(e){e.stopPropagation(),d.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready"),M()})),t(document).on("click",(function(e){e.target.closest(".eaelec-modal-content")||d.hasClass("eael-ec-popup-ready")&&(d.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready"),M())})),w.render();var C=e.find(".eael-event-calendar-search-input"),x=e.find(".eael-event-calendar-search-suggestions");C.length>0&&(C.on("keyup input search",(function(){var a=t(this).val().toLowerCase(),o=function(e){return i.filter((function(t){var a=(t.title||"").toLowerCase(),o=(t.location||"").toLowerCase(),n=(t.category||"").toLowerCase();return a.indexOf(e)>-1||o.indexOf(e)>-1||n.indexOf(e)>-1}))}(a);x.empty().removeClass("active"),a.length>0?o.length>0&&(x.addClass("active"),o.forEach((function(a){var o=moment(a.start).format("MMM Do, YYYY"),n=t('<div class="suggestion-item"><div class="suggestion-title">'+DOMPurify.sanitize(a.title)+'</div><div class="suggestion-meta">'+(a.category?'<span class="suggestion-category">'+DOMPurify.sanitize(a.category)+"</span> | ":"")+(a.location?DOMPurify.sanitize(a.location)+" | ":"")+o+"</div></div>");n.on("click",(function(){w.gotoDate(a.start),x.removeClass("active"),C.val(a.title),setTimeout((function(){var o=e.find(".fc-event-title").filter((function(){return t(this).text()===a.title})).closest(".fc-event");0===o.length&&(o=e.find(".fc-list-event-title").filter((function(){return t(this).text()===a.title})).closest(".fc-list-event")),o.length>0&&o.trigger("click")}),300)})),x.append(n)}))):w.today(),w.removeAllEvents(),w.addEventSource(o)})),t(document).on("click",(function(e){t(e.target).closest(".eael-event-calendar-search").length||x.removeClass("active")}))),setTimeout((function(){w.setOption("locale",c)}),100),new IntersectionObserver((function(e){var t,o=a(e);try{for(o.s();!(t=o.n()).done;){t.value;window.dispatchEvent(new Event("resize")),setTimeout((function(){window.dispatchEvent(new Event("resize"))}),200)}}catch(e){o.e(e)}finally{o.f()}})).observe(n[0]),eael.hooks.addAction("eventCalendar.reinit","ea",(function(){w.today()}))}else{var P=t(".eael-event-calendar-table",r),_=P.hasClass("ea-ec-table-paginated"),k=_?P.data("items-per-page"):10,S=t(".eael-ec-event-date",P).index();t(".eael-event-calendar-table",r).fancyTable({sortColumn:S>=0?S:0,pagination:_,perPage:k,globalSearch:!0,searchInput:t(".ea-ec-search-wrap",r),paginationElement:t(".eael-event-calendar-pagination",r)})}};jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("eaelEventCalendar"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",n)}))}}); \ No newline at end of file +!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=11)}({11:function(e,t){function a(e,t){var a="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!a){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return o(e,t);var a={}.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?o(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0,r=function(){};return{s:r,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var l,d=!0,i=!1;return{s:function(){a=a.call(e)},n:function(){var e=a.next();return d=e.done,e},e:function(e){i=!0,l=e},f:function(){try{d||null==a.return||a.return()}finally{if(i)throw l}}}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,o=Array(t);a<t;a++)o[a]=e[a];return o}var n=function(e,t){var o=FullCalendar.Calendar,n=t(".eael-event-calendar-cls",e),r=t(".eael-event-calendar-wrapper",e),l=t(".eaelec-modal-close",e).eq(0),d=t("#eaelecModal",e),i=n.data("events"),s=n.data("first_day"),c=(n.data("cal_id"),n.data("locale")),m=n.data("translate"),f=n.data("defaultview"),u=n.data("defaultdate"),v=void 0!==n.data("multidays_event_day_count")?n.data("multidays_event_day_count"):0,y=n.data("event_limit"),p=n.data("location-display"),h=n.data("popup_date_format"),g=n.data("monthcolumnheaderformat"),Y=n.data("weekcolumnheaderformat"),b=n.data("thumbnail_position"),D="yes"==n.data("time_format");if(r.hasClass("layout-calendar")){var M=function(){var a=t(".eaelec-modal-footer"),o=a.find("a").attr("class"),n=t(".eael-event-calendar-cls",e).attr("data-detailsButtonText");a.html('<a class="'+o+'">'+DOMPurify.sanitize(n)+"</a>")},w=new o(e[0].querySelector(".eael-event-calendar-cls"),{views:{month:{dayHeaderContent:function(e){if("dayGridMonth"===e.view.type&&g)return moment(e.date).format(g)}},week:{dayHeaderContent:function(e){if(Y)return moment(e.date).format(Y)}}},editable:!1,selectable:!1,firstDay:s,eventTimeFormat:{hour:"2-digit",minute:"2-digit",hour12:!D},nextDayThreshold:"00:00:00",headerToolbar:{start:"prev,next today",center:"title",end:"timeGridDay,timeGridWeek,dayGridMonth,listMonth"},events:i,locale:c,dayMaxEventRows:void 0!==y&&y>0?parseInt(y):3,initialView:f,initialDate:u,eventClassNames:function(e){},eventContent:function(e){},eventDidMount:function(a){var o=t(a.el),n=a.event;if(moment.locale(c),v&&n.endStr>n.startStr){var r,l=void 0!==n.startStr?new Date(n.startStr):"",i=((void 0!==n.endStr?new Date(n.endStr):"")-l)/864e5,s=null===(r=t(o).prevAll("tr.fc-list-day:first"))||void 0===r?void 0:r.data("date");s=void 0!==s?new Date(s):"";var f=l&&s?Math.ceil((s-l)/864e5)+1:"",u="".concat(n.title," (Day ").concat(f,"/").concat(i," )");o.find(".fc-list-event-title a").text(u)}o.hasClass("fc-event-past")&&o.find(".fc-event-title").addClass("eael-event-completed"),m.today=a.event._context.dateEnv.locale.options.buttonText.today,o.attr("style","color:"+n.textColor+";background:"+n.backgroundColor+";"),o.find(".fc-list-event-dot").attr("style","border-color:"+n.backgroundColor+";"),o.find(".fc-daygrid-event-dot").remove(),"yes"===n._def.extendedProps.is_redirect?(o.attr("href",n.url),"on"===n._def.extendedProps.external&&o.attr("target","_blank"),"on"===n._def.extendedProps.nofollow&&o.attr("rel","nofollow"),""!==n._def.extendedProps.custom_attributes&&t.each(n._def.extendedProps.custom_attributes,(function(e,t){o.attr(t.key,t.value)})),o.hasClass("fc-list-item")&&(o.removeAttr("href target rel"),o.removeClass("fc-has-url"),o.css("cursor","default")),t.each(o[0].attributes,(function(){var e=this.name.toLowerCase();e.startsWith("on")?o.removeAttr(this.name):"href"===e&&this.value.trim().toLowerCase().startsWith("javascript:")&&o.attr("href","#")}))):(o.attr("href","javascript:void(0);"),o.click((function(a){a.preventDefault(),a.stopPropagation();var o=n.start,r=D?"H:mm":"h:mm A",l=n.end,i=t("span.eaelec-event-date-start"),s=t("span.eaelec-event-date-end"),f=t(".eaelec-modal-footer a");n.allDay&&(l=moment(l).subtract(1,"days")._d,r=" ");moment.locale(c);var u=moment(o).format("YYYY"),v=moment(l).format("YYYY"),y=v>u,g="",Y="";if(i.html(" "),s.html(" "),d.addClass("eael-ec-popup-ready").removeClass("eael-ec-modal-removing"),n.allDay&&moment(o).format("MM-DD-YYYY")===moment(l).format("MM-DD-YYYY")?(g=moment(o).format("MMM Do"),!0===moment(o).isSame(Date.now(),"day")?g=m.today:moment(o).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(g=m.tomorrow)):(!0===moment(n.start).isSame(Date.now(),"day")&&(g=m.today+" "+moment(n.start).format(r)),moment(o).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(g=m.tomorrow+" "+moment(n.start).format(r)),(moment(o).format("MM-DD-YYYY")<moment(new Date).format("MM-DD-YYYY")||moment(o).format("MM-DD-YYYY")>moment(new Date).add(1,"days").format("MM-DD-YYYY"))&&(g=moment(n.start).format(h+" "+r)),g=y?u+" "+g:g,!0===moment(l).isSame(Date.now(),"day")&&(Y=!0!==moment(o).isSame(Date.now(),"day")?m.today+" "+moment(l).format(r):moment(l).format(r)),moment(o).format("MM-DD-YYYY")!==moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(l).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(Y=m.tomorrow+" "+moment(l).format(r)),moment(o).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&moment(l).format("MM-DD-YYYY")===moment(new Date).add(1,"days").format("MM-DD-YYYY")&&(Y=moment(l).format(r)),moment(l).diff(moment(o),"days")>0&&s.text().trim().length<1&&(Y=moment(l).format(h+" "+r)),moment(o).format("MM-DD-YYYY")===moment(l).format("MM-DD-YYYY")&&(Y=moment(l).format(r)),Y=y?v+" "+Y:Y),void 0!==n.extendedProps.hideEndDate&&"yes"===n.extendedProps.hideEndDate?s.html(" "):s.html(""!=Y?"- "+Y:""),i.html('<i class="eicon-calendar"></i> '+g),t(".eaelec-modal-header h2").html(DOMPurify.sanitize(n.title)),t(".eaelec-modal-body").html(DOMPurify.sanitize(n.extendedProps.description)),b)if(n.extendedProps.imageUrl){if("header"===b)t(".eaelec-modal-header").addClass("eaelec-img-header").css("background-image","url("+n.extendedProps.imageUrl+")");else if("background"===b)t(".eaelec-modal-overlay").remove(),t(".eaelec-modal-content").append('<div class="eaelec-modal-overlay"></div>').addClass("eaelec-bg-img").css("background-image","url("+n.extendedProps.imageUrl+")");else if("body-bg"===b){t(".eaelec-modal-overlay").remove();var M=t(".eaelec-modal-body").html();t(".eaelec-modal-body").addClass("eaelec-bg-img").css("background-image","url("+n.extendedProps.imageUrl+")").html('<div class="eaelec-modal-body-content">'+M+'</div><div class="eaelec-modal-overlay"></div>')}else if("body-left"===b){var w='<div class="eaelec-modal-body-content">'+t(".eaelec-modal-body").html()+"</div>",C=t("<img>").addClass("eaelec-modal-body-img").attr("src",n.extendedProps.imageUrl).attr("alt",n.title);t(".eaelec-modal-body").addClass("eaelec-img-inside").html("").append(C).append(w)}else if("body-right"===b){w='<div class="eaelec-modal-body-content">'+t(".eaelec-modal-body").html()+"</div>",C=t("<img>").addClass("eaelec-modal-body-img").attr("src",n.extendedProps.imageUrl).attr("alt",n.title);t(".eaelec-modal-body").addClass("eaelec-img-inside").html("").append(w).append(C)}}else t(".eaelec-modal-header").removeClass("eaelec-img-header").css("background-image","none"),t(".eaelec-modal-content").removeClass("eaelec-bg-img").css("background-image","none"),t(".eaelec-modal-body").removeClass("eaelec-img-inside eaelec-bg-img").css("background-image","none"),t(".eaelec-modal-overlay").remove();n.extendedProps.description.length<1?t(".eaelec-modal-body").css("height","auto"):t(".eaelec-modal-body").css("height","300px");var x=t(".eaelec-event-location");"yes"===p&&n.extendedProps.location&&""!==n.extendedProps.location.trim()?x.html('<i class="eicon-map-pin"></i> '+DOMPurify.sanitize(n.extendedProps.location)).show():x.hide(),"yes"!==t(".eael-event-calendar-cls",e).data("hidedetailslink")?f.attr("href",n.url).css("display","block"):f.css("display","none"),"on"===n.extendedProps.external&&f.attr("target","_blank"),"on"===n.extendedProps.nofollow&&f.attr("rel","nofollow"),""!=n.extendedProps.custom_attributes&&t.each(n.extendedProps.custom_attributes,(function(e,t){f.attr(t.key,t.value)})),t(".eaelec-modal-header").css("border-left","5px solid "+n.borderColor),t(".eaelec-modal-header").css("border-left","5px solid "+n.borderColor),t.each(f[0].attributes,(function(){var e=this.name.toLowerCase();e.startsWith("on")?f.removeAttr(this.name):"href"===e&&this.value.trim().toLowerCase().startsWith("javascript:")&&f.attr("href","#")}))})))},eventWillUnmount:function(e){}});l.on("click",(function(e){e.stopPropagation(),d.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready"),M()})),t(document).on("click",(function(e){e.target.closest(".eaelec-modal-content")||d.hasClass("eael-ec-popup-ready")&&(d.addClass("eael-ec-modal-removing").removeClass("eael-ec-popup-ready"),M())})),w.render();var C=e.find(".eael-event-calendar-search-input"),x=e.find(".eael-event-calendar-search-suggestions");C.length>0&&(C.on("keyup input search",(function(){var a=t(this).val().toLowerCase(),o=function(e){return i.filter((function(t){var a=(t.title||"").toLowerCase(),o=(t.location||"").toLowerCase(),n=(t.category||"").toLowerCase();return a.indexOf(e)>-1||o.indexOf(e)>-1||n.indexOf(e)>-1}))}(a);x.empty().removeClass("active"),a.length>0?o.length>0&&(x.addClass("active"),o.forEach((function(a){var o=moment(a.start).format("MMM Do, YYYY"),n=t('<div class="suggestion-item"><div class="suggestion-title">'+DOMPurify.sanitize(a.title)+'</div><div class="suggestion-meta">'+(a.category?'<span class="suggestion-category">'+DOMPurify.sanitize(a.category)+"</span> | ":"")+(a.location?DOMPurify.sanitize(a.location)+" | ":"")+o+"</div></div>");n.on("click",(function(){w.gotoDate(a.start),x.removeClass("active"),C.val(a.title),setTimeout((function(){var o=e.find(".fc-event-title").filter((function(){return t(this).text()===a.title})).closest(".fc-event");0===o.length&&(o=e.find(".fc-list-event-title").filter((function(){return t(this).text()===a.title})).closest(".fc-list-event")),o.length>0&&o.trigger("click")}),300)})),x.append(n)}))):w.today(),w.removeAllEvents(),w.addEventSource(o)})),t(document).on("click",(function(e){t(e.target).closest(".eael-event-calendar-search").length||x.removeClass("active")}))),setTimeout((function(){w.setOption("locale",c)}),100),new IntersectionObserver((function(e){var t,o=a(e);try{for(o.s();!(t=o.n()).done;){t.value;window.dispatchEvent(new Event("resize")),setTimeout((function(){window.dispatchEvent(new Event("resize"))}),200)}}catch(e){o.e(e)}finally{o.f()}})).observe(n[0]),eael.hooks.addAction("eventCalendar.reinit","ea",(function(){w.today()}))}else{var P=t(".eael-event-calendar-table",r),_=P.hasClass("ea-ec-table-paginated"),k=_?P.data("items-per-page"):10,S=t(".eael-ec-event-date",P).index();t(".eael-event-calendar-table",r).fancyTable({sortColumn:S>=0?S:0,pagination:_,perPage:k,globalSearch:!0,searchInput:t(".eael-event-calendar-table-search",r),paginationElement:t(".eael-event-calendar-pagination",r)})}};jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("eaelEventCalendar"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/eael-event-calendar.default",n)}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=115)}({115: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,a){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,l=e[t];if(o(n)&&r(i))if("function"==typeof a)if("number"==typeof s){var c={callback:a,priority:s,namespace:i};if(l[n]){var u,d=l[n].handlers;for(u=d.length;u>0&&!(s>=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,a,s)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var a=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,a){var s=e[t];if(o(i)&&(n||r(a))){if(!s[i])return 0;var l=0;if(n)l=s[i].handlers.length,s[i]={runs:s[i].runs,handlers:[]};else for(var c=s[i].handlers,u=function(e){c[e].namespace===a&&(c.splice(e,1),l++,s.__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,a),l}}};var s=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 a=arguments.length,s=new Array(a>1?a-1:0),l=1;l<a;l++)s[l-1]=arguments[l];if(!i||!i.length)return n?s[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,s);n&&(s[0]=d),c.currentIndex++}return o.__current.pop(),n?s[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}},f=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=a(this,"actions"),this.removeFilter=a(this,"filters"),this.hasAction=s(this,"actions"),this.hasFilter=s(this,"filters"),this.removeAllActions=a(this,"actions",!0),this.removeAllFilters=a(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 h=function(){return new f},p=h();p.addAction,p.addFilter,p.removeAction,p.removeFilter,p.hasAction,p.hasFilter,p.removeAllActions,p.removeAllFilters,p.doAction,p.applyFilters,p.currentAction,p.currentFilter,p.doingAction,p.doingFilter,p.didAction,p.didFilter,p.actions,p.filters;function v(e){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=v(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=v(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==v(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}window.isEditMode=!1,window.eael=window.ea={hooks:h(),isEditMode:!1,elementStatusCheck:function(e){return!(!window.eaElementList||!(e in window.eaElementList))||(window.eaElementList=y(y({},window.eaElementList),{},g({},e,!0)),!1)},debounce:function(e,t){var n;return function(){var r=this,o=arguments;clearTimeout(n),n=setTimeout((function(){e.apply(r,o)}),t)}}},eael.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),a=jQuery(".eael-event-calendar-cls",e),s=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"),a.length&&eael.hooks.doAction("eventCalendar.reinit"),s.length&&eael.hooks.doAction("testimonialSlider.reinit"),l.length&&eael.hooks.doAction("teamMemberCarousel.reinit"),c.length&&eael.hooks.doAction("postCarousel.reinit"),u.length&&eael.hooks.doAction("logoCarousel.reinit"),d.length&&eael.hooks.doAction("twitterCarousel.reinit")}));var w,b=function(e){void 0===window.eaelPreventResizeOnClick&&window.dispatchEvent(new Event("resize")),(e="object"===v(e)?e:jQuery(e)).find(".swiper-wrapper").each((function(){var e=jQuery(this).css("transform");jQuery(this).css("transform",e)}))};eael.hooks.addAction("ea-advanced-tabs-triggered","ea",b),eael.hooks.addAction("ea-advanced-accordion-triggered","ea",b),jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.eael.isEditMode=elementorFrontend.isEditMode(),eael.hooks.doAction("init"),eael.isEditMode&&eael.hooks.doAction("editMode.init")})),function(e){eael.getToken=function(){localize.nonce&&!eael.noncegenerated&&e.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_get_token"},success:function(e){e.success&&(localize.nonce=e.data.nonce,eael.noncegenerated=!0)}})},eael.sanitizeURL=function(e){if(e.startsWith("/")||e.startsWith("#"))return e;try{var t=new URL(e);if(!["http:","https:","ftp:","ftps:","mailto:","news:","irc:","irc6:","ircs:","gopher:","nntp:","feed:","telnet:","mms:","rtsp:","sms:","svn:","tel:","fax:","xmpp:","webcal:","urn:"].includes(t.protocol))throw new Error("Invalid protocol");return t.toString()}catch(e){return console.error("Error sanitizing URL:",e.message),"#"}};var t=!0;window.addEventListener("hashchange",(function(){if(t){var n=window.location.hash.substr(1);"undefined"!==(n="safari"===n?"eael-safari":n)&&n&&/^[A-Za-z][-A-Za-z0-9_:.]*$/.test(n)&&e("#"+n).trigger("click")}})),e("a").on("click",(function(n){var r,o=e(this).attr("href");(r=(o=void 0===o?"":o).startsWith("#"))||(r=(o=o.replace(localize.page_permalink,"")).startsWith("#")),r&&(t=!1,setTimeout((function(){t=!0}),100));try{if(o.startsWith("#!")){var i=o.replace("#!","#");e(i).trigger("click")}else if(r&&(e(o).hasClass("eael-tab-item-trigger")||e(o).hasClass("eael-accordion-header"))&&(e(o).trigger("click"),void 0!==o&&o)){var a=e(o).closest(".eael-advance-tabs");if(a.length>0){var s=a.data("custom-id-offset");s=s?parseFloat(s):0,e("html, body").animate({scrollTop:e(o).offset().top-s},300)}}}catch(e){}})),e(document).on("click",".e-n-tab-title",(function(){setTimeout((function(){window.dispatchEvent(new Event("resize"))}),100)}))}(jQuery),(w=jQuery)(document).on("click",".theme-savoy .eael-product-popup .nm-qty-minus, .theme-savoy .eael-product-popup .nm-qty-plus",(function(e){var t=w(this),n=t.closest(".quantity").find(".qty"),r=parseFloat(n.val()),o=parseFloat(n.attr("max")),i=parseFloat(n.attr("min")),a=n.attr("step");r&&""!==r&&"NaN"!==r||(r=0),""!==o&&"NaN"!==o||(o=""),""!==i&&"NaN"!==i||(i=0),"any"!==a&&""!==a&&void 0!==a&&"NaN"!==parseFloat(a)||(a=1),t.hasClass("nm-qty-plus")?o&&(o==r||r>o)?n.val(o):n.val(r+parseFloat(a)):i&&(i==r||r<i)?n.val(i):r>0&&n.val(r-parseFloat(a))})),function(e){e.fn.isInViewport=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:2;if(e(this).length<1)return!1;var n=e(this).offset().top,r=n+e(this).outerHeight()/t,o=e(window).scrollTop(),i=o+e(window).height()/t;return r>o&&n<i},e(document).ready((function(){var e=new URLSearchParams(location.search);if(e.has("popup-selector")&&(e.has("eael-lostpassword")||e.has("eael-resetpassword"))){var t=e.get("popup-selector");t.length&&/^[A-Za-z.#][A-Za-z0-9_:.#\s-]*$/.test(t)&&(t=t.replace(/_/g," "),setTimeout((function(){jQuery(t).trigger("click")}),300))}})),e(document).on("click",".eael-onpage-edit-template",(function(){var t=e(this),n=t.data("eael-template-id"),r=t.data("page-id"),o=t.data("mode");"edit"===o?(parent.window.$e.internal("panel/state-loading"),parent.window.$e.run("editor/documents/switch",{id:parseInt(n)}).then((function(){t.data("mode","save"),t.find("span").text("Save & Back"),t.find("i").addClass("eicon-arrow-left").removeClass("eicon-edit"),t.closest(".eael-onpage-edit-template-wrapper").addClass("eael-onpage-edit-activate").parent().addClass("eael-widget-otea-active"),parent.window.$e.internal("panel/state-ready")}))):"save"===o&&(parent.window.$e.internal("panel/state-loading"),parent.window.$e.run("editor/documents/switch",{id:parseInt(r),mode:"save",shouldScroll:!1}).then((function(){parent.window.$e.internal("panel/state-ready"),t.data("mode","edit")})))}))}(jQuery)}}); \ No newline at end of file +!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=116)}({116: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,a){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,l=e[t];if(o(n)&&r(i))if("function"==typeof a)if("number"==typeof s){var c={callback:a,priority:s,namespace:i};if(l[n]){var u,d=l[n].handlers;for(u=d.length;u>0&&!(s>=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,a,s)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var a=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,a){var s=e[t];if(o(i)&&(n||r(a))){if(!s[i])return 0;var l=0;if(n)l=s[i].handlers.length,s[i]={runs:s[i].runs,handlers:[]};else for(var c=s[i].handlers,u=function(e){c[e].namespace===a&&(c.splice(e,1),l++,s.__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,a),l}}};var s=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 a=arguments.length,s=new Array(a>1?a-1:0),l=1;l<a;l++)s[l-1]=arguments[l];if(!i||!i.length)return n?s[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,s);n&&(s[0]=d),c.currentIndex++}return o.__current.pop(),n?s[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}},f=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=a(this,"actions"),this.removeFilter=a(this,"filters"),this.hasAction=s(this,"actions"),this.hasFilter=s(this,"filters"),this.removeAllActions=a(this,"actions",!0),this.removeAllFilters=a(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 h=function(){return new f},p=h();p.addAction,p.addFilter,p.removeAction,p.removeFilter,p.hasAction,p.hasFilter,p.removeAllActions,p.removeAllFilters,p.doAction,p.applyFilters,p.currentAction,p.currentFilter,p.doingAction,p.doingFilter,p.didAction,p.didFilter,p.actions,p.filters;function v(e){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=v(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=v(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==v(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}window.isEditMode=!1,window.eael=window.ea={hooks:h(),isEditMode:!1,elementStatusCheck:function(e){return!(!window.eaElementList||!(e in window.eaElementList))||(window.eaElementList=y(y({},window.eaElementList),{},g({},e,!0)),!1)},debounce:function(e,t){var n;return function(){var r=this,o=arguments;clearTimeout(n),n=setTimeout((function(){e.apply(r,o)}),t)}}},eael.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),a=jQuery(".eael-event-calendar-cls",e),s=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"),a.length&&eael.hooks.doAction("eventCalendar.reinit"),s.length&&eael.hooks.doAction("testimonialSlider.reinit"),l.length&&eael.hooks.doAction("teamMemberCarousel.reinit"),c.length&&eael.hooks.doAction("postCarousel.reinit"),u.length&&eael.hooks.doAction("logoCarousel.reinit"),d.length&&eael.hooks.doAction("twitterCarousel.reinit")}));var w,b=function(e){void 0===window.eaelPreventResizeOnClick&&window.dispatchEvent(new Event("resize")),(e="object"===v(e)?e:jQuery(e)).find(".swiper-wrapper").each((function(){var e=jQuery(this).css("transform");jQuery(this).css("transform",e)}))};eael.hooks.addAction("ea-advanced-tabs-triggered","ea",b),eael.hooks.addAction("ea-advanced-accordion-triggered","ea",b),jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.eael.isEditMode=elementorFrontend.isEditMode(),eael.hooks.doAction("init"),eael.isEditMode&&eael.hooks.doAction("editMode.init")})),function(e){eael.getToken=function(){localize.nonce&&!eael.noncegenerated&&e.ajax({url:localize.ajaxurl,type:"post",data:{action:"eael_get_token"},success:function(e){e.success&&(localize.nonce=e.data.nonce,eael.noncegenerated=!0)}})},eael.sanitizeURL=function(e){if(e.startsWith("/")||e.startsWith("#"))return e;try{var t=new URL(e);if(!["http:","https:","ftp:","ftps:","mailto:","news:","irc:","irc6:","ircs:","gopher:","nntp:","feed:","telnet:","mms:","rtsp:","sms:","svn:","tel:","fax:","xmpp:","webcal:","urn:"].includes(t.protocol))throw new Error("Invalid protocol");return t.toString()}catch(e){return console.error("Error sanitizing URL:",e.message),"#"}};var t=!0;window.addEventListener("hashchange",(function(){if(t){var n=window.location.hash.substr(1);"undefined"!==(n="safari"===n?"eael-safari":n)&&n&&/^[A-Za-z][-A-Za-z0-9_:.]*$/.test(n)&&e("#"+n).trigger("click")}})),e("a").on("click",(function(n){var r,o=e(this).attr("href");(r=(o=void 0===o?"":o).startsWith("#"))||(r=(o=o.replace(localize.page_permalink,"")).startsWith("#")),r&&(t=!1,setTimeout((function(){t=!0}),100));try{if(o.startsWith("#!")){var i=o.replace("#!","#");e(i).trigger("click")}else if(r&&(e(o).hasClass("eael-tab-item-trigger")||e(o).hasClass("eael-accordion-header"))&&(e(o).trigger("click"),void 0!==o&&o)){var a=e(o).closest(".eael-advance-tabs");if(a.length>0){var s=a.data("custom-id-offset");s=s?parseFloat(s):0,e("html, body").animate({scrollTop:e(o).offset().top-s},300)}}}catch(e){}})),e(document).on("click",".e-n-tab-title",(function(){setTimeout((function(){window.dispatchEvent(new Event("resize"))}),100)}))}(jQuery),(w=jQuery)(document).on("click",".theme-savoy .eael-product-popup .nm-qty-minus, .theme-savoy .eael-product-popup .nm-qty-plus",(function(e){var t=w(this),n=t.closest(".quantity").find(".qty"),r=parseFloat(n.val()),o=parseFloat(n.attr("max")),i=parseFloat(n.attr("min")),a=n.attr("step");r&&""!==r&&"NaN"!==r||(r=0),""!==o&&"NaN"!==o||(o=""),""!==i&&"NaN"!==i||(i=0),"any"!==a&&""!==a&&void 0!==a&&"NaN"!==parseFloat(a)||(a=1),t.hasClass("nm-qty-plus")?o&&(o==r||r>o)?n.val(o):n.val(r+parseFloat(a)):i&&(i==r||r<i)?n.val(i):r>0&&n.val(r-parseFloat(a))})),function(e){e.fn.isInViewport=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:2;if(e(this).length<1)return!1;var n=e(this).offset().top,r=n+e(this).outerHeight()/t,o=e(window).scrollTop(),i=o+e(window).height()/t;return r>o&&n<i},e(document).ready((function(){var e=new URLSearchParams(location.search);if(e.has("popup-selector")&&(e.has("eael-lostpassword")||e.has("eael-resetpassword"))){var t=e.get("popup-selector");t.length&&/^[A-Za-z.#][A-Za-z0-9_:.#\s-]*$/.test(t)&&(t=t.replace(/_/g," "),setTimeout((function(){jQuery(t).trigger("click")}),300))}})),e(document).on("click",".eael-onpage-edit-template",(function(){var t=e(this),n=t.data("eael-template-id"),r=t.data("page-id"),o=t.data("mode");"edit"===o?(parent.window.$e.internal("panel/state-loading"),parent.window.$e.run("editor/documents/switch",{id:parseInt(n)}).then((function(){t.data("mode","save"),t.find("span").text("Save & Back"),t.find("i").addClass("eicon-arrow-left").removeClass("eicon-edit"),t.closest(".eael-onpage-edit-template-wrapper").addClass("eael-onpage-edit-activate").parent().addClass("eael-widget-otea-active"),parent.window.$e.internal("panel/state-ready")}))):"save"===o&&(parent.window.$e.internal("panel/state-loading"),parent.window.$e.run("editor/documents/switch",{id:parseInt(r),mode:"save",shouldScroll:!1}).then((function(){parent.window.$e.internal("panel/state-ready"),t.data("mode","edit")})))}))}(jQuery)}}); \ No newline at end of file Only in /home/deploy/wp-safety.org/data/plugin-versions/essential-addons-for-elementor-lite/6.6.3/assets/front-end/js/view: woo-add-to-cart.js Only in /home/deploy/wp-safety.org/data/plugin-versions/essential-addons-for-elementor-lite/6.6.3/assets/front-end/js/view: woo-add-to-cart.min.js @@ -1 +1 @@ -!function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(a,r,function(t){return e[t]}.bind(null,r));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=36)}({36:function(e,t){var n=function(e){e="updated_wc_div"===e.type?document:e,jQuery(".eael-woo-cart-table .product-quantity div.quantity",e).prepend('<span class="eael-cart-qty-minus" data-action-type="minus">-</span>').append('<span class="eael-cart-qty-plus" data-action-type="plus">+</span>')},a=function(e,t){n(e),t(e,document).on("click","div.quantity .eael-cart-qty-minus, div.quantity .eael-cart-qty-plus",(function(){var e,n=t(this),a=n.siblings('input[type="number"]'),r=parseInt(a.val(),10),o=!((e=void 0===(e=a.attr("min"))||""===e?0:parseInt(e,10))>=0)||e<r,u=a.attr("max"),i=void 0===u||""===u||parseInt(u,10)>r;"minus"===n.data("action-type")?o&&(a.val(r-1),a.trigger("change")):i&&(a.val(r+1),a.trigger("change"))})),jQuery(".eael-woo-cart-wrapper").hasClass("eael-auto-update")&&jQuery(e,document).on("change",'.quantity input[type="number"]',ea.debounce((function(){jQuery('button[name="update_cart"]').attr("aria-disabled","false").removeAttr("disabled").click()}),300))};jQuery(document).on("updated_wc_div",n),jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("eaelWooCart"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-cart.default",a)}))}}); \ No newline at end of file +!function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(a,r,function(t){return e[t]}.bind(null,r));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=37)}({37:function(e,t){var n=function(e){e="updated_wc_div"===e.type?document:e,jQuery(".eael-woo-cart-table .product-quantity div.quantity",e).prepend('<span class="eael-cart-qty-minus" data-action-type="minus">-</span>').append('<span class="eael-cart-qty-plus" data-action-type="plus">+</span>')},a=function(e,t){n(e),t(e,document).on("click","div.quantity .eael-cart-qty-minus, div.quantity .eael-cart-qty-plus",(function(){var e,n=t(this),a=n.siblings('input[type="number"]'),r=parseInt(a.val(),10),o=!((e=void 0===(e=a.attr("min"))||""===e?0:parseInt(e,10))>=0)||e<r,u=a.attr("max"),i=void 0===u||""===u||parseInt(u,10)>r;"minus"===n.data("action-type")?o&&(a.val(r-1),a.trigger("change")):i&&(a.val(r+1),a.trigger("change"))})),jQuery(".eael-woo-cart-wrapper").hasClass("eael-auto-update")&&jQuery(e,document).on("change",'.quantity input[type="number"]',ea.debounce((function(){jQuery('button[name="update_cart"]').attr("aria-disabled","false").removeAttr("disabled").click()}),300))};jQuery(document).on("updated_wc_div",n),jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("eaelWooCart"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-cart.default",a)}))}}); \ No newline at end of file @@ -93,7 +93,7 @@ /*! no static exports found */ /***/ (function(module, exports) { -eval("var WooCheckout = function WooCheckout($scope, $) {\n $.blockUI.defaults.overlayCSS.cursor = \"default\";\n\n //We added this class in body\n document.body.classList.add(\"eael-woo-checkout\");\n function render_order_review_template() {\n var wooCheckout = $(\".ea-woo-checkout\");\n setTimeout(function () {\n $(\".ea-checkout-review-order-table\").addClass(\"processing\").block({\n message: null,\n overlayCSS: {\n background: \"#fff\",\n opacity: 0.6\n }\n });\n $.ajax({\n type: \"POST\",\n url: localize.ajaxurl,\n data: {\n action: \"woo_checkout_update_order_review\",\n security: localize.nonce,\n orderReviewData: wooCheckout.data(\"checkout\"),\n shippingData: $(\".ea-woo-checkout-order-review #shipping_method input:checked\").val(),\n post_data: $(\"form.checkout\").serialize()\n },\n success: function success(data) {\n $(\".ea-checkout-review-order-table\").replaceWith(data.order_review);\n setTimeout(function () {\n $(\".ea-checkout-review-order-table\").removeClass(\"processing\").unblock();\n }, 100000);\n }\n });\n }, 200);\n }\n $(document).on(\"click\", \".woocommerce-remove-coupon\", function (e) {\n render_order_review_template();\n });\n $(\"form.checkout_coupon\").submit(function (event) {\n render_order_review_template();\n });\n var wooCheckout = $(\".ea-woo-checkout\");\n wooCheckout.on(\"change\", 'select.shipping_method, input[name^=\"shipping_method\"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type=\"radio\"], .update_totals_on_change input[type=\"checkbox\"]', function () {\n $(document.body).trigger(\"update_checkout\");\n render_order_review_template();\n }); // eslint-disable-line max-len\n\n $(document.body).bind(\"update_checkout\", function () {\n render_order_review_template();\n });\n\n //move coupon remove message to coupon box (multi step and split layout)\n $(document.body).on(\"removed_coupon_in_checkout\", function () {\n var message = $(\".ea-woo-checkout .ms-tabs-content > .woocommerce-message,.ea-woo-checkout .split-tabs-content > .woocommerce-message\").remove();\n $(\".ea-woo-checkout .checkout_coupon.woocommerce-form-coupon\").before(message);\n });\n function eael_update_checkout() {\n var cart_item_key = $(this).attr(\"name\").replace(/cart\\[([\\w]+)\\]\\[qty\\]/g, \"$1\");\n var item_quantity = $(this).val();\n var cart_table = $(\".ea-checkout-review-order-table\", $scope);\n var currentVal = parseFloat(item_quantity);\n $this = $(this);\n cart_table.css(\"opacity\", \"0.7\");\n $(\".eael-checkout-cart-qty-input\", cart_table).attr(\"disabled\", true);\n $.ajax({\n type: \"POST\",\n url: localize.ajaxurl,\n data: {\n action: \"eael_checkout_cart_qty_update\",\n nonce: localize.nonce,\n cart_item_key: cart_item_key,\n quantity: currentVal\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"update_checkout\");\n }\n }\n });\n }\n $(document).on(\"change\", \".eael-checkout-cart-qty-input\", ea.debounce(eael_update_checkout, 300));\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-woo-checkout.default\", WooCheckout);\n});\nif (jQuery(\".ea-woo-checkout\").hasClass(\"checkout-reorder-enabled\")) {\n jQuery(document.body).on(\"country_to_state_changing\", function (event, country, wrapper) {\n var $ = jQuery,\n checkout_keys = $(\".ea-woo-checkout\").data(\"checkout_ids\"),\n field_wrapper = $(\".ea-woo-checkout .woocommerce-billing-fields__field-wrapper, .ea-woo-checkout .woocommerce-shipping-fields__field-wrapper\");\n field_wrapper.addClass(\"eael-reordering\");\n var reorder_fields = function reorder_fields(type, _wrapper) {\n var $selector = $(\".eael-\".concat(type, \"-fields .woocommerce-\").concat(type, \"-fields__field-wrapper\"));\n _wrapper = typeof _wrapper !== \"undefined\" ? _wrapper : wrapper;\n $.each(checkout_keys[type], function (field_key, form_class) {\n var $fieldHtml = _wrapper.find(\"#\".concat(field_key, \"_field\"));\n if ($fieldHtml.length === 0) {\n $fieldHtml = _wrapper.find(\"input[name='\".concat(field_key, \"']\")).closest(\"p\");\n }\n $fieldHtml.removeClass(\"form-row-first form-row-last form-row-wide\").addClass(form_class);\n $(\"#eael-wc-\".concat(type, \"-reordered-fields .eael-woo-\").concat(type, \"-fields\")).append($fieldHtml);\n });\n $selector.replaceWith($(\"#eael-wc-\".concat(type, \"-reordered-fields\")).contents());\n $(\".eael-woo-\".concat(type, \"-fields\")).toggleClass(\"eael-woo-\".concat(type, \"-fields woocommerce-\").concat(type, \"-fields__field-wrapper\"));\n $(\"#eael-wc-\".concat(type, \"-reordered-fields\")).html(\"<div class=\\\"eael-woo-\".concat(type, \"-fields\\\"></div>\"));\n };\n setTimeout(function () {\n if (wrapper.hasClass(\"eael-billing-fields\")) {\n reorder_fields(\"billing\");\n reorder_fields(\"shipping\", $(\".eael-shipping-fields\"));\n }\n if (wrapper.hasClass(\"eael-shipping-fields\")) {\n reorder_fields(\"shipping\");\n reorder_fields(\"billing\", $(\".eael-billing-fields\"));\n }\n field_wrapper.removeClass(\"eael-reordering\");\n }, 500);\n });\n}\nvar change_button_text = function change_button_text() {\n var $ = jQuery,\n button_texts = $(\".ea-woo-checkout\").data(\"button_texts\");\n setTimeout(function () {\n if (button_texts.place_order !== \"\") {\n $(\"#place_order\").text(button_texts.place_order);\n }\n }, 500);\n};\njQuery(document.body).on(\"update_checkout payment_method_selected updated_checkout\", function (event) {\n change_button_text();\n}).on(\"click\", \".woocommerce-checkout-payment li label\", function () {\n change_button_text();\n});\n\n//# sourceURL=webpack:///./src/js/view/woo-checkout.js?"); +eval("var WooCheckout = function WooCheckout($scope, $) {\n $.blockUI.defaults.overlayCSS.cursor = \"default\";\n\n //We added this class in body\n document.body.classList.add(\"eael-woo-checkout\");\n function render_order_review_template() {\n var wooCheckout = $(\".ea-woo-checkout\");\n setTimeout(function () {\n $(\".ea-checkout-review-order-table\").addClass(\"processing\").block({\n message: null,\n overlayCSS: {\n background: \"#fff\",\n opacity: 0.6\n }\n });\n $.ajax({\n type: \"POST\",\n url: localize.ajaxurl,\n data: {\n action: \"woo_checkout_update_order_review\",\n security: localize.nonce,\n orderReviewData: wooCheckout.data(\"checkout\"),\n shippingData: $(\".ea-woo-checkout-order-review #shipping_method input:checked\").val(),\n post_data: $(\"form.checkout\").serialize()\n },\n success: function success(data) {\n $(\".ea-checkout-review-order-table\").replaceWith(data.order_review);\n setTimeout(function () {\n $(\".ea-checkout-review-order-table\").removeClass(\"processing\").unblock();\n }, 100000);\n }\n });\n }, 200);\n }\n $(document).on(\"click\", \".woocommerce-remove-coupon\", function (e) {\n render_order_review_template();\n });\n $(\"form.checkout_coupon\").submit(function (event) {\n render_order_review_template();\n });\n var wooCheckout = $(\".ea-woo-checkout\");\n wooCheckout.on(\"change\", 'select.shipping_method, input[name^=\"shipping_method\"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type=\"radio\"], .update_totals_on_change input[type=\"checkbox\"]', function () {\n $(document.body).trigger(\"update_checkout\");\n render_order_review_template();\n }); // eslint-disable-line max-len\n\n $(document.body).bind(\"update_checkout\", function () {\n render_order_review_template();\n });\n\n //move coupon remove message to coupon box (multi step and split layout)\n $(document.body).on(\"removed_coupon_in_checkout\", function () {\n var message = $(\".ea-woo-checkout .ms-tabs-content > .woocommerce-message,.ea-woo-checkout .split-tabs-content > .woocommerce-message\").remove();\n $(\".ea-woo-checkout .checkout_coupon.woocommerce-form-coupon\").before(message);\n });\n function eael_update_checkout() {\n var cart_item_key = $(this).attr(\"name\").replace(/cart\\[([\\w]+)\\]\\[qty\\]/g, \"$1\");\n var item_quantity = $(this).val();\n var cart_table = $(\".ea-checkout-review-order-table\", $scope);\n var currentVal = parseFloat(item_quantity);\n $this = $(this);\n cart_table.css(\"opacity\", \"0.7\");\n $(\".eael-checkout-cart-qty-input\", cart_table).attr(\"disabled\", true);\n $.ajax({\n type: \"POST\",\n url: localize.ajaxurl,\n data: {\n action: \"eael_checkout_cart_qty_update\",\n nonce: localize.nonce,\n cart_item_key: cart_item_key,\n quantity: currentVal\n },\n success: function success(response) {\n if (response.success) {\n $(document.body).trigger(\"update_checkout\");\n }\n }\n });\n }\n $(document).on(\"change\", \".eael-checkout-cart-qty-input\", ea.debounce(eael_update_checkout, 300));\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-woo-checkout.default\", WooCheckout);\n});\nif (jQuery(\".ea-woo-checkout\").hasClass(\"checkout-reorder-enabled\")) {\n jQuery(document.body).on(\"country_to_state_changing\", function (event, country, wrapper) {\n var $ = jQuery,\n checkout_keys = $(\".ea-woo-checkout\").data(\"checkout_ids\"),\n field_wrapper = $(\".ea-woo-checkout .woocommerce-billing-fields__field-wrapper, .ea-woo-checkout .woocommerce-shipping-fields__field-wrapper\");\n field_wrapper.addClass(\"eael-reordering\");\n var reorder_fields = function reorder_fields(type, _wrapper) {\n var $selector = $(\".eael-\".concat(type, \"-fields .woocommerce-\").concat(type, \"-fields__field-wrapper\"));\n _wrapper = typeof _wrapper !== \"undefined\" ? _wrapper : wrapper;\n $.each(checkout_keys[type], function (field_key, form_class) {\n var $fieldHtml = _wrapper.find(\"#\".concat(field_key, \"_field\"));\n if ($fieldHtml.length === 0) {\n $fieldHtml = _wrapper.find(\"input[name='\".concat(field_key, \"']\")).closest(\"p\");\n }\n $fieldHtml.removeClass(\"form-row-first form-row-last form-row-wide\").addClass(form_class);\n $(\"#eael-wc-\".concat(type, \"-reordered-fields .eael-woo-\").concat(type, \"-fields\")).append($fieldHtml);\n });\n $selector.replaceWith($(\"#eael-wc-\".concat(type, \"-reordered-fields\")).contents());\n $(\".eael-woo-\".concat(type, \"-fields\")).toggleClass(\"eael-woo-\".concat(type, \"-fields woocommerce-\").concat(type, \"-fields__field-wrapper\"));\n $(\"#eael-wc-\".concat(type, \"-reordered-fields\")).html(\"<div class=\\\"eael-woo-\".concat(type, \"-fields\\\"></div>\"));\n };\n setTimeout(function () {\n if (wrapper.hasClass(\"eael-billing-fields\")) {\n reorder_fields(\"billing\");\n reorder_fields(\"shipping\", $(\".eael-shipping-fields\"));\n }\n if (wrapper.hasClass(\"eael-shipping-fields\")) {\n reorder_fields(\"shipping\");\n reorder_fields(\"billing\", $(\".eael-billing-fields\"));\n }\n field_wrapper.removeClass(\"eael-reordering\");\n }, 500);\n });\n}\nvar change_button_text = function change_button_text() {\n var $ = jQuery,\n button_texts = $(\".ea-woo-checkout\").data(\"button_texts\");\n setTimeout(function () {\n if (typeof button_texts !== 'undefined' && button_texts.place_order !== \"\") {\n $(\"#place_order\").text(button_texts.place_order);\n }\n }, 500);\n};\njQuery(document.body).on(\"update_checkout payment_method_selected updated_checkout\", function (event) {\n change_button_text();\n}).on(\"click\", \".woocommerce-checkout-payment li label\", function () {\n change_button_text();\n});\n\n//# sourceURL=webpack:///./src/js/view/woo-checkout.js?"); /***/ }) @@ -1 +1 @@ -!function(e){var o={};function t(c){if(o[c])return o[c].exports;var n=o[c]={i:c,l:!1,exports:{}};return e[c].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.m=e,t.c=o,t.d=function(e,o,c){t.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:c})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,o){if(1&o&&(e=t(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var c=Object.create(null);if(t.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var n in e)t.d(c,n,function(o){return e[o]}.bind(null,n));return c},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=37)}({37:function(e,o){var t=function(e,o){function t(){var e=o(".ea-woo-checkout");setTimeout((function(){o(".ea-checkout-review-order-table").addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),o.ajax({type:"POST",url:localize.ajaxurl,data:{action:"woo_checkout_update_order_review",security:localize.nonce,orderReviewData:e.data("checkout"),shippingData:o(".ea-woo-checkout-order-review #shipping_method input:checked").val(),post_data:o("form.checkout").serialize()},success:function(e){o(".ea-checkout-review-order-table").replaceWith(e.order_review),setTimeout((function(){o(".ea-checkout-review-order-table").removeClass("processing").unblock()}),1e5)}})}),200)}o.blockUI.defaults.overlayCSS.cursor="default",document.body.classList.add("eael-woo-checkout"),o(document).on("click",".woocommerce-remove-coupon",(function(e){t()})),o("form.checkout_coupon").submit((function(e){t()})),o(".ea-woo-checkout").on("change",'select.shipping_method, input[name^="shipping_method"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type="radio"], .update_totals_on_change input[type="checkbox"]',(function(){o(document.body).trigger("update_checkout"),t()})),o(document.body).bind("update_checkout",(function(){t()})),o(document.body).on("removed_coupon_in_checkout",(function(){var e=o(".ea-woo-checkout .ms-tabs-content > .woocommerce-message,.ea-woo-checkout .split-tabs-content > .woocommerce-message").remove();o(".ea-woo-checkout .checkout_coupon.woocommerce-form-coupon").before(e)})),o(document).on("change",".eael-checkout-cart-qty-input",ea.debounce((function(){var t=o(this).attr("name").replace(/cart\[([\w]+)\]\[qty\]/g,"$1"),c=o(this).val(),n=o(".ea-checkout-review-order-table",e),a=parseFloat(c);$this=o(this),n.css("opacity","0.7"),o(".eael-checkout-cart-qty-input",n).attr("disabled",!0),o.ajax({type:"POST",url:localize.ajaxurl,data:{action:"eael_checkout_cart_qty_update",nonce:localize.nonce,cart_item_key:t,quantity:a},success:function(e){e.success&&o(document.body).trigger("update_checkout")}})}),300))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-checkout.default",t)})),jQuery(".ea-woo-checkout").hasClass("checkout-reorder-enabled")&&jQuery(document.body).on("country_to_state_changing",(function(e,o,t){var c=jQuery,n=c(".ea-woo-checkout").data("checkout_ids"),a=c(".ea-woo-checkout .woocommerce-billing-fields__field-wrapper, .ea-woo-checkout .woocommerce-shipping-fields__field-wrapper");a.addClass("eael-reordering");var r=function(e,o){var a=c(".eael-".concat(e,"-fields .woocommerce-").concat(e,"-fields__field-wrapper"));o=void 0!==o?o:t,c.each(n[e],(function(t,n){var a=o.find("#".concat(t,"_field"));0===a.length&&(a=o.find("input[name='".concat(t,"']")).closest("p")),a.removeClass("form-row-first form-row-last form-row-wide").addClass(n),c("#eael-wc-".concat(e,"-reordered-fields .eael-woo-").concat(e,"-fields")).append(a)})),a.replaceWith(c("#eael-wc-".concat(e,"-reordered-fields")).contents()),c(".eael-woo-".concat(e,"-fields")).toggleClass("eael-woo-".concat(e,"-fields woocommerce-").concat(e,"-fields__field-wrapper")),c("#eael-wc-".concat(e,"-reordered-fields")).html('<div class="eael-woo-'.concat(e,'-fields"></div>'))};setTimeout((function(){t.hasClass("eael-billing-fields")&&(r("billing"),r("shipping",c(".eael-shipping-fields"))),t.hasClass("eael-shipping-fields")&&(r("shipping"),r("billing",c(".eael-billing-fields"))),a.removeClass("eael-reordering")}),500)}));var c=function(){var e=jQuery,o=e(".ea-woo-checkout").data("button_texts");setTimeout((function(){""!==o.place_order&&e("#place_order").text(o.place_order)}),500)};jQuery(document.body).on("update_checkout payment_method_selected updated_checkout",(function(e){c()})).on("click",".woocommerce-checkout-payment li label",(function(){c()}))}}); \ No newline at end of file +!function(e){var o={};function t(c){if(o[c])return o[c].exports;var n=o[c]={i:c,l:!1,exports:{}};return e[c].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.m=e,t.c=o,t.d=function(e,o,c){t.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:c})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,o){if(1&o&&(e=t(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var c=Object.create(null);if(t.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var n in e)t.d(c,n,function(o){return e[o]}.bind(null,n));return c},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=38)}({38:function(e,o){var t=function(e,o){function t(){var e=o(".ea-woo-checkout");setTimeout((function(){o(".ea-checkout-review-order-table").addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),o.ajax({type:"POST",url:localize.ajaxurl,data:{action:"woo_checkout_update_order_review",security:localize.nonce,orderReviewData:e.data("checkout"),shippingData:o(".ea-woo-checkout-order-review #shipping_method input:checked").val(),post_data:o("form.checkout").serialize()},success:function(e){o(".ea-checkout-review-order-table").replaceWith(e.order_review),setTimeout((function(){o(".ea-checkout-review-order-table").removeClass("processing").unblock()}),1e5)}})}),200)}o.blockUI.defaults.overlayCSS.cursor="default",document.body.classList.add("eael-woo-checkout"),o(document).on("click",".woocommerce-remove-coupon",(function(e){t()})),o("form.checkout_coupon").submit((function(e){t()})),o(".ea-woo-checkout").on("change",'select.shipping_method, input[name^="shipping_method"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type="radio"], .update_totals_on_change input[type="checkbox"]',(function(){o(document.body).trigger("update_checkout"),t()})),o(document.body).bind("update_checkout",(function(){t()})),o(document.body).on("removed_coupon_in_checkout",(function(){var e=o(".ea-woo-checkout .ms-tabs-content > .woocommerce-message,.ea-woo-checkout .split-tabs-content > .woocommerce-message").remove();o(".ea-woo-checkout .checkout_coupon.woocommerce-form-coupon").before(e)})),o(document).on("change",".eael-checkout-cart-qty-input",ea.debounce((function(){var t=o(this).attr("name").replace(/cart\[([\w]+)\]\[qty\]/g,"$1"),c=o(this).val(),n=o(".ea-checkout-review-order-table",e),a=parseFloat(c);$this=o(this),n.css("opacity","0.7"),o(".eael-checkout-cart-qty-input",n).attr("disabled",!0),o.ajax({type:"POST",url:localize.ajaxurl,data:{action:"eael_checkout_cart_qty_update",nonce:localize.nonce,cart_item_key:t,quantity:a},success:function(e){e.success&&o(document.body).trigger("update_checkout")}})}),300))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-checkout.default",t)})),jQuery(".ea-woo-checkout").hasClass("checkout-reorder-enabled")&&jQuery(document.body).on("country_to_state_changing",(function(e,o,t){var c=jQuery,n=c(".ea-woo-checkout").data("checkout_ids"),a=c(".ea-woo-checkout .woocommerce-billing-fields__field-wrapper, .ea-woo-checkout .woocommerce-shipping-fields__field-wrapper");a.addClass("eael-reordering");var r=function(e,o){var a=c(".eael-".concat(e,"-fields .woocommerce-").concat(e,"-fields__field-wrapper"));o=void 0!==o?o:t,c.each(n[e],(function(t,n){var a=o.find("#".concat(t,"_field"));0===a.length&&(a=o.find("input[name='".concat(t,"']")).closest("p")),a.removeClass("form-row-first form-row-last form-row-wide").addClass(n),c("#eael-wc-".concat(e,"-reordered-fields .eael-woo-").concat(e,"-fields")).append(a)})),a.replaceWith(c("#eael-wc-".concat(e,"-reordered-fields")).contents()),c(".eael-woo-".concat(e,"-fields")).toggleClass("eael-woo-".concat(e,"-fields woocommerce-").concat(e,"-fields__field-wrapper")),c("#eael-wc-".concat(e,"-reordered-fields")).html('<div class="eael-woo-'.concat(e,'-fields"></div>'))};setTimeout((function(){t.hasClass("eael-billing-fields")&&(r("billing"),r("shipping",c(".eael-shipping-fields"))),t.hasClass("eael-shipping-fields")&&(r("shipping"),r("billing",c(".eael-billing-fields"))),a.removeClass("eael-reordering")}),500)}));var c=function(){var e=jQuery,o=e(".ea-woo-checkout").data("button_texts");setTimeout((function(){void 0!==o&&""!==o.place_order&&e("#place_order").text(o.place_order)}),500)};jQuery(document.body).on("update_checkout payment_method_selected updated_checkout",(function(e){c()})).on("click",".woocommerce-checkout-payment li label",(function(){c()}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var a={};function o(t){if(a[t])return a[t].exports;var i=a[t]={i:t,l:!1,exports:{}};return e[t].call(i.exports,i,i.exports,o),i.l=!0,i.exports}o.m=e,o.c=a,o.d=function(e,a,t){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:t})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(o.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var i in e)o.d(t,i,function(a){return e[a]}.bind(null,i));return t},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="",o(o.s=38)}({38:function(e,a){eael.hooks.addAction("init","ea",(function(){var e=function(e,a){var o=a("body").attr("data-elementor-device-mode");o="desktop"===o?"":"-"+o;var t=e.data("margin"+o),i=e.data("items"+o);"mobile"!==o&&"mobile_extra"!==o||void 0!==i?"tablet"!==o&&"tablet_extra"!==o||void 0!==i?""===o&&void 0===i&&(i=3):i=2:i=1,e.find(".eael-marquee-wrapper:not(.no-gsap) .product").css({width:100/i+"%"}),e.find(".eael-marquee-wrapper:not(.no-gsap)").css({gap:t+"px"})},a=function(e,a){return"undefined"==typeof Swiper||"function"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):o(e,a)},o=function(e,a){return new Promise((function(o,t){o(new Swiper(e,a))}))};eael.elementStatusCheck("eaelWooProductSliderLoad")&&void 0===window.forceFullyRun||elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-carousel.default",(function(o,t){eael.hooks.doAction("quickViewAddMarkup",o,t);var i=o.find(".eael-woo-product-carousel").eq(0);if(!i.hasClass("eael-marquee-carousel")||i.hasClass("no-gsap")){var r=i.hasClass("no-gsap"),d=void 0!==i.data("pause-on-hover")&&i.data("pause-on-hover"),n=void 0!==i.data("speed")?i.data("speed"):400,s=void 0!==i.data("margin")?i.data("margin"):10,l=void 0!==i.data("margin-tablet")?i.data("margin-tablet"):10,p=void 0!==i.data("margin-mobile")?i.data("margin-mobile"):0,c=void 0!==i.data("autoplay")?i.data("autoplay"):999999,u=void 0!==i.data("pagination")?i.data("pagination"):".swiper-pagination",v=void 0!==i.data("arrow-next")?i.data("arrow-next"):".swiper-button-next",f=void 0!==i.data("arrow-prev")?i.data("arrow-prev"):".swiper-button-prev",w=void 0!==i.data("items")?i.data("items"):3,m=void 0!==i.data("items-tablet")?i.data("items-tablet"):3,b=void 0!==i.data("items-mobile")?i.data("items-mobile"):3,g=""===(g=void 0!==i.data("slide-items")?i.data("slide-items"):1)?1:g,h=void 0!==i.data("effect")?i.data("effect"):"slide",y=void 0!==i.data("loop")?i.data("loop"):0,P=void 0!==i.data("grab-cursor")?i.data("grab-cursor"):0,k="coverflow"==h,V=void 0!==i.data("depth")?i.data("depth"):100,_=void 0!==i.data("rotate")?i.data("rotate"):50,x=void 0!==i.data("stretch")?i.data("stretch"):10,S={direction:"horizontal",speed:n,effect:h,centeredSlides:k,grabCursor:P,autoHeight:!0,loop:!!r||y,autoplay:{delay:r?0:c,disableOnInteraction:!1},pagination:{el:u,clickable:!0},navigation:{nextEl:v,prevEl:f},freeMode:!1,allowTouchMove:!r,slidesPerView:w,on:{init:function(){setTimeout((function(){window.dispatchEvent(new Event("resize"))}),200)}}};if("slide"===h)if("string"==typeof localize.el_breakpoints)S.breakpoints={1024:{slidesPerView:w,spaceBetween:s,slidesPerGroup:g},768:{slidesPerView:m,spaceBetween:l,slidesPerGroup:g},320:{slidesPerView:b,spaceBetween:p,slidesPerGroup:g}};else{var q={},z={},A=0,G=localize.el_breakpoints.widescreen.is_enabled?localize.el_breakpoints.widescreen.value-1:4800;q[A]={breakpoint:0,slidesPerView:0,spaceBetween:0},A++,localize.el_breakpoints.desktop={is_enabled:!0,value:G},t.each(["mobile","mobile_extra","tablet","tablet_extra","laptop","desktop","widescreen"],(function(e,a){var o=localize.el_breakpoints[a];if(o.is_enabled){var t=i.data("items-"+a),r=i.data("slide-items-"+a),d=i.data("margin-"+a);s=void 0!==d?d:"desktop"===a?s:10,$itemsPerView=void 0!==t&&""!==t?t:"desktop"===a?w:3,$slidePerGroup=void 0!==r&&""!==r?r:"desktop"===a?g:1,"mobile"===a&&void 0===t?$itemsPerView=1:"tablet"===a&&void 0===t&&($itemsPerView=2),q[A]={breakpoint:o.value,slidesPerView:$itemsPerView,spaceBetween:s,slidePerGroup:$slidePerGroup},A++}})),t.each(q,(function(e,a){var o=parseInt(e);void 0!==q[o+1]&&(z[a.breakpoint]={slidesPerView:q[o+1].slidesPerView,spaceBetween:q[o+1].spaceBetween,slidesPerGroup:q[o+1].slidePerGroup})})),S.breakpoints=z}"coverflow"===h&&(S.coverflowEffect={rotate:_,stretch:x,depth:V,modifier:1,slideShadows:!1},S.breakpoints={1024:{slidesPerView:3},768:{slidesPerView:1},320:{slidesPerView:1}}),0===c&&(S.autoplay=!1),a(i,S).then((function(e){0===c&&e.autoplay.stop(),d&&0!==c&&(i.on("mouseenter",(function(){e.autoplay.stop()})),i.on("mouseleave",(function(){e.autoplay.start()})));var t=o.find(".eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination").eq(0);t.length>0&&a(t,{spaceBetween:20,centeredSlides:k,touchRatio:.2,slideToClickedSlide:!0,loop:y,slidesPerGroup:1,slidesPerView:3}).then((function(a){e.controller.control=a,a.controller.control=e}))})),eael.hooks.doAction("quickViewPopupViewInit",o,t),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>');var O=function(e){var o=t(e).find(".eael-woo-product-carousel");o.length&&o.each((function(){if(t(this)[0].swiper){var e=t(this)[0].swiper.params;t(this)[0].swiper.destroy(!0,!0),a(t(this)[0],e)}}))};eael.hooks.addAction("ea-lightbox-triggered","ea",O),eael.hooks.addAction("ea-toggle-triggered","ea",O),eael.hooks.addAction("ea-advanced-tabs-triggered","ea",O),eael.hooks.addAction("ea-advanced-accordion-triggered","ea",O)}else!function(a,o){var t=a.find(".eael-woo-product-carousel").eq(0),i=void 0!==t.data("pause-on-hover")&&t.data("pause-on-hover"),r=void 0!==t.data("speed")?t.data("speed"):400,d=void 0!==t.data("grab-cursor")&&t.data("grab-cursor");t.hasClass("eael-marquee-carousel")&&!t.hasClass("no-gsap")&&(o(window).on("resize",(function(){e(t,o)})),t.find(".eael-marquee-wrapper").eaelmarque({speed:r/1e3,direction:"left",pauseOnHover:i,draggable:d}),e(t,o))}(o,t)}))}))}}); \ No newline at end of file +!function(e){var a={};function o(t){if(a[t])return a[t].exports;var i=a[t]={i:t,l:!1,exports:{}};return e[t].call(i.exports,i,i.exports,o),i.l=!0,i.exports}o.m=e,o.c=a,o.d=function(e,a,t){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:t})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(o.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var i in e)o.d(t,i,function(a){return e[a]}.bind(null,i));return t},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="",o(o.s=39)}({39:function(e,a){eael.hooks.addAction("init","ea",(function(){var e=function(e,a){var o=a("body").attr("data-elementor-device-mode");o="desktop"===o?"":"-"+o;var t=e.data("margin"+o),i=e.data("items"+o);"mobile"!==o&&"mobile_extra"!==o||void 0!==i?"tablet"!==o&&"tablet_extra"!==o||void 0!==i?""===o&&void 0===i&&(i=3):i=2:i=1,e.find(".eael-marquee-wrapper:not(.no-gsap) .product").css({width:100/i+"%"}),e.find(".eael-marquee-wrapper:not(.no-gsap)").css({gap:t+"px"})},a=function(e,a){return"undefined"==typeof Swiper||"function"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,a).then((function(e){return e})):o(e,a)},o=function(e,a){return new Promise((function(o,t){o(new Swiper(e,a))}))};eael.elementStatusCheck("eaelWooProductSliderLoad")&&void 0===window.forceFullyRun||elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-carousel.default",(function(o,t){eael.hooks.doAction("quickViewAddMarkup",o,t);var i=o.find(".eael-woo-product-carousel").eq(0);if(!i.hasClass("eael-marquee-carousel")||i.hasClass("no-gsap")){var r=i.hasClass("no-gsap"),d=void 0!==i.data("pause-on-hover")&&i.data("pause-on-hover"),n=void 0!==i.data("speed")?i.data("speed"):400,s=void 0!==i.data("margin")?i.data("margin"):10,l=void 0!==i.data("margin-tablet")?i.data("margin-tablet"):10,p=void 0!==i.data("margin-mobile")?i.data("margin-mobile"):0,c=void 0!==i.data("autoplay")?i.data("autoplay"):999999,u=void 0!==i.data("pagination")?i.data("pagination"):".swiper-pagination",v=void 0!==i.data("arrow-next")?i.data("arrow-next"):".swiper-button-next",f=void 0!==i.data("arrow-prev")?i.data("arrow-prev"):".swiper-button-prev",w=void 0!==i.data("items")?i.data("items"):3,m=void 0!==i.data("items-tablet")?i.data("items-tablet"):3,b=void 0!==i.data("items-mobile")?i.data("items-mobile"):3,g=""===(g=void 0!==i.data("slide-items")?i.data("slide-items"):1)?1:g,h=void 0!==i.data("effect")?i.data("effect"):"slide",y=void 0!==i.data("loop")?i.data("loop"):0,P=void 0!==i.data("grab-cursor")?i.data("grab-cursor"):0,k="coverflow"==h,V=void 0!==i.data("depth")?i.data("depth"):100,_=void 0!==i.data("rotate")?i.data("rotate"):50,x=void 0!==i.data("stretch")?i.data("stretch"):10,S={direction:"horizontal",speed:n,effect:h,centeredSlides:k,grabCursor:P,autoHeight:!0,loop:!!r||y,autoplay:{delay:r?0:c,disableOnInteraction:!1},pagination:{el:u,clickable:!0},navigation:{nextEl:v,prevEl:f},freeMode:!1,allowTouchMove:!r,slidesPerView:w,on:{init:function(){setTimeout((function(){window.dispatchEvent(new Event("resize"))}),200)}}};if("slide"===h)if("string"==typeof localize.el_breakpoints)S.breakpoints={1024:{slidesPerView:w,spaceBetween:s,slidesPerGroup:g},768:{slidesPerView:m,spaceBetween:l,slidesPerGroup:g},320:{slidesPerView:b,spaceBetween:p,slidesPerGroup:g}};else{var q={},z={},A=0,G=localize.el_breakpoints.widescreen.is_enabled?localize.el_breakpoints.widescreen.value-1:4800;q[A]={breakpoint:0,slidesPerView:0,spaceBetween:0},A++,localize.el_breakpoints.desktop={is_enabled:!0,value:G},t.each(["mobile","mobile_extra","tablet","tablet_extra","laptop","desktop","widescreen"],(function(e,a){var o=localize.el_breakpoints[a];if(o.is_enabled){var t=i.data("items-"+a),r=i.data("slide-items-"+a),d=i.data("margin-"+a);s=void 0!==d?d:"desktop"===a?s:10,$itemsPerView=void 0!==t&&""!==t?t:"desktop"===a?w:3,$slidePerGroup=void 0!==r&&""!==r?r:"desktop"===a?g:1,"mobile"===a&&void 0===t?$itemsPerView=1:"tablet"===a&&void 0===t&&($itemsPerView=2),q[A]={breakpoint:o.value,slidesPerView:$itemsPerView,spaceBetween:s,slidePerGroup:$slidePerGroup},A++}})),t.each(q,(function(e,a){var o=parseInt(e);void 0!==q[o+1]&&(z[a.breakpoint]={slidesPerView:q[o+1].slidesPerView,spaceBetween:q[o+1].spaceBetween,slidesPerGroup:q[o+1].slidePerGroup})})),S.breakpoints=z}"coverflow"===h&&(S.coverflowEffect={rotate:_,stretch:x,depth:V,modifier:1,slideShadows:!1},S.breakpoints={1024:{slidesPerView:3},768:{slidesPerView:1},320:{slidesPerView:1}}),0===c&&(S.autoplay=!1),a(i,S).then((function(e){0===c&&e.autoplay.stop(),d&&0!==c&&(i.on("mouseenter",(function(){e.autoplay.stop()})),i.on("mouseleave",(function(){e.autoplay.start()})));var t=o.find(".eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination").eq(0);t.length>0&&a(t,{spaceBetween:20,centeredSlides:k,touchRatio:.2,slideToClickedSlide:!0,loop:y,slidesPerGroup:1,slidesPerView:3}).then((function(a){e.controller.control=a,a.controller.control=e}))})),eael.hooks.doAction("quickViewPopupViewInit",o,t),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>');var O=function(e){var o=t(e).find(".eael-woo-product-carousel");o.length&&o.each((function(){if(t(this)[0].swiper){var e=t(this)[0].swiper.params;t(this)[0].swiper.destroy(!0,!0),a(t(this)[0],e)}}))};eael.hooks.addAction("ea-lightbox-triggered","ea",O),eael.hooks.addAction("ea-toggle-triggered","ea",O),eael.hooks.addAction("ea-advanced-tabs-triggered","ea",O),eael.hooks.addAction("ea-advanced-accordion-triggered","ea",O)}else!function(a,o){var t=a.find(".eael-woo-product-carousel").eq(0),i=void 0!==t.data("pause-on-hover")&&t.data("pause-on-hover"),r=void 0!==t.data("speed")?t.data("speed"):400,d=void 0!==t.data("grab-cursor")&&t.data("grab-cursor");t.hasClass("eael-marquee-carousel")&&!t.hasClass("no-gsap")&&(o(window).on("resize",(function(){e(t,o)})),t.find(".eael-marquee-wrapper").eaelmarque({speed:r/1e3,direction:"left",pauseOnHover:i,draggable:d}),e(t,o))}(o,t)}))}))}}); \ No newline at end of file @@ -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=39)}({39:function(e,t){eael.hooks.addAction("init","ea",(function(){eael.elementStatusCheck("productGalleryLoad")&&void 0===window.forceFullyRun||elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-gallery.default",(function(e,t){eael.hooks.doAction("quickViewAddMarkup",e,t);var a=t(".eael-cat-tab",e);t(".eael-cat-tab li:first a",e).addClass("active"),a.on("click","a",(function(o){o.preventDefault();var r=t(this);if(r.hasClass("active"))return!1;t(".eael-cat-tab li a",e).removeClass("active"),r.addClass("active"),localStorage.setItem("eael-cat-tab","true");var d=a.data("class"),n=a.data("widget"),i=a.data("page-id"),s=a.data("nonce"),c=a.data("args"),l=a.data("layout"),u=".elementor-element-"+n,p=a.data("template"),m={taxonomy:t(".eael-cat-tab li a.active",e).data("taxonomy"),field:"term_id",terms:t(".eael-cat-tab li a.active",e).data("id"),terms_tag:t(".eael-cat-tab li a.active",e).data("tagid")};t.ajax({url:localize.ajaxurl,type:"POST",data:{action:"eael_product_gallery",class:d,args:c,taxonomy:m,template_info:p,page:1,page_id:i,widget_id:n,nonce:s},beforeSend:function(){t(u+" .woocommerce").addClass("eael-product-loader")},success:function(a){var o=t(a);if(o.hasClass("no-posts-found")||0==o.length)t(".elementor-element-"+n+" .eael-product-gallery .woocommerce .eael-post-appender").empty().append('<h2 class="eael-product-not-found">No Product Found</h2>'),t(".eael-load-more-button",e).addClass("hide-load-more");else{t(".elementor-element-"+n+" .eael-product-gallery .woocommerce .eael-post-appender").empty().append(o);var r=t("<div>"+a+"</div>").find(".eael-max-page").text(),d=t(".eael-load-more-button",e);if(r&&d.data("page")>=r?d.addClass("hide-load-more"):d.removeClass("hide-load-more"),d.data("max-page",r),"masonry"===l){var i=t(".eael-product-gallery .products",e);i.isotope("destroy");var s=i.isotope({itemSelector:"li.product",layoutMode:l,percentPosition:!0});s.imagesLoaded().progress((function(){s.isotope("layout")}))}}},complete:function(){t(u+" .woocommerce").removeClass("eael-product-loader")},error:function(e){console.log(e)}})})),eael.hooks.doAction("quickViewPopupViewInit",e,t),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1");var o=dataSrcHover=srcset=srcsetHover="";t(document).on("mouseover",".eael-product-wrap",(function(){var a=t("body").attr("data-elementor-device-mode");"yes"===e.find(".products.eael-post-appender").attr("data-ssi-"+a)&&(o=t(this).data("src"),dataSrcHover=t(this).data("src-hover"),srcset=t(this).find("img").attr("srcset"),dataSrcHover&&(t(this).find("img").attr("srcset-hover",srcset),t(this).find("img").attr("src",dataSrcHover),t(this).find("img").attr("srcset",dataSrcHover)))})).on("mouseout",".eael-product-wrap",(function(){var a=t("body").attr("data-elementor-device-mode");"yes"===e.find(".products.eael-post-appender").attr("data-ssi-"+a)&&(o=t(this).data("src"),dataSrcHover=t(this).data("src-hover"),srcsetHover=t(this).find("img").attr("srcset-hover"),dataSrcHover&&(t(this).find("img").attr("src",o),t(this).find("img").attr("srcset",srcsetHover),t(this).find("img").attr("srcset-hover","")))})),window.addEventListener("pageshow",(function(e){e.persisted&&setTimeout((function(){window.location.reload()}),10)}),!1)}))}))}}); \ No newline at end of file +!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=40)}({40:function(e,t){eael.hooks.addAction("init","ea",(function(){eael.elementStatusCheck("productGalleryLoad")&&void 0===window.forceFullyRun||elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-gallery.default",(function(e,t){eael.hooks.doAction("quickViewAddMarkup",e,t);var a=t(".eael-cat-tab",e);t(".eael-cat-tab li:first a",e).addClass("active"),a.on("click","a",(function(o){o.preventDefault();var r=t(this);if(r.hasClass("active"))return!1;t(".eael-cat-tab li a",e).removeClass("active"),r.addClass("active"),localStorage.setItem("eael-cat-tab","true");var d=a.data("class"),n=a.data("widget"),i=a.data("page-id"),s=a.data("nonce"),c=a.data("args"),l=a.data("layout"),u=".elementor-element-"+n,p=a.data("template"),m={taxonomy:t(".eael-cat-tab li a.active",e).data("taxonomy"),field:"term_id",terms:t(".eael-cat-tab li a.active",e).data("id"),terms_tag:t(".eael-cat-tab li a.active",e).data("tagid")};t.ajax({url:localize.ajaxurl,type:"POST",data:{action:"eael_product_gallery",class:d,args:c,taxonomy:m,template_info:p,page:1,page_id:i,widget_id:n,nonce:s},beforeSend:function(){t(u+" .woocommerce").addClass("eael-product-loader")},success:function(a){var o=t(a);if(o.hasClass("no-posts-found")||0==o.length)t(".elementor-element-"+n+" .eael-product-gallery .woocommerce .eael-post-appender").empty().append('<h2 class="eael-product-not-found">No Product Found</h2>'),t(".eael-load-more-button",e).addClass("hide-load-more");else{t(".elementor-element-"+n+" .eael-product-gallery .woocommerce .eael-post-appender").empty().append(o);var r=t("<div>"+a+"</div>").find(".eael-max-page").text(),d=t(".eael-load-more-button",e);if(r&&d.data("page")>=r?d.addClass("hide-load-more"):d.removeClass("hide-load-more"),d.data("max-page",r),"masonry"===l){var i=t(".eael-product-gallery .products",e);i.isotope("destroy");var s=i.isotope({itemSelector:"li.product",layoutMode:l,percentPosition:!0});s.imagesLoaded().progress((function(){s.isotope("layout")}))}}},complete:function(){t(u+" .woocommerce").removeClass("eael-product-loader")},error:function(e){console.log(e)}})})),eael.hooks.doAction("quickViewPopupViewInit",e,t),isEditMode&&t(".eael-product-image-wrap .woocommerce-product-gallery").css("opacity","1");var o=dataSrcHover=srcset=srcsetHover="";t(document).on("mouseover",".eael-product-wrap",(function(){var a=t("body").attr("data-elementor-device-mode");"yes"===e.find(".products.eael-post-appender").attr("data-ssi-"+a)&&(o=t(this).data("src"),dataSrcHover=t(this).data("src-hover"),srcset=t(this).find("img").attr("srcset"),dataSrcHover&&(t(this).find("img").attr("srcset-hover",srcset),t(this).find("img").attr("src",dataSrcHover),t(this).find("img").attr("srcset",dataSrcHover)))})).on("mouseout",".eael-product-wrap",(function(){var a=t("body").attr("data-elementor-device-mode");"yes"===e.find(".products.eael-post-appender").attr("data-ssi-"+a)&&(o=t(this).data("src"),dataSrcHover=t(this).data("src-hover"),srcsetHover=t(this).find("img").attr("srcset-hover"),dataSrcHover&&(t(this).find("img").attr("src",o),t(this).find("img").attr("srcset",srcsetHover),t(this).find("img").attr("srcset-hover","")))})),window.addEventListener("pageshow",(function(e){e.persisted&&setTimeout((function(){window.location.reload()}),10)}),!1)}))}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var t={};function i(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,i),n.l=!0,n.exports}i.m=e,i.c=t,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=40)}({40:function(e,t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,r)}return i}function n(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?r(Object(i),!0).forEach((function(t){o(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):r(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function o(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=i(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=i(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==i(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=function(e,t){var i=t(".eael-single-product-images"),r=t(".product_image_slider__thumbs",e),o=r.data("pi_thumb"),a=t(".swiper-wrapper .swiper-slide:first-child .image_slider__image > img",i),s=t(".swiper-wrapper .swiper-slide:first-child .product_image_slider__thumbs__image > img",i),l=c(a),u=c(s);function c(e){return{src:e.attr("src"),srcset:e.attr("srcset"),sizes:e.attr("sizes")}}function d(i){t(".swiper-container",e).each((function(e,t){t.swiper.autoplay[i](),t.swiper.slideTo(0)}))}function m(e,t){e.fadeOut(100,(function(){e.attr("src",t.src).attr("srcset",t.srcset).attr("sizes",t.sizes).removeAttr("data-src").removeAttr("data-large_image"),e.fadeIn(100,(function(){e.hasClass("image_slider__image")&&setTimeout((function(){initializeZoomLens(e)}),50)}))}))}t(".variations_form").on("show_variation",(function(e,t){var i;null!=t&&null!==(i=t.image)&&void 0!==i&&i.src&&(r=t.image,n=r,a.attr("src",n.src).attr("srcset",n.srcset).attr("sizes",n.sizes).attr("data-src",n.src).attr("data-large_image",n.full_src),function(e,t){e.attr("src",t.gallery_thumbnail_src).attr("srcset",t.gallery_thumbnail_src).attr("sizes",t.gallery_thumbnail_src_h)}(s,r),setTimeout((function(){initializeZoomLens(a)}),100),d("stop"));var r,n})),t(".variations_form").on("hide_variation reset_image",(function(){m(a,l),m(s,u),void 0!==o.autoplay&&d("start")}));var f=function(e,t){return"undefined"==typeof Swiper||"function"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,t).then((function(e){return e})):_(e,t)},_=function(e,t){return new Promise((function(i,r){i(new Swiper(e,t))}))},p=e.data("id"),g="#slider-container-".concat(p," .product_image_slider__thumbs .swiper-container"),b="#slider-container-".concat(p," .product_image_slider__container .swiper-container"),h=r.data("for_mobile"),y=t(".product_image_slider__container",e).data("pi_image");t(window).on("load",(function(){if(window.matchMedia("(max-width: 767px)").matches){var i=t(".image_slider__image",e).height(),r=o.slidesPerView*h,n=Math.min(r,i);t(".eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs, .eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs",e).css("height",n),e.find(".eael-pi-thumb-bottom .product_image_slider .product_image_slider__thumbs").css("width",n)}else{var a=t(".image_slider__image",e).height(),s=100*o.slidesPerView,l=Math.min(s,a);t(".eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs, .eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs",e).css("height",l)}})),f(t(g),o).then((function(e){var i=n(n({},y),"yes"===o.thumbnail&&{thumbs:{swiper:e}});f(t(b),i).then((function(e){e&&e.on("slideChange",(function(){setTimeout((function(){var i=t(e.slides[e.activeIndex]).find(".image_slider__image img");i.length&&initializeZoomLens(i)}),100)}))})).catch((function(e){console.log("Error initializing main Swiper:",e)}))})).catch((function(e){console.log("Error initializing Swiper thumbs:",e)})),t(".product_image_slider__trigger a",e).on("click",(function(i){i.preventDefault();var r=[];e.find(".swiper-slide .image_slider__image img").each((function(e){r.push({src:t(this).attr("src")})})),t.magnificPopup.open({items:r,mainClass:"eael-pi",gallery:{enabled:!0},type:"image"})}));var v=y.zoomEffect;window.isEditMode&&t(".eael-magnify-lens").remove(),"yes"===(null==v?void 0:v.enabled)&&("lense"===(null==v?void 0:v.type)?function(){var i={lensWidth:(null==v?void 0:v.lensSize)||100,lensHeight:(null==v?void 0:v.lensSize)||100,borderRadius:(null==v?void 0:v.lensBorderRadius)||"8px",lensBorder:null==v?void 0:v.lensBorder,autoResize:!0};function r(r){r||(r=t(".image_slider__image img",e)),r.each((function(){var e=t(this);e.off(".zoom"),t(".eael-lens-zoom, .eael-result-zoom").remove(),this.complete&&0!==this.naturalHeight?e.eaelZoomLense(i):e.on("load.zoom",(function(){t(this).eaelZoomLense(i)}))}))}r(),t(window).on("load",(function(){r()})),"function"==typeof t.fn.imagesLoaded&&t(".image_slider__image img",e).imagesLoaded((function(){r()}))}():"magnify"===(null==v?void 0:v.type)?t(".image_slider__image img",e).eaelMagnify({lensSize:(null==v?void 0:v.lensSize)||200,lensBorder:null==v?void 0:v.lensBorder}):null==v||v.type)};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-images.default",a)}))}}); \ No newline at end of file +!function(e){var t={};function i(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,i),n.l=!0,n.exports}i.m=e,i.c=t,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=41)}({41:function(e,t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,r)}return i}function n(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?r(Object(i),!0).forEach((function(t){o(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):r(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function o(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=i(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=i(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==i(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=function(e,t){var i=t(".eael-single-product-images"),r=t(".product_image_slider__thumbs",e),o=r.data("pi_thumb"),a=t(".swiper-wrapper .swiper-slide:first-child .image_slider__image > img",i),s=t(".swiper-wrapper .swiper-slide:first-child .product_image_slider__thumbs__image > img",i),l=c(a),u=c(s);function c(e){return{src:e.attr("src"),srcset:e.attr("srcset"),sizes:e.attr("sizes")}}function d(i){t(".swiper-container",e).each((function(e,t){t.swiper.autoplay[i](),t.swiper.slideTo(0)}))}function m(e,t){e.fadeOut(100,(function(){e.attr("src",t.src).attr("srcset",t.srcset).attr("sizes",t.sizes).removeAttr("data-src").removeAttr("data-large_image"),e.fadeIn(100,(function(){e.hasClass("image_slider__image")&&setTimeout((function(){initializeZoomLens(e)}),50)}))}))}t(".variations_form").on("show_variation",(function(e,t){var i;null!=t&&null!==(i=t.image)&&void 0!==i&&i.src&&(r=t.image,n=r,a.attr("src",n.src).attr("srcset",n.srcset).attr("sizes",n.sizes).attr("data-src",n.src).attr("data-large_image",n.full_src),function(e,t){e.attr("src",t.gallery_thumbnail_src).attr("srcset",t.gallery_thumbnail_src).attr("sizes",t.gallery_thumbnail_src_h)}(s,r),setTimeout((function(){initializeZoomLens(a)}),100),d("stop"));var r,n})),t(".variations_form").on("hide_variation reset_image",(function(){m(a,l),m(s,u),void 0!==o.autoplay&&d("start")}));var f=function(e,t){return"undefined"==typeof Swiper||"function"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,t).then((function(e){return e})):_(e,t)},_=function(e,t){return new Promise((function(i,r){i(new Swiper(e,t))}))},p=e.data("id"),g="#slider-container-".concat(p," .product_image_slider__thumbs .swiper-container"),b="#slider-container-".concat(p," .product_image_slider__container .swiper-container"),h=r.data("for_mobile"),y=t(".product_image_slider__container",e).data("pi_image");t(window).on("load",(function(){if(window.matchMedia("(max-width: 767px)").matches){var i=t(".image_slider__image",e).height(),r=o.slidesPerView*h,n=Math.min(r,i);t(".eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs, .eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs",e).css("height",n),e.find(".eael-pi-thumb-bottom .product_image_slider .product_image_slider__thumbs").css("width",n)}else{var a=t(".image_slider__image",e).height(),s=100*o.slidesPerView,l=Math.min(s,a);t(".eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs, .eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs",e).css("height",l)}})),f(t(g),o).then((function(e){var i=n(n({},y),"yes"===o.thumbnail&&{thumbs:{swiper:e}});f(t(b),i).then((function(e){e&&e.on("slideChange",(function(){setTimeout((function(){var i=t(e.slides[e.activeIndex]).find(".image_slider__image img");i.length&&initializeZoomLens(i)}),100)}))})).catch((function(e){console.log("Error initializing main Swiper:",e)}))})).catch((function(e){console.log("Error initializing Swiper thumbs:",e)})),t(".product_image_slider__trigger a",e).on("click",(function(i){i.preventDefault();var r=[];e.find(".swiper-slide .image_slider__image img").each((function(e){r.push({src:t(this).attr("src")})})),t.magnificPopup.open({items:r,mainClass:"eael-pi",gallery:{enabled:!0},type:"image"})}));var v=y.zoomEffect;window.isEditMode&&t(".eael-magnify-lens").remove(),"yes"===(null==v?void 0:v.enabled)&&("lense"===(null==v?void 0:v.type)?function(){var i={lensWidth:(null==v?void 0:v.lensSize)||100,lensHeight:(null==v?void 0:v.lensSize)||100,borderRadius:(null==v?void 0:v.lensBorderRadius)||"8px",lensBorder:null==v?void 0:v.lensBorder,autoResize:!0};function r(r){r||(r=t(".image_slider__image img",e)),r.each((function(){var e=t(this);e.off(".zoom"),t(".eael-lens-zoom, .eael-result-zoom").remove(),this.complete&&0!==this.naturalHeight?e.eaelZoomLense(i):e.on("load.zoom",(function(){t(this).eaelZoomLense(i)}))}))}r(),t(window).on("load",(function(){r()})),"function"==typeof t.fn.imagesLoaded&&t(".image_slider__image img",e).imagesLoaded((function(){r()}))}():"magnify"===(null==v?void 0:v.type)?t(".image_slider__image img",e).eaelMagnify({lensSize:(null==v?void 0:v.lensSize)||200,lensBorder:null==v?void 0:v.lensBorder}):null==v||v.type)};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-images.default",a)}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=41)}({41:function(e,t){eael.hooks.addAction("init","ea",(function(){eael.elementStatusCheck("eaelProductListLoad")&&void 0===window.forceFullyRun||elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-list.default",(function(e,t){eael.hooks.doAction("quickViewAddMarkup",e,t),eael.hooks.doAction("quickViewPopupViewInit",e,t)}))}))}}); \ No newline at end of file +!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=42)}({42:function(e,t){eael.hooks.addAction("init","ea",(function(){eael.elementStatusCheck("eaelProductListLoad")&&void 0===window.forceFullyRun||elementorFrontend.hooks.addAction("frontend/element_ready/eael-woo-product-list.default",(function(e,t){eael.hooks.doAction("quickViewAddMarkup",e,t),eael.hooks.doAction("quickViewPopupViewInit",e,t)}))}))}}); \ No newline at end of file @@ -1 +1 @@ -!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.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 o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));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=42)}({42:function(e,n){var t=function(e,n){if(void 0!==e.data("eael-wrapper-link"))if(e.hasClass("eael-non-traditional-link")){var t=e.data("eael-wrapper-link"),r="on"===t.is_external?"_blank":"_self";e.css("cursor","pointer"),e.on("click",(function(){var e=document.createElement("a");e.href=ea.sanitizeURL(t.url),e.target=r,"on"===t.nofollow&&(e.rel="nofollow"),e.click()}))}else{e.prev(".--eael-wrapper-link-tag").appendTo(e).css({background:"transparent",border:"none",position:"absolute",height:"100%",width:"100%",zIndex:"9999",top:0,left:0})}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/global",t)}))}}); \ No newline at end of file +!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.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 o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));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=43)}({43:function(e,n){var t=function(e,n){if(void 0!==e.data("eael-wrapper-link"))if(e.hasClass("eael-non-traditional-link")){var t=e.data("eael-wrapper-link"),r="on"===t.is_external?"_blank":"_self";e.css("cursor","pointer"),e.on("click",(function(){var e=document.createElement("a");e.href=ea.sanitizeURL(t.url),e.target=r,"on"===t.nofollow&&(e.rel="nofollow"),e.click()}))}else{e.prev(".--eael-wrapper-link-tag").appendTo(e).css({background:"transparent",border:"none",position:"absolute",height:"100%",width:"100%",zIndex:"9999",top:0,left:0})}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/global",t)}))}}); \ No newline at end of file @@ -1,5 +1,9 @@ <?php +if ( ! defined( 'ABSPATH' ) ) { + exit; +} // Exit if accessed directly + spl_autoload_register(function ($class) { // project-specific namespace prefix $prefix = 'Essential_Addons_Elementor\\'; @@ -1,5 +1,6 @@ <?php +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $config = [ 'elements' => [ 'post-grid' => [ @@ -786,6 +787,13 @@ 'type' => 'self', 'context' => 'view', ], + ], + 'js' => [ + [ + 'file' => EAEL_PLUGIN_PATH . 'assets/front-end/js/view/woo-add-to-cart.min.js', + 'type' => 'self', + 'context' => 'view', + ], ], ], ], @@ -4,7 +4,7 @@ * Description: The Essential plugin you install after Elementor! Packed with 100+ stunning elements like Data Table, Event Calendar, Filterable Gallery, WooCommerce. * Plugin URI: https://essential-addons.com/ * Author: WPDeveloper - * Version: 6.6.2 + * Version: 6.6.3 * Author URI: https://wpdeveloper.com/ * Text Domain: essential-addons-for-elementor-lite * Domain Path: /languages @@ -27,7 +27,7 @@ define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__)); define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__))); define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__))); -define('EAEL_PLUGIN_VERSION', '6.6.2'); +define('EAEL_PLUGIN_VERSION', '6.6.3'); define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor'); define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor'); /** @@ -65,6 +65,7 @@ add_action( 'admin_init', function () { + // phpcs:ignore WordPress.Security.NonceVerification.Missing if ( isset( $_POST['action'] ) && 'dismiss-wp-pointer' == $_POST['action'] && isset( $_POST['pointer'] ) && 'eael' == $_POST['pointer'] ) { set_transient( 'eael_bfcm25_pointer_dismiss', true, DAY_IN_SECONDS * 30 ); delete_option( '_wpdeveloper_plugin_pointer_priority' ); @@ -1,6 +1,10 @@ <?php namespace Essential_Addons_Elementor\Classes; +if ( ! defined( 'ABSPATH' ) ) { + exit; +} // Exit if accessed directly + class Compatibility_Support { public function __construct() { if ( $this->is_mondialrelay_plugin_active() ) { @@ -893,7 +893,7 @@ $query = "select post_title,ID from $wpdb->posts where post_status = 'publish' $where $limit"; - // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, PluginCheck.Security.DirectDB.UnescapedDBParameter $results = $wpdb->get_results($query); if (!empty($results)) { foreach ($results as $row) { @@ -558,11 +558,15 @@ return; } if( $current_notice == 'opt_in' ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound do_action( $this->do_notice_action ); return; - } + } + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound do_action( 'wpdeveloper_before_notice_for_' . $this->plugin_name ); - do_action( $this->do_notice_action ); + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound + do_action( $this->do_notice_action ); + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound do_action( 'wpdeveloper_after_notice_for_' . $this->plugin_name ); } /** @@ -1830,7 +1830,7 @@ if ( ! empty( $tab['eael_primary_templates'] ) && Helper::is_elementor_publish_template( $tab['eael_primary_templates'] ) ) { // WPML Compatibility if ( ! is_array( $tab['eael_primary_templates'] ) ) { - $tab['eael_primary_templates'] = apply_filters( 'wpml_object_id', $tab['eael_primary_templates'], 'wp_template', true ); + $tab['eael_primary_templates'] = apply_filters( 'wpml_object_id', $tab['eael_primary_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } Helper::eael_onpage_edit_template_markup( get_the_ID(), $tab['eael_primary_templates'] ); @@ -1938,10 +1938,11 @@ } echo '</div>'; - echo '<div ' . $this->get_render_attribute_string($tab_content_setting_key) . '>'; + echo '<div '; $this->print_render_attribute_string($tab_content_setting_key); echo '>'; if( isset( $settings['eael_adv_accordion_show_full_content'] ) && 'yes' === $settings['eael_adv_accordion_show_full_content'] ) { $document = Plugin::instance()->documents->get( $tab_id ); if( $document && $document->is_built_with_elementor() ) { + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo Plugin::$instance->frontend->get_builder_content( $tab_id, true ); } else if ( has_blocks( get_the_content() ) ) { @@ -1960,7 +1961,7 @@ echo '</div>'; } } else { - echo '<p class="no-posts-found">'. esc_html__('No posts found!', 'essential-addons-elementor') .'</p>'; + echo '<p class="no-posts-found">'. esc_html__('No posts found!', 'essential-addons-for-elementor-lite') .'</p>'; } wp_reset_postdata(); @@ -1375,7 +1375,7 @@ echo '<' . esc_attr( $repeater_html_tag ) . ' '; $this->print_render_attribute_string( $tab_title_setting_key . '_repeater_tab_title_attr'); echo ' >'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - echo $this->parse_text_editor( wp_kses( $repeater_tab_title , Helper::eael_allowed_tags() ) ); + echo wp_kses_post( $repeater_tab_title ); echo '</' . esc_attr( $repeater_html_tag ) . '>'; ?> <?php endif; ?> @@ -1400,7 +1400,7 @@ echo '<' . esc_attr( $repeater_html_tag ) . ' '; $this->print_render_attribute_string( $tab_title_setting_key . '_repeater_tab_title_attr'); echo ' >'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - echo $this->parse_text_editor( wp_kses( $repeater_tab_title , Helper::eael_allowed_tags() ) ); + echo wp_kses_post( $repeater_tab_title ); echo '</' . esc_attr( $repeater_html_tag ) . '>'; ?> <?php endif; ?> @@ -1413,7 +1413,7 @@ echo '<' . esc_attr( $repeater_html_tag ) . ' '; $this->print_render_attribute_string( $tab_title_setting_key . '_repeater_tab_title_attr'); echo ' >'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - echo $this->parse_text_editor( wp_kses( $repeater_tab_title , Helper::eael_allowed_tags() ) ); + echo wp_kses_post( $repeater_tab_title ); echo '</' . esc_attr( $repeater_html_tag ) . '>'; ?> <?php endif; ?> @@ -1478,7 +1478,7 @@ // WPML Compatibility if ( ! is_array( $tab['eael_primary_templates'] ) ) { - $tab['eael_primary_templates'] = apply_filters( 'wpml_object_id', $tab['eael_primary_templates'], 'wp_template', true ); + $tab['eael_primary_templates'] = apply_filters( 'wpml_object_id', $tab['eael_primary_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } Helper::eael_onpage_edit_template_markup( $page_id, $tab['eael_primary_templates'] ); @@ -663,17 +663,19 @@ } elseif ( is_single() && ! is_attachment() ) { if ( 'post' !== get_post_type() ) { $post_type = get_post_type_object( get_post_type() ); - $get_slug = $post_type->rewrite ?? false; - - if ($get_slug && is_array($get_slug) && isset($get_slug['slug'])) { - $slug = $get_slug['slug']; - } else { - $slug = ''; - } - $output .= '<a href="' . $home_link . '/' . $slug . '/">' . $post_type->labels->singular_name . '</a>'; - - if ( $show_current == 1 ) { - $output .= ' ' . $delimiter . ' ' . $before . get_the_title() . $after; + if ( $post_type ) { + $get_slug = $post_type->rewrite ?? false; + + if ($get_slug && is_array($get_slug) && isset($get_slug['slug'])) { + $slug = $get_slug['slug']; + } else { + $slug = ''; + } + $output .= '<a href="' . $home_link . '/' . $slug . '/">' . $post_type->labels->singular_name . '</a>'; + + if ( $show_current == 1 ) { + $output .= ' ' . $delimiter . ' ' . $before . get_the_title() . $after; + } } } else { $cat = get_the_category(); @@ -689,7 +691,9 @@ } } elseif ( ! is_single() && ! is_page() && get_post_type() !== 'post' && ! is_404() ) { $post_type = get_post_type_object( get_post_type() ); - $output .= $before . $post_type->labels->singular_name . $after; + if ( $post_type ) { + $output .= $before . $post_type->labels->singular_name . $after; + } } elseif ( is_search() ) { $output .= $before . esc_html__( 'Search results for', 'essential-addons-for-elementor-lite' ) . ' "' . get_search_query() . '"' . $after; } elseif ( is_day() ) { @@ -718,19 +722,21 @@ } protected function render() { - $product = false; + $product = false; + $is_wc_page = false; if ( class_exists( 'WooCommerce' ) ) { - $product = wc_get_product( get_the_ID() ); + $product = wc_get_product( get_the_ID() ); + $is_wc_page = is_tax( 'product_cat' ) || is_tax( 'product_tag' ); } ?> <div class="eael-breadcrumbs"> <?php - if ( ! $product ) { - $this->eael_breadcrumbs(); - } else { + if ( $product || $is_wc_page ) { $this->eael_wc_breadcrumb(); + } else { + $this->eael_breadcrumbs(); } ?> </div> @@ -1533,7 +1533,10 @@ <?php }?> <?php if ($settings['form_description_custom'] != '') {?> <div class="eael-contact-form-description eael-caldera-form-description"> - <?php echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); + ?> </div> <?php }?> </div> @@ -1759,6 +1759,7 @@ } if ($settings['form_description'] == 'yes' && $settings['form_description_text'] != '') { echo '<div class="eael-contact-form-description eael-contact-form-7-description"> ' . + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped $this->parse_text_editor( wp_kses( $settings['form_description_text'], Helper::eael_allowed_tags() ) ) . ' </div>'; } @@ -1343,7 +1343,7 @@ if ( ! empty( $settings['countdown_expiry_templates'] ) && Helper::is_elementor_publish_template( $settings['countdown_expiry_templates'] ) ) { // WPML Compatibility if ( ! is_array( $settings['countdown_expiry_templates'] ) ) { - $settings['countdown_expiry_templates'] = apply_filters( 'wpml_object_id', $settings['countdown_expiry_templates'], 'wp_template', true ); + $settings['countdown_expiry_templates'] = apply_filters( 'wpml_object_id', $settings['countdown_expiry_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } Helper::eael_onpage_edit_template_markup( get_the_ID(), $settings['countdown_expiry_templates'] ); @@ -1363,7 +1363,7 @@ if ( ! empty( $settings['countdown_expiry_templates'] ) && Helper::is_elementor_publish_template( $settings['countdown_expiry_templates'] ) ) { // WPML Compatibility if ( ! is_array( $settings['countdown_expiry_templates'] ) ) { - $settings['countdown_expiry_templates'] = apply_filters( 'wpml_object_id', $settings['countdown_expiry_templates'], 'wp_template', true ); + $settings['countdown_expiry_templates'] = apply_filters( 'wpml_object_id', $settings['countdown_expiry_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } Helper::eael_onpage_edit_template_markup( get_the_ID(), $settings['countdown_expiry_templates'] ); @@ -329,7 +329,7 @@ $this->add_responsive_control( 'eael_creative_button_icon_size', [ - 'label' => esc_html__('Icon Size', 'essential-addons-elementor'), + 'label' => esc_html__('Icon Size', 'essential-addons-for-elementor-lite'), 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', @@ -362,7 +362,7 @@ $this->start_controls_tab( 'button_primary_typography', [ - 'label' => __('Primary', 'essential-addons-elementor'), + 'label' => __('Primary', 'essential-addons-for-elementor-lite'), ] ); @@ -382,7 +382,7 @@ $this->start_controls_tab( 'button_secondary_typography', [ - 'label' => __('Secondary', 'essential-addons-elementor'), + 'label' => __('Secondary', 'essential-addons-for-elementor-lite'), ] ); @@ -407,20 +407,20 @@ $this->add_responsive_control( 'eael_creative_button_alignment', [ - 'label' => esc_html__('Button Alignment', 'essential-addons-elementor'), + 'label' => esc_html__('Button Alignment', 'essential-addons-for-elementor-lite'), 'type' => Controls_Manager::CHOOSE, 'label_block' => true, 'options' => [ 'flex-start' => [ - 'title' => esc_html__('Left', 'essential-addons-elementor'), + 'title' => esc_html__('Left', 'essential-addons-for-elementor-lite'), 'icon' => 'eicon-text-align-left', ], 'center' => [ - 'title' => esc_html__('Center', 'essential-addons-elementor'), + 'title' => esc_html__('Center', 'essential-addons-for-elementor-lite'), 'icon' => 'eicon-text-align-center', ], 'flex-end' => [ - 'title' => esc_html__('Right', 'essential-addons-elementor'), + 'title' => esc_html__('Right', 'essential-addons-for-elementor-lite'), 'icon' => 'eicon-text-align-right', ], ], @@ -434,7 +434,7 @@ $this->add_responsive_control( 'eael_creative_button_width', [ - 'label' => esc_html__('Width', 'essential-addons-elementor'), + 'label' => esc_html__('Width', 'essential-addons-for-elementor-lite'), 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', @@ -460,7 +460,7 @@ $this->add_responsive_control( 'eael_creative_button_padding', [ - 'label' => esc_html__('Button Padding', 'essential-addons-elementor'), + 'label' => esc_html__('Button Padding', 'essential-addons-for-elementor-lite'), 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', @@ -482,10 +482,10 @@ $this->add_control( 'use_gradient_background', [ - 'label' => __('Use Gradient Background', 'essential-addons-elementor'), + 'label' => __('Use Gradient Background', 'essential-addons-for-elementor-lite'), 'type' => Controls_Manager::SWITCHER, - 'label_on' => __('Show', 'essential-addons-elementor'), - 'label_off' => __('Hide', 'essential-addons-elementor'), + 'label_on' => __('Show', 'essential-addons-for-elementor-lite'), + 'label_off' => __('Hide', 'essential-addons-for-elementor-lite'), 'return_value' => 'yes', 'default' => '', ] @@ -614,7 +614,7 @@ $this->add_control( 'eael_creative_button_hover_text_color', [ - 'label' => esc_html__('Text Color', 'essential-addons-elementor'), + 'label' => esc_html__('Text Color', 'essential-addons-for-elementor-lite'), 'type' => Controls_Manager::COLOR, 'default' => '#ffffff', 'selectors' => [ @@ -2134,7 +2134,7 @@ $eael_template_id = $settings['eael_primary_templates']; // WPML Compatibility if ( ! is_array( $eael_template_id ) ) { - $eael_template_id = apply_filters( 'wpml_object_id', $eael_template_id, 'wp_template', true ); + $eael_template_id = apply_filters( 'wpml_object_id', $eael_template_id, 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } if ( Plugin::$instance->editor->is_edit_mode() ) { @@ -1473,7 +1473,7 @@ if ( Helper::is_elementor_publish_template( $table_td[ $j ]['template'] ) ) { // WPML Compatibility if ( ! is_array( $table_td[ $j ]['template'] ) ) { - $table_td[ $j ]['template'] = apply_filters( 'wpml_object_id', $table_td[ $j ]['template'], 'wp_template', true ); + $table_td[ $j ]['template'] = apply_filters( 'wpml_object_id', $table_td[ $j ]['template'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } Helper::eael_onpage_edit_template_markup( get_the_ID(), $table_td[ $j ]['template'] ); @@ -1487,7 +1487,9 @@ <?php else: ?> <td <?php $this->print_render_attribute_string('table_inside_td'.$i.$j); ?>> <div class="td-content-wrapper"><div <?php $this->print_render_attribute_string('td_content'); ?>> - <?php echo $this->parse_text_editor( wp_kses( $table_td[$j]['title'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $table_td[$j]['title'], Helper::eael_allowed_tags() ) ); ?> </div></div> </td> <?php endif; ?> @@ -1133,7 +1133,9 @@ echo ( $settings['eael_dch_separator_position'] === 'after_title' ? $separator_markup : ''); if( ! empty( $settings['eael_dch_subtext'] ) ) : ?> - <span class="subtext"><?php echo $this->parse_text_editor( wp_kses( $settings['eael_dch_subtext'], Helper::eael_allowed_tags() ) ); ?></span> + <span class="subtext"><?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['eael_dch_subtext'], Helper::eael_allowed_tags() ) ); ?></span> <?php endif; if ('yes' == $settings['eael_show_dch_icon_content']) : ?> @@ -155,7 +155,8 @@ ] ); - $style_options = apply_filters( + $style_options = apply_filters( + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound 'fancy_text_style_types', [ 'styles' => [ @@ -4438,7 +4438,7 @@ if ( in_array( $settings['eael_fg_caption_style'], ['grid_flow_gallery', 'harmonic_gallery'] ) ) { $gallery_items_pro = $this->gallery_item_store(); $this->render_filters(); - do_action( 'add_filterable_gallery_style_block', $settings, $this, $gallery_items_pro ); + do_action( 'add_filterable_gallery_style_block', $settings, $this, $gallery_items_pro ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } elseif ('layout_3' == $settings['eael_fg_caption_style']) { $this->render_layout_3_filters(); $this->eael_render_gallery_item_wrap( $settings, $gallery_items ); @@ -2622,6 +2622,15 @@ $settings = $this->get_settings_for_display(); $flipbox_image = $this->get_settings('eael_flipbox_image'); + + // WPML Media Translation compatibility + if ( ! empty( $flipbox_image['id'] ) ) { + $flipbox_image['id'] = apply_filters( 'wpml_object_id', $flipbox_image['id'], 'attachment', true ); + if ( $flipbox_image['id'] ) { + $flipbox_image['url'] = wp_get_attachment_url( $flipbox_image['id'] ); + } + } + $flipbox_image_url = Group_Control_Image_Size::get_attachment_image_src($flipbox_image['id'], 'thumbnail', $settings); if (empty($flipbox_image_url) && !empty($flipbox_image['url'])) { @@ -2668,8 +2677,19 @@ } $flipbox_image_back = $this->get_settings('eael_flipbox_image_back'); + + // WPML Media Translation compatibility + if ( ! empty( $flipbox_image_back['id'] ) ) { + $flipbox_image_back['id'] = apply_filters( 'wpml_object_id', $flipbox_image_back['id'], 'attachment', true ); + if ( $flipbox_image_back['id'] ) { + $flipbox_image_back['url'] = wp_get_attachment_url( $flipbox_image_back['id'] ); + } + } + $flipbox_back_image_url = Group_Control_Image_Size::get_attachment_image_src($flipbox_image_back['id'], 'thumbnail_back', $settings); - $flipbox_back_image_url = empty($flipbox_back_image_url) ? $flipbox_back_image_url : $flipbox_back_image_url; + if (empty($flipbox_back_image_url) && !empty($flipbox_image_back['url'])) { + $flipbox_back_image_url = $flipbox_image_back['url']; + } if ('img' == $settings['eael_flipbox_img_or_icon_back']) { $this->add_render_attribute( 'flipbox-back-icon-image-container', @@ -2710,7 +2730,7 @@ if ( ! empty( $settings['eael_flipbox_front_templates'] ) && Helper::is_elementor_publish_template( $settings['eael_flipbox_front_templates'] ) ) { // WPML Compatibility if ( ! is_array( $settings['eael_flipbox_front_templates'] ) ) { - $settings['eael_flipbox_front_templates'] = apply_filters( 'wpml_object_id', $settings['eael_flipbox_front_templates'], 'wp_template', true ); + $settings['eael_flipbox_front_templates'] = apply_filters( 'wpml_object_id', $settings['eael_flipbox_front_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo Plugin::$instance->frontend->get_builder_content( $settings['eael_flipbox_front_templates'], true ); @@ -2739,7 +2759,10 @@ } ?> <div class="eael-elements-flip-box-content"> - <?php echo $this->parse_text_editor( wp_kses( $settings['eael_flipbox_front_text'], Helper::eael_allowed_tags() ) );?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['eael_flipbox_front_text'], Helper::eael_allowed_tags() ) ); + ?> </div> </div> </div> @@ -2754,7 +2777,7 @@ if ( ! empty( $settings['eael_flipbox_back_templates'] ) && Helper::is_elementor_publish_template( $settings['eael_flipbox_back_templates'] ) ) { // WPML Compatibility if ( ! is_array( $settings['eael_flipbox_back_templates'] ) ) { - $settings['eael_flipbox_back_templates'] = apply_filters( 'wpml_object_id', $settings['eael_flipbox_back_templates'], 'wp_template', true ); + $settings['eael_flipbox_back_templates'] = apply_filters( 'wpml_object_id', $settings['eael_flipbox_back_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo Plugin::$instance->frontend->get_builder_content( $settings['eael_flipbox_back_templates'], true ); @@ -2776,7 +2799,10 @@ <<?php echo esc_html( $flipbox_if_html_title_tag ), ' '; $this->print_render_attribute_string('flipbox-title-container'); ?>><?php echo wp_kses( $settings['eael_flipbox_back_title'], Helper::eael_allowed_tags() ); ?></<?php echo esc_html( $flipbox_if_html_title_tag ); ?>> <?php endif; ?> <div class="eael-elements-flip-box-content"> - <?php echo $this->parse_text_editor( wp_kses( $settings['eael_flipbox_back_text'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['eael_flipbox_back_text'], Helper::eael_allowed_tags() ) ); + ?> </div> <?php if ($settings['flipbox_link_type'] == 'button' && !empty($settings['flipbox_button_text'])) : ?> @@ -2293,7 +2293,9 @@ <?php } ?> <?php if ( $settings['form_description_custom'] != '' ) { ?> <div class="eael-contact-form-description eael-fluentform-description"> - <?php echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> </div> <?php } ?> </div> @@ -2139,13 +2139,19 @@ <?php } ?> <?php if ($settings['eael_formstack_form_description_custom'] != '') { ?> <div class="eael-contact-form-description eael-formstack-description"> - <?php echo $this->parse_text_editor( wp_kses( $settings['eael_formstack_form_description_custom'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['eael_formstack_form_description_custom'], Helper::eael_allowed_tags() ) ); + ?> </div> <?php } ?> </div> <?php } ?> <div class="fsForm"> - <?php echo $this->parse_text_editor( wp_kses( $form_data, Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $form_data, Helper::eael_allowed_tags() ) ); + ?> </div> </div> <?php @@ -2963,7 +2963,10 @@ <?php } ?> <?php if ( $settings['form_description_custom'] != '' ) { ?> <div class="eael-contact-form-description eael-gravity-form-description"> - <?php echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); + ?> </div> <?php } ?> </div> @@ -1090,7 +1090,9 @@ if ( !empty( $img_accordion[ 'eael_accordion_content' ] ) ): ?> - <p><?php echo $this->parse_text_editor( wp_kses( $img_accordion[ 'eael_accordion_content' ], Helper::eael_allowed_tags() ) ); ?></p> + <p><?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $img_accordion[ 'eael_accordion_content' ], Helper::eael_allowed_tags() ) ); ?></p> <?php endif; ?> </div> </div> @@ -2613,6 +2613,7 @@ if ('content' === $settings['eael_infobox_text_type']){ if (!empty($settings['eael_infobox_text'])) { echo '<div>'; + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped echo $this->parse_text_editor( wp_kses( $settings['eael_infobox_text'], Helper::eael_allowed_tags() ) ); echo '</div>'; } @@ -2625,11 +2626,12 @@ // WPML Compatibility if ( ! is_array( $settings['eael_primary_templates'] ) ) { - $settings['eael_primary_templates'] = apply_filters( 'wpml_object_id', $settings['eael_primary_templates'], 'wp_template', true ); + $settings['eael_primary_templates'] = apply_filters( 'wpml_object_id', $settings['eael_primary_templates'], 'wp_template', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } Helper::eael_onpage_edit_template_markup( get_the_ID(), $settings['eael_primary_templates'] ); + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo Plugin::$instance->frontend->get_builder_content( $settings['eael_primary_templates'], true ); if ( Plugin::$instance->editor->is_edit_mode() ) { echo '</div>'; @@ -1140,7 +1140,9 @@ </div> <div id="eael-interactive-<?php echo esc_attr( $item_count ); ?>" aria-labelledby="eael-circle-item-<?php echo esc_attr( $item_count ); ?>" class="eael-circle-btn-content eael-circle-item-<?php echo esc_attr( $item_count . ' ' . $is_active ); ?>"> <div class="eael-circle-content"> - <?php echo $this->parse_text_editor( wp_kses( $item['eael_interactive_circle_item_content'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $item['eael_interactive_circle_item_content'], Helper::eael_allowed_tags() ) ); ?> </div> </div> </div> @@ -995,6 +995,7 @@ ] ); $this->add_control( 'enable_webhook', [ + /* translators: %s: Pro icon */ 'label' => sprintf( __( 'Enable Webhook %s', 'essential-addons-for-elementor-lite' ), '<i class="eael-pro-labe eicon-pro-icon"></i>' ), 'type' => Controls_Manager::SWITCHER, 'classes' => 'eael-pro-control', @@ -1759,7 +1759,9 @@ <?php }?> <?php if ($settings['form_description_custom'] != '') {?> <div class="eael-contact-form-description eael-ninja-form-description"> - <?php echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> </div> <?php }?> </div> @@ -220,7 +220,7 @@ /** * Condition: 'eael_pricing_table_style' => 'style-2' */ - $subtitles_fields = apply_filters('pricing_table_subtitle_field_for', ['style-2']); + $subtitles_fields = apply_filters('pricing_table_subtitle_field_for', ['style-2']); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound $this->add_control( 'eael_pricing_table_sub_title', [ @@ -254,12 +254,12 @@ 'library' => 'fa-solid', ], 'condition' => [ - 'eael_pricing_table_style' => apply_filters('eael_pricing_table_icon_supported_style', ['style-2']), + 'eael_pricing_table_style' => apply_filters('eael_pricing_table_icon_supported_style', ['style-2']), // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound ], ] ); - do_action('add_pricing_table_settings_control', $this); + do_action('add_pricing_table_settings_control', $this); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound $this->end_controls_section(); @@ -345,7 +345,7 @@ ] ); - do_action('pricing_table_currency_position', $this); + do_action('pricing_table_currency_position', $this); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound $this->add_control( 'eael_pricing_table_price_period', @@ -2661,7 +2661,7 @@ <?php endif; ?> <?php $depricated_param = $featured_class; - do_action('add_pricing_table_style_block', $settings, $this, $pricing, $button_url, $featured_class, $depricated_param ); + do_action('add_pricing_table_style_block', $settings, $this, $pricing, $button_url, $featured_class, $depricated_param ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound ?> </div> <?php @@ -85,7 +85,8 @@ ); // Progressbar Layout Options - $options = apply_filters( + $options = apply_filters( + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound 'add_eael_progressbar_layout', [ 'layouts' => [ @@ -770,7 +771,7 @@ $this->end_controls_section(); // Import progress bar style controlls - do_action('add_progress_bar_control', $this); + do_action('add_progress_bar_control', $this); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound /** * Style Tab: Typography @@ -1040,6 +1041,6 @@ </div> </div>'; } - do_action('add_eael_progressbar_block', $settings, $this, $wrap_classes); + do_action('add_eael_progressbar_block', $settings, $this, $wrap_classes); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } } @@ -943,6 +943,7 @@ protected function testimonial_desc() { $settings = $this->get_settings_for_display(); + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo '<div class="eael-testimonial-text">'. $this->parse_text_editor( wp_kses( $settings['eael_testimonial_description'], HelperClass::eael_allowed_tags() ) ) .'</div>'; } @@ -730,14 +730,14 @@ // WPML Media Translation compatibility if ( ! empty( $settings['eael_tooltip_img_content']['id'] ) ) { - $settings['eael_tooltip_img_content']['id'] = apply_filters( 'wpml_object_id', $settings['eael_tooltip_img_content']['id'], 'attachment', true ); + $settings['eael_tooltip_img_content']['id'] = apply_filters( 'wpml_object_id', $settings['eael_tooltip_img_content']['id'], 'attachment', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound if ( $settings['eael_tooltip_img_content']['id'] ) { $settings['eael_tooltip_img_content']['url'] = wp_get_attachment_url( $settings['eael_tooltip_img_content']['id'] ); } } if ( ! empty( $settings['eael_tooltip_icon_content_new']['value']['id'] ) ) { - $settings['eael_tooltip_icon_content_new']['value']['id'] = apply_filters( 'wpml_object_id', $settings['eael_tooltip_icon_content_new']['value']['id'], 'attachment', true ); + $settings['eael_tooltip_icon_content_new']['value']['id'] = apply_filters( 'wpml_object_id', $settings['eael_tooltip_icon_content_new']['value']['id'], 'attachment', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound if ( $settings['eael_tooltip_icon_content_new']['value']['id'] ) { $settings['eael_tooltip_icon_content_new']['value']['url'] = wp_get_attachment_url( $settings['eael_tooltip_icon_content_new']['value']['id'] ); } @@ -8,11 +8,16 @@ exit; } +use Elementor\Controls_Manager; +use Elementor\Group_Control_Border; +use Elementor\Group_Control_Typography; +use Elementor\Icons_Manager; use Elementor\Widget_Base; use \Essential_Addons_Elementor\Classes\Helper; class Woo_Add_To_Cart extends Widget_Base { - public function get_name() { + + public function get_name() { return 'eael-woo-add-to-cart'; } @@ -65,7 +70,7 @@ 'eael_add_to_cart_button', [ 'label' => esc_html__( 'Button', 'essential-addons-for-elementor-lite' ), - 'tab' => \Elementor\Controls_Manager::TAB_STYLE, + 'tab' => Controls_Manager::TAB_STYLE, ] ); @@ -73,7 +78,7 @@ 'eael_add_to_cart_align', [ 'label' => esc_html__( 'Button Alignment', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::CHOOSE, + 'type' => Controls_Manager::CHOOSE, 'options' => [ 'flex-start' => [ 'title' => esc_html__( 'Left', 'essential-addons-for-elementor-lite' ), @@ -99,7 +104,7 @@ 'width', [ 'label' => esc_html__( 'Width', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'range' => [ 'px' => [ @@ -126,7 +131,7 @@ 'eael_add_to_cart_text_align', [ 'label' => esc_html__( 'Text Alignment', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::CHOOSE, + 'type' => Controls_Manager::CHOOSE, 'options' => [ 'flex-start' => [ 'title' => esc_html__( 'Left', 'essential-addons-for-elementor-lite' ), @@ -149,7 +154,7 @@ ); $this->add_group_control( - \Elementor\Group_Control_Typography::get_type(), + Group_Control_Typography::get_type(), [ 'name' => 'eael_add_to_cart_button_typography', 'selector' => '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button, {{WRAPPER}} .eael-add-to-cart-wrapper .button-text', @@ -157,7 +162,7 @@ ); $this->add_group_control( - \Elementor\Group_Control_Border::get_type(), + Group_Control_Border::get_type(), [ 'name' => 'eael_add_to_cart_button_border', 'exclude' => [ 'color' ], @@ -169,7 +174,7 @@ 'button_border_radius', [ 'label' => esc_html__( 'Border Radius', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::DIMENSIONS, + 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', @@ -190,7 +195,7 @@ 'eael_add_to_cart_button_text_color', [ 'label' => esc_html__( 'Text Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button' => 'color: {{VALUE}}', '{{WRAPPER}} .eael-add-to-cart-wrapper .button-text' => 'color: {{VALUE}}', @@ -202,7 +207,7 @@ 'eael_add_to_cart_button_bg_color', [ 'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button' => 'background-color: {{VALUE}}', '{{WRAPPER}} .eael-add-to-cart-wrapper .eael-add-to-cart' => 'background-color: {{VALUE}}', @@ -214,7 +219,7 @@ 'eael_add_to_cart_button_border_color', [ 'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button' => 'border-color: {{VALUE}}', '{{WRAPPER}} .eael-add-to-cart-wrapper .eael-add-to-cart' => 'border-color: {{VALUE}}', @@ -234,7 +239,7 @@ 'eael_add_to_cart_button_text_color_hover', [ 'label' => esc_html__( 'Text Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button:hover' => 'color: {{VALUE}}', '{{WRAPPER}} .eael-add-to-cart-wrapper .eael-add-to-cart .button-text:hover' => 'color: {{VALUE}}', @@ -246,7 +251,7 @@ 'eael_add_to_cart_button_bg_color_hover', [ 'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button:hover' => 'background-color: {{VALUE}}', '{{WRAPPER}} .eael-add-to-cart-wrapper .eael-add-to-cart:hover' => 'background-color: {{VALUE}}', @@ -254,11 +259,20 @@ ] ); + $this->add_group_control( + Group_Control_Border::get_type(), + [ + 'name' => 'eael_add_to_cart_button_border_hover', + 'exclude' => [ 'color' ], + 'selector' => '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button:hover, {{WRAPPER}} .eael-add-to-cart-wrapper .eael-add-to-cart:hover', + ] + ); + $this->add_control( 'eael_add_to_cart_button_border_color_hover', [ 'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button:hover' => 'border-color: {{VALUE}}', '{{WRAPPER}} .eael-add-to-cart-wrapper .eael-add-to-cart:hover' => 'border-color: {{VALUE}}', @@ -270,7 +284,7 @@ 'eael_add_to_cart_button_transition', [ 'label' => esc_html__( 'Transition Duration (s)', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'default' => [ 'size' => 0.2, ], @@ -296,7 +310,7 @@ 'eael_cart_button_padding', [ 'label' => esc_html__( 'Padding', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::DIMENSIONS, + 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', '%', 'rem', 'em', 'vw', 'custom' ], 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .cart .button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', @@ -313,7 +327,7 @@ 'eael_add_to_cart_quantity_section', [ 'label' => esc_html__( 'Quantity', 'essential-addons-for-elementor-lite' ), - 'tab' => \Elementor\Controls_Manager::TAB_STYLE, + 'tab' => Controls_Manager::TAB_STYLE, 'condition' => [ 'add_to_cart_product_type!' => 'external_product', ], @@ -324,7 +338,7 @@ 'eael_add_to_cart_qt_height', [ 'label' => esc_html__( 'Height', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'range' => [ 'px' => [ @@ -353,7 +367,7 @@ 'eael_add_to_cart_qt_width', [ 'label' => esc_html__( 'Width', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'range' => [ 'px' => [ @@ -382,7 +396,7 @@ 'eael_add_to_cart_qt_spacing', [ 'label' => esc_html__( 'Spacing', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'range' => [ 'px' => [ @@ -406,7 +420,7 @@ ); $this->add_group_control( - \Elementor\Group_Control_Typography::get_type(), + Group_Control_Typography::get_type(), [ 'name' => 'eael_add_to_cart_qt_typo', 'selector' => '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty, {{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input', @@ -414,7 +428,7 @@ ); $this->add_group_control( - \Elementor\Group_Control_Border::get_type(), + Group_Control_Border::get_type(), [ 'name' => 'eael_add_to_cart_qt_border', 'exclude' => [ 'color' ], @@ -426,7 +440,7 @@ 'eael_add_to_cart_qt_border_radius', [ 'label' => esc_html__( 'Border Radius', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::DIMENSIONS, + 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', @@ -439,7 +453,7 @@ 'eael_add_to_cart_qt_padding', [ 'label' => esc_html__( 'Padding', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::DIMENSIONS, + 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', @@ -460,7 +474,7 @@ 'eael_add_to_cart_qt_text_color', [ 'label' => esc_html__( 'Text Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty' => 'color: {{VALUE}}', '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input' => 'color: {{VALUE}}', @@ -472,7 +486,7 @@ 'eael_add_to_cart_qt_bg_color', [ 'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty' => 'background-color: {{VALUE}}', '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input' => 'background-color: {{VALUE}}', @@ -484,7 +498,7 @@ 'eael_add_to_cart_qt_border_color', [ 'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty' => 'border-color: {{VALUE}}', '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input' => 'border-color: {{VALUE}}', @@ -504,7 +518,7 @@ 'eael_add_to_cart_qt_text_color_focus', [ 'label' => esc_html__( 'Text Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty:focus' => 'color: {{VALUE}}', '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input:focus' => 'color: {{VALUE}}', @@ -516,7 +530,7 @@ 'eael_add_to_cart_qt_bg_color_focus', [ 'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty:focus' => 'background-color: {{VALUE}}', '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input:focus' => 'background-color: {{VALUE}}', @@ -528,7 +542,7 @@ 'eael_add_to_cart_qt_border_color_focus', [ 'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .quantity .qty:focus' => 'border-color: {{VALUE}}', '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart-wrapper .quantity-input:focus' => 'border-color: {{VALUE}}', @@ -540,7 +554,7 @@ 'eael_add_to_cart_qt_transition', [ 'label' => esc_html__( 'Transition Duration (s)', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'default' => [ 'size' => 0.2, ], @@ -569,7 +583,7 @@ 'eael_add_to_cart_variations_style', [ 'label' => esc_html__( 'Variations', 'essential-addons-for-elementor-lite' ), - 'tab' => \Elementor\Controls_Manager::TAB_STYLE, + 'tab' => Controls_Manager::TAB_STYLE, 'condition' => [ 'add_to_cart_product_type!' => ['external_product', 'simple_product'], ], @@ -580,7 +594,7 @@ 'eael_add_to_variations_width', [ 'label' => esc_html__( 'Width', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'em', 'vw', 'custom' ], 'default' => [ 'unit' => '%', @@ -596,7 +610,7 @@ 'eael_add_to_variations_spacing', [ 'label' => esc_html__( 'Spacing Bottom', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', 'em', 'rem', 'custom' ], 'range' => [ 'px' => [ @@ -620,7 +634,7 @@ 'eael_add_to_cart_variations_select_bg_color', [ 'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .elementor-product-variable table tbody>tr:nth-child(odd)>td, .woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .elementor-product-variable table tbody>tr:nth-child(odd)>th, {{WRAPPER}} .eael-variable-product-edit .eael-variable-product' => 'background-color: {{VALUE}}', @@ -632,7 +646,7 @@ 'eael_add_to_cart_variations_label_style', [ 'label' => esc_html__( 'Label', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::HEADING, + 'type' => Controls_Manager::HEADING, 'separator' => 'before', ] ); @@ -641,7 +655,7 @@ 'eael_add_to_cart_variations_label_color_focus', [ 'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations label' => 'color: {{VALUE}}', '{{WRAPPER}} .eael-variable-product-edit .eael-variable-product .variable-label' => 'color: {{VALUE}}', @@ -650,7 +664,7 @@ ); $this->add_group_control( - \Elementor\Group_Control_Typography::get_type(), + Group_Control_Typography::get_type(), [ 'name' => 'eael_add_to_cart_variations_label_typography', 'selector' => '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations label, {{WRAPPER}} .eael-variable-product-edit .eael-variable-product .variable-label', @@ -661,7 +675,7 @@ 'eael_add_to_cart_variations_select_style', [ 'label' => esc_html__( 'Select field', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::HEADING, + 'type' => Controls_Manager::HEADING, 'separator' => 'before', ] ); @@ -670,7 +684,7 @@ 'eael_add_to_cart_variations_select_color', [ 'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations td.value select' => 'color: {{VALUE}}', '{{WRAPPER}} .eael-variable-product-edit .eael-variable-product .custom-select-option' => 'color: {{VALUE}}', @@ -682,7 +696,7 @@ 'eael_add_to_cart_variations_select_border_color', [ 'label' => esc_html__( 'Border Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations td.value select, .woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations td.value:before, @@ -695,7 +709,7 @@ 'variations_select_border_radius', [ 'label' => esc_html__( 'Border Radius', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'em', 'custom' ], 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations td.value select, @@ -706,7 +720,7 @@ ); $this->add_group_control( - \Elementor\Group_Control_Typography::get_type(), + Group_Control_Typography::get_type(), [ 'name' => 'variations_select_typography', 'selector' => '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart form.cart table.variations td.value select, @@ -733,7 +747,7 @@ 'label' => __( 'Warning!', 'essential-addons-for-elementor-lite' ), ] ); $this->add_control( 'eael_global_warning_text', [ - 'type' => \Elementor\Controls_Manager::RAW_HTML, + 'type' => Controls_Manager::RAW_HTML, 'raw' => __( '<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.', 'essential-addons-for-elementor-lite' ), 'content_classes' => 'eael-warning', ] ); @@ -748,7 +762,7 @@ 'eael_add_to_cart_icon_style', [ 'label' => esc_html__( 'Cart Icon', 'essential-addons-for-elementor-lite' ), - 'tab' => \Elementor\Controls_Manager::TAB_STYLE, + 'tab' => Controls_Manager::TAB_STYLE, 'condition' => [ 'add_to_cart_product_type!' => 'external_product', ], @@ -759,7 +773,7 @@ 'eael_add_to_icon_width', [ 'label' => esc_html__( 'Size', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px', '%', 'rem', 'custom' ], 'range' => [ 'px' => [ @@ -789,7 +803,7 @@ 'eael_add_to_icon_gap', [ 'label' => esc_html__( 'Gap', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SLIDER, + 'type' => Controls_Manager::SLIDER, 'size_units' => [ 'px' ], 'range' => [ 'px' => [ @@ -805,11 +819,20 @@ ] ); + $this->start_controls_tabs( 'eael_add_to_cart_icon_style_tabs' ); + + $this->start_controls_tab( + 'eael_add_to_cart_icon_style_normal', + [ + 'label' => esc_html__( 'Normal', 'essential-addons-for-elementor-lite' ), + ] + ); + $this->add_control( 'eael_add_to_icon_color', [ 'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::COLOR, + 'type' => Controls_Manager::COLOR, 'default' => '#E1E0E7', 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .single_add_to_cart_button svg path' => 'fill: {{VALUE}}', @@ -820,11 +843,38 @@ ] ); + $this->end_controls_tab(); + + $this->start_controls_tab( + 'eael_add_to_cart_icon_style_hover', + [ + 'label' => esc_html__( 'Hover', 'essential-addons-for-elementor-lite' ), + ] + ); + + $this->add_control( + 'eael_add_to_icon_color_hover', + [ + 'label' => esc_html__( 'Color', 'essential-addons-for-elementor-lite' ), + 'type' => Controls_Manager::COLOR, + 'selectors' => [ + '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .single_add_to_cart_button:hover svg path' => 'fill: {{VALUE}}', + '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .single_add_to_cart_button:hover i' => 'color: {{VALUE}}', + '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart:hover svg path' => 'fill: {{VALUE}}', + '{{WRAPPER}} .eael-single-product-add-to-cart .eael-add-to-cart:hover i' => 'color: {{VALUE}}', + ], + ] + ); + + $this->end_controls_tab(); + + $this->end_controls_tabs(); + $this->add_responsive_control( 'eael_add_to_icon_margin', [ 'label' => esc_html__( 'Margin', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::DIMENSIONS, + 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px' ], 'selectors' => [ '.woocommerce {{WRAPPER}} .eael-single-product-add-to-cart .single_add_to_cart_button svg' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', @@ -848,7 +898,7 @@ 'add_to_cart_product_type', [ 'label' => esc_html__( 'Product Type (Only For Preview)', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SELECT, + 'type' => Controls_Manager::SELECT, 'default' => 'simple_product', 'options' => [ 'simple_product' => esc_html__( 'Simple Product', 'essential-addons-for-elementor-lite' ), @@ -863,7 +913,7 @@ 'add_to_cart_layout', [ 'label' => esc_html__( 'Layout', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SELECT, + 'type' => Controls_Manager::SELECT, 'default' => 'row', 'options' => [ 'row' => esc_html__( 'Inline', 'essential-addons-for-elementor-lite' ), @@ -883,7 +933,7 @@ 'add_to_cart_show_quantity', [ 'label' => esc_html__( 'Show Quantity', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SWITCHER, + 'type' => Controls_Manager::SWITCHER, 'label_off' => esc_html__( 'Hide', 'essential-addons-for-elementor-lite' ), 'label_on' => esc_html__( 'Show', 'essential-addons-for-elementor-lite' ), 'description' => esc_html__( 'Please note that switching on this option will disable some of the design controls.', 'essential-addons-for-elementor-lite' ), @@ -899,7 +949,7 @@ 'add_to_cart_text', [ 'label' => esc_html__( 'Button Text', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::TEXT, + 'type' => Controls_Manager::TEXT, 'default' => esc_html__( 'Add to cart', 'essential-addons-for-elementor-lite' ), 'ai' => [ 'active' => true, @@ -911,7 +961,7 @@ 'add_to_cart_icon_show', [ 'label' => esc_html__( 'Show Cart Icon', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::SWITCHER, + 'type' => Controls_Manager::SWITCHER, 'label_on' => esc_html__( 'Show', 'essential-addons-for-elementor-lite' ), 'label_off' => esc_html__( 'Hide', 'essential-addons-for-elementor-lite' ), 'return_value' => 'yes', @@ -926,7 +976,7 @@ 'add_to_cart_icon', [ 'label' => esc_html__( 'Icon', 'essential-addons-for-elementor-lite' ), - 'type' => \Elementor\Controls_Manager::ICONS, + 'type' => Controls_Manager::ICONS, 'default' => [ 'value' => 'fas fa-cart-plus', 'library' => 'fa-solid', @@ -938,6 +988,21 @@ ] ); + $this->add_control( + 'eael_ajax_add_to_cart', + [ + 'label' => esc_html__( 'AJAX Add to Cart', 'essential-addons-for-elementor-lite' ), + 'type' => \Elementor\Controls_Manager::SWITCHER, + 'description' => esc_html__( 'Enable to add products to cart without a full page reload. Works with simple products.', 'essential-addons-for-elementor-lite' ), + 'return_value' => 'yes', + 'default' => '', + 'separator' => 'before', + 'condition' => [ + 'add_to_cart_product_type!' => 'external_product', + ], + ] + ); + $this->end_controls_section(); } @@ -958,14 +1023,18 @@ public function eael_add_to_cart_icon( $settings ) { if ( 'yes' == $settings['add_to_cart_icon_show'] ) { - return \Elementor\Icons_Manager::render_icon( $settings['add_to_cart_icon'], [ 'aria-hidden' => 'true' ] ); + return Icons_Manager::render_icon( $settings['add_to_cart_icon'], [ 'aria-hidden' => 'true' ] ); } } public function eael_show_quantity_fields( $return, $product ) { return true; - } + } + /** + * AJAX handler for the EA "AJAX Add to Cart" feature. + * Supports simple, variable, and grouped product types. + */ protected function render() { if ( !function_exists( 'WC' ) ) { return; @@ -973,7 +1042,7 @@ global $product; - $product = Helper::get_product(); + $product = Helper::get_product(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $settings = $this->get_settings_for_display(); @@ -1073,9 +1142,16 @@ return; } ?> - <div class="eael-add-to-cart-wrapper eael-product-<?php echo esc_attr( $product->get_type() ); ?>"> - <?php - add_filter( 'woocommerce_product_single_add_to_cart_text', [ $this, 'eael_add_to_cart_text_single'] ); + <div class="eael-add-to-cart-wrapper eael-product-<?php echo esc_attr( $product->get_type() ); ?>" + <?php if ( 'yes' === $settings['eael_ajax_add_to_cart'] ) : ?> + data-eael-ajax-add-to-cart="yes" + data-product-id="<?php echo esc_attr( $product->get_id() ); ?>" + data-product-type="<?php echo esc_attr( $product->get_type() ); ?>" + data-nonce="<?php echo esc_attr( wp_create_nonce( 'eael-ajax-add-to-cart' ) ); ?>" + <?php endif; ?>> + <div class="woocommerce-notices-wrapper"></div> + <?php + add_filter( 'woocommerce_product_single_add_to_cart_text', [ $this, 'eael_add_to_cart_text_single'] ); woocommerce_template_single_add_to_cart(); ?> </div> @@ -1086,4 +1162,5 @@ </div> <?php } + } \ No newline at end of file @@ -1138,7 +1138,7 @@ global $product; $eael_product_id = apply_filters( 'eael_product_image_product_id', false, $this ); - $product = Helper::get_product( $eael_product_id ); + $product = Helper::get_product( $eael_product_id ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $settings = $this->get_settings_for_display(); $widget_id = $this->get_id(); @@ -564,7 +564,8 @@ 'label_off' => esc_html__( 'Hide', 'essential-addons-for-elementor-lite' ), 'return_value' => 'yes', 'default' => 'yes', - 'description' => __( 'Uncheck the WooCommerce Settings <a href="' . $wc_settings_url . '" target="_blank">Out of stock visibility</a> option. This will not work otherwise' ) + /* translators: %s: WooCommerce Out of Stock visibility settings URL */ + 'description' => sprintf( __( 'Uncheck the WooCommerce Settings <a href="%s" target="_blank">Out of stock visibility</a> option. This will not work otherwise', 'essential-addons-for-elementor-lite' ), esc_url_raw($wc_settings_url) ) ] ); @@ -811,7 +811,7 @@ $settings = $this->get_settings_for_display(); $prefix_content = $settings['prefix_content']; $suffix_content = $settings['suffix_content']; - $product = Helper::get_product(); + $product = Helper::get_product(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( Plugin::$instance->editor->is_edit_mode() || get_post_type( get_the_ID() ) === 'templately_library' ) { ?> @@ -478,7 +478,7 @@ return; } - $product = Helper::get_product(); + $product = Helper::get_product(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $rating_count = $product->get_rating_count(); $review_count = $product->get_review_count(); $average = $product->get_average_rating(); @@ -1499,7 +1499,10 @@ <?php } ?> <?php if ($settings['form_description_custom'] != '') { ?> <div class="eael-contact-form-description eael-wpforms-description"> - <?php echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); ?> + <?php + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, WordPress.Security.EscapeOutput.OutputNotEscaped + echo $this->parse_text_editor( wp_kses( $settings['form_description_custom'], Helper::eael_allowed_tags() ) ); + ?> </div> <?php } ?> </div> @@ -22,6 +22,7 @@ add_action( 'elementor/frontend/before_render', [ $this, 'before_render' ], 100 ); add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_scripts' ] ); add_filter( 'elementor/document/element/replace_id', [ $this, 'cleanup_settings_data' ] ); + add_filter( 'elementor/document/save/data', [ $this, 'cleanup_settings_data' ] ); } public function cleanup_settings_data( $element_data ) { @@ -37,12 +38,21 @@ if ( empty( $settings[ 'eael_enable_image_masking' ] ) || 'yes' !== $settings[ 'eael_enable_image_masking' ] ) { foreach ( array_keys( $settings ) as $key ) { foreach ( $prefixes as $prefix ) { - if ( str_starts_with( $key, $prefix ) ) { + if ( strncmp( $key, $prefix, \strlen( $prefix ) ) === 0 ) { unset( $settings[ $key ] ); } } } } + + // TODO: Remove this block after several versions once existing sites have re-saved and eael_svg_path is no longer present in the DB. + // Strip legacy eael_svg_path key from repeater items (replaced by eael_svg_code) + if ( ! empty( $settings['eael_svg_paths_custom'] ) && \is_array( $settings['eael_svg_paths_custom'] ) ) { + foreach ( $settings['eael_svg_paths_custom'] as &$item ) { + unset( $item['eael_svg_path'] ); + } + unset( $item ); + } }; $walk = function ( &$element ) use ( &$walk, $clean_settings ) { @@ -571,12 +581,6 @@ } $style .= '.eael-image-masking-'. esc_html( $element_id ) . $hover_selector . ':hover img {clip-path: '.$hover_clip_path_value.'}'; } - - $hover_selector = $settings['eael_image_masking_hover_selector']; - if( $hover_selector ){ - $hover_selector = ' ' . trim( $hover_selector ); - } - $style .= '.eael-image-masking-'. esc_html( $element_id ) . $hover_selector . ':hover img {clip-path: '.$hover_clip_path_value.'}'; } } else if( 'image' === $type ) { $svg = $element->get_settings_for_display( 'eael_image_masking_svg' ); @@ -628,7 +632,8 @@ if( $style ){ - echo '<style id="eael-image-masking-'. esc_attr( $element_id ) .'">'.esc_html( $style ) .'</style>'; + //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo '<style id="eael-image-masking-'. esc_attr( $element_id ) .'">'. $style .'</style>'; } } } @@ -176,7 +176,7 @@ $insert .= $wpdb->prepare( '(%d, %s, %s)', $duplicated_id, $meta_key, $meta_value ); } - // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, PluginCheck.Security.DirectDB.UnescapedDBParameter $wpdb->query( $duplicate_insert_query . $insert ); } } @@ -20,8 +20,31 @@ add_action( 'elementor/element/section/section_advanced/after_section_end', [ $this, 'register_controls' ] ); add_action( 'elementor/element/container/section_layout/after_section_end', [ $this, 'register_controls' ] ); add_action( 'elementor/frontend/before_render', [ $this, 'before_render' ], 100 ); + //WPML Support + add_filter( 'elementor/frontend/before_render', [ $this, 'eael_container_before_wrapper_link_wpml' ] ); } + /** + * WPML Support for container's wrapper link + */ + public function eael_container_before_wrapper_link_wpml( $element ) { + if ( 'container' !== $element->get_data( 'elType' ) ) { + return; + } + + $settings = $element->get_settings(); + + if ( empty( $settings['eael_wrapper_link']['url'] ) ) { + return; + } + + $lang = apply_filters( 'wpml_current_language', null ); + $url = apply_filters( 'wpml_permalink', $settings['eael_wrapper_link']['url'], $lang, true ); + + $settings['eael_wrapper_link']['url'] = $url; + $element->set_settings( 'eael_wrapper_link', $settings['eael_wrapper_link'] ); + } + public function register_controls( $element ) { $element->start_controls_section( 'eael_wrapper_link_section', @@ -6,6 +6,11 @@ * */ +if ( ! defined( 'ABSPATH' ) ) { + exit; +} // Exit if accessed directly + +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ($default_multiple_kb) { if(!empty($settings['selected_knowledge_base'])){ $button_link = str_replace('%knowledge_base%', $settings['selected_knowledge_base'], get_term_link($term->slug, 'doc_category')); @@ -43,3 +48,4 @@ echo '</div>'; echo '</a>'; +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound @@ -6,6 +6,11 @@ * */ +if ( ! defined( 'ABSPATH' ) ) { + exit; +} // Exit if accessed directly + +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ($default_multiple_kb) { if(!empty($settings['selected_knowledge_base'])){ $button_link = str_replace('%knowledge_base%', $settings['selected_knowledge_base'], get_term_link($term->slug, 'doc_category')); @@ -44,3 +49,4 @@ echo '</div> </a>'; +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -6,6 +6,10 @@ * */ +if ( ! defined( 'ABSPATH' ) ) { + exit; +} // Exit if accessed directly + echo '<article class="eael-better-docs-category-grid-post layout-2" data-id="' . esc_attr( get_the_ID() ) . '"> <div class="eael-bd-cg-inner">'; @@ -15,7 +19,7 @@ echo '<div class="eael-docs-item-count" data-content="' . esc_attr( Helper::get_doc_post_count( $term->count, $term->term_id ) ) . '"></div>'; } if ( $settings['show_title'] ) { - $title_tag = Helper::eael_validate_html_tag( $settings['title_tag'] ); + $title_tag = Helper::eael_validate_html_tag( $settings['title_tag'] ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $title = '<' . $title_tag . ' class="eael-docs-cat-title">' . $term->name . '</' . $title_tag . '>'; echo wp_kses( $title, Helper::eael_allowed_tags() ); } @@ -24,6 +28,7 @@ if ($settings['show_list'] === 'true') { echo '<div class="eael-bd-cg-body">'; + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $args = array( 'post_type' => 'docs', 'post_status' => 'publish', @@ -41,6 +46,7 @@ ), ); + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $query = new \WP_Query($args); if ($query->have_posts()) { echo '<ul>'; @@ -64,16 +70,18 @@ // Nested category query if ($settings['nested_subcategory'] === 'true') { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $args = array( 'child_of' => $term->term_id, 'order' => $settings['order'], 'orderby' => $settings['orderby'], ); - //phpcs:ignore WordPress.WP.DeprecatedParameters.Get_termsParam2Found + //phpcs:ignore WordPress.WP.DeprecatedParameters.Get_termsParam2Found, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $sub_categories = get_terms('doc_category', $args); if ($sub_categories) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound foreach ($sub_categories as $sub_category) { echo '<span class="eael-bd-grid-sub-cat-title">'; @@ -91,6 +99,7 @@ echo '<a href="#">' . esc_html( $sub_category->name ) . '</a></span>'; echo '<ul class="docs-sub-cat-list">'; + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $sub_args = array( 'post_type' => 'docs', 'post_status' => 'publish', @@ -105,7 +114,8 @@ ), ); - $sub_args['posts_per_page'] = -1; + $sub_args['posts_per_page'] = -1; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $sub_post_query = new \WP_Query($sub_args); if ($sub_post_query->have_posts()): while ($sub_post_query->have_posts()): $sub_post_query->the_post(); @@ -132,14 +142,18 @@ if ($default_multiple_kb) { if(!empty($settings['selected_knowledge_base'])){ if(!empty($settings['selected_knowledge_base'])){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $button_link = str_replace('%knowledge_base%', $settings['selected_knowledge_base'], get_term_link($term->slug, 'doc_category')); }else{ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $button_link = str_replace('%knowledge_base%', 'non-knowledgebase', get_term_link($term->slug, 'doc_category')); } }else{ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $button_link = str_replace('%knowledge_base%', 'non-knowledgebase', get_term_link($term->slug, 'doc_category')); } } else { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $button_link = get_term_link($term->slug, 'doc_category'); } @@ -6,6 +6,11 @@ * */ +if ( ! defined( 'ABSPATH' ) ) { + exit; +} // Exit if accessed directly + +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound echo '<article class="eael-better-docs-category-grid-post" data-id="' . esc_attr( get_the_ID() ) . '"> <div class="eael-bd-cg-inner">'; if ($settings['show_header'] === 'true') { @@ -226,3 +231,4 @@ echo '</div>'; echo '</div>'; echo '</article>'; +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -13,6 +13,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -123,3 +124,4 @@ 'print_compare_button', ] ); } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -73,6 +74,7 @@ $product_data['ratings'] = Helper::eael_rating_markup( $product->get_average_rating(), $product->get_rating_count() ); } } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li class="product <?php echo esc_attr( "{$product_wrapper_classes} {$list_style_preset}" ) ?>"> <div class="eael-product-wrap"> @@ -103,6 +105,7 @@ do_action( 'woocommerce_before_shop_loop_item' ); } + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $_product_data['id'] = $product_data['id']; $_product_data['title'] = $product_data['title']; $_product_data['price'] = $product_data['price']; @@ -119,6 +122,7 @@ } } } + // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <ul class="icons-wrap <?php echo esc_attr( $settings['eael_product_action_buttons_preset'] ); ?>"> @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -73,6 +74,7 @@ $product_data['ratings'] = Helper::eael_rating_markup( $product->get_average_rating(), $product->get_rating_count() ); } } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li class="product <?php echo esc_attr( "{$product_wrapper_classes} {$list_style_preset}" ) ?>"> <div class="eael-product-wrap"> @@ -103,6 +105,7 @@ do_action( 'woocommerce_before_shop_loop_item' ); } + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $_product_data['id'] = $product_data['id']; $_product_data['title'] = $product_data['title']; $_product_data['description'] = $should_print_excerpt ? '<div class="eael-product-excerpt"> @@ -119,6 +122,7 @@ } } } + // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <ul class="icons-wrap <?php echo esc_attr( $settings['eael_product_action_buttons_preset'] ); ?>"> @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -73,6 +74,7 @@ $product_data['ratings'] = Helper::eael_rating_markup( $product->get_average_rating(), $product->get_rating_count() ); } } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li class="product <?php echo esc_attr( "{$product_wrapper_classes} {$list_style_preset}" ) ?>"> <div class="eael-product-wrap"> @@ -102,7 +104,8 @@ if ( $settings['eael_wc_loop_hooks'] === 'yes' ) { do_action( 'woocommerce_before_shop_loop_item' ); } - + + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $_product_data['id'] = $product_data['id']; if ( isset( $settings['enable_eael_layout_custom_ordering'] ) && $settings['enable_eael_layout_custom_ordering'] === 'yes' ){ @@ -148,6 +151,7 @@ } } } + // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <ul class="icons-wrap <?php echo esc_attr( $settings['eael_product_action_buttons_preset'] ); ?>"> @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -73,6 +74,7 @@ $product_data['ratings'] = Helper::eael_rating_markup( $product->get_average_rating(), $product->get_rating_count() ); } } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li class="product <?php echo esc_attr( "{$product_wrapper_classes} {$list_style_preset}" ) ?>"> <div class="eael-product-wrap"> @@ -103,6 +105,7 @@ do_action( 'woocommerce_before_shop_loop_item' ); } + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $_product_data['id'] = $product_data['id']; $_product_data['ratings'] = $product_data['ratings']; $_product_data['title'] = $product_data['title']; @@ -119,6 +122,7 @@ } } } + // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <ul class="icons-wrap <?php echo esc_attr( $settings['eael_product_action_buttons_preset'] ); ?>"> @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,6 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } + // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li <?php post_class( "product {$product_wrapper_classes}" ); ?>> <?php @@ -111,7 +113,7 @@ </div>'; if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -163,4 +164,5 @@ </div> </li> <?php -} \ No newline at end of file +} +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,6 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> @@ -113,7 +115,7 @@ } if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,6 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> @@ -102,7 +104,7 @@ echo '<div class="eael-product-price">' . $product->get_price_html() . '</div>'; } if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,7 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } - +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> <li class="product <?php echo esc_attr( "{$product_wrapper_classes} {$list_style_preset}" ) ?>"> @@ -97,7 +98,7 @@ } if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,6 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> @@ -126,7 +128,7 @@ <div class="product-details-wrap"> <?php if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,7 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } - +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> <li <?php post_class( "product {$product_wrapper_classes}" ); ?>> @@ -129,7 +130,7 @@ <div class="product-details-wrap"> <?php if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,7 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } - +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> <li <?php post_class( "product {$product_wrapper_classes}" ); ?>> @@ -133,7 +134,7 @@ } if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -61,9 +62,11 @@ 'src' => '', 'src_hover' => '' ]; + if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { ?> @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -64,6 +65,7 @@ if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } + // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li class="product <?php echo esc_attr( $product_wrapper_classes ); ?>"> <?php @@ -95,7 +97,7 @@ </div>'; if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -11,6 +11,7 @@ exit; } // Exit if accessed directly + // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -61,10 +62,12 @@ 'src' => '', 'src_hover' => '' ]; + if( $show_secondary_image ){ $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_grid_image_size_size'] ); } - ?> +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound +?> <li class="product <?php echo esc_attr( $product_wrapper_classes ); ?>"> <?php do_action( 'eael_woocommerce_before_shop_loop_item' ); @@ -95,7 +98,7 @@ </div>'; if ( $should_print_rating ) { - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html($product->get_average_rating(), $product->get_rating_count()); @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $thumbnail_html = ''; if ( $settings['eael_show_image'] == 'yes' ) { $settings[ 'eael_image_size_customize' ] = [ @@ -437,3 +438,4 @@ </div> </article>'; } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $thumbnail_html = ''; if ( $settings['eael_show_image'] == 'yes' ) { $settings[ 'eael_image_size_customize' ] = [ @@ -185,4 +186,5 @@ } echo '</div> </div> - </article>'; \ No newline at end of file + </article>'; +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $thumbnail_html = ''; if ( $settings['eael_show_image'] == 'yes' ) { $settings[ 'eael_image_size_customize' ] = [ @@ -158,4 +159,5 @@ } echo '</div> </div> - </article>'; \ No newline at end of file + </article>'; +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $thumbnail_html = ''; if ( $settings['eael_show_image'] == 'yes' ) { $settings[ 'eael_image_size_customize' ] = [ @@ -227,4 +228,5 @@ } echo '</div> </div> -</article>'; \ No newline at end of file +</article>'; +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,13 +10,16 @@ exit; } // Exit if accessed directly +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $image = ''; if ($settings['eael_show_image'] == 'yes' && has_post_thumbnail()) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $image = '<div class="eael-timeline-post-image" style="background-image: url('. wp_get_attachment_image_url (get_post_thumbnail_id(), $settings['image_size']) .')"></div>'; } +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $title_tag = isset($settings['title_tag']) ? Helper::eael_validate_html_tag($settings['title_tag']) : 'h2'; echo '<article class="eael-timeline-post"> @@ -30,6 +33,7 @@ echo '<div class="eael-timeline-content">'; if ( $settings['eael_show_title'] ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $title_html = '<div class="eael-timeline-post-title"> <' . $title_tag . ' class="eael-timeline-post-title-text" >' . get_the_title() . '</'.$title_tag.'> </div>'; @@ -38,9 +42,11 @@ if ( $settings['eael_show_excerpt'] ) { echo '<div class="eael-timeline-post-excerpt">'; if ( empty( $settings['eael_excerpt_length'] ) ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = strip_shortcodes( get_the_excerpt() ? get_the_excerpt() : get_the_content() ); echo '<p>' . wp_kses( $content, Helper::eael_allowed_tags() ) . '</p>'; } else { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = wp_trim_words( strip_shortcodes( get_the_excerpt() ? get_the_excerpt() : get_the_content() ), $settings['eael_excerpt_length'], $settings['expanison_indicator'] ); echo '<p>' . esc_html( $content ) . '</p>'; } @@ -12,12 +12,13 @@ exit; } // Exit if accessed directly +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $post_timeline_image_url = Group_Control_Image_Size::get_attachment_image_src( get_post_thumbnail_id(), 'image', $settings ); -$image_size = sanitize_html_class( $settings['image_size'] ); -$image_class = " attachment-$image_size size-$image_size"; -$title_tag = isset($settings['title_tag']) ? Helper::eael_validate_html_tag($settings['title_tag']) : 'h2'; +$image_size = sanitize_html_class( $settings['image_size'] ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound +$image_class = " attachment-$image_size size-$image_size"; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound +$title_tag = isset($settings['title_tag']) ? Helper::eael_validate_html_tag($settings['title_tag']) : 'h2'; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound echo '<article class="eael-timeline-post eael-timeline-column"> <div class="eael-timeline-bullet"></div> @@ -28,9 +29,11 @@ if ($settings['eael_show_excerpt']) { echo '<div class="eael-timeline-post-excerpt">'; if(empty($settings['eael_excerpt_length'])) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = strip_shortcodes(get_the_excerpt() ? get_the_excerpt() : get_the_content()); echo '<p>'. wp_kses( $content, Helper::eael_allowed_tags() ) .'</p>'; }else { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = wp_trim_words(strip_shortcodes(get_the_excerpt() ? get_the_excerpt() : get_the_content()), intval( $settings['eael_excerpt_length'] ), sanitize_text_field( $settings['expanison_indicator'] )); echo '<p>' . esc_html( $content ) . '</p>'; } @@ -38,6 +41,7 @@ } if ($settings['eael_show_title']) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $title_html = '<div class="eael-timeline-post-title"> <' . $settings['title_tag'] . ' class="eael-timeline-post-title-text">' . get_the_title() . '</' . $settings['title_tag'] . '> </div>'; @@ -104,6 +104,7 @@ */ public static function ea_order_pay( $order_id ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound do_action( 'before_woocommerce_pay' ); $order_id = absint( $order_id ); @@ -249,6 +250,7 @@ wc_print_notice( __( 'Invalid order.', 'essential-addons-for-elementor-lite' ), 'error' ); } + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound do_action( 'after_woocommerce_pay' ); } @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { @@ -138,3 +139,4 @@ </div> <?php } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -139,3 +140,4 @@ </div> <?php } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -136,3 +137,4 @@ </div> <?php } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -142,3 +143,4 @@ </div> <?php } +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound \ No newline at end of file @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -51,11 +52,13 @@ ]; //if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { $product_wrapper_classes = implode( " ", apply_filters( 'eael_product_wrapper_class', [], $product->get_id(), 'eael-woo-product-gallery' ) ); +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li <?php post_class( "product {$product_wrapper_classes}" ); ?>> <?php if( $show_secondary_image ){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_gallery_image_size_size'] ); } ?> @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -51,10 +52,12 @@ ]; //if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { $product_wrapper_classes = implode( " ", apply_filters( 'eael_product_wrapper_class', [], $product->get_id(), 'eael-woo-product-gallery' ) ); +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li <?php post_class( "product {$product_wrapper_classes}" ); ?>> <?php if( $show_secondary_image ){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_gallery_image_size_size'] ); } @@ -108,6 +111,7 @@ } if ( $should_print_rating ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $avg_rating = $product->get_average_rating(); if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -51,10 +52,12 @@ ]; //if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { $product_wrapper_classes = implode( " ", apply_filters( 'eael_product_wrapper_class', [], $product->get_id(), 'eael-woo-product-gallery' ) ); +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li <?php post_class( "product {$product_wrapper_classes}" ); ?>> <?php if( $show_secondary_image ){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_gallery_image_size_size'] ); } @@ -105,6 +108,7 @@ <div class="product-details-wrap"> <?php if ( $should_print_rating ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $avg_rating = $product->get_average_rating(); if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped @@ -10,6 +10,7 @@ exit; } // Exit if accessed directly +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( get_the_ID() ); if ( ! $product ) { return; @@ -51,10 +52,12 @@ ]; //if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->is_visible() ) { $product_wrapper_classes = implode( " ", apply_filters( 'eael_product_wrapper_class', [], $product->get_id(), 'eael-woo-product-gallery' ) ); +// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?> <li class="product <?php echo esc_attr( $product_wrapper_classes ) ?>"> <?php if($show_secondary_image){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $image_sources = Helper::eael_get_woo_product_gallery_image_srcs( $product, $settings['eael_product_gallery_image_size_size'] ); } @@ -79,6 +82,7 @@ } printf('<%1$s class="woocommerce-loop-product__title">%2$s</%1$s>', esc_attr( $title_tag ), wp_kses($product->get_title(), Helper::eael_allowed_tags() )); if ( $should_print_rating ) { + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $avg_rating = $product->get_average_rating(); if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped @@ -11,14 +11,15 @@ } // Exit if accessed directly if ( empty( $woo_product_list ) ) { - $woo_product_list = Woo_Product_List::get_woo_product_list_settings( $settings ); + $woo_product_list = Woo_Product_List::get_woo_product_list_settings( $settings ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound } -$product = wc_get_product( get_the_ID() ); +$product = wc_get_product( get_the_ID() ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( ! $product ) { return; } +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $woo_product_list_loop = Woo_Product_List::get_woo_product_list_loop_settings( $product, $settings, $woo_product_list ); // static method as the template is used by read more feature too ?> <div <?php post_class( 'product' ); ?>> @@ -76,6 +77,7 @@ <?php if ( $woo_product_list['rating_show'] ) : ?> <div class="eael-product-list-rating"> <?php + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $avg_rating = $product->get_average_rating(); if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped @@ -112,6 +114,7 @@ <div class="eael-product-list-excerpt"> <?php if( $woo_product_list['excerpt_words_count'] ){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = wp_trim_words( strip_shortcodes( get_the_excerpt() ), $woo_product_list['excerpt_words_count'], $woo_product_list['excerpt_expanison_indicator'] ); echo esc_html( $content ); } else { @@ -11,14 +11,15 @@ } // Exit if accessed directly if ( empty( $woo_product_list ) ) { - $woo_product_list = Woo_Product_List::get_woo_product_list_settings( $settings ); + $woo_product_list = Woo_Product_List::get_woo_product_list_settings( $settings ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound } -$product = wc_get_product( get_the_ID() ); +$product = wc_get_product( get_the_ID() ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( ! $product ) { return; } +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $woo_product_list_loop = Woo_Product_List::get_woo_product_list_loop_settings( $product, $settings, $woo_product_list ); // static method as the template is used by read more feature too ?> <div <?php post_class( 'product' ); ?>> @@ -76,7 +77,7 @@ <?php if ( $woo_product_list['rating_show'] ) : ?> <div class="eael-product-list-rating"> <?php - $avg_rating = $product->get_average_rating(); + $avg_rating = $product->get_average_rating(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wc_get_rating_html( $avg_rating, $product->get_rating_count()); @@ -112,6 +113,7 @@ <div class="eael-product-list-excerpt"> <?php if( $woo_product_list['excerpt_words_count'] ){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = wp_trim_words( strip_shortcodes( get_the_excerpt() ), $woo_product_list['excerpt_words_count'], $woo_product_list['excerpt_expanison_indicator'] ); echo esc_html( $content ); } else { @@ -11,14 +11,15 @@ } // Exit if accessed directly if ( empty( $woo_product_list ) ) { - $woo_product_list = Woo_Product_List::get_woo_product_list_settings( $settings ); + $woo_product_list = Woo_Product_List::get_woo_product_list_settings( $settings ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound } -$product = wc_get_product( get_the_ID() ); +$product = wc_get_product( get_the_ID() ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound if ( ! $product ) { return; } +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $woo_product_list_loop = Woo_Product_List::get_woo_product_list_loop_settings( $product, $settings, $woo_product_list ); // static method as the template is used by read more feature too ?> <div <?php post_class( 'product' ); ?>> @@ -76,6 +77,7 @@ <?php if ( $woo_product_list['rating_show'] ) : ?> <div class="eael-product-list-rating"> <?php + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $avg_rating = $product->get_average_rating(); if( $avg_rating > 0 ){ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped @@ -103,6 +105,7 @@ <div class="eael-product-list-excerpt"> <?php if( $woo_product_list['excerpt_words_count'] ){ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $content = wp_trim_words( strip_shortcodes( get_the_excerpt() ), $woo_product_list['excerpt_words_count'], $woo_product_list['excerpt_expanison_indicator'] ); echo esc_html( $content ); } else { @@ -43,6 +43,9 @@ add_action( 'wp_ajax_eael_product_add_to_cart', array( $this, 'eael_product_add_to_cart' ) ); add_action( 'wp_ajax_nopriv_eael_product_add_to_cart', array( $this, 'eael_product_add_to_cart' ) ); + add_action( 'wp_ajax_eael_ajax_add_to_cart', [ $this, 'eael_ajax_add_to_cart' ] ); + add_action( 'wp_ajax_nopriv_eael_ajax_add_to_cart', [ $this, 'eael_ajax_add_to_cart' ] ); + add_action( 'wp_ajax_woo_checkout_update_order_review', [ $this, 'woo_checkout_update_order_review' ] ); add_action( 'wp_ajax_nopriv_woo_checkout_update_order_review', [ $this, 'woo_checkout_update_order_review' ] ); @@ -955,6 +958,7 @@ } global $post, $product; + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( $product_id ); $post = get_post( $product_id ); @@ -1607,4 +1611,75 @@ } ); } + public function eael_ajax_add_to_cart() { + check_ajax_referer( 'eael-ajax-add-to-cart', 'nonce' ); + + if ( ! function_exists( 'WC' ) ) { + wp_send_json_error( [ 'message' => esc_html__( 'WooCommerce is not active.', 'essential-addons-for-elementor-lite' ) ] ); + } + + // phpcs:disable WordPress.Security.NonceVerification.Missing -- nonce already checked above + $product_id = isset( $_POST['product_id'] ) ? absint( $_POST['product_id'] ) : 0; + $product_type = isset( $_POST['product_type'] ) ? sanitize_key( $_POST['product_type'] ) : 'simple'; + // phpcs:enable + + if ( ! $product_id ) { + wp_send_json_error( [ 'message' => esc_html__( 'Invalid product.', 'essential-addons-for-elementor-lite' ) ] ); + } + + $added = false; + + if ( 'grouped' === $product_type ) { + // phpcs:ignore WordPress.Security.NonceVerification.Missing + $quantities = isset( $_POST['quantity'] ) && is_array( $_POST['quantity'] ) ? $_POST['quantity'] : []; + foreach ( $quantities as $child_id => $qty ) { + $child_id = absint( $child_id ); + $qty = absint( $qty ); + if ( $child_id > 0 && $qty > 0 ) { + WC()->cart->add_to_cart( $child_id, $qty ); + $added = true; + } + } + } elseif ( 'variable' === $product_type ) { + // phpcs:disable WordPress.Security.NonceVerification.Missing + $variation_id = isset( $_POST['variation_id'] ) ? absint( $_POST['variation_id'] ) : 0; + $quantity = isset( $_POST['quantity'] ) ? absint( $_POST['quantity'] ) : 1; + $attributes = []; + foreach ( $_POST as $key => $value ) { + if ( strpos( $key, 'attribute_' ) === 0 ) { + $attributes[ sanitize_key( $key ) ] = sanitize_text_field( wp_unslash( $value ) ); + } + } + // phpcs:enable + if ( $variation_id ) { + $added = WC()->cart->add_to_cart( $product_id, $quantity, $variation_id, $attributes ); + } + } else { + // phpcs:ignore WordPress.Security.NonceVerification.Missing + $quantity = isset( $_POST['quantity'] ) ? absint( $_POST['quantity'] ) : 1; + $added = WC()->cart->add_to_cart( $product_id, $quantity ); + } + + if ( false === $added ) { + ob_start(); + wc_print_notices(); + $notices_html = ob_get_clean(); + wp_send_json_error( [ 'notices' => $notices_html ] ); + } + + WC()->cart->calculate_totals(); + $fragments = apply_filters( 'woocommerce_add_to_cart_fragments', [] ); + + ob_start(); + wc_print_notices(); + $notices_html = ob_get_clean(); + + wp_send_json_success( [ + 'fragments' => $fragments, + 'cart_hash' => WC()->cart->get_cart_hash(), + 'cart_count' => WC()->cart->get_cart_contents_count(), + 'notices' => $notices_html, + ] ); + } + } @@ -18,6 +18,7 @@ */ public function i18n() { + // phpcs:ignore PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound load_plugin_textdomain('essential-addons-for-elementor-lite'); } @@ -712,7 +712,7 @@ exit(); } - $user_data['eael_lrmuc'] = $_POST['eael_lrmuc'] ?? ''; + $user_data['eael_lrmuc'] = sanitize_text_field( wp_unslash( $_POST['eael_lrmuc'] ?? '' ) ); do_action( 'eael/login-register/mailchimp-integration-action', $user_id, $user_data, $settings ); $admin_or_both = $is_pass_auto_generated || in_array( 'send_email', $register_actions ) ? 'both' : 'admin'; @@ -726,6 +726,7 @@ */ // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound remove_action( 'register_new_user', 'wp_send_new_user_notifications' ); + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound do_action( 'register_new_user', $user_id ); wp_new_user_notification( $user_id, null, $admin_or_both ); @@ -1963,6 +1963,7 @@ if ( ! empty( $products ) && is_array( $products ) ) { foreach ( $products as $product_id ) { /** @type WC_Product $product WooCommerce Product */ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( $product_id ); if ( ! $product ) { continue; @@ -2208,6 +2209,7 @@ if ( ! empty( $products ) && is_array( $products ) ) { foreach ( $products as $product_id ) { /** @type WC_Product $product WooCommerce Product */ + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $product = wc_get_product( $product_id ); if ( ! $product ) { continue; @@ -17,7 +17,7 @@ msgid "Added " msgstr "" -#: ../includes/Classes/Asset_Builder.php:396, ../includes/Traits/Woo_Product_Comparable.php:2115 +#: ../includes/Classes/Asset_Builder.php:396, ../includes/Traits/Woo_Product_Comparable.php:2116 msgid "Compare" msgstr "" @@ -45,23 +45,23 @@ msgid "of" msgstr "" -#: ../includes/Classes/Compatibility_Support.php:68 +#: ../includes/Classes/Compatibility_Support.php:72 msgid "Livraison Mondial Relay" msgstr "" -#: ../includes/Classes/Compatibility_Support.php:70 +#: ../includes/Classes/Compatibility_Support.php:74 msgid "Vous n'avez pas encore choisi de Point Relais®" msgstr "" -#: ../includes/Classes/Compatibility_Support.php:72 +#: ../includes/Classes/Compatibility_Support.php:76 msgid "Choisir un Point Relais®" msgstr "" -#: ../includes/Classes/Helper.php:281, ../includes/Elements/Adv_Accordion.php:689, ../includes/Elements/Adv_Tabs.php:529, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:316, ../includes/Elements/Countdown.php:589, ../includes/Elements/Creative_Button.php:251, ../includes/Elements/Cta_Box.php:810, ../includes/Elements/Data_Table.php:534, ../includes/Elements/Dual_Color_Header.php:377, ../includes/Elements/Fancy_Text.php:302, ../includes/Elements/Filterable_Gallery.php:1280, ../includes/Elements/Flip_Box.php:891, ../includes/Elements/Info_Box.php:719, ../includes/Elements/Login_Register.php:2333, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Progress_Bar.php:323, ../includes/Elements/Team_Member.php:432, ../includes/Elements/Testimonial.php:316, ../includes/Elements/Tooltip.php:536, ../includes/Elements/Twitter_Feed.php:592, ../includes/Elements/WeForms.php:114 +#: ../includes/Classes/Helper.php:281, ../includes/Elements/Adv_Accordion.php:689, ../includes/Elements/Adv_Tabs.php:529, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:316, ../includes/Elements/Countdown.php:589, ../includes/Elements/Creative_Button.php:251, ../includes/Elements/Cta_Box.php:810, ../includes/Elements/Data_Table.php:534, ../includes/Elements/Dual_Color_Header.php:377, ../includes/Elements/Fancy_Text.php:303, ../includes/Elements/Filterable_Gallery.php:1280, ../includes/Elements/Flip_Box.php:891, ../includes/Elements/Info_Box.php:719, ../includes/Elements/Login_Register.php:2334, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Progress_Bar.php:324, ../includes/Elements/Team_Member.php:432, ../includes/Elements/Testimonial.php:316, ../includes/Elements/Tooltip.php:536, ../includes/Elements/Twitter_Feed.php:592, ../includes/Elements/WeForms.php:114 msgid "Go Premium for More Features" msgstr "" -#: ../includes/Classes/Helper.php:288, ../includes/Elements/Adv_Accordion.php:696, ../includes/Elements/Adv_Tabs.php:536, ../includes/Elements/Contact_Form_7.php:284, ../includes/Elements/Content_Ticker.php:323, ../includes/Elements/Countdown.php:596, ../includes/Elements/Creative_Button.php:258, ../includes/Elements/Cta_Box.php:817, ../includes/Elements/Data_Table.php:541, ../includes/Elements/Dual_Color_Header.php:384, ../includes/Elements/Fancy_Text.php:309, ../includes/Elements/Filterable_Gallery.php:1287, ../includes/Elements/Flip_Box.php:898, ../includes/Elements/Info_Box.php:726, ../includes/Elements/Login_Register.php:2340, ../includes/Elements/Pricing_Table.php:830, ../includes/Elements/Progress_Bar.php:330, ../includes/Elements/Team_Member.php:439, ../includes/Elements/Testimonial.php:323, ../includes/Elements/Tooltip.php:543, ../includes/Elements/Twitter_Feed.php:599, ../includes/Elements/WeForms.php:121 +#: ../includes/Classes/Helper.php:288, ../includes/Elements/Adv_Accordion.php:696, ../includes/Elements/Adv_Tabs.php:536, ../includes/Elements/Contact_Form_7.php:284, ../includes/Elements/Content_Ticker.php:323, ../includes/Elements/Countdown.php:596, ../includes/Elements/Creative_Button.php:258, ../includes/Elements/Cta_Box.php:817, ../includes/Elements/Data_Table.php:541, ../includes/Elements/Dual_Color_Header.php:384, ../includes/Elements/Fancy_Text.php:310, ../includes/Elements/Filterable_Gallery.php:1287, ../includes/Elements/Flip_Box.php:898, ../includes/Elements/Info_Box.php:726, ../includes/Elements/Login_Register.php:2341, ../includes/Elements/Pricing_Table.php:830, ../includes/Elements/Progress_Bar.php:331, ../includes/Elements/Team_Member.php:439, ../includes/Elements/Testimonial.php:323, ../includes/Elements/Tooltip.php:543, ../includes/Elements/Twitter_Feed.php:599, ../includes/Elements/WeForms.php:121 msgid "Unlock more possibilities" msgstr "" @@ -73,7 +73,7 @@ msgid "Post Author" msgstr "" -#: ../includes/Classes/Helper.php:349, ../includes/Controls/Select2.php:30, ../includes/Elements/Betterdocs_Category_Box.php:632, ../includes/Elements/Betterdocs_Category_Box.php:671, ../includes/Elements/Betterdocs_Category_Grid.php:595, ../includes/Elements/Betterdocs_Category_Grid.php:1152, ../includes/Elements/Caldera_Forms.php:122, ../includes/Elements/Caldera_Forms.php:265, ../includes/Elements/Contact_Form_7.php:164, ../includes/Elements/Contact_Form_7.php:475, ../includes/Elements/Cta_Box.php:335, ../includes/Elements/Cta_Box.php:352, ../includes/Elements/Cta_Box.php:355, ../includes/Elements/Cta_Box.php:1016, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Dual_Color_Header.php:197, ../includes/Elements/Dual_Color_Header.php:200, ../includes/Elements/Dual_Color_Header.php:626, ../includes/Elements/Event_Calendar.php:171, ../includes/Elements/Event_Calendar.php:1150, ../includes/Elements/Event_Calendar.php:1166, ../includes/Elements/Event_Calendar.php:1167, ../includes/Elements/Event_Calendar.php:2384, ../includes/Elements/Event_Calendar.php:3098, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Feature_List.php:195, ../includes/Elements/Feature_List.php:849, ../includes/Elements/Flip_Box.php:811, ../includes/Elements/FluentForm.php:163, ../includes/Elements/FluentForm.php:299, ../includes/Elements/Formstack.php:213, ../includes/Elements/Formstack.php:487, ../includes/Elements/GravityForms.php:170, ../includes/Elements/GravityForms.php:200, ../includes/Elements/GravityForms.php:521, ../includes/Elements/GravityForms.php:601, ../includes/Elements/Image_Accordion.php:213, ../includes/Elements/Image_Accordion.php:518, ../includes/Elements/Info_Box.php:285, ../includes/Elements/Info_Box.php:1742, ../includes/Elements/Interactive_Circle.php:201, ../includes/Elements/Login_Register.php:3908, ../includes/Elements/NFT_Gallery.php:440, ../includes/Elements/NFT_Gallery.php:1250, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:143, ../includes/Elements/NinjaForms.php:450, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Post_Grid.php:897, ../includes/Elements/Post_Grid.php:1336, ../includes/Elements/Post_Timeline.php:299, ../includes/Elements/Pricing_Table.php:158, ../includes/Elements/Product_Grid.php:3063, ../includes/Elements/Progress_Bar.php:130, ../includes/Elements/Progress_Bar.php:790, ../includes/Elements/Woo_Cart.php:209, ../includes/Elements/Woo_Cart.php:473, ../includes/Elements/Woo_Cart.php:607, ../includes/Elements/Woo_Cart.php:681, ../includes/Elements/Woo_Cart.php:762, ../includes/Elements/Woo_Checkout.php:400, ../includes/Elements/Woo_Checkout.php:525, ../includes/Elements/Woo_Checkout.php:699, ../includes/Elements/Woo_Checkout.php:711, ../includes/Elements/Woo_Checkout.php:799, ../includes/Elements/Woo_Product_Carousel.php:1915, ../includes/Elements/Woo_Product_Gallery.php:2229, ../includes/Elements/Woo_Product_List.php:349, ../includes/Elements/Woo_Product_List.php:893, ../includes/Elements/Woo_Product_List.php:1711, ../includes/Elements/Woo_Product_List.php:2393, ../includes/Elements/Woo_Product_List.php:3059, ../includes/Elements/WpForms.php:128, ../includes/Elements/WpForms.php:158, ../includes/Elements/WpForms.php:425, ../includes/Extensions/Table_of_Content.php:129, ../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:1202 +#: ../includes/Classes/Helper.php:349, ../includes/Controls/Select2.php:30, ../includes/Elements/Betterdocs_Category_Box.php:632, ../includes/Elements/Betterdocs_Category_Box.php:671, ../includes/Elements/Betterdocs_Category_Grid.php:595, ../includes/Elements/Betterdocs_Category_Grid.php:1152, ../includes/Elements/Caldera_Forms.php:122, ../includes/Elements/Caldera_Forms.php:265, ../includes/Elements/Contact_Form_7.php:164, ../includes/Elements/Contact_Form_7.php:475, ../includes/Elements/Cta_Box.php:335, ../includes/Elements/Cta_Box.php:352, ../includes/Elements/Cta_Box.php:355, ../includes/Elements/Cta_Box.php:1016, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Dual_Color_Header.php:197, ../includes/Elements/Dual_Color_Header.php:200, ../includes/Elements/Dual_Color_Header.php:626, ../includes/Elements/Event_Calendar.php:171, ../includes/Elements/Event_Calendar.php:1150, ../includes/Elements/Event_Calendar.php:1166, ../includes/Elements/Event_Calendar.php:1167, ../includes/Elements/Event_Calendar.php:2384, ../includes/Elements/Event_Calendar.php:3098, ../includes/Elements/Feature_List.php:193, ../includes/Elements/Feature_List.php:195, ../includes/Elements/Feature_List.php:849, ../includes/Elements/Flip_Box.php:811, ../includes/Elements/FluentForm.php:163, ../includes/Elements/FluentForm.php:299, ../includes/Elements/Formstack.php:213, ../includes/Elements/Formstack.php:487, ../includes/Elements/GravityForms.php:170, ../includes/Elements/GravityForms.php:200, ../includes/Elements/GravityForms.php:521, ../includes/Elements/GravityForms.php:601, ../includes/Elements/Image_Accordion.php:213, ../includes/Elements/Image_Accordion.php:518, ../includes/Elements/Info_Box.php:285, ../includes/Elements/Info_Box.php:1742, ../includes/Elements/Interactive_Circle.php:201, ../includes/Elements/Login_Register.php:3909, ../includes/Elements/NFT_Gallery.php:440, ../includes/Elements/NFT_Gallery.php:1250, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:143, ../includes/Elements/NinjaForms.php:450, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Post_Grid.php:897, ../includes/Elements/Post_Grid.php:1336, ../includes/Elements/Post_Timeline.php:299, ../includes/Elements/Pricing_Table.php:158, ../includes/Elements/Product_Grid.php:3063, ../includes/Elements/Progress_Bar.php:131, ../includes/Elements/Progress_Bar.php:791, ../includes/Elements/Woo_Cart.php:209, ../includes/Elements/Woo_Cart.php:473, ../includes/Elements/Woo_Cart.php:607, ../includes/Elements/Woo_Cart.php:681, ../includes/Elements/Woo_Cart.php:762, ../includes/Elements/Woo_Checkout.php:400, ../includes/Elements/Woo_Checkout.php:525, ../includes/Elements/Woo_Checkout.php:699, ../includes/Elements/Woo_Checkout.php:711, ../includes/Elements/Woo_Checkout.php:799, ../includes/Elements/Woo_Product_Carousel.php:1915, ../includes/Elements/Woo_Product_Gallery.php:2229, ../includes/Elements/Woo_Product_List.php:349, ../includes/Elements/Woo_Product_List.php:894, ../includes/Elements/Woo_Product_List.php:1712, ../includes/Elements/Woo_Product_List.php:2394, ../includes/Elements/Woo_Product_List.php:3060, ../includes/Elements/WpForms.php:128, ../includes/Elements/WpForms.php:158, ../includes/Elements/WpForms.php:425, ../includes/Extensions/Table_of_Content.php:129, ../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:1202 msgid "Title" msgstr "" @@ -221,7 +221,7 @@ msgid "Argument should not be empty." msgstr "" -#: ../includes/Classes/WPDeveloper_Plugin_Installer.php:152, ../includes/Classes/WPDeveloper_Plugin_Installer.php:186, ../includes/Classes/WPDeveloper_Plugin_Installer.php:205, ../includes/Classes/WPDeveloper_Plugin_Installer.php:226, ../includes/Classes/WPDeveloper_Setup_Wizard.php:463, ../includes/Classes/WPDeveloper_Setup_Wizard.php:487, ../includes/Classes/WPDeveloper_Setup_Wizard.php:508, ../includes/Traits/Ajax_Handler.php:1361, ../includes/Traits/Ajax_Handler.php:1552, ../includes/Traits/Ajax_Handler.php:1584, ../includes/Traits/Ajax_Handler.php:1601, ../includes/Traits/Helper.php:441 +#: ../includes/Classes/WPDeveloper_Plugin_Installer.php:152, ../includes/Classes/WPDeveloper_Plugin_Installer.php:186, ../includes/Classes/WPDeveloper_Plugin_Installer.php:205, ../includes/Classes/WPDeveloper_Plugin_Installer.php:226, ../includes/Classes/WPDeveloper_Setup_Wizard.php:463, ../includes/Classes/WPDeveloper_Setup_Wizard.php:487, ../includes/Classes/WPDeveloper_Setup_Wizard.php:508, ../includes/Traits/Ajax_Handler.php:1365, ../includes/Traits/Ajax_Handler.php:1556, ../includes/Traits/Ajax_Handler.php:1588, ../includes/Traits/Ajax_Handler.php:1605, ../includes/Traits/Helper.php:441 msgid "you are not allowed to do this action" msgstr "" @@ -501,7 +501,7 @@ msgid "Image Accordion" msgstr "" -#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:692, ../includes/Elements/GravityForms.php:593, ../includes/Elements/GravityForms.php:659, ../includes/Elements/Progress_Bar.php:28, ../includes/Elements/Progress_Bar.php:135, ../includes/Elements/Progress_Bar.php:187, ../includes/Traits/Admin.php:1017 +#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:692, ../includes/Elements/GravityForms.php:593, ../includes/Elements/GravityForms.php:659, ../includes/Elements/Progress_Bar.php:28, ../includes/Elements/Progress_Bar.php:136, ../includes/Elements/Progress_Bar.php:188, ../includes/Traits/Admin.php:1017 msgid "Progress Bar" msgstr "" @@ -625,7 +625,7 @@ msgid "Woo Product Images" msgstr "" -#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:838, ../includes/Elements/Woo_Add_To_Cart.php:20, ../includes/Traits/Admin.php:1452 +#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:838, ../includes/Elements/Woo_Add_To_Cart.php:25, ../includes/Traits/Admin.php:1452 msgid "Woo Add To Cart" msgstr "" @@ -925,19 +925,19 @@ msgid "Background Size" msgstr "" -#: ../includes/Controls/EAEL_Background.php:586, ../includes/Controls/EAEL_Background.php:605, ../includes/Elements/Adv_Tabs.php:116, ../includes/Elements/Caldera_Forms.php:420, ../includes/Elements/Code_Snippet.php:211, ../includes/Elements/Contact_Form_7.php:334, ../includes/Elements/Contact_Form_7.php:844, ../includes/Elements/Countdown.php:94, ../includes/Elements/Creative_Button.php:284, ../includes/Elements/Cta_Box.php:207, ../includes/Elements/Cta_Box.php:1147, ../includes/Elements/Cta_Box.php:1688, ../includes/Elements/Dual_Color_Header.php:92, ../includes/Elements/Event_Calendar.php:912, ../includes/Elements/Event_Calendar.php:924, ../includes/Elements/Flip_Box.php:1046, ../includes/Elements/FluentForm.php:466, ../includes/Elements/Formstack.php:345, ../includes/Elements/GravityForms.php:358, ../includes/Elements/Login_Register.php:606, ../includes/Elements/Login_Register.php:1063, ../includes/Elements/Login_Register.php:1278, ../includes/Elements/Login_Register.php:1437, ../includes/Elements/Login_Register.php:2679, ../includes/Elements/Login_Register.php:3026, ../includes/Elements/Login_Register.php:3208, ../includes/Elements/Login_Register.php:3473, ../includes/Elements/Login_Register.php:3617, ../includes/Elements/Login_Register.php:3767, ../includes/Elements/Login_Register.php:3910, ../includes/Elements/Login_Register.php:4001, ../includes/Elements/Login_Register.php:4099, ../includes/Elements/Login_Register.php:4301, ../includes/Elements/Login_Register.php:4346, ../includes/Elements/Login_Register.php:4378, ../includes/Elements/Login_Register.php:4809, ../includes/Elements/Login_Register.php:4957, ../includes/Elements/Login_Register.php:5086, ../includes/Elements/Login_Register.php:5361, ../includes/Elements/Login_Register.php:5782, ../includes/Elements/NinjaForms.php:285, ../includes/Elements/Pricing_Table.php:91, ../includes/Elements/Pricing_Table.php:585, ../includes/Elements/Product_Grid.php:269, ../includes/Elements/Simple_Menu.php:411, ../includes/Elements/Simple_Menu.php:537, ../includes/Elements/Simple_Menu.php:899, ../includes/Elements/Simple_Menu.php:1347, ../includes/Elements/Sticky_Video.php:399, ../includes/Elements/Team_Member.php:547, ../includes/Elements/Testimonial.php:101, ../includes/Elements/Testimonial.php:293, ../includes/Elements/Testimonial.php:395, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Checkout.php:130, ../includes/Elements/Woo_Product_Images.php:598, ../includes/Elements/WpForms.php:282, ../includes/Extensions/Hover_Effect.php:688, ../includes/Extensions/Hover_Effect.php:1331, ../includes/Extensions/Image_Masking.php:398, ../includes/Extensions/Image_Masking.php:449, ../includes/Traits/Controls.php:821, ../includes/Traits/Controls.php:2044, ../includes/Traits/Login_Registration.php:1342, ../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:4, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:6, ../includes/Template/Post-Timeline/default.php:4 +#: ../includes/Controls/EAEL_Background.php:586, ../includes/Controls/EAEL_Background.php:605, ../includes/Elements/Adv_Tabs.php:116, ../includes/Elements/Caldera_Forms.php:420, ../includes/Elements/Code_Snippet.php:211, ../includes/Elements/Contact_Form_7.php:334, ../includes/Elements/Contact_Form_7.php:844, ../includes/Elements/Countdown.php:94, ../includes/Elements/Creative_Button.php:284, ../includes/Elements/Cta_Box.php:207, ../includes/Elements/Cta_Box.php:1147, ../includes/Elements/Cta_Box.php:1688, ../includes/Elements/Dual_Color_Header.php:92, ../includes/Elements/Event_Calendar.php:912, ../includes/Elements/Event_Calendar.php:924, ../includes/Elements/Flip_Box.php:1046, ../includes/Elements/FluentForm.php:466, ../includes/Elements/Formstack.php:345, ../includes/Elements/GravityForms.php:358, ../includes/Elements/Login_Register.php:606, ../includes/Elements/Login_Register.php:1064, ../includes/Elements/Login_Register.php:1279, ../includes/Elements/Login_Register.php:1438, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:3027, ../includes/Elements/Login_Register.php:3209, ../includes/Elements/Login_Register.php:3474, ../includes/Elements/Login_Register.php:3618, ../includes/Elements/Login_Register.php:3768, ../includes/Elements/Login_Register.php:3911, ../includes/Elements/Login_Register.php:4002, ../includes/Elements/Login_Register.php:4100, ../includes/Elements/Login_Register.php:4302, ../includes/Elements/Login_Register.php:4347, ../includes/Elements/Login_Register.php:4379, ../includes/Elements/Login_Register.php:4810, ../includes/Elements/Login_Register.php:4958, ../includes/Elements/Login_Register.php:5087, ../includes/Elements/Login_Register.php:5362, ../includes/Elements/Login_Register.php:5783, ../includes/Elements/NinjaForms.php:285, ../includes/Elements/Pricing_Table.php:91, ../includes/Elements/Pricing_Table.php:585, ../includes/Elements/Product_Grid.php:269, ../includes/Elements/Simple_Menu.php:411, ../includes/Elements/Simple_Menu.php:537, ../includes/Elements/Simple_Menu.php:899, ../includes/Elements/Simple_Menu.php:1347, ../includes/Elements/Sticky_Video.php:399, ../includes/Elements/Team_Member.php:547, ../includes/Elements/Testimonial.php:101, ../includes/Elements/Testimonial.php:293, ../includes/Elements/Testimonial.php:395, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Checkout.php:130, ../includes/Elements/Woo_Product_Images.php:598, ../includes/Elements/WpForms.php:282, ../includes/Extensions/Hover_Effect.php:688, ../includes/Extensions/Hover_Effect.php:1331, ../includes/Extensions/Image_Masking.php:408, ../includes/Extensions/Image_Masking.php:459, ../includes/Traits/Controls.php:821, ../includes/Traits/Controls.php:2044, ../includes/Traits/Login_Registration.php:1343, ../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:4, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:6, ../includes/Template/Post-Timeline/default.php:4 msgid "Default" msgstr "" -#: ../includes/Controls/EAEL_Background.php:587, ../includes/Elements/Feature_List.php:454, ../includes/Elements/Login_Register.php:959, ../includes/Extensions/Image_Masking.php:399 +#: ../includes/Controls/EAEL_Background.php:587, ../includes/Elements/Feature_List.php:454, ../includes/Elements/Login_Register.php:959, ../includes/Extensions/Image_Masking.php:409 msgid "Auto" msgstr "" -#: ../includes/Controls/EAEL_Background.php:588, ../includes/Elements/Cta_Box.php:263, ../includes/Extensions/Image_Masking.php:400 +#: ../includes/Controls/EAEL_Background.php:588, ../includes/Elements/Cta_Box.php:263, ../includes/Extensions/Image_Masking.php:410 msgid "Cover" msgstr "" -#: ../includes/Controls/EAEL_Background.php:589, ../includes/Elements/Cta_Box.php:264, ../includes/Elements/Woo_Product_Gallery.php:596, ../includes/Extensions/Image_Masking.php:401 +#: ../includes/Controls/EAEL_Background.php:589, ../includes/Elements/Cta_Box.php:264, ../includes/Elements/Woo_Product_Gallery.php:596, ../includes/Extensions/Image_Masking.php:411 msgid "Contain" msgstr "" @@ -953,7 +953,7 @@ msgid "Ken Burns Effect" msgstr "" -#: ../includes/Controls/EAEL_Background.php:647, ../includes/Elements/Content_Ticker.php:296, ../includes/Elements/Image_Accordion.php:95, ../includes/Elements/SVG_Draw.php:418, ../includes/Elements/Woo_Product_Carousel.php:940, ../includes/Elements/Woo_Product_List.php:765 +#: ../includes/Controls/EAEL_Background.php:647, ../includes/Elements/Content_Ticker.php:296, ../includes/Elements/Image_Accordion.php:95, ../includes/Elements/SVG_Draw.php:418, ../includes/Elements/Woo_Product_Carousel.php:940, ../includes/Elements/Woo_Product_List.php:766 msgid "Direction" msgstr "" @@ -973,7 +973,7 @@ msgid "Remove" msgstr "" -#: ../includes/Controls/Select2.php:29, ../includes/Elements/Adv_Tabs.php:361, ../includes/Elements/Adv_Tabs.php:388, ../includes/Elements/Code_Snippet.php:475, ../includes/Elements/Cta_Box.php:172, ../includes/Elements/Cta_Box.php:184, ../includes/Elements/Data_Table.php:193, ../includes/Elements/Data_Table.php:225, ../includes/Elements/Feature_List.php:90, ../includes/Elements/Feature_List.php:176, ../includes/Elements/Filterable_Gallery.php:1027, ../includes/Elements/Filterable_Gallery.php:2274, ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:582, ../includes/Elements/Info_Box.php:98, ../includes/Elements/Info_Box.php:138, ../includes/Elements/Info_Box.php:220, ../includes/Elements/Info_Box.php:816, ../includes/Elements/NFT_Gallery.php:1127, ../includes/Elements/NFT_Gallery.php:1446, ../includes/Elements/NFT_Gallery.php:1694, ../includes/Elements/Post_Grid.php:701, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Grid.php:1061, ../includes/Elements/Post_Timeline.php:243, ../includes/Elements/Product_Grid.php:1024, ../includes/Elements/Team_Member.php:134, ../includes/Elements/Team_Member.php:606, ../includes/Elements/Testimonial.php:145, ../includes/Elements/Testimonial.php:482, ../includes/Elements/Tooltip.php:91, ../includes/Elements/Tooltip.php:188, ../includes/Elements/Woo_Cart.php:208, ../includes/Elements/Woo_Product_Gallery.php:529, ../includes/Elements/Woo_Product_Images.php:124, ../includes/Elements/Woo_Product_List.php:633, ../includes/Elements/Woo_Product_List.php:1498, ../includes/Elements/Woo_Product_List.php:1565, ../includes/Traits/Controls.php:841, ../includes/Traits/Controls.php:1044, ../includes/Traits/Controls.php:1139, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71 +#: ../includes/Controls/Select2.php:29, ../includes/Elements/Adv_Tabs.php:361, ../includes/Elements/Adv_Tabs.php:388, ../includes/Elements/Code_Snippet.php:475, ../includes/Elements/Cta_Box.php:172, ../includes/Elements/Cta_Box.php:184, ../includes/Elements/Data_Table.php:193, ../includes/Elements/Data_Table.php:225, ../includes/Elements/Feature_List.php:90, ../includes/Elements/Feature_List.php:176, ../includes/Elements/Filterable_Gallery.php:1027, ../includes/Elements/Filterable_Gallery.php:2274, ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:582, ../includes/Elements/Info_Box.php:98, ../includes/Elements/Info_Box.php:138, ../includes/Elements/Info_Box.php:220, ../includes/Elements/Info_Box.php:816, ../includes/Elements/NFT_Gallery.php:1127, ../includes/Elements/NFT_Gallery.php:1446, ../includes/Elements/NFT_Gallery.php:1694, ../includes/Elements/Post_Grid.php:701, ../includes/Elements/Post_Grid.php:857, ../includes/Elements/Post_Grid.php:1061, ../includes/Elements/Post_Timeline.php:243, ../includes/Elements/Product_Grid.php:1024, ../includes/Elements/Team_Member.php:134, ../includes/Elements/Team_Member.php:606, ../includes/Elements/Testimonial.php:145, ../includes/Elements/Testimonial.php:482, ../includes/Elements/Tooltip.php:91, ../includes/Elements/Tooltip.php:188, ../includes/Elements/Woo_Cart.php:208, ../includes/Elements/Woo_Product_Gallery.php:529, ../includes/Elements/Woo_Product_Images.php:124, ../includes/Elements/Woo_Product_List.php:634, ../includes/Elements/Woo_Product_List.php:1499, ../includes/Elements/Woo_Product_List.php:1566, ../includes/Traits/Controls.php:841, ../includes/Traits/Controls.php:1044, ../includes/Traits/Controls.php:1139, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71 msgid "Image" msgstr "" @@ -981,15 +981,15 @@ msgid "Product Description" msgstr "" -#: ../includes/Controls/Select2.php:32, ../includes/Elements/Filterable_Gallery.php:913, ../includes/Elements/Filterable_Gallery.php:2679, ../includes/Elements/GravityForms.php:1381, ../includes/Elements/NFT_Gallery.php:1312, ../includes/Elements/Pricing_Table.php:272, ../includes/Elements/Pricing_Table.php:279, ../includes/Elements/Product_Grid.php:147, ../includes/Elements/Product_Grid.php:3093, ../includes/Elements/Woo_Cart.php:211, ../includes/Elements/Woo_Cart.php:428, ../includes/Elements/Woo_Cart.php:594, ../includes/Elements/Woo_Cart.php:609, ../includes/Elements/Woo_Checkout.php:270, ../includes/Elements/Woo_Product_Carousel.php:129, ../includes/Elements/Woo_Product_Carousel.php:1944, ../includes/Elements/Woo_Product_Gallery.php:117, ../includes/Elements/Woo_Product_Gallery.php:2258, ../includes/Elements/Woo_Product_List.php:149, ../includes/Elements/Woo_Product_List.php:367, ../includes/Elements/Woo_Product_List.php:1789, ../includes/Elements/Woo_Product_List.php:3089, ../includes/Elements/Woo_Product_Price.php:68, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79 +#: ../includes/Controls/Select2.php:32, ../includes/Elements/Filterable_Gallery.php:913, ../includes/Elements/Filterable_Gallery.php:2679, ../includes/Elements/GravityForms.php:1381, ../includes/Elements/NFT_Gallery.php:1312, ../includes/Elements/Pricing_Table.php:272, ../includes/Elements/Pricing_Table.php:279, ../includes/Elements/Product_Grid.php:147, ../includes/Elements/Product_Grid.php:3093, ../includes/Elements/Woo_Cart.php:211, ../includes/Elements/Woo_Cart.php:428, ../includes/Elements/Woo_Cart.php:594, ../includes/Elements/Woo_Cart.php:609, ../includes/Elements/Woo_Checkout.php:270, ../includes/Elements/Woo_Product_Carousel.php:129, ../includes/Elements/Woo_Product_Carousel.php:1944, ../includes/Elements/Woo_Product_Gallery.php:117, ../includes/Elements/Woo_Product_Gallery.php:2258, ../includes/Elements/Woo_Product_List.php:149, ../includes/Elements/Woo_Product_List.php:367, ../includes/Elements/Woo_Product_List.php:1790, ../includes/Elements/Woo_Product_List.php:3090, ../includes/Elements/Woo_Product_Price.php:68, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79 msgid "Price" msgstr "" -#: ../includes/Controls/Select2.php:33, ../includes/Elements/Product_Grid.php:3242, ../includes/Elements/Woo_Add_To_Cart.php:315, ../includes/Elements/Woo_Cart.php:212, ../includes/Elements/Woo_Cart.php:432, ../includes/Elements/Woo_Cart.php:668, ../includes/Elements/Woo_Cart.php:683, ../includes/Elements/Woo_Checkout.php:250, ../includes/Elements/Woo_Product_Carousel.php:2105, ../includes/Elements/Woo_Product_Gallery.php:2448, ../includes/Elements/Woo_Product_List.php:3204 +#: ../includes/Controls/Select2.php:33, ../includes/Elements/Product_Grid.php:3242, ../includes/Elements/Woo_Add_To_Cart.php:329, ../includes/Elements/Woo_Cart.php:212, ../includes/Elements/Woo_Cart.php:432, ../includes/Elements/Woo_Cart.php:668, ../includes/Elements/Woo_Cart.php:683, ../includes/Elements/Woo_Checkout.php:250, ../includes/Elements/Woo_Product_Carousel.php:2105, ../includes/Elements/Woo_Product_Gallery.php:2448, ../includes/Elements/Woo_Product_List.php:3205 msgid "Quantity" msgstr "" -#: ../includes/Controls/Select2.php:34, ../includes/Elements/Woo_Cart.php:213, ../includes/Elements/Woo_Cart.php:749, ../includes/Elements/Woo_Cart.php:764, ../includes/Elements/Woo_Checkout.php:287, ../includes/Template/Woocommerce/Cart/Woo_Cart_Helper.php:278, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:492 +#: ../includes/Controls/Select2.php:34, ../includes/Elements/Woo_Cart.php:213, ../includes/Elements/Woo_Cart.php:749, ../includes/Elements/Woo_Cart.php:764, ../includes/Elements/Woo_Checkout.php:287, ../includes/Template/Woocommerce/Cart/Woo_Cart_Helper.php:278, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:494 msgid "Subtotal" msgstr "" @@ -1105,7 +1105,7 @@ msgid "Import" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:152, ../includes/Elements/Adv_Accordion.php:181, ../includes/Elements/Adv_Tabs.php:144, ../includes/Elements/Event_Calendar.php:147, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/Progress_Bar.php:119, ../includes/Elements/Woo_Cart.php:174, ../includes/Elements/Woo_Checkout.php:163 +#: ../includes/Elements/Advanced_Data_Table.php:152, ../includes/Elements/Adv_Accordion.php:181, ../includes/Elements/Adv_Tabs.php:144, ../includes/Elements/Event_Calendar.php:147, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/Progress_Bar.php:120, ../includes/Elements/Woo_Cart.php:174, ../includes/Elements/Woo_Checkout.php:163 msgid "Only Available in Pro Version!" msgstr "" @@ -1117,7 +1117,7 @@ msgid "Sort" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:215, ../includes/Elements/Betterdocs_Search_Form.php:160, ../includes/Elements/Caldera_Forms.php:169, ../includes/Elements/Caldera_Forms.php:904, ../includes/Elements/Contact_Form_7.php:918, ../includes/Elements/Event_Calendar.php:1093, ../includes/Elements/Filterable_Gallery.php:3029, ../includes/Elements/FluentForm.php:209, ../includes/Elements/FluentForm.php:899, ../includes/Elements/Formstack.php:259, ../includes/Elements/Formstack.php:1107, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1455, ../includes/Elements/Login_Register.php:1307, ../includes/Elements/Login_Register.php:2456, ../includes/Elements/NinjaForms.php:190, ../includes/Elements/NinjaForms.php:948, ../includes/Elements/Woo_Cart.php:1054, ../includes/Elements/Woo_Checkout.php:733, ../includes/Elements/WpForms.php:205, ../includes/Elements/WpForms.php:921 +#: ../includes/Elements/Advanced_Data_Table.php:215, ../includes/Elements/Betterdocs_Search_Form.php:160, ../includes/Elements/Caldera_Forms.php:169, ../includes/Elements/Caldera_Forms.php:904, ../includes/Elements/Contact_Form_7.php:918, ../includes/Elements/Event_Calendar.php:1093, ../includes/Elements/Filterable_Gallery.php:3029, ../includes/Elements/FluentForm.php:209, ../includes/Elements/FluentForm.php:899, ../includes/Elements/Formstack.php:259, ../includes/Elements/Formstack.php:1107, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1455, ../includes/Elements/Login_Register.php:1308, ../includes/Elements/Login_Register.php:2457, ../includes/Elements/NinjaForms.php:190, ../includes/Elements/NinjaForms.php:948, ../includes/Elements/Woo_Cart.php:1054, ../includes/Elements/Woo_Checkout.php:733, ../includes/Elements/WpForms.php:205, ../includes/Elements/WpForms.php:921 msgid "Placeholder" msgstr "" @@ -1129,7 +1129,7 @@ msgid "Pagination Type" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:246, ../includes/Elements/Advanced_Data_Table.php:1365, ../includes/Elements/Betterdocs_Category_Grid.php:1296, ../includes/Elements/Code_Snippet.php:287, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Event_Calendar.php:2413, ../includes/Elements/Flip_Box.php:812, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/Formstack.php:1789, ../includes/Elements/Info_Box.php:534, ../includes/Elements/Info_Box.php:1533, ../includes/Elements/Interactive_Circle.php:94, ../includes/Elements/Interactive_Circle.php:181, ../includes/Elements/NFT_Gallery.php:569, ../includes/Elements/NFT_Gallery.php:1938, ../includes/Elements/Post_Grid.php:206, ../includes/Elements/Pricing_Table.php:624, ../includes/Elements/Pricing_Table.php:2149, ../includes/Elements/Product_Grid.php:1189, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Woo_Add_To_Cart.php:67, ../includes/Elements/Woo_Cart.php:1945, ../includes/Elements/Woo_Cart.php:2216, ../includes/Elements/Woo_Checkout.php:1652, ../includes/Elements/Woo_Checkout.php:2023, ../includes/Elements/Woo_Checkout.php:2914, ../includes/Elements/Woo_Product_Carousel.php:1698, ../includes/Elements/Woo_Product_Gallery.php:867, ../includes/Elements/Woo_Product_Gallery.php:2106, ../includes/Elements/Woo_Product_List.php:266, ../includes/Traits/Controls.php:961, ../includes/Traits/Woo_Product_Comparable.php:1212, ../includes/Traits/Woo_Product_Comparable.php:1262 +#: ../includes/Elements/Advanced_Data_Table.php:246, ../includes/Elements/Advanced_Data_Table.php:1365, ../includes/Elements/Betterdocs_Category_Grid.php:1296, ../includes/Elements/Code_Snippet.php:287, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Event_Calendar.php:2413, ../includes/Elements/Flip_Box.php:812, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/Formstack.php:1789, ../includes/Elements/Info_Box.php:534, ../includes/Elements/Info_Box.php:1533, ../includes/Elements/Interactive_Circle.php:94, ../includes/Elements/Interactive_Circle.php:181, ../includes/Elements/NFT_Gallery.php:569, ../includes/Elements/NFT_Gallery.php:1938, ../includes/Elements/Post_Grid.php:206, ../includes/Elements/Pricing_Table.php:624, ../includes/Elements/Pricing_Table.php:2149, ../includes/Elements/Product_Grid.php:1189, ../includes/Elements/Product_Grid.php:2428, ../includes/Elements/Woo_Add_To_Cart.php:72, ../includes/Elements/Woo_Cart.php:1945, ../includes/Elements/Woo_Cart.php:2216, ../includes/Elements/Woo_Checkout.php:1652, ../includes/Elements/Woo_Checkout.php:2023, ../includes/Elements/Woo_Checkout.php:2914, ../includes/Elements/Woo_Product_Carousel.php:1698, ../includes/Elements/Woo_Product_Gallery.php:867, ../includes/Elements/Woo_Product_Gallery.php:2106, ../includes/Elements/Woo_Product_List.php:266, ../includes/Traits/Controls.php:961, ../includes/Traits/Woo_Product_Comparable.php:1212, ../includes/Traits/Woo_Product_Comparable.php:1262 msgid "Button" msgstr "" @@ -1173,19 +1173,19 @@ msgid "Table" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:342, ../includes/Elements/Advanced_Data_Table.php:905, ../includes/Elements/Advanced_Data_Table.php:1100, ../includes/Elements/Betterdocs_Search_Form.php:328, ../includes/Elements/Business_Reviews.php:2273, ../includes/Elements/Caldera_Forms.php:1168, ../includes/Elements/Caldera_Forms.php:1182, ../includes/Elements/Code_Snippet.php:998, ../includes/Elements/Contact_Form_7.php:1205, ../includes/Elements/Contact_Form_7.php:1219, ../includes/Elements/Data_Table.php:573, ../includes/Elements/Data_Table.php:1219, ../includes/Elements/Dual_Color_Header.php:924, ../includes/Elements/Dual_Color_Header.php:1004, ../includes/Elements/Event_Calendar.php:1562, ../includes/Elements/Event_Calendar.php:3557, ../includes/Elements/Feature_List.php:452, ../includes/Elements/Filterable_Gallery.php:2894, ../includes/Elements/Filterable_Gallery.php:3057, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1531, ../includes/Elements/Formstack.php:1412, ../includes/Elements/Formstack.php:1426, ../includes/Elements/GravityForms.php:2163, ../includes/Elements/GravityForms.php:2280, ../includes/Elements/GravityForms.php:2294, ../includes/Elements/GravityForms.php:2539, ../includes/Elements/Info_Box.php:998, ../includes/Elements/Interactive_Circle.php:653, ../includes/Elements/Login_Register.php:3041, ../includes/Elements/Login_Register.php:3086, ../includes/Elements/Login_Register.php:3624, ../includes/Elements/NFT_Gallery.php:1136, ../includes/Elements/NFT_Gallery.php:1451, ../includes/Elements/NFT_Gallery.php:1699, ../includes/Elements/NFT_Gallery.php:1955, ../includes/Elements/NinjaForms.php:1332, ../includes/Elements/NinjaForms.php:1346, ../includes/Elements/Pricing_Table.php:1170, ../includes/Elements/Product_Grid.php:815, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Sticky_Video.php:491, ../includes/Elements/Sticky_Video.php:575, ../includes/Elements/SVG_Draw.php:145, ../includes/Elements/Team_Member.php:614, ../includes/Elements/Testimonial.php:493, ../includes/Elements/Twitter_Feed.php:1088, ../includes/Elements/Woo_Add_To_Cart.php:101, ../includes/Elements/Woo_Add_To_Cart.php:355, ../includes/Elements/Woo_Add_To_Cart.php:582, ../includes/Elements/Woo_Cart.php:488, ../includes/Elements/Woo_Cart.php:647, ../includes/Elements/Woo_Cart.php:728, ../includes/Elements/Woo_Cart.php:802, ../includes/Elements/Woo_Cart.php:914, ../includes/Elements/Woo_Cart.php:2389, ../includes/Elements/Woo_Product_Carousel.php:1706, ../includes/Elements/Woo_Product_Carousel.php:2536, ../includes/Elements/Woo_Product_Carousel.php:2739, ../includes/Elements/Woo_Product_Carousel.php:2819, ../includes/Elements/Woo_Product_Gallery.php:1593, ../includes/Elements/Woo_Product_Images.php:422, ../includes/Elements/Woo_Product_List.php:1514, ../includes/Elements/Woo_Product_List.php:1611, ../includes/Elements/WpForms.php:1188, ../includes/Elements/WpForms.php:1202, ../includes/Extensions/Scroll_to_Top.php:243, ../includes/Extensions/Table_of_Content.php:529, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1119 +#: ../includes/Elements/Advanced_Data_Table.php:342, ../includes/Elements/Advanced_Data_Table.php:905, ../includes/Elements/Advanced_Data_Table.php:1100, ../includes/Elements/Betterdocs_Search_Form.php:328, ../includes/Elements/Business_Reviews.php:2273, ../includes/Elements/Caldera_Forms.php:1168, ../includes/Elements/Caldera_Forms.php:1182, ../includes/Elements/Code_Snippet.php:998, ../includes/Elements/Contact_Form_7.php:1205, ../includes/Elements/Contact_Form_7.php:1219, ../includes/Elements/Creative_Button.php:437, ../includes/Elements/Data_Table.php:573, ../includes/Elements/Data_Table.php:1219, ../includes/Elements/Dual_Color_Header.php:924, ../includes/Elements/Dual_Color_Header.php:1004, ../includes/Elements/Event_Calendar.php:1562, ../includes/Elements/Event_Calendar.php:3557, ../includes/Elements/Feature_List.php:452, ../includes/Elements/Filterable_Gallery.php:2894, ../includes/Elements/Filterable_Gallery.php:3057, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1531, ../includes/Elements/Formstack.php:1412, ../includes/Elements/Formstack.php:1426, ../includes/Elements/GravityForms.php:2163, ../includes/Elements/GravityForms.php:2280, ../includes/Elements/GravityForms.php:2294, ../includes/Elements/GravityForms.php:2539, ../includes/Elements/Info_Box.php:998, ../includes/Elements/Interactive_Circle.php:653, ../includes/Elements/Login_Register.php:3042, ../includes/Elements/Login_Register.php:3087, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/NFT_Gallery.php:1136, ../includes/Elements/NFT_Gallery.php:1451, ../includes/Elements/NFT_Gallery.php:1699, ../includes/Elements/NFT_Gallery.php:1955, ../includes/Elements/NinjaForms.php:1332, ../includes/Elements/NinjaForms.php:1346, ../includes/Elements/Pricing_Table.php:1170, ../includes/Elements/Product_Grid.php:815, ../includes/Elements/Progress_Bar.php:408, ../includes/Elements/Sticky_Video.php:491, ../includes/Elements/Sticky_Video.php:575, ../includes/Elements/SVG_Draw.php:145, ../includes/Elements/Team_Member.php:614, ../includes/Elements/Testimonial.php:493, ../includes/Elements/Twitter_Feed.php:1088, ../includes/Elements/Woo_Add_To_Cart.php:106, ../includes/Elements/Woo_Add_To_Cart.php:369, ../includes/Elements/Woo_Add_To_Cart.php:596, ../includes/Elements/Woo_Cart.php:488, ../includes/Elements/Woo_Cart.php:647, ../includes/Elements/Woo_Cart.php:728, ../includes/Elements/Woo_Cart.php:802, ../includes/Elements/Woo_Cart.php:914, ../includes/Elements/Woo_Cart.php:2389, ../includes/Elements/Woo_Product_Carousel.php:1706, ../includes/Elements/Woo_Product_Carousel.php:2536, ../includes/Elements/Woo_Product_Carousel.php:2739, ../includes/Elements/Woo_Product_Carousel.php:2819, ../includes/Elements/Woo_Product_Gallery.php:1593, ../includes/Elements/Woo_Product_Images.php:422, ../includes/Elements/Woo_Product_List.php:1515, ../includes/Elements/Woo_Product_List.php:1612, ../includes/Elements/WpForms.php:1188, ../includes/Elements/WpForms.php:1202, ../includes/Extensions/Scroll_to_Top.php:243, ../includes/Extensions/Table_of_Content.php:529, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1119 msgid "Width" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:379, ../includes/Elements/Advanced_Data_Table.php:1049, ../includes/Elements/Advanced_Data_Table.php:1247, ../includes/Elements/Advanced_Data_Table.php:1319, ../includes/Elements/Advanced_Data_Table.php:1450, ../includes/Elements/Adv_Accordion.php:750, ../includes/Elements/Adv_Accordion.php:1052, ../includes/Elements/Adv_Accordion.php:1173, ../includes/Elements/Adv_Accordion.php:1257, ../includes/Elements/Adv_Accordion.php:1376, ../includes/Elements/Adv_Accordion.php:1468, ../includes/Elements/Adv_Accordion.php:1597, ../includes/Elements/Adv_Accordion.php:1644, ../includes/Elements/Adv_Accordion.php:1691, ../includes/Elements/Adv_Tabs.php:591, ../includes/Elements/Adv_Tabs.php:816, ../includes/Elements/Adv_Tabs.php:912, ../includes/Elements/Adv_Tabs.php:1004, ../includes/Elements/Adv_Tabs.php:1106, ../includes/Elements/Betterdocs_Category_Box.php:305, ../includes/Elements/Betterdocs_Category_Box.php:373, ../includes/Elements/Betterdocs_Category_Box.php:494, ../includes/Elements/Betterdocs_Category_Box.php:570, ../includes/Elements/Betterdocs_Category_Box.php:890, ../includes/Elements/Betterdocs_Category_Box.php:995, ../includes/Elements/Betterdocs_Category_Grid.php:347, ../includes/Elements/Betterdocs_Category_Grid.php:395, ../includes/Elements/Betterdocs_Category_Grid.php:480, ../includes/Elements/Betterdocs_Category_Grid.php:521, ../includes/Elements/Betterdocs_Category_Grid.php:646, ../includes/Elements/Betterdocs_Category_Grid.php:700, ../includes/Elements/Betterdocs_Category_Grid.php:850, ../includes/Elements/Betterdocs_Category_Grid.php:947, ../includes/Elements/Betterdocs_Category_Grid.php:1192, ../includes/Elements/Betterdocs_Category_Grid.php:1392, ../includes/Elements/Betterdocs_Category_Grid.php:1491, ../includes/Elements/Betterdocs_Search_Form.php:227, ../includes/Elements/Betterdocs_Search_Form.php:382, ../includes/Elements/Betterdocs_Search_Form.php:440, ../includes/Elements/Betterdocs_Search_Form.php:550, ../includes/Elements/Business_Reviews.php:2405, ../includes/Elements/Business_Reviews.php:2567, ../includes/Elements/Caldera_Forms.php:626, ../includes/Elements/Caldera_Forms.php:822, ../includes/Elements/Caldera_Forms.php:1238, ../includes/Elements/Caldera_Forms.php:1396, ../includes/Elements/Contact_Form_7.php:725, ../includes/Elements/Contact_Form_7.php:792, ../includes/Elements/Contact_Form_7.php:1275, ../includes/Elements/Contact_Form_7.php:1481, ../includes/Elements/Contact_Form_7.php:1575, ../includes/Elements/Contact_Form_7.php:1642, ../includes/Elements/Content_Ticker.php:638, ../includes/Elements/Countdown.php:741, ../includes/Elements/Cta_Box.php:945, ../includes/Elements/Cta_Box.php:1395, ../includes/Elements/Cta_Box.php:1879, ../includes/Elements/Data_Table.php:704, ../includes/Elements/Data_Table.php:743, ../includes/Elements/Data_Table.php:935, ../includes/Elements/Data_Table.php:1286, ../includes/Elements/Dual_Color_Header.php:524, ../includes/Elements/Event_Calendar.php:2464, ../includes/Elements/Event_Calendar.php:2531, ../includes/Elements/Event_Calendar.php:2585, ../includes/Elements/Event_Calendar.php:3425, ../includes/Elements/Event_Calendar.php:3496, ../includes/Elements/Facebook_Feed.php:538, ../includes/Elements/Filterable_Gallery.php:1356, ../includes/Elements/Filterable_Gallery.php:1454, ../includes/Elements/Filterable_Gallery.php:1544, ../includes/Elements/Filterable_Gallery.php:1609, ../includes/Elements/Filterable_Gallery.php:1707, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:1946, ../includes/Elements/Filterable_Gallery.php:2258, ../includes/Elements/Filterable_Gallery.php:2284, ../includes/Elements/Filterable_Gallery.php:2567, ../includes/Elements/Filterable_Gallery.php:2628, ../includes/Elements/Filterable_Gallery.php:3153, ../includes/Elements/Filterable_Gallery.php:3282, ../includes/Elements/Filterable_Gallery.php:3422, ../includes/Elements/Flip_Box.php:1163, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/FluentForm.php:674, ../includes/Elements/FluentForm.php:870, ../includes/Elements/FluentForm.php:1588, ../includes/Elements/FluentForm.php:1886, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/FluentForm.php:2133, ../includes/Elements/Formstack.php:882, ../includes/Elements/Formstack.php:1078, ../includes/Elements/Formstack.php:1482, ../includes/Elements/Formstack.php:1702, ../includes/Elements/Formstack.php:1833, ../includes/Elements/GravityForms.php:1118, ../includes/Elements/GravityForms.php:1187, ../includes/Elements/GravityForms.php:1924, ../includes/Elements/GravityForms.php:2008, ../includes/Elements/GravityForms.php:2187, ../includes/Elements/GravityForms.php:2360, ../includes/Elements/GravityForms.php:2596, ../includes/Elements/Image_Accordion.php:384, ../includes/Elements/Image_Accordion.php:495, ../includes/Elements/Info_Box.php:865, ../includes/Elements/Info_Box.php:951, ../includes/Elements/Info_Box.php:1192, ../includes/Elements/Info_Box.php:1272, ../includes/Elements/Info_Box.php:1425, ../includes/Elements/Info_Box.php:1506, ../includes/Elements/Interactive_Circle.php:579, ../includes/Elements/Interactive_Circle.php:738, ../includes/Elements/Interactive_Circle.php:1000, ../includes/Elements/Login_Register.php:4376, ../includes/Elements/NFT_Gallery.php:2240, ../includes/Elements/NinjaForms.php:668, ../includes/Elements/NinjaForms.php:866, ../includes/Elements/NinjaForms.php:1409, ../includes/Elements/Post_Grid.php:1028, ../includes/Elements/Pricing_Table.php:2100, ../includes/Elements/Pricing_Table.php:2294, ../includes/Elements/Product_Grid.php:2905, ../includes/Elements/Simple_Menu.php:676, ../includes/Elements/Simple_Menu.php:749, ../includes/Elements/Team_Member.php:584, ../includes/Elements/Team_Member.php:672, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:505, ../includes/Elements/Twitter_Feed.php:745, ../includes/Elements/Twitter_Feed.php:835, ../includes/Elements/Twitter_Feed.php:1152, ../includes/Elements/Twitter_Feed.php:1305, ../includes/Elements/Woo_Checkout.php:1913, ../includes/Elements/Woo_Checkout.php:2191, ../includes/Elements/Woo_Product_Carousel.php:2644, ../includes/Elements/Woo_Product_Carousel.php:3078, ../includes/Elements/WpForms.php:647, ../includes/Elements/WpForms.php:839, ../includes/Elements/WpForms.php:1258, ../includes/Elements/WpForms.php:1368, ../includes/Extensions/Table_of_Content.php:728, ../includes/Traits/Controls.php:1670, ../includes/Traits/Controls.php:1782, ../includes/Traits/Controls.php:1731, ../includes/Traits/Controls.php:1913 +#: ../includes/Elements/Advanced_Data_Table.php:379, ../includes/Elements/Advanced_Data_Table.php:1049, ../includes/Elements/Advanced_Data_Table.php:1247, ../includes/Elements/Advanced_Data_Table.php:1319, ../includes/Elements/Advanced_Data_Table.php:1450, ../includes/Elements/Adv_Accordion.php:750, ../includes/Elements/Adv_Accordion.php:1052, ../includes/Elements/Adv_Accordion.php:1173, ../includes/Elements/Adv_Accordion.php:1257, ../includes/Elements/Adv_Accordion.php:1376, ../includes/Elements/Adv_Accordion.php:1468, ../includes/Elements/Adv_Accordion.php:1597, ../includes/Elements/Adv_Accordion.php:1644, ../includes/Elements/Adv_Accordion.php:1691, ../includes/Elements/Adv_Tabs.php:591, ../includes/Elements/Adv_Tabs.php:816, ../includes/Elements/Adv_Tabs.php:912, ../includes/Elements/Adv_Tabs.php:1004, ../includes/Elements/Adv_Tabs.php:1106, ../includes/Elements/Betterdocs_Category_Box.php:305, ../includes/Elements/Betterdocs_Category_Box.php:373, ../includes/Elements/Betterdocs_Category_Box.php:494, ../includes/Elements/Betterdocs_Category_Box.php:570, ../includes/Elements/Betterdocs_Category_Box.php:890, ../includes/Elements/Betterdocs_Category_Box.php:995, ../includes/Elements/Betterdocs_Category_Grid.php:347, ../includes/Elements/Betterdocs_Category_Grid.php:395, ../includes/Elements/Betterdocs_Category_Grid.php:480, ../includes/Elements/Betterdocs_Category_Grid.php:521, ../includes/Elements/Betterdocs_Category_Grid.php:646, ../includes/Elements/Betterdocs_Category_Grid.php:700, ../includes/Elements/Betterdocs_Category_Grid.php:850, ../includes/Elements/Betterdocs_Category_Grid.php:947, ../includes/Elements/Betterdocs_Category_Grid.php:1192, ../includes/Elements/Betterdocs_Category_Grid.php:1392, ../includes/Elements/Betterdocs_Category_Grid.php:1491, ../includes/Elements/Betterdocs_Search_Form.php:227, ../includes/Elements/Betterdocs_Search_Form.php:382, ../includes/Elements/Betterdocs_Search_Form.php:440, ../includes/Elements/Betterdocs_Search_Form.php:550, ../includes/Elements/Business_Reviews.php:2405, ../includes/Elements/Business_Reviews.php:2567, ../includes/Elements/Caldera_Forms.php:626, ../includes/Elements/Caldera_Forms.php:822, ../includes/Elements/Caldera_Forms.php:1238, ../includes/Elements/Caldera_Forms.php:1396, ../includes/Elements/Contact_Form_7.php:725, ../includes/Elements/Contact_Form_7.php:792, ../includes/Elements/Contact_Form_7.php:1275, ../includes/Elements/Contact_Form_7.php:1481, ../includes/Elements/Contact_Form_7.php:1575, ../includes/Elements/Contact_Form_7.php:1642, ../includes/Elements/Content_Ticker.php:638, ../includes/Elements/Countdown.php:741, ../includes/Elements/Cta_Box.php:945, ../includes/Elements/Cta_Box.php:1395, ../includes/Elements/Cta_Box.php:1879, ../includes/Elements/Data_Table.php:704, ../includes/Elements/Data_Table.php:743, ../includes/Elements/Data_Table.php:935, ../includes/Elements/Data_Table.php:1286, ../includes/Elements/Dual_Color_Header.php:524, ../includes/Elements/Event_Calendar.php:2464, ../includes/Elements/Event_Calendar.php:2531, ../includes/Elements/Event_Calendar.php:2585, ../includes/Elements/Event_Calendar.php:3425, ../includes/Elements/Event_Calendar.php:3496, ../includes/Elements/Facebook_Feed.php:538, ../includes/Elements/Filterable_Gallery.php:1356, ../includes/Elements/Filterable_Gallery.php:1454, ../includes/Elements/Filterable_Gallery.php:1544, ../includes/Elements/Filterable_Gallery.php:1609, ../includes/Elements/Filterable_Gallery.php:1707, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:1946, ../includes/Elements/Filterable_Gallery.php:2258, ../includes/Elements/Filterable_Gallery.php:2284, ../includes/Elements/Filterable_Gallery.php:2567, ../includes/Elements/Filterable_Gallery.php:2628, ../includes/Elements/Filterable_Gallery.php:3153, ../includes/Elements/Filterable_Gallery.php:3282, ../includes/Elements/Filterable_Gallery.php:3422, ../includes/Elements/Flip_Box.php:1163, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/FluentForm.php:674, ../includes/Elements/FluentForm.php:870, ../includes/Elements/FluentForm.php:1588, ../includes/Elements/FluentForm.php:1886, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/FluentForm.php:2133, ../includes/Elements/Formstack.php:882, ../includes/Elements/Formstack.php:1078, ../includes/Elements/Formstack.php:1482, ../includes/Elements/Formstack.php:1702, ../includes/Elements/Formstack.php:1833, ../includes/Elements/GravityForms.php:1118, ../includes/Elements/GravityForms.php:1187, ../includes/Elements/GravityForms.php:1924, ../includes/Elements/GravityForms.php:2008, ../includes/Elements/GravityForms.php:2187, ../includes/Elements/GravityForms.php:2360, ../includes/Elements/GravityForms.php:2596, ../includes/Elements/Image_Accordion.php:384, ../includes/Elements/Image_Accordion.php:495, ../includes/Elements/Info_Box.php:865, ../includes/Elements/Info_Box.php:951, ../includes/Elements/Info_Box.php:1192, ../includes/Elements/Info_Box.php:1272, ../includes/Elements/Info_Box.php:1425, ../includes/Elements/Info_Box.php:1506, ../includes/Elements/Interactive_Circle.php:579, ../includes/Elements/Interactive_Circle.php:738, ../includes/Elements/Interactive_Circle.php:1000, ../includes/Elements/Login_Register.php:4377, ../includes/Elements/NFT_Gallery.php:2240, ../includes/Elements/NinjaForms.php:668, ../includes/Elements/NinjaForms.php:866, ../includes/Elements/NinjaForms.php:1409, ../includes/Elements/Post_Grid.php:1028, ../includes/Elements/Pricing_Table.php:2100, ../includes/Elements/Pricing_Table.php:2294, ../includes/Elements/Product_Grid.php:2905, ../includes/Elements/Simple_Menu.php:676, ../includes/Elements/Simple_Menu.php:749, ../includes/Elements/Team_Member.php:584, ../includes/Elements/Team_Member.php:672, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:505, ../includes/Elements/Twitter_Feed.php:745, ../includes/Elements/Twitter_Feed.php:835, ../includes/Elements/Twitter_Feed.php:1152, ../includes/Elements/Twitter_Feed.php:1305, ../includes/Elements/Woo_Checkout.php:1913, ../includes/Elements/Woo_Checkout.php:2191, ../includes/Elements/Woo_Product_Carousel.php:2644, ../includes/Elements/Woo_Product_Carousel.php:3078, ../includes/Elements/WpForms.php:647, ../includes/Elements/WpForms.php:839, ../includes/Elements/WpForms.php:1258, ../includes/Elements/WpForms.php:1368, ../includes/Extensions/Table_of_Content.php:728, ../includes/Traits/Controls.php:1670, ../includes/Traits/Controls.php:1782, ../includes/Traits/Controls.php:1731, ../includes/Traits/Controls.php:1913 msgid "Border" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:405, ../includes/Elements/Advanced_Data_Table.php:1075, ../includes/Elements/Advanced_Data_Table.php:1273, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Advanced_Data_Table.php:1472, ../includes/Elements/Adv_Accordion.php:757, ../includes/Elements/Adv_Accordion.php:923, ../includes/Elements/Adv_Accordion.php:1063, ../includes/Elements/Adv_Accordion.php:1181, ../includes/Elements/Adv_Accordion.php:1265, ../includes/Elements/Adv_Accordion.php:1384, ../includes/Elements/Adv_Tabs.php:599, ../includes/Elements/Adv_Tabs.php:826, ../includes/Elements/Adv_Tabs.php:922, ../includes/Elements/Adv_Tabs.php:1015, ../includes/Elements/Adv_Tabs.php:1113, ../includes/Elements/Betterdocs_Category_Box.php:313, ../includes/Elements/Betterdocs_Category_Box.php:381, ../includes/Elements/Betterdocs_Category_Box.php:502, ../includes/Elements/Betterdocs_Category_Box.php:579, ../includes/Elements/Betterdocs_Category_Box.php:901, ../includes/Elements/Betterdocs_Category_Box.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:355, ../includes/Elements/Betterdocs_Category_Grid.php:403, ../includes/Elements/Betterdocs_Category_Grid.php:488, ../includes/Elements/Betterdocs_Category_Grid.php:529, ../includes/Elements/Betterdocs_Category_Grid.php:654, ../includes/Elements/Betterdocs_Category_Grid.php:708, ../includes/Elements/Betterdocs_Category_Grid.php:861, ../includes/Elements/Betterdocs_Category_Grid.php:958, ../includes/Elements/Betterdocs_Category_Grid.php:1400, ../includes/Elements/Betterdocs_Category_Grid.php:1499, ../includes/Elements/Betterdocs_Search_Form.php:214, ../includes/Elements/Breadcrumbs.php:256, ../includes/Elements/Business_Reviews.php:991, ../includes/Elements/Business_Reviews.php:1121, ../includes/Elements/Business_Reviews.php:1607, ../includes/Elements/Business_Reviews.php:1735, ../includes/Elements/Business_Reviews.php:2415, ../includes/Elements/Business_Reviews.php:2577, ../includes/Elements/Caldera_Forms.php:489, ../includes/Elements/Caldera_Forms.php:637, ../includes/Elements/Caldera_Forms.php:1055, ../includes/Elements/Caldera_Forms.php:1081, ../includes/Elements/Caldera_Forms.php:1248, ../includes/Elements/Code_Snippet.php:578, ../includes/Elements/Code_Snippet.php:748, ../includes/Elements/Code_Snippet.php:958, ../includes/Elements/Contact_Form_7.php:406, ../includes/Elements/Contact_Form_7.php:736, ../includes/Elements/Contact_Form_7.php:1093, ../includes/Elements/Contact_Form_7.php:1119, ../includes/Elements/Contact_Form_7.php:1284, ../includes/Elements/Content_Ticker.php:411, ../includes/Elements/Content_Ticker.php:485, ../includes/Elements/Content_Ticker.php:648, ../includes/Elements/Countdown.php:749, ../includes/Elements/Creative_Button.php:582, ../includes/Elements/Cta_Box.php:953, ../includes/Elements/Cta_Box.php:1428, ../includes/Elements/Cta_Box.php:1887, ../includes/Elements/Dual_Color_Header.php:532, ../includes/Elements/Event_Calendar.php:1625, ../includes/Elements/Event_Calendar.php:2114, ../includes/Elements/Event_Calendar.php:2472, ../includes/Elements/Event_Calendar.php:2539, ../includes/Elements/Event_Calendar.php:2593, ../includes/Elements/Event_Calendar.php:2835, ../includes/Elements/Event_Calendar.php:3006, ../includes/Elements/Event_Calendar.php:3319, ../includes/Elements/Event_Calendar.php:3433, ../includes/Elements/Event_Calendar.php:3504, ../includes/Elements/Event_Calendar.php:3627, ../includes/Elements/Event_Calendar.php:3713, ../includes/Elements/Facebook_Feed.php:563, ../includes/Elements/Facebook_Feed.php:623, ../includes/Elements/Fancy_Text.php:552, ../includes/Elements/Feature_List.php:754, ../includes/Elements/Filterable_Gallery.php:1364, ../includes/Elements/Filterable_Gallery.php:1462, ../includes/Elements/Filterable_Gallery.php:1552, ../includes/Elements/Filterable_Gallery.php:1617, ../includes/Elements/Filterable_Gallery.php:1717, ../includes/Elements/Filterable_Gallery.php:1954, ../includes/Elements/Filterable_Gallery.php:2292, ../includes/Elements/Filterable_Gallery.php:2575, ../includes/Elements/Filterable_Gallery.php:2636, ../includes/Elements/Filterable_Gallery.php:2806, ../includes/Elements/Filterable_Gallery.php:2937, ../includes/Elements/Filterable_Gallery.php:3077, ../includes/Elements/Filterable_Gallery.php:3175, ../includes/Elements/Filterable_Gallery.php:3290, ../includes/Elements/Filterable_Gallery.php:3433, ../includes/Elements/Flip_Box.php:1000, ../includes/Elements/Flip_Box.php:1061, ../includes/Elements/Flip_Box.php:1186, ../includes/Elements/Flip_Box.php:1300, ../includes/Elements/Flip_Box.php:1561, ../includes/Elements/Flip_Box.php:2582, ../includes/Elements/FluentForm.php:535, ../includes/Elements/FluentForm.php:685, ../includes/Elements/FluentForm.php:1050, ../includes/Elements/FluentForm.php:1076, ../includes/Elements/FluentForm.php:1598, ../includes/Elements/FluentForm.php:1897, ../includes/Elements/FluentForm.php:2023, ../includes/Elements/FluentForm.php:2077, ../includes/Elements/Formstack.php:414, ../includes/Elements/Formstack.php:893, ../includes/Elements/Formstack.php:1219, ../includes/Elements/Formstack.php:1245, ../includes/Elements/Formstack.php:1492, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1841, ../includes/Elements/Formstack.php:1897, ../includes/Elements/GravityForms.php:451, ../includes/Elements/GravityForms.php:707, ../includes/Elements/GravityForms.php:1129, ../includes/Elements/GravityForms.php:1606, ../includes/Elements/GravityForms.php:1802, ../includes/Elements/GravityForms.php:1934, ../includes/Elements/GravityForms.php:2018, ../includes/Elements/GravityForms.php:2197, ../includes/Elements/GravityForms.php:2370, ../includes/Elements/GravityForms.php:2606, ../includes/Elements/Image_Accordion.php:392, ../includes/Elements/Image_Accordion.php:483, ../includes/Elements/Info_Box.php:797, ../includes/Elements/Info_Box.php:905, ../includes/Elements/Info_Box.php:978, ../includes/Elements/Info_Box.php:1601, ../includes/Elements/Login_Register.php:3169, ../includes/Elements/Login_Register.php:3404, ../includes/Elements/Login_Register.php:3586, ../includes/Elements/Login_Register.php:3742, ../includes/Elements/Login_Register.php:3882, ../includes/Elements/Login_Register.php:3976, ../includes/Elements/Login_Register.php:4067, ../includes/Elements/Login_Register.php:4241, ../includes/Elements/Login_Register.php:4278, ../includes/Elements/Login_Register.php:4392, ../includes/Elements/Login_Register.php:5543, ../includes/Elements/Login_Register.php:5598, ../includes/Elements/Login_Register.php:5932, ../includes/Elements/Login_Register.php:5969, ../includes/Elements/NFT_Gallery.php:886, ../includes/Elements/NFT_Gallery.php:1014, ../includes/Elements/NFT_Gallery.php:1226, ../includes/Elements/NFT_Gallery.php:1537, ../includes/Elements/NFT_Gallery.php:1790, ../includes/Elements/NFT_Gallery.php:2021, ../includes/Elements/NFT_Gallery.php:2044, ../includes/Elements/NFT_Gallery.php:2254, ../includes/Elements/NinjaForms.php:376, ../includes/Elements/NinjaForms.php:679, ../includes/Elements/NinjaForms.php:1103, ../includes/Elements/NinjaForms.php:1130, ../includes/Elements/NinjaForms.php:1420, ../includes/Elements/Post_Grid.php:1036, ../includes/Elements/Post_Timeline.php:191, ../includes/Elements/Post_Timeline.php:274, ../includes/Elements/Post_Timeline.php:573, ../includes/Elements/Pricing_Table.php:907, ../includes/Elements/Pricing_Table.php:1218, ../includes/Elements/Pricing_Table.php:1554, ../includes/Elements/Pricing_Table.php:1871, ../includes/Elements/Pricing_Table.php:2123, ../includes/Elements/Pricing_Table.php:2302, ../includes/Elements/Product_Grid.php:1497, ../includes/Elements/Product_Grid.php:2615, ../includes/Elements/Product_Grid.php:3012, ../includes/Elements/Product_Grid.php:3352, ../includes/Elements/Product_Grid.php:3551, ../includes/Elements/Product_Grid.php:3583, ../includes/Elements/Simple_Menu.php:684, ../includes/Elements/Sticky_Video.php:641, ../includes/Elements/SVG_Draw.php:553, ../includes/Elements/Team_Member.php:592, ../includes/Elements/Team_Member.php:691, ../includes/Elements/Team_Member.php:942, ../includes/Elements/Testimonial.php:443, ../includes/Elements/Testimonial.php:608, ../includes/Elements/Tooltip.php:522, ../includes/Elements/Twitter_Feed.php:753, ../includes/Elements/Twitter_Feed.php:846, ../includes/Elements/Twitter_Feed.php:1319, ../includes/Elements/TypeForm.php:318, ../includes/Elements/WeForms.php:257, ../includes/Elements/WeForms.php:398, ../includes/Elements/WeForms.php:728, ../includes/Elements/Woo_Add_To_Cart.php:171, ../includes/Elements/Woo_Add_To_Cart.php:428, ../includes/Elements/Woo_Add_To_Cart.php:697, ../includes/Elements/Woo_Cart.php:1478, ../includes/Elements/Woo_Cart.php:1653, ../includes/Elements/Woo_Cart.php:1909, ../includes/Elements/Woo_Cart.php:2048, ../includes/Elements/Woo_Cart.php:2172, ../includes/Elements/Woo_Cart.php:2335, ../includes/Elements/Woo_Cart.php:2546, ../includes/Elements/Woo_Cart.php:2632, ../includes/Elements/Woo_Cart.php:2716, ../includes/Elements/Woo_Checkout.php:925, ../includes/Elements/Woo_Checkout.php:1086, ../includes/Elements/Woo_Checkout.php:1284, ../includes/Elements/Woo_Checkout.php:1553, ../includes/Elements/Woo_Checkout.php:1758, ../includes/Elements/Woo_Checkout.php:1922, ../includes/Elements/Woo_Checkout.php:2129, ../includes/Elements/Woo_Checkout.php:2337, ../includes/Elements/Woo_Checkout.php:2563, ../includes/Elements/Woo_Checkout.php:2743, ../includes/Elements/Woo_Checkout.php:3031, ../includes/Elements/Woo_Product_Carousel.php:1350, ../includes/Elements/Woo_Product_Carousel.php:1813, ../includes/Elements/Woo_Product_Carousel.php:2216, ../includes/Elements/Woo_Product_Carousel.php:2412, ../includes/Elements/Woo_Product_Carousel.php:2444, ../includes/Elements/Woo_Product_Carousel.php:2654, ../includes/Elements/Woo_Product_Carousel.php:2777, ../includes/Elements/Woo_Product_Carousel.php:2901, ../includes/Elements/Woo_Product_Carousel.php:3088, ../includes/Elements/Woo_Product_Gallery.php:1089, ../includes/Elements/Woo_Product_Gallery.php:2157, ../includes/Elements/Woo_Product_Gallery.php:2558, ../includes/Elements/Woo_Product_Gallery.php:2757, ../includes/Elements/Woo_Product_Gallery.php:2789, ../includes/Elements/Woo_Product_Images.php:141, ../includes/Elements/Woo_Product_Images.php:303, ../includes/Elements/Woo_Product_List.php:1337, ../includes/Elements/Woo_Product_List.php:1450, ../includes/Elements/Woo_Product_List.php:1573, ../includes/Elements/Woo_Product_List.php:1863, ../includes/Elements/Woo_Product_List.php:1925, ../includes/Elements/Woo_Product_List.php:1990, ../includes/Elements/Woo_Product_List.php:2061, ../includes/Elements/Woo_Product_List.php:3343, ../includes/Elements/Woo_Product_List.php:3544, ../includes/Elements/Woo_Product_List.php:3576, ../includes/Elements/WpForms.php:353, ../includes/Elements/WpForms.php:658, ../includes/Elements/WpForms.php:1072, ../includes/Elements/WpForms.php:1098, ../includes/Elements/WpForms.php:1268, ../includes/Elements/WpForms.php:1378, ../includes/Extensions/Liquid_Glass_Effect.php:117, ../includes/Extensions/Liquid_Glass_Effect.php:522, ../includes/Extensions/Liquid_Glass_Effect.php:367, ../includes/Extensions/Scroll_to_Top.php:434, ../includes/Extensions/Table_of_Content.php:751, ../includes/Extensions/Table_of_Content.php:968, ../includes/Traits/Controls.php:1678, ../includes/Traits/Controls.php:1790, ../includes/Traits/Controls.php:1742, ../includes/Traits/Controls.php:1921, ../includes/Traits/Helper.php:774, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1395 +#: ../includes/Elements/Advanced_Data_Table.php:405, ../includes/Elements/Advanced_Data_Table.php:1075, ../includes/Elements/Advanced_Data_Table.php:1273, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Advanced_Data_Table.php:1472, ../includes/Elements/Adv_Accordion.php:757, ../includes/Elements/Adv_Accordion.php:923, ../includes/Elements/Adv_Accordion.php:1063, ../includes/Elements/Adv_Accordion.php:1181, ../includes/Elements/Adv_Accordion.php:1265, ../includes/Elements/Adv_Accordion.php:1384, ../includes/Elements/Adv_Tabs.php:599, ../includes/Elements/Adv_Tabs.php:826, ../includes/Elements/Adv_Tabs.php:922, ../includes/Elements/Adv_Tabs.php:1015, ../includes/Elements/Adv_Tabs.php:1113, ../includes/Elements/Betterdocs_Category_Box.php:313, ../includes/Elements/Betterdocs_Category_Box.php:381, ../includes/Elements/Betterdocs_Category_Box.php:502, ../includes/Elements/Betterdocs_Category_Box.php:579, ../includes/Elements/Betterdocs_Category_Box.php:901, ../includes/Elements/Betterdocs_Category_Box.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:355, ../includes/Elements/Betterdocs_Category_Grid.php:403, ../includes/Elements/Betterdocs_Category_Grid.php:488, ../includes/Elements/Betterdocs_Category_Grid.php:529, ../includes/Elements/Betterdocs_Category_Grid.php:654, ../includes/Elements/Betterdocs_Category_Grid.php:708, ../includes/Elements/Betterdocs_Category_Grid.php:861, ../includes/Elements/Betterdocs_Category_Grid.php:958, ../includes/Elements/Betterdocs_Category_Grid.php:1400, ../includes/Elements/Betterdocs_Category_Grid.php:1499, ../includes/Elements/Betterdocs_Search_Form.php:214, ../includes/Elements/Breadcrumbs.php:256, ../includes/Elements/Business_Reviews.php:991, ../includes/Elements/Business_Reviews.php:1121, ../includes/Elements/Business_Reviews.php:1607, ../includes/Elements/Business_Reviews.php:1735, ../includes/Elements/Business_Reviews.php:2415, ../includes/Elements/Business_Reviews.php:2577, ../includes/Elements/Caldera_Forms.php:489, ../includes/Elements/Caldera_Forms.php:637, ../includes/Elements/Caldera_Forms.php:1055, ../includes/Elements/Caldera_Forms.php:1081, ../includes/Elements/Caldera_Forms.php:1248, ../includes/Elements/Code_Snippet.php:578, ../includes/Elements/Code_Snippet.php:748, ../includes/Elements/Code_Snippet.php:958, ../includes/Elements/Contact_Form_7.php:406, ../includes/Elements/Contact_Form_7.php:736, ../includes/Elements/Contact_Form_7.php:1093, ../includes/Elements/Contact_Form_7.php:1119, ../includes/Elements/Contact_Form_7.php:1284, ../includes/Elements/Content_Ticker.php:411, ../includes/Elements/Content_Ticker.php:485, ../includes/Elements/Content_Ticker.php:648, ../includes/Elements/Countdown.php:749, ../includes/Elements/Creative_Button.php:582, ../includes/Elements/Cta_Box.php:953, ../includes/Elements/Cta_Box.php:1428, ../includes/Elements/Cta_Box.php:1887, ../includes/Elements/Dual_Color_Header.php:532, ../includes/Elements/Event_Calendar.php:1625, ../includes/Elements/Event_Calendar.php:2114, ../includes/Elements/Event_Calendar.php:2472, ../includes/Elements/Event_Calendar.php:2539, ../includes/Elements/Event_Calendar.php:2593, ../includes/Elements/Event_Calendar.php:2835, ../includes/Elements/Event_Calendar.php:3006, ../includes/Elements/Event_Calendar.php:3319, ../includes/Elements/Event_Calendar.php:3433, ../includes/Elements/Event_Calendar.php:3504, ../includes/Elements/Event_Calendar.php:3627, ../includes/Elements/Event_Calendar.php:3713, ../includes/Elements/Facebook_Feed.php:563, ../includes/Elements/Facebook_Feed.php:623, ../includes/Elements/Fancy_Text.php:553, ../includes/Elements/Feature_List.php:754, ../includes/Elements/Filterable_Gallery.php:1364, ../includes/Elements/Filterable_Gallery.php:1462, ../includes/Elements/Filterable_Gallery.php:1552, ../includes/Elements/Filterable_Gallery.php:1617, ../includes/Elements/Filterable_Gallery.php:1717, ../includes/Elements/Filterable_Gallery.php:1954, ../includes/Elements/Filterable_Gallery.php:2292, ../includes/Elements/Filterable_Gallery.php:2575, ../includes/Elements/Filterable_Gallery.php:2636, ../includes/Elements/Filterable_Gallery.php:2806, ../includes/Elements/Filterable_Gallery.php:2937, ../includes/Elements/Filterable_Gallery.php:3077, ../includes/Elements/Filterable_Gallery.php:3175, ../includes/Elements/Filterable_Gallery.php:3290, ../includes/Elements/Filterable_Gallery.php:3433, ../includes/Elements/Flip_Box.php:1000, ../includes/Elements/Flip_Box.php:1061, ../includes/Elements/Flip_Box.php:1186, ../includes/Elements/Flip_Box.php:1300, ../includes/Elements/Flip_Box.php:1561, ../includes/Elements/Flip_Box.php:2582, ../includes/Elements/FluentForm.php:535, ../includes/Elements/FluentForm.php:685, ../includes/Elements/FluentForm.php:1050, ../includes/Elements/FluentForm.php:1076, ../includes/Elements/FluentForm.php:1598, ../includes/Elements/FluentForm.php:1897, ../includes/Elements/FluentForm.php:2023, ../includes/Elements/FluentForm.php:2077, ../includes/Elements/Formstack.php:414, ../includes/Elements/Formstack.php:893, ../includes/Elements/Formstack.php:1219, ../includes/Elements/Formstack.php:1245, ../includes/Elements/Formstack.php:1492, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1841, ../includes/Elements/Formstack.php:1897, ../includes/Elements/GravityForms.php:451, ../includes/Elements/GravityForms.php:707, ../includes/Elements/GravityForms.php:1129, ../includes/Elements/GravityForms.php:1606, ../includes/Elements/GravityForms.php:1802, ../includes/Elements/GravityForms.php:1934, ../includes/Elements/GravityForms.php:2018, ../includes/Elements/GravityForms.php:2197, ../includes/Elements/GravityForms.php:2370, ../includes/Elements/GravityForms.php:2606, ../includes/Elements/Image_Accordion.php:392, ../includes/Elements/Image_Accordion.php:483, ../includes/Elements/Info_Box.php:797, ../includes/Elements/Info_Box.php:905, ../includes/Elements/Info_Box.php:978, ../includes/Elements/Info_Box.php:1601, ../includes/Elements/Login_Register.php:3170, ../includes/Elements/Login_Register.php:3405, ../includes/Elements/Login_Register.php:3587, ../includes/Elements/Login_Register.php:3743, ../includes/Elements/Login_Register.php:3883, ../includes/Elements/Login_Register.php:3977, ../includes/Elements/Login_Register.php:4068, ../includes/Elements/Login_Register.php:4242, ../includes/Elements/Login_Register.php:4279, ../includes/Elements/Login_Register.php:4393, ../includes/Elements/Login_Register.php:5544, ../includes/Elements/Login_Register.php:5599, ../includes/Elements/Login_Register.php:5933, ../includes/Elements/Login_Register.php:5970, ../includes/Elements/NFT_Gallery.php:886, ../includes/Elements/NFT_Gallery.php:1014, ../includes/Elements/NFT_Gallery.php:1226, ../includes/Elements/NFT_Gallery.php:1537, ../includes/Elements/NFT_Gallery.php:1790, ../includes/Elements/NFT_Gallery.php:2021, ../includes/Elements/NFT_Gallery.php:2044, ../includes/Elements/NFT_Gallery.php:2254, ../includes/Elements/NinjaForms.php:376, ../includes/Elements/NinjaForms.php:679, ../includes/Elements/NinjaForms.php:1103, ../includes/Elements/NinjaForms.php:1130, ../includes/Elements/NinjaForms.php:1420, ../includes/Elements/Post_Grid.php:1036, ../includes/Elements/Post_Timeline.php:191, ../includes/Elements/Post_Timeline.php:274, ../includes/Elements/Post_Timeline.php:573, ../includes/Elements/Pricing_Table.php:907, ../includes/Elements/Pricing_Table.php:1218, ../includes/Elements/Pricing_Table.php:1554, ../includes/Elements/Pricing_Table.php:1871, ../includes/Elements/Pricing_Table.php:2123, ../includes/Elements/Pricing_Table.php:2302, ../includes/Elements/Product_Grid.php:1497, ../includes/Elements/Product_Grid.php:2615, ../includes/Elements/Product_Grid.php:3012, ../includes/Elements/Product_Grid.php:3352, ../includes/Elements/Product_Grid.php:3551, ../includes/Elements/Product_Grid.php:3583, ../includes/Elements/Simple_Menu.php:684, ../includes/Elements/Sticky_Video.php:641, ../includes/Elements/SVG_Draw.php:553, ../includes/Elements/Team_Member.php:592, ../includes/Elements/Team_Member.php:691, ../includes/Elements/Team_Member.php:942, ../includes/Elements/Testimonial.php:443, ../includes/Elements/Testimonial.php:608, ../includes/Elements/Tooltip.php:522, ../includes/Elements/Twitter_Feed.php:753, ../includes/Elements/Twitter_Feed.php:846, ../includes/Elements/Twitter_Feed.php:1319, ../includes/Elements/TypeForm.php:318, ../includes/Elements/WeForms.php:257, ../includes/Elements/WeForms.php:398, ../includes/Elements/WeForms.php:728, ../includes/Elements/Woo_Add_To_Cart.php:176, ../includes/Elements/Woo_Add_To_Cart.php:442, ../includes/Elements/Woo_Add_To_Cart.php:711, ../includes/Elements/Woo_Cart.php:1478, ../includes/Elements/Woo_Cart.php:1653, ../includes/Elements/Woo_Cart.php:1909, ../includes/Elements/Woo_Cart.php:2048, ../includes/Elements/Woo_Cart.php:2172, ../includes/Elements/Woo_Cart.php:2335, ../includes/Elements/Woo_Cart.php:2546, ../includes/Elements/Woo_Cart.php:2632, ../includes/Elements/Woo_Cart.php:2716, ../includes/Elements/Woo_Checkout.php:925, ../includes/Elements/Woo_Checkout.php:1086, ../includes/Elements/Woo_Checkout.php:1284, ../includes/Elements/Woo_Checkout.php:1553, ../includes/Elements/Woo_Checkout.php:1758, ../includes/Elements/Woo_Checkout.php:1922, ../includes/Elements/Woo_Checkout.php:2129, ../includes/Elements/Woo_Checkout.php:2337, ../includes/Elements/Woo_Checkout.php:2563, ../includes/Elements/Woo_Checkout.php:2743, ../includes/Elements/Woo_Checkout.php:3031, ../includes/Elements/Woo_Product_Carousel.php:1350, ../includes/Elements/Woo_Product_Carousel.php:1813, ../includes/Elements/Woo_Product_Carousel.php:2216, ../includes/Elements/Woo_Product_Carousel.php:2412, ../includes/Elements/Woo_Product_Carousel.php:2444, ../includes/Elements/Woo_Product_Carousel.php:2654, ../includes/Elements/Woo_Product_Carousel.php:2777, ../includes/Elements/Woo_Product_Carousel.php:2901, ../includes/Elements/Woo_Product_Carousel.php:3088, ../includes/Elements/Woo_Product_Gallery.php:1089, ../includes/Elements/Woo_Product_Gallery.php:2157, ../includes/Elements/Woo_Product_Gallery.php:2558, ../includes/Elements/Woo_Product_Gallery.php:2757, ../includes/Elements/Woo_Product_Gallery.php:2789, ../includes/Elements/Woo_Product_Images.php:141, ../includes/Elements/Woo_Product_Images.php:303, ../includes/Elements/Woo_Product_List.php:1338, ../includes/Elements/Woo_Product_List.php:1451, ../includes/Elements/Woo_Product_List.php:1574, ../includes/Elements/Woo_Product_List.php:1864, ../includes/Elements/Woo_Product_List.php:1926, ../includes/Elements/Woo_Product_List.php:1991, ../includes/Elements/Woo_Product_List.php:2062, ../includes/Elements/Woo_Product_List.php:3344, ../includes/Elements/Woo_Product_List.php:3545, ../includes/Elements/Woo_Product_List.php:3577, ../includes/Elements/WpForms.php:353, ../includes/Elements/WpForms.php:658, ../includes/Elements/WpForms.php:1072, ../includes/Elements/WpForms.php:1098, ../includes/Elements/WpForms.php:1268, ../includes/Elements/WpForms.php:1378, ../includes/Extensions/Liquid_Glass_Effect.php:117, ../includes/Extensions/Liquid_Glass_Effect.php:522, ../includes/Extensions/Liquid_Glass_Effect.php:367, ../includes/Extensions/Scroll_to_Top.php:434, ../includes/Extensions/Table_of_Content.php:751, ../includes/Extensions/Table_of_Content.php:968, ../includes/Traits/Controls.php:1678, ../includes/Traits/Controls.php:1790, ../includes/Traits/Controls.php:1742, ../includes/Traits/Controls.php:1921, ../includes/Traits/Helper.php:774, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1395 msgid "Border Radius" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:418, ../includes/Elements/Advanced_Data_Table.php:1486, ../includes/Elements/Betterdocs_Category_Grid.php:337, ../includes/Elements/Betterdocs_Category_Grid.php:385, ../includes/Elements/Event_Calendar.php:2351, ../includes/Elements/Event_Calendar.php:3457, ../includes/Elements/Event_Calendar.php:3532, ../includes/Elements/Facebook_Feed.php:827, ../includes/Elements/Product_Grid.php:1457, ../includes/Elements/Product_Grid.php:1485, ../includes/Elements/Product_Grid.php:3575, ../includes/Elements/Product_Grid.php:3610, ../includes/Elements/Progress_Bar.php:761, ../includes/Elements/Twitter_Feed.php:948, ../includes/Elements/Twitter_Feed.php:1160, ../includes/Elements/Woo_Cart.php:1457, ../includes/Elements/Woo_Cart.php:1642, ../includes/Elements/Woo_Cart.php:2538, ../includes/Elements/Woo_Cart.php:2623, ../includes/Elements/Woo_Cart.php:2708, ../includes/Elements/Woo_Product_Carousel.php:1309, ../includes/Elements/Woo_Product_Carousel.php:1338, ../includes/Elements/Woo_Product_Carousel.php:2436, ../includes/Elements/Woo_Product_Carousel.php:2471, ../includes/Elements/Woo_Product_Carousel.php:3150, ../includes/Elements/Woo_Product_Gallery.php:1049, ../includes/Elements/Woo_Product_Gallery.php:1077, ../includes/Elements/Woo_Product_Gallery.php:1673, ../includes/Elements/Woo_Product_Gallery.php:1849, ../includes/Elements/Woo_Product_Gallery.php:2781, ../includes/Elements/Woo_Product_Gallery.php:2816, ../includes/Elements/Woo_Product_List.php:3568, ../includes/Elements/Woo_Product_List.php:3603, ../includes/Extensions/Table_of_Content.php:740, ../includes/Extensions/Table_of_Content.php:987, ../includes/Traits/Woo_Product_Comparable.php:1419 +#: ../includes/Elements/Advanced_Data_Table.php:418, ../includes/Elements/Advanced_Data_Table.php:1486, ../includes/Elements/Betterdocs_Category_Grid.php:337, ../includes/Elements/Betterdocs_Category_Grid.php:385, ../includes/Elements/Event_Calendar.php:2351, ../includes/Elements/Event_Calendar.php:3457, ../includes/Elements/Event_Calendar.php:3532, ../includes/Elements/Facebook_Feed.php:827, ../includes/Elements/Product_Grid.php:1457, ../includes/Elements/Product_Grid.php:1485, ../includes/Elements/Product_Grid.php:3575, ../includes/Elements/Product_Grid.php:3610, ../includes/Elements/Progress_Bar.php:762, ../includes/Elements/Twitter_Feed.php:948, ../includes/Elements/Twitter_Feed.php:1160, ../includes/Elements/Woo_Cart.php:1457, ../includes/Elements/Woo_Cart.php:1642, ../includes/Elements/Woo_Cart.php:2538, ../includes/Elements/Woo_Cart.php:2623, ../includes/Elements/Woo_Cart.php:2708, ../includes/Elements/Woo_Product_Carousel.php:1309, ../includes/Elements/Woo_Product_Carousel.php:1338, ../includes/Elements/Woo_Product_Carousel.php:2436, ../includes/Elements/Woo_Product_Carousel.php:2471, ../includes/Elements/Woo_Product_Carousel.php:3150, ../includes/Elements/Woo_Product_Gallery.php:1049, ../includes/Elements/Woo_Product_Gallery.php:1077, ../includes/Elements/Woo_Product_Gallery.php:1673, ../includes/Elements/Woo_Product_Gallery.php:1849, ../includes/Elements/Woo_Product_Gallery.php:2781, ../includes/Elements/Woo_Product_Gallery.php:2816, ../includes/Elements/Woo_Product_List.php:3569, ../includes/Elements/Woo_Product_List.php:3604, ../includes/Extensions/Table_of_Content.php:740, ../includes/Extensions/Table_of_Content.php:987, ../includes/Traits/Woo_Product_Comparable.php:1419 msgid "Box Shadow" msgstr "" @@ -1193,31 +1193,31 @@ msgid "Head" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:437, ../includes/Elements/Advanced_Data_Table.php:556, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1166, ../includes/Elements/Advanced_Data_Table.php:1377, ../includes/Elements/Caldera_Forms.php:293, ../includes/Elements/Caldera_Forms.php:354, ../includes/Elements/Caldera_Forms.php:544, ../includes/Elements/Caldera_Forms.php:782, ../includes/Elements/Caldera_Forms.php:871, ../includes/Elements/Caldera_Forms.php:1292, ../includes/Elements/Caldera_Forms.php:1407, ../includes/Elements/Code_Snippet.php:695, ../includes/Elements/Contact_Form_7.php:497, ../includes/Elements/Contact_Form_7.php:530, ../includes/Elements/Contact_Form_7.php:749, ../includes/Elements/Contact_Form_7.php:899, ../includes/Elements/Contact_Form_7.php:953, ../includes/Elements/Contact_Form_7.php:1328, ../includes/Elements/Contact_Form_7.php:1465, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Event_Calendar.php:2393, ../includes/Elements/Event_Calendar.php:2423, ../includes/Elements/Event_Calendar.php:2640, ../includes/Elements/Event_Calendar.php:2718, ../includes/Elements/Event_Calendar.php:2752, ../includes/Elements/Event_Calendar.php:2998, ../includes/Elements/Event_Calendar.php:3052, ../includes/Elements/Event_Calendar.php:3107, ../includes/Elements/Event_Calendar.php:3136, ../includes/Elements/Event_Calendar.php:3204, ../includes/Elements/Event_Calendar.php:3271, ../includes/Elements/Event_Calendar.php:3475, ../includes/Elements/Filterable_Gallery.php:2702, ../includes/Elements/Filterable_Gallery.php:2749, ../includes/Elements/Filterable_Gallery.php:2785, ../includes/Elements/Filterable_Gallery.php:2842, ../includes/Elements/Filterable_Gallery.php:3141, ../includes/Elements/Filterable_Gallery.php:3406, ../includes/Elements/FluentForm.php:327, ../includes/Elements/FluentForm.php:388, ../includes/Elements/FluentForm.php:590, ../includes/Elements/FluentForm.php:830, ../includes/Elements/FluentForm.php:1157, ../includes/Elements/FluentForm.php:1212, ../includes/Elements/FluentForm.php:1316, ../includes/Elements/FluentForm.php:1402, ../includes/Elements/FluentForm.php:1468, ../includes/Elements/FluentForm.php:1663, ../includes/Elements/FluentForm.php:1795, ../includes/Elements/FluentForm.php:1993, ../includes/Elements/FluentForm.php:2144, ../includes/Elements/FluentForm.php:2193, ../includes/Elements/Formstack.php:509, ../includes/Elements/Formstack.php:558, ../includes/Elements/Formstack.php:614, ../includes/Elements/Formstack.php:688, ../includes/Elements/Formstack.php:743, ../includes/Elements/Formstack.php:826, ../includes/Elements/Formstack.php:1038, ../includes/Elements/Formstack.php:1536, ../includes/Elements/Formstack.php:1668, ../includes/Elements/Formstack.php:1809, ../includes/Elements/Formstack.php:1971, ../includes/Elements/GravityForms.php:543, ../includes/Elements/GravityForms.php:576, ../includes/Elements/GravityForms.php:622, ../includes/Elements/GravityForms.php:768, ../includes/Elements/GravityForms.php:839, ../includes/Elements/GravityForms.php:883, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1236, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1428, ../includes/Elements/GravityForms.php:1964, ../includes/Elements/GravityForms.php:2095, ../includes/Elements/GravityForms.php:2130, ../includes/Elements/GravityForms.php:2476, ../includes/Elements/GravityForms.php:2699, ../includes/Elements/GravityForms.php:2894, ../includes/Elements/Login_Register.php:4943, ../includes/Elements/Login_Register.php:5072, ../includes/Elements/Login_Register.php:5220, ../includes/Elements/NFT_Gallery.php:2271, ../includes/Elements/NinjaForms.php:472, ../includes/Elements/NinjaForms.php:521, ../includes/Elements/NinjaForms.php:583, ../includes/Elements/NinjaForms.php:826, ../includes/Elements/NinjaForms.php:915, ../includes/Elements/NinjaForms.php:1519, ../includes/Elements/NinjaForms.php:1566, ../includes/Elements/NinjaForms.php:1620, ../includes/Elements/Post_Grid.php:1117, ../includes/Elements/Post_Grid.php:1239, ../includes/Elements/Post_Grid.php:1253, ../includes/Elements/Post_Grid.php:1397, ../includes/Elements/Post_Grid.php:1471, ../includes/Elements/Post_Grid.php:1565, ../includes/Elements/Post_Grid.php:1615, ../includes/Elements/Post_Timeline.php:291, ../includes/Elements/Post_Timeline.php:347, ../includes/Elements/Post_Timeline.php:409, ../includes/Elements/Post_Timeline.php:553, ../includes/Elements/Product_Grid.php:3072, ../includes/Elements/Product_Grid.php:3103, ../includes/Elements/Product_Grid.php:3145, ../includes/Elements/Product_Grid.php:3211, ../includes/Elements/Product_Grid.php:3252, ../includes/Elements/Product_Grid.php:3309, ../includes/Elements/Product_Grid.php:3426, ../includes/Elements/Progress_Bar.php:781, ../includes/Elements/Simple_Menu.php:886, ../includes/Elements/Simple_Menu.php:1334, ../includes/Elements/Twitter_Feed.php:1336, ../includes/Elements/Woo_Cart.php:1894, ../includes/Elements/Woo_Cart.php:1955, ../includes/Elements/Woo_Cart.php:2133, ../includes/Elements/Woo_Cart.php:2225, ../includes/Elements/Woo_Checkout.php:1661, ../includes/Elements/Woo_Checkout.php:2032, ../includes/Elements/Woo_Product_Carousel.php:1924, ../includes/Elements/Woo_Product_Carousel.php:1954, ../includes/Elements/Woo_Product_Carousel.php:1996, ../includes/Elements/Woo_Product_Carousel.php:2075, ../includes/Elements/Woo_Product_Carousel.php:2115, ../includes/Elements/Woo_Product_Carousel.php:2172, ../includes/Elements/Woo_Product_Carousel.php:2291, ../includes/Elements/Woo_Product_Gallery.php:2238, ../includes/Elements/Woo_Product_Gallery.php:2268, ../includes/Elements/Woo_Product_Gallery.php:2310, ../includes/Elements/Woo_Product_Gallery.php:2376, ../includes/Elements/Woo_Product_Gallery.php:2417, ../includes/Elements/Woo_Product_Gallery.php:2458, ../includes/Elements/Woo_Product_Gallery.php:2515, ../includes/Elements/Woo_Product_Gallery.php:2632, ../includes/Elements/Woo_Product_List.php:3068, ../includes/Elements/Woo_Product_List.php:3099, ../includes/Elements/Woo_Product_List.php:3142, ../includes/Elements/Woo_Product_List.php:3173, ../includes/Elements/Woo_Product_List.php:3214, ../includes/Elements/Woo_Product_List.php:3419, ../includes/Elements/WpForms.php:447, ../includes/Elements/WpForms.php:496, ../includes/Elements/WpForms.php:562, ../includes/Elements/WpForms.php:808, ../includes/Elements/WpForms.php:888, ../includes/Elements/WpForms.php:1312, ../includes/Traits/Controls.php:1532, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1196 +#: ../includes/Elements/Advanced_Data_Table.php:437, ../includes/Elements/Advanced_Data_Table.php:556, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1166, ../includes/Elements/Advanced_Data_Table.php:1377, ../includes/Elements/Caldera_Forms.php:293, ../includes/Elements/Caldera_Forms.php:354, ../includes/Elements/Caldera_Forms.php:544, ../includes/Elements/Caldera_Forms.php:782, ../includes/Elements/Caldera_Forms.php:871, ../includes/Elements/Caldera_Forms.php:1292, ../includes/Elements/Caldera_Forms.php:1407, ../includes/Elements/Code_Snippet.php:695, ../includes/Elements/Contact_Form_7.php:497, ../includes/Elements/Contact_Form_7.php:530, ../includes/Elements/Contact_Form_7.php:749, ../includes/Elements/Contact_Form_7.php:899, ../includes/Elements/Contact_Form_7.php:953, ../includes/Elements/Contact_Form_7.php:1328, ../includes/Elements/Contact_Form_7.php:1465, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Event_Calendar.php:2393, ../includes/Elements/Event_Calendar.php:2423, ../includes/Elements/Event_Calendar.php:2640, ../includes/Elements/Event_Calendar.php:2718, ../includes/Elements/Event_Calendar.php:2752, ../includes/Elements/Event_Calendar.php:2998, ../includes/Elements/Event_Calendar.php:3052, ../includes/Elements/Event_Calendar.php:3107, ../includes/Elements/Event_Calendar.php:3136, ../includes/Elements/Event_Calendar.php:3204, ../includes/Elements/Event_Calendar.php:3271, ../includes/Elements/Event_Calendar.php:3475, ../includes/Elements/Filterable_Gallery.php:2702, ../includes/Elements/Filterable_Gallery.php:2749, ../includes/Elements/Filterable_Gallery.php:2785, ../includes/Elements/Filterable_Gallery.php:2842, ../includes/Elements/Filterable_Gallery.php:3141, ../includes/Elements/Filterable_Gallery.php:3406, ../includes/Elements/FluentForm.php:327, ../includes/Elements/FluentForm.php:388, ../includes/Elements/FluentForm.php:590, ../includes/Elements/FluentForm.php:830, ../includes/Elements/FluentForm.php:1157, ../includes/Elements/FluentForm.php:1212, ../includes/Elements/FluentForm.php:1316, ../includes/Elements/FluentForm.php:1402, ../includes/Elements/FluentForm.php:1468, ../includes/Elements/FluentForm.php:1663, ../includes/Elements/FluentForm.php:1795, ../includes/Elements/FluentForm.php:1993, ../includes/Elements/FluentForm.php:2144, ../includes/Elements/FluentForm.php:2193, ../includes/Elements/Formstack.php:509, ../includes/Elements/Formstack.php:558, ../includes/Elements/Formstack.php:614, ../includes/Elements/Formstack.php:688, ../includes/Elements/Formstack.php:743, ../includes/Elements/Formstack.php:826, ../includes/Elements/Formstack.php:1038, ../includes/Elements/Formstack.php:1536, ../includes/Elements/Formstack.php:1668, ../includes/Elements/Formstack.php:1809, ../includes/Elements/Formstack.php:1971, ../includes/Elements/GravityForms.php:543, ../includes/Elements/GravityForms.php:576, ../includes/Elements/GravityForms.php:622, ../includes/Elements/GravityForms.php:768, ../includes/Elements/GravityForms.php:839, ../includes/Elements/GravityForms.php:883, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1236, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1428, ../includes/Elements/GravityForms.php:1964, ../includes/Elements/GravityForms.php:2095, ../includes/Elements/GravityForms.php:2130, ../includes/Elements/GravityForms.php:2476, ../includes/Elements/GravityForms.php:2699, ../includes/Elements/GravityForms.php:2894, ../includes/Elements/Login_Register.php:4944, ../includes/Elements/Login_Register.php:5073, ../includes/Elements/Login_Register.php:5221, ../includes/Elements/NFT_Gallery.php:2271, ../includes/Elements/NinjaForms.php:472, ../includes/Elements/NinjaForms.php:521, ../includes/Elements/NinjaForms.php:583, ../includes/Elements/NinjaForms.php:826, ../includes/Elements/NinjaForms.php:915, ../includes/Elements/NinjaForms.php:1519, ../includes/Elements/NinjaForms.php:1566, ../includes/Elements/NinjaForms.php:1620, ../includes/Elements/Post_Grid.php:1117, ../includes/Elements/Post_Grid.php:1239, ../includes/Elements/Post_Grid.php:1253, ../includes/Elements/Post_Grid.php:1397, ../includes/Elements/Post_Grid.php:1471, ../includes/Elements/Post_Grid.php:1565, ../includes/Elements/Post_Grid.php:1615, ../includes/Elements/Post_Timeline.php:291, ../includes/Elements/Post_Timeline.php:347, ../includes/Elements/Post_Timeline.php:409, ../includes/Elements/Post_Timeline.php:553, ../includes/Elements/Product_Grid.php:3072, ../includes/Elements/Product_Grid.php:3103, ../includes/Elements/Product_Grid.php:3145, ../includes/Elements/Product_Grid.php:3211, ../includes/Elements/Product_Grid.php:3252, ../includes/Elements/Product_Grid.php:3309, ../includes/Elements/Product_Grid.php:3426, ../includes/Elements/Progress_Bar.php:782, ../includes/Elements/Simple_Menu.php:886, ../includes/Elements/Simple_Menu.php:1334, ../includes/Elements/Twitter_Feed.php:1336, ../includes/Elements/Woo_Cart.php:1894, ../includes/Elements/Woo_Cart.php:1955, ../includes/Elements/Woo_Cart.php:2133, ../includes/Elements/Woo_Cart.php:2225, ../includes/Elements/Woo_Checkout.php:1661, ../includes/Elements/Woo_Checkout.php:2032, ../includes/Elements/Woo_Product_Carousel.php:1924, ../includes/Elements/Woo_Product_Carousel.php:1954, ../includes/Elements/Woo_Product_Carousel.php:1996, ../includes/Elements/Woo_Product_Carousel.php:2075, ../includes/Elements/Woo_Product_Carousel.php:2115, ../includes/Elements/Woo_Product_Carousel.php:2172, ../includes/Elements/Woo_Product_Carousel.php:2291, ../includes/Elements/Woo_Product_Gallery.php:2238, ../includes/Elements/Woo_Product_Gallery.php:2268, ../includes/Elements/Woo_Product_Gallery.php:2310, ../includes/Elements/Woo_Product_Gallery.php:2376, ../includes/Elements/Woo_Product_Gallery.php:2417, ../includes/Elements/Woo_Product_Gallery.php:2458, ../includes/Elements/Woo_Product_Gallery.php:2515, ../includes/Elements/Woo_Product_Gallery.php:2632, ../includes/Elements/Woo_Product_List.php:3069, ../includes/Elements/Woo_Product_List.php:3100, ../includes/Elements/Woo_Product_List.php:3143, ../includes/Elements/Woo_Product_List.php:3174, ../includes/Elements/Woo_Product_List.php:3215, ../includes/Elements/Woo_Product_List.php:3420, ../includes/Elements/WpForms.php:447, ../includes/Elements/WpForms.php:496, ../includes/Elements/WpForms.php:562, ../includes/Elements/WpForms.php:808, ../includes/Elements/WpForms.php:888, ../includes/Elements/WpForms.php:1312, ../includes/Traits/Controls.php:1532, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1196 msgid "Typography" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:445, ../includes/Elements/Advanced_Data_Table.php:564, ../includes/Elements/Betterdocs_Category_Box.php:768, ../includes/Elements/Betterdocs_Category_Grid.php:1515, ../includes/Elements/Countdown.php:1151, ../includes/Elements/Login_Register.php:4181, ../includes/Elements/Woo_Add_To_Cart.php:128 +#: ../includes/Elements/Advanced_Data_Table.php:445, ../includes/Elements/Advanced_Data_Table.php:564, ../includes/Elements/Betterdocs_Category_Box.php:768, ../includes/Elements/Betterdocs_Category_Grid.php:1515, ../includes/Elements/Countdown.php:1151, ../includes/Elements/Login_Register.php:4182, ../includes/Elements/Woo_Add_To_Cart.php:133 msgid "Text Alignment" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:449, ../includes/Elements/Advanced_Data_Table.php:568, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1143, ../includes/Elements/Adv_Accordion.php:296, ../includes/Elements/Adv_Accordion.php:870, ../includes/Elements/Betterdocs_Category_Box.php:772, ../includes/Elements/Betterdocs_Category_Grid.php:1519, ../includes/Elements/Betterdocs_Category_Grid.php:1544, ../includes/Elements/Breadcrumbs.php:214, ../includes/Elements/Business_Reviews.php:1217, ../includes/Elements/Business_Reviews.php:2208, ../includes/Elements/Caldera_Forms.php:240, ../includes/Elements/Caldera_Forms.php:424, ../includes/Elements/Caldera_Forms.php:570, ../includes/Elements/Caldera_Forms.php:1145, ../includes/Elements/Code_Snippet.php:306, ../includes/Elements/Contact_Form_7.php:338, ../includes/Elements/Contact_Form_7.php:453, ../includes/Elements/Contact_Form_7.php:1183, ../includes/Elements/Content_Ticker.php:300, ../includes/Elements/Countdown.php:223, ../includes/Elements/Countdown.php:1156, ../includes/Elements/Cta_Box.php:143, ../includes/Elements/Cta_Box.php:248, ../includes/Elements/Cta_Box.php:643, ../includes/Elements/Cta_Box.php:749, ../includes/Elements/Data_Table.php:605, ../includes/Elements/Data_Table.php:830, ../includes/Elements/Data_Table.php:1079, ../includes/Elements/Dual_Color_Header.php:354, ../includes/Elements/Event_Calendar.php:1124, ../includes/Elements/Event_Calendar.php:1492, ../includes/Elements/Event_Calendar.php:2664, ../includes/Elements/Event_Calendar.php:2800, ../includes/Elements/Fancy_Text.php:197, ../includes/Elements/Feature_List.php:335, ../includes/Elements/Feature_List.php:821, ../includes/Elements/Filterable_Gallery.php:1252, ../includes/Elements/Filterable_Gallery.php:1911, ../includes/Elements/Filterable_Gallery.php:2418, ../includes/Elements/Filterable_Gallery.php:3213, ../includes/Elements/Flip_Box.php:519, ../includes/Elements/Flip_Box.php:759, ../includes/Elements/FluentForm.php:273, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../includes/Elements/Formstack.php:349, ../includes/Elements/Formstack.php:464, ../includes/Elements/Formstack.php:780, ../includes/Elements/Formstack.php:1389, ../includes/Elements/GravityForms.php:362, ../includes/Elements/GravityForms.php:499, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:784, ../includes/Elements/GravityForms.php:912, ../includes/Elements/GravityForms.php:2253, ../includes/Elements/GravityForms.php:2516, ../includes/Elements/Image_Accordion.php:122, ../includes/Elements/Info_Box.php:191, ../includes/Elements/Info_Box.php:459, ../includes/Elements/Info_Box.php:488, ../includes/Elements/Login_Register.php:1228, ../includes/Elements/Login_Register.php:1387, ../includes/Elements/Login_Register.php:1631, ../includes/Elements/Login_Register.php:1686, ../includes/Elements/Login_Register.php:2611, ../includes/Elements/Login_Register.php:4185, ../includes/Elements/Login_Register.php:5474, ../includes/Elements/Login_Register.php:5882, ../includes/Elements/NFT_Gallery.php:822, ../includes/Elements/NFT_Gallery.php:1990, ../includes/Elements/NinjaForms.php:289, ../includes/Elements/NinjaForms.php:428, ../includes/Elements/NinjaForms.php:612, ../includes/Elements/NinjaForms.php:1307, ../includes/Elements/Post_Grid.php:1215, ../includes/Elements/Post_Grid.php:1375, ../includes/Elements/Post_Grid.php:1445, ../includes/Elements/Post_Grid.php:1542, ../includes/Elements/Post_Grid.php:1627, ../includes/Elements/Post_Timeline.php:325, ../includes/Elements/Post_Timeline.php:383, ../includes/Elements/Pricing_Table.php:146, ../includes/Elements/Pricing_Table.php:342, ../includes/Elements/Pricing_Table.php:491, ../includes/Elements/Pricing_Table.php:801, ../includes/Elements/Pricing_Table.php:955, ../includes/Elements/Pricing_Table.php:1438, ../includes/Elements/Pricing_Table.php:2163, ../includes/Elements/Product_Grid.php:889, ../includes/Elements/Product_Grid.php:1248, ../includes/Elements/Product_Grid.php:1567, ../includes/Elements/Product_Grid.php:2272, ../includes/Elements/Product_Grid.php:2820, ../includes/Elements/Progress_Bar.php:372, ../includes/Elements/Progress_Bar.php:641, ../includes/Elements/Simple_Menu.php:210, ../includes/Elements/Simple_Menu.php:388, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:821, ../includes/Elements/Simple_Menu.php:846, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/SVG_Draw.php:196, ../includes/Elements/Team_Member.php:551, ../includes/Elements/Testimonial.php:399, ../includes/Elements/Tooltip.php:223, ../includes/Elements/Tooltip.php:302, ../includes/Elements/Tooltip.php:398, ../includes/Elements/Twitter_Feed.php:564, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Add_To_Cart.php:79, ../includes/Elements/Woo_Add_To_Cart.php:132, ../includes/Elements/Woo_Cart.php:287, ../includes/Elements/Woo_Cart.php:531, ../includes/Elements/Woo_Cart.php:626, ../includes/Elements/Woo_Cart.php:700, ../includes/Elements/Woo_Cart.php:781, ../includes/Elements/Woo_Cart.php:893, ../includes/Elements/Woo_Cart.php:1777, ../includes/Elements/Woo_Cart.php:2420, ../includes/Elements/Woo_Product_Carousel.php:944, ../includes/Elements/Woo_Product_Carousel.php:1155, ../includes/Elements/Woo_Product_Carousel.php:1210, ../includes/Elements/Woo_Product_Gallery.php:241, ../includes/Elements/Woo_Product_Gallery.php:271, ../includes/Elements/Woo_Product_Gallery.php:966, ../includes/Elements/Woo_Product_Gallery.php:1949, ../includes/Elements/Woo_Product_Images.php:709, ../includes/Elements/Woo_Product_List.php:663, ../includes/Elements/Woo_Product_List.php:837, ../includes/Elements/Woo_Product_Price.php:369, ../includes/Elements/Woo_Product_Rating.php:82, ../includes/Elements/WpForms.php:286, ../includes/Elements/WpForms.php:403, ../includes/Elements/WpForms.php:591, ../includes/Elements/WpForms.php:1162, ../includes/Extensions/Scroll_to_Top.php:169, ../includes/Extensions/Table_of_Content.php:560, ../includes/Traits/Controls.php:868, ../includes/Traits/Controls.php:1544, ../includes/Traits/Controls.php:1605, ../includes/Traits/Controls.php:2002, ../includes/Traits/Controls.php:2053, ../includes/Traits/Controls.php:2054, ../includes/Traits/Controls.php:2376 +#: ../includes/Elements/Advanced_Data_Table.php:449, ../includes/Elements/Advanced_Data_Table.php:568, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1143, ../includes/Elements/Adv_Accordion.php:296, ../includes/Elements/Adv_Accordion.php:870, ../includes/Elements/Betterdocs_Category_Box.php:772, ../includes/Elements/Betterdocs_Category_Grid.php:1519, ../includes/Elements/Betterdocs_Category_Grid.php:1544, ../includes/Elements/Breadcrumbs.php:214, ../includes/Elements/Business_Reviews.php:1217, ../includes/Elements/Business_Reviews.php:2208, ../includes/Elements/Caldera_Forms.php:240, ../includes/Elements/Caldera_Forms.php:424, ../includes/Elements/Caldera_Forms.php:570, ../includes/Elements/Caldera_Forms.php:1145, ../includes/Elements/Code_Snippet.php:306, ../includes/Elements/Contact_Form_7.php:338, ../includes/Elements/Contact_Form_7.php:453, ../includes/Elements/Contact_Form_7.php:1183, ../includes/Elements/Content_Ticker.php:300, ../includes/Elements/Countdown.php:223, ../includes/Elements/Countdown.php:1156, ../includes/Elements/Creative_Button.php:415, ../includes/Elements/Cta_Box.php:143, ../includes/Elements/Cta_Box.php:248, ../includes/Elements/Cta_Box.php:643, ../includes/Elements/Cta_Box.php:749, ../includes/Elements/Data_Table.php:605, ../includes/Elements/Data_Table.php:830, ../includes/Elements/Data_Table.php:1079, ../includes/Elements/Dual_Color_Header.php:354, ../includes/Elements/Event_Calendar.php:1124, ../includes/Elements/Event_Calendar.php:1492, ../includes/Elements/Event_Calendar.php:2664, ../includes/Elements/Event_Calendar.php:2800, ../includes/Elements/Fancy_Text.php:198, ../includes/Elements/Feature_List.php:335, ../includes/Elements/Feature_List.php:821, ../includes/Elements/Filterable_Gallery.php:1252, ../includes/Elements/Filterable_Gallery.php:1911, ../includes/Elements/Filterable_Gallery.php:2418, ../includes/Elements/Filterable_Gallery.php:3213, ../includes/Elements/Flip_Box.php:519, ../includes/Elements/Flip_Box.php:759, ../includes/Elements/FluentForm.php:273, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../includes/Elements/Formstack.php:349, ../includes/Elements/Formstack.php:464, ../includes/Elements/Formstack.php:780, ../includes/Elements/Formstack.php:1389, ../includes/Elements/GravityForms.php:362, ../includes/Elements/GravityForms.php:499, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:784, ../includes/Elements/GravityForms.php:912, ../includes/Elements/GravityForms.php:2253, ../includes/Elements/GravityForms.php:2516, ../includes/Elements/Image_Accordion.php:122, ../includes/Elements/Info_Box.php:191, ../includes/Elements/Info_Box.php:459, ../includes/Elements/Info_Box.php:488, ../includes/Elements/Login_Register.php:1229, ../includes/Elements/Login_Register.php:1388, ../includes/Elements/Login_Register.php:1632, ../includes/Elements/Login_Register.php:1687, ../includes/Elements/Login_Register.php:2612, ../includes/Elements/Login_Register.php:4186, ../includes/Elements/Login_Register.php:5475, ../includes/Elements/Login_Register.php:5883, ../includes/Elements/NFT_Gallery.php:822, ../includes/Elements/NFT_Gallery.php:1990, ../includes/Elements/NinjaForms.php:289, ../includes/Elements/NinjaForms.php:428, ../includes/Elements/NinjaForms.php:612, ../includes/Elements/NinjaForms.php:1307, ../includes/Elements/Post_Grid.php:1215, ../includes/Elements/Post_Grid.php:1375, ../includes/Elements/Post_Grid.php:1445, ../includes/Elements/Post_Grid.php:1542, ../includes/Elements/Post_Grid.php:1627, ../includes/Elements/Post_Timeline.php:325, ../includes/Elements/Post_Timeline.php:383, ../includes/Elements/Pricing_Table.php:146, ../includes/Elements/Pricing_Table.php:342, ../includes/Elements/Pricing_Table.php:491, ../includes/Elements/Pricing_Table.php:801, ../includes/Elements/Pricing_Table.php:955, ../includes/Elements/Pricing_Table.php:1438, ../includes/Elements/Pricing_Table.php:2163, ../includes/Elements/Product_Grid.php:889, ../includes/Elements/Product_Grid.php:1248, ../includes/Elements/Product_Grid.php:1567, ../includes/Elements/Product_Grid.php:2272, ../includes/Elements/Product_Grid.php:2820, ../includes/Elements/Progress_Bar.php:373, ../includes/Elements/Progress_Bar.php:642, ../includes/Elements/Simple_Menu.php:210, ../includes/Elements/Simple_Menu.php:388, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:821, ../includes/Elements/Simple_Menu.php:846, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/SVG_Draw.php:196, ../includes/Elements/Team_Member.php:551, ../includes/Elements/Testimonial.php:399, ../includes/Elements/Tooltip.php:223, ../includes/Elements/Tooltip.php:302, ../includes/Elements/Tooltip.php:398, ../includes/Elements/Twitter_Feed.php:564, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Add_To_Cart.php:84, ../includes/Elements/Woo_Add_To_Cart.php:137, ../includes/Elements/Woo_Cart.php:287, ../includes/Elements/Woo_Cart.php:531, ../includes/Elements/Woo_Cart.php:626, ../includes/Elements/Woo_Cart.php:700, ../includes/Elements/Woo_Cart.php:781, ../includes/Elements/Woo_Cart.php:893, ../includes/Elements/Woo_Cart.php:1777, ../includes/Elements/Woo_Cart.php:2420, ../includes/Elements/Woo_Product_Carousel.php:944, ../includes/Elements/Woo_Product_Carousel.php:1155, ../includes/Elements/Woo_Product_Carousel.php:1210, ../includes/Elements/Woo_Product_Gallery.php:241, ../includes/Elements/Woo_Product_Gallery.php:271, ../includes/Elements/Woo_Product_Gallery.php:966, ../includes/Elements/Woo_Product_Gallery.php:1949, ../includes/Elements/Woo_Product_Images.php:709, ../includes/Elements/Woo_Product_List.php:664, ../includes/Elements/Woo_Product_List.php:838, ../includes/Elements/Woo_Product_Price.php:369, ../includes/Elements/Woo_Product_Rating.php:82, ../includes/Elements/WpForms.php:286, ../includes/Elements/WpForms.php:403, ../includes/Elements/WpForms.php:591, ../includes/Elements/WpForms.php:1162, ../includes/Extensions/Scroll_to_Top.php:169, ../includes/Extensions/Table_of_Content.php:560, ../includes/Traits/Controls.php:868, ../includes/Traits/Controls.php:1544, ../includes/Traits/Controls.php:1605, ../includes/Traits/Controls.php:2002, ../includes/Traits/Controls.php:2053, ../includes/Traits/Controls.php:2054, ../includes/Traits/Controls.php:2376 msgid "Left" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:453, ../includes/Elements/Advanced_Data_Table.php:572, ../includes/Elements/Advanced_Data_Table.php:1000, ../includes/Elements/Advanced_Data_Table.php:1147, ../includes/Elements/Betterdocs_Category_Box.php:776, ../includes/Elements/Betterdocs_Category_Grid.php:1523, ../includes/Elements/Betterdocs_Category_Grid.php:1548, ../includes/Elements/Breadcrumbs.php:218, ../includes/Elements/Business_Reviews.php:1221, ../includes/Elements/Business_Reviews.php:2212, ../includes/Elements/Caldera_Forms.php:244, ../includes/Elements/Caldera_Forms.php:428, ../includes/Elements/Caldera_Forms.php:574, ../includes/Elements/Caldera_Forms.php:1149, ../includes/Elements/Code_Snippet.php:310, ../includes/Elements/Contact_Form_7.php:342, ../includes/Elements/Contact_Form_7.php:457, ../includes/Elements/Contact_Form_7.php:1187, ../includes/Elements/Countdown.php:227, ../includes/Elements/Countdown.php:1160, ../includes/Elements/Cta_Box.php:147, ../includes/Elements/Cta_Box.php:246, ../includes/Elements/Data_Table.php:609, ../includes/Elements/Data_Table.php:834, ../includes/Elements/Data_Table.php:1083, ../includes/Elements/Dual_Color_Header.php:358, ../includes/Elements/Dual_Color_Header.php:834, ../includes/Elements/Event_Calendar.php:1128, ../includes/Elements/Event_Calendar.php:1496, ../includes/Elements/Event_Calendar.php:2668, ../includes/Elements/Event_Calendar.php:2804, ../includes/Elements/Fancy_Text.php:201, ../includes/Elements/Feature_List.php:825, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1915, ../includes/Elements/Filterable_Gallery.php:2422, ../includes/Elements/Filterable_Gallery.php:3217, ../includes/Elements/Flip_Box.php:523, ../includes/Elements/Flip_Box.php:763, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:474, ../includes/Elements/FluentForm.php:620, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1498, ../includes/Elements/Formstack.php:353, ../includes/Elements/Formstack.php:468, ../includes/Elements/Formstack.php:784, ../includes/Elements/Formstack.php:1393, ../includes/Elements/GravityForms.php:366, ../includes/Elements/GravityForms.php:503, ../includes/Elements/GravityForms.php:641, ../includes/Elements/GravityForms.php:788, ../includes/Elements/GravityForms.php:916, ../includes/Elements/GravityForms.php:2257, ../includes/Elements/GravityForms.php:2520, ../includes/Elements/Image_Accordion.php:126, ../includes/Elements/Image_Accordion.php:149, ../includes/Elements/Info_Box.php:463, ../includes/Elements/Info_Box.php:492, ../includes/Elements/Login_Register.php:4189, ../includes/Elements/Login_Register.php:5456, ../includes/Elements/Login_Register.php:5478, ../includes/Elements/Login_Register.php:5843, ../includes/Elements/Login_Register.php:5863, ../includes/Elements/Login_Register.php:5886, ../includes/Elements/NFT_Gallery.php:826, ../includes/Elements/NFT_Gallery.php:1994, ../includes/Elements/NinjaForms.php:293, ../includes/Elements/NinjaForms.php:432, ../includes/Elements/NinjaForms.php:616, ../includes/Elements/NinjaForms.php:1311, ../includes/Elements/Post_Grid.php:1219, ../includes/Elements/Post_Grid.php:1379, ../includes/Elements/Post_Grid.php:1449, ../includes/Elements/Post_Grid.php:1546, ../includes/Elements/Post_Grid.php:1631, ../includes/Elements/Post_Timeline.php:329, ../includes/Elements/Post_Timeline.php:387, ../includes/Elements/Pricing_Table.php:959, ../includes/Elements/Pricing_Table.php:1442, ../includes/Elements/Pricing_Table.php:2167, ../includes/Elements/Product_Grid.php:893, ../includes/Elements/Product_Grid.php:1252, ../includes/Elements/Product_Grid.php:1571, ../includes/Elements/Product_Grid.php:2824, ../includes/Elements/Progress_Bar.php:376, ../includes/Elements/Progress_Bar.php:645, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Simple_Menu.php:392, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:825, ../includes/Elements/Simple_Menu.php:850, ../includes/Elements/Simple_Menu.php:1282, ../includes/Elements/SVG_Draw.php:200, ../includes/Elements/Team_Member.php:555, ../includes/Elements/Testimonial.php:403, ../includes/Elements/Tooltip.php:227, ../includes/Elements/Tooltip.php:402, ../includes/Elements/Twitter_Feed.php:568, ../includes/Elements/TypeForm.php:212, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Add_To_Cart.php:83, ../includes/Elements/Woo_Add_To_Cart.php:136, ../includes/Elements/Woo_Cart.php:291, ../includes/Elements/Woo_Cart.php:630, ../includes/Elements/Woo_Cart.php:704, ../includes/Elements/Woo_Cart.php:785, ../includes/Elements/Woo_Cart.php:897, ../includes/Elements/Woo_Cart.php:1781, ../includes/Elements/Woo_Cart.php:2424, ../includes/Elements/Woo_Product_Carousel.php:1214, ../includes/Elements/Woo_Product_Gallery.php:245, ../includes/Elements/Woo_Product_Gallery.php:622, ../includes/Elements/Woo_Product_Gallery.php:970, ../includes/Elements/Woo_Product_Price.php:373, ../includes/Elements/Woo_Product_Rating.php:86, ../includes/Elements/WpForms.php:290, ../includes/Elements/WpForms.php:407, ../includes/Elements/WpForms.php:595, ../includes/Elements/WpForms.php:1166, ../includes/Traits/Controls.php:872, ../includes/Traits/Controls.php:1548, ../includes/Traits/Controls.php:1609, ../includes/Traits/Controls.php:2006, ../includes/Traits/Controls.php:2380 +#: ../includes/Elements/Advanced_Data_Table.php:453, ../includes/Elements/Advanced_Data_Table.php:572, ../includes/Elements/Advanced_Data_Table.php:1000, ../includes/Elements/Advanced_Data_Table.php:1147, ../includes/Elements/Betterdocs_Category_Box.php:776, ../includes/Elements/Betterdocs_Category_Grid.php:1523, ../includes/Elements/Betterdocs_Category_Grid.php:1548, ../includes/Elements/Breadcrumbs.php:218, ../includes/Elements/Business_Reviews.php:1221, ../includes/Elements/Business_Reviews.php:2212, ../includes/Elements/Caldera_Forms.php:244, ../includes/Elements/Caldera_Forms.php:428, ../includes/Elements/Caldera_Forms.php:574, ../includes/Elements/Caldera_Forms.php:1149, ../includes/Elements/Code_Snippet.php:310, ../includes/Elements/Contact_Form_7.php:342, ../includes/Elements/Contact_Form_7.php:457, ../includes/Elements/Contact_Form_7.php:1187, ../includes/Elements/Countdown.php:227, ../includes/Elements/Countdown.php:1160, ../includes/Elements/Creative_Button.php:419, ../includes/Elements/Cta_Box.php:147, ../includes/Elements/Cta_Box.php:246, ../includes/Elements/Data_Table.php:609, ../includes/Elements/Data_Table.php:834, ../includes/Elements/Data_Table.php:1083, ../includes/Elements/Dual_Color_Header.php:358, ../includes/Elements/Dual_Color_Header.php:834, ../includes/Elements/Event_Calendar.php:1128, ../includes/Elements/Event_Calendar.php:1496, ../includes/Elements/Event_Calendar.php:2668, ../includes/Elements/Event_Calendar.php:2804, ../includes/Elements/Fancy_Text.php:202, ../includes/Elements/Feature_List.php:825, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1915, ../includes/Elements/Filterable_Gallery.php:2422, ../includes/Elements/Filterable_Gallery.php:3217, ../includes/Elements/Flip_Box.php:523, ../includes/Elements/Flip_Box.php:763, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:474, ../includes/Elements/FluentForm.php:620, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1498, ../includes/Elements/Formstack.php:353, ../includes/Elements/Formstack.php:468, ../includes/Elements/Formstack.php:784, ../includes/Elements/Formstack.php:1393, ../includes/Elements/GravityForms.php:366, ../includes/Elements/GravityForms.php:503, ../includes/Elements/GravityForms.php:641, ../includes/Elements/GravityForms.php:788, ../includes/Elements/GravityForms.php:916, ../includes/Elements/GravityForms.php:2257, ../includes/Elements/GravityForms.php:2520, ../includes/Elements/Image_Accordion.php:126, ../includes/Elements/Image_Accordion.php:149, ../includes/Elements/Info_Box.php:463, ../includes/Elements/Info_Box.php:492, ../includes/Elements/Login_Register.php:4190, ../includes/Elements/Login_Register.php:5457, ../includes/Elements/Login_Register.php:5479, ../includes/Elements/Login_Register.php:5844, ../includes/Elements/Login_Register.php:5864, ../includes/Elements/Login_Register.php:5887, ../includes/Elements/NFT_Gallery.php:826, ../includes/Elements/NFT_Gallery.php:1994, ../includes/Elements/NinjaForms.php:293, ../includes/Elements/NinjaForms.php:432, ../includes/Elements/NinjaForms.php:616, ../includes/Elements/NinjaForms.php:1311, ../includes/Elements/Post_Grid.php:1219, ../includes/Elements/Post_Grid.php:1379, ../includes/Elements/Post_Grid.php:1449, ../includes/Elements/Post_Grid.php:1546, ../includes/Elements/Post_Grid.php:1631, ../includes/Elements/Post_Timeline.php:329, ../includes/Elements/Post_Timeline.php:387, ../includes/Elements/Pricing_Table.php:959, ../includes/Elements/Pricing_Table.php:1442, ../includes/Elements/Pricing_Table.php:2167, ../includes/Elements/Product_Grid.php:893, ../includes/Elements/Product_Grid.php:1252, ../includes/Elements/Product_Grid.php:1571, ../includes/Elements/Product_Grid.php:2824, ../includes/Elements/Progress_Bar.php:377, ../includes/Elements/Progress_Bar.php:646, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Simple_Menu.php:392, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:825, ../includes/Elements/Simple_Menu.php:850, ../includes/Elements/Simple_Menu.php:1282, ../includes/Elements/SVG_Draw.php:200, ../includes/Elements/Team_Member.php:555, ../includes/Elements/Testimonial.php:403, ../includes/Elements/Tooltip.php:227, ../includes/Elements/Tooltip.php:402, ../includes/Elements/Twitter_Feed.php:568, ../includes/Elements/TypeForm.php:212, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Add_To_Cart.php:88, ../includes/Elements/Woo_Add_To_Cart.php:141, ../includes/Elements/Woo_Cart.php:291, ../includes/Elements/Woo_Cart.php:630, ../includes/Elements/Woo_Cart.php:704, ../includes/Elements/Woo_Cart.php:785, ../includes/Elements/Woo_Cart.php:897, ../includes/Elements/Woo_Cart.php:1781, ../includes/Elements/Woo_Cart.php:2424, ../includes/Elements/Woo_Product_Carousel.php:1214, ../includes/Elements/Woo_Product_Gallery.php:245, ../includes/Elements/Woo_Product_Gallery.php:622, ../includes/Elements/Woo_Product_Gallery.php:970, ../includes/Elements/Woo_Product_Price.php:373, ../includes/Elements/Woo_Product_Rating.php:86, ../includes/Elements/WpForms.php:290, ../includes/Elements/WpForms.php:407, ../includes/Elements/WpForms.php:595, ../includes/Elements/WpForms.php:1166, ../includes/Traits/Controls.php:872, ../includes/Traits/Controls.php:1548, ../includes/Traits/Controls.php:1609, ../includes/Traits/Controls.php:2006, ../includes/Traits/Controls.php:2380 msgid "Center" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:457, ../includes/Elements/Advanced_Data_Table.php:576, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1151, ../includes/Elements/Adv_Accordion.php:295, ../includes/Elements/Adv_Accordion.php:874, ../includes/Elements/Betterdocs_Category_Box.php:780, ../includes/Elements/Betterdocs_Category_Grid.php:1527, ../includes/Elements/Betterdocs_Category_Grid.php:1552, ../includes/Elements/Breadcrumbs.php:222, ../includes/Elements/Business_Reviews.php:1225, ../includes/Elements/Business_Reviews.php:2216, ../includes/Elements/Caldera_Forms.php:248, ../includes/Elements/Caldera_Forms.php:432, ../includes/Elements/Caldera_Forms.php:578, ../includes/Elements/Caldera_Forms.php:1153, ../includes/Elements/Code_Snippet.php:314, ../includes/Elements/Contact_Form_7.php:346, ../includes/Elements/Contact_Form_7.php:461, ../includes/Elements/Contact_Form_7.php:1191, ../includes/Elements/Content_Ticker.php:301, ../includes/Elements/Countdown.php:231, ../includes/Elements/Countdown.php:1164, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Cta_Box.php:245, ../includes/Elements/Cta_Box.php:647, ../includes/Elements/Cta_Box.php:753, ../includes/Elements/Data_Table.php:613, ../includes/Elements/Data_Table.php:838, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Dual_Color_Header.php:362, ../includes/Elements/Event_Calendar.php:1132, ../includes/Elements/Event_Calendar.php:1500, ../includes/Elements/Event_Calendar.php:2672, ../includes/Elements/Event_Calendar.php:2808, ../includes/Elements/Fancy_Text.php:205, ../includes/Elements/Feature_List.php:343, ../includes/Elements/Feature_List.php:829, ../includes/Elements/Filterable_Gallery.php:1260, ../includes/Elements/Filterable_Gallery.php:1919, ../includes/Elements/Filterable_Gallery.php:2426, ../includes/Elements/Filterable_Gallery.php:3221, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Flip_Box.php:767, ../includes/Elements/FluentForm.php:281, ../includes/Elements/FluentForm.php:478, ../includes/Elements/FluentForm.php:624, ../includes/Elements/FluentForm.php:1257, ../includes/Elements/FluentForm.php:1502, ../includes/Elements/Formstack.php:357, ../includes/Elements/Formstack.php:472, ../includes/Elements/Formstack.php:788, ../includes/Elements/Formstack.php:1397, ../includes/Elements/GravityForms.php:370, ../includes/Elements/GravityForms.php:507, ../includes/Elements/GravityForms.php:645, ../includes/Elements/GravityForms.php:792, ../includes/Elements/GravityForms.php:920, ../includes/Elements/GravityForms.php:2261, ../includes/Elements/GravityForms.php:2524, ../includes/Elements/Image_Accordion.php:130, ../includes/Elements/Info_Box.php:199, ../includes/Elements/Info_Box.php:467, ../includes/Elements/Info_Box.php:496, ../includes/Elements/Login_Register.php:1232, ../includes/Elements/Login_Register.php:1391, ../includes/Elements/Login_Register.php:1635, ../includes/Elements/Login_Register.php:2615, ../includes/Elements/Login_Register.php:4193, ../includes/Elements/Login_Register.php:5482, ../includes/Elements/Login_Register.php:5890, ../includes/Elements/NFT_Gallery.php:830, ../includes/Elements/NFT_Gallery.php:1998, ../includes/Elements/NinjaForms.php:297, ../includes/Elements/NinjaForms.php:436, ../includes/Elements/NinjaForms.php:620, ../includes/Elements/NinjaForms.php:1315, ../includes/Elements/Post_Grid.php:1223, ../includes/Elements/Post_Grid.php:1383, ../includes/Elements/Post_Grid.php:1453, ../includes/Elements/Post_Grid.php:1550, ../includes/Elements/Post_Grid.php:1635, ../includes/Elements/Post_Timeline.php:333, ../includes/Elements/Post_Timeline.php:391, ../includes/Elements/Pricing_Table.php:147, ../includes/Elements/Pricing_Table.php:343, ../includes/Elements/Pricing_Table.php:499, ../includes/Elements/Pricing_Table.php:805, ../includes/Elements/Pricing_Table.php:963, ../includes/Elements/Pricing_Table.php:1446, ../includes/Elements/Pricing_Table.php:2171, ../includes/Elements/Product_Grid.php:897, ../includes/Elements/Product_Grid.php:1256, ../includes/Elements/Product_Grid.php:1575, ../includes/Elements/Product_Grid.php:2276, ../includes/Elements/Product_Grid.php:2828, ../includes/Elements/Progress_Bar.php:380, ../includes/Elements/Progress_Bar.php:649, ../includes/Elements/Simple_Menu.php:218, ../includes/Elements/Simple_Menu.php:396, ../includes/Elements/Simple_Menu.php:803, ../includes/Elements/Simple_Menu.php:829, ../includes/Elements/Simple_Menu.php:854, ../includes/Elements/Simple_Menu.php:1286, ../includes/Elements/SVG_Draw.php:204, ../includes/Elements/Team_Member.php:559, ../includes/Elements/Testimonial.php:407, ../includes/Elements/Tooltip.php:231, ../includes/Elements/Tooltip.php:303, ../includes/Elements/Tooltip.php:406, ../includes/Elements/Twitter_Feed.php:572, ../includes/Elements/TypeForm.php:216, ../includes/Elements/WeForms.php:177, ../includes/Elements/WeForms.php:647, ../includes/Elements/Woo_Add_To_Cart.php:87, ../includes/Elements/Woo_Add_To_Cart.php:140, ../includes/Elements/Woo_Cart.php:295, ../includes/Elements/Woo_Cart.php:535, ../includes/Elements/Woo_Cart.php:634, ../includes/Elements/Woo_Cart.php:708, ../includes/Elements/Woo_Cart.php:789, ../includes/Elements/Woo_Cart.php:901, ../includes/Elements/Woo_Cart.php:1785, ../includes/Elements/Woo_Cart.php:2428, ../includes/Elements/Woo_Product_Carousel.php:945, ../includes/Elements/Woo_Product_Carousel.php:1159, ../includes/Elements/Woo_Product_Carousel.php:1218, ../includes/Elements/Woo_Product_Gallery.php:249, ../includes/Elements/Woo_Product_Gallery.php:275, ../includes/Elements/Woo_Product_Gallery.php:974, ../includes/Elements/Woo_Product_Gallery.php:1953, ../includes/Elements/Woo_Product_Images.php:710, ../includes/Elements/Woo_Product_List.php:667, ../includes/Elements/Woo_Product_List.php:841, ../includes/Elements/Woo_Product_Price.php:377, ../includes/Elements/Woo_Product_Rating.php:90, ../includes/Elements/WpForms.php:294, ../includes/Elements/WpForms.php:411, ../includes/Elements/WpForms.php:599, ../includes/Elements/WpForms.php:1170, ../includes/Extensions/Scroll_to_Top.php:206, ../includes/Extensions/Table_of_Content.php:561, ../includes/Traits/Controls.php:876, ../includes/Traits/Controls.php:1552, ../includes/Traits/Controls.php:1613, ../includes/Traits/Controls.php:2010, ../includes/Traits/Controls.php:2053, ../includes/Traits/Controls.php:2054, ../includes/Traits/Controls.php:2384 +#: ../includes/Elements/Advanced_Data_Table.php:457, ../includes/Elements/Advanced_Data_Table.php:576, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1151, ../includes/Elements/Adv_Accordion.php:295, ../includes/Elements/Adv_Accordion.php:874, ../includes/Elements/Betterdocs_Category_Box.php:780, ../includes/Elements/Betterdocs_Category_Grid.php:1527, ../includes/Elements/Betterdocs_Category_Grid.php:1552, ../includes/Elements/Breadcrumbs.php:222, ../includes/Elements/Business_Reviews.php:1225, ../includes/Elements/Business_Reviews.php:2216, ../includes/Elements/Caldera_Forms.php:248, ../includes/Elements/Caldera_Forms.php:432, ../includes/Elements/Caldera_Forms.php:578, ../includes/Elements/Caldera_Forms.php:1153, ../includes/Elements/Code_Snippet.php:314, ../includes/Elements/Contact_Form_7.php:346, ../includes/Elements/Contact_Form_7.php:461, ../includes/Elements/Contact_Form_7.php:1191, ../includes/Elements/Content_Ticker.php:301, ../includes/Elements/Countdown.php:231, ../includes/Elements/Countdown.php:1164, ../includes/Elements/Creative_Button.php:423, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Cta_Box.php:245, ../includes/Elements/Cta_Box.php:647, ../includes/Elements/Cta_Box.php:753, ../includes/Elements/Data_Table.php:613, ../includes/Elements/Data_Table.php:838, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Dual_Color_Header.php:362, ../includes/Elements/Event_Calendar.php:1132, ../includes/Elements/Event_Calendar.php:1500, ../includes/Elements/Event_Calendar.php:2672, ../includes/Elements/Event_Calendar.php:2808, ../includes/Elements/Fancy_Text.php:206, ../includes/Elements/Feature_List.php:343, ../includes/Elements/Feature_List.php:829, ../includes/Elements/Filterable_Gallery.php:1260, ../includes/Elements/Filterable_Gallery.php:1919, ../includes/Elements/Filterable_Gallery.php:2426, ../includes/Elements/Filterable_Gallery.php:3221, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Flip_Box.php:767, ../includes/Elements/FluentForm.php:281, ../includes/Elements/FluentForm.php:478, ../includes/Elements/FluentForm.php:624, ../includes/Elements/FluentForm.php:1257, ../includes/Elements/FluentForm.php:1502, ../includes/Elements/Formstack.php:357, ../includes/Elements/Formstack.php:472, ../includes/Elements/Formstack.php:788, ../includes/Elements/Formstack.php:1397, ../includes/Elements/GravityForms.php:370, ../includes/Elements/GravityForms.php:507, ../includes/Elements/GravityForms.php:645, ../includes/Elements/GravityForms.php:792, ../includes/Elements/GravityForms.php:920, ../includes/Elements/GravityForms.php:2261, ../includes/Elements/GravityForms.php:2524, ../includes/Elements/Image_Accordion.php:130, ../includes/Elements/Info_Box.php:199, ../includes/Elements/Info_Box.php:467, ../includes/Elements/Info_Box.php:496, ../includes/Elements/Login_Register.php:1233, ../includes/Elements/Login_Register.php:1392, ../includes/Elements/Login_Register.php:1636, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:4194, ../includes/Elements/Login_Register.php:5483, ../includes/Elements/Login_Register.php:5891, ../includes/Elements/NFT_Gallery.php:830, ../includes/Elements/NFT_Gallery.php:1998, ../includes/Elements/NinjaForms.php:297, ../includes/Elements/NinjaForms.php:436, ../includes/Elements/NinjaForms.php:620, ../includes/Elements/NinjaForms.php:1315, ../includes/Elements/Post_Grid.php:1223, ../includes/Elements/Post_Grid.php:1383, ../includes/Elements/Post_Grid.php:1453, ../includes/Elements/Post_Grid.php:1550, ../includes/Elements/Post_Grid.php:1635, ../includes/Elements/Post_Timeline.php:333, ../includes/Elements/Post_Timeline.php:391, ../includes/Elements/Pricing_Table.php:147, ../includes/Elements/Pricing_Table.php:343, ../includes/Elements/Pricing_Table.php:499, ../includes/Elements/Pricing_Table.php:805, ../includes/Elements/Pricing_Table.php:963, ../includes/Elements/Pricing_Table.php:1446, ../includes/Elements/Pricing_Table.php:2171, ../includes/Elements/Product_Grid.php:897, ../includes/Elements/Product_Grid.php:1256, ../includes/Elements/Product_Grid.php:1575, ../includes/Elements/Product_Grid.php:2276, ../includes/Elements/Product_Grid.php:2828, ../includes/Elements/Progress_Bar.php:381, ../includes/Elements/Progress_Bar.php:650, ../includes/Elements/Simple_Menu.php:218, ../includes/Elements/Simple_Menu.php:396, ../includes/Elements/Simple_Menu.php:803, ../includes/Elements/Simple_Menu.php:829, ../includes/Elements/Simple_Menu.php:854, ../includes/Elements/Simple_Menu.php:1286, ../includes/Elements/SVG_Draw.php:204, ../includes/Elements/Team_Member.php:559, ../includes/Elements/Testimonial.php:407, ../includes/Elements/Tooltip.php:231, ../includes/Elements/Tooltip.php:303, ../includes/Elements/Tooltip.php:406, ../includes/Elements/Twitter_Feed.php:572, ../includes/Elements/TypeForm.php:216, ../includes/Elements/WeForms.php:177, ../includes/Elements/WeForms.php:647, ../includes/Elements/Woo_Add_To_Cart.php:92, ../includes/Elements/Woo_Add_To_Cart.php:145, ../includes/Elements/Woo_Cart.php:295, ../includes/Elements/Woo_Cart.php:535, ../includes/Elements/Woo_Cart.php:634, ../includes/Elements/Woo_Cart.php:708, ../includes/Elements/Woo_Cart.php:789, ../includes/Elements/Woo_Cart.php:901, ../includes/Elements/Woo_Cart.php:1785, ../includes/Elements/Woo_Cart.php:2428, ../includes/Elements/Woo_Product_Carousel.php:945, ../includes/Elements/Woo_Product_Carousel.php:1159, ../includes/Elements/Woo_Product_Carousel.php:1218, ../includes/Elements/Woo_Product_Gallery.php:249, ../includes/Elements/Woo_Product_Gallery.php:275, ../includes/Elements/Woo_Product_Gallery.php:974, ../includes/Elements/Woo_Product_Gallery.php:1953, ../includes/Elements/Woo_Product_Images.php:710, ../includes/Elements/Woo_Product_List.php:668, ../includes/Elements/Woo_Product_List.php:842, ../includes/Elements/Woo_Product_Price.php:377, ../includes/Elements/Woo_Product_Rating.php:90, ../includes/Elements/WpForms.php:294, ../includes/Elements/WpForms.php:411, ../includes/Elements/WpForms.php:599, ../includes/Elements/WpForms.php:1170, ../includes/Extensions/Scroll_to_Top.php:206, ../includes/Extensions/Table_of_Content.php:561, ../includes/Traits/Controls.php:876, ../includes/Traits/Controls.php:1552, ../includes/Traits/Controls.php:1613, ../includes/Traits/Controls.php:2010, ../includes/Traits/Controls.php:2053, ../includes/Traits/Controls.php:2054, ../includes/Traits/Controls.php:2384 msgid "Right" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:472, ../includes/Elements/Advanced_Data_Table.php:591, ../includes/Elements/Advanced_Data_Table.php:685, ../includes/Elements/Advanced_Data_Table.php:716, ../includes/Elements/Advanced_Data_Table.php:747, ../includes/Elements/Advanced_Data_Table.php:778, ../includes/Elements/Advanced_Data_Table.php:809, ../includes/Elements/Advanced_Data_Table.php:841, ../includes/Elements/Advanced_Data_Table.php:1024, ../includes/Elements/Advanced_Data_Table.php:1220, ../includes/Elements/Advanced_Data_Table.php:1290, ../includes/Elements/Adv_Accordion.php:1131, ../includes/Elements/Adv_Accordion.php:1212, ../includes/Elements/Adv_Accordion.php:1296, ../includes/Elements/Adv_Accordion.php:1312, ../includes/Elements/Adv_Accordion.php:1423, ../includes/Elements/Adv_Tabs.php:784, ../includes/Elements/Adv_Tabs.php:885, ../includes/Elements/Adv_Tabs.php:974, ../includes/Elements/Adv_Tabs.php:1065, ../includes/Elements/Breadcrumbs.php:291, ../includes/Elements/Breadcrumbs.php:403, ../includes/Elements/Business_Reviews.php:1348, ../includes/Elements/Business_Reviews.php:1416, ../includes/Elements/Business_Reviews.php:1523, ../includes/Elements/Business_Reviews.php:1914, ../includes/Elements/Business_Reviews.php:1982, ../includes/Elements/Business_Reviews.php:2051, ../includes/Elements/Caldera_Forms.php:277, ../includes/Elements/Caldera_Forms.php:338, ../includes/Elements/Caldera_Forms.php:532, ../includes/Elements/Caldera_Forms.php:613, ../includes/Elements/Caldera_Forms.php:859, ../includes/Elements/Caldera_Forms.php:915, ../includes/Elements/Caldera_Forms.php:1225, ../includes/Elements/Caldera_Forms.php:1331, ../includes/Elements/Caldera_Forms.php:1384, ../includes/Elements/Contact_Form_7.php:484, ../includes/Elements/Contact_Form_7.php:517, ../includes/Elements/Contact_Form_7.php:576, ../includes/Elements/Contact_Form_7.php:861, ../includes/Elements/Contact_Form_7.php:938, ../includes/Elements/Contact_Form_7.php:1262, ../includes/Elements/Contact_Form_7.php:1370, ../includes/Elements/Contact_Form_7.php:1434, ../includes/Elements/Contact_Form_7.php:1559, ../includes/Elements/Contact_Form_7.php:1616, ../includes/Elements/Content_Ticker.php:367, ../includes/Elements/Content_Ticker.php:443, ../includes/Elements/Countdown.php:1237, ../includes/Elements/Creative_Button.php:514, ../includes/Elements/Cta_Box.php:1303, ../includes/Elements/Cta_Box.php:1318, ../includes/Elements/Cta_Box.php:1507, ../includes/Elements/Cta_Box.php:1522, ../includes/Elements/Cta_Box.php:1815, ../includes/Elements/Cta_Box.php:1830, ../includes/Elements/Cta_Box.php:1908, ../includes/Elements/Cta_Box.php:1923, ../includes/Elements/Data_Table.php:1041, ../includes/Elements/Data_Table.php:1058, ../includes/Elements/Event_Calendar.php:1597, ../includes/Elements/Event_Calendar.php:1783, ../includes/Elements/Event_Calendar.php:1875, ../includes/Elements/Event_Calendar.php:1934, ../includes/Elements/Event_Calendar.php:2140, ../includes/Elements/Event_Calendar.php:2186, ../includes/Elements/Event_Calendar.php:2231, ../includes/Elements/Event_Calendar.php:2916, ../includes/Elements/Event_Calendar.php:2947, ../includes/Elements/Event_Calendar.php:3588, ../includes/Elements/Filterable_Gallery.php:1519, ../includes/Elements/Filterable_Gallery.php:1584, ../includes/Elements/Filterable_Gallery.php:3496, ../includes/Elements/Filterable_Gallery.php:3549, ../includes/Elements/FluentForm.php:311, ../includes/Elements/FluentForm.php:372, ../includes/Elements/FluentForm.php:578, ../includes/Elements/FluentForm.php:661, ../includes/Elements/FluentForm.php:910, ../includes/Elements/FluentForm.php:1575, ../includes/Elements/FluentForm.php:1702, ../includes/Elements/FluentForm.php:2121, ../includes/Elements/Formstack.php:496, ../includes/Elements/Formstack.php:545, ../includes/Elements/Formstack.php:602, ../includes/Elements/Formstack.php:814, ../includes/Elements/Formstack.php:869, ../includes/Elements/Formstack.php:1118, ../includes/Elements/Formstack.php:1469, ../includes/Elements/Formstack.php:1575, ../includes/Elements/Formstack.php:1797, ../includes/Elements/Formstack.php:2038, ../includes/Elements/GravityForms.php:530, ../includes/Elements/GravityForms.php:563, ../includes/Elements/GravityForms.php:609, ../includes/Elements/GravityForms.php:824, ../includes/Elements/GravityForms.php:867, ../includes/Elements/GravityForms.php:955, ../includes/Elements/GravityForms.php:1224, ../includes/Elements/GravityForms.php:1277, ../includes/Elements/GravityForms.php:1466, ../includes/Elements/GravityForms.php:1909, ../includes/Elements/GravityForms.php:2053, ../includes/Elements/GravityForms.php:2345, ../includes/Elements/GravityForms.php:2407, ../includes/Elements/GravityForms.php:2583, ../includes/Elements/GravityForms.php:2670, ../includes/Elements/GravityForms.php:2746, ../includes/Elements/GravityForms.php:2881, ../includes/Elements/Info_Box.php:1623, ../includes/Elements/Info_Box.php:1676, ../includes/Elements/Interactive_Circle.php:710, ../includes/Elements/Interactive_Circle.php:771, ../includes/Elements/Interactive_Circle.php:839, ../includes/Elements/Interactive_Circle.php:919, ../includes/Elements/Login_Register.php:4214, ../includes/Elements/Login_Register.php:4353, ../includes/Elements/Login_Register.php:4910, ../includes/Elements/Login_Register.php:5507, ../includes/Elements/Login_Register.php:5563, ../includes/Elements/Login_Register.php:5912, ../includes/Elements/Login_Register.php:5949, ../includes/Elements/NFT_Gallery.php:1269, ../includes/Elements/NFT_Gallery.php:1331, ../includes/Elements/NFT_Gallery.php:1392, ../includes/Elements/NFT_Gallery.php:1567, ../includes/Elements/NFT_Gallery.php:1622, ../includes/Elements/NFT_Gallery.php:1639, ../includes/Elements/NFT_Gallery.php:1820, ../includes/Elements/NFT_Gallery.php:1875, ../includes/Elements/NFT_Gallery.php:1892, ../includes/Elements/NFT_Gallery.php:2069, ../includes/Elements/NFT_Gallery.php:2114, ../includes/Elements/NFT_Gallery.php:2223, ../includes/Elements/NFT_Gallery.php:2418, ../includes/Elements/NinjaForms.php:459, ../includes/Elements/NinjaForms.php:508, ../includes/Elements/NinjaForms.php:568, ../includes/Elements/NinjaForms.php:655, ../includes/Elements/NinjaForms.php:903, ../includes/Elements/NinjaForms.php:959, ../includes/Elements/NinjaForms.php:1395, ../includes/Elements/NinjaForms.php:1488, ../includes/Elements/NinjaForms.php:1554, ../includes/Elements/NinjaForms.php:1656, ../includes/Elements/Pricing_Table.php:444, ../includes/Elements/Pricing_Table.php:2253, ../includes/Elements/Pricing_Table.php:2323, ../includes/Elements/Product_Grid.php:2878, ../includes/Elements/Product_Grid.php:2919, ../includes/Elements/Product_Grid.php:2966, ../includes/Elements/Simple_Menu.php:418, ../includes/Elements/Simple_Menu.php:452, ../includes/Elements/Simple_Menu.php:486, ../includes/Elements/Simple_Menu.php:544, ../includes/Elements/Simple_Menu.php:578, ../includes/Elements/Simple_Menu.php:906, ../includes/Elements/Simple_Menu.php:1063, ../includes/Elements/Simple_Menu.php:1162, ../includes/Elements/Simple_Menu.php:1354, ../includes/Elements/Simple_Menu.php:1492, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:483, ../includes/Elements/Tooltip.php:657, ../includes/Elements/Twitter_Feed.php:1288, ../includes/Elements/Twitter_Feed.php:1483, ../includes/Elements/WeForms.php:698, ../includes/Elements/WeForms.php:748, ../includes/Elements/Woo_Add_To_Cart.php:192, ../includes/Elements/Woo_Add_To_Cart.php:236, ../includes/Elements/Woo_Add_To_Cart.php:462, ../includes/Elements/Woo_Add_To_Cart.php:506, ../includes/Elements/Woo_Cart.php:1408, ../includes/Elements/Woo_Cart.php:1691, ../includes/Elements/Woo_Cart.php:1982, ../includes/Elements/Woo_Cart.php:2020, ../includes/Elements/Woo_Cart.php:2108, ../includes/Elements/Woo_Cart.php:2258, ../includes/Elements/Woo_Cart.php:2303, ../includes/Elements/Woo_Cart.php:2506, ../includes/Elements/Woo_Cart.php:2589, ../includes/Elements/Woo_Cart.php:2676, ../includes/Elements/Woo_Product_Images.php:96, ../includes/Elements/Woo_Product_Price.php:575, ../includes/Elements/Woo_Product_Price.php:692, ../includes/Elements/Woo_Product_Rating.php:207, ../includes/Elements/WpForms.php:434, ../includes/Elements/WpForms.php:483, ../includes/Elements/WpForms.php:550, ../includes/Elements/WpForms.php:634, ../includes/Elements/WpForms.php:876, ../includes/Elements/WpForms.php:932, ../includes/Elements/WpForms.php:1245, ../includes/Elements/WpForms.php:1355, ../includes/Elements/WpForms.php:1411, ../includes/Extensions/Table_of_Content.php:809, ../includes/Extensions/Table_of_Content.php:1144, ../includes/Extensions/Table_of_Content.php:1167, ../includes/Extensions/Table_of_Content.php:1193, ../includes/Traits/Controls.php:1644, ../includes/Traits/Controls.php:1757, ../includes/Traits/Controls.php:1700, ../includes/Traits/Controls.php:1888, ../includes/Traits/Controls.php:1950, ../includes/Traits/Controls.php:2333 +#: ../includes/Elements/Advanced_Data_Table.php:472, ../includes/Elements/Advanced_Data_Table.php:591, ../includes/Elements/Advanced_Data_Table.php:685, ../includes/Elements/Advanced_Data_Table.php:716, ../includes/Elements/Advanced_Data_Table.php:747, ../includes/Elements/Advanced_Data_Table.php:778, ../includes/Elements/Advanced_Data_Table.php:809, ../includes/Elements/Advanced_Data_Table.php:841, ../includes/Elements/Advanced_Data_Table.php:1024, ../includes/Elements/Advanced_Data_Table.php:1220, ../includes/Elements/Advanced_Data_Table.php:1290, ../includes/Elements/Adv_Accordion.php:1131, ../includes/Elements/Adv_Accordion.php:1212, ../includes/Elements/Adv_Accordion.php:1296, ../includes/Elements/Adv_Accordion.php:1312, ../includes/Elements/Adv_Accordion.php:1423, ../includes/Elements/Adv_Tabs.php:784, ../includes/Elements/Adv_Tabs.php:885, ../includes/Elements/Adv_Tabs.php:974, ../includes/Elements/Adv_Tabs.php:1065, ../includes/Elements/Breadcrumbs.php:291, ../includes/Elements/Breadcrumbs.php:403, ../includes/Elements/Business_Reviews.php:1348, ../includes/Elements/Business_Reviews.php:1416, ../includes/Elements/Business_Reviews.php:1523, ../includes/Elements/Business_Reviews.php:1914, ../includes/Elements/Business_Reviews.php:1982, ../includes/Elements/Business_Reviews.php:2051, ../includes/Elements/Caldera_Forms.php:277, ../includes/Elements/Caldera_Forms.php:338, ../includes/Elements/Caldera_Forms.php:532, ../includes/Elements/Caldera_Forms.php:613, ../includes/Elements/Caldera_Forms.php:859, ../includes/Elements/Caldera_Forms.php:915, ../includes/Elements/Caldera_Forms.php:1225, ../includes/Elements/Caldera_Forms.php:1331, ../includes/Elements/Caldera_Forms.php:1384, ../includes/Elements/Contact_Form_7.php:484, ../includes/Elements/Contact_Form_7.php:517, ../includes/Elements/Contact_Form_7.php:576, ../includes/Elements/Contact_Form_7.php:861, ../includes/Elements/Contact_Form_7.php:938, ../includes/Elements/Contact_Form_7.php:1262, ../includes/Elements/Contact_Form_7.php:1370, ../includes/Elements/Contact_Form_7.php:1434, ../includes/Elements/Contact_Form_7.php:1559, ../includes/Elements/Contact_Form_7.php:1616, ../includes/Elements/Content_Ticker.php:367, ../includes/Elements/Content_Ticker.php:443, ../includes/Elements/Countdown.php:1237, ../includes/Elements/Creative_Button.php:514, ../includes/Elements/Creative_Button.php:617, ../includes/Elements/Cta_Box.php:1303, ../includes/Elements/Cta_Box.php:1318, ../includes/Elements/Cta_Box.php:1507, ../includes/Elements/Cta_Box.php:1522, ../includes/Elements/Cta_Box.php:1815, ../includes/Elements/Cta_Box.php:1830, ../includes/Elements/Cta_Box.php:1908, ../includes/Elements/Cta_Box.php:1923, ../includes/Elements/Data_Table.php:1041, ../includes/Elements/Data_Table.php:1058, ../includes/Elements/Event_Calendar.php:1597, ../includes/Elements/Event_Calendar.php:1783, ../includes/Elements/Event_Calendar.php:1875, ../includes/Elements/Event_Calendar.php:1934, ../includes/Elements/Event_Calendar.php:2140, ../includes/Elements/Event_Calendar.php:2186, ../includes/Elements/Event_Calendar.php:2231, ../includes/Elements/Event_Calendar.php:2916, ../includes/Elements/Event_Calendar.php:2947, ../includes/Elements/Event_Calendar.php:3588, ../includes/Elements/Filterable_Gallery.php:1519, ../includes/Elements/Filterable_Gallery.php:1584, ../includes/Elements/Filterable_Gallery.php:3496, ../includes/Elements/Filterable_Gallery.php:3549, ../includes/Elements/FluentForm.php:311, ../includes/Elements/FluentForm.php:372, ../includes/Elements/FluentForm.php:578, ../includes/Elements/FluentForm.php:661, ../includes/Elements/FluentForm.php:910, ../includes/Elements/FluentForm.php:1575, ../includes/Elements/FluentForm.php:1702, ../includes/Elements/FluentForm.php:2121, ../includes/Elements/Formstack.php:496, ../includes/Elements/Formstack.php:545, ../includes/Elements/Formstack.php:602, ../includes/Elements/Formstack.php:814, ../includes/Elements/Formstack.php:869, ../includes/Elements/Formstack.php:1118, ../includes/Elements/Formstack.php:1469, ../includes/Elements/Formstack.php:1575, ../includes/Elements/Formstack.php:1797, ../includes/Elements/Formstack.php:2038, ../includes/Elements/GravityForms.php:530, ../includes/Elements/GravityForms.php:563, ../includes/Elements/GravityForms.php:609, ../includes/Elements/GravityForms.php:824, ../includes/Elements/GravityForms.php:867, ../includes/Elements/GravityForms.php:955, ../includes/Elements/GravityForms.php:1224, ../includes/Elements/GravityForms.php:1277, ../includes/Elements/GravityForms.php:1466, ../includes/Elements/GravityForms.php:1909, ../includes/Elements/GravityForms.php:2053, ../includes/Elements/GravityForms.php:2345, ../includes/Elements/GravityForms.php:2407, ../includes/Elements/GravityForms.php:2583, ../includes/Elements/GravityForms.php:2670, ../includes/Elements/GravityForms.php:2746, ../includes/Elements/GravityForms.php:2881, ../includes/Elements/Info_Box.php:1623, ../includes/Elements/Info_Box.php:1676, ../includes/Elements/Interactive_Circle.php:710, ../includes/Elements/Interactive_Circle.php:771, ../includes/Elements/Interactive_Circle.php:839, ../includes/Elements/Interactive_Circle.php:919, ../includes/Elements/Login_Register.php:4215, ../includes/Elements/Login_Register.php:4354, ../includes/Elements/Login_Register.php:4911, ../includes/Elements/Login_Register.php:5508, ../includes/Elements/Login_Register.php:5564, ../includes/Elements/Login_Register.php:5913, ../includes/Elements/Login_Register.php:5950, ../includes/Elements/NFT_Gallery.php:1269, ../includes/Elements/NFT_Gallery.php:1331, ../includes/Elements/NFT_Gallery.php:1392, ../includes/Elements/NFT_Gallery.php:1567, ../includes/Elements/NFT_Gallery.php:1622, ../includes/Elements/NFT_Gallery.php:1639, ../includes/Elements/NFT_Gallery.php:1820, ../includes/Elements/NFT_Gallery.php:1875, ../includes/Elements/NFT_Gallery.php:1892, ../includes/Elements/NFT_Gallery.php:2069, ../includes/Elements/NFT_Gallery.php:2114, ../includes/Elements/NFT_Gallery.php:2223, ../includes/Elements/NFT_Gallery.php:2418, ../includes/Elements/NinjaForms.php:459, ../includes/Elements/NinjaForms.php:508, ../includes/Elements/NinjaForms.php:568, ../includes/Elements/NinjaForms.php:655, ../includes/Elements/NinjaForms.php:903, ../includes/Elements/NinjaForms.php:959, ../includes/Elements/NinjaForms.php:1395, ../includes/Elements/NinjaForms.php:1488, ../includes/Elements/NinjaForms.php:1554, ../includes/Elements/NinjaForms.php:1656, ../includes/Elements/Pricing_Table.php:444, ../includes/Elements/Pricing_Table.php:2253, ../includes/Elements/Pricing_Table.php:2323, ../includes/Elements/Product_Grid.php:2878, ../includes/Elements/Product_Grid.php:2919, ../includes/Elements/Product_Grid.php:2966, ../includes/Elements/Simple_Menu.php:418, ../includes/Elements/Simple_Menu.php:452, ../includes/Elements/Simple_Menu.php:486, ../includes/Elements/Simple_Menu.php:544, ../includes/Elements/Simple_Menu.php:578, ../includes/Elements/Simple_Menu.php:906, ../includes/Elements/Simple_Menu.php:1063, ../includes/Elements/Simple_Menu.php:1162, ../includes/Elements/Simple_Menu.php:1354, ../includes/Elements/Simple_Menu.php:1492, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:483, ../includes/Elements/Tooltip.php:657, ../includes/Elements/Twitter_Feed.php:1288, ../includes/Elements/Twitter_Feed.php:1483, ../includes/Elements/WeForms.php:698, ../includes/Elements/WeForms.php:748, ../includes/Elements/Woo_Add_To_Cart.php:197, ../includes/Elements/Woo_Add_To_Cart.php:241, ../includes/Elements/Woo_Add_To_Cart.php:476, ../includes/Elements/Woo_Add_To_Cart.php:520, ../includes/Elements/Woo_Cart.php:1408, ../includes/Elements/Woo_Cart.php:1691, ../includes/Elements/Woo_Cart.php:1982, ../includes/Elements/Woo_Cart.php:2020, ../includes/Elements/Woo_Cart.php:2108, ../includes/Elements/Woo_Cart.php:2258, ../includes/Elements/Woo_Cart.php:2303, ../includes/Elements/Woo_Cart.php:2506, ../includes/Elements/Woo_Cart.php:2589, ../includes/Elements/Woo_Cart.php:2676, ../includes/Elements/Woo_Product_Images.php:96, ../includes/Elements/Woo_Product_Price.php:575, ../includes/Elements/Woo_Product_Price.php:692, ../includes/Elements/Woo_Product_Rating.php:207, ../includes/Elements/WpForms.php:434, ../includes/Elements/WpForms.php:483, ../includes/Elements/WpForms.php:550, ../includes/Elements/WpForms.php:634, ../includes/Elements/WpForms.php:876, ../includes/Elements/WpForms.php:932, ../includes/Elements/WpForms.php:1245, ../includes/Elements/WpForms.php:1355, ../includes/Elements/WpForms.php:1411, ../includes/Extensions/Table_of_Content.php:809, ../includes/Extensions/Table_of_Content.php:1144, ../includes/Extensions/Table_of_Content.php:1167, ../includes/Extensions/Table_of_Content.php:1193, ../includes/Traits/Controls.php:1644, ../includes/Traits/Controls.php:1757, ../includes/Traits/Controls.php:1700, ../includes/Traits/Controls.php:1888, ../includes/Traits/Controls.php:1950, ../includes/Traits/Controls.php:2333 msgid "Text Color" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:486, ../includes/Elements/Advanced_Data_Table.php:627, ../includes/Elements/Advanced_Data_Table.php:700, ../includes/Elements/Advanced_Data_Table.php:731, ../includes/Elements/Advanced_Data_Table.php:762, ../includes/Elements/Advanced_Data_Table.php:793, ../includes/Elements/Advanced_Data_Table.php:825, ../includes/Elements/Advanced_Data_Table.php:857, ../includes/Elements/Advanced_Data_Table.php:1036, ../includes/Elements/Advanced_Data_Table.php:1233, ../includes/Elements/Advanced_Data_Table.php:1304, ../includes/Elements/Advanced_Data_Table.php:1402, ../includes/Elements/Advanced_Data_Table.php:1432, ../includes/Elements/Adv_Accordion.php:1583, ../includes/Elements/Adv_Accordion.php:1630, ../includes/Elements/Adv_Accordion.php:1677, ../includes/Elements/Adv_Tabs.php:757, ../includes/Elements/Adv_Tabs.php:851, ../includes/Elements/Adv_Tabs.php:947, ../includes/Elements/Adv_Tabs.php:1046, ../includes/Elements/Breadcrumbs.php:236, ../includes/Elements/Business_Reviews.php:1016, ../includes/Elements/Business_Reviews.php:1049, ../includes/Elements/Business_Reviews.php:1147, ../includes/Elements/Business_Reviews.php:1181, ../includes/Elements/Business_Reviews.php:1632, ../includes/Elements/Business_Reviews.php:1665, ../includes/Elements/Business_Reviews.php:1760, ../includes/Elements/Business_Reviews.php:1795, ../includes/Elements/Business_Reviews.php:2380, ../includes/Elements/Business_Reviews.php:2436, ../includes/Elements/Caldera_Forms.php:601, ../includes/Elements/Caldera_Forms.php:809, ../includes/Elements/Caldera_Forms.php:1213, ../includes/Elements/Caldera_Forms.php:1319, ../includes/Elements/Caldera_Forms.php:1373, ../includes/Elements/Code_Snippet.php:559, ../includes/Elements/Code_Snippet.php:616, ../includes/Elements/Code_Snippet.php:861, ../includes/Elements/Contact_Form_7.php:564, ../includes/Elements/Contact_Form_7.php:779, ../includes/Elements/Contact_Form_7.php:1250, ../includes/Elements/Contact_Form_7.php:1358, ../includes/Elements/Contact_Form_7.php:1449, ../includes/Elements/Contact_Form_7.php:1544, ../includes/Elements/Content_Ticker.php:355, ../includes/Elements/Content_Ticker.php:432, ../includes/Elements/Content_Ticker.php:612, ../includes/Elements/Content_Ticker.php:669, ../includes/Elements/Countdown.php:859, ../includes/Elements/Countdown.php:871, ../includes/Elements/Countdown.php:931, ../includes/Elements/Countdown.php:943, ../includes/Elements/Countdown.php:1003, ../includes/Elements/Countdown.php:1015, ../includes/Elements/Countdown.php:1075, ../includes/Elements/Countdown.php:1087, ../includes/Elements/Creative_Button.php:538, ../includes/Elements/Creative_Button.php:641, ../includes/Elements/Cta_Box.php:888, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:1332, ../includes/Elements/Cta_Box.php:1348, ../includes/Elements/Cta_Box.php:1536, ../includes/Elements/Cta_Box.php:1571, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:731, ../includes/Elements/Data_Table.php:1259, ../includes/Elements/Dual_Color_Header.php:487, ../includes/Elements/Event_Calendar.php:2927, ../includes/Elements/Filterable_Gallery.php:1319, ../includes/Elements/Filterable_Gallery.php:1418, ../includes/Elements/Filterable_Gallery.php:1531, ../includes/Elements/Filterable_Gallery.php:1596, ../includes/Elements/Filterable_Gallery.php:1666, ../includes/Elements/Filterable_Gallery.php:1771, ../includes/Elements/Filterable_Gallery.php:1991, ../includes/Elements/Filterable_Gallery.php:2030, ../includes/Elements/Filterable_Gallery.php:2212, ../includes/Elements/Filterable_Gallery.php:2229, ../includes/Elements/Filterable_Gallery.php:2465, ../includes/Elements/Filterable_Gallery.php:2603, ../includes/Elements/Filterable_Gallery.php:3484, ../includes/Elements/Filterable_Gallery.php:3537, ../includes/Elements/FluentForm.php:649, ../includes/Elements/FluentForm.php:857, ../includes/Elements/FluentForm.php:1291, ../includes/Elements/FluentForm.php:1377, ../includes/Elements/FluentForm.php:1563, ../includes/Elements/FluentForm.php:1690, ../includes/Elements/FluentForm.php:2110, ../includes/Elements/Formstack.php:857, ../includes/Elements/Formstack.php:1065, ../includes/Elements/Formstack.php:1457, ../includes/Elements/Formstack.php:1563, ../includes/Elements/GravityForms.php:943, ../includes/Elements/GravityForms.php:1174, ../includes/Elements/GravityForms.php:1895, ../includes/Elements/GravityForms.php:1985, ../includes/Elements/GravityForms.php:2039, ../includes/Elements/GravityForms.php:2151, ../includes/Elements/GravityForms.php:2331, ../includes/Elements/GravityForms.php:2393, ../includes/Elements/GravityForms.php:2571, ../includes/Elements/GravityForms.php:2658, ../includes/Elements/Image_Accordion.php:347, ../includes/Elements/Info_Box.php:754, ../includes/Elements/Info_Box.php:844, ../includes/Elements/Info_Box.php:930, ../includes/Elements/Info_Box.php:1159, ../includes/Elements/Info_Box.php:1238, ../includes/Elements/Info_Box.php:1409, ../includes/Elements/Info_Box.php:1472, ../includes/Elements/Info_Box.php:1640, ../includes/Elements/Info_Box.php:1689, ../includes/Elements/Info_Box.php:1871, ../includes/Elements/Interactive_Circle.php:699, ../includes/Elements/Interactive_Circle.php:757, ../includes/Elements/Interactive_Circle.php:825, ../includes/Elements/Interactive_Circle.php:902, ../includes/Elements/Login_Register.php:3184, ../includes/Elements/Login_Register.php:3317, ../includes/Elements/Login_Register.php:3419, ../includes/Elements/Login_Register.php:3601, ../includes/Elements/Login_Register.php:3957, ../includes/Elements/Login_Register.php:4048, ../includes/Elements/Login_Register.php:4228, ../includes/Elements/Login_Register.php:4266, ../includes/Elements/Login_Register.php:4363, ../includes/Elements/Login_Register.php:5037, ../includes/Elements/Login_Register.php:5197, ../includes/Elements/Login_Register.php:5529, ../includes/Elements/Login_Register.php:5585, ../includes/Elements/Login_Register.php:5920, ../includes/Elements/Login_Register.php:5957, ../includes/Elements/NFT_Gallery.php:911, ../includes/Elements/NFT_Gallery.php:944, ../includes/Elements/NFT_Gallery.php:1056, ../includes/Elements/NFT_Gallery.php:1089, ../includes/Elements/NFT_Gallery.php:2080, ../includes/Elements/NFT_Gallery.php:2125, ../includes/Elements/NFT_Gallery.php:2207, ../includes/Elements/NFT_Gallery.php:2402, ../includes/Elements/NinjaForms.php:643, ../includes/Elements/NinjaForms.php:853, ../includes/Elements/NinjaForms.php:1382, ../includes/Elements/NinjaForms.php:1475, ../includes/Elements/Post_Grid.php:1002, ../includes/Elements/Post_Grid.php:1701, ../includes/Elements/Post_Timeline.php:161, ../includes/Elements/Pricing_Table.php:862, ../includes/Elements/Pricing_Table.php:1011, ../includes/Elements/Pricing_Table.php:1730, ../includes/Elements/Pricing_Table.php:1807, ../includes/Elements/Pricing_Table.php:1973, ../includes/Elements/Pricing_Table.php:2266, ../includes/Elements/Pricing_Table.php:2336, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2672, ../includes/Elements/Product_Grid.php:2891, ../includes/Elements/Product_Grid.php:2932, ../includes/Elements/Product_Grid.php:2979, ../includes/Elements/Product_Grid.php:3229, ../includes/Elements/Product_Grid.php:3272, ../includes/Elements/Product_Grid.php:3333, ../includes/Elements/Product_Grid.php:3384, ../includes/Elements/Progress_Bar.php:687, ../includes/Elements/Simple_Menu.php:320, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:465, ../includes/Elements/Simple_Menu.php:499, ../includes/Elements/Simple_Menu.php:557, ../includes/Elements/Simple_Menu.php:591, ../includes/Elements/Simple_Menu.php:663, ../includes/Elements/Simple_Menu.php:735, ../includes/Elements/Simple_Menu.php:920, ../includes/Elements/Simple_Menu.php:1030, ../includes/Elements/Simple_Menu.php:1076, ../includes/Elements/Simple_Menu.php:1129, ../includes/Elements/Simple_Menu.php:1177, ../includes/Elements/Simple_Menu.php:1232, ../includes/Elements/Simple_Menu.php:1366, ../includes/Elements/Simple_Menu.php:1459, ../includes/Elements/Simple_Menu.php:1506, ../includes/Elements/Simple_Menu.php:1561, ../includes/Elements/Team_Member.php:529, ../includes/Elements/Team_Member.php:906, ../includes/Elements/Testimonial.php:362, ../includes/Elements/Tooltip.php:428, ../includes/Elements/Tooltip.php:472, ../includes/Elements/Tooltip.php:646, ../includes/Elements/Twitter_Feed.php:698, ../includes/Elements/Twitter_Feed.php:1272, ../includes/Elements/Twitter_Feed.php:1467, ../includes/Elements/WeForms.php:709, ../includes/Elements/WeForms.php:759, ../includes/Elements/Woo_Add_To_Cart.php:204, ../includes/Elements/Woo_Add_To_Cart.php:248, ../includes/Elements/Woo_Add_To_Cart.php:474, ../includes/Elements/Woo_Add_To_Cart.php:518, ../includes/Elements/Woo_Add_To_Cart.php:622, ../includes/Elements/Woo_Cart.php:1285, ../includes/Elements/Woo_Cart.php:1971, ../includes/Elements/Woo_Cart.php:2009, ../includes/Elements/Woo_Cart.php:2245, ../includes/Elements/Woo_Cart.php:2290, ../includes/Elements/Woo_Checkout.php:895, ../includes/Elements/Woo_Checkout.php:1010, ../includes/Elements/Woo_Checkout.php:1144, ../includes/Elements/Woo_Checkout.php:1677, ../includes/Elements/Woo_Checkout.php:1717, ../includes/Elements/Woo_Checkout.php:2048, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2506, ../includes/Elements/Woo_Checkout.php:2626, ../includes/Elements/Woo_Checkout.php:2653, ../includes/Elements/Woo_Checkout.php:2702, ../includes/Elements/Woo_Checkout.php:2832, ../includes/Elements/Woo_Checkout.php:2950, ../includes/Elements/Woo_Checkout.php:2990, ../includes/Elements/Woo_Product_Carousel.php:1237, ../includes/Elements/Woo_Product_Carousel.php:1791, ../includes/Elements/Woo_Product_Carousel.php:1873, ../includes/Elements/Woo_Product_Carousel.php:2092, ../includes/Elements/Woo_Product_Carousel.php:2135, ../includes/Elements/Woo_Product_Carousel.php:2197, ../includes/Elements/Woo_Product_Carousel.php:2249, ../includes/Elements/Woo_Product_Carousel.php:3053, ../includes/Elements/Woo_Product_Carousel.php:3109, ../includes/Elements/Woo_Product_Gallery.php:992, ../includes/Elements/Woo_Product_Gallery.php:2145, ../includes/Elements/Woo_Product_Gallery.php:2195, ../includes/Elements/Woo_Product_Gallery.php:2394, ../includes/Elements/Woo_Product_Gallery.php:2435, ../includes/Elements/Woo_Product_Gallery.php:2478, ../includes/Elements/Woo_Product_Gallery.php:2539, ../includes/Elements/Woo_Product_Gallery.php:2590, ../includes/Elements/Woo_Product_Images.php:110, ../includes/Elements/Woo_Product_Images.php:201, ../includes/Elements/Woo_Product_List.php:1356, ../includes/Elements/Woo_Product_List.php:1466, ../includes/Elements/Woo_Product_List.php:3191, ../includes/Elements/Woo_Product_List.php:3234, ../includes/Elements/Woo_Product_List.php:3287, ../includes/Elements/Woo_Product_List.php:3303, ../includes/Elements/Woo_Product_List.php:3319, ../includes/Elements/Woo_Product_List.php:3376, ../includes/Elements/WpForms.php:622, ../includes/Elements/WpForms.php:1233, ../includes/Elements/WpForms.php:1342, ../includes/Extensions/Liquid_Glass_Effect.php:36, ../includes/Extensions/Reading_Progress.php:160, ../includes/Extensions/Scroll_to_Top.php:419, ../includes/Extensions/Table_of_Content.php:796, ../includes/Extensions/Table_of_Content.php:944, ../includes/Extensions/Table_of_Content.php:1008, ../includes/Traits/Controls.php:1900, ../includes/Traits/Controls.php:1962, ../includes/Traits/Controls.php:2343, ../includes/Traits/Helper.php:644, ../includes/Traits/Helper.php:693, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486 +#: ../includes/Elements/Advanced_Data_Table.php:486, ../includes/Elements/Advanced_Data_Table.php:627, ../includes/Elements/Advanced_Data_Table.php:700, ../includes/Elements/Advanced_Data_Table.php:731, ../includes/Elements/Advanced_Data_Table.php:762, ../includes/Elements/Advanced_Data_Table.php:793, ../includes/Elements/Advanced_Data_Table.php:825, ../includes/Elements/Advanced_Data_Table.php:857, ../includes/Elements/Advanced_Data_Table.php:1036, ../includes/Elements/Advanced_Data_Table.php:1233, ../includes/Elements/Advanced_Data_Table.php:1304, ../includes/Elements/Advanced_Data_Table.php:1402, ../includes/Elements/Advanced_Data_Table.php:1432, ../includes/Elements/Adv_Accordion.php:1583, ../includes/Elements/Adv_Accordion.php:1630, ../includes/Elements/Adv_Accordion.php:1677, ../includes/Elements/Adv_Tabs.php:757, ../includes/Elements/Adv_Tabs.php:851, ../includes/Elements/Adv_Tabs.php:947, ../includes/Elements/Adv_Tabs.php:1046, ../includes/Elements/Breadcrumbs.php:236, ../includes/Elements/Business_Reviews.php:1016, ../includes/Elements/Business_Reviews.php:1049, ../includes/Elements/Business_Reviews.php:1147, ../includes/Elements/Business_Reviews.php:1181, ../includes/Elements/Business_Reviews.php:1632, ../includes/Elements/Business_Reviews.php:1665, ../includes/Elements/Business_Reviews.php:1760, ../includes/Elements/Business_Reviews.php:1795, ../includes/Elements/Business_Reviews.php:2380, ../includes/Elements/Business_Reviews.php:2436, ../includes/Elements/Caldera_Forms.php:601, ../includes/Elements/Caldera_Forms.php:809, ../includes/Elements/Caldera_Forms.php:1213, ../includes/Elements/Caldera_Forms.php:1319, ../includes/Elements/Caldera_Forms.php:1373, ../includes/Elements/Code_Snippet.php:559, ../includes/Elements/Code_Snippet.php:616, ../includes/Elements/Code_Snippet.php:861, ../includes/Elements/Contact_Form_7.php:564, ../includes/Elements/Contact_Form_7.php:779, ../includes/Elements/Contact_Form_7.php:1250, ../includes/Elements/Contact_Form_7.php:1358, ../includes/Elements/Contact_Form_7.php:1449, ../includes/Elements/Contact_Form_7.php:1544, ../includes/Elements/Content_Ticker.php:355, ../includes/Elements/Content_Ticker.php:432, ../includes/Elements/Content_Ticker.php:612, ../includes/Elements/Content_Ticker.php:669, ../includes/Elements/Countdown.php:859, ../includes/Elements/Countdown.php:871, ../includes/Elements/Countdown.php:931, ../includes/Elements/Countdown.php:943, ../includes/Elements/Countdown.php:1003, ../includes/Elements/Countdown.php:1015, ../includes/Elements/Countdown.php:1075, ../includes/Elements/Countdown.php:1087, ../includes/Elements/Creative_Button.php:538, ../includes/Elements/Creative_Button.php:641, ../includes/Elements/Cta_Box.php:888, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:1332, ../includes/Elements/Cta_Box.php:1348, ../includes/Elements/Cta_Box.php:1536, ../includes/Elements/Cta_Box.php:1571, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:731, ../includes/Elements/Data_Table.php:1259, ../includes/Elements/Dual_Color_Header.php:487, ../includes/Elements/Event_Calendar.php:2927, ../includes/Elements/Filterable_Gallery.php:1319, ../includes/Elements/Filterable_Gallery.php:1418, ../includes/Elements/Filterable_Gallery.php:1531, ../includes/Elements/Filterable_Gallery.php:1596, ../includes/Elements/Filterable_Gallery.php:1666, ../includes/Elements/Filterable_Gallery.php:1771, ../includes/Elements/Filterable_Gallery.php:1991, ../includes/Elements/Filterable_Gallery.php:2030, ../includes/Elements/Filterable_Gallery.php:2212, ../includes/Elements/Filterable_Gallery.php:2229, ../includes/Elements/Filterable_Gallery.php:2465, ../includes/Elements/Filterable_Gallery.php:2603, ../includes/Elements/Filterable_Gallery.php:3484, ../includes/Elements/Filterable_Gallery.php:3537, ../includes/Elements/FluentForm.php:649, ../includes/Elements/FluentForm.php:857, ../includes/Elements/FluentForm.php:1291, ../includes/Elements/FluentForm.php:1377, ../includes/Elements/FluentForm.php:1563, ../includes/Elements/FluentForm.php:1690, ../includes/Elements/FluentForm.php:2110, ../includes/Elements/Formstack.php:857, ../includes/Elements/Formstack.php:1065, ../includes/Elements/Formstack.php:1457, ../includes/Elements/Formstack.php:1563, ../includes/Elements/GravityForms.php:943, ../includes/Elements/GravityForms.php:1174, ../includes/Elements/GravityForms.php:1895, ../includes/Elements/GravityForms.php:1985, ../includes/Elements/GravityForms.php:2039, ../includes/Elements/GravityForms.php:2151, ../includes/Elements/GravityForms.php:2331, ../includes/Elements/GravityForms.php:2393, ../includes/Elements/GravityForms.php:2571, ../includes/Elements/GravityForms.php:2658, ../includes/Elements/Image_Accordion.php:347, ../includes/Elements/Info_Box.php:754, ../includes/Elements/Info_Box.php:844, ../includes/Elements/Info_Box.php:930, ../includes/Elements/Info_Box.php:1159, ../includes/Elements/Info_Box.php:1238, ../includes/Elements/Info_Box.php:1409, ../includes/Elements/Info_Box.php:1472, ../includes/Elements/Info_Box.php:1640, ../includes/Elements/Info_Box.php:1689, ../includes/Elements/Info_Box.php:1871, ../includes/Elements/Interactive_Circle.php:699, ../includes/Elements/Interactive_Circle.php:757, ../includes/Elements/Interactive_Circle.php:825, ../includes/Elements/Interactive_Circle.php:902, ../includes/Elements/Login_Register.php:3185, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3420, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/Login_Register.php:3958, ../includes/Elements/Login_Register.php:4049, ../includes/Elements/Login_Register.php:4229, ../includes/Elements/Login_Register.php:4267, ../includes/Elements/Login_Register.php:4364, ../includes/Elements/Login_Register.php:5038, ../includes/Elements/Login_Register.php:5198, ../includes/Elements/Login_Register.php:5530, ../includes/Elements/Login_Register.php:5586, ../includes/Elements/Login_Register.php:5921, ../includes/Elements/Login_Register.php:5958, ../includes/Elements/NFT_Gallery.php:911, ../includes/Elements/NFT_Gallery.php:944, ../includes/Elements/NFT_Gallery.php:1056, ../includes/Elements/NFT_Gallery.php:1089, ../includes/Elements/NFT_Gallery.php:2080, ../includes/Elements/NFT_Gallery.php:2125, ../includes/Elements/NFT_Gallery.php:2207, ../includes/Elements/NFT_Gallery.php:2402, ../includes/Elements/NinjaForms.php:643, ../includes/Elements/NinjaForms.php:853, ../includes/Elements/NinjaForms.php:1382, ../includes/Elements/NinjaForms.php:1475, ../includes/Elements/Post_Grid.php:1002, ../includes/Elements/Post_Grid.php:1701, ../includes/Elements/Post_Timeline.php:161, ../includes/Elements/Pricing_Table.php:862, ../includes/Elements/Pricing_Table.php:1011, ../includes/Elements/Pricing_Table.php:1730, ../includes/Elements/Pricing_Table.php:1807, ../includes/Elements/Pricing_Table.php:1973, ../includes/Elements/Pricing_Table.php:2266, ../includes/Elements/Pricing_Table.php:2336, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2672, ../includes/Elements/Product_Grid.php:2891, ../includes/Elements/Product_Grid.php:2932, ../includes/Elements/Product_Grid.php:2979, ../includes/Elements/Product_Grid.php:3229, ../includes/Elements/Product_Grid.php:3272, ../includes/Elements/Product_Grid.php:3333, ../includes/Elements/Product_Grid.php:3384, ../includes/Elements/Progress_Bar.php:688, ../includes/Elements/Simple_Menu.php:320, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:465, ../includes/Elements/Simple_Menu.php:499, ../includes/Elements/Simple_Menu.php:557, ../includes/Elements/Simple_Menu.php:591, ../includes/Elements/Simple_Menu.php:663, ../includes/Elements/Simple_Menu.php:735, ../includes/Elements/Simple_Menu.php:920, ../includes/Elements/Simple_Menu.php:1030, ../includes/Elements/Simple_Menu.php:1076, ../includes/Elements/Simple_Menu.php:1129, ../includes/Elements/Simple_Menu.php:1177, ../includes/Elements/Simple_Menu.php:1232, ../includes/Elements/Simple_Menu.php:1366, ../includes/Elements/Simple_Menu.php:1459, ../includes/Elements/Simple_Menu.php:1506, ../includes/Elements/Simple_Menu.php:1561, ../includes/Elements/Team_Member.php:529, ../includes/Elements/Team_Member.php:906, ../includes/Elements/Testimonial.php:362, ../includes/Elements/Tooltip.php:428, ../includes/Elements/Tooltip.php:472, ../includes/Elements/Tooltip.php:646, ../includes/Elements/Twitter_Feed.php:698, ../includes/Elements/Twitter_Feed.php:1272, ../includes/Elements/Twitter_Feed.php:1467, ../includes/Elements/WeForms.php:709, ../includes/Elements/WeForms.php:759, ../includes/Elements/Woo_Add_To_Cart.php:209, ../includes/Elements/Woo_Add_To_Cart.php:253, ../includes/Elements/Woo_Add_To_Cart.php:488, ../includes/Elements/Woo_Add_To_Cart.php:532, ../includes/Elements/Woo_Add_To_Cart.php:636, ../includes/Elements/Woo_Cart.php:1285, ../includes/Elements/Woo_Cart.php:1971, ../includes/Elements/Woo_Cart.php:2009, ../includes/Elements/Woo_Cart.php:2245, ../includes/Elements/Woo_Cart.php:2290, ../includes/Elements/Woo_Checkout.php:895, ../includes/Elements/Woo_Checkout.php:1010, ../includes/Elements/Woo_Checkout.php:1144, ../includes/Elements/Woo_Checkout.php:1677, ../includes/Elements/Woo_Checkout.php:1717, ../includes/Elements/Woo_Checkout.php:2048, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2506, ../includes/Elements/Woo_Checkout.php:2626, ../includes/Elements/Woo_Checkout.php:2653, ../includes/Elements/Woo_Checkout.php:2702, ../includes/Elements/Woo_Checkout.php:2832, ../includes/Elements/Woo_Checkout.php:2950, ../includes/Elements/Woo_Checkout.php:2990, ../includes/Elements/Woo_Product_Carousel.php:1237, ../includes/Elements/Woo_Product_Carousel.php:1791, ../includes/Elements/Woo_Product_Carousel.php:1873, ../includes/Elements/Woo_Product_Carousel.php:2092, ../includes/Elements/Woo_Product_Carousel.php:2135, ../includes/Elements/Woo_Product_Carousel.php:2197, ../includes/Elements/Woo_Product_Carousel.php:2249, ../includes/Elements/Woo_Product_Carousel.php:3053, ../includes/Elements/Woo_Product_Carousel.php:3109, ../includes/Elements/Woo_Product_Gallery.php:992, ../includes/Elements/Woo_Product_Gallery.php:2145, ../includes/Elements/Woo_Product_Gallery.php:2195, ../includes/Elements/Woo_Product_Gallery.php:2394, ../includes/Elements/Woo_Product_Gallery.php:2435, ../includes/Elements/Woo_Product_Gallery.php:2478, ../includes/Elements/Woo_Product_Gallery.php:2539, ../includes/Elements/Woo_Product_Gallery.php:2590, ../includes/Elements/Woo_Product_Images.php:110, ../includes/Elements/Woo_Product_Images.php:201, ../includes/Elements/Woo_Product_List.php:1357, ../includes/Elements/Woo_Product_List.php:1467, ../includes/Elements/Woo_Product_List.php:3192, ../includes/Elements/Woo_Product_List.php:3235, ../includes/Elements/Woo_Product_List.php:3288, ../includes/Elements/Woo_Product_List.php:3304, ../includes/Elements/Woo_Product_List.php:3320, ../includes/Elements/Woo_Product_List.php:3377, ../includes/Elements/WpForms.php:622, ../includes/Elements/WpForms.php:1233, ../includes/Elements/WpForms.php:1342, ../includes/Extensions/Liquid_Glass_Effect.php:36, ../includes/Extensions/Reading_Progress.php:160, ../includes/Extensions/Scroll_to_Top.php:419, ../includes/Extensions/Table_of_Content.php:796, ../includes/Extensions/Table_of_Content.php:944, ../includes/Extensions/Table_of_Content.php:1008, ../includes/Traits/Controls.php:1900, ../includes/Traits/Controls.php:1962, ../includes/Traits/Controls.php:2343, ../includes/Traits/Helper.php:644, ../includes/Traits/Helper.php:693, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486 msgid "Background Color" msgstr "" @@ -1225,7 +1225,7 @@ msgid "Cell Border" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:525, ../includes/Elements/Advanced_Data_Table.php:872, ../includes/Elements/Advanced_Data_Table.php:956, ../includes/Elements/Advanced_Data_Table.php:1174, ../includes/Elements/Advanced_Data_Table.php:1494, ../includes/Elements/Adv_Accordion.php:725, ../includes/Elements/Adv_Accordion.php:1093, ../includes/Elements/Adv_Accordion.php:1443, ../includes/Elements/Adv_Tabs.php:568, ../includes/Elements/Adv_Tabs.php:717, ../includes/Elements/Adv_Tabs.php:1083, ../includes/Elements/Betterdocs_Category_Box.php:517, ../includes/Elements/Betterdocs_Category_Grid.php:564, ../includes/Elements/Betterdocs_Category_Grid.php:728, ../includes/Elements/Betterdocs_Category_Grid.php:1412, ../includes/Elements/Betterdocs_Search_Form.php:128, ../includes/Elements/Betterdocs_Search_Form.php:448, ../includes/Elements/Breadcrumbs.php:268, ../includes/Elements/Business_Reviews.php:978, ../includes/Elements/Business_Reviews.php:1108, ../includes/Elements/Business_Reviews.php:1310, ../includes/Elements/Business_Reviews.php:1378, ../includes/Elements/Business_Reviews.php:1485, ../includes/Elements/Business_Reviews.php:1553, ../includes/Elements/Business_Reviews.php:1595, ../includes/Elements/Business_Reviews.php:1723, ../includes/Elements/Business_Reviews.php:1853, ../includes/Elements/Business_Reviews.php:1944, ../includes/Elements/Business_Reviews.php:2013, ../includes/Elements/Business_Reviews.php:2081, ../includes/Elements/Business_Reviews.php:2189, ../includes/Elements/Business_Reviews.php:2626, ../includes/Elements/Caldera_Forms.php:750, ../includes/Elements/Caldera_Forms.php:1260, ../includes/Elements/Code_Snippet.php:547, ../includes/Elements/Code_Snippet.php:604, ../includes/Elements/Code_Snippet.php:774, ../includes/Elements/Code_Snippet.php:849, ../includes/Elements/Code_Snippet.php:1029, ../includes/Elements/Contact_Form_7.php:612, ../includes/Elements/Contact_Form_7.php:1296, ../includes/Elements/Contact_Form_7.php:1495, ../includes/Elements/Contact_Form_7.php:1692, ../includes/Elements/Content_Ticker.php:399, ../includes/Elements/Content_Ticker.php:462, ../includes/Elements/Content_Ticker.php:710, ../includes/Elements/Countdown.php:728, ../includes/Elements/Countdown.php:1266, ../includes/Elements/Cta_Box.php:977, ../includes/Elements/Cta_Box.php:1157, ../includes/Elements/Cta_Box.php:1698, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:944, ../includes/Elements/Dual_Color_Header.php:499, ../includes/Elements/Event_Calendar.php:1637, ../includes/Elements/Event_Calendar.php:1698, ../includes/Elements/Event_Calendar.php:1806, ../includes/Elements/Event_Calendar.php:1986, ../includes/Elements/Event_Calendar.php:2270, ../includes/Elements/Event_Calendar.php:3647, ../includes/Elements/Event_Calendar.php:3793, ../includes/Elements/Facebook_Feed.php:693, ../includes/Elements/Facebook_Feed.php:719, ../includes/Elements/Facebook_Feed.php:791, ../includes/Elements/Fancy_Text.php:517, ../includes/Elements/Feature_List.php:711, ../includes/Elements/Filterable_Gallery.php:1331, ../includes/Elements/Filterable_Gallery.php:1441, ../includes/Elements/Filterable_Gallery.php:1483, ../includes/Elements/Filterable_Gallery.php:1678, ../includes/Elements/Filterable_Gallery.php:1783, ../includes/Elements/Filterable_Gallery.php:2244, ../includes/Elements/Filterable_Gallery.php:2489, ../includes/Elements/Filterable_Gallery.php:3257, ../includes/Elements/Filterable_Gallery.php:3445, ../includes/Elements/Flip_Box.php:1174, ../includes/Elements/Flip_Box.php:1288, ../includes/Elements/Flip_Box.php:1524, ../includes/Elements/FluentForm.php:798, ../includes/Elements/FluentForm.php:1166, ../includes/Elements/FluentForm.php:1221, ../includes/Elements/FluentForm.php:1344, ../includes/Elements/FluentForm.php:1429, ../includes/Elements/FluentForm.php:1610, ../includes/Elements/FluentForm.php:2035, ../includes/Elements/FluentForm.php:2201, ../includes/Elements/Formstack.php:697, ../includes/Elements/Formstack.php:752, ../includes/Elements/Formstack.php:1006, ../includes/Elements/Formstack.php:1339, ../includes/Elements/Formstack.php:1504, ../includes/Elements/Formstack.php:1853, ../includes/Elements/Formstack.php:1982, ../includes/Elements/GravityForms.php:1005, ../includes/Elements/GravityForms.php:1633, ../includes/Elements/GravityForms.php:1829, ../includes/Elements/GravityForms.php:1948, ../includes/Elements/GravityForms.php:2209, ../includes/Elements/GravityForms.php:2439, ../includes/Elements/GravityForms.php:2618, ../includes/Elements/Image_Accordion.php:359, ../includes/Elements/Image_Accordion.php:472, ../includes/Elements/Info_Box.php:777, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1589, ../includes/Elements/Info_Box.php:1835, ../includes/Elements/Info_Box.php:1883, ../includes/Elements/Interactive_Circle.php:556, ../includes/Elements/Interactive_Circle.php:977, ../includes/Elements/Login_Register.php:3147, ../includes/Elements/Login_Register.php:3720, ../includes/Elements/Login_Register.php:3859, ../includes/Elements/Login_Register.php:3932, ../includes/Elements/Login_Register.php:4023, ../includes/Elements/Login_Register.php:4125, ../includes/Elements/Login_Register.php:4161, ../includes/Elements/Login_Register.php:4323, ../includes/Elements/Login_Register.php:5384, ../includes/Elements/Login_Register.php:5803, ../includes/Elements/NFT_Gallery.php:874, ../includes/Elements/NFT_Gallery.php:1002, ../includes/Elements/NFT_Gallery.php:1205, ../includes/Elements/NFT_Gallery.php:1293, ../includes/Elements/NFT_Gallery.php:1354, ../includes/Elements/NFT_Gallery.php:1417, ../includes/Elements/NFT_Gallery.php:1517, ../includes/Elements/NFT_Gallery.php:1590, ../includes/Elements/NFT_Gallery.php:1666, ../includes/Elements/NFT_Gallery.php:1770, ../includes/Elements/NFT_Gallery.php:1843, ../includes/Elements/NFT_Gallery.php:1919, ../includes/Elements/NFT_Gallery.php:2326, ../includes/Elements/NinjaForms.php:793, ../includes/Elements/NinjaForms.php:1433, ../includes/Elements/Post_Timeline.php:176, ../includes/Elements/Post_Timeline.php:561, ../includes/Elements/Pricing_Table.php:874, ../includes/Elements/Pricing_Table.php:1566, ../includes/Elements/Pricing_Table.php:1849, ../includes/Elements/Pricing_Table.php:2183, ../includes/Elements/Product_Grid.php:1360, ../includes/Elements/Product_Grid.php:1611, ../includes/Elements/Product_Grid.php:2039, ../includes/Elements/Progress_Bar.php:838, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:696, ../includes/Elements/Simple_Menu.php:1297, ../includes/Elements/SVG_Draw.php:565, ../includes/Elements/Team_Member.php:571, ../includes/Elements/Team_Member.php:658, ../includes/Elements/Team_Member.php:853, ../includes/Elements/Testimonial.php:467, ../includes/Elements/Testimonial.php:575, ../includes/Elements/Testimonial.php:755, ../includes/Elements/Tooltip.php:370, ../includes/Elements/Tooltip.php:624, ../includes/Elements/Twitter_Feed.php:728, ../includes/Elements/Twitter_Feed.php:787, ../includes/Elements/Twitter_Feed.php:820, ../includes/Elements/Twitter_Feed.php:1391, ../includes/Elements/WeForms.php:682, ../includes/Elements/Woo_Add_To_Cart.php:298, ../includes/Elements/Woo_Add_To_Cart.php:441, ../includes/Elements/Woo_Cart.php:1344, ../includes/Elements/Woo_Cart.php:1921, ../includes/Elements/Woo_Cart.php:2068, ../includes/Elements/Woo_Cart.php:2185, ../includes/Elements/Woo_Cart.php:2349, ../includes/Elements/Woo_Cart.php:2456, ../includes/Elements/Woo_Checkout.php:906, ../includes/Elements/Woo_Checkout.php:1534, ../includes/Elements/Woo_Checkout.php:1580, ../includes/Elements/Woo_Checkout.php:1778, ../includes/Elements/Woo_Checkout.php:1949, ../includes/Elements/Woo_Checkout.php:1977, ../includes/Elements/Woo_Checkout.php:2149, ../includes/Elements/Woo_Checkout.php:2364, ../includes/Elements/Woo_Checkout.php:2724, ../includes/Elements/Woo_Checkout.php:3063, ../includes/Elements/Woo_Product_Carousel.php:1376, ../includes/Elements/Woo_Product_Carousel.php:2666, ../includes/Elements/Woo_Product_Gallery.php:1004, ../includes/Elements/Woo_Product_Gallery.php:1108, ../includes/Elements/Woo_Product_Gallery.php:1392, ../includes/Elements/Woo_Product_Gallery.php:1648, ../includes/Elements/Woo_Product_Gallery.php:1710, ../includes/Elements/Woo_Product_Images.php:231, ../includes/Elements/Woo_Product_List.php:1325, ../includes/Elements/Woo_Product_List.php:1427, ../includes/Elements/Woo_Product_List.php:1542, ../includes/Elements/Woo_Product_List.php:1628, ../includes/Elements/Woo_Product_List.php:1685, ../includes/Elements/Woo_Product_List.php:1733, ../includes/Elements/Woo_Product_List.php:1772, ../includes/Elements/Woo_Product_List.php:1808, ../includes/Elements/Woo_Product_List.php:1913, ../includes/Elements/Woo_Product_List.php:1978, ../includes/Elements/Woo_Product_List.php:2048, ../includes/Elements/WpForms.php:775, ../includes/Elements/WpForms.php:1280, ../includes/Extensions/Table_of_Content.php:833, ../includes/Extensions/Table_of_Content.php:1021, ../includes/Traits/Controls.php:1807, ../includes/Traits/Controls.php:1852, ../includes/Traits/Controls.php:2353, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1147, ../includes/Traits/Woo_Product_Comparable.php:1616 +#: ../includes/Elements/Advanced_Data_Table.php:525, ../includes/Elements/Advanced_Data_Table.php:872, ../includes/Elements/Advanced_Data_Table.php:956, ../includes/Elements/Advanced_Data_Table.php:1174, ../includes/Elements/Advanced_Data_Table.php:1494, ../includes/Elements/Adv_Accordion.php:725, ../includes/Elements/Adv_Accordion.php:1093, ../includes/Elements/Adv_Accordion.php:1443, ../includes/Elements/Adv_Tabs.php:568, ../includes/Elements/Adv_Tabs.php:717, ../includes/Elements/Adv_Tabs.php:1083, ../includes/Elements/Betterdocs_Category_Box.php:517, ../includes/Elements/Betterdocs_Category_Grid.php:564, ../includes/Elements/Betterdocs_Category_Grid.php:728, ../includes/Elements/Betterdocs_Category_Grid.php:1412, ../includes/Elements/Betterdocs_Search_Form.php:128, ../includes/Elements/Betterdocs_Search_Form.php:448, ../includes/Elements/Breadcrumbs.php:268, ../includes/Elements/Business_Reviews.php:978, ../includes/Elements/Business_Reviews.php:1108, ../includes/Elements/Business_Reviews.php:1310, ../includes/Elements/Business_Reviews.php:1378, ../includes/Elements/Business_Reviews.php:1485, ../includes/Elements/Business_Reviews.php:1553, ../includes/Elements/Business_Reviews.php:1595, ../includes/Elements/Business_Reviews.php:1723, ../includes/Elements/Business_Reviews.php:1853, ../includes/Elements/Business_Reviews.php:1944, ../includes/Elements/Business_Reviews.php:2013, ../includes/Elements/Business_Reviews.php:2081, ../includes/Elements/Business_Reviews.php:2189, ../includes/Elements/Business_Reviews.php:2626, ../includes/Elements/Caldera_Forms.php:750, ../includes/Elements/Caldera_Forms.php:1260, ../includes/Elements/Code_Snippet.php:547, ../includes/Elements/Code_Snippet.php:604, ../includes/Elements/Code_Snippet.php:774, ../includes/Elements/Code_Snippet.php:849, ../includes/Elements/Code_Snippet.php:1029, ../includes/Elements/Contact_Form_7.php:612, ../includes/Elements/Contact_Form_7.php:1296, ../includes/Elements/Contact_Form_7.php:1495, ../includes/Elements/Contact_Form_7.php:1692, ../includes/Elements/Content_Ticker.php:399, ../includes/Elements/Content_Ticker.php:462, ../includes/Elements/Content_Ticker.php:710, ../includes/Elements/Countdown.php:728, ../includes/Elements/Countdown.php:1266, ../includes/Elements/Cta_Box.php:977, ../includes/Elements/Cta_Box.php:1157, ../includes/Elements/Cta_Box.php:1698, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:944, ../includes/Elements/Dual_Color_Header.php:499, ../includes/Elements/Event_Calendar.php:1637, ../includes/Elements/Event_Calendar.php:1698, ../includes/Elements/Event_Calendar.php:1806, ../includes/Elements/Event_Calendar.php:1986, ../includes/Elements/Event_Calendar.php:2270, ../includes/Elements/Event_Calendar.php:3647, ../includes/Elements/Event_Calendar.php:3793, ../includes/Elements/Facebook_Feed.php:693, ../includes/Elements/Facebook_Feed.php:719, ../includes/Elements/Facebook_Feed.php:791, ../includes/Elements/Fancy_Text.php:518, ../includes/Elements/Feature_List.php:711, ../includes/Elements/Filterable_Gallery.php:1331, ../includes/Elements/Filterable_Gallery.php:1441, ../includes/Elements/Filterable_Gallery.php:1483, ../includes/Elements/Filterable_Gallery.php:1678, ../includes/Elements/Filterable_Gallery.php:1783, ../includes/Elements/Filterable_Gallery.php:2244, ../includes/Elements/Filterable_Gallery.php:2489, ../includes/Elements/Filterable_Gallery.php:3257, ../includes/Elements/Filterable_Gallery.php:3445, ../includes/Elements/Flip_Box.php:1174, ../includes/Elements/Flip_Box.php:1288, ../includes/Elements/Flip_Box.php:1524, ../includes/Elements/FluentForm.php:798, ../includes/Elements/FluentForm.php:1166, ../includes/Elements/FluentForm.php:1221, ../includes/Elements/FluentForm.php:1344, ../includes/Elements/FluentForm.php:1429, ../includes/Elements/FluentForm.php:1610, ../includes/Elements/FluentForm.php:2035, ../includes/Elements/FluentForm.php:2201, ../includes/Elements/Formstack.php:697, ../includes/Elements/Formstack.php:752, ../includes/Elements/Formstack.php:1006, ../includes/Elements/Formstack.php:1339, ../includes/Elements/Formstack.php:1504, ../includes/Elements/Formstack.php:1853, ../includes/Elements/Formstack.php:1982, ../includes/Elements/GravityForms.php:1005, ../includes/Elements/GravityForms.php:1633, ../includes/Elements/GravityForms.php:1829, ../includes/Elements/GravityForms.php:1948, ../includes/Elements/GravityForms.php:2209, ../includes/Elements/GravityForms.php:2439, ../includes/Elements/GravityForms.php:2618, ../includes/Elements/Image_Accordion.php:359, ../includes/Elements/Image_Accordion.php:472, ../includes/Elements/Info_Box.php:777, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1589, ../includes/Elements/Info_Box.php:1835, ../includes/Elements/Info_Box.php:1883, ../includes/Elements/Interactive_Circle.php:556, ../includes/Elements/Interactive_Circle.php:977, ../includes/Elements/Login_Register.php:3148, ../includes/Elements/Login_Register.php:3721, ../includes/Elements/Login_Register.php:3860, ../includes/Elements/Login_Register.php:3933, ../includes/Elements/Login_Register.php:4024, ../includes/Elements/Login_Register.php:4126, ../includes/Elements/Login_Register.php:4162, ../includes/Elements/Login_Register.php:4324, ../includes/Elements/Login_Register.php:5385, ../includes/Elements/Login_Register.php:5804, ../includes/Elements/NFT_Gallery.php:874, ../includes/Elements/NFT_Gallery.php:1002, ../includes/Elements/NFT_Gallery.php:1205, ../includes/Elements/NFT_Gallery.php:1293, ../includes/Elements/NFT_Gallery.php:1354, ../includes/Elements/NFT_Gallery.php:1417, ../includes/Elements/NFT_Gallery.php:1517, ../includes/Elements/NFT_Gallery.php:1590, ../includes/Elements/NFT_Gallery.php:1666, ../includes/Elements/NFT_Gallery.php:1770, ../includes/Elements/NFT_Gallery.php:1843, ../includes/Elements/NFT_Gallery.php:1919, ../includes/Elements/NFT_Gallery.php:2326, ../includes/Elements/NinjaForms.php:793, ../includes/Elements/NinjaForms.php:1433, ../includes/Elements/Post_Timeline.php:176, ../includes/Elements/Post_Timeline.php:561, ../includes/Elements/Pricing_Table.php:874, ../includes/Elements/Pricing_Table.php:1566, ../includes/Elements/Pricing_Table.php:1849, ../includes/Elements/Pricing_Table.php:2183, ../includes/Elements/Product_Grid.php:1360, ../includes/Elements/Product_Grid.php:1611, ../includes/Elements/Product_Grid.php:2039, ../includes/Elements/Progress_Bar.php:839, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:696, ../includes/Elements/Simple_Menu.php:1297, ../includes/Elements/SVG_Draw.php:565, ../includes/Elements/Team_Member.php:571, ../includes/Elements/Team_Member.php:658, ../includes/Elements/Team_Member.php:853, ../includes/Elements/Testimonial.php:467, ../includes/Elements/Testimonial.php:575, ../includes/Elements/Testimonial.php:755, ../includes/Elements/Tooltip.php:370, ../includes/Elements/Tooltip.php:624, ../includes/Elements/Twitter_Feed.php:728, ../includes/Elements/Twitter_Feed.php:787, ../includes/Elements/Twitter_Feed.php:820, ../includes/Elements/Twitter_Feed.php:1391, ../includes/Elements/WeForms.php:682, ../includes/Elements/Woo_Add_To_Cart.php:312, ../includes/Elements/Woo_Add_To_Cart.php:455, ../includes/Elements/Woo_Cart.php:1344, ../includes/Elements/Woo_Cart.php:1921, ../includes/Elements/Woo_Cart.php:2068, ../includes/Elements/Woo_Cart.php:2185, ../includes/Elements/Woo_Cart.php:2349, ../includes/Elements/Woo_Cart.php:2456, ../includes/Elements/Woo_Checkout.php:906, ../includes/Elements/Woo_Checkout.php:1534, ../includes/Elements/Woo_Checkout.php:1580, ../includes/Elements/Woo_Checkout.php:1778, ../includes/Elements/Woo_Checkout.php:1949, ../includes/Elements/Woo_Checkout.php:1977, ../includes/Elements/Woo_Checkout.php:2149, ../includes/Elements/Woo_Checkout.php:2364, ../includes/Elements/Woo_Checkout.php:2724, ../includes/Elements/Woo_Checkout.php:3063, ../includes/Elements/Woo_Product_Carousel.php:1376, ../includes/Elements/Woo_Product_Carousel.php:2666, ../includes/Elements/Woo_Product_Gallery.php:1004, ../includes/Elements/Woo_Product_Gallery.php:1108, ../includes/Elements/Woo_Product_Gallery.php:1392, ../includes/Elements/Woo_Product_Gallery.php:1648, ../includes/Elements/Woo_Product_Gallery.php:1710, ../includes/Elements/Woo_Product_Images.php:231, ../includes/Elements/Woo_Product_List.php:1326, ../includes/Elements/Woo_Product_List.php:1428, ../includes/Elements/Woo_Product_List.php:1543, ../includes/Elements/Woo_Product_List.php:1629, ../includes/Elements/Woo_Product_List.php:1686, ../includes/Elements/Woo_Product_List.php:1734, ../includes/Elements/Woo_Product_List.php:1773, ../includes/Elements/Woo_Product_List.php:1809, ../includes/Elements/Woo_Product_List.php:1914, ../includes/Elements/Woo_Product_List.php:1979, ../includes/Elements/Woo_Product_List.php:2049, ../includes/Elements/WpForms.php:775, ../includes/Elements/WpForms.php:1280, ../includes/Extensions/Table_of_Content.php:833, ../includes/Extensions/Table_of_Content.php:1021, ../includes/Traits/Controls.php:1807, ../includes/Traits/Controls.php:1852, ../includes/Traits/Controls.php:2353, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1147, ../includes/Traits/Woo_Product_Comparable.php:1616 msgid "Padding" msgstr "" @@ -1233,7 +1233,7 @@ msgid "Body" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:603, ../includes/Elements/Breadcrumbs.php:280, ../includes/Elements/Data_Table.php:1026, ../includes/Elements/Facebook_Feed.php:1080, ../includes/Elements/Login_Register.php:5186, ../includes/Elements/Twitter_Feed.php:895, ../includes/Elements/Woo_Cart.php:1742, ../includes/Elements/Woo_Checkout.php:1197, ../includes/Elements/Woo_Checkout.php:1213, ../includes/Elements/Woo_Checkout.php:1240, ../includes/Elements/Woo_Checkout.php:1257, ../includes/Elements/Woo_Checkout.php:2891 +#: ../includes/Elements/Advanced_Data_Table.php:603, ../includes/Elements/Breadcrumbs.php:280, ../includes/Elements/Data_Table.php:1026, ../includes/Elements/Facebook_Feed.php:1080, ../includes/Elements/Login_Register.php:5187, ../includes/Elements/Twitter_Feed.php:895, ../includes/Elements/Woo_Cart.php:1742, ../includes/Elements/Woo_Checkout.php:1197, ../includes/Elements/Woo_Checkout.php:1213, ../includes/Elements/Woo_Checkout.php:1240, ../includes/Elements/Woo_Checkout.php:1257, ../includes/Elements/Woo_Checkout.php:2891 msgid "Link Color" msgstr "" @@ -1273,7 +1273,7 @@ msgid "Odd Row" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:933, ../includes/Elements/Adv_Accordion.php:892, ../includes/Elements/Business_Reviews.php:2293, ../includes/Elements/Code_Snippet.php:231, ../includes/Elements/Code_Snippet.php:970, ../includes/Elements/Dual_Color_Header.php:950, ../includes/Elements/Dual_Color_Header.php:1030, ../includes/Elements/Flip_Box.php:241, ../includes/Elements/FluentForm.php:1325, ../includes/Elements/FluentForm.php:1410, ../includes/Elements/FluentForm.php:1846, ../includes/Elements/Formstack.php:1677, ../includes/Elements/GravityForms.php:723, ../includes/Elements/Image_Accordion.php:331, ../includes/Elements/Info_Box.php:1020, ../includes/Elements/Login_Register.php:3667, ../includes/Elements/NFT_Gallery.php:1166, ../includes/Elements/NFT_Gallery.php:1480, ../includes/Elements/NFT_Gallery.php:1728, ../includes/Elements/Post_Grid.php:772, ../includes/Elements/Post_Grid.php:1482, ../includes/Elements/Post_Timeline.php:255, ../includes/Elements/Pricing_Table.php:1196, ../includes/Elements/Product_Grid.php:840, ../includes/Elements/Progress_Bar.php:435, ../includes/Elements/Progress_Bar.php:461, ../includes/Elements/Progress_Bar.php:516, ../includes/Elements/Progress_Bar.php:542, ../includes/Elements/Sticky_Video.php:509, ../includes/Elements/SVG_Draw.php:169, ../includes/Elements/Team_Member.php:466, ../includes/Elements/Testimonial.php:235, ../includes/Elements/Twitter_Feed.php:1115, ../includes/Elements/Woo_Add_To_Cart.php:326, ../includes/Elements/Woo_Product_Carousel.php:1725, ../includes/Elements/Woo_Product_Carousel.php:2558, ../includes/Elements/Woo_Product_Carousel.php:2758, ../includes/Elements/Woo_Product_Carousel.php:2846, ../includes/Elements/Woo_Product_Gallery.php:559, ../includes/Extensions/Reading_Progress.php:132, ../includes/Extensions/Scroll_to_Top.php:270, ../includes/Extensions/Table_of_Content.php:381, ../includes/Extensions/Vertical_Text_Orientation.php:96 +#: ../includes/Elements/Advanced_Data_Table.php:933, ../includes/Elements/Adv_Accordion.php:892, ../includes/Elements/Business_Reviews.php:2293, ../includes/Elements/Code_Snippet.php:231, ../includes/Elements/Code_Snippet.php:970, ../includes/Elements/Dual_Color_Header.php:950, ../includes/Elements/Dual_Color_Header.php:1030, ../includes/Elements/Flip_Box.php:241, ../includes/Elements/FluentForm.php:1325, ../includes/Elements/FluentForm.php:1410, ../includes/Elements/FluentForm.php:1846, ../includes/Elements/Formstack.php:1677, ../includes/Elements/GravityForms.php:723, ../includes/Elements/Image_Accordion.php:331, ../includes/Elements/Info_Box.php:1020, ../includes/Elements/Login_Register.php:3668, ../includes/Elements/NFT_Gallery.php:1166, ../includes/Elements/NFT_Gallery.php:1480, ../includes/Elements/NFT_Gallery.php:1728, ../includes/Elements/Post_Grid.php:772, ../includes/Elements/Post_Grid.php:1482, ../includes/Elements/Post_Timeline.php:255, ../includes/Elements/Pricing_Table.php:1196, ../includes/Elements/Product_Grid.php:840, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Progress_Bar.php:462, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Progress_Bar.php:543, ../includes/Elements/Sticky_Video.php:509, ../includes/Elements/SVG_Draw.php:169, ../includes/Elements/Team_Member.php:466, ../includes/Elements/Testimonial.php:235, ../includes/Elements/Twitter_Feed.php:1115, ../includes/Elements/Woo_Add_To_Cart.php:340, ../includes/Elements/Woo_Product_Carousel.php:1725, ../includes/Elements/Woo_Product_Carousel.php:2558, ../includes/Elements/Woo_Product_Carousel.php:2758, ../includes/Elements/Woo_Product_Carousel.php:2846, ../includes/Elements/Woo_Product_Gallery.php:559, ../includes/Extensions/Reading_Progress.php:132, ../includes/Extensions/Scroll_to_Top.php:270, ../includes/Extensions/Table_of_Content.php:381, ../includes/Extensions/Vertical_Text_Orientation.php:96 msgid "Height" msgstr "" @@ -1281,23 +1281,23 @@ msgid "Margin Bottom" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:991, ../includes/Elements/Advanced_Data_Table.php:1139, ../includes/Elements/Breadcrumbs.php:210, ../includes/Elements/Business_Reviews.php:1213, ../includes/Elements/Business_Reviews.php:2204, ../includes/Elements/Caldera_Forms.php:236, ../includes/Elements/Caldera_Forms.php:566, ../includes/Elements/Caldera_Forms.php:1141, ../includes/Elements/Contact_Form_7.php:449, ../includes/Elements/Contact_Form_7.php:1178, ../includes/Elements/Countdown.php:219, ../includes/Elements/Cta_Box.php:136, ../includes/Elements/Data_Table.php:599, ../includes/Elements/Dual_Color_Header.php:350, ../includes/Elements/Dual_Color_Header.php:826, ../includes/Elements/Event_Calendar.php:1120, ../includes/Elements/Event_Calendar.php:1488, ../includes/Elements/Event_Calendar.php:2660, ../includes/Elements/Event_Calendar.php:2796, ../includes/Elements/Fancy_Text.php:193, ../includes/Elements/Feature_List.php:817, ../includes/Elements/Filterable_Gallery.php:1248, ../includes/Elements/Filterable_Gallery.php:3209, ../includes/Elements/FluentForm.php:269, ../includes/Elements/FluentForm.php:612, ../includes/Elements/FluentForm.php:1245, ../includes/Elements/FluentForm.php:1490, ../includes/Elements/Formstack.php:460, ../includes/Elements/Formstack.php:776, ../includes/Elements/Formstack.php:1385, ../includes/Elements/GravityForms.php:495, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:780, ../includes/Elements/GravityForms.php:908, ../includes/Elements/GravityForms.php:2249, ../includes/Elements/GravityForms.php:2512, ../includes/Elements/Info_Box.php:454, ../includes/Elements/Login_Register.php:5470, ../includes/Elements/Login_Register.php:5878, ../includes/Elements/NFT_Gallery.php:818, ../includes/Elements/NFT_Gallery.php:1986, ../includes/Elements/NinjaForms.php:424, ../includes/Elements/NinjaForms.php:608, ../includes/Elements/NinjaForms.php:1303, ../includes/Elements/Post_Grid.php:1211, ../includes/Elements/Post_Grid.php:1371, ../includes/Elements/Post_Grid.php:1441, ../includes/Elements/Post_Grid.php:1538, ../includes/Elements/Post_Grid.php:1623, ../includes/Elements/Post_Timeline.php:321, ../includes/Elements/Post_Timeline.php:379, ../includes/Elements/Post_Timeline.php:487, ../includes/Elements/Pricing_Table.php:1434, ../includes/Elements/Product_Grid.php:885, ../includes/Elements/Product_Grid.php:1244, ../includes/Elements/Product_Grid.php:1563, ../includes/Elements/Product_Grid.php:2268, ../includes/Elements/Product_Grid.php:2816, ../includes/Elements/Progress_Bar.php:368, ../includes/Elements/Progress_Bar.php:637, ../includes/Elements/Simple_Menu.php:384, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:817, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1274, ../includes/Elements/SVG_Draw.php:192, ../includes/Elements/Team_Member.php:542, ../includes/Elements/Tooltip.php:218, ../includes/Elements/Twitter_Feed.php:560, ../includes/Elements/Woo_Cart.php:283, ../includes/Elements/Woo_Cart.php:527, ../includes/Elements/Woo_Cart.php:622, ../includes/Elements/Woo_Cart.php:696, ../includes/Elements/Woo_Cart.php:777, ../includes/Elements/Woo_Cart.php:889, ../includes/Elements/Woo_Cart.php:1773, ../includes/Elements/Woo_Cart.php:2416, ../includes/Elements/Woo_Product_Carousel.php:1151, ../includes/Elements/Woo_Product_Carousel.php:1206, ../includes/Elements/Woo_Product_Gallery.php:237, ../includes/Elements/Woo_Product_Gallery.php:267, ../includes/Elements/Woo_Product_Gallery.php:962, ../includes/Elements/Woo_Product_Gallery.php:1945, ../includes/Elements/Woo_Product_List.php:659, ../includes/Elements/Woo_Product_List.php:833, ../includes/Elements/Woo_Product_Price.php:365, ../includes/Elements/Woo_Product_Rating.php:78, ../includes/Elements/WpForms.php:399, ../includes/Elements/WpForms.php:587, ../includes/Elements/WpForms.php:1158, ../includes/Traits/Controls.php:1540, ../includes/Traits/Controls.php:1601, ../includes/Traits/Controls.php:2372 +#: ../includes/Elements/Advanced_Data_Table.php:991, ../includes/Elements/Advanced_Data_Table.php:1139, ../includes/Elements/Breadcrumbs.php:210, ../includes/Elements/Business_Reviews.php:1213, ../includes/Elements/Business_Reviews.php:2204, ../includes/Elements/Caldera_Forms.php:236, ../includes/Elements/Caldera_Forms.php:566, ../includes/Elements/Caldera_Forms.php:1141, ../includes/Elements/Contact_Form_7.php:449, ../includes/Elements/Contact_Form_7.php:1178, ../includes/Elements/Countdown.php:219, ../includes/Elements/Cta_Box.php:136, ../includes/Elements/Data_Table.php:599, ../includes/Elements/Dual_Color_Header.php:350, ../includes/Elements/Dual_Color_Header.php:826, ../includes/Elements/Event_Calendar.php:1120, ../includes/Elements/Event_Calendar.php:1488, ../includes/Elements/Event_Calendar.php:2660, ../includes/Elements/Event_Calendar.php:2796, ../includes/Elements/Fancy_Text.php:194, ../includes/Elements/Feature_List.php:817, ../includes/Elements/Filterable_Gallery.php:1248, ../includes/Elements/Filterable_Gallery.php:3209, ../includes/Elements/FluentForm.php:269, ../includes/Elements/FluentForm.php:612, ../includes/Elements/FluentForm.php:1245, ../includes/Elements/FluentForm.php:1490, ../includes/Elements/Formstack.php:460, ../includes/Elements/Formstack.php:776, ../includes/Elements/Formstack.php:1385, ../includes/Elements/GravityForms.php:495, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:780, ../includes/Elements/GravityForms.php:908, ../includes/Elements/GravityForms.php:2249, ../includes/Elements/GravityForms.php:2512, ../includes/Elements/Info_Box.php:454, ../includes/Elements/Login_Register.php:5471, ../includes/Elements/Login_Register.php:5879, ../includes/Elements/NFT_Gallery.php:818, ../includes/Elements/NFT_Gallery.php:1986, ../includes/Elements/NinjaForms.php:424, ../includes/Elements/NinjaForms.php:608, ../includes/Elements/NinjaForms.php:1303, ../includes/Elements/Post_Grid.php:1211, ../includes/Elements/Post_Grid.php:1371, ../includes/Elements/Post_Grid.php:1441, ../includes/Elements/Post_Grid.php:1538, ../includes/Elements/Post_Grid.php:1623, ../includes/Elements/Post_Timeline.php:321, ../includes/Elements/Post_Timeline.php:379, ../includes/Elements/Post_Timeline.php:487, ../includes/Elements/Pricing_Table.php:1434, ../includes/Elements/Product_Grid.php:885, ../includes/Elements/Product_Grid.php:1244, ../includes/Elements/Product_Grid.php:1563, ../includes/Elements/Product_Grid.php:2268, ../includes/Elements/Product_Grid.php:2816, ../includes/Elements/Progress_Bar.php:369, ../includes/Elements/Progress_Bar.php:638, ../includes/Elements/Simple_Menu.php:384, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:817, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1274, ../includes/Elements/SVG_Draw.php:192, ../includes/Elements/Team_Member.php:542, ../includes/Elements/Tooltip.php:218, ../includes/Elements/Twitter_Feed.php:560, ../includes/Elements/Woo_Cart.php:283, ../includes/Elements/Woo_Cart.php:527, ../includes/Elements/Woo_Cart.php:622, ../includes/Elements/Woo_Cart.php:696, ../includes/Elements/Woo_Cart.php:777, ../includes/Elements/Woo_Cart.php:889, ../includes/Elements/Woo_Cart.php:1773, ../includes/Elements/Woo_Cart.php:2416, ../includes/Elements/Woo_Product_Carousel.php:1151, ../includes/Elements/Woo_Product_Carousel.php:1206, ../includes/Elements/Woo_Product_Gallery.php:237, ../includes/Elements/Woo_Product_Gallery.php:267, ../includes/Elements/Woo_Product_Gallery.php:962, ../includes/Elements/Woo_Product_Gallery.php:1945, ../includes/Elements/Woo_Product_List.php:660, ../includes/Elements/Woo_Product_List.php:834, ../includes/Elements/Woo_Product_Price.php:365, ../includes/Elements/Woo_Product_Rating.php:78, ../includes/Elements/WpForms.php:399, ../includes/Elements/WpForms.php:587, ../includes/Elements/WpForms.php:1158, ../includes/Traits/Controls.php:1540, ../includes/Traits/Controls.php:1601, ../includes/Traits/Controls.php:2372 msgid "Alignment" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Adv_Accordion.php:737, ../includes/Elements/Adv_Accordion.php:1105, ../includes/Elements/Adv_Accordion.php:1455, ../includes/Elements/Adv_Tabs.php:579, ../includes/Elements/Adv_Tabs.php:729, ../includes/Elements/Adv_Tabs.php:1094, ../includes/Elements/Betterdocs_Category_Grid.php:576, ../includes/Elements/Betterdocs_Category_Grid.php:742, ../includes/Elements/Breadcrumbs.php:374, ../includes/Elements/Breadcrumbs.php:414, ../includes/Elements/Breadcrumbs.php:524, ../includes/Elements/Business_Reviews.php:966, ../includes/Elements/Business_Reviews.php:1095, ../includes/Elements/Business_Reviews.php:1295, ../includes/Elements/Business_Reviews.php:1363, ../includes/Elements/Business_Reviews.php:1470, ../includes/Elements/Business_Reviews.php:1538, ../includes/Elements/Business_Reviews.php:1583, ../includes/Elements/Business_Reviews.php:1711, ../includes/Elements/Business_Reviews.php:1838, ../includes/Elements/Business_Reviews.php:1929, ../includes/Elements/Business_Reviews.php:1998, ../includes/Elements/Business_Reviews.php:2066, ../includes/Elements/Business_Reviews.php:2174, ../includes/Elements/Caldera_Forms.php:304, ../includes/Elements/Caldera_Forms.php:368, ../includes/Elements/Code_Snippet.php:535, ../includes/Elements/Contact_Form_7.php:382, ../includes/Elements/Contact_Form_7.php:1677, ../includes/Elements/Content_Ticker.php:474, ../includes/Elements/Countdown.php:1216, ../includes/Elements/Cta_Box.php:989, ../includes/Elements/Cta_Box.php:1169, ../includes/Elements/Cta_Box.php:1274, ../includes/Elements/Cta_Box.php:1710, ../includes/Elements/Dual_Color_Header.php:511, ../includes/Elements/Dual_Color_Header.php:878, ../includes/Elements/Event_Calendar.php:1649, ../includes/Elements/Event_Calendar.php:1710, ../includes/Elements/Event_Calendar.php:1747, ../includes/Elements/Event_Calendar.php:2284, ../includes/Elements/Event_Calendar.php:3659, ../includes/Elements/Fancy_Text.php:529, ../includes/Elements/Filterable_Gallery.php:1343, ../includes/Elements/Filterable_Gallery.php:1429, ../includes/Elements/Filterable_Gallery.php:1495, ../includes/Elements/Filterable_Gallery.php:1692, ../includes/Elements/Filterable_Gallery.php:1835, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:2501, ../includes/Elements/Filterable_Gallery.php:2949, ../includes/Elements/Filterable_Gallery.php:3269, ../includes/Elements/Filterable_Gallery.php:3457, ../includes/Elements/Flip_Box.php:1512, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:402, ../includes/Elements/FluentForm.php:1178, ../includes/Elements/FluentForm.php:1233, ../includes/Elements/FluentForm.php:2213, ../includes/Elements/Formstack.php:517, ../includes/Elements/Formstack.php:569, ../includes/Elements/Formstack.php:709, ../includes/Elements/Formstack.php:764, ../includes/Elements/Formstack.php:1997, ../includes/Elements/GravityForms.php:1362, ../includes/Elements/GravityForms.php:1621, ../includes/Elements/GravityForms.php:1817, ../includes/Elements/GravityForms.php:2223, ../includes/Elements/Image_Accordion.php:371, ../includes/Elements/Image_Accordion.php:461, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:1063, ../includes/Elements/Info_Box.php:1125, ../includes/Elements/Info_Box.php:1357, ../includes/Elements/Info_Box.php:1577, ../includes/Elements/Info_Box.php:1770, ../includes/Elements/Info_Box.php:1820, ../includes/Elements/Info_Box.php:1859, ../includes/Elements/Interactive_Circle.php:567, ../includes/Elements/Interactive_Circle.php:988, ../includes/Elements/Login_Register.php:3132, ../includes/Elements/Login_Register.php:3705, ../includes/Elements/Login_Register.php:3844, ../includes/Elements/Login_Register.php:3917, ../includes/Elements/Login_Register.php:4008, ../includes/Elements/Login_Register.php:4110, ../includes/Elements/Login_Register.php:4146, ../includes/Elements/Login_Register.php:4308, ../includes/Elements/Login_Register.php:5369, ../includes/Elements/Login_Register.php:5696, ../includes/Elements/Login_Register.php:5788, ../includes/Elements/NFT_Gallery.php:862, ../includes/Elements/NFT_Gallery.php:990, ../includes/Elements/NFT_Gallery.php:1191, ../includes/Elements/NFT_Gallery.php:1281, ../includes/Elements/NFT_Gallery.php:1342, ../includes/Elements/NFT_Gallery.php:1404, ../includes/Elements/NFT_Gallery.php:1504, ../includes/Elements/NFT_Gallery.php:1578, ../includes/Elements/NFT_Gallery.php:1654, ../includes/Elements/NFT_Gallery.php:1757, ../includes/Elements/NFT_Gallery.php:1831, ../includes/Elements/NFT_Gallery.php:1907, ../includes/Elements/NFT_Gallery.php:2367, ../includes/Elements/NinjaForms.php:480, ../includes/Elements/NinjaForms.php:532, ../includes/Elements/Post_Grid.php:1128, ../includes/Elements/Post_Grid.php:1267, ../includes/Elements/Post_Grid.php:1282, ../includes/Elements/Post_Grid.php:1408, ../includes/Elements/Post_Grid.php:1498, ../includes/Elements/Post_Grid.php:1576, ../includes/Elements/Pricing_Table.php:886, ../includes/Elements/Pricing_Table.php:1308, ../includes/Elements/Pricing_Table.php:1378, ../includes/Elements/Pricing_Table.php:1578, ../includes/Elements/Pricing_Table.php:2195, ../includes/Elements/SVG_Draw.php:577, ../includes/Elements/Team_Member.php:646, ../includes/Elements/Team_Member.php:840, ../includes/Elements/Testimonial.php:455, ../includes/Elements/Testimonial.php:563, ../includes/Elements/Testimonial.php:661, ../includes/Elements/Testimonial.php:702, ../includes/Elements/Testimonial.php:743, ../includes/Elements/Testimonial.php:816, ../includes/Elements/Tooltip.php:381, ../includes/Elements/Tooltip.php:635, ../includes/Elements/Twitter_Feed.php:1432, ../includes/Elements/WeForms.php:494, ../includes/Elements/WeForms.php:670, ../includes/Elements/Woo_Add_To_Cart.php:826, ../includes/Elements/Woo_Cart.php:1356, ../includes/Elements/Woo_Cart.php:1933, ../includes/Elements/Woo_Cart.php:2080, ../includes/Elements/Woo_Cart.php:2198, ../includes/Elements/Woo_Cart.php:2364, ../includes/Elements/Woo_Cart.php:2470, ../includes/Elements/Woo_Checkout.php:1599, ../includes/Elements/Woo_Checkout.php:1996, ../includes/Elements/Woo_Product_Carousel.php:1266, ../includes/Elements/Woo_Product_Gallery.php:1636, ../includes/Elements/Woo_Product_Gallery.php:1698, ../includes/Elements/Woo_Product_Images.php:254, ../includes/Elements/Woo_Product_List.php:1313, ../includes/Elements/Woo_Product_List.php:1397, ../includes/Elements/Woo_Product_List.php:1670, ../includes/Elements/Woo_Product_List.php:1718, ../includes/Elements/Woo_Product_List.php:1757, ../includes/Elements/Woo_Product_List.php:1796, ../includes/Elements/Woo_Product_List.php:1901, ../includes/Elements/Woo_Product_List.php:1966, ../includes/Elements/Woo_Product_List.php:2035, ../includes/Elements/Woo_Product_Price.php:602, ../includes/Elements/Woo_Product_Price.php:666, ../includes/Elements/Woo_Product_Price.php:719, ../includes/Elements/Woo_Product_Price.php:783, ../includes/Elements/Woo_Product_Rating.php:188, ../includes/Elements/WpForms.php:455, ../includes/Elements/WpForms.php:507, ../includes/Elements/WpForms.php:539, ../includes/Traits/Controls.php:1819, ../includes/Traits/Controls.php:1864, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1463 +#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Adv_Accordion.php:737, ../includes/Elements/Adv_Accordion.php:1105, ../includes/Elements/Adv_Accordion.php:1455, ../includes/Elements/Adv_Tabs.php:579, ../includes/Elements/Adv_Tabs.php:729, ../includes/Elements/Adv_Tabs.php:1094, ../includes/Elements/Betterdocs_Category_Grid.php:576, ../includes/Elements/Betterdocs_Category_Grid.php:742, ../includes/Elements/Breadcrumbs.php:374, ../includes/Elements/Breadcrumbs.php:414, ../includes/Elements/Breadcrumbs.php:524, ../includes/Elements/Business_Reviews.php:966, ../includes/Elements/Business_Reviews.php:1095, ../includes/Elements/Business_Reviews.php:1295, ../includes/Elements/Business_Reviews.php:1363, ../includes/Elements/Business_Reviews.php:1470, ../includes/Elements/Business_Reviews.php:1538, ../includes/Elements/Business_Reviews.php:1583, ../includes/Elements/Business_Reviews.php:1711, ../includes/Elements/Business_Reviews.php:1838, ../includes/Elements/Business_Reviews.php:1929, ../includes/Elements/Business_Reviews.php:1998, ../includes/Elements/Business_Reviews.php:2066, ../includes/Elements/Business_Reviews.php:2174, ../includes/Elements/Caldera_Forms.php:304, ../includes/Elements/Caldera_Forms.php:368, ../includes/Elements/Code_Snippet.php:535, ../includes/Elements/Contact_Form_7.php:382, ../includes/Elements/Contact_Form_7.php:1677, ../includes/Elements/Content_Ticker.php:474, ../includes/Elements/Countdown.php:1216, ../includes/Elements/Cta_Box.php:989, ../includes/Elements/Cta_Box.php:1169, ../includes/Elements/Cta_Box.php:1274, ../includes/Elements/Cta_Box.php:1710, ../includes/Elements/Dual_Color_Header.php:511, ../includes/Elements/Dual_Color_Header.php:878, ../includes/Elements/Event_Calendar.php:1649, ../includes/Elements/Event_Calendar.php:1710, ../includes/Elements/Event_Calendar.php:1747, ../includes/Elements/Event_Calendar.php:2284, ../includes/Elements/Event_Calendar.php:3659, ../includes/Elements/Fancy_Text.php:530, ../includes/Elements/Filterable_Gallery.php:1343, ../includes/Elements/Filterable_Gallery.php:1429, ../includes/Elements/Filterable_Gallery.php:1495, ../includes/Elements/Filterable_Gallery.php:1692, ../includes/Elements/Filterable_Gallery.php:1835, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:2501, ../includes/Elements/Filterable_Gallery.php:2949, ../includes/Elements/Filterable_Gallery.php:3269, ../includes/Elements/Filterable_Gallery.php:3457, ../includes/Elements/Flip_Box.php:1512, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:402, ../includes/Elements/FluentForm.php:1178, ../includes/Elements/FluentForm.php:1233, ../includes/Elements/FluentForm.php:2213, ../includes/Elements/Formstack.php:517, ../includes/Elements/Formstack.php:569, ../includes/Elements/Formstack.php:709, ../includes/Elements/Formstack.php:764, ../includes/Elements/Formstack.php:1997, ../includes/Elements/GravityForms.php:1362, ../includes/Elements/GravityForms.php:1621, ../includes/Elements/GravityForms.php:1817, ../includes/Elements/GravityForms.php:2223, ../includes/Elements/Image_Accordion.php:371, ../includes/Elements/Image_Accordion.php:461, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:1063, ../includes/Elements/Info_Box.php:1125, ../includes/Elements/Info_Box.php:1357, ../includes/Elements/Info_Box.php:1577, ../includes/Elements/Info_Box.php:1770, ../includes/Elements/Info_Box.php:1820, ../includes/Elements/Info_Box.php:1859, ../includes/Elements/Interactive_Circle.php:567, ../includes/Elements/Interactive_Circle.php:988, ../includes/Elements/Login_Register.php:3133, ../includes/Elements/Login_Register.php:3706, ../includes/Elements/Login_Register.php:3845, ../includes/Elements/Login_Register.php:3918, ../includes/Elements/Login_Register.php:4009, ../includes/Elements/Login_Register.php:4111, ../includes/Elements/Login_Register.php:4147, ../includes/Elements/Login_Register.php:4309, ../includes/Elements/Login_Register.php:5370, ../includes/Elements/Login_Register.php:5697, ../includes/Elements/Login_Register.php:5789, ../includes/Elements/NFT_Gallery.php:862, ../includes/Elements/NFT_Gallery.php:990, ../includes/Elements/NFT_Gallery.php:1191, ../includes/Elements/NFT_Gallery.php:1281, ../includes/Elements/NFT_Gallery.php:1342, ../includes/Elements/NFT_Gallery.php:1404, ../includes/Elements/NFT_Gallery.php:1504, ../includes/Elements/NFT_Gallery.php:1578, ../includes/Elements/NFT_Gallery.php:1654, ../includes/Elements/NFT_Gallery.php:1757, ../includes/Elements/NFT_Gallery.php:1831, ../includes/Elements/NFT_Gallery.php:1907, ../includes/Elements/NFT_Gallery.php:2367, ../includes/Elements/NinjaForms.php:480, ../includes/Elements/NinjaForms.php:532, ../includes/Elements/Post_Grid.php:1128, ../includes/Elements/Post_Grid.php:1267, ../includes/Elements/Post_Grid.php:1282, ../includes/Elements/Post_Grid.php:1408, ../includes/Elements/Post_Grid.php:1498, ../includes/Elements/Post_Grid.php:1576, ../includes/Elements/Pricing_Table.php:886, ../includes/Elements/Pricing_Table.php:1308, ../includes/Elements/Pricing_Table.php:1378, ../includes/Elements/Pricing_Table.php:1578, ../includes/Elements/Pricing_Table.php:2195, ../includes/Elements/SVG_Draw.php:577, ../includes/Elements/Team_Member.php:646, ../includes/Elements/Team_Member.php:840, ../includes/Elements/Testimonial.php:455, ../includes/Elements/Testimonial.php:563, ../includes/Elements/Testimonial.php:661, ../includes/Elements/Testimonial.php:702, ../includes/Elements/Testimonial.php:743, ../includes/Elements/Testimonial.php:816, ../includes/Elements/Tooltip.php:381, ../includes/Elements/Tooltip.php:635, ../includes/Elements/Twitter_Feed.php:1432, ../includes/Elements/WeForms.php:494, ../includes/Elements/WeForms.php:670, ../includes/Elements/Woo_Add_To_Cart.php:876, ../includes/Elements/Woo_Cart.php:1356, ../includes/Elements/Woo_Cart.php:1933, ../includes/Elements/Woo_Cart.php:2080, ../includes/Elements/Woo_Cart.php:2198, ../includes/Elements/Woo_Cart.php:2364, ../includes/Elements/Woo_Cart.php:2470, ../includes/Elements/Woo_Checkout.php:1599, ../includes/Elements/Woo_Checkout.php:1996, ../includes/Elements/Woo_Product_Carousel.php:1266, ../includes/Elements/Woo_Product_Gallery.php:1636, ../includes/Elements/Woo_Product_Gallery.php:1698, ../includes/Elements/Woo_Product_Images.php:254, ../includes/Elements/Woo_Product_List.php:1314, ../includes/Elements/Woo_Product_List.php:1398, ../includes/Elements/Woo_Product_List.php:1671, ../includes/Elements/Woo_Product_List.php:1719, ../includes/Elements/Woo_Product_List.php:1758, ../includes/Elements/Woo_Product_List.php:1797, ../includes/Elements/Woo_Product_List.php:1902, ../includes/Elements/Woo_Product_List.php:1967, ../includes/Elements/Woo_Product_List.php:2036, ../includes/Elements/Woo_Product_Price.php:602, ../includes/Elements/Woo_Product_Price.php:666, ../includes/Elements/Woo_Product_Price.php:719, ../includes/Elements/Woo_Product_Price.php:783, ../includes/Elements/Woo_Product_Rating.php:188, ../includes/Elements/WpForms.php:455, ../includes/Elements/WpForms.php:507, ../includes/Elements/WpForms.php:539, ../includes/Traits/Controls.php:1819, ../includes/Traits/Controls.php:1864, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1463 msgid "Margin" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:1215, ../includes/Elements/Advanced_Data_Table.php:1384, ../includes/Elements/Adv_Accordion.php:1117, ../includes/Elements/Adv_Accordion.php:1561, ../includes/Elements/Adv_Tabs.php:747, ../includes/Elements/Betterdocs_Category_Box.php:289, ../includes/Elements/Betterdocs_Category_Box.php:457, ../includes/Elements/Betterdocs_Category_Box.php:682, ../includes/Elements/Betterdocs_Category_Box.php:851, ../includes/Elements/Betterdocs_Category_Grid.php:321, ../includes/Elements/Betterdocs_Category_Grid.php:461, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:1354, ../includes/Elements/Betterdocs_Search_Form.php:406, ../includes/Elements/Business_Reviews.php:1010, ../includes/Elements/Business_Reviews.php:1141, ../includes/Elements/Business_Reviews.php:1626, ../includes/Elements/Business_Reviews.php:1754, ../includes/Elements/Business_Reviews.php:2373, ../includes/Elements/Business_Reviews.php:2535, ../includes/Elements/Caldera_Forms.php:594, ../includes/Elements/Caldera_Forms.php:982, ../includes/Elements/Caldera_Forms.php:1206, ../includes/Elements/Contact_Form_7.php:557, ../includes/Elements/Contact_Form_7.php:1020, ../includes/Elements/Contact_Form_7.php:1243, ../includes/Elements/Content_Ticker.php:605, ../includes/Elements/Creative_Button.php:496, ../includes/Elements/Cta_Box.php:1298, ../includes/Elements/Cta_Box.php:1810, ../includes/Elements/Data_Table.php:671, ../includes/Elements/Data_Table.php:864, ../includes/Elements/Data_Table.php:1036, ../includes/Elements/Data_Table.php:1137, ../includes/Elements/Event_Calendar.php:2134, ../includes/Elements/Event_Calendar.php:2434, ../includes/Elements/Filterable_Gallery.php:1514, ../includes/Elements/Filterable_Gallery.php:2458, ../includes/Elements/Filterable_Gallery.php:3477, ../includes/Elements/Flip_Box.php:1506, ../includes/Elements/FluentForm.php:642, ../includes/Elements/FluentForm.php:977, ../includes/Elements/FluentForm.php:1556, ../includes/Elements/FluentForm.php:1749, ../includes/Elements/FluentForm.php:1966, ../includes/Elements/Formstack.php:850, ../includes/Elements/Formstack.php:1182, ../includes/Elements/Formstack.php:1450, ../includes/Elements/Formstack.php:1620, ../includes/Elements/Formstack.php:1782, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:1533, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1888, ../includes/Elements/GravityForms.php:2324, ../includes/Elements/GravityForms.php:2564, ../includes/Elements/Info_Box.php:837, ../includes/Elements/Info_Box.php:1139, ../includes/Elements/Info_Box.php:1371, ../includes/Elements/Info_Box.php:1617, ../includes/Elements/Info_Box.php:1736, ../includes/Elements/Interactive_Circle.php:695, ../includes/Elements/Login_Register.php:4211, ../includes/Elements/Login_Register.php:5501, ../includes/Elements/Login_Register.php:5723, ../includes/Elements/Login_Register.php:5909, ../includes/Elements/NFT_Gallery.php:905, ../includes/Elements/NFT_Gallery.php:1050, ../includes/Elements/NFT_Gallery.php:1616, ../includes/Elements/NFT_Gallery.php:1869, ../includes/Elements/NFT_Gallery.php:2063, ../includes/Elements/NFT_Gallery.php:2196, ../includes/Elements/NinjaForms.php:636, ../includes/Elements/NinjaForms.php:1029, ../includes/Elements/NinjaForms.php:1375, ../includes/Elements/Pricing_Table.php:2248, ../includes/Elements/Product_Grid.php:1415, ../includes/Elements/Product_Grid.php:2080, ../includes/Elements/Product_Grid.php:2546, ../includes/Elements/Product_Grid.php:2873, ../includes/Elements/Product_Grid.php:3316, ../includes/Elements/Team_Member.php:888, ../includes/Elements/Tooltip.php:424, ../includes/Elements/Twitter_Feed.php:1261, ../includes/Elements/WeForms.php:693, ../includes/Elements/Woo_Add_To_Cart.php:185, ../includes/Elements/Woo_Add_To_Cart.php:455, ../includes/Elements/Woo_Cart.php:1964, ../includes/Elements/Woo_Cart.php:2238, ../includes/Elements/Woo_Checkout.php:1192, ../includes/Elements/Woo_Checkout.php:1235, ../includes/Elements/Woo_Checkout.php:1378, ../includes/Elements/Woo_Checkout.php:1670, ../includes/Elements/Woo_Checkout.php:2041, ../includes/Elements/Woo_Checkout.php:2521, ../includes/Elements/Woo_Checkout.php:2623, ../includes/Elements/Woo_Checkout.php:2781, ../includes/Elements/Woo_Checkout.php:2943, ../includes/Elements/Woo_Product_Carousel.php:1278, ../includes/Elements/Woo_Product_Carousel.php:1775, ../includes/Elements/Woo_Product_Carousel.php:2180, ../includes/Elements/Woo_Product_Carousel.php:2624, ../includes/Elements/Woo_Product_Carousel.php:3046, ../includes/Elements/Woo_Product_Gallery.php:1018, ../includes/Elements/Woo_Product_Gallery.php:1429, ../includes/Elements/Woo_Product_Gallery.php:1733, ../includes/Elements/Woo_Product_Gallery.php:2128, ../includes/Elements/Woo_Product_Gallery.php:2522, ../includes/Elements/Woo_Product_List.php:2406, ../includes/Elements/Woo_Product_List.php:2733, ../includes/Elements/Woo_Product_List.php:2854, ../includes/Elements/Woo_Product_List.php:2965, ../includes/Elements/Woo_Product_List.php:3269, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:999, ../includes/Elements/WpForms.php:1226, ../includes/Extensions/Hover_Effect.php:85, ../includes/Extensions/Image_Masking.php:370, ../includes/Extensions/Table_of_Content.php:1137, ../includes/Traits/Controls.php:1637, ../includes/Traits/Controls.php:1883, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1225, ../includes/Traits/Woo_Product_Comparable.php:1644 +#: ../includes/Elements/Advanced_Data_Table.php:1215, ../includes/Elements/Advanced_Data_Table.php:1384, ../includes/Elements/Adv_Accordion.php:1117, ../includes/Elements/Adv_Accordion.php:1561, ../includes/Elements/Adv_Tabs.php:747, ../includes/Elements/Betterdocs_Category_Box.php:289, ../includes/Elements/Betterdocs_Category_Box.php:457, ../includes/Elements/Betterdocs_Category_Box.php:682, ../includes/Elements/Betterdocs_Category_Box.php:851, ../includes/Elements/Betterdocs_Category_Grid.php:321, ../includes/Elements/Betterdocs_Category_Grid.php:461, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:1354, ../includes/Elements/Betterdocs_Search_Form.php:406, ../includes/Elements/Business_Reviews.php:1010, ../includes/Elements/Business_Reviews.php:1141, ../includes/Elements/Business_Reviews.php:1626, ../includes/Elements/Business_Reviews.php:1754, ../includes/Elements/Business_Reviews.php:2373, ../includes/Elements/Business_Reviews.php:2535, ../includes/Elements/Caldera_Forms.php:594, ../includes/Elements/Caldera_Forms.php:982, ../includes/Elements/Caldera_Forms.php:1206, ../includes/Elements/Contact_Form_7.php:557, ../includes/Elements/Contact_Form_7.php:1020, ../includes/Elements/Contact_Form_7.php:1243, ../includes/Elements/Content_Ticker.php:605, ../includes/Elements/Creative_Button.php:496, ../includes/Elements/Cta_Box.php:1298, ../includes/Elements/Cta_Box.php:1810, ../includes/Elements/Data_Table.php:671, ../includes/Elements/Data_Table.php:864, ../includes/Elements/Data_Table.php:1036, ../includes/Elements/Data_Table.php:1137, ../includes/Elements/Event_Calendar.php:2134, ../includes/Elements/Event_Calendar.php:2434, ../includes/Elements/Filterable_Gallery.php:1514, ../includes/Elements/Filterable_Gallery.php:2458, ../includes/Elements/Filterable_Gallery.php:3477, ../includes/Elements/Flip_Box.php:1506, ../includes/Elements/FluentForm.php:642, ../includes/Elements/FluentForm.php:977, ../includes/Elements/FluentForm.php:1556, ../includes/Elements/FluentForm.php:1749, ../includes/Elements/FluentForm.php:1966, ../includes/Elements/Formstack.php:850, ../includes/Elements/Formstack.php:1182, ../includes/Elements/Formstack.php:1450, ../includes/Elements/Formstack.php:1620, ../includes/Elements/Formstack.php:1782, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:1533, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1888, ../includes/Elements/GravityForms.php:2324, ../includes/Elements/GravityForms.php:2564, ../includes/Elements/Info_Box.php:837, ../includes/Elements/Info_Box.php:1139, ../includes/Elements/Info_Box.php:1371, ../includes/Elements/Info_Box.php:1617, ../includes/Elements/Info_Box.php:1736, ../includes/Elements/Interactive_Circle.php:695, ../includes/Elements/Login_Register.php:4212, ../includes/Elements/Login_Register.php:5502, ../includes/Elements/Login_Register.php:5724, ../includes/Elements/Login_Register.php:5910, ../includes/Elements/NFT_Gallery.php:905, ../includes/Elements/NFT_Gallery.php:1050, ../includes/Elements/NFT_Gallery.php:1616, ../includes/Elements/NFT_Gallery.php:1869, ../includes/Elements/NFT_Gallery.php:2063, ../includes/Elements/NFT_Gallery.php:2196, ../includes/Elements/NinjaForms.php:636, ../includes/Elements/NinjaForms.php:1029, ../includes/Elements/NinjaForms.php:1375, ../includes/Elements/Pricing_Table.php:2248, ../includes/Elements/Product_Grid.php:1415, ../includes/Elements/Product_Grid.php:2080, ../includes/Elements/Product_Grid.php:2546, ../includes/Elements/Product_Grid.php:2873, ../includes/Elements/Product_Grid.php:3316, ../includes/Elements/Team_Member.php:888, ../includes/Elements/Tooltip.php:424, ../includes/Elements/Twitter_Feed.php:1261, ../includes/Elements/WeForms.php:693, ../includes/Elements/Woo_Add_To_Cart.php:190, ../includes/Elements/Woo_Add_To_Cart.php:469, ../includes/Elements/Woo_Add_To_Cart.php:827, ../includes/Elements/Woo_Cart.php:1964, ../includes/Elements/Woo_Cart.php:2238, ../includes/Elements/Woo_Checkout.php:1192, ../includes/Elements/Woo_Checkout.php:1235, ../includes/Elements/Woo_Checkout.php:1378, ../includes/Elements/Woo_Checkout.php:1670, ../includes/Elements/Woo_Checkout.php:2041, ../includes/Elements/Woo_Checkout.php:2521, ../includes/Elements/Woo_Checkout.php:2623, ../includes/Elements/Woo_Checkout.php:2781, ../includes/Elements/Woo_Checkout.php:2943, ../includes/Elements/Woo_Product_Carousel.php:1278, ../includes/Elements/Woo_Product_Carousel.php:1775, ../includes/Elements/Woo_Product_Carousel.php:2180, ../includes/Elements/Woo_Product_Carousel.php:2624, ../includes/Elements/Woo_Product_Carousel.php:3046, ../includes/Elements/Woo_Product_Gallery.php:1018, ../includes/Elements/Woo_Product_Gallery.php:1429, ../includes/Elements/Woo_Product_Gallery.php:1733, ../includes/Elements/Woo_Product_Gallery.php:2128, ../includes/Elements/Woo_Product_Gallery.php:2522, ../includes/Elements/Woo_Product_List.php:2407, ../includes/Elements/Woo_Product_List.php:2734, ../includes/Elements/Woo_Product_List.php:2855, ../includes/Elements/Woo_Product_List.php:2966, ../includes/Elements/Woo_Product_List.php:3270, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:999, ../includes/Elements/WpForms.php:1226, ../includes/Extensions/Hover_Effect.php:85, ../includes/Extensions/Image_Masking.php:380, ../includes/Extensions/Table_of_Content.php:1137, ../includes/Traits/Controls.php:1637, ../includes/Traits/Controls.php:1883, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1225, ../includes/Traits/Woo_Product_Comparable.php:1644 msgid "Normal" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:1285, ../includes/Elements/Advanced_Data_Table.php:1414, ../includes/Elements/Adv_Accordion.php:1196, ../includes/Elements/Adv_Accordion.php:1609, ../includes/Elements/Adv_Tabs.php:842, ../includes/Elements/Betterdocs_Category_Box.php:335, ../includes/Elements/Betterdocs_Category_Box.php:553, ../includes/Elements/Betterdocs_Category_Box.php:715, ../includes/Elements/Betterdocs_Category_Box.php:964, ../includes/Elements/Betterdocs_Category_Grid.php:369, ../includes/Elements/Betterdocs_Category_Grid.php:502, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:878, ../includes/Elements/Betterdocs_Category_Grid.php:1438, ../includes/Elements/Betterdocs_Search_Form.php:490, ../includes/Elements/Business_Reviews.php:1043, ../includes/Elements/Business_Reviews.php:1175, ../includes/Elements/Business_Reviews.php:1659, ../includes/Elements/Business_Reviews.php:1789, ../includes/Elements/Business_Reviews.php:2429, ../includes/Elements/Business_Reviews.php:2591, ../includes/Elements/Caldera_Forms.php:1312, ../includes/Elements/Contact_Form_7.php:1351, ../includes/Elements/Content_Ticker.php:662, ../includes/Elements/Creative_Button.php:599, ../includes/Elements/Cta_Box.php:1502, ../includes/Elements/Cta_Box.php:1903, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:955, ../includes/Elements/Data_Table.php:1053, ../includes/Elements/Data_Table.php:1155, ../includes/Elements/Event_Calendar.php:2180, ../includes/Elements/Event_Calendar.php:2501, ../includes/Elements/Filterable_Gallery.php:330, ../includes/Elements/Filterable_Gallery.php:2596, ../includes/Elements/Filterable_Gallery.php:3530, ../includes/Elements/Flip_Box.php:115, ../includes/Elements/Flip_Box.php:1613, ../includes/Elements/FluentForm.php:1683, ../includes/Elements/FluentForm.php:2049, ../includes/Elements/Formstack.php:1556, ../includes/Elements/Formstack.php:1867, ../includes/Elements/GravityForms.php:2032, ../includes/Elements/GravityForms.php:2386, ../includes/Elements/GravityForms.php:2651, ../includes/Elements/Info_Box.php:923, ../includes/Elements/Info_Box.php:1210, ../includes/Elements/Info_Box.php:1443, ../includes/Elements/Info_Box.php:1670, ../includes/Elements/Info_Box.php:1915, ../includes/Elements/Interactive_Circle.php:440, ../includes/Elements/Interactive_Circle.php:753, ../includes/Elements/Login_Register.php:5557, ../includes/Elements/Login_Register.php:5946, ../includes/Elements/NFT_Gallery.php:938, ../includes/Elements/NFT_Gallery.php:1083, ../includes/Elements/NFT_Gallery.php:1633, ../includes/Elements/NFT_Gallery.php:1886, ../includes/Elements/NFT_Gallery.php:2108, ../includes/Elements/NFT_Gallery.php:2391, ../includes/Elements/NinjaForms.php:1468, ../includes/Elements/Pricing_Table.php:520, ../includes/Elements/Pricing_Table.php:2318, ../includes/Elements/Product_Grid.php:1465, ../includes/Elements/Product_Grid.php:2159, ../includes/Elements/Product_Grid.php:2655, ../includes/Elements/Product_Grid.php:2914, ../includes/Elements/Product_Grid.php:3367, ../includes/Elements/Simple_Menu.php:445, ../includes/Elements/Simple_Menu.php:571, ../includes/Elements/Simple_Menu.php:1056, ../includes/Elements/Simple_Menu.php:1485, ../includes/Elements/Team_Member.php:966, ../includes/Elements/Tooltip.php:468, ../includes/Elements/Twitter_Feed.php:1456, ../includes/Elements/WeForms.php:743, ../includes/Elements/Woo_Add_To_Cart.php:229, ../includes/Elements/Woo_Cart.php:2002, ../includes/Elements/Woo_Cart.php:2283, ../includes/Elements/Woo_Checkout.php:1208, ../includes/Elements/Woo_Checkout.php:1252, ../includes/Elements/Woo_Checkout.php:1394, ../includes/Elements/Woo_Checkout.php:1710, ../includes/Elements/Woo_Checkout.php:2081, ../includes/Elements/Woo_Checkout.php:2541, ../includes/Elements/Woo_Checkout.php:2650, ../includes/Elements/Woo_Checkout.php:2983, ../includes/Elements/Woo_Product_Carousel.php:1318, ../includes/Elements/Woo_Product_Carousel.php:1857, ../includes/Elements/Woo_Product_Carousel.php:2232, ../includes/Elements/Woo_Product_Carousel.php:2687, ../includes/Elements/Woo_Product_Carousel.php:3102, ../includes/Elements/Woo_Product_Gallery.php:1057, ../includes/Elements/Woo_Product_Gallery.php:1502, ../includes/Elements/Woo_Product_Gallery.php:1767, ../includes/Elements/Woo_Product_Gallery.php:2178, ../includes/Elements/Woo_Product_Gallery.php:2573, ../includes/Elements/Woo_Product_List.php:2434, ../includes/Elements/Woo_Product_List.php:2779, ../includes/Elements/Woo_Product_List.php:2897, ../includes/Elements/Woo_Product_List.php:3000, ../includes/Elements/Woo_Product_List.php:3359, ../includes/Elements/WpForms.php:1335, ../includes/Extensions/Hover_Effect.php:707, ../includes/Extensions/Image_Masking.php:381, ../includes/Extensions/Table_of_Content.php:1160, ../includes/Traits/Controls.php:1692, ../includes/Traits/Controls.php:1945, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1306, ../includes/Traits/Woo_Product_Comparable.php:1694 +#: ../includes/Elements/Advanced_Data_Table.php:1285, ../includes/Elements/Advanced_Data_Table.php:1414, ../includes/Elements/Adv_Accordion.php:1196, ../includes/Elements/Adv_Accordion.php:1609, ../includes/Elements/Adv_Tabs.php:842, ../includes/Elements/Betterdocs_Category_Box.php:335, ../includes/Elements/Betterdocs_Category_Box.php:553, ../includes/Elements/Betterdocs_Category_Box.php:715, ../includes/Elements/Betterdocs_Category_Box.php:964, ../includes/Elements/Betterdocs_Category_Grid.php:369, ../includes/Elements/Betterdocs_Category_Grid.php:502, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:878, ../includes/Elements/Betterdocs_Category_Grid.php:1438, ../includes/Elements/Betterdocs_Search_Form.php:490, ../includes/Elements/Business_Reviews.php:1043, ../includes/Elements/Business_Reviews.php:1175, ../includes/Elements/Business_Reviews.php:1659, ../includes/Elements/Business_Reviews.php:1789, ../includes/Elements/Business_Reviews.php:2429, ../includes/Elements/Business_Reviews.php:2591, ../includes/Elements/Caldera_Forms.php:1312, ../includes/Elements/Contact_Form_7.php:1351, ../includes/Elements/Content_Ticker.php:662, ../includes/Elements/Creative_Button.php:599, ../includes/Elements/Cta_Box.php:1502, ../includes/Elements/Cta_Box.php:1903, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:955, ../includes/Elements/Data_Table.php:1053, ../includes/Elements/Data_Table.php:1155, ../includes/Elements/Event_Calendar.php:2180, ../includes/Elements/Event_Calendar.php:2501, ../includes/Elements/Filterable_Gallery.php:330, ../includes/Elements/Filterable_Gallery.php:2596, ../includes/Elements/Filterable_Gallery.php:3530, ../includes/Elements/Flip_Box.php:115, ../includes/Elements/Flip_Box.php:1613, ../includes/Elements/FluentForm.php:1683, ../includes/Elements/FluentForm.php:2049, ../includes/Elements/Formstack.php:1556, ../includes/Elements/Formstack.php:1867, ../includes/Elements/GravityForms.php:2032, ../includes/Elements/GravityForms.php:2386, ../includes/Elements/GravityForms.php:2651, ../includes/Elements/Info_Box.php:923, ../includes/Elements/Info_Box.php:1210, ../includes/Elements/Info_Box.php:1443, ../includes/Elements/Info_Box.php:1670, ../includes/Elements/Info_Box.php:1915, ../includes/Elements/Interactive_Circle.php:440, ../includes/Elements/Interactive_Circle.php:753, ../includes/Elements/Login_Register.php:5558, ../includes/Elements/Login_Register.php:5947, ../includes/Elements/NFT_Gallery.php:938, ../includes/Elements/NFT_Gallery.php:1083, ../includes/Elements/NFT_Gallery.php:1633, ../includes/Elements/NFT_Gallery.php:1886, ../includes/Elements/NFT_Gallery.php:2108, ../includes/Elements/NFT_Gallery.php:2391, ../includes/Elements/NinjaForms.php:1468, ../includes/Elements/Pricing_Table.php:520, ../includes/Elements/Pricing_Table.php:2318, ../includes/Elements/Product_Grid.php:1465, ../includes/Elements/Product_Grid.php:2159, ../includes/Elements/Product_Grid.php:2655, ../includes/Elements/Product_Grid.php:2914, ../includes/Elements/Product_Grid.php:3367, ../includes/Elements/Simple_Menu.php:445, ../includes/Elements/Simple_Menu.php:571, ../includes/Elements/Simple_Menu.php:1056, ../includes/Elements/Simple_Menu.php:1485, ../includes/Elements/Team_Member.php:966, ../includes/Elements/Tooltip.php:468, ../includes/Elements/Twitter_Feed.php:1456, ../includes/Elements/WeForms.php:743, ../includes/Elements/Woo_Add_To_Cart.php:234, ../includes/Elements/Woo_Add_To_Cart.php:851, ../includes/Elements/Woo_Cart.php:2002, ../includes/Elements/Woo_Cart.php:2283, ../includes/Elements/Woo_Checkout.php:1208, ../includes/Elements/Woo_Checkout.php:1252, ../includes/Elements/Woo_Checkout.php:1394, ../includes/Elements/Woo_Checkout.php:1710, ../includes/Elements/Woo_Checkout.php:2081, ../includes/Elements/Woo_Checkout.php:2541, ../includes/Elements/Woo_Checkout.php:2650, ../includes/Elements/Woo_Checkout.php:2983, ../includes/Elements/Woo_Product_Carousel.php:1318, ../includes/Elements/Woo_Product_Carousel.php:1857, ../includes/Elements/Woo_Product_Carousel.php:2232, ../includes/Elements/Woo_Product_Carousel.php:2687, ../includes/Elements/Woo_Product_Carousel.php:3102, ../includes/Elements/Woo_Product_Gallery.php:1057, ../includes/Elements/Woo_Product_Gallery.php:1502, ../includes/Elements/Woo_Product_Gallery.php:1767, ../includes/Elements/Woo_Product_Gallery.php:2178, ../includes/Elements/Woo_Product_Gallery.php:2573, ../includes/Elements/Woo_Product_List.php:2435, ../includes/Elements/Woo_Product_List.php:2780, ../includes/Elements/Woo_Product_List.php:2898, ../includes/Elements/Woo_Product_List.php:3001, ../includes/Elements/Woo_Product_List.php:3360, ../includes/Elements/WpForms.php:1335, ../includes/Extensions/Hover_Effect.php:707, ../includes/Extensions/Image_Masking.php:391, ../includes/Extensions/Table_of_Content.php:1160, ../includes/Traits/Controls.php:1692, ../includes/Traits/Controls.php:1945, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1306, ../includes/Traits/Woo_Product_Comparable.php:1694 msgid "Hover" msgstr "" -#: ../includes/Elements/Advanced_Data_Table.php:1389, ../includes/Elements/Advanced_Data_Table.php:1419, ../includes/Elements/Betterdocs_Category_Box.php:688, ../includes/Elements/Betterdocs_Category_Box.php:721, ../includes/Elements/Betterdocs_Category_Box.php:865, ../includes/Elements/Betterdocs_Category_Box.php:970, ../includes/Elements/Betterdocs_Category_Grid.php:622, ../includes/Elements/Betterdocs_Category_Grid.php:676, ../includes/Elements/Betterdocs_Category_Grid.php:812, ../includes/Elements/Betterdocs_Category_Grid.php:909, ../includes/Elements/Betterdocs_Category_Grid.php:1012, ../includes/Elements/Betterdocs_Category_Grid.php:1092, ../includes/Elements/Betterdocs_Category_Grid.php:1168, ../includes/Elements/Betterdocs_Category_Grid.php:1245, ../includes/Elements/Betterdocs_Category_Grid.php:1368, ../includes/Elements/Betterdocs_Category_Grid.php:1467, ../includes/Elements/Betterdocs_Search_Form.php:254, ../includes/Elements/Betterdocs_Search_Form.php:291, ../includes/Elements/Breadcrumbs.php:453, ../includes/Elements/Business_Reviews.php:1279, ../includes/Elements/Business_Reviews.php:2392, ../includes/Elements/Business_Reviews.php:2448, ../includes/Elements/Business_Reviews.php:2542, ../includes/Elements/Business_Reviews.php:2598, ../includes/Elements/Caldera_Forms.php:992, ../includes/Elements/Caldera_Forms.php:1108, ../includes/Elements/Caldera_Forms.php:1440, ../includes/Elements/Code_Snippet.php:670, ../includes/Elements/Code_Snippet.php:703, ../includes/Elements/Code_Snippet.php:726, ../includes/Elements/Code_Snippet.php:927, ../includes/Elements/Contact_Form_7.php:1030, ../includes/Elements/Contact_Form_7.php:1146, ../includes/Elements/Content_Ticker.php:624, ../includes/Elements/Content_Ticker.php:681, ../includes/Elements/Cta_Box.php:171, ../includes/Elements/Cta_Box.php:372, ../includes/Elements/Cta_Box.php:1024, ../includes/Elements/Cta_Box.php:1065, ../includes/Elements/Cta_Box.php:1107, ../includes/Elements/Cta_Box.php:2036, ../includes/Elements/Cta_Box.php:2052, ../includes/Elements/Data_Table.php:676, ../includes/Elements/Data_Table.php:716, ../includes/Elements/Data_Table.php:1244, ../includes/Elements/Dual_Color_Header.php:217, ../includes/Elements/Dual_Color_Header.php:598, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Dual_Color_Header.php:668, ../includes/Elements/Dual_Color_Header.php:746, ../includes/Elements/Dual_Color_Header.php:889, ../includes/Elements/Event_Calendar.php:1687, ../includes/Elements/Event_Calendar.php:2054, ../includes/Elements/Event_Calendar.php:2401, ../includes/Elements/Event_Calendar.php:2441, ../includes/Elements/Event_Calendar.php:2508, ../includes/Elements/Event_Calendar.php:2562, ../includes/Elements/Event_Calendar.php:2648, ../includes/Elements/Event_Calendar.php:2726, ../includes/Elements/Event_Calendar.php:2760, ../includes/Elements/Event_Calendar.php:2869, ../includes/Elements/Event_Calendar.php:3279, ../includes/Elements/Event_Calendar.php:3397, ../includes/Elements/Facebook_Feed.php:857, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:935, ../includes/Elements/Facebook_Feed.php:985, ../includes/Elements/Facebook_Feed.php:1025, ../includes/Elements/Facebook_Feed.php:1065, ../includes/Elements/Facebook_Feed.php:1120, ../includes/Elements/Facebook_Feed.php:1160, ../includes/Elements/Facebook_Feed.php:1200, ../includes/Elements/Facebook_Feed.php:1234, ../includes/Elements/Fancy_Text.php:381, ../includes/Elements/Feature_List.php:654, ../includes/Elements/Feature_List.php:877, ../includes/Elements/Feature_List.php:912, ../includes/Elements/Filterable_Gallery.php:1804, ../includes/Elements/Filterable_Gallery.php:1856, ../includes/Elements/Filterable_Gallery.php:2313, ../includes/Elements/Filterable_Gallery.php:2328, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Filterable_Gallery.php:2389, ../includes/Elements/Filterable_Gallery.php:2477, ../includes/Elements/Filterable_Gallery.php:2615, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/Filterable_Gallery.php:2726, ../includes/Elements/Filterable_Gallery.php:2773, ../includes/Elements/Filterable_Gallery.php:2914, ../includes/Elements/Filterable_Gallery.php:3106, ../includes/Elements/Filterable_Gallery.php:3245, ../includes/Elements/Flip_Box.php:1119, ../includes/Elements/Flip_Box.php:1233, ../includes/Elements/Flip_Box.php:1361, ../includes/Elements/Flip_Box.php:1392, ../includes/Elements/Flip_Box.php:1430, ../includes/Elements/Flip_Box.php:1462, ../includes/Elements/Flip_Box.php:1536, ../includes/Elements/Flip_Box.php:1619, ../includes/Elements/FluentForm.php:449, ../includes/Elements/FluentForm.php:987, ../includes/Elements/FluentForm.php:1103, ../includes/Elements/FluentForm.php:1144, ../includes/Elements/FluentForm.php:1199, ../includes/Elements/FluentForm.php:1303, ../includes/Elements/FluentForm.php:1365, ../includes/Elements/FluentForm.php:1981, ../includes/Elements/FluentForm.php:2056, ../includes/Elements/FluentForm.php:2177, ../includes/Elements/Formstack.php:675, ../includes/Elements/Formstack.php:730, ../includes/Elements/Formstack.php:1192, ../includes/Elements/Formstack.php:1272, ../includes/Elements/Formstack.php:1326, ../includes/Elements/Formstack.php:1874, ../includes/Elements/Formstack.php:1955, ../includes/Elements/GravityForms.php:673, ../includes/Elements/GravityForms.php:755, ../includes/Elements/GravityForms.php:1437, ../includes/Elements/GravityForms.php:1543, ../includes/Elements/GravityForms.php:1657, ../includes/Elements/GravityForms.php:1739, ../includes/Elements/GravityForms.php:1853, ../includes/Elements/GravityForms.php:1996, ../includes/Elements/GravityForms.php:2103, ../includes/Elements/GravityForms.php:2139, ../includes/Elements/Image_Accordion.php:527, ../includes/Elements/Image_Accordion.php:556, ../includes/Elements/Info_Box.php:1378, ../includes/Elements/Info_Box.php:1750, ../includes/Elements/Info_Box.php:1794, ../includes/Elements/Info_Box.php:1895, ../includes/Elements/Interactive_Circle.php:609, ../includes/Elements/Login_Register.php:3947, ../includes/Elements/Login_Register.php:4038, ../includes/Elements/Login_Register.php:4455, ../includes/Elements/Login_Register.php:5026, ../includes/Elements/Login_Register.php:5175, ../includes/Elements/NinjaForms.php:1039, ../includes/Elements/NinjaForms.php:1157, ../includes/Elements/NinjaForms.php:1588, ../includes/Elements/Post_Grid.php:1105, ../includes/Elements/Post_Grid.php:1180, ../includes/Elements/Post_Grid.php:1345, ../includes/Elements/Post_Grid.php:1429, ../includes/Elements/Post_Grid.php:1526, ../includes/Elements/Post_Grid.php:1602, ../includes/Elements/Post_Timeline.php:308, ../includes/Elements/Post_Timeline.php:367, ../includes/Elements/Pricing_Table.php:998, ../includes/Elements/Pricing_Table.php:1062, ../includes/Elements/Pricing_Table.php:1154, ../includes/Elements/Pricing_Table.php:1260, ../includes/Elements/Pricing_Table.php:1289, ../includes/Elements/Pricing_Table.php:1330, ../includes/Elements/Pricing_Table.php:1359, ../includes/Elements/Pricing_Table.php:1399, ../includes/Elements/Pricing_Table.php:1467, ../includes/Elements/Pricing_Table.php:1697, ../includes/Elements/Pricing_Table.php:1837, ../includes/Elements/Product_Grid.php:1886, ../includes/Elements/Product_Grid.php:1940, ../includes/Elements/Product_Grid.php:1983, ../includes/Elements/Product_Grid.php:2551, ../includes/Elements/Product_Grid.php:2660, ../includes/Elements/Product_Grid.php:3038, ../includes/Elements/Product_Grid.php:3219, ../includes/Elements/Product_Grid.php:3260, ../includes/Elements/Product_Grid.php:3321, ../includes/Elements/Product_Grid.php:3372, ../includes/Elements/Product_Grid.php:3529, ../includes/Elements/Progress_Bar.php:487, ../includes/Elements/Progress_Bar.php:576, ../includes/Elements/Simple_Menu.php:1015, ../includes/Elements/Simple_Menu.php:1116, ../includes/Elements/Simple_Menu.php:1219, ../includes/Elements/Simple_Menu.php:1445, ../includes/Elements/Simple_Menu.php:1548, ../includes/Elements/SVG_Draw.php:509, ../includes/Elements/Team_Member.php:724, ../includes/Elements/Team_Member.php:753, ../includes/Elements/Team_Member.php:782, ../includes/Elements/Testimonial.php:641, ../includes/Elements/Testimonial.php:682, ../includes/Elements/Testimonial.php:723, ../includes/Elements/Testimonial.php:776, ../includes/Elements/Testimonial.php:838, ../includes/Elements/Twitter_Feed.php:979, ../includes/Elements/Twitter_Feed.php:1008, ../includes/Elements/Twitter_Feed.php:1038, ../includes/Elements/Twitter_Feed.php:1208, ../includes/Elements/Woo_Add_To_Cart.php:643, ../includes/Elements/Woo_Add_To_Cart.php:672, ../includes/Elements/Woo_Add_To_Cart.php:811, ../includes/Elements/Woo_Add_To_Cart.php:1047, ../includes/Elements/Woo_Checkout.php:850, ../includes/Elements/Woo_Checkout.php:1024, ../includes/Elements/Woo_Checkout.php:1038, ../includes/Elements/Woo_Checkout.php:1158, ../includes/Elements/Woo_Checkout.php:1173, ../includes/Elements/Woo_Checkout.php:1347, ../includes/Elements/Woo_Checkout.php:1383, ../includes/Elements/Woo_Checkout.php:1399, ../includes/Elements/Woo_Checkout.php:1467, ../includes/Elements/Woo_Checkout.php:1639, ../includes/Elements/Woo_Checkout.php:1689, ../includes/Elements/Woo_Checkout.php:1729, ../includes/Elements/Woo_Checkout.php:1826, ../includes/Elements/Woo_Checkout.php:2060, ../includes/Elements/Woo_Checkout.php:2100, ../includes/Elements/Woo_Checkout.php:2218, ../includes/Elements/Woo_Checkout.php:2262, ../includes/Elements/Woo_Checkout.php:2306, ../includes/Elements/Woo_Checkout.php:2412, ../includes/Elements/Woo_Checkout.php:2451, ../includes/Elements/Woo_Checkout.php:2491, ../includes/Elements/Woo_Checkout.php:2635, ../includes/Elements/Woo_Checkout.php:2662, ../includes/Elements/Woo_Checkout.php:2788, ../includes/Elements/Woo_Checkout.php:2809, ../includes/Elements/Woo_Checkout.php:2844, ../includes/Elements/Woo_Checkout.php:2873, ../includes/Elements/Woo_Checkout.php:2962, ../includes/Elements/Woo_Checkout.php:3002, ../includes/Elements/Woo_Product_Carousel.php:1557, ../includes/Elements/Woo_Product_Carousel.php:1584, ../includes/Elements/Woo_Product_Carousel.php:1780, ../includes/Elements/Woo_Product_Carousel.php:1862, ../includes/Elements/Woo_Product_Carousel.php:2082, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2185, ../includes/Elements/Woo_Product_Carousel.php:2237, ../includes/Elements/Woo_Product_Carousel.php:2390, ../includes/Elements/Woo_Product_Carousel.php:2631, ../includes/Elements/Woo_Product_Carousel.php:2694, ../includes/Elements/Woo_Product_Carousel.php:2727, ../includes/Elements/Woo_Product_Carousel.php:3065, ../includes/Elements/Woo_Product_Carousel.php:3121, ../includes/Elements/Woo_Product_Gallery.php:1163, ../includes/Elements/Woo_Product_Gallery.php:1191, ../includes/Elements/Woo_Product_Gallery.php:1230, ../includes/Elements/Woo_Product_Gallery.php:1293, ../includes/Elements/Woo_Product_Gallery.php:1335, ../includes/Elements/Woo_Product_Gallery.php:1738, ../includes/Elements/Woo_Product_Gallery.php:1772, ../includes/Elements/Woo_Product_Gallery.php:1810, ../includes/Elements/Woo_Product_Gallery.php:2133, ../includes/Elements/Woo_Product_Gallery.php:2183, ../includes/Elements/Woo_Product_Gallery.php:2246, ../includes/Elements/Woo_Product_Gallery.php:2276, ../includes/Elements/Woo_Product_Gallery.php:2318, ../includes/Elements/Woo_Product_Gallery.php:2384, ../includes/Elements/Woo_Product_Gallery.php:2425, ../includes/Elements/Woo_Product_Gallery.php:2466, ../includes/Elements/Woo_Product_Gallery.php:2527, ../includes/Elements/Woo_Product_Gallery.php:2578, ../includes/Elements/Woo_Product_Gallery.php:2735, ../includes/Elements/Woo_Product_Images.php:446, ../includes/Elements/Woo_Product_List.php:2141, ../includes/Elements/Woo_Product_List.php:2199, ../includes/Elements/Woo_Product_List.php:2321, ../includes/Elements/Woo_Product_List.php:2358, ../includes/Elements/Woo_Product_List.php:2416, ../includes/Elements/Woo_Product_List.php:2445, ../includes/Elements/Woo_Product_List.php:2486, ../includes/Elements/Woo_Product_List.php:2524, ../includes/Elements/Woo_Product_List.php:2562, ../includes/Elements/Woo_Product_List.php:2744, ../includes/Elements/Woo_Product_List.php:2790, ../includes/Elements/Woo_Product_List.php:2865, ../includes/Elements/Woo_Product_List.php:2908, ../includes/Elements/Woo_Product_List.php:2973, ../includes/Elements/Woo_Product_List.php:3008, ../includes/Elements/Woo_Product_List.php:3181, ../includes/Elements/Woo_Product_List.php:3222, ../includes/Elements/Woo_Product_List.php:3274, ../includes/Elements/Woo_Product_List.php:3364, ../includes/Elements/Woo_Product_List.php:3522, ../includes/Elements/Woo_Product_Price.php:352, ../includes/Elements/Woo_Product_Price.php:422, ../includes/Elements/Woo_Product_Price.php:471, ../includes/Elements/Woo_Product_Price.php:535, ../includes/Elements/WpForms.php:1009, ../includes/Elements/WpForms.php:1125, ../includes/Extensions/Table_of_Content.php:1296, ../includes/Extensions/Vertical_Text_Orientation.php:281, ../includes/Traits/Controls.php:1519, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1373, ../includes/Traits/Woo_Product_Comparable.php:1485 +#: ../includes/Elements/Advanced_Data_Table.php:1389, ../includes/Elements/Advanced_Data_Table.php:1419, ../includes/Elements/Betterdocs_Category_Box.php:688, ../includes/Elements/Betterdocs_Category_Box.php:721, ../includes/Elements/Betterdocs_Category_Box.php:865, ../includes/Elements/Betterdocs_Category_Box.php:970, ../includes/Elements/Betterdocs_Category_Grid.php:622, ../includes/Elements/Betterdocs_Category_Grid.php:676, ../includes/Elements/Betterdocs_Category_Grid.php:812, ../includes/Elements/Betterdocs_Category_Grid.php:909, ../includes/Elements/Betterdocs_Category_Grid.php:1012, ../includes/Elements/Betterdocs_Category_Grid.php:1092, ../includes/Elements/Betterdocs_Category_Grid.php:1168, ../includes/Elements/Betterdocs_Category_Grid.php:1245, ../includes/Elements/Betterdocs_Category_Grid.php:1368, ../includes/Elements/Betterdocs_Category_Grid.php:1467, ../includes/Elements/Betterdocs_Search_Form.php:254, ../includes/Elements/Betterdocs_Search_Form.php:291, ../includes/Elements/Breadcrumbs.php:453, ../includes/Elements/Business_Reviews.php:1279, ../includes/Elements/Business_Reviews.php:2392, ../includes/Elements/Business_Reviews.php:2448, ../includes/Elements/Business_Reviews.php:2542, ../includes/Elements/Business_Reviews.php:2598, ../includes/Elements/Caldera_Forms.php:992, ../includes/Elements/Caldera_Forms.php:1108, ../includes/Elements/Caldera_Forms.php:1440, ../includes/Elements/Code_Snippet.php:670, ../includes/Elements/Code_Snippet.php:703, ../includes/Elements/Code_Snippet.php:726, ../includes/Elements/Code_Snippet.php:927, ../includes/Elements/Contact_Form_7.php:1030, ../includes/Elements/Contact_Form_7.php:1146, ../includes/Elements/Content_Ticker.php:624, ../includes/Elements/Content_Ticker.php:681, ../includes/Elements/Cta_Box.php:171, ../includes/Elements/Cta_Box.php:372, ../includes/Elements/Cta_Box.php:1024, ../includes/Elements/Cta_Box.php:1065, ../includes/Elements/Cta_Box.php:1107, ../includes/Elements/Cta_Box.php:2036, ../includes/Elements/Cta_Box.php:2052, ../includes/Elements/Data_Table.php:676, ../includes/Elements/Data_Table.php:716, ../includes/Elements/Data_Table.php:1244, ../includes/Elements/Dual_Color_Header.php:217, ../includes/Elements/Dual_Color_Header.php:598, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Dual_Color_Header.php:668, ../includes/Elements/Dual_Color_Header.php:746, ../includes/Elements/Dual_Color_Header.php:889, ../includes/Elements/Event_Calendar.php:1687, ../includes/Elements/Event_Calendar.php:2054, ../includes/Elements/Event_Calendar.php:2401, ../includes/Elements/Event_Calendar.php:2441, ../includes/Elements/Event_Calendar.php:2508, ../includes/Elements/Event_Calendar.php:2562, ../includes/Elements/Event_Calendar.php:2648, ../includes/Elements/Event_Calendar.php:2726, ../includes/Elements/Event_Calendar.php:2760, ../includes/Elements/Event_Calendar.php:2869, ../includes/Elements/Event_Calendar.php:3279, ../includes/Elements/Event_Calendar.php:3397, ../includes/Elements/Facebook_Feed.php:857, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:935, ../includes/Elements/Facebook_Feed.php:985, ../includes/Elements/Facebook_Feed.php:1025, ../includes/Elements/Facebook_Feed.php:1065, ../includes/Elements/Facebook_Feed.php:1120, ../includes/Elements/Facebook_Feed.php:1160, ../includes/Elements/Facebook_Feed.php:1200, ../includes/Elements/Facebook_Feed.php:1234, ../includes/Elements/Fancy_Text.php:382, ../includes/Elements/Feature_List.php:654, ../includes/Elements/Feature_List.php:877, ../includes/Elements/Feature_List.php:912, ../includes/Elements/Filterable_Gallery.php:1804, ../includes/Elements/Filterable_Gallery.php:1856, ../includes/Elements/Filterable_Gallery.php:2313, ../includes/Elements/Filterable_Gallery.php:2328, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Filterable_Gallery.php:2389, ../includes/Elements/Filterable_Gallery.php:2477, ../includes/Elements/Filterable_Gallery.php:2615, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/Filterable_Gallery.php:2726, ../includes/Elements/Filterable_Gallery.php:2773, ../includes/Elements/Filterable_Gallery.php:2914, ../includes/Elements/Filterable_Gallery.php:3106, ../includes/Elements/Filterable_Gallery.php:3245, ../includes/Elements/Flip_Box.php:1119, ../includes/Elements/Flip_Box.php:1233, ../includes/Elements/Flip_Box.php:1361, ../includes/Elements/Flip_Box.php:1392, ../includes/Elements/Flip_Box.php:1430, ../includes/Elements/Flip_Box.php:1462, ../includes/Elements/Flip_Box.php:1536, ../includes/Elements/Flip_Box.php:1619, ../includes/Elements/FluentForm.php:449, ../includes/Elements/FluentForm.php:987, ../includes/Elements/FluentForm.php:1103, ../includes/Elements/FluentForm.php:1144, ../includes/Elements/FluentForm.php:1199, ../includes/Elements/FluentForm.php:1303, ../includes/Elements/FluentForm.php:1365, ../includes/Elements/FluentForm.php:1981, ../includes/Elements/FluentForm.php:2056, ../includes/Elements/FluentForm.php:2177, ../includes/Elements/Formstack.php:675, ../includes/Elements/Formstack.php:730, ../includes/Elements/Formstack.php:1192, ../includes/Elements/Formstack.php:1272, ../includes/Elements/Formstack.php:1326, ../includes/Elements/Formstack.php:1874, ../includes/Elements/Formstack.php:1955, ../includes/Elements/GravityForms.php:673, ../includes/Elements/GravityForms.php:755, ../includes/Elements/GravityForms.php:1437, ../includes/Elements/GravityForms.php:1543, ../includes/Elements/GravityForms.php:1657, ../includes/Elements/GravityForms.php:1739, ../includes/Elements/GravityForms.php:1853, ../includes/Elements/GravityForms.php:1996, ../includes/Elements/GravityForms.php:2103, ../includes/Elements/GravityForms.php:2139, ../includes/Elements/Image_Accordion.php:527, ../includes/Elements/Image_Accordion.php:556, ../includes/Elements/Info_Box.php:1378, ../includes/Elements/Info_Box.php:1750, ../includes/Elements/Info_Box.php:1794, ../includes/Elements/Info_Box.php:1895, ../includes/Elements/Interactive_Circle.php:609, ../includes/Elements/Login_Register.php:3948, ../includes/Elements/Login_Register.php:4039, ../includes/Elements/Login_Register.php:4456, ../includes/Elements/Login_Register.php:5027, ../includes/Elements/Login_Register.php:5176, ../includes/Elements/NinjaForms.php:1039, ../includes/Elements/NinjaForms.php:1157, ../includes/Elements/NinjaForms.php:1588, ../includes/Elements/Post_Grid.php:1105, ../includes/Elements/Post_Grid.php:1180, ../includes/Elements/Post_Grid.php:1345, ../includes/Elements/Post_Grid.php:1429, ../includes/Elements/Post_Grid.php:1526, ../includes/Elements/Post_Grid.php:1602, ../includes/Elements/Post_Timeline.php:308, ../includes/Elements/Post_Timeline.php:367, ../includes/Elements/Pricing_Table.php:998, ../includes/Elements/Pricing_Table.php:1062, ../includes/Elements/Pricing_Table.php:1154, ../includes/Elements/Pricing_Table.php:1260, ../includes/Elements/Pricing_Table.php:1289, ../includes/Elements/Pricing_Table.php:1330, ../includes/Elements/Pricing_Table.php:1359, ../includes/Elements/Pricing_Table.php:1399, ../includes/Elements/Pricing_Table.php:1467, ../includes/Elements/Pricing_Table.php:1697, ../includes/Elements/Pricing_Table.php:1837, ../includes/Elements/Product_Grid.php:1886, ../includes/Elements/Product_Grid.php:1940, ../includes/Elements/Product_Grid.php:1983, ../includes/Elements/Product_Grid.php:2551, ../includes/Elements/Product_Grid.php:2660, ../includes/Elements/Product_Grid.php:3038, ../includes/Elements/Product_Grid.php:3219, ../includes/Elements/Product_Grid.php:3260, ../includes/Elements/Product_Grid.php:3321, ../includes/Elements/Product_Grid.php:3372, ../includes/Elements/Product_Grid.php:3529, ../includes/Elements/Progress_Bar.php:488, ../includes/Elements/Progress_Bar.php:577, ../includes/Elements/Simple_Menu.php:1015, ../includes/Elements/Simple_Menu.php:1116, ../includes/Elements/Simple_Menu.php:1219, ../includes/Elements/Simple_Menu.php:1445, ../includes/Elements/Simple_Menu.php:1548, ../includes/Elements/SVG_Draw.php:509, ../includes/Elements/Team_Member.php:724, ../includes/Elements/Team_Member.php:753, ../includes/Elements/Team_Member.php:782, ../includes/Elements/Testimonial.php:641, ../includes/Elements/Testimonial.php:682, ../includes/Elements/Testimonial.php:723, ../includes/Elements/Testimonial.php:776, ../includes/Elements/Testimonial.php:838, ../includes/Elements/Twitter_Feed.php:979, ../includes/Elements/Twitter_Feed.php:1008, ../includes/Elements/Twitter_Feed.php:1038, ../includes/Elements/Twitter_Feed.php:1208, ../includes/Elements/Woo_Add_To_Cart.php:657, ../includes/Elements/Woo_Add_To_Cart.php:686, ../includes/Elements/Woo_Add_To_Cart.php:834, ../includes/Elements/Woo_Add_To_Cart.php:858, ../includes/Elements/Woo_Add_To_Cart.php:1116, ../includes/Elements/Woo_Checkout.php:850, ../includes/Elements/Woo_Checkout.php:1024, ../includes/Elements/Woo_Checkout.php:1038, ../includes/Elements/Woo_Checkout.php:1158, ../includes/Elements/Woo_Checkout.php:1173, ../includes/Elements/Woo_Checkout.php:1347, ../includes/Elements/Woo_Checkout.php:1383, ../includes/Elements/Woo_Checkout.php:1399, ../includes/Elements/Woo_Checkout.php:1467, ../includes/Elements/Woo_Checkout.php:1639, ../includes/Elements/Woo_Checkout.php:1689, ../includes/Elements/Woo_Checkout.php:1729, ../includes/Elements/Woo_Checkout.php:1826, ../includes/Elements/Woo_Checkout.php:2060, ../includes/Elements/Woo_Checkout.php:2100, ../includes/Elements/Woo_Checkout.php:2218, ../includes/Elements/Woo_Checkout.php:2262, ../includes/Elements/Woo_Checkout.php:2306, ../includes/Elements/Woo_Checkout.php:2412, ../includes/Elements/Woo_Checkout.php:2451, ../includes/Elements/Woo_Checkout.php:2491, ../includes/Elements/Woo_Checkout.php:2635, ../includes/Elements/Woo_Checkout.php:2662, ../includes/Elements/Woo_Checkout.php:2788, ../includes/Elements/Woo_Checkout.php:2809, ../includes/Elements/Woo_Checkout.php:2844, ../includes/Elements/Woo_Checkout.php:2873, ../includes/Elements/Woo_Checkout.php:2962, ../includes/Elements/Woo_Checkout.php:3002, ../includes/Elements/Woo_Product_Carousel.php:1557, ../includes/Elements/Woo_Product_Carousel.php:1584, ../includes/Elements/Woo_Product_Carousel.php:1780, ../includes/Elements/Woo_Product_Carousel.php:1862, ../includes/Elements/Woo_Product_Carousel.php:2082, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2185, ../includes/Elements/Woo_Product_Carousel.php:2237, ../includes/Elements/Woo_Product_Carousel.php:2390, ../includes/Elements/Woo_Product_Carousel.php:2631, ../includes/Elements/Woo_Product_Carousel.php:2694, ../includes/Elements/Woo_Product_Carousel.php:2727, ../includes/Elements/Woo_Product_Carousel.php:3065, ../includes/Elements/Woo_Product_Carousel.php:3121, ../includes/Elements/Woo_Product_Gallery.php:1163, ../includes/Elements/Woo_Product_Gallery.php:1191, ../includes/Elements/Woo_Product_Gallery.php:1230, ../includes/Elements/Woo_Product_Gallery.php:1293, ../includes/Elements/Woo_Product_Gallery.php:1335, ../includes/Elements/Woo_Product_Gallery.php:1738, ../includes/Elements/Woo_Product_Gallery.php:1772, ../includes/Elements/Woo_Product_Gallery.php:1810, ../includes/Elements/Woo_Product_Gallery.php:2133, ../includes/Elements/Woo_Product_Gallery.php:2183, ../includes/Elements/Woo_Product_Gallery.php:2246, ../includes/Elements/Woo_Product_Gallery.php:2276, ../includes/Elements/Woo_Product_Gallery.php:2318, ../includes/Elements/Woo_Product_Gallery.php:2384, ../includes/Elements/Woo_Product_Gallery.php:2425, ../includes/Elements/Woo_Product_Gallery.php:2466, ../includes/Elements/Woo_Product_Gallery.php:2527, ../includes/Elements/Woo_Product_Gallery.php:2578, ../includes/Elements/Woo_Product_Gallery.php:2735, ../includes/Elements/Woo_Product_Images.php:446, ../includes/Elements/Woo_Product_List.php:2142, ../includes/Elements/Woo_Product_List.php:2200, ../includes/Elements/Woo_Product_List.php:2322, ../includes/Elements/Woo_Product_List.php:2359, ../includes/Elements/Woo_Product_List.php:2417, ../includes/Elements/Woo_Product_List.php:2446, ../includes/Elements/Woo_Product_List.php:2487, ../includes/Elements/Woo_Product_List.php:2525, ../includes/Elements/Woo_Product_List.php:2563, ../includes/Elements/Woo_Product_List.php:2745, ../includes/Elements/Woo_Product_List.php:2791, ../includes/Elements/Woo_Product_List.php:2866, ../includes/Elements/Woo_Product_List.php:2909, ../includes/Elements/Woo_Product_List.php:2974, ../includes/Elements/Woo_Product_List.php:3009, ../includes/Elements/Woo_Product_List.php:3182, ../includes/Elements/Woo_Product_List.php:3223, ../includes/Elements/Woo_Product_List.php:3275, ../includes/Elements/Woo_Product_List.php:3365, ../includes/Elements/Woo_Product_List.php:3523, ../includes/Elements/Woo_Product_Price.php:352, ../includes/Elements/Woo_Product_Price.php:422, ../includes/Elements/Woo_Product_Price.php:471, ../includes/Elements/Woo_Product_Price.php:535, ../includes/Elements/WpForms.php:1009, ../includes/Elements/WpForms.php:1125, ../includes/Extensions/Table_of_Content.php:1296, ../includes/Extensions/Vertical_Text_Orientation.php:281, ../includes/Traits/Controls.php:1519, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1373, ../includes/Traits/Woo_Product_Comparable.php:1485 msgid "Color" msgstr "" @@ -1313,7 +1313,7 @@ msgid "Accordion" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Business_Reviews.php:2264, ../includes/Elements/Login_Register.php:1924, ../includes/Elements/Login_Register.php:4824, ../includes/Elements/Woo_Product_Carousel.php:2957, ../includes/Traits/Admin.php:789, ../includes/Traits/Elements.php:312 +#: ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Business_Reviews.php:2264, ../includes/Elements/Login_Register.php:1925, ../includes/Elements/Login_Register.php:4825, ../includes/Elements/Woo_Product_Carousel.php:2957, ../includes/Traits/Admin.php:789, ../includes/Traits/Elements.php:312 msgid "Toggle" msgstr "" @@ -1329,39 +1329,39 @@ msgid "Tab Title Tag" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:196, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:472, ../includes/Elements/Dual_Color_Header.php:296, ../includes/Elements/Filterable_Gallery.php:598, ../includes/Elements/Flip_Box.php:445, ../includes/Elements/Flip_Box.php:685, ../includes/Elements/Image_Accordion.php:169, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Info_Box.php:379, ../includes/Elements/Post_Grid.php:280, ../includes/Elements/Pricing_Table.php:179, ../includes/Elements/Product_Grid.php:702, ../includes/Elements/Product_Grid.php:2359, ../includes/Elements/Progress_Bar.php:149, ../includes/Elements/Team_Member.php:208, ../includes/Elements/Team_Member.php:282, ../includes/Elements/Tooltip.php:169, ../includes/Elements/Woo_Product_Carousel.php:282, ../includes/Elements/Woo_Product_Carousel.php:502, ../includes/Elements/Woo_Product_Gallery.php:453, ../includes/Elements/Woo_Product_Gallery.php:2016, ../includes/Elements/Woo_Product_List.php:906, ../includes/Elements/Woo_Product_List.php:1186, ../includes/Extensions/Table_of_Content.php:150, ../includes/Extensions/Table_of_Content.php:207, ../includes/Traits/Controls.php:730, ../includes/Traits/Controls.php:1171 +#: ../includes/Elements/Adv_Accordion.php:196, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:472, ../includes/Elements/Dual_Color_Header.php:296, ../includes/Elements/Filterable_Gallery.php:598, ../includes/Elements/Flip_Box.php:445, ../includes/Elements/Flip_Box.php:685, ../includes/Elements/Image_Accordion.php:169, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Info_Box.php:379, ../includes/Elements/Post_Grid.php:280, ../includes/Elements/Pricing_Table.php:179, ../includes/Elements/Product_Grid.php:702, ../includes/Elements/Product_Grid.php:2359, ../includes/Elements/Progress_Bar.php:150, ../includes/Elements/Team_Member.php:208, ../includes/Elements/Team_Member.php:282, ../includes/Elements/Tooltip.php:169, ../includes/Elements/Woo_Product_Carousel.php:282, ../includes/Elements/Woo_Product_Carousel.php:502, ../includes/Elements/Woo_Product_Gallery.php:453, ../includes/Elements/Woo_Product_Gallery.php:2016, ../includes/Elements/Woo_Product_List.php:907, ../includes/Elements/Woo_Product_List.php:1187, ../includes/Extensions/Table_of_Content.php:150, ../includes/Extensions/Table_of_Content.php:207, ../includes/Traits/Controls.php:730, ../includes/Traits/Controls.php:1171 msgid "H1" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:197, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:476, ../includes/Elements/Dual_Color_Header.php:300, ../includes/Elements/Filterable_Gallery.php:602, ../includes/Elements/Flip_Box.php:446, ../includes/Elements/Flip_Box.php:686, ../includes/Elements/Image_Accordion.php:170, ../includes/Elements/Info_Box.php:305, ../includes/Elements/Info_Box.php:380, ../includes/Elements/Post_Grid.php:284, ../includes/Elements/Pricing_Table.php:183, ../includes/Elements/Product_Grid.php:706, ../includes/Elements/Product_Grid.php:2363, ../includes/Elements/Progress_Bar.php:150, ../includes/Elements/Team_Member.php:212, ../includes/Elements/Team_Member.php:286, ../includes/Elements/Tooltip.php:170, ../includes/Elements/Woo_Product_Carousel.php:283, ../includes/Elements/Woo_Product_Carousel.php:503, ../includes/Elements/Woo_Product_Gallery.php:457, ../includes/Elements/Woo_Product_Gallery.php:2020, ../includes/Elements/Woo_Product_List.php:910, ../includes/Elements/Woo_Product_List.php:1190, ../includes/Extensions/Table_of_Content.php:154, ../includes/Extensions/Table_of_Content.php:208, ../includes/Traits/Controls.php:734, ../includes/Traits/Controls.php:1175 +#: ../includes/Elements/Adv_Accordion.php:197, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:476, ../includes/Elements/Dual_Color_Header.php:300, ../includes/Elements/Filterable_Gallery.php:602, ../includes/Elements/Flip_Box.php:446, ../includes/Elements/Flip_Box.php:686, ../includes/Elements/Image_Accordion.php:170, ../includes/Elements/Info_Box.php:305, ../includes/Elements/Info_Box.php:380, ../includes/Elements/Post_Grid.php:284, ../includes/Elements/Pricing_Table.php:183, ../includes/Elements/Product_Grid.php:706, ../includes/Elements/Product_Grid.php:2363, ../includes/Elements/Progress_Bar.php:151, ../includes/Elements/Team_Member.php:212, ../includes/Elements/Team_Member.php:286, ../includes/Elements/Tooltip.php:170, ../includes/Elements/Woo_Product_Carousel.php:283, ../includes/Elements/Woo_Product_Carousel.php:503, ../includes/Elements/Woo_Product_Gallery.php:457, ../includes/Elements/Woo_Product_Gallery.php:2020, ../includes/Elements/Woo_Product_List.php:911, ../includes/Elements/Woo_Product_List.php:1191, ../includes/Extensions/Table_of_Content.php:154, ../includes/Extensions/Table_of_Content.php:208, ../includes/Traits/Controls.php:734, ../includes/Traits/Controls.php:1175 msgid "H2" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:198, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:480, ../includes/Elements/Dual_Color_Header.php:304, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/Flip_Box.php:447, ../includes/Elements/Flip_Box.php:687, ../includes/Elements/Image_Accordion.php:171, ../includes/Elements/Info_Box.php:306, ../includes/Elements/Info_Box.php:381, ../includes/Elements/Post_Grid.php:288, ../includes/Elements/Pricing_Table.php:187, ../includes/Elements/Product_Grid.php:710, ../includes/Elements/Product_Grid.php:2367, ../includes/Elements/Progress_Bar.php:151, ../includes/Elements/Team_Member.php:216, ../includes/Elements/Team_Member.php:290, ../includes/Elements/Tooltip.php:171, ../includes/Elements/Woo_Product_Carousel.php:284, ../includes/Elements/Woo_Product_Carousel.php:504, ../includes/Elements/Woo_Product_Gallery.php:461, ../includes/Elements/Woo_Product_Gallery.php:2024, ../includes/Elements/Woo_Product_List.php:914, ../includes/Elements/Woo_Product_List.php:1194, ../includes/Extensions/Table_of_Content.php:158, ../includes/Extensions/Table_of_Content.php:209, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:1179 +#: ../includes/Elements/Adv_Accordion.php:198, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:480, ../includes/Elements/Dual_Color_Header.php:304, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/Flip_Box.php:447, ../includes/Elements/Flip_Box.php:687, ../includes/Elements/Image_Accordion.php:171, ../includes/Elements/Info_Box.php:306, ../includes/Elements/Info_Box.php:381, ../includes/Elements/Post_Grid.php:288, ../includes/Elements/Pricing_Table.php:187, ../includes/Elements/Product_Grid.php:710, ../includes/Elements/Product_Grid.php:2367, ../includes/Elements/Progress_Bar.php:152, ../includes/Elements/Team_Member.php:216, ../includes/Elements/Team_Member.php:290, ../includes/Elements/Tooltip.php:171, ../includes/Elements/Woo_Product_Carousel.php:284, ../includes/Elements/Woo_Product_Carousel.php:504, ../includes/Elements/Woo_Product_Gallery.php:461, ../includes/Elements/Woo_Product_Gallery.php:2024, ../includes/Elements/Woo_Product_List.php:915, ../includes/Elements/Woo_Product_List.php:1195, ../includes/Extensions/Table_of_Content.php:158, ../includes/Extensions/Table_of_Content.php:209, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:1179 msgid "H3" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:199, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:484, ../includes/Elements/Dual_Color_Header.php:308, ../includes/Elements/Filterable_Gallery.php:610, ../includes/Elements/Flip_Box.php:448, ../includes/Elements/Flip_Box.php:688, ../includes/Elements/Image_Accordion.php:172, ../includes/Elements/Info_Box.php:307, ../includes/Elements/Info_Box.php:382, ../includes/Elements/Post_Grid.php:292, ../includes/Elements/Pricing_Table.php:191, ../includes/Elements/Product_Grid.php:714, ../includes/Elements/Product_Grid.php:2371, ../includes/Elements/Progress_Bar.php:152, ../includes/Elements/Team_Member.php:220, ../includes/Elements/Team_Member.php:294, ../includes/Elements/Tooltip.php:172, ../includes/Elements/Woo_Product_Carousel.php:285, ../includes/Elements/Woo_Product_Carousel.php:505, ../includes/Elements/Woo_Product_Gallery.php:465, ../includes/Elements/Woo_Product_Gallery.php:2028, ../includes/Elements/Woo_Product_List.php:918, ../includes/Elements/Woo_Product_List.php:1198, ../includes/Extensions/Table_of_Content.php:162, ../includes/Extensions/Table_of_Content.php:210, ../includes/Traits/Controls.php:742, ../includes/Traits/Controls.php:1183 +#: ../includes/Elements/Adv_Accordion.php:199, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:484, ../includes/Elements/Dual_Color_Header.php:308, ../includes/Elements/Filterable_Gallery.php:610, ../includes/Elements/Flip_Box.php:448, ../includes/Elements/Flip_Box.php:688, ../includes/Elements/Image_Accordion.php:172, ../includes/Elements/Info_Box.php:307, ../includes/Elements/Info_Box.php:382, ../includes/Elements/Post_Grid.php:292, ../includes/Elements/Pricing_Table.php:191, ../includes/Elements/Product_Grid.php:714, ../includes/Elements/Product_Grid.php:2371, ../includes/Elements/Progress_Bar.php:153, ../includes/Elements/Team_Member.php:220, ../includes/Elements/Team_Member.php:294, ../includes/Elements/Tooltip.php:172, ../includes/Elements/Woo_Product_Carousel.php:285, ../includes/Elements/Woo_Product_Carousel.php:505, ../includes/Elements/Woo_Product_Gallery.php:465, ../includes/Elements/Woo_Product_Gallery.php:2028, ../includes/Elements/Woo_Product_List.php:919, ../includes/Elements/Woo_Product_List.php:1199, ../includes/Extensions/Table_of_Content.php:162, ../includes/Extensions/Table_of_Content.php:210, ../includes/Traits/Controls.php:742, ../includes/Traits/Controls.php:1183 msgid "H4" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:200, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:488, ../includes/Elements/Dual_Color_Header.php:312, ../includes/Elements/Filterable_Gallery.php:614, ../includes/Elements/Flip_Box.php:449, ../includes/Elements/Flip_Box.php:689, ../includes/Elements/Image_Accordion.php:173, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Info_Box.php:383, ../includes/Elements/Post_Grid.php:296, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Product_Grid.php:718, ../includes/Elements/Product_Grid.php:2375, ../includes/Elements/Progress_Bar.php:153, ../includes/Elements/Team_Member.php:224, ../includes/Elements/Team_Member.php:298, ../includes/Elements/Tooltip.php:173, ../includes/Elements/Woo_Product_Carousel.php:286, ../includes/Elements/Woo_Product_Carousel.php:506, ../includes/Elements/Woo_Product_Gallery.php:469, ../includes/Elements/Woo_Product_Gallery.php:2032, ../includes/Elements/Woo_Product_List.php:922, ../includes/Elements/Woo_Product_List.php:1202, ../includes/Extensions/Table_of_Content.php:166, ../includes/Extensions/Table_of_Content.php:211, ../includes/Traits/Controls.php:746, ../includes/Traits/Controls.php:1187 +#: ../includes/Elements/Adv_Accordion.php:200, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:488, ../includes/Elements/Dual_Color_Header.php:312, ../includes/Elements/Filterable_Gallery.php:614, ../includes/Elements/Flip_Box.php:449, ../includes/Elements/Flip_Box.php:689, ../includes/Elements/Image_Accordion.php:173, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Info_Box.php:383, ../includes/Elements/Post_Grid.php:296, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Product_Grid.php:718, ../includes/Elements/Product_Grid.php:2375, ../includes/Elements/Progress_Bar.php:154, ../includes/Elements/Team_Member.php:224, ../includes/Elements/Team_Member.php:298, ../includes/Elements/Tooltip.php:173, ../includes/Elements/Woo_Product_Carousel.php:286, ../includes/Elements/Woo_Product_Carousel.php:506, ../includes/Elements/Woo_Product_Gallery.php:469, ../includes/Elements/Woo_Product_Gallery.php:2032, ../includes/Elements/Woo_Product_List.php:923, ../includes/Elements/Woo_Product_List.php:1203, ../includes/Extensions/Table_of_Content.php:166, ../includes/Extensions/Table_of_Content.php:211, ../includes/Traits/Controls.php:746, ../includes/Traits/Controls.php:1187 msgid "H5" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:201, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:492, ../includes/Elements/Dual_Color_Header.php:316, ../includes/Elements/Filterable_Gallery.php:618, ../includes/Elements/Flip_Box.php:450, ../includes/Elements/Flip_Box.php:690, ../includes/Elements/Image_Accordion.php:174, ../includes/Elements/Info_Box.php:309, ../includes/Elements/Info_Box.php:384, ../includes/Elements/Post_Grid.php:300, ../includes/Elements/Pricing_Table.php:199, ../includes/Elements/Product_Grid.php:722, ../includes/Elements/Product_Grid.php:2379, ../includes/Elements/Progress_Bar.php:154, ../includes/Elements/Team_Member.php:228, ../includes/Elements/Team_Member.php:302, ../includes/Elements/Tooltip.php:174, ../includes/Elements/Woo_Product_Carousel.php:287, ../includes/Elements/Woo_Product_Carousel.php:507, ../includes/Elements/Woo_Product_Gallery.php:473, ../includes/Elements/Woo_Product_Gallery.php:2036, ../includes/Elements/Woo_Product_List.php:926, ../includes/Elements/Woo_Product_List.php:1206, ../includes/Extensions/Table_of_Content.php:170, ../includes/Extensions/Table_of_Content.php:212, ../includes/Traits/Controls.php:750, ../includes/Traits/Controls.php:1191 +#: ../includes/Elements/Adv_Accordion.php:201, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:492, ../includes/Elements/Dual_Color_Header.php:316, ../includes/Elements/Filterable_Gallery.php:618, ../includes/Elements/Flip_Box.php:450, ../includes/Elements/Flip_Box.php:690, ../includes/Elements/Image_Accordion.php:174, ../includes/Elements/Info_Box.php:309, ../includes/Elements/Info_Box.php:384, ../includes/Elements/Post_Grid.php:300, ../includes/Elements/Pricing_Table.php:199, ../includes/Elements/Product_Grid.php:722, ../includes/Elements/Product_Grid.php:2379, ../includes/Elements/Progress_Bar.php:155, ../includes/Elements/Team_Member.php:228, ../includes/Elements/Team_Member.php:302, ../includes/Elements/Tooltip.php:174, ../includes/Elements/Woo_Product_Carousel.php:287, ../includes/Elements/Woo_Product_Carousel.php:507, ../includes/Elements/Woo_Product_Gallery.php:473, ../includes/Elements/Woo_Product_Gallery.php:2036, ../includes/Elements/Woo_Product_List.php:927, ../includes/Elements/Woo_Product_List.php:1207, ../includes/Extensions/Table_of_Content.php:170, ../includes/Extensions/Table_of_Content.php:212, ../includes/Traits/Controls.php:750, ../includes/Traits/Controls.php:1191 msgid "H6" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:202, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:231, ../includes/Elements/Cta_Box.php:496, ../includes/Elements/Dual_Color_Header.php:320, ../includes/Elements/Flip_Box.php:451, ../includes/Elements/Flip_Box.php:691, ../includes/Elements/Image_Accordion.php:175, ../includes/Elements/Info_Box.php:310, ../includes/Elements/Info_Box.php:385, ../includes/Elements/Post_Grid.php:308, ../includes/Elements/Pricing_Table.php:207, ../includes/Elements/Product_Grid.php:730, ../includes/Elements/Product_Grid.php:2387, ../includes/Elements/Team_Member.php:236, ../includes/Elements/Team_Member.php:310, ../includes/Elements/Woo_Product_Carousel.php:288, ../includes/Elements/Woo_Product_Carousel.php:508, ../includes/Elements/Woo_Product_Gallery.php:481, ../includes/Elements/Woo_Product_Gallery.php:2044, ../includes/Elements/Woo_Product_List.php:934, ../includes/Elements/Woo_Product_List.php:1214, ../includes/Traits/Controls.php:758, ../includes/Traits/Controls.php:1199 +#: ../includes/Elements/Adv_Accordion.php:202, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:231, ../includes/Elements/Cta_Box.php:496, ../includes/Elements/Dual_Color_Header.php:320, ../includes/Elements/Flip_Box.php:451, ../includes/Elements/Flip_Box.php:691, ../includes/Elements/Image_Accordion.php:175, ../includes/Elements/Info_Box.php:310, ../includes/Elements/Info_Box.php:385, ../includes/Elements/Post_Grid.php:308, ../includes/Elements/Pricing_Table.php:207, ../includes/Elements/Product_Grid.php:730, ../includes/Elements/Product_Grid.php:2387, ../includes/Elements/Team_Member.php:236, ../includes/Elements/Team_Member.php:310, ../includes/Elements/Woo_Product_Carousel.php:288, ../includes/Elements/Woo_Product_Carousel.php:508, ../includes/Elements/Woo_Product_Gallery.php:481, ../includes/Elements/Woo_Product_Gallery.php:2044, ../includes/Elements/Woo_Product_List.php:935, ../includes/Elements/Woo_Product_List.php:1215, ../includes/Traits/Controls.php:758, ../includes/Traits/Controls.php:1199 msgid "Span" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:203, ../includes/Elements/Betterdocs_Category_Box.php:193, ../includes/Elements/Betterdocs_Category_Grid.php:232, ../includes/Elements/Cta_Box.php:500, ../includes/Elements/Dual_Color_Header.php:324, ../includes/Elements/Filterable_Gallery.php:626, ../includes/Elements/Flip_Box.php:452, ../includes/Elements/Flip_Box.php:692, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:311, ../includes/Elements/Info_Box.php:386, ../includes/Elements/Post_Grid.php:312, ../includes/Elements/Pricing_Table.php:211, ../includes/Elements/Product_Grid.php:734, ../includes/Elements/Product_Grid.php:2391, ../includes/Elements/Team_Member.php:240, ../includes/Elements/Team_Member.php:314, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Woo_Product_Carousel.php:289, ../includes/Elements/Woo_Product_Carousel.php:509, ../includes/Elements/Woo_Product_Gallery.php:485, ../includes/Elements/Woo_Product_Gallery.php:2048, ../includes/Elements/Woo_Product_List.php:938, ../includes/Elements/Woo_Product_List.php:1218, ../includes/Traits/Controls.php:762, ../includes/Traits/Controls.php:1203 +#: ../includes/Elements/Adv_Accordion.php:203, ../includes/Elements/Betterdocs_Category_Box.php:193, ../includes/Elements/Betterdocs_Category_Grid.php:232, ../includes/Elements/Cta_Box.php:500, ../includes/Elements/Dual_Color_Header.php:324, ../includes/Elements/Filterable_Gallery.php:626, ../includes/Elements/Flip_Box.php:452, ../includes/Elements/Flip_Box.php:692, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:311, ../includes/Elements/Info_Box.php:386, ../includes/Elements/Post_Grid.php:312, ../includes/Elements/Pricing_Table.php:211, ../includes/Elements/Product_Grid.php:734, ../includes/Elements/Product_Grid.php:2391, ../includes/Elements/Team_Member.php:240, ../includes/Elements/Team_Member.php:314, ../includes/Elements/Tooltip.php:177, ../includes/Elements/Woo_Product_Carousel.php:289, ../includes/Elements/Woo_Product_Carousel.php:509, ../includes/Elements/Woo_Product_Gallery.php:485, ../includes/Elements/Woo_Product_Gallery.php:2048, ../includes/Elements/Woo_Product_List.php:939, ../includes/Elements/Woo_Product_List.php:1219, ../includes/Traits/Controls.php:762, ../includes/Traits/Controls.php:1203 msgid "P" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Betterdocs_Category_Box.php:194, ../includes/Elements/Betterdocs_Category_Grid.php:233, ../includes/Elements/Cta_Box.php:504, ../includes/Elements/Dual_Color_Header.php:328, ../includes/Elements/Flip_Box.php:453, ../includes/Elements/Flip_Box.php:693, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Info_Box.php:387, ../includes/Elements/Post_Grid.php:304, ../includes/Elements/Pricing_Table.php:203, ../includes/Elements/Product_Grid.php:726, ../includes/Elements/Product_Grid.php:2383, ../includes/Elements/Team_Member.php:232, ../includes/Elements/Team_Member.php:306, ../includes/Elements/Woo_Product_Carousel.php:290, ../includes/Elements/Woo_Product_Carousel.php:510, ../includes/Elements/Woo_Product_Gallery.php:477, ../includes/Elements/Woo_Product_Gallery.php:2040, ../includes/Elements/Woo_Product_List.php:930, ../includes/Elements/Woo_Product_List.php:1210, ../includes/Traits/Controls.php:754, ../includes/Traits/Controls.php:1195 +#: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Betterdocs_Category_Box.php:194, ../includes/Elements/Betterdocs_Category_Grid.php:233, ../includes/Elements/Cta_Box.php:504, ../includes/Elements/Dual_Color_Header.php:328, ../includes/Elements/Flip_Box.php:453, ../includes/Elements/Flip_Box.php:693, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Info_Box.php:387, ../includes/Elements/Post_Grid.php:304, ../includes/Elements/Pricing_Table.php:203, ../includes/Elements/Product_Grid.php:726, ../includes/Elements/Product_Grid.php:2383, ../includes/Elements/Team_Member.php:232, ../includes/Elements/Team_Member.php:306, ../includes/Elements/Woo_Product_Carousel.php:290, ../includes/Elements/Woo_Product_Carousel.php:510, ../includes/Elements/Woo_Product_Gallery.php:477, ../includes/Elements/Woo_Product_Gallery.php:2040, ../includes/Elements/Woo_Product_List.php:931, ../includes/Elements/Woo_Product_List.php:1211, ../includes/Traits/Controls.php:754, ../includes/Traits/Controls.php:1195 msgid "Div" msgstr "" @@ -1389,7 +1389,7 @@ msgid "Slide In Right" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:231, ../includes/Elements/Fancy_Text.php:229, ../includes/Elements/Woo_Product_Images.php:390 +#: ../includes/Elements/Adv_Accordion.php:231, ../includes/Elements/Fancy_Text.php:230, ../includes/Elements/Woo_Product_Images.php:390 msgid "Zoom" msgstr "" @@ -1401,7 +1401,7 @@ msgid "Zoom Out" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:238, ../includes/Elements/Content_Ticker.php:174, ../includes/Elements/Fancy_Text.php:224, ../includes/Elements/Pricing_Table.php:536, ../includes/Elements/Simple_Menu.php:648, ../includes/Elements/Woo_Product_Images.php:534 +#: ../includes/Elements/Adv_Accordion.php:238, ../includes/Elements/Content_Ticker.php:174, ../includes/Elements/Fancy_Text.php:225, ../includes/Elements/Pricing_Table.php:536, ../includes/Elements/Simple_Menu.php:648, ../includes/Elements/Woo_Product_Images.php:534 msgid "Fade" msgstr "" @@ -1461,15 +1461,15 @@ msgid "Content Settings" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:406, ../includes/Elements/Login_Register.php:1947 +#: ../includes/Elements/Adv_Accordion.php:406, ../includes/Elements/Login_Register.php:1948 msgid "Content Source" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:411, ../includes/Elements/Content_Ticker.php:98, ../includes/Elements/Product_Grid.php:465, ../includes/Elements/Progress_Bar.php:205, ../includes/Elements/Woo_Product_Gallery.php:661, ../includes/Elements/Woo_Product_List.php:454, ../includes/Traits/Controls.php:31 +#: ../includes/Elements/Adv_Accordion.php:411, ../includes/Elements/Content_Ticker.php:98, ../includes/Elements/Product_Grid.php:465, ../includes/Elements/Progress_Bar.php:206, ../includes/Elements/Woo_Product_Gallery.php:661, ../includes/Elements/Woo_Product_List.php:454, ../includes/Traits/Controls.php:31 msgid "Dynamic" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:415, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1210, ../includes/Elements/Content_Ticker.php:99, ../includes/Elements/Cta_Box.php:208, ../includes/Elements/FluentForm.php:1522, ../includes/Elements/Formstack.php:1417, ../includes/Elements/GravityForms.php:2285, ../includes/Elements/Login_Register.php:439, ../includes/Elements/Login_Register.php:607, ../includes/Elements/Login_Register.php:674, ../includes/Elements/Login_Register.php:1064, ../includes/Elements/Login_Register.php:1279, ../includes/Elements/Login_Register.php:1438, ../includes/Elements/Login_Register.php:1951, ../includes/Elements/Login_Register.php:2747, ../includes/Elements/Login_Register.php:2856, ../includes/Elements/Login_Register.php:3027, ../includes/Elements/Login_Register.php:3209, ../includes/Elements/Login_Register.php:3474, ../includes/Elements/Login_Register.php:3618, ../includes/Elements/Login_Register.php:3768, ../includes/Elements/Login_Register.php:3911, ../includes/Elements/Login_Register.php:4002, ../includes/Elements/Login_Register.php:4100, ../includes/Elements/Login_Register.php:4302, ../includes/Elements/Login_Register.php:4347, ../includes/Elements/Login_Register.php:4379, ../includes/Elements/Login_Register.php:4810, ../includes/Elements/Login_Register.php:4958, ../includes/Elements/Login_Register.php:5087, ../includes/Elements/Login_Register.php:5362, ../includes/Elements/Login_Register.php:5783, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Sticky_Video.php:400, ../includes/Elements/Woo_Product_Images.php:599, ../includes/Elements/WpForms.php:1193, ../includes/Extensions/Image_Masking.php:402, ../includes/Traits/Woo_Product_Comparable.php:420, ../includes/Traits/Woo_Product_Comparable.php:534, ../includes/Traits/Woo_Product_Comparable.php:625, ../includes/Traits/Woo_Product_Comparable.php:694 +#: ../includes/Elements/Adv_Accordion.php:415, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1210, ../includes/Elements/Content_Ticker.php:99, ../includes/Elements/Cta_Box.php:208, ../includes/Elements/FluentForm.php:1522, ../includes/Elements/Formstack.php:1417, ../includes/Elements/GravityForms.php:2285, ../includes/Elements/Login_Register.php:439, ../includes/Elements/Login_Register.php:607, ../includes/Elements/Login_Register.php:674, ../includes/Elements/Login_Register.php:1065, ../includes/Elements/Login_Register.php:1280, ../includes/Elements/Login_Register.php:1439, ../includes/Elements/Login_Register.php:1952, ../includes/Elements/Login_Register.php:2748, ../includes/Elements/Login_Register.php:2857, ../includes/Elements/Login_Register.php:3028, ../includes/Elements/Login_Register.php:3210, ../includes/Elements/Login_Register.php:3475, ../includes/Elements/Login_Register.php:3619, ../includes/Elements/Login_Register.php:3769, ../includes/Elements/Login_Register.php:3912, ../includes/Elements/Login_Register.php:4003, ../includes/Elements/Login_Register.php:4101, ../includes/Elements/Login_Register.php:4303, ../includes/Elements/Login_Register.php:4348, ../includes/Elements/Login_Register.php:4380, ../includes/Elements/Login_Register.php:4811, ../includes/Elements/Login_Register.php:4959, ../includes/Elements/Login_Register.php:5088, ../includes/Elements/Login_Register.php:5363, ../includes/Elements/Login_Register.php:5784, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Sticky_Video.php:400, ../includes/Elements/Woo_Product_Images.php:599, ../includes/Elements/WpForms.php:1193, ../includes/Extensions/Image_Masking.php:412, ../includes/Traits/Woo_Product_Comparable.php:420, ../includes/Traits/Woo_Product_Comparable.php:534, ../includes/Traits/Woo_Product_Comparable.php:625, ../includes/Traits/Woo_Product_Comparable.php:694 msgid "Custom" msgstr "" @@ -1477,11 +1477,11 @@ msgid "Show Full Content" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:429, ../includes/Elements/Adv_Tabs.php:222, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Adv_Tabs.php:301, ../includes/Elements/Adv_Tabs.php:1210, ../includes/Elements/Business_Reviews.php:499, ../includes/Elements/Business_Reviews.php:535, ../includes/Elements/Business_Reviews.php:550, ../includes/Elements/Business_Reviews.php:565, ../includes/Elements/Business_Reviews.php:832, ../includes/Elements/Business_Reviews.php:844, ../includes/Elements/Business_Reviews.php:856, ../includes/Elements/Business_Reviews.php:868, ../includes/Elements/Business_Reviews.php:925, ../includes/Elements/Business_Reviews.php:937, ../includes/Elements/Caldera_Forms.php:113, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:929, ../includes/Elements/Contact_Form_7.php:983, ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Content_Ticker.php:237, ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Content_Ticker.php:287, ../includes/Elements/Data_Table.php:118, ../includes/Elements/Data_Table.php:1196, ../includes/Elements/Event_Calendar.php:737, ../includes/Elements/Event_Calendar.php:777, ../includes/Elements/Event_Calendar.php:1179, ../includes/Elements/Event_Calendar.php:1195, ../includes/Elements/Event_Calendar.php:1279, ../includes/Elements/Facebook_Feed.php:472, ../includes/Elements/Filterable_Gallery.php:530, ../includes/Elements/Filterable_Gallery.php:2122, ../includes/Elements/FluentForm.php:154, ../includes/Elements/FluentForm.php:940, ../includes/Elements/Formstack.php:204, ../includes/Elements/Formstack.php:1145, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:261, ../includes/Elements/GravityForms.php:1496, ../includes/Elements/GravityForms.php:1692, ../includes/Elements/Image_Accordion.php:189, ../includes/Elements/Info_Box.php:543, ../includes/Elements/Info_Box.php:568, ../includes/Elements/Interactive_Circle.php:172, ../includes/Elements/Interactive_Circle.php:214, ../includes/Elements/Login_Register.php:825, ../includes/Elements/Login_Register.php:838, ../includes/Elements/Login_Register.php:851, ../includes/Elements/Login_Register.php:1188, ../includes/Elements/Login_Register.php:1913, ../includes/Elements/Login_Register.php:2975, ../includes/Elements/NinjaForms.php:118, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Post_Grid.php:265, ../includes/Elements/Post_Grid.php:349, ../includes/Elements/Post_Grid.php:397, ../includes/Elements/Post_Grid.php:435, ../includes/Elements/Post_Grid.php:566, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:734, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Post_Grid.php:910, ../includes/Elements/Post_Grid.php:924, ../includes/Elements/Post_Grid.php:950, ../includes/Elements/Post_Grid.php:964, ../includes/Elements/Post_Timeline.php:91, ../includes/Elements/Post_Timeline.php:102, ../includes/Elements/Pricing_Table.php:297, ../includes/Elements/Pricing_Table.php:2239, ../includes/Elements/Product_Grid.php:2072, ../includes/Elements/Simple_Menu.php:195, ../includes/Elements/Simple_Menu.php:236, ../includes/Elements/SVG_Draw.php:135, ../includes/Elements/SVG_Draw.php:375, ../includes/Elements/SVG_Draw.php:390, ../includes/Elements/Team_Member.php:879, ../includes/Elements/Testimonial.php:353, ../includes/Elements/Twitter_Feed.php:104, ../includes/Elements/Twitter_Feed.php:196, ../includes/Elements/Woo_Cart.php:948, ../includes/Elements/Woo_Checkout.php:638, ../includes/Elements/Woo_Product_Carousel.php:417, ../includes/Elements/Woo_Product_Carousel.php:763, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:811, ../includes/Elements/Woo_Product_Carousel.php:826, ../includes/Elements/Woo_Product_Carousel.php:888, ../includes/Elements/Woo_Product_Carousel.php:900, ../includes/Elements/Woo_Product_Carousel.php:911, ../includes/Elements/Woo_Product_Carousel.php:2527, ../includes/Elements/Woo_Product_List.php:1648, ../includes/Elements/Woo_Product_Price.php:174, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:962, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:81, ../includes/Extensions/Scroll_to_Top.php:42, ../includes/Extensions/Scroll_to_Top.php:82, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:83, ../includes/Extensions/Table_of_Content.php:277, ../includes/Extensions/Table_of_Content.php:292, ../includes/Extensions/Table_of_Content.php:307, ../includes/Extensions/Table_of_Content.php:322, ../includes/Extensions/Table_of_Content.php:337, ../includes/Extensions/Table_of_Content.php:369, ../includes/Extensions/Vertical_Text_Orientation.php:67, ../includes/Extensions/Vertical_Text_Orientation.php:120, ../includes/Extensions/Wrapper_Link.php:61, ../includes/Traits/Controls.php:156, ../includes/Traits/Controls.php:216, ../includes/Traits/Controls.php:267, ../includes/Traits/Controls.php:398, ../includes/Traits/Controls.php:413, ../includes/Traits/Controls.php:634, ../includes/Traits/Controls.php:1249 +#: ../includes/Elements/Adv_Accordion.php:429, ../includes/Elements/Adv_Tabs.php:222, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Adv_Tabs.php:301, ../includes/Elements/Adv_Tabs.php:1210, ../includes/Elements/Business_Reviews.php:499, ../includes/Elements/Business_Reviews.php:535, ../includes/Elements/Business_Reviews.php:550, ../includes/Elements/Business_Reviews.php:565, ../includes/Elements/Business_Reviews.php:832, ../includes/Elements/Business_Reviews.php:844, ../includes/Elements/Business_Reviews.php:856, ../includes/Elements/Business_Reviews.php:868, ../includes/Elements/Business_Reviews.php:925, ../includes/Elements/Business_Reviews.php:937, ../includes/Elements/Caldera_Forms.php:113, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:929, ../includes/Elements/Contact_Form_7.php:983, ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Content_Ticker.php:237, ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Content_Ticker.php:287, ../includes/Elements/Data_Table.php:118, ../includes/Elements/Data_Table.php:1196, ../includes/Elements/Event_Calendar.php:737, ../includes/Elements/Event_Calendar.php:777, ../includes/Elements/Event_Calendar.php:1179, ../includes/Elements/Event_Calendar.php:1195, ../includes/Elements/Event_Calendar.php:1279, ../includes/Elements/Facebook_Feed.php:472, ../includes/Elements/Filterable_Gallery.php:530, ../includes/Elements/Filterable_Gallery.php:2122, ../includes/Elements/FluentForm.php:154, ../includes/Elements/FluentForm.php:940, ../includes/Elements/Formstack.php:204, ../includes/Elements/Formstack.php:1145, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:261, ../includes/Elements/GravityForms.php:1496, ../includes/Elements/GravityForms.php:1692, ../includes/Elements/Image_Accordion.php:189, ../includes/Elements/Info_Box.php:543, ../includes/Elements/Info_Box.php:568, ../includes/Elements/Interactive_Circle.php:172, ../includes/Elements/Interactive_Circle.php:214, ../includes/Elements/Login_Register.php:825, ../includes/Elements/Login_Register.php:838, ../includes/Elements/Login_Register.php:851, ../includes/Elements/Login_Register.php:1189, ../includes/Elements/Login_Register.php:1914, ../includes/Elements/Login_Register.php:2976, ../includes/Elements/NinjaForms.php:118, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Post_Grid.php:265, ../includes/Elements/Post_Grid.php:349, ../includes/Elements/Post_Grid.php:397, ../includes/Elements/Post_Grid.php:435, ../includes/Elements/Post_Grid.php:566, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:734, ../includes/Elements/Post_Grid.php:870, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Post_Grid.php:910, ../includes/Elements/Post_Grid.php:924, ../includes/Elements/Post_Grid.php:950, ../includes/Elements/Post_Grid.php:964, ../includes/Elements/Post_Timeline.php:91, ../includes/Elements/Post_Timeline.php:102, ../includes/Elements/Pricing_Table.php:297, ../includes/Elements/Pricing_Table.php:2239, ../includes/Elements/Product_Grid.php:2072, ../includes/Elements/Simple_Menu.php:195, ../includes/Elements/Simple_Menu.php:236, ../includes/Elements/SVG_Draw.php:135, ../includes/Elements/SVG_Draw.php:375, ../includes/Elements/SVG_Draw.php:390, ../includes/Elements/Team_Member.php:879, ../includes/Elements/Testimonial.php:353, ../includes/Elements/Twitter_Feed.php:104, ../includes/Elements/Twitter_Feed.php:196, ../includes/Elements/Woo_Cart.php:948, ../includes/Elements/Woo_Checkout.php:638, ../includes/Elements/Woo_Product_Carousel.php:417, ../includes/Elements/Woo_Product_Carousel.php:763, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:811, ../includes/Elements/Woo_Product_Carousel.php:826, ../includes/Elements/Woo_Product_Carousel.php:888, ../includes/Elements/Woo_Product_Carousel.php:900, ../includes/Elements/Woo_Product_Carousel.php:911, ../includes/Elements/Woo_Product_Carousel.php:2527, ../includes/Elements/Woo_Product_List.php:1649, ../includes/Elements/Woo_Product_Price.php:174, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:962, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:81, ../includes/Extensions/Scroll_to_Top.php:42, ../includes/Extensions/Scroll_to_Top.php:82, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:83, ../includes/Extensions/Table_of_Content.php:277, ../includes/Extensions/Table_of_Content.php:292, ../includes/Extensions/Table_of_Content.php:307, ../includes/Extensions/Table_of_Content.php:322, ../includes/Extensions/Table_of_Content.php:337, ../includes/Extensions/Table_of_Content.php:369, ../includes/Extensions/Vertical_Text_Orientation.php:67, ../includes/Extensions/Vertical_Text_Orientation.php:120, ../includes/Extensions/Wrapper_Link.php:84, ../includes/Traits/Controls.php:156, ../includes/Traits/Controls.php:216, ../includes/Traits/Controls.php:267, ../includes/Traits/Controls.php:398, ../includes/Traits/Controls.php:413, ../includes/Traits/Controls.php:634, ../includes/Traits/Controls.php:1249 msgid "Yes" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:430, ../includes/Elements/Adv_Tabs.php:223, ../includes/Elements/Adv_Tabs.php:236, ../includes/Elements/Adv_Tabs.php:302, ../includes/Elements/Adv_Tabs.php:1211, ../includes/Elements/Business_Reviews.php:500, ../includes/Elements/Business_Reviews.php:536, ../includes/Elements/Business_Reviews.php:551, ../includes/Elements/Business_Reviews.php:566, ../includes/Elements/Business_Reviews.php:833, ../includes/Elements/Business_Reviews.php:845, ../includes/Elements/Business_Reviews.php:857, ../includes/Elements/Business_Reviews.php:869, ../includes/Elements/Business_Reviews.php:926, ../includes/Elements/Business_Reviews.php:938, ../includes/Elements/Caldera_Forms.php:114, ../includes/Elements/Caldera_Forms.php:946, ../includes/Elements/Contact_Form_7.php:930, ../includes/Elements/Contact_Form_7.php:984, ../includes/Elements/Content_Ticker.php:205, ../includes/Elements/Content_Ticker.php:238, ../includes/Elements/Content_Ticker.php:253, ../includes/Elements/Content_Ticker.php:288, ../includes/Elements/Cta_Box.php:1191, ../includes/Elements/Data_Table.php:119, ../includes/Elements/Data_Table.php:1197, ../includes/Elements/Event_Calendar.php:669, ../includes/Elements/Event_Calendar.php:738, ../includes/Elements/Event_Calendar.php:778, ../includes/Elements/Event_Calendar.php:1180, ../includes/Elements/Event_Calendar.php:1196, ../includes/Elements/Event_Calendar.php:1280, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Feature_List.php:425, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:2123, ../includes/Elements/FluentForm.php:155, ../includes/Elements/FluentForm.php:941, ../includes/Elements/Formstack.php:205, ../includes/Elements/Formstack.php:1146, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:262, ../includes/Elements/GravityForms.php:1497, ../includes/Elements/GravityForms.php:1693, ../includes/Elements/Image_Accordion.php:190, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Interactive_Circle.php:173, ../includes/Elements/Interactive_Circle.php:215, ../includes/Elements/Login_Register.php:826, ../includes/Elements/Login_Register.php:839, ../includes/Elements/Login_Register.php:852, ../includes/Elements/Login_Register.php:1187, ../includes/Elements/Login_Register.php:1914, ../includes/Elements/Login_Register.php:2976, ../includes/Elements/NinjaForms.php:119, ../includes/Elements/NinjaForms.php:993, ../includes/Elements/Post_Grid.php:266, ../includes/Elements/Post_Grid.php:350, ../includes/Elements/Post_Grid.php:398, ../includes/Elements/Post_Grid.php:436, ../includes/Elements/Post_Grid.php:567, ../includes/Elements/Post_Grid.php:711, ../includes/Elements/Post_Grid.php:735, ../includes/Elements/Post_Grid.php:871, ../includes/Elements/Post_Grid.php:885, ../includes/Elements/Post_Grid.php:911, ../includes/Elements/Post_Grid.php:925, ../includes/Elements/Post_Grid.php:951, ../includes/Elements/Post_Grid.php:965, ../includes/Elements/Post_Timeline.php:92, ../includes/Elements/Post_Timeline.php:103, ../includes/Elements/Pricing_Table.php:298, ../includes/Elements/Pricing_Table.php:2240, ../includes/Elements/Product_Grid.php:2073, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:237, ../includes/Elements/SVG_Draw.php:136, ../includes/Elements/SVG_Draw.php:376, ../includes/Elements/SVG_Draw.php:391, ../includes/Elements/Team_Member.php:880, ../includes/Elements/Testimonial.php:354, ../includes/Elements/Twitter_Feed.php:105, ../includes/Elements/Twitter_Feed.php:197, ../includes/Elements/Woo_Cart.php:949, ../includes/Elements/Woo_Checkout.php:639, ../includes/Elements/Woo_Product_Carousel.php:418, ../includes/Elements/Woo_Product_Carousel.php:764, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:812, ../includes/Elements/Woo_Product_Carousel.php:827, ../includes/Elements/Woo_Product_Carousel.php:889, ../includes/Elements/Woo_Product_Carousel.php:901, ../includes/Elements/Woo_Product_Carousel.php:912, ../includes/Elements/Woo_Product_Carousel.php:2528, ../includes/Elements/Woo_Product_List.php:1649, ../includes/Elements/Woo_Product_Price.php:175, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:963, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:82, ../includes/Extensions/Scroll_to_Top.php:43, ../includes/Extensions/Scroll_to_Top.php:83, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:84, ../includes/Extensions/Table_of_Content.php:278, ../includes/Extensions/Table_of_Content.php:293, ../includes/Extensions/Table_of_Content.php:308, ../includes/Extensions/Table_of_Content.php:323, ../includes/Extensions/Table_of_Content.php:338, ../includes/Extensions/Table_of_Content.php:370, ../includes/Extensions/Vertical_Text_Orientation.php:68, ../includes/Extensions/Vertical_Text_Orientation.php:121, ../includes/Traits/Controls.php:157, ../includes/Traits/Controls.php:217, ../includes/Traits/Controls.php:268, ../includes/Traits/Controls.php:349, ../includes/Traits/Controls.php:399, ../includes/Traits/Controls.php:414, ../includes/Traits/Controls.php:635, ../includes/Traits/Controls.php:1250 +#: ../includes/Elements/Adv_Accordion.php:430, ../includes/Elements/Adv_Tabs.php:223, ../includes/Elements/Adv_Tabs.php:236, ../includes/Elements/Adv_Tabs.php:302, ../includes/Elements/Adv_Tabs.php:1211, ../includes/Elements/Business_Reviews.php:500, ../includes/Elements/Business_Reviews.php:536, ../includes/Elements/Business_Reviews.php:551, ../includes/Elements/Business_Reviews.php:566, ../includes/Elements/Business_Reviews.php:833, ../includes/Elements/Business_Reviews.php:845, ../includes/Elements/Business_Reviews.php:857, ../includes/Elements/Business_Reviews.php:869, ../includes/Elements/Business_Reviews.php:926, ../includes/Elements/Business_Reviews.php:938, ../includes/Elements/Caldera_Forms.php:114, ../includes/Elements/Caldera_Forms.php:946, ../includes/Elements/Contact_Form_7.php:930, ../includes/Elements/Contact_Form_7.php:984, ../includes/Elements/Content_Ticker.php:205, ../includes/Elements/Content_Ticker.php:238, ../includes/Elements/Content_Ticker.php:253, ../includes/Elements/Content_Ticker.php:288, ../includes/Elements/Cta_Box.php:1191, ../includes/Elements/Data_Table.php:119, ../includes/Elements/Data_Table.php:1197, ../includes/Elements/Event_Calendar.php:669, ../includes/Elements/Event_Calendar.php:738, ../includes/Elements/Event_Calendar.php:778, ../includes/Elements/Event_Calendar.php:1180, ../includes/Elements/Event_Calendar.php:1196, ../includes/Elements/Event_Calendar.php:1280, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Feature_List.php:425, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:2123, ../includes/Elements/FluentForm.php:155, ../includes/Elements/FluentForm.php:941, ../includes/Elements/Formstack.php:205, ../includes/Elements/Formstack.php:1146, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:262, ../includes/Elements/GravityForms.php:1497, ../includes/Elements/GravityForms.php:1693, ../includes/Elements/Image_Accordion.php:190, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Interactive_Circle.php:173, ../includes/Elements/Interactive_Circle.php:215, ../includes/Elements/Login_Register.php:826, ../includes/Elements/Login_Register.php:839, ../includes/Elements/Login_Register.php:852, ../includes/Elements/Login_Register.php:1188, ../includes/Elements/Login_Register.php:1915, ../includes/Elements/Login_Register.php:2977, ../includes/Elements/NinjaForms.php:119, ../includes/Elements/NinjaForms.php:993, ../includes/Elements/Post_Grid.php:266, ../includes/Elements/Post_Grid.php:350, ../includes/Elements/Post_Grid.php:398, ../includes/Elements/Post_Grid.php:436, ../includes/Elements/Post_Grid.php:567, ../includes/Elements/Post_Grid.php:711, ../includes/Elements/Post_Grid.php:735, ../includes/Elements/Post_Grid.php:871, ../includes/Elements/Post_Grid.php:885, ../includes/Elements/Post_Grid.php:911, ../includes/Elements/Post_Grid.php:925, ../includes/Elements/Post_Grid.php:951, ../includes/Elements/Post_Grid.php:965, ../includes/Elements/Post_Timeline.php:92, ../includes/Elements/Post_Timeline.php:103, ../includes/Elements/Pricing_Table.php:298, ../includes/Elements/Pricing_Table.php:2240, ../includes/Elements/Product_Grid.php:2073, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:237, ../includes/Elements/SVG_Draw.php:136, ../includes/Elements/SVG_Draw.php:376, ../includes/Elements/SVG_Draw.php:391, ../includes/Elements/Team_Member.php:880, ../includes/Elements/Testimonial.php:354, ../includes/Elements/Twitter_Feed.php:105, ../includes/Elements/Twitter_Feed.php:197, ../includes/Elements/Woo_Cart.php:949, ../includes/Elements/Woo_Checkout.php:639, ../includes/Elements/Woo_Product_Carousel.php:418, ../includes/Elements/Woo_Product_Carousel.php:764, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:812, ../includes/Elements/Woo_Product_Carousel.php:827, ../includes/Elements/Woo_Product_Carousel.php:889, ../includes/Elements/Woo_Product_Carousel.php:901, ../includes/Elements/Woo_Product_Carousel.php:912, ../includes/Elements/Woo_Product_Carousel.php:2528, ../includes/Elements/Woo_Product_List.php:1650, ../includes/Elements/Woo_Product_Price.php:175, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:963, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:82, ../includes/Extensions/Scroll_to_Top.php:43, ../includes/Extensions/Scroll_to_Top.php:83, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:84, ../includes/Extensions/Table_of_Content.php:278, ../includes/Extensions/Table_of_Content.php:293, ../includes/Extensions/Table_of_Content.php:308, ../includes/Extensions/Table_of_Content.php:323, ../includes/Extensions/Table_of_Content.php:338, ../includes/Extensions/Table_of_Content.php:370, ../includes/Extensions/Vertical_Text_Orientation.php:68, ../includes/Extensions/Vertical_Text_Orientation.php:121, ../includes/Traits/Controls.php:157, ../includes/Traits/Controls.php:217, ../includes/Traits/Controls.php:268, ../includes/Traits/Controls.php:349, ../includes/Traits/Controls.php:399, ../includes/Traits/Controls.php:414, ../includes/Traits/Controls.php:635, ../includes/Traits/Controls.php:1250 msgid "No" msgstr "" @@ -1509,7 +1509,7 @@ msgid "Opened Tab" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:526, ../includes/Elements/Adv_Accordion.php:553, ../includes/Elements/Adv_Tabs.php:357, ../includes/Elements/Adv_Tabs.php:372, ../includes/Elements/Betterdocs_Category_Box.php:412, ../includes/Elements/Betterdocs_Category_Box.php:446, ../includes/Elements/Betterdocs_Category_Grid.php:447, ../includes/Elements/Betterdocs_Category_Grid.php:1071, ../includes/Elements/Betterdocs_Category_Grid.php:1080, ../includes/Elements/Betterdocs_Category_Grid.php:1212, ../includes/Elements/Betterdocs_Category_Grid.php:1319, ../includes/Elements/Breadcrumbs.php:95, ../includes/Elements/Breadcrumbs.php:113, ../includes/Elements/Breadcrumbs.php:152, ../includes/Elements/Breadcrumbs.php:168, ../includes/Elements/Code_Snippet.php:341, ../includes/Elements/Code_Snippet.php:479, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Cta_Box.php:298, ../includes/Elements/Cta_Box.php:593, ../includes/Elements/Cta_Box.php:607, ../includes/Elements/Cta_Box.php:715, ../includes/Elements/Cta_Box.php:2004, ../includes/Elements/Data_Table.php:189, ../includes/Elements/Data_Table.php:208, ../includes/Elements/Data_Table.php:344, ../includes/Elements/Data_Table.php:397, ../includes/Elements/Dual_Color_Header.php:114, ../includes/Elements/Dual_Color_Header.php:447, ../includes/Elements/Dual_Color_Header.php:563, ../includes/Elements/Feature_List.php:86, ../includes/Elements/Feature_List.php:102, ../includes/Elements/Feature_List.php:612, ../includes/Elements/Flip_Box.php:343, ../includes/Elements/Flip_Box.php:372, ../includes/Elements/Flip_Box.php:583, ../includes/Elements/Flip_Box.php:612, ../includes/Elements/Info_Box.php:134, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:1299, ../includes/Elements/Interactive_Circle.php:186, ../includes/Elements/Interactive_Circle.php:261, ../includes/Elements/Login_Register.php:1216, ../includes/Elements/Login_Register.php:1375, ../includes/Elements/Login_Register.php:2599, ../includes/Elements/Pricing_Table.php:249, ../includes/Elements/Simple_Menu.php:245, ../includes/Elements/Simple_Menu.php:941, ../includes/Elements/Simple_Menu.php:1387, ../includes/Elements/SVG_Draw.php:93, ../includes/Elements/SVG_Draw.php:102, ../includes/Elements/Team_Member.php:361, ../includes/Elements/Tooltip.php:83, ../includes/Elements/Tooltip.php:106, ../includes/Elements/Twitter_Feed.php:1174, ../includes/Elements/Woo_Add_To_Cart.php:928, ../includes/Elements/Woo_Checkout.php:389, ../includes/Elements/Woo_Checkout.php:514, ../includes/Elements/Woo_Product_Price.php:227, ../includes/Elements/Woo_Product_Price.php:258, ../includes/Elements/Woo_Product_Price.php:294, ../includes/Elements/Woo_Product_Price.php:325, ../includes/Extensions/Scroll_to_Top.php:348, ../includes/Extensions/Table_of_Content.php:854, ../includes/Traits/Controls.php:1048, ../includes/Traits/Controls.php:1105 +#: ../includes/Elements/Adv_Accordion.php:526, ../includes/Elements/Adv_Accordion.php:553, ../includes/Elements/Adv_Tabs.php:357, ../includes/Elements/Adv_Tabs.php:372, ../includes/Elements/Betterdocs_Category_Box.php:412, ../includes/Elements/Betterdocs_Category_Box.php:446, ../includes/Elements/Betterdocs_Category_Grid.php:447, ../includes/Elements/Betterdocs_Category_Grid.php:1071, ../includes/Elements/Betterdocs_Category_Grid.php:1080, ../includes/Elements/Betterdocs_Category_Grid.php:1212, ../includes/Elements/Betterdocs_Category_Grid.php:1319, ../includes/Elements/Breadcrumbs.php:95, ../includes/Elements/Breadcrumbs.php:113, ../includes/Elements/Breadcrumbs.php:152, ../includes/Elements/Breadcrumbs.php:168, ../includes/Elements/Code_Snippet.php:341, ../includes/Elements/Code_Snippet.php:479, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Cta_Box.php:298, ../includes/Elements/Cta_Box.php:593, ../includes/Elements/Cta_Box.php:607, ../includes/Elements/Cta_Box.php:715, ../includes/Elements/Cta_Box.php:2004, ../includes/Elements/Data_Table.php:189, ../includes/Elements/Data_Table.php:208, ../includes/Elements/Data_Table.php:344, ../includes/Elements/Data_Table.php:397, ../includes/Elements/Dual_Color_Header.php:114, ../includes/Elements/Dual_Color_Header.php:447, ../includes/Elements/Dual_Color_Header.php:563, ../includes/Elements/Feature_List.php:86, ../includes/Elements/Feature_List.php:102, ../includes/Elements/Feature_List.php:612, ../includes/Elements/Flip_Box.php:343, ../includes/Elements/Flip_Box.php:372, ../includes/Elements/Flip_Box.php:583, ../includes/Elements/Flip_Box.php:612, ../includes/Elements/Info_Box.php:134, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:1299, ../includes/Elements/Interactive_Circle.php:186, ../includes/Elements/Interactive_Circle.php:261, ../includes/Elements/Login_Register.php:1217, ../includes/Elements/Login_Register.php:1376, ../includes/Elements/Login_Register.php:2600, ../includes/Elements/Pricing_Table.php:249, ../includes/Elements/Simple_Menu.php:245, ../includes/Elements/Simple_Menu.php:941, ../includes/Elements/Simple_Menu.php:1387, ../includes/Elements/SVG_Draw.php:93, ../includes/Elements/SVG_Draw.php:102, ../includes/Elements/Team_Member.php:361, ../includes/Elements/Tooltip.php:83, ../includes/Elements/Tooltip.php:106, ../includes/Elements/Twitter_Feed.php:1174, ../includes/Elements/Woo_Add_To_Cart.php:978, ../includes/Elements/Woo_Checkout.php:389, ../includes/Elements/Woo_Checkout.php:514, ../includes/Elements/Woo_Product_Price.php:227, ../includes/Elements/Woo_Product_Price.php:258, ../includes/Elements/Woo_Product_Price.php:294, ../includes/Elements/Woo_Product_Price.php:325, ../includes/Extensions/Scroll_to_Top.php:348, ../includes/Extensions/Table_of_Content.php:854, ../includes/Traits/Controls.php:1048, ../includes/Traits/Controls.php:1105 msgid "Icon" msgstr "" @@ -1525,7 +1525,7 @@ msgid "Content Type" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:593, ../includes/Elements/Adv_Tabs.php:280, ../includes/Elements/Adv_Tabs.php:444, ../includes/Elements/Adv_Tabs.php:1039, ../includes/Elements/Business_Reviews.php:626, ../includes/Elements/Business_Reviews.php:1575, ../includes/Elements/Cta_Box.php:319, ../includes/Elements/Cta_Box.php:517, ../includes/Elements/Cta_Box.php:1098, ../includes/Elements/Data_Table.php:302, ../includes/Elements/Data_Table.php:417, ../includes/Elements/Data_Table.php:431, ../includes/Elements/Dual_Color_Header.php:80, ../includes/Elements/Event_Calendar.php:315, ../includes/Elements/Event_Calendar.php:3261, ../includes/Elements/Facebook_Feed.php:1040, ../includes/Elements/Feature_List.php:206, ../includes/Elements/Feature_List.php:809, ../includes/Elements/Filterable_Gallery.php:1016, ../includes/Elements/Flip_Box.php:294, ../includes/Elements/Flip_Box.php:312, ../includes/Elements/Flip_Box.php:554, ../includes/Elements/Image_Accordion.php:110, ../includes/Elements/Image_Accordion.php:227, ../includes/Elements/Image_Accordion.php:547, ../includes/Elements/Info_Box.php:279, ../includes/Elements/Info_Box.php:401, ../includes/Elements/Info_Box.php:424, ../includes/Elements/Info_Box.php:1850, ../includes/Elements/Interactive_Circle.php:123, ../includes/Elements/Interactive_Circle.php:155, ../includes/Elements/Interactive_Circle.php:255, ../includes/Elements/Interactive_Circle.php:895, ../includes/Elements/NFT_Gallery.php:619, ../includes/Elements/Post_Grid.php:1328, ../includes/Elements/Post_Timeline.php:216, ../includes/Elements/Pricing_Table.php:474, ../includes/Elements/Product_Grid.php:3135, ../includes/Elements/Team_Member.php:173, ../includes/Elements/Testimonial.php:193, ../includes/Elements/Testimonial.php:625, ../includes/Elements/Tooltip.php:151, ../includes/Elements/Tooltip.php:287, ../includes/Elements/Woo_Product_Carousel.php:1986, ../includes/Elements/Woo_Product_Gallery.php:2300, ../includes/Elements/Woo_Product_Images.php:502, ../includes/Elements/Woo_Product_List.php:679, ../includes/Elements/Woo_Product_List.php:1595, ../includes/Elements/Woo_Product_List.php:3132, ../includes/Elements/Woo_Product_Price.php:148, ../includes/Elements/Woo_Product_Rating.php:284 +#: ../includes/Elements/Adv_Accordion.php:593, ../includes/Elements/Adv_Tabs.php:280, ../includes/Elements/Adv_Tabs.php:444, ../includes/Elements/Adv_Tabs.php:1039, ../includes/Elements/Business_Reviews.php:626, ../includes/Elements/Business_Reviews.php:1575, ../includes/Elements/Cta_Box.php:319, ../includes/Elements/Cta_Box.php:517, ../includes/Elements/Cta_Box.php:1098, ../includes/Elements/Data_Table.php:302, ../includes/Elements/Data_Table.php:417, ../includes/Elements/Data_Table.php:431, ../includes/Elements/Dual_Color_Header.php:80, ../includes/Elements/Event_Calendar.php:315, ../includes/Elements/Event_Calendar.php:3261, ../includes/Elements/Facebook_Feed.php:1040, ../includes/Elements/Feature_List.php:206, ../includes/Elements/Feature_List.php:809, ../includes/Elements/Filterable_Gallery.php:1016, ../includes/Elements/Flip_Box.php:294, ../includes/Elements/Flip_Box.php:312, ../includes/Elements/Flip_Box.php:554, ../includes/Elements/Image_Accordion.php:110, ../includes/Elements/Image_Accordion.php:227, ../includes/Elements/Image_Accordion.php:547, ../includes/Elements/Info_Box.php:279, ../includes/Elements/Info_Box.php:401, ../includes/Elements/Info_Box.php:424, ../includes/Elements/Info_Box.php:1850, ../includes/Elements/Interactive_Circle.php:123, ../includes/Elements/Interactive_Circle.php:155, ../includes/Elements/Interactive_Circle.php:255, ../includes/Elements/Interactive_Circle.php:895, ../includes/Elements/NFT_Gallery.php:619, ../includes/Elements/Post_Grid.php:1328, ../includes/Elements/Post_Timeline.php:216, ../includes/Elements/Pricing_Table.php:474, ../includes/Elements/Product_Grid.php:3135, ../includes/Elements/Team_Member.php:173, ../includes/Elements/Testimonial.php:193, ../includes/Elements/Testimonial.php:625, ../includes/Elements/Tooltip.php:151, ../includes/Elements/Tooltip.php:287, ../includes/Elements/Woo_Product_Carousel.php:1986, ../includes/Elements/Woo_Product_Gallery.php:2300, ../includes/Elements/Woo_Product_Images.php:502, ../includes/Elements/Woo_Product_List.php:680, ../includes/Elements/Woo_Product_List.php:1596, ../includes/Elements/Woo_Product_List.php:3133, ../includes/Elements/Woo_Product_Price.php:148, ../includes/Elements/Woo_Product_Rating.php:284 msgid "Content" msgstr "" @@ -1601,7 +1601,7 @@ msgid "Icon Style" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:973, ../includes/Elements/Adv_Accordion.php:1501, ../includes/Elements/Adv_Tabs.php:668, ../includes/Elements/Breadcrumbs.php:346, ../includes/Elements/Code_Snippet.php:904, ../includes/Elements/Cta_Box.php:1199, ../includes/Elements/Cta_Box.php:1222, ../includes/Elements/Cta_Box.php:1729, ../includes/Elements/Data_Table.php:763, ../includes/Elements/Data_Table.php:1114, ../includes/Elements/Dual_Color_Header.php:784, ../includes/Elements/Event_Calendar.php:3165, ../includes/Elements/Event_Calendar.php:3232, ../includes/Elements/Event_Calendar.php:3345, ../includes/Elements/Feature_List.php:688, ../includes/Elements/Filterable_Gallery.php:2513, ../includes/Elements/Filterable_Gallery.php:2874, ../includes/Elements/Flip_Box.php:1135, ../includes/Elements/Flip_Box.php:1249, ../includes/Elements/Flip_Box.php:1588, ../includes/Elements/Info_Box.php:1552, ../includes/Elements/Interactive_Circle.php:672, ../includes/Elements/Interactive_Circle.php:938, ../includes/Elements/Login_Register.php:4519, ../includes/Elements/Login_Register.php:4616, ../includes/Elements/Login_Register.php:4713, ../includes/Elements/Login_Register.php:5408, ../includes/Elements/NFT_Gallery.php:2286, ../includes/Elements/Pricing_Table.php:1503, ../includes/Elements/Pricing_Table.php:2007, ../includes/Elements/Pricing_Table.php:2207, ../includes/Elements/Product_Grid.php:1836, ../includes/Elements/Product_Grid.php:3477, ../includes/Elements/Simple_Menu.php:332, ../includes/Elements/Simple_Menu.php:958, ../includes/Elements/Simple_Menu.php:1404, ../includes/Elements/Team_Member.php:816, ../includes/Elements/Testimonial.php:792, ../includes/Elements/Tooltip.php:122, ../includes/Elements/Twitter_Feed.php:1351, ../includes/Elements/Woo_Cart.php:1558, ../includes/Elements/Woo_Cart.php:2142, ../includes/Elements/Woo_Checkout.php:1851, ../includes/Elements/Woo_Product_Carousel.php:1512, ../includes/Elements/Woo_Product_Carousel.php:2338, ../includes/Elements/Woo_Product_Carousel.php:2986, ../includes/Elements/Woo_Product_Gallery.php:1259, ../includes/Elements/Woo_Product_Gallery.php:2683, ../includes/Elements/Woo_Product_Images.php:366, ../includes/Elements/Woo_Product_List.php:2286, ../includes/Elements/Woo_Product_List.php:3470, ../includes/Elements/Woo_Product_Price.php:634, ../includes/Elements/Woo_Product_Price.php:751, ../includes/Extensions/Scroll_to_Top.php:376, ../includes/Extensions/Table_of_Content.php:890, ../includes/Traits/Woo_Product_Comparable.php:1346 +#: ../includes/Elements/Adv_Accordion.php:973, ../includes/Elements/Adv_Accordion.php:1501, ../includes/Elements/Adv_Tabs.php:668, ../includes/Elements/Breadcrumbs.php:346, ../includes/Elements/Code_Snippet.php:904, ../includes/Elements/Creative_Button.php:332, ../includes/Elements/Cta_Box.php:1199, ../includes/Elements/Cta_Box.php:1222, ../includes/Elements/Cta_Box.php:1729, ../includes/Elements/Data_Table.php:763, ../includes/Elements/Data_Table.php:1114, ../includes/Elements/Dual_Color_Header.php:784, ../includes/Elements/Event_Calendar.php:3165, ../includes/Elements/Event_Calendar.php:3232, ../includes/Elements/Event_Calendar.php:3345, ../includes/Elements/Feature_List.php:688, ../includes/Elements/Filterable_Gallery.php:2513, ../includes/Elements/Filterable_Gallery.php:2874, ../includes/Elements/Flip_Box.php:1135, ../includes/Elements/Flip_Box.php:1249, ../includes/Elements/Flip_Box.php:1588, ../includes/Elements/Info_Box.php:1552, ../includes/Elements/Interactive_Circle.php:672, ../includes/Elements/Interactive_Circle.php:938, ../includes/Elements/Login_Register.php:4520, ../includes/Elements/Login_Register.php:4617, ../includes/Elements/Login_Register.php:4714, ../includes/Elements/Login_Register.php:5409, ../includes/Elements/NFT_Gallery.php:2286, ../includes/Elements/Pricing_Table.php:1503, ../includes/Elements/Pricing_Table.php:2007, ../includes/Elements/Pricing_Table.php:2207, ../includes/Elements/Product_Grid.php:1836, ../includes/Elements/Product_Grid.php:3477, ../includes/Elements/Simple_Menu.php:332, ../includes/Elements/Simple_Menu.php:958, ../includes/Elements/Simple_Menu.php:1404, ../includes/Elements/Team_Member.php:816, ../includes/Elements/Testimonial.php:792, ../includes/Elements/Tooltip.php:122, ../includes/Elements/Twitter_Feed.php:1351, ../includes/Elements/Woo_Cart.php:1558, ../includes/Elements/Woo_Cart.php:2142, ../includes/Elements/Woo_Checkout.php:1851, ../includes/Elements/Woo_Product_Carousel.php:1512, ../includes/Elements/Woo_Product_Carousel.php:2338, ../includes/Elements/Woo_Product_Carousel.php:2986, ../includes/Elements/Woo_Product_Gallery.php:1259, ../includes/Elements/Woo_Product_Gallery.php:2683, ../includes/Elements/Woo_Product_Images.php:366, ../includes/Elements/Woo_Product_List.php:2287, ../includes/Elements/Woo_Product_List.php:3471, ../includes/Elements/Woo_Product_Price.php:634, ../includes/Elements/Woo_Product_Price.php:751, ../includes/Extensions/Scroll_to_Top.php:376, ../includes/Extensions/Table_of_Content.php:890, ../includes/Traits/Woo_Product_Comparable.php:1346 msgid "Icon Size" msgstr "" @@ -1613,7 +1613,7 @@ msgid "Distance" msgstr "" -#: ../includes/Elements/Adv_Accordion.php:1143, ../includes/Elements/Adv_Accordion.php:1225, ../includes/Elements/Adv_Accordion.php:1326, ../includes/Elements/Adv_Accordion.php:1345, ../includes/Elements/Adv_Tabs.php:798, ../includes/Elements/Adv_Tabs.php:896, ../includes/Elements/Adv_Tabs.php:985, ../includes/Elements/Breadcrumbs.php:334, ../includes/Elements/Creative_Button.php:501, ../includes/Elements/Creative_Button.php:604, ../includes/Elements/Cta_Box.php:1363, ../includes/Elements/Cta_Box.php:1485, ../includes/Elements/Cta_Box.php:1555, ../includes/Elements/Cta_Box.php:1636, ../includes/Elements/Cta_Box.php:1866, ../includes/Elements/Cta_Box.php:1959, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Data_Table.php:1160, ../includes/Elements/Dual_Color_Header.php:810, ../includes/Elements/Event_Calendar.php:3183, ../includes/Elements/Event_Calendar.php:3250, ../includes/Elements/Feature_List.php:130, ../includes/Elements/Info_Box.php:1146, ../includes/Elements/Info_Box.php:1225, ../includes/Elements/Info_Box.php:1458, ../includes/Elements/Interactive_Circle.php:721, ../includes/Elements/Interactive_Circle.php:784, ../includes/Elements/Interactive_Circle.php:850, ../includes/Elements/Interactive_Circle.php:962, ../includes/Elements/Login_Register.php:5518, ../includes/Elements/Login_Register.php:5574, ../includes/Elements/Post_Grid.php:1725, ../includes/Elements/Pricing_Table.php:432, ../includes/Elements/Pricing_Table.php:1479, ../includes/Elements/Pricing_Table.php:2072, ../includes/Elements/Simple_Menu.php:349, ../includes/Elements/Team_Member.php:893, ../includes/Elements/Twitter_Feed.php:915, ../includes/Elements/Woo_Cart.php:253, ../includes/Elements/Woo_Cart.php:855, ../includes/Elements/Woo_Cart.php:2120, ../includes/Elements/Woo_Cart.php:2518, ../includes/Elements/Woo_Cart.php:2601, ../includes/Elements/Woo_Cart.php:2688, ../includes/Elements/Woo_Checkout.php:1480, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Product_Images.php:216, ../includes/Elements/Woo_Product_Images.php:350, ../includes/Elements/Woo_Product_Price.php:618, ../includes/Elements/Woo_Product_Price.php:735, ../includes/Extensions/Scroll_to_Top.php:403 +#: ../includes/Elements/Adv_Accordion.php:1143, ../includes/Elements/Adv_Accordion.php:1225, ../includes/Elements/Adv_Accordion.php:1326, ../includes/Elements/Adv_Accordion.php:1345, ../includes/Elements/Adv_Tabs.php:798, ../includes/Elements/Adv_Tabs.php:896, ../includes/Elements/Adv_Tabs.php:985, ../includes/Elements/Breadcrumbs.php:334, ../includes/Elements/Creative_Button.php:501, ../includes/Elements/Creative_Button.php:604, ../includes/Elements/Cta_Box.php:1363, ../includes/Elements/Cta_Box.php:1485, ../includes/Elements/Cta_Box.php:1555, ../includes/Elements/Cta_Box.php:1636, ../includes/Elements/Cta_Box.php:1866, ../includes/Elements/Cta_Box.php:1959, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Data_Table.php:1160, ../includes/Elements/Dual_Color_Header.php:810, ../includes/Elements/Event_Calendar.php:3183, ../includes/Elements/Event_Calendar.php:3250, ../includes/Elements/Feature_List.php:130, ../includes/Elements/Info_Box.php:1146, ../includes/Elements/Info_Box.php:1225, ../includes/Elements/Info_Box.php:1458, ../includes/Elements/Interactive_Circle.php:721, ../includes/Elements/Interactive_Circle.php:784, ../includes/Elements/Interactive_Circle.php:850, ../includes/Elements/Interactive_Circle.php:962, ../includes/Elements/Login_Register.php:5519, ../includes/Elements/Login_Register.php:5575, ../includes/Elements/Post_Grid.php:1725, ../includes/Elements/Pricing_Table.php:432, ../includes/Elements/Pricing_Table.php:1479, ../includes/Elements/Pricing_Table.php:2072, ../includes/Elements/Simple_Menu.php:349, ../includes/Elements/Team_Member.php:893, ../includes/Elements/Twitter_Feed.php:915, ../includes/Elements/Woo_Cart.php:253, ../includes/Elements/Woo_Cart.php:855, ../includes/Elements/Woo_Cart.php:2120, ../includes/Elements/Woo_Cart.php:2518, ../includes/Elements/Woo_Cart.php:2601, ../includes/Elements/Woo_Cart.php:2688, ../includes/Elements/Woo_Checkout.php:1480, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Product_Images.php:216, ../includes/Elements/Woo_Product_Images.php:350, ../includes/Elements/Woo_Product_Price.php:618, ../includes/Elements/Woo_Product_Price.php:735, ../includes/Extensions/Scroll_to_Top.php:403 msgid "Icon Color" msgstr "" @@ -1645,6 +1645,10 @@ msgid "Caret Color" msgstr "" +#: ../includes/Elements/Adv_Accordion.php:1964, ../includes/Elements/Betterdocs_Category_Box.php:1178, ../includes/Elements/Betterdocs_Category_Box.php:1150, ../includes/Elements/Betterdocs_Category_Grid.php:1691, ../includes/Elements/Betterdocs_Category_Grid.php:1661, ../includes/Elements/Post_Grid.php:1850, ../includes/Elements/Post_Timeline.php:792, ../includes/Elements/Product_Grid.php:3771, ../includes/Traits/Ajax_Handler.php:336 +msgid "No posts found!" +msgstr "" + #: ../includes/Elements/Adv_Tabs.php:120 msgid "Liquid Glass (Pro)" msgstr "" @@ -1653,7 +1657,7 @@ msgid "Styles" msgstr "" -#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Business_Reviews.php:259, ../includes/Elements/Countdown.php:253, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Event_Calendar.php:117, ../includes/Elements/Facebook_Feed.php:263, ../includes/Elements/Feature_List.php:264, ../includes/Elements/Filterable_Gallery.php:142, ../includes/Elements/NFT_Gallery.php:326, ../includes/Elements/Post_Grid.php:93, ../includes/Elements/Post_Grid.php:138, ../includes/Elements/Product_Grid.php:240, ../includes/Elements/Progress_Bar.php:83, ../includes/Elements/Progress_Bar.php:109, ../includes/Elements/Simple_Menu.php:170, ../includes/Elements/Team_Member.php:73, ../includes/Elements/Testimonial.php:89, ../includes/Elements/Woo_Add_To_Cart.php:865, ../includes/Elements/Woo_Cart.php:158, ../includes/Elements/Woo_Checkout.php:149, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Gallery.php:366, ../includes/Elements/Woo_Product_List.php:213, ../includes/Elements/Woo_Product_List.php:236, ../includes/Traits/Controls.php:801 +#: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Business_Reviews.php:259, ../includes/Elements/Countdown.php:253, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Event_Calendar.php:117, ../includes/Elements/Facebook_Feed.php:263, ../includes/Elements/Feature_List.php:264, ../includes/Elements/Filterable_Gallery.php:142, ../includes/Elements/NFT_Gallery.php:326, ../includes/Elements/Post_Grid.php:93, ../includes/Elements/Post_Grid.php:138, ../includes/Elements/Product_Grid.php:240, ../includes/Elements/Progress_Bar.php:83, ../includes/Elements/Progress_Bar.php:110, ../includes/Elements/Simple_Menu.php:170, ../includes/Elements/Team_Member.php:73, ../includes/Elements/Testimonial.php:89, ../includes/Elements/Woo_Add_To_Cart.php:915, ../includes/Elements/Woo_Cart.php:158, ../includes/Elements/Woo_Checkout.php:149, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Gallery.php:366, ../includes/Elements/Woo_Product_List.php:213, ../includes/Elements/Woo_Product_List.php:236, ../includes/Traits/Controls.php:801 msgid "Layout" msgstr "" @@ -1669,15 +1673,15 @@ msgid "Enable Icon" msgstr "" -#: ../includes/Elements/Adv_Tabs.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:1334, ../includes/Elements/Creative_Button.php:199, ../includes/Elements/Cta_Box.php:639, ../includes/Elements/Cta_Box.php:745, ../includes/Elements/Data_Table.php:785, ../includes/Elements/Feature_List.php:331, ../includes/Elements/Filterable_Gallery.php:1226, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/Info_Box.php:149, ../includes/Elements/Info_Box.php:183, ../includes/Elements/Info_Box.php:651, ../includes/Elements/Login_Register.php:1224, ../includes/Elements/Login_Register.php:1383, ../includes/Elements/Login_Register.php:2607, ../includes/Elements/NFT_Gallery.php:802, ../includes/Elements/Pricing_Table.php:655, ../includes/Elements/Twitter_Feed.php:544, ../includes/Elements/Woo_Checkout.php:1493, ../includes/Elements/Woo_Checkout.php:1871 +#: ../includes/Elements/Adv_Tabs.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:1334, ../includes/Elements/Creative_Button.php:199, ../includes/Elements/Cta_Box.php:639, ../includes/Elements/Cta_Box.php:745, ../includes/Elements/Data_Table.php:785, ../includes/Elements/Feature_List.php:331, ../includes/Elements/Filterable_Gallery.php:1226, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/Info_Box.php:149, ../includes/Elements/Info_Box.php:183, ../includes/Elements/Info_Box.php:651, ../includes/Elements/Login_Register.php:1225, ../includes/Elements/Login_Register.php:1384, ../includes/Elements/Login_Register.php:2608, ../includes/Elements/NFT_Gallery.php:802, ../includes/Elements/Pricing_Table.php:655, ../includes/Elements/Twitter_Feed.php:544, ../includes/Elements/Woo_Checkout.php:1493, ../includes/Elements/Woo_Checkout.php:1871 msgid "Icon Position" msgstr "" -#: ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Feature_List.php:323, ../includes/Elements/Woo_Add_To_Cart.php:870, ../includes/Elements/Woo_Product_Price.php:172 +#: ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Feature_List.php:323, ../includes/Elements/Woo_Add_To_Cart.php:920, ../includes/Elements/Woo_Product_Price.php:172 msgid "Stacked" msgstr "" -#: ../includes/Elements/Adv_Tabs.php:183, ../includes/Elements/Contact_Form_7.php:847, ../includes/Elements/Countdown.php:190, ../includes/Elements/Login_Register.php:5439, ../includes/Elements/Login_Register.php:5827, ../includes/Elements/Woo_Add_To_Cart.php:869 +#: ../includes/Elements/Adv_Tabs.php:183, ../includes/Elements/Contact_Form_7.php:847, ../includes/Elements/Countdown.php:190, ../includes/Elements/Login_Register.php:5440, ../includes/Elements/Login_Register.php:5828, ../includes/Elements/Woo_Add_To_Cart.php:919 msgid "Inline" msgstr "" @@ -1733,7 +1737,7 @@ msgid "Icon Type" msgstr "" -#: ../includes/Elements/Adv_Tabs.php:420, ../includes/Elements/Feature_List.php:282, ../includes/Elements/Product_Grid.php:697, ../includes/Elements/Progress_Bar.php:146, ../includes/Elements/Woo_Product_Gallery.php:448 +#: ../includes/Elements/Adv_Tabs.php:420, ../includes/Elements/Feature_List.php:282, ../includes/Elements/Product_Grid.php:697, ../includes/Elements/Progress_Bar.php:147, ../includes/Elements/Woo_Product_Gallery.php:448 msgid "Title HTML Tag" msgstr "" @@ -1753,7 +1757,7 @@ msgid "Philosophy" msgstr "" -#: ../includes/Elements/Adv_Tabs.php:560, ../includes/Elements/Breadcrumbs.php:58, ../includes/Elements/Business_Reviews.php:98, ../includes/Elements/Event_Calendar.php:164, ../includes/Elements/Filterable_Gallery.php:1311, ../includes/Elements/Image_Accordion.php:74, ../includes/Elements/Image_Accordion.php:323, ../includes/Elements/Interactive_Circle.php:72, ../includes/Elements/Interactive_Circle.php:525, ../includes/Elements/Login_Register.php:341, ../includes/Elements/Login_Register.php:3019, ../includes/Elements/Progress_Bar.php:357, ../includes/Elements/Progress_Bar.php:626, ../includes/Elements/Simple_Menu.php:110, ../includes/Elements/SVG_Draw.php:81, ../includes/Elements/Woo_Add_To_Cart.php:843, ../includes/Elements/Woo_Cart.php:1277, ../includes/Elements/Woo_Product_List.php:249, ../includes/Elements/Woo_Product_List.php:685, ../includes/Traits/Admin.php:68 +#: ../includes/Elements/Adv_Tabs.php:560, ../includes/Elements/Breadcrumbs.php:58, ../includes/Elements/Business_Reviews.php:98, ../includes/Elements/Event_Calendar.php:164, ../includes/Elements/Filterable_Gallery.php:1311, ../includes/Elements/Image_Accordion.php:74, ../includes/Elements/Image_Accordion.php:323, ../includes/Elements/Interactive_Circle.php:72, ../includes/Elements/Interactive_Circle.php:525, ../includes/Elements/Login_Register.php:341, ../includes/Elements/Login_Register.php:3020, ../includes/Elements/Progress_Bar.php:358, ../includes/Elements/Progress_Bar.php:627, ../includes/Elements/Simple_Menu.php:110, ../includes/Elements/SVG_Draw.php:81, ../includes/Elements/Woo_Add_To_Cart.php:893, ../includes/Elements/Woo_Cart.php:1277, ../includes/Elements/Woo_Product_List.php:249, ../includes/Elements/Woo_Product_List.php:686, ../includes/Traits/Admin.php:68 msgid "General" msgstr "" @@ -1805,11 +1809,11 @@ msgid "Show Icon" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:160, ../includes/Elements/Betterdocs_Category_Box.php:172, ../includes/Elements/Betterdocs_Category_Box.php:207, ../includes/Elements/Betterdocs_Category_Grid.php:180, ../includes/Elements/Betterdocs_Category_Grid.php:193, ../includes/Elements/Betterdocs_Category_Grid.php:208, ../includes/Elements/Betterdocs_Category_Grid.php:247, ../includes/Elements/Betterdocs_Category_Grid.php:263, ../includes/Elements/Betterdocs_Category_Grid.php:275, ../includes/Elements/Betterdocs_Category_Grid.php:1309, ../includes/Elements/Breadcrumbs.php:81, ../includes/Elements/Business_Reviews.php:593, ../includes/Elements/Business_Reviews.php:608, ../includes/Elements/Business_Reviews.php:643, ../includes/Elements/Business_Reviews.php:667, ../includes/Elements/Business_Reviews.php:693, ../includes/Elements/Business_Reviews.php:720, ../includes/Elements/Business_Reviews.php:741, ../includes/Elements/Business_Reviews.php:753, ../includes/Elements/Business_Reviews.php:787, ../includes/Elements/Business_Reviews.php:817, ../includes/Elements/Business_Reviews.php:889, ../includes/Elements/Business_Reviews.php:901, ../includes/Elements/Caldera_Forms.php:159, ../includes/Elements/Caldera_Forms.php:172, ../includes/Elements/Caldera_Forms.php:198, ../includes/Elements/Code_Snippet.php:150, ../includes/Elements/Code_Snippet.php:163, ../includes/Elements/Code_Snippet.php:179, ../includes/Elements/Code_Snippet.php:196, ../includes/Elements/Code_Snippet.php:447, ../includes/Elements/Code_Snippet.php:460, ../includes/Elements/Contact_Form_7.php:212, ../includes/Elements/Contact_Form_7.php:238, ../includes/Elements/Contact_Form_7.php:258, ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Countdown.php:625, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Cta_Box.php:595, ../includes/Elements/Cta_Box.php:706, ../includes/Elements/Cta_Box.php:717, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Dual_Color_Header.php:117, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1082, ../includes/Elements/Event_Calendar.php:1152, ../includes/Elements/Event_Calendar.php:1212, ../includes/Elements/Event_Calendar.php:1307, ../includes/Elements/Event_Calendar.php:1464, ../includes/Elements/Facebook_Feed.php:390, ../includes/Elements/Facebook_Feed.php:402, ../includes/Elements/Facebook_Feed.php:417, ../includes/Elements/Facebook_Feed.php:432, ../includes/Elements/Facebook_Feed.php:447, ../includes/Elements/Facebook_Feed.php:516, ../includes/Elements/Feature_List.php:424, ../includes/Elements/Filterable_Gallery.php:440, ../includes/Elements/Filterable_Gallery.php:753, ../includes/Elements/Filterable_Gallery.php:916, ../includes/Elements/Filterable_Gallery.php:946, ../includes/Elements/Filterable_Gallery.php:975, ../includes/Elements/Filterable_Gallery.php:1062, ../includes/Elements/Filterable_Gallery.php:1077, ../includes/Elements/FluentForm.php:200, ../includes/Elements/FluentForm.php:212, ../includes/Elements/FluentForm.php:238, ../includes/Elements/FluentForm.php:1766, ../includes/Elements/FluentForm.php:1835, ../includes/Elements/Formstack.php:250, ../includes/Elements/Formstack.php:262, ../includes/Elements/Formstack.php:288, ../includes/Elements/Formstack.php:301, ../includes/Elements/Formstack.php:1639, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:237, ../includes/Elements/GravityForms.php:249, ../includes/Elements/GravityForms.php:287, ../includes/Elements/GravityForms.php:307, ../includes/Elements/Image_Accordion.php:239, ../includes/Elements/Info_Box.php:322, ../includes/Elements/Info_Box.php:446, ../includes/Elements/Login_Register.php:521, ../includes/Elements/Login_Register.php:1170, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2573, ../includes/Elements/NFT_Gallery.php:387, ../includes/Elements/NFT_Gallery.php:399, ../includes/Elements/NFT_Gallery.php:442, ../includes/Elements/NFT_Gallery.php:454, ../includes/Elements/NFT_Gallery.php:466, ../includes/Elements/NFT_Gallery.php:501, ../includes/Elements/NFT_Gallery.php:536, ../includes/Elements/NFT_Gallery.php:571, ../includes/Elements/NFT_Gallery.php:601, ../includes/Elements/NinjaForms.php:130, ../includes/Elements/NinjaForms.php:180, ../includes/Elements/NinjaForms.php:193, ../includes/Elements/NinjaForms.php:219, ../includes/Elements/NinjaForms.php:239, ../includes/Elements/Post_Grid.php:263, ../includes/Elements/Post_Grid.php:347, ../includes/Elements/Post_Grid.php:395, ../includes/Elements/Post_Grid.php:433, ../includes/Elements/Post_Grid.php:541, ../includes/Elements/Post_Grid.php:564, ../includes/Elements/Post_Grid.php:594, ../includes/Elements/Post_Grid.php:610, ../includes/Elements/Post_Grid.php:627, ../includes/Elements/Post_Grid.php:643, ../includes/Elements/Post_Grid.php:659, ../includes/Elements/Post_Grid.php:676, ../includes/Elements/Post_Grid.php:708, ../includes/Elements/Post_Grid.php:796, ../includes/Elements/Post_Timeline.php:127, ../includes/Elements/Pricing_Table.php:569, ../includes/Elements/Pricing_Table.php:633, ../includes/Elements/Pricing_Table.php:1139, ../includes/Elements/Pricing_Table.php:1141, ../includes/Elements/Pricing_Table.php:1961, ../includes/Elements/Product_Grid.php:423, ../includes/Elements/Product_Grid.php:657, ../includes/Elements/Product_Grid.php:674, ../includes/Elements/Product_Grid.php:751, ../includes/Elements/Product_Grid.php:917, ../includes/Elements/Product_Grid.php:933, ../includes/Elements/Product_Grid.php:985, ../includes/Elements/Product_Grid.php:1008, ../includes/Elements/Product_Grid.php:1034, ../includes/Elements/Product_Grid.php:2740, ../includes/Elements/SVG_Draw.php:312, ../includes/Elements/Twitter_Feed.php:676, ../includes/Elements/Woo_Add_To_Cart.php:888, ../includes/Elements/Woo_Add_To_Cart.php:915, ../includes/Elements/Woo_Cart.php:462, ../includes/Elements/Woo_Cart.php:513, ../includes/Elements/Woo_Cart.php:583, ../includes/Elements/Woo_Cart.php:595, ../includes/Elements/Woo_Cart.php:669, ../includes/Elements/Woo_Cart.php:750, ../includes/Elements/Woo_Cart.php:824, ../includes/Elements/Woo_Cart.php:972, ../includes/Elements/Woo_Cart.php:1000, ../includes/Elements/Woo_Cart.php:1027, ../includes/Elements/Woo_Cart.php:1070, ../includes/Elements/Woo_Cart.php:1117, ../includes/Elements/Woo_Cart.php:1130, ../includes/Elements/Woo_Cart.php:1145, ../includes/Elements/Woo_Cart.php:1160, ../includes/Elements/Woo_Cart.php:1175, ../includes/Elements/Woo_Cart.php:1190, ../includes/Elements/Woo_Cart.php:1205, ../includes/Elements/Woo_Checkout.php:486, ../includes/Elements/Woo_Product_Carousel.php:256, ../includes/Elements/Woo_Product_Carousel.php:268, ../includes/Elements/Woo_Product_Carousel.php:321, ../includes/Elements/Woo_Product_Carousel.php:853, ../includes/Elements/Woo_Product_Carousel.php:926, ../includes/Elements/Woo_Product_Carousel.php:1069, ../includes/Elements/Woo_Product_Carousel.php:1086, ../includes/Elements/Woo_Product_Gallery.php:296, ../includes/Elements/Woo_Product_Gallery.php:326, ../includes/Elements/Woo_Product_Gallery.php:497, ../includes/Elements/Woo_Product_Gallery.php:512, ../includes/Elements/Woo_Product_Gallery.php:539, ../includes/Elements/Woo_Product_Gallery.php:841, ../includes/Elements/Woo_Product_Gallery.php:931, ../includes/Elements/Woo_Product_Gallery.php:942, ../includes/Elements/Woo_Product_Gallery.php:1421, ../includes/Elements/Woo_Product_Images.php:84, ../includes/Elements/Woo_Product_Images.php:176, ../includes/Elements/Woo_Product_Images.php:547, ../includes/Elements/Woo_Product_Images.php:558, ../includes/Elements/Woo_Product_Images.php:569, ../includes/Elements/Woo_Product_Images.php:723, ../includes/Elements/Woo_Product_Images.php:738, ../includes/Elements/Woo_Product_Images.php:749, ../includes/Elements/Woo_Product_Images.php:782, ../includes/Elements/Woo_Product_Images.php:794, ../includes/Elements/Woo_Product_Images.php:806, ../includes/Elements/Woo_Product_List.php:306, ../includes/Elements/Woo_Product_List.php:315, ../includes/Elements/Woo_Product_List.php:324, ../includes/Elements/Woo_Product_List.php:333, ../includes/Elements/Woo_Product_List.php:351, ../includes/Elements/Woo_Product_List.php:360, ../includes/Elements/Woo_Product_List.php:369, ../includes/Elements/Woo_Product_List.php:387, ../includes/Elements/Woo_Product_List.php:399, ../includes/Elements/Woo_Product_List.php:411, ../includes/Elements/Woo_Product_List.php:420, ../includes/Elements/Woo_Product_List.php:429, ../includes/Elements/Woo_Product_List.php:563, ../includes/Elements/Woo_Product_List.php:1022, ../includes/Elements/Woo_Product_List.php:1074, ../includes/Elements/Woo_Product_Price.php:210, ../includes/Elements/Woo_Product_Price.php:277, ../includes/Elements/Woo_Product_Rating.php:294, ../includes/Elements/Woo_Product_Rating.php:372, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:195, ../includes/Elements/WpForms.php:208, ../includes/Elements/WpForms.php:231, ../includes/Extensions/Table_of_Content.php:575, ../includes/Extensions/Vertical_Text_Orientation.php:341, ../includes/Extensions/Vertical_Text_Orientation.php:375, ../includes/Extensions/Vertical_Text_Orientation.php:454, ../includes/Extensions/Vertical_Text_Orientation.php:509, ../includes/Traits/Controls.php:832, ../includes/Traits/Controls.php:1015, ../includes/Traits/Controls.php:1126, ../includes/Traits/Controls.php:1156, ../includes/Traits/Controls.php:1221, ../includes/Traits/Controls.php:1266, ../includes/Traits/Controls.php:1336, ../includes/Traits/Controls.php:1427, ../includes/Traits/Controls.php:1456, ../includes/Traits/Controls.php:1472, ../includes/Traits/Controls.php:1488 +#: ../includes/Elements/Betterdocs_Category_Box.php:160, ../includes/Elements/Betterdocs_Category_Box.php:172, ../includes/Elements/Betterdocs_Category_Box.php:207, ../includes/Elements/Betterdocs_Category_Grid.php:180, ../includes/Elements/Betterdocs_Category_Grid.php:193, ../includes/Elements/Betterdocs_Category_Grid.php:208, ../includes/Elements/Betterdocs_Category_Grid.php:247, ../includes/Elements/Betterdocs_Category_Grid.php:263, ../includes/Elements/Betterdocs_Category_Grid.php:275, ../includes/Elements/Betterdocs_Category_Grid.php:1309, ../includes/Elements/Breadcrumbs.php:81, ../includes/Elements/Business_Reviews.php:593, ../includes/Elements/Business_Reviews.php:608, ../includes/Elements/Business_Reviews.php:643, ../includes/Elements/Business_Reviews.php:667, ../includes/Elements/Business_Reviews.php:693, ../includes/Elements/Business_Reviews.php:720, ../includes/Elements/Business_Reviews.php:741, ../includes/Elements/Business_Reviews.php:753, ../includes/Elements/Business_Reviews.php:787, ../includes/Elements/Business_Reviews.php:817, ../includes/Elements/Business_Reviews.php:889, ../includes/Elements/Business_Reviews.php:901, ../includes/Elements/Caldera_Forms.php:159, ../includes/Elements/Caldera_Forms.php:172, ../includes/Elements/Caldera_Forms.php:198, ../includes/Elements/Code_Snippet.php:150, ../includes/Elements/Code_Snippet.php:163, ../includes/Elements/Code_Snippet.php:179, ../includes/Elements/Code_Snippet.php:196, ../includes/Elements/Code_Snippet.php:447, ../includes/Elements/Code_Snippet.php:460, ../includes/Elements/Contact_Form_7.php:212, ../includes/Elements/Contact_Form_7.php:238, ../includes/Elements/Contact_Form_7.php:258, ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Countdown.php:625, ../includes/Elements/Creative_Button.php:487, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Cta_Box.php:595, ../includes/Elements/Cta_Box.php:706, ../includes/Elements/Cta_Box.php:717, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Dual_Color_Header.php:117, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1082, ../includes/Elements/Event_Calendar.php:1152, ../includes/Elements/Event_Calendar.php:1212, ../includes/Elements/Event_Calendar.php:1307, ../includes/Elements/Event_Calendar.php:1464, ../includes/Elements/Facebook_Feed.php:390, ../includes/Elements/Facebook_Feed.php:402, ../includes/Elements/Facebook_Feed.php:417, ../includes/Elements/Facebook_Feed.php:432, ../includes/Elements/Facebook_Feed.php:447, ../includes/Elements/Facebook_Feed.php:516, ../includes/Elements/Feature_List.php:424, ../includes/Elements/Filterable_Gallery.php:440, ../includes/Elements/Filterable_Gallery.php:753, ../includes/Elements/Filterable_Gallery.php:916, ../includes/Elements/Filterable_Gallery.php:946, ../includes/Elements/Filterable_Gallery.php:975, ../includes/Elements/Filterable_Gallery.php:1062, ../includes/Elements/Filterable_Gallery.php:1077, ../includes/Elements/FluentForm.php:200, ../includes/Elements/FluentForm.php:212, ../includes/Elements/FluentForm.php:238, ../includes/Elements/FluentForm.php:1766, ../includes/Elements/FluentForm.php:1835, ../includes/Elements/Formstack.php:250, ../includes/Elements/Formstack.php:262, ../includes/Elements/Formstack.php:288, ../includes/Elements/Formstack.php:301, ../includes/Elements/Formstack.php:1639, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:237, ../includes/Elements/GravityForms.php:249, ../includes/Elements/GravityForms.php:287, ../includes/Elements/GravityForms.php:307, ../includes/Elements/Image_Accordion.php:239, ../includes/Elements/Info_Box.php:322, ../includes/Elements/Info_Box.php:446, ../includes/Elements/Login_Register.php:521, ../includes/Elements/Login_Register.php:1171, ../includes/Elements/Login_Register.php:1543, ../includes/Elements/Login_Register.php:2574, ../includes/Elements/NFT_Gallery.php:387, ../includes/Elements/NFT_Gallery.php:399, ../includes/Elements/NFT_Gallery.php:442, ../includes/Elements/NFT_Gallery.php:454, ../includes/Elements/NFT_Gallery.php:466, ../includes/Elements/NFT_Gallery.php:501, ../includes/Elements/NFT_Gallery.php:536, ../includes/Elements/NFT_Gallery.php:571, ../includes/Elements/NFT_Gallery.php:601, ../includes/Elements/NinjaForms.php:130, ../includes/Elements/NinjaForms.php:180, ../includes/Elements/NinjaForms.php:193, ../includes/Elements/NinjaForms.php:219, ../includes/Elements/NinjaForms.php:239, ../includes/Elements/Post_Grid.php:263, ../includes/Elements/Post_Grid.php:347, ../includes/Elements/Post_Grid.php:395, ../includes/Elements/Post_Grid.php:433, ../includes/Elements/Post_Grid.php:541, ../includes/Elements/Post_Grid.php:564, ../includes/Elements/Post_Grid.php:594, ../includes/Elements/Post_Grid.php:610, ../includes/Elements/Post_Grid.php:627, ../includes/Elements/Post_Grid.php:643, ../includes/Elements/Post_Grid.php:659, ../includes/Elements/Post_Grid.php:676, ../includes/Elements/Post_Grid.php:708, ../includes/Elements/Post_Grid.php:796, ../includes/Elements/Post_Timeline.php:127, ../includes/Elements/Pricing_Table.php:569, ../includes/Elements/Pricing_Table.php:633, ../includes/Elements/Pricing_Table.php:1139, ../includes/Elements/Pricing_Table.php:1141, ../includes/Elements/Pricing_Table.php:1961, ../includes/Elements/Product_Grid.php:423, ../includes/Elements/Product_Grid.php:657, ../includes/Elements/Product_Grid.php:674, ../includes/Elements/Product_Grid.php:751, ../includes/Elements/Product_Grid.php:917, ../includes/Elements/Product_Grid.php:933, ../includes/Elements/Product_Grid.php:985, ../includes/Elements/Product_Grid.php:1008, ../includes/Elements/Product_Grid.php:1034, ../includes/Elements/Product_Grid.php:2740, ../includes/Elements/SVG_Draw.php:312, ../includes/Elements/Twitter_Feed.php:676, ../includes/Elements/Woo_Add_To_Cart.php:938, ../includes/Elements/Woo_Add_To_Cart.php:965, ../includes/Elements/Woo_Cart.php:462, ../includes/Elements/Woo_Cart.php:513, ../includes/Elements/Woo_Cart.php:583, ../includes/Elements/Woo_Cart.php:595, ../includes/Elements/Woo_Cart.php:669, ../includes/Elements/Woo_Cart.php:750, ../includes/Elements/Woo_Cart.php:824, ../includes/Elements/Woo_Cart.php:972, ../includes/Elements/Woo_Cart.php:1000, ../includes/Elements/Woo_Cart.php:1027, ../includes/Elements/Woo_Cart.php:1070, ../includes/Elements/Woo_Cart.php:1117, ../includes/Elements/Woo_Cart.php:1130, ../includes/Elements/Woo_Cart.php:1145, ../includes/Elements/Woo_Cart.php:1160, ../includes/Elements/Woo_Cart.php:1175, ../includes/Elements/Woo_Cart.php:1190, ../includes/Elements/Woo_Cart.php:1205, ../includes/Elements/Woo_Checkout.php:486, ../includes/Elements/Woo_Product_Carousel.php:256, ../includes/Elements/Woo_Product_Carousel.php:268, ../includes/Elements/Woo_Product_Carousel.php:321, ../includes/Elements/Woo_Product_Carousel.php:853, ../includes/Elements/Woo_Product_Carousel.php:926, ../includes/Elements/Woo_Product_Carousel.php:1069, ../includes/Elements/Woo_Product_Carousel.php:1086, ../includes/Elements/Woo_Product_Gallery.php:296, ../includes/Elements/Woo_Product_Gallery.php:326, ../includes/Elements/Woo_Product_Gallery.php:497, ../includes/Elements/Woo_Product_Gallery.php:512, ../includes/Elements/Woo_Product_Gallery.php:539, ../includes/Elements/Woo_Product_Gallery.php:841, ../includes/Elements/Woo_Product_Gallery.php:931, ../includes/Elements/Woo_Product_Gallery.php:942, ../includes/Elements/Woo_Product_Gallery.php:1421, ../includes/Elements/Woo_Product_Images.php:84, ../includes/Elements/Woo_Product_Images.php:176, ../includes/Elements/Woo_Product_Images.php:547, ../includes/Elements/Woo_Product_Images.php:558, ../includes/Elements/Woo_Product_Images.php:569, ../includes/Elements/Woo_Product_Images.php:723, ../includes/Elements/Woo_Product_Images.php:738, ../includes/Elements/Woo_Product_Images.php:749, ../includes/Elements/Woo_Product_Images.php:782, ../includes/Elements/Woo_Product_Images.php:794, ../includes/Elements/Woo_Product_Images.php:806, ../includes/Elements/Woo_Product_List.php:306, ../includes/Elements/Woo_Product_List.php:315, ../includes/Elements/Woo_Product_List.php:324, ../includes/Elements/Woo_Product_List.php:333, ../includes/Elements/Woo_Product_List.php:351, ../includes/Elements/Woo_Product_List.php:360, ../includes/Elements/Woo_Product_List.php:369, ../includes/Elements/Woo_Product_List.php:387, ../includes/Elements/Woo_Product_List.php:399, ../includes/Elements/Woo_Product_List.php:411, ../includes/Elements/Woo_Product_List.php:420, ../includes/Elements/Woo_Product_List.php:429, ../includes/Elements/Woo_Product_List.php:563, ../includes/Elements/Woo_Product_List.php:1023, ../includes/Elements/Woo_Product_List.php:1075, ../includes/Elements/Woo_Product_Price.php:210, ../includes/Elements/Woo_Product_Price.php:277, ../includes/Elements/Woo_Product_Rating.php:294, ../includes/Elements/Woo_Product_Rating.php:372, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:195, ../includes/Elements/WpForms.php:208, ../includes/Elements/WpForms.php:231, ../includes/Extensions/Table_of_Content.php:575, ../includes/Extensions/Vertical_Text_Orientation.php:341, ../includes/Extensions/Vertical_Text_Orientation.php:375, ../includes/Extensions/Vertical_Text_Orientation.php:454, ../includes/Extensions/Vertical_Text_Orientation.php:509, ../includes/Traits/Controls.php:832, ../includes/Traits/Controls.php:1015, ../includes/Traits/Controls.php:1126, ../includes/Traits/Controls.php:1156, ../includes/Traits/Controls.php:1221, ../includes/Traits/Controls.php:1266, ../includes/Traits/Controls.php:1336, ../includes/Traits/Controls.php:1427, ../includes/Traits/Controls.php:1456, ../includes/Traits/Controls.php:1472, ../includes/Traits/Controls.php:1488 msgid "Show" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:161, ../includes/Elements/Betterdocs_Category_Box.php:173, ../includes/Elements/Betterdocs_Category_Box.php:208, ../includes/Elements/Betterdocs_Category_Grid.php:181, ../includes/Elements/Betterdocs_Category_Grid.php:194, ../includes/Elements/Betterdocs_Category_Grid.php:209, ../includes/Elements/Betterdocs_Category_Grid.php:248, ../includes/Elements/Betterdocs_Category_Grid.php:264, ../includes/Elements/Betterdocs_Category_Grid.php:276, ../includes/Elements/Betterdocs_Category_Grid.php:1310, ../includes/Elements/Breadcrumbs.php:82, ../includes/Elements/Business_Reviews.php:594, ../includes/Elements/Business_Reviews.php:609, ../includes/Elements/Business_Reviews.php:644, ../includes/Elements/Business_Reviews.php:668, ../includes/Elements/Business_Reviews.php:694, ../includes/Elements/Business_Reviews.php:721, ../includes/Elements/Business_Reviews.php:742, ../includes/Elements/Business_Reviews.php:754, ../includes/Elements/Business_Reviews.php:788, ../includes/Elements/Business_Reviews.php:818, ../includes/Elements/Business_Reviews.php:890, ../includes/Elements/Business_Reviews.php:902, ../includes/Elements/Caldera_Forms.php:160, ../includes/Elements/Caldera_Forms.php:173, ../includes/Elements/Caldera_Forms.php:199, ../includes/Elements/Code_Snippet.php:151, ../includes/Elements/Code_Snippet.php:164, ../includes/Elements/Code_Snippet.php:180, ../includes/Elements/Code_Snippet.php:197, ../includes/Elements/Code_Snippet.php:448, ../includes/Elements/Code_Snippet.php:461, ../includes/Elements/Contact_Form_7.php:213, ../includes/Elements/Contact_Form_7.php:239, ../includes/Elements/Contact_Form_7.php:259, ../includes/Elements/Content_Ticker.php:266, ../includes/Elements/Countdown.php:626, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Cta_Box.php:596, ../includes/Elements/Cta_Box.php:718, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Event_Calendar.php:984, ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1153, ../includes/Elements/Event_Calendar.php:1213, ../includes/Elements/Event_Calendar.php:1308, ../includes/Elements/Event_Calendar.php:1465, ../includes/Elements/Facebook_Feed.php:391, ../includes/Elements/Facebook_Feed.php:403, ../includes/Elements/Facebook_Feed.php:418, ../includes/Elements/Facebook_Feed.php:433, ../includes/Elements/Facebook_Feed.php:448, ../includes/Elements/Facebook_Feed.php:517, ../includes/Elements/Filterable_Gallery.php:441, ../includes/Elements/Filterable_Gallery.php:754, ../includes/Elements/Filterable_Gallery.php:917, ../includes/Elements/Filterable_Gallery.php:947, ../includes/Elements/Filterable_Gallery.php:976, ../includes/Elements/Filterable_Gallery.php:1063, ../includes/Elements/Filterable_Gallery.php:1078, ../includes/Elements/FluentForm.php:201, ../includes/Elements/FluentForm.php:213, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:1767, ../includes/Elements/FluentForm.php:1836, ../includes/Elements/Formstack.php:251, ../includes/Elements/Formstack.php:263, ../includes/Elements/Formstack.php:289, ../includes/Elements/Formstack.php:302, ../includes/Elements/Formstack.php:1640, ../includes/Elements/GravityForms.php:174, ../includes/Elements/GravityForms.php:189, ../includes/Elements/GravityForms.php:238, ../includes/Elements/GravityForms.php:250, ../includes/Elements/GravityForms.php:288, ../includes/Elements/GravityForms.php:308, ../includes/Elements/Image_Accordion.php:240, ../includes/Elements/Info_Box.php:323, ../includes/Elements/Info_Box.php:447, ../includes/Elements/Login_Register.php:520, ../includes/Elements/Login_Register.php:1065, ../includes/Elements/Login_Register.php:1169, ../includes/Elements/Login_Register.php:1280, ../includes/Elements/Login_Register.php:1439, ../includes/Elements/Login_Register.php:1541, ../includes/Elements/Login_Register.php:2572, ../includes/Elements/NFT_Gallery.php:388, ../includes/Elements/NFT_Gallery.php:400, ../includes/Elements/NFT_Gallery.php:443, ../includes/Elements/NFT_Gallery.php:455, ../includes/Elements/NFT_Gallery.php:467, ../includes/Elements/NFT_Gallery.php:502, ../includes/Elements/NFT_Gallery.php:537, ../includes/Elements/NFT_Gallery.php:572, ../includes/Elements/NFT_Gallery.php:602, ../includes/Elements/NinjaForms.php:131, ../includes/Elements/NinjaForms.php:181, ../includes/Elements/NinjaForms.php:194, ../includes/Elements/NinjaForms.php:220, ../includes/Elements/NinjaForms.php:240, ../includes/Elements/Post_Grid.php:542, ../includes/Elements/Post_Grid.php:595, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:628, ../includes/Elements/Post_Grid.php:644, ../includes/Elements/Post_Grid.php:660, ../includes/Elements/Post_Grid.php:677, ../includes/Elements/Post_Grid.php:797, ../includes/Elements/Post_Timeline.php:128, ../includes/Elements/Pricing_Table.php:570, ../includes/Elements/Pricing_Table.php:634, ../includes/Elements/Pricing_Table.php:1142, ../includes/Elements/Pricing_Table.php:1962, ../includes/Elements/Product_Grid.php:424, ../includes/Elements/Product_Grid.php:658, ../includes/Elements/Product_Grid.php:675, ../includes/Elements/Product_Grid.php:752, ../includes/Elements/Product_Grid.php:918, ../includes/Elements/Product_Grid.php:934, ../includes/Elements/Product_Grid.php:986, ../includes/Elements/Product_Grid.php:1009, ../includes/Elements/Product_Grid.php:1035, ../includes/Elements/Product_Grid.php:2741, ../includes/Elements/SVG_Draw.php:313, ../includes/Elements/Twitter_Feed.php:677, ../includes/Elements/Woo_Add_To_Cart.php:887, ../includes/Elements/Woo_Add_To_Cart.php:916, ../includes/Elements/Woo_Cart.php:463, ../includes/Elements/Woo_Cart.php:514, ../includes/Elements/Woo_Cart.php:584, ../includes/Elements/Woo_Cart.php:596, ../includes/Elements/Woo_Cart.php:670, ../includes/Elements/Woo_Cart.php:751, ../includes/Elements/Woo_Cart.php:825, ../includes/Elements/Woo_Cart.php:973, ../includes/Elements/Woo_Cart.php:1001, ../includes/Elements/Woo_Cart.php:1028, ../includes/Elements/Woo_Cart.php:1071, ../includes/Elements/Woo_Cart.php:1118, ../includes/Elements/Woo_Cart.php:1131, ../includes/Elements/Woo_Cart.php:1146, ../includes/Elements/Woo_Cart.php:1161, ../includes/Elements/Woo_Cart.php:1176, ../includes/Elements/Woo_Cart.php:1191, ../includes/Elements/Woo_Cart.php:1206, ../includes/Elements/Woo_Cart.php:1240, ../includes/Elements/Woo_Checkout.php:381, ../includes/Elements/Woo_Checkout.php:487, ../includes/Elements/Woo_Product_Carousel.php:257, ../includes/Elements/Woo_Product_Carousel.php:269, ../includes/Elements/Woo_Product_Carousel.php:854, ../includes/Elements/Woo_Product_Carousel.php:927, ../includes/Elements/Woo_Product_Carousel.php:1070, ../includes/Elements/Woo_Product_Carousel.php:1087, ../includes/Elements/Woo_Product_Gallery.php:297, ../includes/Elements/Woo_Product_Gallery.php:327, ../includes/Elements/Woo_Product_Gallery.php:498, ../includes/Elements/Woo_Product_Gallery.php:513, ../includes/Elements/Woo_Product_Gallery.php:540, ../includes/Elements/Woo_Product_Gallery.php:842, ../includes/Elements/Woo_Product_Gallery.php:930, ../includes/Elements/Woo_Product_Gallery.php:941, ../includes/Elements/Woo_Product_Gallery.php:1422, ../includes/Elements/Woo_Product_Images.php:85, ../includes/Elements/Woo_Product_Images.php:177, ../includes/Elements/Woo_Product_Images.php:548, ../includes/Elements/Woo_Product_Images.php:559, ../includes/Elements/Woo_Product_Images.php:570, ../includes/Elements/Woo_Product_Images.php:724, ../includes/Elements/Woo_Product_Images.php:739, ../includes/Elements/Woo_Product_Images.php:750, ../includes/Elements/Woo_Product_Images.php:783, ../includes/Elements/Woo_Product_Images.php:795, ../includes/Elements/Woo_Product_Images.php:807, ../includes/Elements/Woo_Product_List.php:307, ../includes/Elements/Woo_Product_List.php:316, ../includes/Elements/Woo_Product_List.php:325, ../includes/Elements/Woo_Product_List.php:334, ../includes/Elements/Woo_Product_List.php:352, ../includes/Elements/Woo_Product_List.php:361, ../includes/Elements/Woo_Product_List.php:370, ../includes/Elements/Woo_Product_List.php:388, ../includes/Elements/Woo_Product_List.php:400, ../includes/Elements/Woo_Product_List.php:412, ../includes/Elements/Woo_Product_List.php:421, ../includes/Elements/Woo_Product_List.php:430, ../includes/Elements/Woo_Product_List.php:564, ../includes/Elements/Woo_Product_List.php:1023, ../includes/Elements/Woo_Product_List.php:1075, ../includes/Elements/Woo_Product_Price.php:211, ../includes/Elements/Woo_Product_Price.php:278, ../includes/Elements/Woo_Product_Rating.php:295, ../includes/Elements/Woo_Product_Rating.php:373, ../includes/Elements/WpForms.php:132, ../includes/Elements/WpForms.php:147, ../includes/Elements/WpForms.php:196, ../includes/Elements/WpForms.php:209, ../includes/Elements/WpForms.php:232, ../includes/Extensions/Table_of_Content.php:576, ../includes/Extensions/Vertical_Text_Orientation.php:342, ../includes/Extensions/Vertical_Text_Orientation.php:376, ../includes/Extensions/Vertical_Text_Orientation.php:455, ../includes/Extensions/Vertical_Text_Orientation.php:510, ../includes/Traits/Controls.php:833, ../includes/Traits/Controls.php:1016, ../includes/Traits/Controls.php:1127, ../includes/Traits/Controls.php:1157, ../includes/Traits/Controls.php:1222, ../includes/Traits/Controls.php:1267, ../includes/Traits/Controls.php:1337, ../includes/Traits/Controls.php:1428, ../includes/Traits/Controls.php:1457, ../includes/Traits/Controls.php:1473, ../includes/Traits/Controls.php:1489 +#: ../includes/Elements/Betterdocs_Category_Box.php:161, ../includes/Elements/Betterdocs_Category_Box.php:173, ../includes/Elements/Betterdocs_Category_Box.php:208, ../includes/Elements/Betterdocs_Category_Grid.php:181, ../includes/Elements/Betterdocs_Category_Grid.php:194, ../includes/Elements/Betterdocs_Category_Grid.php:209, ../includes/Elements/Betterdocs_Category_Grid.php:248, ../includes/Elements/Betterdocs_Category_Grid.php:264, ../includes/Elements/Betterdocs_Category_Grid.php:276, ../includes/Elements/Betterdocs_Category_Grid.php:1310, ../includes/Elements/Breadcrumbs.php:82, ../includes/Elements/Business_Reviews.php:594, ../includes/Elements/Business_Reviews.php:609, ../includes/Elements/Business_Reviews.php:644, ../includes/Elements/Business_Reviews.php:668, ../includes/Elements/Business_Reviews.php:694, ../includes/Elements/Business_Reviews.php:721, ../includes/Elements/Business_Reviews.php:742, ../includes/Elements/Business_Reviews.php:754, ../includes/Elements/Business_Reviews.php:788, ../includes/Elements/Business_Reviews.php:818, ../includes/Elements/Business_Reviews.php:890, ../includes/Elements/Business_Reviews.php:902, ../includes/Elements/Caldera_Forms.php:160, ../includes/Elements/Caldera_Forms.php:173, ../includes/Elements/Caldera_Forms.php:199, ../includes/Elements/Code_Snippet.php:151, ../includes/Elements/Code_Snippet.php:164, ../includes/Elements/Code_Snippet.php:180, ../includes/Elements/Code_Snippet.php:197, ../includes/Elements/Code_Snippet.php:448, ../includes/Elements/Code_Snippet.php:461, ../includes/Elements/Contact_Form_7.php:213, ../includes/Elements/Contact_Form_7.php:239, ../includes/Elements/Contact_Form_7.php:259, ../includes/Elements/Content_Ticker.php:266, ../includes/Elements/Countdown.php:626, ../includes/Elements/Creative_Button.php:488, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Cta_Box.php:596, ../includes/Elements/Cta_Box.php:718, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Event_Calendar.php:984, ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1153, ../includes/Elements/Event_Calendar.php:1213, ../includes/Elements/Event_Calendar.php:1308, ../includes/Elements/Event_Calendar.php:1465, ../includes/Elements/Facebook_Feed.php:391, ../includes/Elements/Facebook_Feed.php:403, ../includes/Elements/Facebook_Feed.php:418, ../includes/Elements/Facebook_Feed.php:433, ../includes/Elements/Facebook_Feed.php:448, ../includes/Elements/Facebook_Feed.php:517, ../includes/Elements/Filterable_Gallery.php:441, ../includes/Elements/Filterable_Gallery.php:754, ../includes/Elements/Filterable_Gallery.php:917, ../includes/Elements/Filterable_Gallery.php:947, ../includes/Elements/Filterable_Gallery.php:976, ../includes/Elements/Filterable_Gallery.php:1063, ../includes/Elements/Filterable_Gallery.php:1078, ../includes/Elements/FluentForm.php:201, ../includes/Elements/FluentForm.php:213, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:1767, ../includes/Elements/FluentForm.php:1836, ../includes/Elements/Formstack.php:251, ../includes/Elements/Formstack.php:263, ../includes/Elements/Formstack.php:289, ../includes/Elements/Formstack.php:302, ../includes/Elements/Formstack.php:1640, ../includes/Elements/GravityForms.php:174, ../includes/Elements/GravityForms.php:189, ../includes/Elements/GravityForms.php:238, ../includes/Elements/GravityForms.php:250, ../includes/Elements/GravityForms.php:288, ../includes/Elements/GravityForms.php:308, ../includes/Elements/Image_Accordion.php:240, ../includes/Elements/Info_Box.php:323, ../includes/Elements/Info_Box.php:447, ../includes/Elements/Login_Register.php:520, ../includes/Elements/Login_Register.php:1066, ../includes/Elements/Login_Register.php:1170, ../includes/Elements/Login_Register.php:1281, ../includes/Elements/Login_Register.php:1440, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2573, ../includes/Elements/NFT_Gallery.php:388, ../includes/Elements/NFT_Gallery.php:400, ../includes/Elements/NFT_Gallery.php:443, ../includes/Elements/NFT_Gallery.php:455, ../includes/Elements/NFT_Gallery.php:467, ../includes/Elements/NFT_Gallery.php:502, ../includes/Elements/NFT_Gallery.php:537, ../includes/Elements/NFT_Gallery.php:572, ../includes/Elements/NFT_Gallery.php:602, ../includes/Elements/NinjaForms.php:131, ../includes/Elements/NinjaForms.php:181, ../includes/Elements/NinjaForms.php:194, ../includes/Elements/NinjaForms.php:220, ../includes/Elements/NinjaForms.php:240, ../includes/Elements/Post_Grid.php:542, ../includes/Elements/Post_Grid.php:595, ../includes/Elements/Post_Grid.php:611, ../includes/Elements/Post_Grid.php:628, ../includes/Elements/Post_Grid.php:644, ../includes/Elements/Post_Grid.php:660, ../includes/Elements/Post_Grid.php:677, ../includes/Elements/Post_Grid.php:797, ../includes/Elements/Post_Timeline.php:128, ../includes/Elements/Pricing_Table.php:570, ../includes/Elements/Pricing_Table.php:634, ../includes/Elements/Pricing_Table.php:1142, ../includes/Elements/Pricing_Table.php:1962, ../includes/Elements/Product_Grid.php:424, ../includes/Elements/Product_Grid.php:658, ../includes/Elements/Product_Grid.php:675, ../includes/Elements/Product_Grid.php:752, ../includes/Elements/Product_Grid.php:918, ../includes/Elements/Product_Grid.php:934, ../includes/Elements/Product_Grid.php:986, ../includes/Elements/Product_Grid.php:1009, ../includes/Elements/Product_Grid.php:1035, ../includes/Elements/Product_Grid.php:2741, ../includes/Elements/SVG_Draw.php:313, ../includes/Elements/Twitter_Feed.php:677, ../includes/Elements/Woo_Add_To_Cart.php:937, ../includes/Elements/Woo_Add_To_Cart.php:966, ../includes/Elements/Woo_Cart.php:463, ../includes/Elements/Woo_Cart.php:514, ../includes/Elements/Woo_Cart.php:584, ../includes/Elements/Woo_Cart.php:596, ../includes/Elements/Woo_Cart.php:670, ../includes/Elements/Woo_Cart.php:751, ../includes/Elements/Woo_Cart.php:825, ../includes/Elements/Woo_Cart.php:973, ../includes/Elements/Woo_Cart.php:1001, ../includes/Elements/Woo_Cart.php:1028, ../includes/Elements/Woo_Cart.php:1071, ../includes/Elements/Woo_Cart.php:1118, ../includes/Elements/Woo_Cart.php:1131, ../includes/Elements/Woo_Cart.php:1146, ../includes/Elements/Woo_Cart.php:1161, ../includes/Elements/Woo_Cart.php:1176, ../includes/Elements/Woo_Cart.php:1191, ../includes/Elements/Woo_Cart.php:1206, ../includes/Elements/Woo_Cart.php:1240, ../includes/Elements/Woo_Checkout.php:381, ../includes/Elements/Woo_Checkout.php:487, ../includes/Elements/Woo_Product_Carousel.php:257, ../includes/Elements/Woo_Product_Carousel.php:269, ../includes/Elements/Woo_Product_Carousel.php:854, ../includes/Elements/Woo_Product_Carousel.php:927, ../includes/Elements/Woo_Product_Carousel.php:1070, ../includes/Elements/Woo_Product_Carousel.php:1087, ../includes/Elements/Woo_Product_Gallery.php:297, ../includes/Elements/Woo_Product_Gallery.php:327, ../includes/Elements/Woo_Product_Gallery.php:498, ../includes/Elements/Woo_Product_Gallery.php:513, ../includes/Elements/Woo_Product_Gallery.php:540, ../includes/Elements/Woo_Product_Gallery.php:842, ../includes/Elements/Woo_Product_Gallery.php:930, ../includes/Elements/Woo_Product_Gallery.php:941, ../includes/Elements/Woo_Product_Gallery.php:1422, ../includes/Elements/Woo_Product_Images.php:85, ../includes/Elements/Woo_Product_Images.php:177, ../includes/Elements/Woo_Product_Images.php:548, ../includes/Elements/Woo_Product_Images.php:559, ../includes/Elements/Woo_Product_Images.php:570, ../includes/Elements/Woo_Product_Images.php:724, ../includes/Elements/Woo_Product_Images.php:739, ../includes/Elements/Woo_Product_Images.php:750, ../includes/Elements/Woo_Product_Images.php:783, ../includes/Elements/Woo_Product_Images.php:795, ../includes/Elements/Woo_Product_Images.php:807, ../includes/Elements/Woo_Product_List.php:307, ../includes/Elements/Woo_Product_List.php:316, ../includes/Elements/Woo_Product_List.php:325, ../includes/Elements/Woo_Product_List.php:334, ../includes/Elements/Woo_Product_List.php:352, ../includes/Elements/Woo_Product_List.php:361, ../includes/Elements/Woo_Product_List.php:370, ../includes/Elements/Woo_Product_List.php:388, ../includes/Elements/Woo_Product_List.php:400, ../includes/Elements/Woo_Product_List.php:412, ../includes/Elements/Woo_Product_List.php:421, ../includes/Elements/Woo_Product_List.php:430, ../includes/Elements/Woo_Product_List.php:564, ../includes/Elements/Woo_Product_List.php:1024, ../includes/Elements/Woo_Product_List.php:1076, ../includes/Elements/Woo_Product_Price.php:211, ../includes/Elements/Woo_Product_Price.php:278, ../includes/Elements/Woo_Product_Rating.php:295, ../includes/Elements/Woo_Product_Rating.php:373, ../includes/Elements/WpForms.php:132, ../includes/Elements/WpForms.php:147, ../includes/Elements/WpForms.php:196, ../includes/Elements/WpForms.php:209, ../includes/Elements/WpForms.php:232, ../includes/Extensions/Table_of_Content.php:576, ../includes/Extensions/Vertical_Text_Orientation.php:342, ../includes/Extensions/Vertical_Text_Orientation.php:376, ../includes/Extensions/Vertical_Text_Orientation.php:455, ../includes/Extensions/Vertical_Text_Orientation.php:510, ../includes/Traits/Controls.php:833, ../includes/Traits/Controls.php:1016, ../includes/Traits/Controls.php:1127, ../includes/Traits/Controls.php:1157, ../includes/Traits/Controls.php:1222, ../includes/Traits/Controls.php:1267, ../includes/Traits/Controls.php:1337, ../includes/Traits/Controls.php:1428, ../includes/Traits/Controls.php:1457, ../includes/Traits/Controls.php:1473, ../includes/Traits/Controls.php:1489 msgid "Hide" msgstr "" @@ -1825,7 +1829,7 @@ msgid "Show Count" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:217, ../includes/Elements/Breadcrumbs.php:314, ../includes/Elements/Progress_Bar.php:289, ../includes/Elements/Woo_Product_Price.php:91 +#: ../includes/Elements/Betterdocs_Category_Box.php:217, ../includes/Elements/Breadcrumbs.php:314, ../includes/Elements/Progress_Bar.php:290, ../includes/Elements/Woo_Product_Price.php:91 msgid "Prefix" msgstr "" @@ -1853,11 +1857,11 @@ msgid "Area" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:428, ../includes/Elements/Betterdocs_Category_Box.php:463, ../includes/Elements/Betterdocs_Category_Box.php:820, ../includes/Elements/Betterdocs_Category_Box.php:927, ../includes/Elements/Betterdocs_Category_Grid.php:545, ../includes/Elements/Betterdocs_Category_Grid.php:783, ../includes/Elements/Betterdocs_Category_Grid.php:1103, ../includes/Elements/Betterdocs_Category_Grid.php:1256, ../includes/Elements/Betterdocs_Search_Form.php:265, ../includes/Elements/Breadcrumbs.php:493, ../includes/Elements/Business_Reviews.php:2495, ../includes/Elements/Caldera_Forms.php:954, ../includes/Elements/Contact_Form_7.php:992, ../includes/Elements/Cta_Box.php:259, ../includes/Elements/Dual_Color_Header.php:574, ../includes/Elements/Feature_List.php:668, ../includes/Elements/Filterable_Gallery.php:1194, ../includes/Elements/Filterable_Gallery.php:3364, ../includes/Elements/FluentForm.php:949, ../includes/Elements/Formstack.php:1154, ../includes/Elements/Formstack.php:1307, ../includes/Elements/GravityForms.php:1505, ../includes/Elements/GravityForms.php:1701, ../includes/Elements/Info_Box.php:1310, ../includes/Elements/Login_Register.php:4433, ../includes/Elements/Login_Register.php:5720, ../includes/Elements/NFT_Gallery.php:770, ../includes/Elements/NinjaForms.php:1001, ../includes/Elements/Post_Timeline.php:466, ../includes/Elements/Progress_Bar.php:660, ../includes/Elements/Twitter_Feed.php:512, ../includes/Elements/Woo_Add_To_Cart.php:761, ../includes/Elements/Woo_Product_Carousel.php:2580, ../includes/Elements/Woo_Product_Images.php:186, ../includes/Elements/WpForms.php:971, ../includes/Extensions/Image_Masking.php:394, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1438 +#: ../includes/Elements/Betterdocs_Category_Box.php:428, ../includes/Elements/Betterdocs_Category_Box.php:463, ../includes/Elements/Betterdocs_Category_Box.php:820, ../includes/Elements/Betterdocs_Category_Box.php:927, ../includes/Elements/Betterdocs_Category_Grid.php:545, ../includes/Elements/Betterdocs_Category_Grid.php:783, ../includes/Elements/Betterdocs_Category_Grid.php:1103, ../includes/Elements/Betterdocs_Category_Grid.php:1256, ../includes/Elements/Betterdocs_Search_Form.php:265, ../includes/Elements/Breadcrumbs.php:493, ../includes/Elements/Business_Reviews.php:2495, ../includes/Elements/Caldera_Forms.php:954, ../includes/Elements/Contact_Form_7.php:992, ../includes/Elements/Cta_Box.php:259, ../includes/Elements/Dual_Color_Header.php:574, ../includes/Elements/Feature_List.php:668, ../includes/Elements/Filterable_Gallery.php:1194, ../includes/Elements/Filterable_Gallery.php:3364, ../includes/Elements/FluentForm.php:949, ../includes/Elements/Formstack.php:1154, ../includes/Elements/Formstack.php:1307, ../includes/Elements/GravityForms.php:1505, ../includes/Elements/GravityForms.php:1701, ../includes/Elements/Info_Box.php:1310, ../includes/Elements/Login_Register.php:4434, ../includes/Elements/Login_Register.php:5721, ../includes/Elements/NFT_Gallery.php:770, ../includes/Elements/NinjaForms.php:1001, ../includes/Elements/Post_Timeline.php:466, ../includes/Elements/Progress_Bar.php:661, ../includes/Elements/Twitter_Feed.php:512, ../includes/Elements/Woo_Add_To_Cart.php:775, ../includes/Elements/Woo_Product_Carousel.php:2580, ../includes/Elements/Woo_Product_Images.php:186, ../includes/Elements/WpForms.php:971, ../includes/Extensions/Image_Masking.php:404, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1438 msgid "Size" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:532, ../includes/Elements/Betterdocs_Category_Box.php:700, ../includes/Elements/Betterdocs_Category_Box.php:947, ../includes/Elements/Betterdocs_Category_Grid.php:1122, ../includes/Elements/Betterdocs_Category_Grid.php:1200, ../includes/Elements/Breadcrumbs.php:466, ../includes/Elements/Business_Reviews.php:2514, ../includes/Elements/Caldera_Forms.php:762, ../includes/Elements/Caldera_Forms.php:879, ../includes/Elements/Contact_Form_7.php:589, ../includes/Elements/Contact_Form_7.php:876, ../includes/Elements/Contact_Form_7.php:1510, ../includes/Elements/Feature_List.php:770, ../includes/Elements/Filterable_Gallery.php:3162, ../includes/Elements/Filterable_Gallery.php:3386, ../includes/Elements/FluentForm.php:810, ../includes/Elements/FluentForm.php:1809, ../includes/Elements/Formstack.php:622, ../includes/Elements/Formstack.php:1018, ../includes/Elements/GravityForms.php:967, ../includes/Elements/GravityForms.php:1244, ../includes/Elements/Login_Register.php:4097, ../includes/Elements/Login_Register.php:4299, ../includes/Elements/Login_Register.php:5359, ../includes/Elements/Login_Register.php:5780, ../includes/Elements/NinjaForms.php:806, ../includes/Elements/NinjaForms.php:923, ../includes/Elements/NinjaForms.php:1600, ../includes/Elements/Post_Grid.php:1648, ../includes/Elements/Post_Timeline.php:228, ../includes/Elements/Woo_Add_To_Cart.php:384, ../includes/Elements/Woo_Checkout.php:2423, ../includes/Elements/Woo_Product_Carousel.php:2603, ../includes/Elements/Woo_Product_Images.php:153, ../includes/Elements/Woo_Product_Price.php:441, ../includes/Elements/Woo_Product_Price.php:490, ../includes/Elements/Woo_Product_Price.php:554, ../includes/Elements/WpForms.php:788, ../includes/Elements/WpForms.php:896, ../includes/Traits/Controls.php:1565 +#: ../includes/Elements/Betterdocs_Category_Box.php:532, ../includes/Elements/Betterdocs_Category_Box.php:700, ../includes/Elements/Betterdocs_Category_Box.php:947, ../includes/Elements/Betterdocs_Category_Grid.php:1122, ../includes/Elements/Betterdocs_Category_Grid.php:1200, ../includes/Elements/Breadcrumbs.php:466, ../includes/Elements/Business_Reviews.php:2514, ../includes/Elements/Caldera_Forms.php:762, ../includes/Elements/Caldera_Forms.php:879, ../includes/Elements/Contact_Form_7.php:589, ../includes/Elements/Contact_Form_7.php:876, ../includes/Elements/Contact_Form_7.php:1510, ../includes/Elements/Feature_List.php:770, ../includes/Elements/Filterable_Gallery.php:3162, ../includes/Elements/Filterable_Gallery.php:3386, ../includes/Elements/FluentForm.php:810, ../includes/Elements/FluentForm.php:1809, ../includes/Elements/Formstack.php:622, ../includes/Elements/Formstack.php:1018, ../includes/Elements/GravityForms.php:967, ../includes/Elements/GravityForms.php:1244, ../includes/Elements/Login_Register.php:4098, ../includes/Elements/Login_Register.php:4300, ../includes/Elements/Login_Register.php:5360, ../includes/Elements/Login_Register.php:5781, ../includes/Elements/NinjaForms.php:806, ../includes/Elements/NinjaForms.php:923, ../includes/Elements/NinjaForms.php:1600, ../includes/Elements/Post_Grid.php:1648, ../includes/Elements/Post_Timeline.php:228, ../includes/Elements/Woo_Add_To_Cart.php:398, ../includes/Elements/Woo_Checkout.php:2423, ../includes/Elements/Woo_Product_Carousel.php:2603, ../includes/Elements/Woo_Product_Images.php:153, ../includes/Elements/Woo_Product_Price.php:441, ../includes/Elements/Woo_Product_Price.php:490, ../includes/Elements/Woo_Product_Price.php:554, ../includes/Elements/WpForms.php:788, ../includes/Elements/WpForms.php:896, ../includes/Traits/Controls.php:1565 msgid "Spacing" msgstr "" @@ -1865,11 +1869,11 @@ msgid "Area Size" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:804, ../includes/Elements/Betterdocs_Category_Box.php:840, ../includes/Elements/Betterdocs_Category_Grid.php:763, ../includes/Elements/Betterdocs_Search_Form.php:460, ../includes/Elements/Betterdocs_Search_Form.php:558, ../includes/Elements/Woo_Product_List.php:535, ../includes/Elements/Woo_Product_List.php:2631, ../includes/Elements/Woo_Product_List.php:2667 +#: ../includes/Elements/Betterdocs_Category_Box.php:804, ../includes/Elements/Betterdocs_Category_Box.php:840, ../includes/Elements/Betterdocs_Category_Grid.php:763, ../includes/Elements/Betterdocs_Search_Form.php:460, ../includes/Elements/Betterdocs_Search_Form.php:558, ../includes/Elements/Woo_Product_List.php:535, ../includes/Elements/Woo_Product_List.php:2632, ../includes/Elements/Woo_Product_List.php:2668 msgid "Count" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:89, ../includes/Elements/Betterdocs_Category_Grid.php:93, ../includes/Elements/Betterdocs_Search_Form.php:88, ../includes/Elements/Better_Payment.php:44, ../includes/Elements/Caldera_Forms.php:71, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:113, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:110, ../includes/Elements/Formstack.php:81, ../includes/Elements/Formstack.php:102, ../includes/Elements/Formstack.php:123, ../includes/Elements/GravityForms.php:119, ../includes/Elements/NinjaForms.php:76, ../includes/Elements/TypeForm.php:104, ../includes/Elements/WeForms.php:74, ../includes/Elements/Woo_Add_To_Cart.php:733, ../includes/Elements/Woo_Cart.php:126, ../includes/Elements/Woo_Checkout.php:100, ../includes/Elements/Woo_Product_Carousel.php:196, ../includes/Elements/Woo_Product_Gallery.php:99, ../includes/Elements/Woo_Product_Images.php:485, ../includes/Elements/Woo_Product_List.php:196, ../includes/Elements/Woo_Product_Price.php:126, ../includes/Elements/Woo_Product_Rating.php:262, ../includes/Elements/WpForms.php:81, ../includes/Traits/Woo_Product_Comparable.php:131 +#: ../includes/Elements/Betterdocs_Category_Box.php:89, ../includes/Elements/Betterdocs_Category_Grid.php:93, ../includes/Elements/Betterdocs_Search_Form.php:88, ../includes/Elements/Better_Payment.php:44, ../includes/Elements/Caldera_Forms.php:71, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:113, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:110, ../includes/Elements/Formstack.php:81, ../includes/Elements/Formstack.php:102, ../includes/Elements/Formstack.php:123, ../includes/Elements/GravityForms.php:119, ../includes/Elements/NinjaForms.php:76, ../includes/Elements/TypeForm.php:104, ../includes/Elements/WeForms.php:74, ../includes/Elements/Woo_Add_To_Cart.php:747, ../includes/Elements/Woo_Cart.php:126, ../includes/Elements/Woo_Checkout.php:100, ../includes/Elements/Woo_Product_Carousel.php:196, ../includes/Elements/Woo_Product_Gallery.php:99, ../includes/Elements/Woo_Product_Images.php:485, ../includes/Elements/Woo_Product_List.php:196, ../includes/Elements/Woo_Product_Price.php:126, ../includes/Elements/Woo_Product_Rating.php:262, ../includes/Elements/WpForms.php:81, ../includes/Traits/Woo_Product_Comparable.php:131 msgid "Warning!" msgstr "" @@ -1881,10 +1885,6 @@ msgid "File Not Found" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Box.php:1178, ../includes/Elements/Betterdocs_Category_Box.php:1150, ../includes/Elements/Betterdocs_Category_Grid.php:1691, ../includes/Elements/Betterdocs_Category_Grid.php:1661, ../includes/Elements/Post_Grid.php:1850, ../includes/Elements/Post_Timeline.php:792, ../includes/Elements/Product_Grid.php:3771, ../includes/Traits/Ajax_Handler.php:333 -msgid "No posts found!" -msgstr "" - #: ../includes/Elements/Betterdocs_Category_Grid.php:141 msgid "Layout Mode" msgstr "" @@ -1917,7 +1917,7 @@ msgid "Show Button" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Grid.php:285, ../includes/Elements/Creative_Button.php:90, ../includes/Elements/Flip_Box.php:842, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Login_Register.php:1362, ../includes/Elements/Login_Register.php:1554, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/NFT_Gallery.php:738, ../includes/Elements/Pricing_Table.php:693, ../includes/Elements/Twitter_Feed.php:480, ../includes/Elements/Woo_Add_To_Cart.php:901, ../includes/Elements/Woo_Cart.php:983, ../includes/Elements/Woo_Cart.php:1011, ../includes/Elements/Woo_Cart.php:1039, ../includes/Elements/Woo_Cart.php:1082, ../includes/Elements/Woo_Checkout.php:456, ../includes/Elements/Woo_Product_List.php:1233, ../includes/Elements/Woo_Product_List.php:1285 +#: ../includes/Elements/Betterdocs_Category_Grid.php:285, ../includes/Elements/Creative_Button.php:90, ../includes/Elements/Flip_Box.php:842, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Login_Register.php:1363, ../includes/Elements/Login_Register.php:1555, ../includes/Elements/Login_Register.php:2588, ../includes/Elements/NFT_Gallery.php:738, ../includes/Elements/Pricing_Table.php:693, ../includes/Elements/Twitter_Feed.php:480, ../includes/Elements/Woo_Add_To_Cart.php:951, ../includes/Elements/Woo_Cart.php:983, ../includes/Elements/Woo_Cart.php:1011, ../includes/Elements/Woo_Cart.php:1039, ../includes/Elements/Woo_Cart.php:1082, ../includes/Elements/Woo_Checkout.php:456, ../includes/Elements/Woo_Product_List.php:1234, ../includes/Elements/Woo_Product_List.php:1286 msgid "Button Text" msgstr "" @@ -1941,7 +1941,7 @@ msgid "List" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Grid.php:1023, ../includes/Elements/Filterable_Gallery.php:1816, ../includes/Elements/Filterable_Gallery.php:2343, ../includes/Elements/Filterable_Gallery.php:3117, ../includes/Elements/Login_Register.php:5049, ../includes/Elements/Post_Grid.php:1358, ../includes/Elements/Pricing_Table.php:2108, ../includes/Elements/Product_Grid.php:3457, ../includes/Elements/Twitter_Feed.php:1050, ../includes/Elements/Woo_Product_Carousel.php:2318, ../includes/Elements/Woo_Product_Gallery.php:2663, ../includes/Elements/Woo_Product_List.php:3450 +#: ../includes/Elements/Betterdocs_Category_Grid.php:1023, ../includes/Elements/Filterable_Gallery.php:1816, ../includes/Elements/Filterable_Gallery.php:2343, ../includes/Elements/Filterable_Gallery.php:3117, ../includes/Elements/Login_Register.php:5050, ../includes/Elements/Post_Grid.php:1358, ../includes/Elements/Pricing_Table.php:2108, ../includes/Elements/Product_Grid.php:3457, ../includes/Elements/Twitter_Feed.php:1050, ../includes/Elements/Woo_Product_Carousel.php:2318, ../includes/Elements/Woo_Product_Gallery.php:2663, ../includes/Elements/Woo_Product_List.php:3451 msgid "Hover Color" msgstr "" @@ -1969,7 +1969,7 @@ msgid "Area Spacing" msgstr "" -#: ../includes/Elements/Betterdocs_Category_Grid.php:1540, ../includes/Elements/Pricing_Table.php:2158, ../includes/Elements/WeForms.php:630, ../includes/Elements/Woo_Add_To_Cart.php:75, ../includes/Traits/Controls.php:1998 +#: ../includes/Elements/Betterdocs_Category_Grid.php:1540, ../includes/Elements/Creative_Button.php:410, ../includes/Elements/Pricing_Table.php:2158, ../includes/Elements/WeForms.php:630, ../includes/Elements/Woo_Add_To_Cart.php:80, ../includes/Traits/Controls.php:1998 msgid "Button Alignment" msgstr "" @@ -2005,7 +2005,7 @@ msgid "Close Icon" msgstr "" -#: ../includes/Elements/Betterdocs_Search_Form.php:302, ../includes/Elements/Business_Reviews.php:2460, ../includes/Elements/Business_Reviews.php:2610, ../includes/Elements/Caldera_Forms.php:1029, ../includes/Elements/Caldera_Forms.php:1343, ../includes/Elements/Code_Snippet.php:627, ../includes/Elements/Code_Snippet.php:808, ../includes/Elements/Contact_Form_7.php:1067, ../includes/Elements/Contact_Form_7.php:1382, ../includes/Elements/Content_Ticker.php:694, ../includes/Elements/Countdown.php:910, ../includes/Elements/Countdown.php:982, ../includes/Elements/Countdown.php:1054, ../includes/Elements/Countdown.php:1126, ../includes/Elements/Creative_Button.php:674, ../includes/Elements/Cta_Box.php:1603, ../includes/Elements/Cta_Box.php:1971, ../includes/Elements/Event_Calendar.php:2162, ../includes/Elements/Event_Calendar.php:2207, ../includes/Elements/Event_Calendar.php:2252, ../includes/Elements/Event_Calendar.php:2332, ../includes/Elements/Facebook_Feed.php:816, ../includes/Elements/Filterable_Gallery.php:3508, ../includes/Elements/Filterable_Gallery.php:3561, ../includes/Elements/FluentForm.php:1024, ../includes/Elements/FluentForm.php:1714, ../includes/Elements/Formstack.php:1587, ../includes/Elements/GravityForms.php:1347, ../includes/Elements/GravityForms.php:1580, ../includes/Elements/GravityForms.php:1776, ../includes/Elements/GravityForms.php:2067, ../includes/Elements/GravityForms.php:2421, ../includes/Elements/GravityForms.php:2682, ../includes/Elements/Interactive_Circle.php:588, ../includes/Elements/Interactive_Circle.php:799, ../includes/Elements/Interactive_Circle.php:864, ../includes/Elements/NFT_Gallery.php:2434, ../includes/Elements/NinjaForms.php:1076, ../includes/Elements/NinjaForms.php:1501, ../includes/Elements/Pricing_Table.php:2363, ../includes/Elements/Product_Grid.php:1330, ../includes/Elements/Product_Grid.php:1470, ../includes/Elements/Product_Grid.php:2213, ../includes/Elements/Product_Grid.php:2517, ../includes/Elements/Product_Grid.php:2699, ../includes/Elements/Product_Grid.php:2945, ../includes/Elements/Product_Grid.php:2992, ../includes/Elements/Product_Grid.php:3188, ../includes/Elements/Product_Grid.php:3284, ../includes/Elements/Product_Grid.php:3396, ../includes/Elements/Simple_Menu.php:1042, ../includes/Elements/Simple_Menu.php:1141, ../includes/Elements/Simple_Menu.php:1244, ../includes/Elements/Simple_Menu.php:1471, ../includes/Elements/Simple_Menu.php:1574, ../includes/Elements/Sticky_Video.php:629, ../includes/Elements/Twitter_Feed.php:926, ../includes/Elements/Twitter_Feed.php:1499, ../includes/Elements/WeForms.php:468, ../includes/Elements/WeForms.php:770, ../includes/Elements/Woo_Add_To_Cart.php:216, ../includes/Elements/Woo_Add_To_Cart.php:260, ../includes/Elements/Woo_Add_To_Cart.php:486, ../includes/Elements/Woo_Add_To_Cart.php:530, ../includes/Elements/Woo_Add_To_Cart.php:684, ../includes/Elements/Woo_Cart.php:1368, ../includes/Elements/Woo_Cart.php:1668, ../includes/Elements/Woo_Cart.php:2031, ../includes/Elements/Woo_Cart.php:2316, ../includes/Elements/Woo_Checkout.php:1052, ../includes/Elements/Woo_Checkout.php:1741, ../includes/Elements/Woo_Checkout.php:2112, ../includes/Elements/Woo_Checkout.php:2229, ../includes/Elements/Woo_Checkout.php:2273, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2526, ../includes/Elements/Woo_Checkout.php:2546, ../includes/Elements/Woo_Checkout.php:2671, ../includes/Elements/Woo_Checkout.php:2902, ../includes/Elements/Woo_Checkout.php:3014, ../includes/Elements/Woo_Product_Carousel.php:1323, ../includes/Elements/Woo_Product_Carousel.php:1760, ../includes/Elements/Woo_Product_Carousel.php:1884, ../includes/Elements/Woo_Product_Carousel.php:2052, ../includes/Elements/Woo_Product_Carousel.php:2147, ../includes/Elements/Woo_Product_Carousel.php:2261, ../includes/Elements/Woo_Product_Carousel.php:2706, ../includes/Elements/Woo_Product_Carousel.php:3133, ../includes/Elements/Woo_Product_Gallery.php:1062, ../includes/Elements/Woo_Product_Gallery.php:1551, ../includes/Elements/Woo_Product_Gallery.php:1794, ../includes/Elements/Woo_Product_Gallery.php:1832, ../includes/Elements/Woo_Product_Gallery.php:2353, ../includes/Elements/Woo_Product_Gallery.php:2490, ../includes/Elements/Woo_Product_Gallery.php:2602, ../includes/Elements/Woo_Product_List.php:3246, ../includes/Elements/Woo_Product_List.php:3389, ../includes/Elements/WpForms.php:1046, ../includes/Traits/Controls.php:1974, ../includes/Traits/Woo_Product_Comparable.php:1725 +#: ../includes/Elements/Betterdocs_Search_Form.php:302, ../includes/Elements/Business_Reviews.php:2460, ../includes/Elements/Business_Reviews.php:2610, ../includes/Elements/Caldera_Forms.php:1029, ../includes/Elements/Caldera_Forms.php:1343, ../includes/Elements/Code_Snippet.php:627, ../includes/Elements/Code_Snippet.php:808, ../includes/Elements/Contact_Form_7.php:1067, ../includes/Elements/Contact_Form_7.php:1382, ../includes/Elements/Content_Ticker.php:694, ../includes/Elements/Countdown.php:910, ../includes/Elements/Countdown.php:982, ../includes/Elements/Countdown.php:1054, ../includes/Elements/Countdown.php:1126, ../includes/Elements/Creative_Button.php:674, ../includes/Elements/Cta_Box.php:1603, ../includes/Elements/Cta_Box.php:1971, ../includes/Elements/Event_Calendar.php:2162, ../includes/Elements/Event_Calendar.php:2207, ../includes/Elements/Event_Calendar.php:2252, ../includes/Elements/Event_Calendar.php:2332, ../includes/Elements/Facebook_Feed.php:816, ../includes/Elements/Filterable_Gallery.php:3508, ../includes/Elements/Filterable_Gallery.php:3561, ../includes/Elements/FluentForm.php:1024, ../includes/Elements/FluentForm.php:1714, ../includes/Elements/Formstack.php:1587, ../includes/Elements/GravityForms.php:1347, ../includes/Elements/GravityForms.php:1580, ../includes/Elements/GravityForms.php:1776, ../includes/Elements/GravityForms.php:2067, ../includes/Elements/GravityForms.php:2421, ../includes/Elements/GravityForms.php:2682, ../includes/Elements/Interactive_Circle.php:588, ../includes/Elements/Interactive_Circle.php:799, ../includes/Elements/Interactive_Circle.php:864, ../includes/Elements/NFT_Gallery.php:2434, ../includes/Elements/NinjaForms.php:1076, ../includes/Elements/NinjaForms.php:1501, ../includes/Elements/Pricing_Table.php:2363, ../includes/Elements/Product_Grid.php:1330, ../includes/Elements/Product_Grid.php:1470, ../includes/Elements/Product_Grid.php:2213, ../includes/Elements/Product_Grid.php:2517, ../includes/Elements/Product_Grid.php:2699, ../includes/Elements/Product_Grid.php:2945, ../includes/Elements/Product_Grid.php:2992, ../includes/Elements/Product_Grid.php:3188, ../includes/Elements/Product_Grid.php:3284, ../includes/Elements/Product_Grid.php:3396, ../includes/Elements/Simple_Menu.php:1042, ../includes/Elements/Simple_Menu.php:1141, ../includes/Elements/Simple_Menu.php:1244, ../includes/Elements/Simple_Menu.php:1471, ../includes/Elements/Simple_Menu.php:1574, ../includes/Elements/Sticky_Video.php:629, ../includes/Elements/Twitter_Feed.php:926, ../includes/Elements/Twitter_Feed.php:1499, ../includes/Elements/WeForms.php:468, ../includes/Elements/WeForms.php:770, ../includes/Elements/Woo_Add_To_Cart.php:221, ../includes/Elements/Woo_Add_To_Cart.php:274, ../includes/Elements/Woo_Add_To_Cart.php:500, ../includes/Elements/Woo_Add_To_Cart.php:544, ../includes/Elements/Woo_Add_To_Cart.php:698, ../includes/Elements/Woo_Cart.php:1368, ../includes/Elements/Woo_Cart.php:1668, ../includes/Elements/Woo_Cart.php:2031, ../includes/Elements/Woo_Cart.php:2316, ../includes/Elements/Woo_Checkout.php:1052, ../includes/Elements/Woo_Checkout.php:1741, ../includes/Elements/Woo_Checkout.php:2112, ../includes/Elements/Woo_Checkout.php:2229, ../includes/Elements/Woo_Checkout.php:2273, ../includes/Elements/Woo_Checkout.php:2317, ../includes/Elements/Woo_Checkout.php:2526, ../includes/Elements/Woo_Checkout.php:2546, ../includes/Elements/Woo_Checkout.php:2671, ../includes/Elements/Woo_Checkout.php:2902, ../includes/Elements/Woo_Checkout.php:3014, ../includes/Elements/Woo_Product_Carousel.php:1323, ../includes/Elements/Woo_Product_Carousel.php:1760, ../includes/Elements/Woo_Product_Carousel.php:1884, ../includes/Elements/Woo_Product_Carousel.php:2052, ../includes/Elements/Woo_Product_Carousel.php:2147, ../includes/Elements/Woo_Product_Carousel.php:2261, ../includes/Elements/Woo_Product_Carousel.php:2706, ../includes/Elements/Woo_Product_Carousel.php:3133, ../includes/Elements/Woo_Product_Gallery.php:1062, ../includes/Elements/Woo_Product_Gallery.php:1551, ../includes/Elements/Woo_Product_Gallery.php:1794, ../includes/Elements/Woo_Product_Gallery.php:1832, ../includes/Elements/Woo_Product_Gallery.php:2353, ../includes/Elements/Woo_Product_Gallery.php:2490, ../includes/Elements/Woo_Product_Gallery.php:2602, ../includes/Elements/Woo_Product_List.php:3247, ../includes/Elements/Woo_Product_List.php:3390, ../includes/Elements/WpForms.php:1046, ../includes/Traits/Controls.php:1974, ../includes/Traits/Woo_Product_Comparable.php:1725 msgid "Border Color" msgstr "" @@ -2021,7 +2021,7 @@ msgid "Search Result List" msgstr "" -#: ../includes/Elements/Betterdocs_Search_Form.php:412, ../includes/Elements/Betterdocs_Search_Form.php:518, ../includes/Elements/Filterable_Gallery.php:1655, ../includes/Elements/Interactive_Circle.php:639, ../includes/Elements/Post_Grid.php:981, ../includes/Elements/Woo_Product_List.php:1389, ../includes/Template/Woo-Product-List/preset-3.php:131 +#: ../includes/Elements/Betterdocs_Search_Form.php:412, ../includes/Elements/Betterdocs_Search_Form.php:518, ../includes/Elements/Filterable_Gallery.php:1655, ../includes/Elements/Interactive_Circle.php:639, ../includes/Elements/Post_Grid.php:981, ../includes/Elements/Woo_Product_List.php:1390, ../includes/Template/Woo-Product-List/preset-3.php:134 msgid "Item" msgstr "" @@ -2049,7 +2049,7 @@ msgid "Prefix Type" msgstr "" -#: ../includes/Elements/Breadcrumbs.php:99, ../includes/Elements/Breadcrumbs.php:129, ../includes/Elements/Breadcrumbs.php:156, ../includes/Elements/Breadcrumbs.php:183, ../includes/Elements/Business_Reviews.php:751, ../includes/Elements/Code_Snippet.php:337, ../includes/Elements/Cta_Box.php:666, ../includes/Elements/Cta_Box.php:772, ../includes/Elements/Login_Register.php:1203, ../includes/Elements/Post_Grid.php:407, ../includes/Elements/Product_Grid.php:867, ../includes/Elements/Team_Member.php:188, ../includes/Elements/Team_Member.php:262, ../includes/Elements/Tooltip.php:87, ../includes/Elements/Woo_Cart.php:1250, ../includes/Elements/Woo_Checkout.php:189, ../includes/Elements/Woo_Product_List.php:2618, ../includes/Elements/Woo_Product_List.php:2654, ../includes/Elements/Woo_Product_Price.php:223, ../includes/Elements/Woo_Product_Price.php:290, ../includes/Traits/Woo_Product_Comparable.php:1207 +#: ../includes/Elements/Breadcrumbs.php:99, ../includes/Elements/Breadcrumbs.php:129, ../includes/Elements/Breadcrumbs.php:156, ../includes/Elements/Breadcrumbs.php:183, ../includes/Elements/Business_Reviews.php:751, ../includes/Elements/Code_Snippet.php:337, ../includes/Elements/Cta_Box.php:666, ../includes/Elements/Cta_Box.php:772, ../includes/Elements/Login_Register.php:1204, ../includes/Elements/Post_Grid.php:407, ../includes/Elements/Product_Grid.php:867, ../includes/Elements/Team_Member.php:188, ../includes/Elements/Team_Member.php:262, ../includes/Elements/Tooltip.php:87, ../includes/Elements/Woo_Cart.php:1250, ../includes/Elements/Woo_Checkout.php:189, ../includes/Elements/Woo_Product_List.php:2619, ../includes/Elements/Woo_Product_List.php:2655, ../includes/Elements/Woo_Product_Price.php:223, ../includes/Elements/Woo_Product_Price.php:290, ../includes/Traits/Woo_Product_Comparable.php:1207 msgid "Text" msgstr "" @@ -2065,7 +2065,7 @@ msgid "/" msgstr "" -#: ../includes/Elements/Breadcrumbs.php:202, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Dual_Color_Header.php:87, ../includes/Elements/Filterable_Gallery.php:342, ../includes/Elements/Interactive_Circle.php:280, ../includes/Elements/Login_Register.php:4807, ../includes/Elements/Login_Register.php:4819, ../includes/Elements/Login_Register.php:4955, ../includes/Elements/Login_Register.php:5084, ../includes/Elements/Product_Grid.php:2248, ../includes/Elements/SVG_Draw.php:474, ../includes/Extensions/Table_of_Content.php:1278 +#: ../includes/Elements/Breadcrumbs.php:202, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Dual_Color_Header.php:87, ../includes/Elements/Filterable_Gallery.php:342, ../includes/Elements/Interactive_Circle.php:280, ../includes/Elements/Login_Register.php:4808, ../includes/Elements/Login_Register.php:4820, ../includes/Elements/Login_Register.php:4956, ../includes/Elements/Login_Register.php:5085, ../includes/Elements/Product_Grid.php:2248, ../includes/Elements/SVG_Draw.php:474, ../includes/Extensions/Table_of_Content.php:1278 msgid "Style" msgstr "" @@ -2077,19 +2077,19 @@ msgid "Separator" msgstr "" -#: ../includes/Elements/Breadcrumbs.php:711 +#: ../includes/Elements/Breadcrumbs.php:715 msgid "Error 404" msgstr "" -#: ../includes/Elements/Breadcrumbs.php:709 +#: ../includes/Elements/Breadcrumbs.php:713 msgid "Articles posted by" msgstr "" -#: ../includes/Elements/Breadcrumbs.php:705 +#: ../includes/Elements/Breadcrumbs.php:709 msgid "Posts tagged" msgstr "" -#: ../includes/Elements/Breadcrumbs.php:694 +#: ../includes/Elements/Breadcrumbs.php:698 msgid "Search results for" msgstr "" @@ -2167,7 +2167,7 @@ msgid "Local Business Schema" msgstr "" -#: ../includes/Elements/Business_Reviews.php:244, ../includes/Elements/Filterable_Gallery.php:519, ../includes/Elements/Filterable_Gallery.php:722, ../includes/Elements/Filterable_Gallery.php:851, ../includes/Elements/Interactive_Circle.php:625, ../includes/Elements/Login_Register.php:770, ../includes/Elements/Login_Register.php:934, ../includes/Elements/Pricing_Table.php:464, ../includes/Elements/Twitter_Feed.php:420, ../includes/Elements/Twitter_Feed.php:432, ../includes/Elements/Woo_Product_Images.php:825, ../includes/Extensions/Image_Masking.php:92 +#: ../includes/Elements/Business_Reviews.php:244, ../includes/Elements/Filterable_Gallery.php:519, ../includes/Elements/Filterable_Gallery.php:722, ../includes/Elements/Filterable_Gallery.php:851, ../includes/Elements/Interactive_Circle.php:625, ../includes/Elements/Login_Register.php:770, ../includes/Elements/Login_Register.php:934, ../includes/Elements/Pricing_Table.php:464, ../includes/Elements/Twitter_Feed.php:420, ../includes/Elements/Twitter_Feed.php:432, ../includes/Elements/Woo_Product_Images.php:825, ../includes/Extensions/Image_Masking.php:102 msgid "Enable" msgstr "" @@ -2183,15 +2183,15 @@ msgid "Slider" msgstr "" -#: ../includes/Elements/Business_Reviews.php:279, ../includes/Elements/Cta_Box.php:124, ../includes/Elements/Cta_Box.php:573, ../includes/Elements/Interactive_Circle.php:83, ../includes/Elements/NFT_Gallery.php:350, ../includes/Elements/Product_Grid.php:333, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2411, ../includes/Elements/Simple_Menu.php:160, ../includes/Elements/Woo_Product_Carousel.php:1138, ../includes/Elements/Woo_Product_Carousel.php:2500, ../includes/Elements/Woo_Product_Gallery.php:1932, ../includes/Elements/Woo_Product_List.php:801, ../includes/Elements/Woo_Product_List.php:819, ../includes/Template/Eicon-Woocommerce/preset-1.php:3, ../includes/Template/Woo-Product-Carousel/preset-1.php:4, ../includes/Template/Woo-Product-Gallery/preset-1.php:3, ../includes/Template/Woo-Product-List/preset-1.php:3 +#: ../includes/Elements/Business_Reviews.php:279, ../includes/Elements/Cta_Box.php:124, ../includes/Elements/Cta_Box.php:573, ../includes/Elements/Interactive_Circle.php:83, ../includes/Elements/NFT_Gallery.php:350, ../includes/Elements/Product_Grid.php:333, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2411, ../includes/Elements/Simple_Menu.php:160, ../includes/Elements/Woo_Product_Carousel.php:1138, ../includes/Elements/Woo_Product_Carousel.php:2500, ../includes/Elements/Woo_Product_Gallery.php:1932, ../includes/Elements/Woo_Product_List.php:802, ../includes/Elements/Woo_Product_List.php:820, ../includes/Template/Eicon-Woocommerce/preset-1.php:3, ../includes/Template/Woo-Product-Carousel/preset-1.php:4, ../includes/Template/Woo-Product-Gallery/preset-1.php:3, ../includes/Template/Woo-Product-List/preset-1.php:3 msgid "Preset 1" msgstr "" -#: ../includes/Elements/Business_Reviews.php:283, ../includes/Elements/Cta_Box.php:125, ../includes/Elements/Cta_Box.php:574, ../includes/Elements/Interactive_Circle.php:84, ../includes/Elements/NFT_Gallery.php:351, ../includes/Elements/Product_Grid.php:337, ../includes/Elements/Product_Grid.php:2253, ../includes/Elements/Product_Grid.php:2412, ../includes/Elements/Simple_Menu.php:161, ../includes/Elements/Woo_Product_Carousel.php:1139, ../includes/Elements/Woo_Product_Carousel.php:2501, ../includes/Elements/Woo_Product_Gallery.php:1933, ../includes/Elements/Woo_Product_List.php:802, ../includes/Elements/Woo_Product_List.php:820, ../includes/Template/Eicon-Woocommerce/preset-2.php:3, ../includes/Template/Woo-Product-Carousel/preset-2.php:4, ../includes/Template/Woo-Product-Gallery/preset-2.php:3, ../includes/Template/Woo-Product-List/preset-2.php:3 +#: ../includes/Elements/Business_Reviews.php:283, ../includes/Elements/Cta_Box.php:125, ../includes/Elements/Cta_Box.php:574, ../includes/Elements/Interactive_Circle.php:84, ../includes/Elements/NFT_Gallery.php:351, ../includes/Elements/Product_Grid.php:337, ../includes/Elements/Product_Grid.php:2253, ../includes/Elements/Product_Grid.php:2412, ../includes/Elements/Simple_Menu.php:161, ../includes/Elements/Woo_Product_Carousel.php:1139, ../includes/Elements/Woo_Product_Carousel.php:2501, ../includes/Elements/Woo_Product_Gallery.php:1933, ../includes/Elements/Woo_Product_List.php:803, ../includes/Elements/Woo_Product_List.php:821, ../includes/Template/Eicon-Woocommerce/preset-2.php:3, ../includes/Template/Woo-Product-Carousel/preset-2.php:4, ../includes/Template/Woo-Product-Gallery/preset-2.php:3, ../includes/Template/Woo-Product-List/preset-2.php:3 msgid "Preset 2" msgstr "" -#: ../includes/Elements/Business_Reviews.php:287, ../includes/Elements/Interactive_Circle.php:85, ../includes/Elements/Product_Grid.php:341, ../includes/Elements/Product_Grid.php:2254, ../includes/Elements/Simple_Menu.php:162, ../includes/Elements/Woo_Product_Carousel.php:1140, ../includes/Elements/Woo_Product_Carousel.php:2502, ../includes/Elements/Woo_Product_Gallery.php:1934, ../includes/Elements/Woo_Product_List.php:803, ../includes/Elements/Woo_Product_List.php:821, ../includes/Template/Eicon-Woocommerce/preset-3.php:3, ../includes/Template/Woo-Product-Carousel/preset-3.php:4, ../includes/Template/Woo-Product-Gallery/preset-3.php:3, ../includes/Template/Woo-Product-List/preset-3.php:3 +#: ../includes/Elements/Business_Reviews.php:287, ../includes/Elements/Interactive_Circle.php:85, ../includes/Elements/Product_Grid.php:341, ../includes/Elements/Product_Grid.php:2254, ../includes/Elements/Simple_Menu.php:162, ../includes/Elements/Woo_Product_Carousel.php:1140, ../includes/Elements/Woo_Product_Carousel.php:2502, ../includes/Elements/Woo_Product_Gallery.php:1934, ../includes/Elements/Woo_Product_List.php:804, ../includes/Elements/Woo_Product_List.php:822, ../includes/Template/Eicon-Woocommerce/preset-3.php:3, ../includes/Template/Woo-Product-Carousel/preset-3.php:4, ../includes/Template/Woo-Product-Gallery/preset-3.php:3, ../includes/Template/Woo-Product-List/preset-3.php:3 msgid "Preset 3" msgstr "" @@ -2295,7 +2295,7 @@ msgid "Name" msgstr "" -#: ../includes/Elements/Business_Reviews.php:675, ../includes/Elements/Business_Reviews.php:701, ../includes/Elements/Woo_Product_List.php:1072 +#: ../includes/Elements/Business_Reviews.php:675, ../includes/Elements/Business_Reviews.php:701, ../includes/Elements/Woo_Product_List.php:1073 msgid "Custom Text" msgstr "" @@ -2327,11 +2327,11 @@ msgid "Rating Position" msgstr "" -#: ../includes/Elements/Business_Reviews.php:800, ../includes/Elements/Cta_Box.php:244, ../includes/Elements/Feature_List.php:339, ../includes/Elements/Feature_List.php:363, ../includes/Elements/Flip_Box.php:484, ../includes/Elements/Flip_Box.php:724, ../includes/Elements/Image_Accordion.php:145, ../includes/Elements/Info_Box.php:157, ../includes/Elements/Info_Box.php:335, ../includes/Elements/Login_Register.php:1690, ../includes/Elements/Login_Register.php:2248, ../includes/Elements/Login_Register.php:2268, ../includes/Elements/Login_Register.php:2288, ../includes/Elements/Login_Register.php:2308, ../includes/Elements/Post_Timeline.php:491, ../includes/Elements/Pricing_Table.php:495, ../includes/Elements/Testimonial.php:297, ../includes/Elements/Tooltip.php:304, ../includes/Elements/Twitter_Feed.php:649, ../includes/Elements/Woo_Product_Gallery.php:618, ../includes/Extensions/Reading_Progress.php:119, ../includes/Extensions/Table_of_Content.php:589, ../includes/Traits/Controls.php:895, ../includes/Traits/Controls.php:2168 +#: ../includes/Elements/Business_Reviews.php:800, ../includes/Elements/Cta_Box.php:244, ../includes/Elements/Feature_List.php:339, ../includes/Elements/Feature_List.php:363, ../includes/Elements/Flip_Box.php:484, ../includes/Elements/Flip_Box.php:724, ../includes/Elements/Image_Accordion.php:145, ../includes/Elements/Info_Box.php:157, ../includes/Elements/Info_Box.php:335, ../includes/Elements/Login_Register.php:1691, ../includes/Elements/Login_Register.php:2249, ../includes/Elements/Login_Register.php:2269, ../includes/Elements/Login_Register.php:2289, ../includes/Elements/Login_Register.php:2309, ../includes/Elements/Post_Timeline.php:491, ../includes/Elements/Pricing_Table.php:495, ../includes/Elements/Testimonial.php:297, ../includes/Elements/Tooltip.php:304, ../includes/Elements/Twitter_Feed.php:649, ../includes/Elements/Woo_Product_Gallery.php:618, ../includes/Extensions/Reading_Progress.php:119, ../includes/Extensions/Table_of_Content.php:589, ../includes/Traits/Controls.php:895, ../includes/Traits/Controls.php:2168 msgid "Top" msgstr "" -#: ../includes/Elements/Business_Reviews.php:801, ../includes/Elements/Cta_Box.php:247, ../includes/Elements/Feature_List.php:371, ../includes/Elements/Flip_Box.php:492, ../includes/Elements/Flip_Box.php:732, ../includes/Elements/Image_Accordion.php:153, ../includes/Elements/Info_Box.php:165, ../includes/Elements/Info_Box.php:339, ../includes/Elements/Login_Register.php:2252, ../includes/Elements/Login_Register.php:2272, ../includes/Elements/Login_Register.php:2292, ../includes/Elements/Login_Register.php:2312, ../includes/Elements/Post_Timeline.php:499, ../includes/Elements/Pricing_Table.php:503, ../includes/Elements/Tooltip.php:305, ../includes/Elements/Twitter_Feed.php:657, ../includes/Elements/Woo_Product_Gallery.php:626, ../includes/Elements/Woo_Product_Images.php:708, ../includes/Extensions/Reading_Progress.php:120, ../includes/Extensions/Scroll_to_Top.php:133, ../includes/Extensions/Table_of_Content.php:590, ../includes/Traits/Controls.php:903, ../includes/Traits/Controls.php:2172 +#: ../includes/Elements/Business_Reviews.php:801, ../includes/Elements/Cta_Box.php:247, ../includes/Elements/Feature_List.php:371, ../includes/Elements/Flip_Box.php:492, ../includes/Elements/Flip_Box.php:732, ../includes/Elements/Image_Accordion.php:153, ../includes/Elements/Info_Box.php:165, ../includes/Elements/Info_Box.php:339, ../includes/Elements/Login_Register.php:2253, ../includes/Elements/Login_Register.php:2273, ../includes/Elements/Login_Register.php:2293, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Post_Timeline.php:499, ../includes/Elements/Pricing_Table.php:503, ../includes/Elements/Tooltip.php:305, ../includes/Elements/Twitter_Feed.php:657, ../includes/Elements/Woo_Product_Gallery.php:626, ../includes/Elements/Woo_Product_Images.php:708, ../includes/Extensions/Reading_Progress.php:120, ../includes/Extensions/Scroll_to_Top.php:133, ../includes/Extensions/Table_of_Content.php:590, ../includes/Traits/Controls.php:903, ../includes/Traits/Controls.php:2172 msgid "Bottom" msgstr "" @@ -2383,7 +2383,7 @@ msgid "Recommended to open link in the same tab instead of a new tab" msgstr "" -#: ../includes/Elements/Business_Reviews.php:958, ../includes/Elements/Event_Calendar.php:3688, ../includes/Elements/Info_Box.php:746, ../includes/Elements/Woo_Product_List.php:1305 +#: ../includes/Elements/Business_Reviews.php:958, ../includes/Elements/Event_Calendar.php:3688, ../includes/Elements/Info_Box.php:746, ../includes/Elements/Woo_Product_List.php:1306 msgid "Container" msgstr "" @@ -2543,7 +2543,7 @@ msgid "Description" msgstr "" -#: ../includes/Elements/Caldera_Forms.php:156, ../includes/Elements/Caldera_Forms.php:524, ../includes/Elements/Contact_Form_7.php:209, ../includes/Elements/Contact_Form_7.php:821, ../includes/Elements/FluentForm.php:197, ../includes/Elements/FluentForm.php:570, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:806, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:813, ../includes/Elements/Login_Register.php:1071, ../includes/Elements/Login_Register.php:1445, ../includes/Elements/NinjaForms.php:177, ../includes/Elements/NinjaForms.php:557, ../includes/Elements/WpForms.php:192, ../includes/Elements/WpForms.php:532 +#: ../includes/Elements/Caldera_Forms.php:156, ../includes/Elements/Caldera_Forms.php:524, ../includes/Elements/Contact_Form_7.php:209, ../includes/Elements/Contact_Form_7.php:821, ../includes/Elements/FluentForm.php:197, ../includes/Elements/FluentForm.php:570, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:806, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:813, ../includes/Elements/Login_Register.php:1072, ../includes/Elements/Login_Register.php:1446, ../includes/Elements/NinjaForms.php:177, ../includes/Elements/NinjaForms.php:557, ../includes/Elements/WpForms.php:192, ../includes/Elements/WpForms.php:532 msgid "Labels" msgstr "" @@ -2551,7 +2551,7 @@ msgid "Errors" msgstr "" -#: ../includes/Elements/Caldera_Forms.php:194, ../includes/Elements/Caldera_Forms.php:1429, ../includes/Elements/Contact_Form_7.php:234, ../includes/Elements/Contact_Form_7.php:1411, ../includes/Elements/FluentForm.php:234, ../includes/Elements/FluentForm.php:2166, ../includes/Elements/Formstack.php:284, ../includes/Elements/Formstack.php:1929, ../includes/Elements/GravityForms.php:283, ../includes/Elements/GravityForms.php:2735, ../includes/Elements/Login_Register.php:2008, ../includes/Elements/NinjaForms.php:215, ../includes/Elements/NinjaForms.php:1645, ../includes/Elements/WpForms.php:227 +#: ../includes/Elements/Caldera_Forms.php:194, ../includes/Elements/Caldera_Forms.php:1429, ../includes/Elements/Contact_Form_7.php:234, ../includes/Elements/Contact_Form_7.php:1411, ../includes/Elements/FluentForm.php:234, ../includes/Elements/FluentForm.php:2166, ../includes/Elements/Formstack.php:284, ../includes/Elements/Formstack.php:1929, ../includes/Elements/GravityForms.php:283, ../includes/Elements/GravityForms.php:2735, ../includes/Elements/Login_Register.php:2009, ../includes/Elements/NinjaForms.php:215, ../includes/Elements/NinjaForms.php:1645, ../includes/Elements/WpForms.php:227 msgid "Error Messages" msgstr "" @@ -2579,11 +2579,11 @@ msgid "Form Max Width" msgstr "" -#: ../includes/Elements/Caldera_Forms.php:465, ../includes/Elements/FluentForm.php:511, ../includes/Elements/Formstack.php:390, ../includes/Elements/GravityForms.php:426, ../includes/Elements/Login_Register.php:3367, ../includes/Elements/NinjaForms.php:352, ../includes/Elements/TypeForm.php:294, ../includes/Elements/WeForms.php:233, ../includes/Elements/WpForms.php:328 +#: ../includes/Elements/Caldera_Forms.php:465, ../includes/Elements/FluentForm.php:511, ../includes/Elements/Formstack.php:390, ../includes/Elements/GravityForms.php:426, ../includes/Elements/Login_Register.php:3368, ../includes/Elements/NinjaForms.php:352, ../includes/Elements/TypeForm.php:294, ../includes/Elements/WeForms.php:233, ../includes/Elements/WpForms.php:328 msgid "Form Margin" msgstr "" -#: ../includes/Elements/Caldera_Forms.php:477, ../includes/Elements/Contact_Form_7.php:394, ../includes/Elements/FluentForm.php:523, ../includes/Elements/Formstack.php:402, ../includes/Elements/GravityForms.php:438, ../includes/Elements/Login_Register.php:3382, ../includes/Elements/NinjaForms.php:364, ../includes/Elements/TypeForm.php:306, ../includes/Elements/WeForms.php:245, ../includes/Elements/WpForms.php:340 +#: ../includes/Elements/Caldera_Forms.php:477, ../includes/Elements/Contact_Form_7.php:394, ../includes/Elements/FluentForm.php:523, ../includes/Elements/Formstack.php:402, ../includes/Elements/GravityForms.php:438, ../includes/Elements/Login_Register.php:3383, ../includes/Elements/NinjaForms.php:364, ../includes/Elements/TypeForm.php:306, ../includes/Elements/WeForms.php:245, ../includes/Elements/WpForms.php:340 msgid "Form Padding" msgstr "" @@ -2611,7 +2611,7 @@ msgid "Textarea Height" msgstr "" -#: ../includes/Elements/Caldera_Forms.php:802, ../includes/Elements/Contact_Form_7.php:772, ../includes/Elements/FluentForm.php:850, ../includes/Elements/Formstack.php:1058, ../includes/Elements/GravityForms.php:1167, ../includes/Elements/Login_Register.php:4255, ../includes/Elements/NinjaForms.php:846, ../includes/Elements/Woo_Add_To_Cart.php:499, ../includes/Elements/WpForms.php:831 +#: ../includes/Elements/Caldera_Forms.php:802, ../includes/Elements/Contact_Form_7.php:772, ../includes/Elements/FluentForm.php:850, ../includes/Elements/Formstack.php:1058, ../includes/Elements/GravityForms.php:1167, ../includes/Elements/Login_Register.php:4256, ../includes/Elements/NinjaForms.php:846, ../includes/Elements/Woo_Add_To_Cart.php:513, ../includes/Elements/WpForms.php:831 msgid "Focus" msgstr "" @@ -2631,7 +2631,7 @@ msgid "Border Width" msgstr "" -#: ../includes/Elements/Caldera_Forms.php:1044, ../includes/Elements/Contact_Form_7.php:1082, ../includes/Elements/FluentForm.php:1039, ../includes/Elements/Formstack.php:1208, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1595, ../includes/Elements/Login_Register.php:1925, ../includes/Elements/Login_Register.php:4823, ../includes/Elements/NinjaForms.php:1091, ../includes/Elements/NinjaForms.php:1173, ../includes/Elements/WpForms.php:1061 +#: ../includes/Elements/Caldera_Forms.php:1044, ../includes/Elements/Contact_Form_7.php:1082, ../includes/Elements/FluentForm.php:1039, ../includes/Elements/Formstack.php:1208, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1595, ../includes/Elements/Login_Register.php:1926, ../includes/Elements/Login_Register.php:4824, ../includes/Elements/NinjaForms.php:1091, ../includes/Elements/NinjaForms.php:1173, ../includes/Elements/WpForms.php:1061 msgid "Checkbox" msgstr "" @@ -2687,7 +2687,7 @@ msgid "Programming Language" msgstr "" -#: ../includes/Elements/Code_Snippet.php:67, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:2903, ../includes/Elements/Login_Register.php:3006 +#: ../includes/Elements/Code_Snippet.php:67, ../includes/Elements/Login_Register.php:2795, ../includes/Elements/Login_Register.php:2904, ../includes/Elements/Login_Register.php:3007 msgid "HTML" msgstr "" @@ -2807,15 +2807,15 @@ msgid "Appearance" msgstr "" -#: ../includes/Elements/Code_Snippet.php:127, ../includes/Elements/Login_Register.php:955, ../includes/Elements/Login_Register.php:5710, ../includes/Elements/Pricing_Table.php:582 +#: ../includes/Elements/Code_Snippet.php:127, ../includes/Elements/Login_Register.php:955, ../includes/Elements/Login_Register.php:5711, ../includes/Elements/Pricing_Table.php:582 msgid "Theme" msgstr "" -#: ../includes/Elements/Code_Snippet.php:133, ../includes/Elements/Login_Register.php:963, ../includes/Elements/Login_Register.php:5713, ../includes/Elements/Pricing_Table.php:587 +#: ../includes/Elements/Code_Snippet.php:133, ../includes/Elements/Login_Register.php:963, ../includes/Elements/Login_Register.php:5714, ../includes/Elements/Pricing_Table.php:587 msgid "Light" msgstr "" -#: ../includes/Elements/Code_Snippet.php:137, ../includes/Elements/Login_Register.php:967, ../includes/Elements/Login_Register.php:5714 +#: ../includes/Elements/Code_Snippet.php:137, ../includes/Elements/Login_Register.php:967, ../includes/Elements/Login_Register.php:5715 msgid "Dark" msgstr "" @@ -2871,11 +2871,11 @@ msgid "Indicator" msgstr "" -#: ../includes/Elements/Code_Snippet.php:279, ../includes/Elements/Countdown.php:91, ../includes/Elements/Dual_Color_Header.php:438, ../includes/Elements/Info_Box.php:105, ../includes/Elements/Login_Register.php:2376, ../includes/Elements/NFT_Gallery.php:108, ../includes/Elements/NFT_Gallery.php:242, ../includes/Elements/Product_Grid.php:765, ../includes/Elements/Product_Grid.php:797, ../includes/Elements/Woo_Product_Images.php:409, ../includes/Extensions/Image_Masking.php:336, ../includes/Traits/Woo_Product_Comparable.php:241 +#: ../includes/Elements/Code_Snippet.php:279, ../includes/Elements/Countdown.php:91, ../includes/Elements/Dual_Color_Header.php:438, ../includes/Elements/Info_Box.php:105, ../includes/Elements/Login_Register.php:2377, ../includes/Elements/NFT_Gallery.php:108, ../includes/Elements/NFT_Gallery.php:242, ../includes/Elements/Product_Grid.php:765, ../includes/Elements/Product_Grid.php:797, ../includes/Elements/Woo_Product_Images.php:409, ../includes/Extensions/Image_Masking.php:346, ../includes/Traits/Woo_Product_Comparable.php:241 msgid "Type" msgstr "" -#: ../includes/Elements/Code_Snippet.php:302, ../includes/Elements/Cta_Box.php:240, ../includes/Elements/Dual_Color_Header.php:419, ../includes/Elements/Event_Calendar.php:996, ../includes/Elements/Info_Box.php:331, ../includes/Elements/Login_Register.php:2229, ../includes/Elements/Sticky_Video.php:120, ../includes/Elements/Woo_Product_Carousel.php:2512, ../includes/Elements/Woo_Product_Gallery.php:217, ../includes/Elements/Woo_Product_Gallery.php:614, ../includes/Elements/Woo_Product_List.php:717, ../includes/Elements/Woo_Product_List.php:741, ../includes/Extensions/Image_Masking.php:445, ../includes/Extensions/Reading_Progress.php:114, ../includes/Extensions/Scroll_to_Top.php:115, ../includes/Extensions/Table_of_Content.php:555, ../includes/Extensions/Table_of_Content.php:584, ../includes/Traits/Controls.php:864, ../includes/Traits/Controls.php:891, ../includes/Traits/Controls.php:2040, ../includes/Traits/Woo_Product_Comparable.php:1474 +#: ../includes/Elements/Code_Snippet.php:302, ../includes/Elements/Cta_Box.php:240, ../includes/Elements/Dual_Color_Header.php:419, ../includes/Elements/Event_Calendar.php:996, ../includes/Elements/Info_Box.php:331, ../includes/Elements/Login_Register.php:2230, ../includes/Elements/Sticky_Video.php:120, ../includes/Elements/Woo_Product_Carousel.php:2512, ../includes/Elements/Woo_Product_Gallery.php:217, ../includes/Elements/Woo_Product_Gallery.php:614, ../includes/Elements/Woo_Product_List.php:718, ../includes/Elements/Woo_Product_List.php:742, ../includes/Extensions/Image_Masking.php:455, ../includes/Extensions/Reading_Progress.php:114, ../includes/Extensions/Scroll_to_Top.php:115, ../includes/Extensions/Table_of_Content.php:555, ../includes/Extensions/Table_of_Content.php:584, ../includes/Traits/Controls.php:864, ../includes/Traits/Controls.php:891, ../includes/Traits/Controls.php:2040, ../includes/Traits/Woo_Product_Comparable.php:1474 msgid "Position" msgstr "" @@ -3003,7 +3003,7 @@ msgid "On" msgstr "" -#: ../includes/Elements/Contact_Form_7.php:156, ../includes/Elements/Contact_Form_7.php:186, ../includes/Elements/Flip_Box.php:152, ../includes/Elements/Sticky_Video.php:111, ../includes/Extensions/Hover_Effect.php:1348, ../includes/Extensions/Liquid_Glass_Effect.php:509, ../includes/Extensions/Liquid_Glass_Effect.php:354, ../includes/Extensions/Wrapper_Link.php:62 +#: ../includes/Elements/Contact_Form_7.php:156, ../includes/Elements/Contact_Form_7.php:186, ../includes/Elements/Flip_Box.php:152, ../includes/Elements/Sticky_Video.php:111, ../includes/Extensions/Hover_Effect.php:1348, ../includes/Extensions/Liquid_Glass_Effect.php:509, ../includes/Extensions/Liquid_Glass_Effect.php:354, ../includes/Extensions/Wrapper_Link.php:85 msgid "Off" msgstr "" @@ -3019,7 +3019,7 @@ msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first." msgstr "" -#: ../includes/Elements/Contact_Form_7.php:320, ../includes/Elements/Contact_Form_7.php:1631, ../includes/Elements/Cta_Box.php:1381, ../includes/Elements/Cta_Box.php:1591, ../includes/Elements/Cta_Box.php:1845, ../includes/Elements/Cta_Box.php:1938, ../includes/Elements/Dual_Color_Header.php:988, ../includes/Elements/Dual_Color_Header.php:1068, ../includes/Elements/Event_Calendar.php:2321, ../includes/Elements/Event_Calendar.php:2452, ../includes/Elements/Event_Calendar.php:2519, ../includes/Elements/Event_Calendar.php:2573, ../includes/Elements/Event_Calendar.php:2688, ../includes/Elements/Event_Calendar.php:2783, ../includes/Elements/Event_Calendar.php:2881, ../includes/Elements/Event_Calendar.php:3409, ../includes/Elements/Event_Calendar.php:3519, ../includes/Elements/Facebook_Feed.php:575, ../includes/Elements/Facebook_Feed.php:588, ../includes/Elements/Facebook_Feed.php:664, ../includes/Elements/Facebook_Feed.php:677, ../includes/Elements/Facebook_Feed.php:762, ../includes/Elements/Facebook_Feed.php:775, ../includes/Elements/Facebook_Feed.php:846, ../includes/Elements/Facebook_Feed.php:884, ../includes/Elements/Facebook_Feed.php:924, ../includes/Elements/Fancy_Text.php:400, ../includes/Elements/Filterable_Gallery.php:2797, ../includes/Elements/Filterable_Gallery.php:3018, ../includes/Elements/Flip_Box.php:1549, ../includes/Elements/Flip_Box.php:1633, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/FluentForm.php:1938, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2068, ../includes/Elements/Formstack.php:655, ../includes/Elements/Formstack.php:1729, ../includes/Elements/Formstack.php:1754, ../includes/Elements/Formstack.php:1820, ../includes/Elements/Formstack.php:1885, ../includes/Elements/Formstack.php:1940, ../includes/Elements/Formstack.php:2023, ../includes/Elements/GravityForms.php:689, ../includes/Elements/Post_Grid.php:1097, ../includes/Elements/Pricing_Table.php:1089, ../includes/Elements/Pricing_Table.php:1115, ../includes/Elements/Pricing_Table.php:2281, ../includes/Elements/Pricing_Table.php:2351, ../includes/Elements/Product_Grid.php:1952, ../includes/Elements/Product_Grid.php:1995, ../includes/Elements/Product_Grid.php:2101, ../includes/Elements/Product_Grid.php:2117, ../includes/Elements/Product_Grid.php:2179, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Product_Grid.php:3540, ../includes/Elements/Product_Grid.php:3597, ../includes/Elements/Progress_Bar.php:396, ../includes/Elements/Team_Member.php:921, ../includes/Elements/Team_Member.php:999, ../includes/Elements/Twitter_Feed.php:686, ../includes/Elements/Twitter_Feed.php:938, ../includes/Elements/Woo_Cart.php:1393, ../includes/Elements/Woo_Cart.php:1441, ../includes/Elements/Woo_Cart.php:1627, ../includes/Elements/Woo_Cart.php:1859, ../includes/Elements/Woo_Cart.php:2495, ../includes/Elements/Woo_Cart.php:2577, ../includes/Elements/Woo_Cart.php:2665, ../includes/Elements/Woo_Checkout.php:2207, ../includes/Elements/Woo_Checkout.php:2251, ../includes/Elements/Woo_Checkout.php:2295, ../includes/Elements/Woo_Product_Carousel.php:2401, ../includes/Elements/Woo_Product_Carousel.php:2458, ../includes/Elements/Woo_Product_Gallery.php:1305, ../includes/Elements/Woo_Product_Gallery.php:1347, ../includes/Elements/Woo_Product_Gallery.php:1449, ../includes/Elements/Woo_Product_Gallery.php:1463, ../includes/Elements/Woo_Product_Gallery.php:1521, ../includes/Elements/Woo_Product_Gallery.php:1534, ../includes/Elements/Woo_Product_Gallery.php:1582, ../includes/Elements/Woo_Product_Gallery.php:1749, ../includes/Elements/Woo_Product_Gallery.php:1783, ../includes/Elements/Woo_Product_Gallery.php:1821, ../includes/Elements/Woo_Product_Gallery.php:2746, ../includes/Elements/Woo_Product_Gallery.php:2803, ../includes/Elements/Woo_Product_List.php:1531, ../includes/Elements/Woo_Product_List.php:2156, ../includes/Elements/Woo_Product_List.php:2213, ../includes/Elements/Woo_Product_List.php:2761, ../includes/Elements/Woo_Product_List.php:2807, ../includes/Elements/Woo_Product_List.php:2880, ../includes/Elements/Woo_Product_List.php:2923, ../includes/Elements/Woo_Product_List.php:2985, ../includes/Elements/Woo_Product_List.php:3020, ../includes/Elements/Woo_Product_List.php:3533, ../includes/Elements/Woo_Product_List.php:3590, ../includes/Traits/Controls.php:1657, ../includes/Traits/Controls.php:1769, ../includes/Traits/Controls.php:1715, ../includes/Traits/Woo_Product_Comparable.php:1384, ../includes/Traits/Woo_Product_Comparable.php:1664, ../includes/Traits/Woo_Product_Comparable.php:1713 +#: ../includes/Elements/Contact_Form_7.php:320, ../includes/Elements/Contact_Form_7.php:1631, ../includes/Elements/Cta_Box.php:1381, ../includes/Elements/Cta_Box.php:1591, ../includes/Elements/Cta_Box.php:1845, ../includes/Elements/Cta_Box.php:1938, ../includes/Elements/Dual_Color_Header.php:988, ../includes/Elements/Dual_Color_Header.php:1068, ../includes/Elements/Event_Calendar.php:2321, ../includes/Elements/Event_Calendar.php:2452, ../includes/Elements/Event_Calendar.php:2519, ../includes/Elements/Event_Calendar.php:2573, ../includes/Elements/Event_Calendar.php:2688, ../includes/Elements/Event_Calendar.php:2783, ../includes/Elements/Event_Calendar.php:2881, ../includes/Elements/Event_Calendar.php:3409, ../includes/Elements/Event_Calendar.php:3519, ../includes/Elements/Facebook_Feed.php:575, ../includes/Elements/Facebook_Feed.php:588, ../includes/Elements/Facebook_Feed.php:664, ../includes/Elements/Facebook_Feed.php:677, ../includes/Elements/Facebook_Feed.php:762, ../includes/Elements/Facebook_Feed.php:775, ../includes/Elements/Facebook_Feed.php:846, ../includes/Elements/Facebook_Feed.php:884, ../includes/Elements/Facebook_Feed.php:924, ../includes/Elements/Fancy_Text.php:401, ../includes/Elements/Filterable_Gallery.php:2797, ../includes/Elements/Filterable_Gallery.php:3018, ../includes/Elements/Flip_Box.php:1549, ../includes/Elements/Flip_Box.php:1633, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/FluentForm.php:1938, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2068, ../includes/Elements/Formstack.php:655, ../includes/Elements/Formstack.php:1729, ../includes/Elements/Formstack.php:1754, ../includes/Elements/Formstack.php:1820, ../includes/Elements/Formstack.php:1885, ../includes/Elements/Formstack.php:1940, ../includes/Elements/Formstack.php:2023, ../includes/Elements/GravityForms.php:689, ../includes/Elements/Post_Grid.php:1097, ../includes/Elements/Pricing_Table.php:1089, ../includes/Elements/Pricing_Table.php:1115, ../includes/Elements/Pricing_Table.php:2281, ../includes/Elements/Pricing_Table.php:2351, ../includes/Elements/Product_Grid.php:1952, ../includes/Elements/Product_Grid.php:1995, ../includes/Elements/Product_Grid.php:2101, ../includes/Elements/Product_Grid.php:2117, ../includes/Elements/Product_Grid.php:2179, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Product_Grid.php:3540, ../includes/Elements/Product_Grid.php:3597, ../includes/Elements/Progress_Bar.php:397, ../includes/Elements/Team_Member.php:921, ../includes/Elements/Team_Member.php:999, ../includes/Elements/Twitter_Feed.php:686, ../includes/Elements/Twitter_Feed.php:938, ../includes/Elements/Woo_Cart.php:1393, ../includes/Elements/Woo_Cart.php:1441, ../includes/Elements/Woo_Cart.php:1627, ../includes/Elements/Woo_Cart.php:1859, ../includes/Elements/Woo_Cart.php:2495, ../includes/Elements/Woo_Cart.php:2577, ../includes/Elements/Woo_Cart.php:2665, ../includes/Elements/Woo_Checkout.php:2207, ../includes/Elements/Woo_Checkout.php:2251, ../includes/Elements/Woo_Checkout.php:2295, ../includes/Elements/Woo_Product_Carousel.php:2401, ../includes/Elements/Woo_Product_Carousel.php:2458, ../includes/Elements/Woo_Product_Gallery.php:1305, ../includes/Elements/Woo_Product_Gallery.php:1347, ../includes/Elements/Woo_Product_Gallery.php:1449, ../includes/Elements/Woo_Product_Gallery.php:1463, ../includes/Elements/Woo_Product_Gallery.php:1521, ../includes/Elements/Woo_Product_Gallery.php:1534, ../includes/Elements/Woo_Product_Gallery.php:1582, ../includes/Elements/Woo_Product_Gallery.php:1749, ../includes/Elements/Woo_Product_Gallery.php:1783, ../includes/Elements/Woo_Product_Gallery.php:1821, ../includes/Elements/Woo_Product_Gallery.php:2746, ../includes/Elements/Woo_Product_Gallery.php:2803, ../includes/Elements/Woo_Product_List.php:1532, ../includes/Elements/Woo_Product_List.php:2157, ../includes/Elements/Woo_Product_List.php:2214, ../includes/Elements/Woo_Product_List.php:2762, ../includes/Elements/Woo_Product_List.php:2808, ../includes/Elements/Woo_Product_List.php:2881, ../includes/Elements/Woo_Product_List.php:2924, ../includes/Elements/Woo_Product_List.php:2986, ../includes/Elements/Woo_Product_List.php:3021, ../includes/Elements/Woo_Product_List.php:3534, ../includes/Elements/Woo_Product_List.php:3591, ../includes/Traits/Controls.php:1657, ../includes/Traits/Controls.php:1769, ../includes/Traits/Controls.php:1715, ../includes/Traits/Woo_Product_Comparable.php:1384, ../includes/Traits/Woo_Product_Comparable.php:1664, ../includes/Traits/Woo_Product_Comparable.php:1713 msgid "Background" msgstr "" @@ -3059,7 +3059,7 @@ msgid "Alert" msgstr "" -#: ../includes/Elements/Contact_Form_7.php:1534, ../includes/Elements/Login_Register.php:2526, ../includes/Elements/Woo_Checkout.php:2463 +#: ../includes/Elements/Contact_Form_7.php:1534, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Woo_Checkout.php:2463 msgid "Fields" msgstr "" @@ -3191,7 +3191,7 @@ msgid "Label Position" msgstr "" -#: ../includes/Elements/Countdown.php:189, ../includes/Elements/Login_Register.php:5440, ../includes/Elements/Login_Register.php:5828 +#: ../includes/Elements/Countdown.php:189, ../includes/Elements/Login_Register.php:5441, ../includes/Elements/Login_Register.php:5829 msgid "Block" msgstr "" @@ -3347,7 +3347,7 @@ msgid "Space Below Container" msgstr "" -#: ../includes/Elements/Countdown.php:770, ../includes/Elements/Dual_Color_Header.php:618, ../includes/Elements/Facebook_Feed.php:952, ../includes/Elements/Flip_Box.php:1337, ../includes/Elements/Image_Accordion.php:510, ../includes/Elements/Info_Box.php:1728, ../includes/Elements/Product_Grid.php:1711, ../includes/Elements/Team_Member.php:708, ../includes/Elements/Twitter_Feed.php:963, ../includes/Elements/Woo_Product_Carousel.php:1412, ../includes/Elements/Woo_Product_Gallery.php:1147, ../includes/Elements/Woo_Product_List.php:2101 +#: ../includes/Elements/Countdown.php:770, ../includes/Elements/Dual_Color_Header.php:618, ../includes/Elements/Facebook_Feed.php:952, ../includes/Elements/Flip_Box.php:1337, ../includes/Elements/Image_Accordion.php:510, ../includes/Elements/Info_Box.php:1728, ../includes/Elements/Product_Grid.php:1711, ../includes/Elements/Team_Member.php:708, ../includes/Elements/Twitter_Feed.php:963, ../includes/Elements/Woo_Product_Carousel.php:1412, ../includes/Elements/Woo_Product_Gallery.php:1147, ../includes/Elements/Woo_Product_List.php:2102 msgid "Color & Typography" msgstr "" @@ -3379,7 +3379,7 @@ msgid "Title Style" msgstr "" -#: ../includes/Elements/Countdown.php:1187, ../includes/Elements/Event_Calendar.php:3115, ../includes/Elements/Event_Calendar.php:3751, ../includes/Elements/FluentForm.php:1868, ../includes/Elements/Formstack.php:1650, ../includes/Elements/Info_Box.php:1921, ../includes/Elements/Product_Grid.php:3080, ../includes/Elements/Product_Grid.php:3435, ../includes/Elements/Progress_Bar.php:801, ../includes/Elements/Twitter_Feed.php:875, ../includes/Elements/Woo_Checkout.php:2613, ../includes/Elements/Woo_Checkout.php:2713, ../includes/Elements/Woo_Product_Carousel.php:1932, ../includes/Elements/Woo_Product_Carousel.php:2298, ../includes/Elements/Woo_Product_Gallery.php:2641, ../includes/Elements/Woo_Product_List.php:3076, ../includes/Elements/Woo_Product_List.php:3428, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1250 +#: ../includes/Elements/Countdown.php:1187, ../includes/Elements/Event_Calendar.php:3115, ../includes/Elements/Event_Calendar.php:3751, ../includes/Elements/FluentForm.php:1868, ../includes/Elements/Formstack.php:1650, ../includes/Elements/Info_Box.php:1921, ../includes/Elements/Product_Grid.php:3080, ../includes/Elements/Product_Grid.php:3435, ../includes/Elements/Progress_Bar.php:802, ../includes/Elements/Twitter_Feed.php:875, ../includes/Elements/Woo_Checkout.php:2613, ../includes/Elements/Woo_Checkout.php:2713, ../includes/Elements/Woo_Product_Carousel.php:1932, ../includes/Elements/Woo_Product_Carousel.php:2298, ../includes/Elements/Woo_Product_Gallery.php:2641, ../includes/Elements/Woo_Product_List.php:3077, ../includes/Elements/Woo_Product_List.php:3429, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1250 msgid "Title Color" msgstr "" @@ -3539,11 +3539,27 @@ msgid "Set Button Effect" msgstr "" +#: ../includes/Elements/Creative_Button.php:365, ../includes/Elements/Cta_Box.php:585 +msgid "Primary" +msgstr "" + +#: ../includes/Elements/Creative_Button.php:385, ../includes/Elements/Cta_Box.php:696 +msgid "Secondary" +msgstr "" + +#: ../includes/Elements/Creative_Button.php:463, ../includes/Elements/NFT_Gallery.php:2009 +msgid "Button Padding" +msgstr "" + +#: ../includes/Elements/Creative_Button.php:485, ../includes/Elements/Cta_Box.php:1188, ../includes/Elements/Product_Grid.php:2070, ../includes/Elements/Team_Member.php:877, ../includes/Elements/Woo_Product_Gallery.php:1419 +msgid "Use Gradient Background" +msgstr "" + #: ../includes/Elements/Creative_Button.php:705, ../includes/Elements/Image_Accordion.php:578, ../includes/Elements/Info_Box.php:1988, ../includes/Traits/Admin.php:675 msgid "Liquid Glass Effects" msgstr "" -#: ../includes/Elements/Creative_Button.php:737, ../includes/Elements/Flip_Box.php:1701, ../includes/Elements/Image_Accordion.php:610, ../includes/Elements/Info_Box.php:2021, ../includes/Extensions/Image_Masking.php:282, ../includes/Extensions/Image_Masking.php:501, ../includes/Extensions/Liquid_Glass_Effect.php:165 +#: ../includes/Elements/Creative_Button.php:737, ../includes/Elements/Flip_Box.php:1701, ../includes/Elements/Image_Accordion.php:610, ../includes/Elements/Info_Box.php:2021, ../includes/Extensions/Image_Masking.php:292, ../includes/Extensions/Image_Masking.php:511, ../includes/Extensions/Liquid_Glass_Effect.php:165 msgid "Upgrade to EA PRO" msgstr "" @@ -3631,7 +3647,7 @@ msgid "Flex Grid with Icon" msgstr "" -#: ../includes/Elements/Cta_Box.php:119, ../includes/Elements/Cta_Box.php:567, ../includes/Elements/Interactive_Circle.php:78, ../includes/Elements/Simple_Menu.php:156, ../includes/Elements/Woo_Product_Carousel.php:2497, ../includes/Elements/Woo_Product_List.php:797, ../includes/Elements/Woo_Product_List.php:815 +#: ../includes/Elements/Cta_Box.php:119, ../includes/Elements/Cta_Box.php:567, ../includes/Elements/Interactive_Circle.php:78, ../includes/Elements/Simple_Menu.php:156, ../includes/Elements/Woo_Product_Carousel.php:2497, ../includes/Elements/Woo_Product_List.php:798, ../includes/Elements/Woo_Product_List.php:816 msgid "Preset" msgstr "" @@ -3647,7 +3663,7 @@ msgid "Image Options" msgstr "" -#: ../includes/Elements/Cta_Box.php:221, ../includes/Elements/Cta_Box.php:226, ../includes/Extensions/Image_Masking.php:473, ../includes/Extensions/Image_Masking.php:478 +#: ../includes/Elements/Cta_Box.php:221, ../includes/Elements/Cta_Box.php:226, ../includes/Extensions/Image_Masking.php:483, ../includes/Extensions/Image_Masking.php:488 msgid "Repeat" msgstr "" @@ -3699,7 +3715,7 @@ msgid "Sub Title" msgstr "" -#: ../includes/Elements/Cta_Box.php:465, ../includes/Elements/Dual_Color_Header.php:290, ../includes/Elements/Post_Grid.php:275, ../includes/Elements/Pricing_Table.php:174, ../includes/Elements/Team_Member.php:203, ../includes/Elements/Team_Member.php:277, ../includes/Elements/Woo_Product_List.php:901, ../includes/Extensions/Table_of_Content.php:146 +#: ../includes/Elements/Cta_Box.php:465, ../includes/Elements/Dual_Color_Header.php:290, ../includes/Elements/Post_Grid.php:275, ../includes/Elements/Pricing_Table.php:174, ../includes/Elements/Team_Member.php:203, ../includes/Elements/Team_Member.php:277, ../includes/Elements/Woo_Product_List.php:902, ../includes/Extensions/Table_of_Content.php:146 msgid "HTML Tag" msgstr "" @@ -3708,22 +3724,14 @@ msgid "Add a strong one liner supporting the heading above and giving users a reason to click on the button below." msgstr "" -#: ../includes/Elements/Cta_Box.php:585 -msgid "Primary" -msgstr "" - #: ../includes/Elements/Cta_Box.php:670 msgid "Click Here" msgstr "" -#: ../includes/Elements/Cta_Box.php:680, ../includes/Elements/Cta_Box.php:789, ../includes/Elements/Data_Table.php:442, ../includes/Elements/Feature_List.php:216, ../includes/Elements/Filterable_Gallery.php:494, ../includes/Elements/Filterable_Gallery.php:874, ../includes/Elements/Flip_Box.php:795, ../includes/Elements/Flip_Box.php:820, ../includes/Elements/Interactive_Circle.php:232, ../includes/Elements/NFT_Gallery.php:1600, ../includes/Elements/NFT_Gallery.php:1853, ../includes/Elements/Sticky_Video.php:162, ../includes/Elements/Sticky_Video.php:180, ../includes/Elements/Sticky_Video.php:198, ../includes/Elements/Sticky_Video.php:249, ../includes/Elements/SVG_Draw.php:218, ../includes/Elements/Team_Member.php:375, ../includes/Elements/Woo_Product_List.php:427, ../includes/Extensions/Wrapper_Link.php:45 +#: ../includes/Elements/Cta_Box.php:680, ../includes/Elements/Cta_Box.php:789, ../includes/Elements/Data_Table.php:442, ../includes/Elements/Feature_List.php:216, ../includes/Elements/Filterable_Gallery.php:494, ../includes/Elements/Filterable_Gallery.php:874, ../includes/Elements/Flip_Box.php:795, ../includes/Elements/Flip_Box.php:820, ../includes/Elements/Interactive_Circle.php:232, ../includes/Elements/NFT_Gallery.php:1600, ../includes/Elements/NFT_Gallery.php:1853, ../includes/Elements/Sticky_Video.php:162, ../includes/Elements/Sticky_Video.php:180, ../includes/Elements/Sticky_Video.php:198, ../includes/Elements/Sticky_Video.php:249, ../includes/Elements/SVG_Draw.php:218, ../includes/Elements/Team_Member.php:375, ../includes/Elements/Woo_Product_List.php:427, ../includes/Extensions/Wrapper_Link.php:68 msgid "Link" msgstr "" -#: ../includes/Elements/Cta_Box.php:696 -msgid "Secondary" -msgstr "" - #: ../includes/Elements/Cta_Box.php:776 msgid "Click Now" msgstr "" @@ -3756,14 +3764,10 @@ msgid "Top to Bottom" msgstr "" -#: ../includes/Elements/Cta_Box.php:1149, ../includes/Elements/Cta_Box.php:1690, ../includes/Elements/Woo_Product_List.php:770 +#: ../includes/Elements/Cta_Box.php:1149, ../includes/Elements/Cta_Box.php:1690, ../includes/Elements/Woo_Product_List.php:771 msgid "Left to Right" msgstr "" -#: ../includes/Elements/Cta_Box.php:1188, ../includes/Elements/Product_Grid.php:2070, ../includes/Elements/Team_Member.php:877, ../includes/Elements/Woo_Product_Gallery.php:1419 -msgid "Use Gradient Background" -msgstr "" - #: ../includes/Elements/Cta_Box.php:1190, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Twitter_Feed.php:314, ../includes/Elements/Twitter_Feed.php:335, ../includes/Elements/Twitter_Feed.php:347, ../includes/Elements/Twitter_Feed.php:359, ../includes/Elements/Twitter_Feed.php:387, ../includes/Elements/Twitter_Feed.php:399 msgid "yes" msgstr "" @@ -3853,7 +3857,7 @@ msgid "Textarea" msgstr "" -#: ../includes/Elements/Data_Table.php:352, ../includes/Elements/Login_Register.php:1950 +#: ../includes/Elements/Data_Table.php:352, ../includes/Elements/Login_Register.php:1951 msgid "Editor" msgstr "" @@ -3977,15 +3981,15 @@ msgid "Insert a meaningful line to evaluate the headline." msgstr "" -#: ../includes/Elements/Dual_Color_Header.php:424, ../includes/Elements/Woo_Product_List.php:722, ../includes/Elements/Woo_Product_List.php:746 +#: ../includes/Elements/Dual_Color_Header.php:424, ../includes/Elements/Woo_Product_List.php:723, ../includes/Elements/Woo_Product_List.php:747 msgid "Before Title" msgstr "" -#: ../includes/Elements/Dual_Color_Header.php:428, ../includes/Elements/Woo_Product_List.php:726, ../includes/Elements/Woo_Product_List.php:750 +#: ../includes/Elements/Dual_Color_Header.php:428, ../includes/Elements/Woo_Product_List.php:727, ../includes/Elements/Woo_Product_List.php:751 msgid "After Title" msgstr "" -#: ../includes/Elements/Dual_Color_Header.php:443, ../includes/Elements/Post_Timeline.php:595, ../includes/Elements/Progress_Bar.php:92 +#: ../includes/Elements/Dual_Color_Header.php:443, ../includes/Elements/Post_Timeline.php:595, ../includes/Elements/Progress_Bar.php:93 msgid "Line" msgstr "" @@ -3997,11 +4001,11 @@ msgid "Dual Color" msgstr "" -#: ../includes/Elements/Dual_Color_Header.php:672, ../includes/Elements/Fancy_Text.php:385 +#: ../includes/Elements/Dual_Color_Header.php:672, ../includes/Elements/Fancy_Text.php:386 msgid "Gradient" msgstr "" -#: ../includes/Elements/Dual_Color_Header.php:687, ../includes/Elements/Fancy_Text.php:473 +#: ../includes/Elements/Dual_Color_Header.php:687, ../includes/Elements/Fancy_Text.php:474 msgid "Solid Color" msgstr "" @@ -4101,7 +4105,7 @@ msgid "Location" msgstr "" -#: ../includes/Elements/Event_Calendar.php:302, ../includes/Elements/Filterable_Gallery.php:972, ../includes/Elements/Filterable_Gallery.php:2762, ../includes/Elements/Post_Grid.php:489, ../includes/Elements/Woo_Product_Carousel.php:430, ../includes/Elements/Woo_Product_Gallery.php:928, ../includes/Elements/Woo_Product_List.php:331, ../includes/Elements/Woo_Product_List.php:2347 +#: ../includes/Elements/Event_Calendar.php:302, ../includes/Elements/Filterable_Gallery.php:972, ../includes/Elements/Filterable_Gallery.php:2762, ../includes/Elements/Post_Grid.php:489, ../includes/Elements/Woo_Product_Carousel.php:430, ../includes/Elements/Woo_Product_Gallery.php:928, ../includes/Elements/Woo_Product_List.php:331, ../includes/Elements/Woo_Product_List.php:2348 msgid "Category" msgstr "" @@ -4301,7 +4305,7 @@ msgid "Week View" msgstr "" -#: ../includes/Elements/Event_Calendar.php:936, ../includes/Elements/Product_Grid.php:3055, ../includes/Elements/Woo_Product_Carousel.php:1907, ../includes/Elements/Woo_Product_Gallery.php:915, ../includes/Elements/Woo_Product_Gallery.php:2215, ../includes/Elements/Woo_Product_List.php:3050 +#: ../includes/Elements/Event_Calendar.php:936, ../includes/Elements/Product_Grid.php:3055, ../includes/Elements/Woo_Product_Carousel.php:1907, ../includes/Elements/Woo_Product_Gallery.php:915, ../includes/Elements/Woo_Product_Gallery.php:2215, ../includes/Elements/Woo_Product_List.php:3051 msgid "Popup" msgstr "" @@ -4337,7 +4341,7 @@ msgid "Current Day" msgstr "" -#: ../includes/Elements/Event_Calendar.php:1107, ../includes/Elements/Event_Calendar.php:1163, ../includes/Elements/Event_Calendar.php:1223, ../includes/Elements/Event_Calendar.php:1318, ../includes/Elements/Facebook_Feed.php:487, ../includes/Elements/FluentForm.php:1136, ../includes/Elements/FluentForm.php:1756, ../includes/Elements/Formstack.php:667, ../includes/Elements/Login_Register.php:1286, ../includes/Elements/Login_Register.php:2392, ../includes/Elements/NFT_Gallery.php:626, ../includes/Elements/NFT_Gallery.php:1551, ../includes/Elements/NFT_Gallery.php:1804, ../includes/Elements/Woo_Add_To_Cart.php:634, ../includes/Elements/Woo_Checkout.php:2398, ../includes/Elements/Woo_Checkout.php:2764, ../includes/Elements/Woo_Product_Gallery.php:305, ../includes/Traits/Woo_Product_Comparable.php:247 +#: ../includes/Elements/Event_Calendar.php:1107, ../includes/Elements/Event_Calendar.php:1163, ../includes/Elements/Event_Calendar.php:1223, ../includes/Elements/Event_Calendar.php:1318, ../includes/Elements/Facebook_Feed.php:487, ../includes/Elements/FluentForm.php:1136, ../includes/Elements/FluentForm.php:1756, ../includes/Elements/Formstack.php:667, ../includes/Elements/Login_Register.php:1287, ../includes/Elements/Login_Register.php:2393, ../includes/Elements/NFT_Gallery.php:626, ../includes/Elements/NFT_Gallery.php:1551, ../includes/Elements/NFT_Gallery.php:1804, ../includes/Elements/Woo_Add_To_Cart.php:648, ../includes/Elements/Woo_Checkout.php:2398, ../includes/Elements/Woo_Checkout.php:2764, ../includes/Elements/Woo_Product_Gallery.php:305, ../includes/Traits/Woo_Product_Comparable.php:247 msgid "Label" msgstr "" @@ -4353,7 +4357,7 @@ msgid "Word Count" msgstr "" -#: ../includes/Elements/Event_Calendar.php:1251, ../includes/Elements/Event_Calendar.php:2007, ../includes/Elements/Post_Grid.php:371, ../includes/Elements/Product_Grid.php:958, ../includes/Elements/Woo_Product_Carousel.php:389, ../includes/Elements/Woo_Product_List.php:986, ../includes/Traits/Controls.php:1318, ../includes/Traits/Controls.php:1290 +#: ../includes/Elements/Event_Calendar.php:1251, ../includes/Elements/Event_Calendar.php:2007, ../includes/Elements/Post_Grid.php:371, ../includes/Elements/Product_Grid.php:958, ../includes/Elements/Woo_Product_Carousel.php:389, ../includes/Elements/Woo_Product_List.php:987, ../includes/Traits/Controls.php:1318, ../includes/Traits/Controls.php:1290 msgid "Expansion Indicator" msgstr "" @@ -4505,11 +4509,11 @@ msgid "Location Icon" msgstr "" -#: ../includes/Elements/Event_Calendar.php:3336, ../includes/Elements/Product_Grid.php:3468, ../includes/Elements/Woo_Product_Carousel.php:2329, ../includes/Elements/Woo_Product_Gallery.php:2674, ../includes/Elements/Woo_Product_List.php:3461, ../includes/Traits/Woo_Product_Comparable.php:1337 +#: ../includes/Elements/Event_Calendar.php:3336, ../includes/Elements/Product_Grid.php:3468, ../includes/Elements/Woo_Product_Carousel.php:2329, ../includes/Elements/Woo_Product_Gallery.php:2674, ../includes/Elements/Woo_Product_List.php:3462, ../includes/Traits/Woo_Product_Comparable.php:1337 msgid " Close Button" msgstr "" -#: ../includes/Elements/Event_Calendar.php:3371, ../includes/Elements/Product_Grid.php:3503, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Gallery.php:2709, ../includes/Elements/Woo_Product_List.php:3496, ../includes/Extensions/Table_of_Content.php:908 +#: ../includes/Elements/Event_Calendar.php:3371, ../includes/Elements/Product_Grid.php:3503, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Gallery.php:2709, ../includes/Elements/Woo_Product_List.php:3497, ../includes/Extensions/Table_of_Content.php:908 msgid "Button Size" msgstr "" @@ -4517,7 +4521,7 @@ msgid "External Link" msgstr "" -#: ../includes/Elements/Event_Calendar.php:3599, ../includes/Elements/Filterable_Gallery.php:3041, ../includes/Elements/Login_Register.php:4221, ../includes/Elements/Login_Register.php:4259, ../includes/Elements/Woo_Cart.php:1882 +#: ../includes/Elements/Event_Calendar.php:3599, ../includes/Elements/Filterable_Gallery.php:3041, ../includes/Elements/Login_Register.php:4222, ../includes/Elements/Login_Register.php:4260, ../includes/Elements/Woo_Cart.php:1882 msgid "Placeholder Color" msgstr "" @@ -4529,7 +4533,7 @@ msgid "Suggestion Item" msgstr "" -#: ../includes/Elements/Event_Calendar.php:3743, ../includes/Elements/Filterable_Gallery.php:1795, ../includes/Elements/Filterable_Gallery.php:2304, ../includes/Elements/Login_Register.php:3993 +#: ../includes/Elements/Event_Calendar.php:3743, ../includes/Elements/Filterable_Gallery.php:1795, ../includes/Elements/Filterable_Gallery.php:2304, ../includes/Elements/Login_Register.php:3994 msgid "Title Typography" msgstr "" @@ -4689,7 +4693,7 @@ msgid "Show Load More" msgstr "" -#: ../includes/Elements/Facebook_Feed.php:490, ../includes/Elements/Filterable_Gallery.php:1165, ../includes/Elements/NFT_Gallery.php:741, ../includes/Elements/Post_Grid.php:198, ../includes/Elements/Post_Grid.php:244, ../includes/Elements/Product_Grid.php:1150, ../includes/Elements/Product_Grid.php:1181, ../includes/Elements/Product_Grid.php:1221, ../includes/Elements/Twitter_Feed.php:483, ../includes/Elements/Woo_Product_Gallery.php:853, ../includes/Elements/Woo_Product_Gallery.php:859, ../includes/Elements/Woo_Product_Gallery.php:899, ../includes/Elements/Woo_Product_List.php:258, ../includes/Elements/Woo_Product_List.php:1278, ../includes/Elements/Woo_Product_List.php:1288, ../includes/Traits/Controls.php:953, ../includes/Traits/Controls.php:999, ../includes/Traits/Controls.php:1841 +#: ../includes/Elements/Facebook_Feed.php:490, ../includes/Elements/Filterable_Gallery.php:1165, ../includes/Elements/NFT_Gallery.php:741, ../includes/Elements/Post_Grid.php:198, ../includes/Elements/Post_Grid.php:244, ../includes/Elements/Product_Grid.php:1150, ../includes/Elements/Product_Grid.php:1181, ../includes/Elements/Product_Grid.php:1221, ../includes/Elements/Twitter_Feed.php:483, ../includes/Elements/Woo_Product_Gallery.php:853, ../includes/Elements/Woo_Product_Gallery.php:859, ../includes/Elements/Woo_Product_Gallery.php:899, ../includes/Elements/Woo_Product_List.php:258, ../includes/Elements/Woo_Product_List.php:1279, ../includes/Elements/Woo_Product_List.php:1289, ../includes/Traits/Controls.php:953, ../includes/Traits/Controls.php:999, ../includes/Traits/Controls.php:1841 msgid "Load More" msgstr "" @@ -4801,112 +4805,112 @@ msgid "Fancy Text Settings" msgstr "" -#: ../includes/Elements/Fancy_Text.php:162, ../includes/Elements/Pricing_Table.php:754, ../includes/Elements/Woo_Cart.php:163, ../includes/Elements/Woo_Product_Rating.php:308 +#: ../includes/Elements/Fancy_Text.php:163, ../includes/Elements/Pricing_Table.php:754, ../includes/Elements/Woo_Cart.php:163, ../includes/Elements/Woo_Product_Rating.php:308 msgid "Style 1" msgstr "" -#: ../includes/Elements/Fancy_Text.php:163 +#: ../includes/Elements/Fancy_Text.php:164 msgid "Style 2 (Pro)" msgstr "" -#: ../includes/Elements/Fancy_Text.php:172 +#: ../includes/Elements/Fancy_Text.php:173 msgid "Style Type" msgstr "" -#: ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Pricing_Table.php:115, ../includes/Elements/Team_Member.php:121 +#: ../includes/Elements/Fancy_Text.php:183, ../includes/Elements/Pricing_Table.php:115, ../includes/Elements/Team_Member.php:121 msgid "Only available in pro version!" msgstr "" -#: ../includes/Elements/Fancy_Text.php:219, ../includes/Elements/Pricing_Table.php:533 +#: ../includes/Elements/Fancy_Text.php:220, ../includes/Elements/Pricing_Table.php:533 msgid "Animation Type" msgstr "" -#: ../includes/Elements/Fancy_Text.php:223 +#: ../includes/Elements/Fancy_Text.php:224 msgid "Typing" msgstr "" -#: ../includes/Elements/Fancy_Text.php:225 +#: ../includes/Elements/Fancy_Text.php:226 msgid "Fade Up" msgstr "" -#: ../includes/Elements/Fancy_Text.php:226 +#: ../includes/Elements/Fancy_Text.php:227 msgid "Fade Down" msgstr "" -#: ../includes/Elements/Fancy_Text.php:227 +#: ../includes/Elements/Fancy_Text.php:228 msgid "Fade Left" msgstr "" -#: ../includes/Elements/Fancy_Text.php:228 +#: ../includes/Elements/Fancy_Text.php:229 msgid "Fade Right" msgstr "" -#: ../includes/Elements/Fancy_Text.php:230, ../includes/Elements/SVG_Draw.php:293 +#: ../includes/Elements/Fancy_Text.php:231, ../includes/Elements/SVG_Draw.php:293 msgid "Bounce" msgstr "" -#: ../includes/Elements/Fancy_Text.php:231, ../includes/Elements/Pricing_Table.php:538 +#: ../includes/Elements/Fancy_Text.php:232, ../includes/Elements/Pricing_Table.php:538 msgid "Swing" msgstr "" -#: ../includes/Elements/Fancy_Text.php:239 +#: ../includes/Elements/Fancy_Text.php:240 msgid "Animation Starts" msgstr "" -#: ../includes/Elements/Fancy_Text.php:242, ../includes/Elements/SVG_Draw.php:271 +#: ../includes/Elements/Fancy_Text.php:243, ../includes/Elements/SVG_Draw.php:271 msgid "On Page Load" msgstr "" -#: ../includes/Elements/Fancy_Text.php:243 +#: ../includes/Elements/Fancy_Text.php:244 msgid "When in View Port" msgstr "" -#: ../includes/Elements/Fancy_Text.php:253 +#: ../includes/Elements/Fancy_Text.php:254 msgid "Typing Speed" msgstr "" -#: ../includes/Elements/Fancy_Text.php:265 +#: ../includes/Elements/Fancy_Text.php:266 msgid "Delay on Change" msgstr "" -#: ../includes/Elements/Fancy_Text.php:274 +#: ../includes/Elements/Fancy_Text.php:275 msgid "Loop the animation" msgstr "" -#: ../includes/Elements/Fancy_Text.php:284 +#: ../includes/Elements/Fancy_Text.php:285 msgid "Display Type Cursor" msgstr "" -#: ../includes/Elements/Fancy_Text.php:329 +#: ../includes/Elements/Fancy_Text.php:330 msgid "Prefix Text Styles" msgstr "" -#: ../includes/Elements/Fancy_Text.php:337 +#: ../includes/Elements/Fancy_Text.php:338 msgid "Prefix Text Color" msgstr "" -#: ../includes/Elements/Fancy_Text.php:369 +#: ../includes/Elements/Fancy_Text.php:370 msgid "Fancy Text Styles" msgstr "" -#: ../includes/Elements/Fancy_Text.php:377 +#: ../includes/Elements/Fancy_Text.php:378 msgid "Choose Background Type" msgstr "" -#: ../includes/Elements/Fancy_Text.php:435 +#: ../includes/Elements/Fancy_Text.php:436 msgctxt "Text Shadow Control" msgid "Gradient Color" msgstr "" -#: ../includes/Elements/Fancy_Text.php:503 +#: ../includes/Elements/Fancy_Text.php:504 msgid "Typing Cursor Color" msgstr "" -#: ../includes/Elements/Fancy_Text.php:574 +#: ../includes/Elements/Fancy_Text.php:575 msgid "Suffix Text Styles" msgstr "" -#: ../includes/Elements/Fancy_Text.php:582 +#: ../includes/Elements/Fancy_Text.php:583 msgid "Suffix Text Color" msgstr "" @@ -4954,7 +4958,7 @@ msgid "Icon Shape" msgstr "" -#: ../includes/Elements/Feature_List.php:307, ../includes/Elements/Flip_Box.php:1044, ../includes/Elements/Info_Box.php:879, ../includes/Elements/Info_Box.php:965, ../includes/Elements/Info_Box.php:1180, ../includes/Elements/Info_Box.php:1260, ../includes/Elements/Info_Box.php:1398, ../includes/Elements/Info_Box.php:1494, ../includes/Elements/Progress_Bar.php:94 +#: ../includes/Elements/Feature_List.php:307, ../includes/Elements/Flip_Box.php:1044, ../includes/Elements/Info_Box.php:879, ../includes/Elements/Info_Box.php:965, ../includes/Elements/Info_Box.php:1180, ../includes/Elements/Info_Box.php:1260, ../includes/Elements/Info_Box.php:1398, ../includes/Elements/Info_Box.php:1494, ../includes/Elements/Progress_Bar.php:95 msgid "Circle" msgstr "" @@ -4994,7 +4998,7 @@ msgid "Item Width" msgstr "" -#: ../includes/Elements/Feature_List.php:495, ../includes/Elements/Login_Register.php:5457, ../includes/Elements/Login_Register.php:5844, ../includes/Elements/Woo_Product_Gallery.php:1895, ../includes/Elements/Woo_Product_Rating.php:226 +#: ../includes/Elements/Feature_List.php:495, ../includes/Elements/Login_Register.php:5458, ../includes/Elements/Login_Register.php:5845, ../includes/Elements/Woo_Product_Gallery.php:1895, ../includes/Elements/Woo_Product_Rating.php:226 msgid "Space Between" msgstr "" @@ -5038,7 +5042,7 @@ msgid "Title Bottom Space" msgstr "" -#: ../includes/Elements/Filterable_Gallery.php:105, ../includes/Elements/Flip_Box.php:104, ../includes/Elements/Pricing_Table.php:83, ../includes/Traits/Core.php:44 +#: ../includes/Elements/Filterable_Gallery.php:105, ../includes/Elements/Flip_Box.php:104, ../includes/Elements/Pricing_Table.php:83, ../includes/Traits/Core.php:45 msgid "Settings" msgstr "" @@ -5102,7 +5106,7 @@ msgid "Media" msgstr "" -#: ../includes/Elements/Filterable_Gallery.php:396, ../includes/Elements/Filterable_Gallery.php:1474, ../includes/Elements/Product_Grid.php:2317, ../includes/Elements/Woo_Product_Gallery.php:1989, ../includes/Elements/Woo_Product_List.php:693, ../includes/Traits/Woo_Product_Comparable.php:879 +#: ../includes/Elements/Filterable_Gallery.php:396, ../includes/Elements/Filterable_Gallery.php:1474, ../includes/Elements/Product_Grid.php:2317, ../includes/Elements/Woo_Product_Gallery.php:1989, ../includes/Elements/Woo_Product_List.php:694, ../includes/Traits/Woo_Product_Comparable.php:879 msgid "Buttons" msgstr "" @@ -5162,7 +5166,7 @@ msgid "All label icon" msgstr "" -#: ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Info_Box.php:300, ../includes/Elements/Woo_Product_Carousel.php:278, ../includes/Elements/Woo_Product_List.php:1181, ../includes/Traits/Controls.php:1166 +#: ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Info_Box.php:300, ../includes/Elements/Woo_Product_Carousel.php:278, ../includes/Elements/Woo_Product_List.php:1182, ../includes/Traits/Controls.php:1166 msgid "Title Tag" msgstr "" @@ -5435,7 +5439,7 @@ msgid "Separator Size" msgstr "" -#: ../includes/Elements/Filterable_Gallery.php:3009, ../includes/Elements/Login_Register.php:3206, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1969 +#: ../includes/Elements/Filterable_Gallery.php:3009, ../includes/Elements/Login_Register.php:3207, ../includes/Elements/Woo_Checkout.php:1572, ../includes/Elements/Woo_Checkout.php:1969 msgid "Form" msgstr "" @@ -5663,7 +5667,7 @@ msgid "Button Position" msgstr "" -#: ../includes/Elements/FluentForm.php:1764, ../includes/Elements/Login_Register.php:2556 +#: ../includes/Elements/FluentForm.php:1764, ../includes/Elements/Login_Register.php:2557 msgid "Show Label" msgstr "" @@ -5716,7 +5720,7 @@ msgid "Section Heading Style" msgstr "" -#: ../includes/Elements/Formstack.php:2012, ../includes/Elements/Login_Register.php:1995 +#: ../includes/Elements/Formstack.php:2012, ../includes/Elements/Login_Register.php:1996 msgid "Validation Messages" msgstr "" @@ -5768,7 +5772,7 @@ msgid "Price Label Color" msgstr "" -#: ../includes/Elements/GravityForms.php:1401, ../includes/Elements/Product_Grid.php:1755, ../includes/Elements/Product_Grid.php:3111, ../includes/Elements/Woo_Product_Carousel.php:1962, ../includes/Elements/Woo_Product_List.php:3107 +#: ../includes/Elements/GravityForms.php:1401, ../includes/Elements/Product_Grid.php:1755, ../includes/Elements/Product_Grid.php:3111, ../includes/Elements/Woo_Product_Carousel.php:1962, ../includes/Elements/Woo_Product_List.php:3108 msgid "Price Color" msgstr "" @@ -5832,7 +5836,7 @@ msgid "Accordion Style" msgstr "" -#: ../includes/Elements/Image_Accordion.php:86, ../includes/Elements/Woo_Product_Carousel.php:465, ../includes/Elements/Woo_Product_List.php:700 +#: ../includes/Elements/Image_Accordion.php:86, ../includes/Elements/Woo_Product_Carousel.php:465, ../includes/Elements/Woo_Product_List.php:701 msgid "On Hover" msgstr "" @@ -5840,11 +5844,11 @@ msgid "On Click" msgstr "" -#: ../includes/Elements/Image_Accordion.php:118, ../includes/Elements/Login_Register.php:4487, ../includes/Elements/Login_Register.php:4583, ../includes/Elements/Login_Register.php:4680, ../includes/Elements/Login_Register.php:4777 +#: ../includes/Elements/Image_Accordion.php:118, ../includes/Elements/Login_Register.php:4488, ../includes/Elements/Login_Register.php:4584, ../includes/Elements/Login_Register.php:4681, ../includes/Elements/Login_Register.php:4778 msgid "Horizontal Alignment" msgstr "" -#: ../includes/Elements/Image_Accordion.php:141, ../includes/Elements/Login_Register.php:4466, ../includes/Elements/Login_Register.php:4562, ../includes/Elements/Login_Register.php:4659, ../includes/Elements/Login_Register.php:4756 +#: ../includes/Elements/Image_Accordion.php:141, ../includes/Elements/Login_Register.php:4467, ../includes/Elements/Login_Register.php:4563, ../includes/Elements/Login_Register.php:4660, ../includes/Elements/Login_Register.php:4757 msgid "Vertical Alignment" msgstr "" @@ -5989,7 +5993,7 @@ msgid "Sub Title Color" msgstr "" -#: ../includes/Elements/Info_Box.php:1947, ../includes/Elements/Product_Grid.php:3153, ../includes/Elements/Product_Grid.php:3446, ../includes/Elements/Twitter_Feed.php:885, ../includes/Elements/Woo_Product_Carousel.php:2004, ../includes/Elements/Woo_Product_Carousel.php:2308, ../includes/Elements/Woo_Product_Gallery.php:2652, ../includes/Elements/Woo_Product_List.php:3150, ../includes/Elements/Woo_Product_List.php:3439 +#: ../includes/Elements/Info_Box.php:1947, ../includes/Elements/Product_Grid.php:3153, ../includes/Elements/Product_Grid.php:3446, ../includes/Elements/Twitter_Feed.php:885, ../includes/Elements/Woo_Product_Carousel.php:2004, ../includes/Elements/Woo_Product_Carousel.php:2308, ../includes/Elements/Woo_Product_Gallery.php:2652, ../includes/Elements/Woo_Product_List.php:3151, ../includes/Elements/Woo_Product_List.php:3440 msgid "Content Color" msgstr "" @@ -6129,39 +6133,39 @@ msgid "Login | Register Form" msgstr "" -#: ../includes/Elements/Login_Register.php:251, ../includes/Elements/Login_Register.php:2532, ../includes/Elements/Login_Register.php:2533, ../includes/Elements/Login_Register.php:6500 +#: ../includes/Elements/Login_Register.php:251, ../includes/Elements/Login_Register.php:2533, ../includes/Elements/Login_Register.php:2534, ../includes/Elements/Login_Register.php:6501 msgid "Username" msgstr "" -#: ../includes/Elements/Login_Register.php:252, ../includes/Elements/Login_Register.php:2537, ../includes/Elements/Login_Register.php:2538, ../includes/Elements/Login_Register.php:6497 +#: ../includes/Elements/Login_Register.php:252, ../includes/Elements/Login_Register.php:2538, ../includes/Elements/Login_Register.php:2539, ../includes/Elements/Login_Register.php:6498 msgid "Email" msgstr "" -#: ../includes/Elements/Login_Register.php:253, ../includes/Elements/Login_Register.php:1093, ../includes/Elements/Login_Register.php:1094, ../includes/Elements/Login_Register.php:1126, ../includes/Elements/Login_Register.php:1127, ../includes/Elements/Login_Register.php:2543, ../includes/Elements/Login_Register.php:2544, ../includes/Elements/Login_Register.php:6258, ../includes/Elements/Login_Register.php:6498, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:334 +#: ../includes/Elements/Login_Register.php:253, ../includes/Elements/Login_Register.php:1094, ../includes/Elements/Login_Register.php:1095, ../includes/Elements/Login_Register.php:1127, ../includes/Elements/Login_Register.php:1128, ../includes/Elements/Login_Register.php:2544, ../includes/Elements/Login_Register.php:2545, ../includes/Elements/Login_Register.php:6259, ../includes/Elements/Login_Register.php:6499, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:336 msgid "Password" msgstr "" -#: ../includes/Elements/Login_Register.php:254, ../includes/Elements/Login_Register.php:6499 +#: ../includes/Elements/Login_Register.php:254, ../includes/Elements/Login_Register.php:6500 msgid "Confirm Password" msgstr "" -#: ../includes/Elements/Login_Register.php:255, ../includes/Elements/Login_Register.php:6501 +#: ../includes/Elements/Login_Register.php:255, ../includes/Elements/Login_Register.php:6502 msgid "First Name" msgstr "" -#: ../includes/Elements/Login_Register.php:256, ../includes/Elements/Login_Register.php:6502 +#: ../includes/Elements/Login_Register.php:256, ../includes/Elements/Login_Register.php:6503 msgid "Last Name" msgstr "" -#: ../includes/Elements/Login_Register.php:257, ../includes/Elements/Login_Register.php:6503 +#: ../includes/Elements/Login_Register.php:257, ../includes/Elements/Login_Register.php:6504 msgid "Website" msgstr "" -#: ../includes/Elements/Login_Register.php:258, ../includes/Elements/Login_Register.php:6505 +#: ../includes/Elements/Login_Register.php:258, ../includes/Elements/Login_Register.php:6506 msgid "Honeypot" msgstr "" -#: ../includes/Elements/Login_Register.php:262, ../includes/Elements/Login_Register.php:6504, ../includes/Traits/Login_Registration.php:1717 +#: ../includes/Elements/Login_Register.php:262, ../includes/Elements/Login_Register.php:6505, ../includes/Traits/Login_Registration.php:1718 msgid "Phone" msgstr "" @@ -6173,15 +6177,15 @@ msgid "Default Form Type" msgstr "" -#: ../includes/Elements/Login_Register.php:352, ../includes/Elements/Login_Register.php:2244, ../includes/Elements/Login_Register.php:5738, ../includes/Elements/Login_Register.php:5770, ../includes/Elements/Login_Register.php:6524, ../includes/Elements/Login_Register.php:6876, ../includes/Elements/Woo_Checkout.php:477, ../includes/Elements/Woo_Checkout.php:1445, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:347, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:347 +#: ../includes/Elements/Login_Register.php:352, ../includes/Elements/Login_Register.php:2245, ../includes/Elements/Login_Register.php:5739, ../includes/Elements/Login_Register.php:5771, ../includes/Elements/Login_Register.php:6525, ../includes/Elements/Login_Register.php:6877, ../includes/Elements/Woo_Checkout.php:477, ../includes/Elements/Woo_Checkout.php:1445, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:349, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:349 msgid "Login" msgstr "" -#: ../includes/Elements/Login_Register.php:353, ../includes/Elements/Login_Register.php:2264 +#: ../includes/Elements/Login_Register.php:353, ../includes/Elements/Login_Register.php:2265 msgid "Registration" msgstr "" -#: ../includes/Elements/Login_Register.php:354, ../includes/Elements/Login_Register.php:3036, ../includes/Elements/Login_Register.php:3450, ../includes/Elements/Login_Register.php:5333, ../includes/Elements/Login_Register.php:5682, ../includes/Elements/Login_Register.php:5773 +#: ../includes/Elements/Login_Register.php:354, ../includes/Elements/Login_Register.php:3037, ../includes/Elements/Login_Register.php:3451, ../includes/Elements/Login_Register.php:5334, ../includes/Elements/Login_Register.php:5683, ../includes/Elements/Login_Register.php:5774 msgid "Lost Password" msgstr "" @@ -6210,7 +6214,7 @@ msgid "Redirect for Logged-in Users" msgstr "" -#: ../includes/Elements/Login_Register.php:425, ../includes/Elements/Login_Register.php:1585, ../includes/Elements/Login_Register.php:2653 +#: ../includes/Elements/Login_Register.php:425, ../includes/Elements/Login_Register.php:1586, ../includes/Elements/Login_Register.php:2654 msgid "Please note that only your current domain is allowed here to keep your site secure." msgstr "" @@ -6238,7 +6242,7 @@ msgid "Lost Password Text" msgstr "" -#: ../includes/Elements/Login_Register.php:473, ../includes/Elements/Login_Register.php:6280 +#: ../includes/Elements/Login_Register.php:473, ../includes/Elements/Login_Register.php:6281 msgid "Forgot Password?" msgstr "" @@ -6274,7 +6278,7 @@ msgid "Remember Me Field Text" msgstr "" -#: ../includes/Elements/Login_Register.php:530, ../includes/Elements/Login_Register.php:1176, ../includes/Elements/Login_Register.php:4803, ../includes/Elements/Login_Register.php:6273 +#: ../includes/Elements/Login_Register.php:530, ../includes/Elements/Login_Register.php:1177, ../includes/Elements/Login_Register.php:4804, ../includes/Elements/Login_Register.php:6274 msgid "Remember Me" msgstr "" @@ -6380,19 +6384,19 @@ msgid "v3 will be applied to all forms. After saving, reload the preview to see the changes." msgstr "" -#: ../includes/Elements/Login_Register.php:813, ../includes/Elements/Login_Register.php:1005 +#: ../includes/Elements/Login_Register.php:813, ../includes/Elements/Login_Register.php:1006 msgid "Apply on" msgstr "" -#: ../includes/Elements/Login_Register.php:823, ../includes/Elements/Login_Register.php:1015 +#: ../includes/Elements/Login_Register.php:823, ../includes/Elements/Login_Register.php:1016 msgid "Login Form" msgstr "" -#: ../includes/Elements/Login_Register.php:836, ../includes/Elements/Login_Register.php:1027 +#: ../includes/Elements/Login_Register.php:836, ../includes/Elements/Login_Register.php:1028 msgid "Registration Form" msgstr "" -#: ../includes/Elements/Login_Register.php:849, ../includes/Elements/Login_Register.php:1039 +#: ../includes/Elements/Login_Register.php:849, ../includes/Elements/Login_Register.php:1040 msgid "Lost Password Form" msgstr "" @@ -6430,1085 +6434,1086 @@ msgid "Please add it from %1$sDashboard >> Essential Addons >> Elements >> Login | Register Form%2$s Settings" msgstr "" -#: ../includes/Elements/Login_Register.php:998 +#. translators: %s: Pro icon +#: ../includes/Elements/Login_Register.php:999 msgid "Enable Webhook %s" msgstr "" -#: ../includes/Elements/Login_Register.php:1055 +#: ../includes/Elements/Login_Register.php:1056 msgid "Login Form Fields" msgstr "" -#: ../includes/Elements/Login_Register.php:1060, ../includes/Elements/Login_Register.php:1434 +#: ../includes/Elements/Login_Register.php:1061, ../includes/Elements/Login_Register.php:1435 msgid "Labels & Placeholders" msgstr "" -#: ../includes/Elements/Login_Register.php:1079, ../includes/Elements/Login_Register.php:1294 +#: ../includes/Elements/Login_Register.php:1080, ../includes/Elements/Login_Register.php:1295 msgid "Username Label" msgstr "" -#: ../includes/Elements/Login_Register.php:1080, ../includes/Elements/Login_Register.php:1081, ../includes/Elements/Login_Register.php:1113, ../includes/Elements/Login_Register.php:1114, ../includes/Elements/Login_Register.php:1295, ../includes/Elements/Login_Register.php:1296, ../includes/Elements/Login_Register.php:1315, ../includes/Elements/Login_Register.php:1316, ../includes/Elements/Login_Register.php:6257, ../includes/Elements/Login_Register.php:6907 +#: ../includes/Elements/Login_Register.php:1081, ../includes/Elements/Login_Register.php:1082, ../includes/Elements/Login_Register.php:1114, ../includes/Elements/Login_Register.php:1115, ../includes/Elements/Login_Register.php:1296, ../includes/Elements/Login_Register.php:1297, ../includes/Elements/Login_Register.php:1316, ../includes/Elements/Login_Register.php:1317, ../includes/Elements/Login_Register.php:6258, ../includes/Elements/Login_Register.php:6908 msgid "Username or Email Address" msgstr "" -#: ../includes/Elements/Login_Register.php:1092, ../includes/Elements/Login_Register.php:1452 +#: ../includes/Elements/Login_Register.php:1093, ../includes/Elements/Login_Register.php:1453 msgid "Password Label" msgstr "" -#: ../includes/Elements/Login_Register.php:1105, ../includes/Elements/Login_Register.php:1478 +#: ../includes/Elements/Login_Register.php:1106, ../includes/Elements/Login_Register.php:1479 msgid "Placeholders" msgstr "" -#: ../includes/Elements/Login_Register.php:1112, ../includes/Elements/Login_Register.php:1314 +#: ../includes/Elements/Login_Register.php:1113, ../includes/Elements/Login_Register.php:1315 msgid "Username Placeholder" msgstr "" -#: ../includes/Elements/Login_Register.php:1125, ../includes/Elements/Login_Register.php:1485 +#: ../includes/Elements/Login_Register.php:1126, ../includes/Elements/Login_Register.php:1486 msgid "Password Placeholder" msgstr "" -#: ../includes/Elements/Login_Register.php:1138, ../includes/Elements/Login_Register.php:1511 +#: ../includes/Elements/Login_Register.php:1139, ../includes/Elements/Login_Register.php:1512 msgid "Input Fields width" msgstr "" -#: ../includes/Elements/Login_Register.php:1167, ../includes/Elements/Login_Register.php:1539, ../includes/Elements/Login_Register.php:2570 +#: ../includes/Elements/Login_Register.php:1168, ../includes/Elements/Login_Register.php:1540, ../includes/Elements/Login_Register.php:2571 msgid "Password Visibility Icon" msgstr "" -#: ../includes/Elements/Login_Register.php:1185 +#: ../includes/Elements/Login_Register.php:1186 msgid "Checked By Default" msgstr "" -#: ../includes/Elements/Login_Register.php:1197 +#: ../includes/Elements/Login_Register.php:1198 msgid "Login Button" msgstr "" -#: ../includes/Elements/Login_Register.php:1206, ../includes/Elements/Login_Register.php:1207 +#: ../includes/Elements/Login_Register.php:1207, ../includes/Elements/Login_Register.php:1208 msgid "Log In" msgstr "" -#: ../includes/Elements/Login_Register.php:1249 +#: ../includes/Elements/Login_Register.php:1250 msgid "Lost Password Form Fields" msgstr "" -#: ../includes/Elements/Login_Register.php:1275 +#: ../includes/Elements/Login_Register.php:1276 msgid "Label & Placeholder" msgstr "" -#: ../includes/Elements/Login_Register.php:1327 +#: ../includes/Elements/Login_Register.php:1328 msgid "Input Field width" msgstr "" -#: ../includes/Elements/Login_Register.php:1356 +#: ../includes/Elements/Login_Register.php:1357 msgid "Lost Password Button" msgstr "" -#: ../includes/Elements/Login_Register.php:1365, ../includes/Elements/Login_Register.php:1366, ../includes/Elements/Login_Register.php:1772, ../includes/Elements/Login_Register.php:2304, ../includes/Elements/Login_Register.php:3451, ../includes/Elements/Login_Register.php:5334 +#: ../includes/Elements/Login_Register.php:1366, ../includes/Elements/Login_Register.php:1367, ../includes/Elements/Login_Register.php:1773, ../includes/Elements/Login_Register.php:2305, ../includes/Elements/Login_Register.php:3452, ../includes/Elements/Login_Register.php:5335 msgid "Reset Password" msgstr "" -#: ../includes/Elements/Login_Register.php:1408 +#: ../includes/Elements/Login_Register.php:1409 msgid "Reset Password Form Fields" msgstr "" -#: ../includes/Elements/Login_Register.php:1453, ../includes/Elements/Login_Register.php:1454, ../includes/Elements/Login_Register.php:1486, ../includes/Elements/Login_Register.php:1487, ../includes/Elements/Login_Register.php:7080, ../includes/Elements/Login_Register.php:7083 +#: ../includes/Elements/Login_Register.php:1454, ../includes/Elements/Login_Register.php:1455, ../includes/Elements/Login_Register.php:1487, ../includes/Elements/Login_Register.php:1488, ../includes/Elements/Login_Register.php:7081, ../includes/Elements/Login_Register.php:7084 msgid "New Password" msgstr "" -#: ../includes/Elements/Login_Register.php:1465 +#: ../includes/Elements/Login_Register.php:1466 msgid "Confirm Password Label" msgstr "" -#: ../includes/Elements/Login_Register.php:1466, ../includes/Elements/Login_Register.php:1467, ../includes/Elements/Login_Register.php:1499, ../includes/Elements/Login_Register.php:1500, ../includes/Elements/Login_Register.php:7081, ../includes/Elements/Login_Register.php:7084 +#: ../includes/Elements/Login_Register.php:1467, ../includes/Elements/Login_Register.php:1468, ../includes/Elements/Login_Register.php:1500, ../includes/Elements/Login_Register.php:1501, ../includes/Elements/Login_Register.php:7082, ../includes/Elements/Login_Register.php:7085 msgid "Confirm New Password" msgstr "" -#: ../includes/Elements/Login_Register.php:1498 +#: ../includes/Elements/Login_Register.php:1499 msgid "Confirm Password Placeholder" msgstr "" -#: ../includes/Elements/Login_Register.php:1548 +#: ../includes/Elements/Login_Register.php:1549 msgid "Reset Password Button" msgstr "" -#: ../includes/Elements/Login_Register.php:1557, ../includes/Elements/Login_Register.php:1558 +#: ../includes/Elements/Login_Register.php:1558, ../includes/Elements/Login_Register.php:1559 msgid "Save Password" msgstr "" -#: ../includes/Elements/Login_Register.php:1570 +#: ../includes/Elements/Login_Register.php:1571 msgid "Reset Password Form Options" msgstr "" -#: ../includes/Elements/Login_Register.php:1575 +#: ../includes/Elements/Login_Register.php:1576 msgid "Redirect After Password Reset" msgstr "" -#: ../includes/Elements/Login_Register.php:1602 +#: ../includes/Elements/Login_Register.php:1603 msgid "Form Header Content" msgstr "" -#: ../includes/Elements/Login_Register.php:1606 +#: ../includes/Elements/Login_Register.php:1607 msgid "Form Header Image" msgstr "" -#: ../includes/Elements/Login_Register.php:1627 +#: ../includes/Elements/Login_Register.php:1628 msgid "Header Image Position" msgstr "" -#: ../includes/Elements/Login_Register.php:1643, ../includes/Elements/Login_Register.php:1698 +#: ../includes/Elements/Login_Register.php:1644, ../includes/Elements/Login_Register.php:1699 msgid "Show on Lost Password Form" msgstr "" -#: ../includes/Elements/Login_Register.php:1663 +#: ../includes/Elements/Login_Register.php:1664 msgid "Form Header Logo" msgstr "" -#: ../includes/Elements/Login_Register.php:1682 +#: ../includes/Elements/Login_Register.php:1683 msgid "Form Logo Position" msgstr "" -#: ../includes/Elements/Login_Register.php:1718 +#: ../includes/Elements/Login_Register.php:1719 msgid "Login Form Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1721 +#: ../includes/Elements/Login_Register.php:1722 msgid "Welcome Back!" msgstr "" -#: ../includes/Elements/Login_Register.php:1728 +#: ../includes/Elements/Login_Register.php:1729 msgid "Login Form Sub Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1731 +#: ../includes/Elements/Login_Register.php:1732 msgid "Please login to your account" msgstr "" -#: ../includes/Elements/Login_Register.php:1735 +#: ../includes/Elements/Login_Register.php:1736 msgid "Register Form Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1738 +#: ../includes/Elements/Login_Register.php:1739 msgid "Create a New Account" msgstr "" -#: ../includes/Elements/Login_Register.php:1745 +#: ../includes/Elements/Login_Register.php:1746 msgid "Register Form Sub Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1748 +#: ../includes/Elements/Login_Register.php:1749 msgid "Create an account to enjoy awesome features." msgstr "" -#: ../includes/Elements/Login_Register.php:1752 +#: ../includes/Elements/Login_Register.php:1753 msgid "Lost Password Form Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1755 +#: ../includes/Elements/Login_Register.php:1756 msgid "Get New Password" msgstr "" -#: ../includes/Elements/Login_Register.php:1762 +#: ../includes/Elements/Login_Register.php:1763 msgid "Lost Password Form Sub Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1765 +#: ../includes/Elements/Login_Register.php:1766 msgid "Please enter your username or email address. You will receive an email message with instructions on how to reset your password." msgstr "" -#: ../includes/Elements/Login_Register.php:1769 +#: ../includes/Elements/Login_Register.php:1770 msgid "Reset Password Form Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1779 +#: ../includes/Elements/Login_Register.php:1780 msgid "Reset Password Form Sub Title" msgstr "" -#: ../includes/Elements/Login_Register.php:1782 +#: ../includes/Elements/Login_Register.php:1783 msgid "Enter your new password below." msgstr "" -#: ../includes/Elements/Login_Register.php:1791 +#: ../includes/Elements/Login_Register.php:1792 msgid "Login Form Options" msgstr "" -#: ../includes/Elements/Login_Register.php:1796 +#: ../includes/Elements/Login_Register.php:1797 msgid "Redirect After Login" msgstr "" -#: ../includes/Elements/Login_Register.php:1817 +#: ../includes/Elements/Login_Register.php:1818 msgid "Redirect Based On User Roles" msgstr "" -#: ../includes/Elements/Login_Register.php:1842, ../includes/Elements/Login_Register.php:2666 +#: ../includes/Elements/Login_Register.php:1843, ../includes/Elements/Login_Register.php:2667 msgid "Redirect to Previous Page" msgstr "" -#: ../includes/Elements/Login_Register.php:1843 +#: ../includes/Elements/Login_Register.php:1844 msgid "Redirect to the last visited page before login." msgstr "" -#: ../includes/Elements/Login_Register.php:1852 +#: ../includes/Elements/Login_Register.php:1853 msgid "Allowed User Roles" msgstr "" -#: ../includes/Elements/Login_Register.php:1853 +#: ../includes/Elements/Login_Register.php:1854 msgid "Select user roles that are allowed to login. Leave empty to allow all." msgstr "" -#: ../includes/Elements/Login_Register.php:1877 +#: ../includes/Elements/Login_Register.php:1878 msgid "Social Login" msgstr "" #. translators: %s: Icon markup indicating Pro feature. -#: ../includes/Elements/Login_Register.php:1884 +#: ../includes/Elements/Login_Register.php:1885 msgid "Enable Login with Google %s" msgstr "" #. translators: %s: Icon markup indicating Pro feature. -#: ../includes/Elements/Login_Register.php:1894 +#: ../includes/Elements/Login_Register.php:1895 msgid "Enable Login with Facebook %s" msgstr "" -#: ../includes/Elements/Login_Register.php:1906, ../includes/Elements/Login_Register.php:5080 +#: ../includes/Elements/Login_Register.php:1907, ../includes/Elements/Login_Register.php:5081 msgid "Terms & Conditions" msgstr "" -#: ../includes/Elements/Login_Register.php:1911 +#: ../includes/Elements/Login_Register.php:1912 msgid "Enforce Terms & Conditions" msgstr "" -#: ../includes/Elements/Login_Register.php:1920 +#: ../includes/Elements/Login_Register.php:1921 msgid "Field Type" msgstr "" -#: ../includes/Elements/Login_Register.php:1933 +#: ../includes/Elements/Login_Register.php:1934 msgid "Acceptance Label" msgstr "" -#: ../includes/Elements/Login_Register.php:1934 +#: ../includes/Elements/Login_Register.php:1935 msgid "Eg. I accept the terms & conditions. Note: First line is checkbox label & Last line will be used as link text." msgstr "" -#: ../includes/Elements/Login_Register.php:1938 +#: ../includes/Elements/Login_Register.php:1939 msgid "I Accept the Terms and Conditions." msgstr "" #. translators: \n means new line. So, Don't translate this -#: ../includes/Elements/Login_Register.php:1940 +#: ../includes/Elements/Login_Register.php:1941 msgid "" "I Accept\n" " the Terms and Conditions." msgstr "" -#: ../includes/Elements/Login_Register.php:1960 +#: ../includes/Elements/Login_Register.php:1961 msgid "Terms and Conditions" msgstr "" -#: ../includes/Elements/Login_Register.php:1963 +#: ../includes/Elements/Login_Register.php:1964 msgid "Please go through the following terms and conditions carefully." msgstr "" -#: ../includes/Elements/Login_Register.php:1973 +#: ../includes/Elements/Login_Register.php:1974 msgid "Terms & Conditions URL" msgstr "" -#: ../includes/Elements/Login_Register.php:1974 +#: ../includes/Elements/Login_Register.php:1975 msgid "Enter the link where your terms & condition or privacy policy is found." msgstr "" -#: ../includes/Elements/Login_Register.php:2003 +#: ../includes/Elements/Login_Register.php:2004 msgid "Messages" msgstr "" -#: ../includes/Elements/Login_Register.php:2013 +#: ../includes/Elements/Login_Register.php:2014 msgid "Invalid Email" msgstr "" -#: ../includes/Elements/Login_Register.php:2016 +#: ../includes/Elements/Login_Register.php:2017 msgid "Eg. Your email is invalid." msgstr "" -#: ../includes/Elements/Login_Register.php:2017 +#: ../includes/Elements/Login_Register.php:2018 msgid "You have used an invalid email" msgstr "" -#: ../includes/Elements/Login_Register.php:2023 +#: ../includes/Elements/Login_Register.php:2024 msgid "Email is missing" msgstr "" -#: ../includes/Elements/Login_Register.php:2026 +#: ../includes/Elements/Login_Register.php:2027 msgid "Eg. Email is missing or Invalid" msgstr "" -#: ../includes/Elements/Login_Register.php:2027, ../includes/Traits/Login_Registration.php:485 +#: ../includes/Elements/Login_Register.php:2028, ../includes/Traits/Login_Registration.php:485 msgid "Email is missing or Invalid" msgstr "" -#: ../includes/Elements/Login_Register.php:2033 +#: ../includes/Elements/Login_Register.php:2034 msgid "Already Used Email" msgstr "" -#: ../includes/Elements/Login_Register.php:2036 +#: ../includes/Elements/Login_Register.php:2037 msgid "Eg. Your email is already in use.." msgstr "" -#: ../includes/Elements/Login_Register.php:2037, ../includes/Traits/Login_Registration.php:482 +#: ../includes/Elements/Login_Register.php:2038, ../includes/Traits/Login_Registration.php:482 msgid "The provided email is already registered with other account. Please login or reset password or use another email." msgstr "" -#: ../includes/Elements/Login_Register.php:2043 +#: ../includes/Elements/Login_Register.php:2044 msgid "Invalid Username" msgstr "" -#: ../includes/Elements/Login_Register.php:2046 +#: ../includes/Elements/Login_Register.php:2047 msgid "Eg. Your username is invalid." msgstr "" -#: ../includes/Elements/Login_Register.php:2047 +#: ../includes/Elements/Login_Register.php:2048 msgid "You have used an invalid username" msgstr "" -#: ../includes/Elements/Login_Register.php:2053 +#: ../includes/Elements/Login_Register.php:2054 msgid "Username already in use" msgstr "" -#: ../includes/Elements/Login_Register.php:2056 +#: ../includes/Elements/Login_Register.php:2057 msgid "Eg. Your username is already registered." msgstr "" -#: ../includes/Elements/Login_Register.php:2057 +#: ../includes/Elements/Login_Register.php:2058 msgid "Invalid username provided or the username already registered." msgstr "" -#: ../includes/Elements/Login_Register.php:2063, ../includes/Traits/Login_Registration.php:196 +#: ../includes/Elements/Login_Register.php:2064, ../includes/Traits/Login_Registration.php:196 msgid "Invalid Password" msgstr "" -#: ../includes/Elements/Login_Register.php:2066 +#: ../includes/Elements/Login_Register.php:2067 msgid "Eg. Your password is invalid" msgstr "" -#: ../includes/Elements/Login_Register.php:2067 +#: ../includes/Elements/Login_Register.php:2068 msgid "Your password is invalid." msgstr "" -#: ../includes/Elements/Login_Register.php:2074 +#: ../includes/Elements/Login_Register.php:2075 msgid "Invalid Password Confirmed" msgstr "" -#: ../includes/Elements/Login_Register.php:2077 +#: ../includes/Elements/Login_Register.php:2078 msgid "Eg. Password did not matched" msgstr "" -#: ../includes/Elements/Login_Register.php:2078 +#: ../includes/Elements/Login_Register.php:2079 msgid "Your confirmed password did not match" msgstr "" -#: ../includes/Elements/Login_Register.php:2085 +#: ../includes/Elements/Login_Register.php:2086 msgid "Already Logged In" msgstr "" -#: ../includes/Elements/Login_Register.php:2088 +#: ../includes/Elements/Login_Register.php:2089 msgid "Eg. You are already logged in" msgstr "" -#: ../includes/Elements/Login_Register.php:2089, ../includes/Traits/Login_Registration.php:122, ../includes/Traits/Login_Registration.php:886, ../includes/Traits/Login_Registration.php:1062 +#: ../includes/Elements/Login_Register.php:2090, ../includes/Traits/Login_Registration.php:122, ../includes/Traits/Login_Registration.php:887, ../includes/Traits/Login_Registration.php:1063 msgid "You are already logged in" msgstr "" -#: ../includes/Elements/Login_Register.php:2096 +#: ../includes/Elements/Login_Register.php:2097 msgid "reCAPTCHA Failed" msgstr "" -#: ../includes/Elements/Login_Register.php:2099 +#: ../includes/Elements/Login_Register.php:2100 msgid "Eg. reCAPTCHA Validation Failed" msgstr "" -#: ../includes/Elements/Login_Register.php:2100 +#: ../includes/Elements/Login_Register.php:2101 msgid "You did not pass reCAPTCHA challenge." msgstr "" -#: ../includes/Elements/Login_Register.php:2110 +#: ../includes/Elements/Login_Register.php:2111 msgid "Cloudflare Turnstile Failed" msgstr "" -#: ../includes/Elements/Login_Register.php:2113 +#: ../includes/Elements/Login_Register.php:2114 msgid "Eg. Cloudflare Turnstile Validation Failed" msgstr "" -#: ../includes/Elements/Login_Register.php:2114, ../includes/Traits/Login_Registration.php:160, ../includes/Traits/Login_Registration.php:471, ../includes/Traits/Login_Registration.php:852 +#: ../includes/Elements/Login_Register.php:2115, ../includes/Traits/Login_Registration.php:160, ../includes/Traits/Login_Registration.php:471, ../includes/Traits/Login_Registration.php:853 msgid "You did not pass Cloudflare Turnstile challenge." msgstr "" -#: ../includes/Elements/Login_Register.php:2124 +#: ../includes/Elements/Login_Register.php:2125 msgid "Reset Password Expired Error" msgstr "" -#: ../includes/Elements/Login_Register.php:2127 +#: ../includes/Elements/Login_Register.php:2128 msgid "Eg. Your password reset link appears to be invalid. Please request a new link." msgstr "" -#: ../includes/Elements/Login_Register.php:2128, ../includes/Elements/Login_Register.php:7051 +#: ../includes/Elements/Login_Register.php:2129, ../includes/Elements/Login_Register.php:7052 msgid "Your password reset link appears to be invalid. Please request a new link." msgstr "" -#: ../includes/Elements/Login_Register.php:2135 +#: ../includes/Elements/Login_Register.php:2136 msgid "Terms & Condition Error" msgstr "" -#: ../includes/Elements/Login_Register.php:2138 +#: ../includes/Elements/Login_Register.php:2139 msgid "Eg. You must accept the Terms & Conditions" msgstr "" -#: ../includes/Elements/Login_Register.php:2139, ../includes/Traits/Login_Registration.php:456 +#: ../includes/Elements/Login_Register.php:2140, ../includes/Traits/Login_Registration.php:456 msgid "You did not accept the Terms and Conditions. Please accept it and try again." msgstr "" -#: ../includes/Elements/Login_Register.php:2146 +#: ../includes/Elements/Login_Register.php:2147 msgid "Other Errors" msgstr "" -#: ../includes/Elements/Login_Register.php:2149 +#: ../includes/Elements/Login_Register.php:2150 msgid "Eg. Something went wrong" msgstr "" -#: ../includes/Elements/Login_Register.php:2150, ../includes/Traits/Login_Registration.php:200 +#: ../includes/Elements/Login_Register.php:2151, ../includes/Traits/Login_Registration.php:200 msgid "Something went wrong!" msgstr "" -#: ../includes/Elements/Login_Register.php:2157 +#: ../includes/Elements/Login_Register.php:2158 msgid "Restricted Role Error" msgstr "" -#: ../includes/Elements/Login_Register.php:2160 +#: ../includes/Elements/Login_Register.php:2161 msgid "Eg. You are not allowed to login from here." msgstr "" -#: ../includes/Elements/Login_Register.php:2161, ../includes/Traits/Login_Registration.php:219 +#: ../includes/Elements/Login_Register.php:2162, ../includes/Traits/Login_Registration.php:219 msgid "You are not allowed to login from here." msgstr "" -#: ../includes/Elements/Login_Register.php:2168, ../includes/Elements/Login_Register.php:2171, ../includes/Elements/Login_Register.php:2172 +#: ../includes/Elements/Login_Register.php:2169, ../includes/Elements/Login_Register.php:2172, ../includes/Elements/Login_Register.php:2173 msgid "Phone number is missing" msgstr "" -#: ../includes/Elements/Login_Register.php:2179, ../includes/Elements/Login_Register.php:2182, ../includes/Elements/Login_Register.php:2183, ../includes/Traits/Login_Registration.php:476 +#: ../includes/Elements/Login_Register.php:2180, ../includes/Elements/Login_Register.php:2183, ../includes/Elements/Login_Register.php:2184, ../includes/Traits/Login_Registration.php:476 msgid "Invalid phone number provided" msgstr "" -#: ../includes/Elements/Login_Register.php:2190 +#: ../includes/Elements/Login_Register.php:2191 msgid "Success Messages" msgstr "" -#: ../includes/Elements/Login_Register.php:2196 +#: ../includes/Elements/Login_Register.php:2197 msgid "Successful Login" msgstr "" -#: ../includes/Elements/Login_Register.php:2199 +#: ../includes/Elements/Login_Register.php:2200 msgid "Eg. You have logged in successfully" msgstr "" -#: ../includes/Elements/Login_Register.php:2200 +#: ../includes/Elements/Login_Register.php:2201 msgid "You have logged in successfully" msgstr "" -#: ../includes/Elements/Login_Register.php:2206 +#: ../includes/Elements/Login_Register.php:2207 msgid "Successful Registration" msgstr "" -#: ../includes/Elements/Login_Register.php:2208 +#: ../includes/Elements/Login_Register.php:2209 msgid "Registration completed successfully, Check your inbox for password if you did not provided while registering." msgstr "" -#: ../includes/Elements/Login_Register.php:2209 +#: ../includes/Elements/Login_Register.php:2210 msgid "eg. Registration completed successfully" msgstr "" -#: ../includes/Elements/Login_Register.php:2212 +#: ../includes/Elements/Login_Register.php:2213 msgid "Lost Password Form Success" msgstr "" -#: ../includes/Elements/Login_Register.php:2214 +#: ../includes/Elements/Login_Register.php:2215 msgid "Check your email for the confirmation link." msgstr "" -#: ../includes/Elements/Login_Register.php:2215 +#: ../includes/Elements/Login_Register.php:2216 msgid "eg. Check your email for the confirmation link." msgstr "" -#: ../includes/Elements/Login_Register.php:2218 +#: ../includes/Elements/Login_Register.php:2219 msgid "Successful Password Reset" msgstr "" -#: ../includes/Elements/Login_Register.php:2220, ../includes/Traits/Login_Registration.php:1122 +#: ../includes/Elements/Login_Register.php:2221, ../includes/Traits/Login_Registration.php:1123 msgid "Your password has been reset." msgstr "" -#: ../includes/Elements/Login_Register.php:2221 +#: ../includes/Elements/Login_Register.php:2222 msgid "eg. Your password has been reset." msgstr "" -#: ../includes/Elements/Login_Register.php:2236 +#: ../includes/Elements/Login_Register.php:2237 msgid "Set Error Message Position For" msgstr "" -#: ../includes/Elements/Login_Register.php:2284 +#: ../includes/Elements/Login_Register.php:2285 msgid "Forget Password" msgstr "" -#: ../includes/Elements/Login_Register.php:2361 +#: ../includes/Elements/Login_Register.php:2362 msgid "Register Form Fields" msgstr "" #. translators: %s: Link to the Login Register Form Settings page. -#: ../includes/Elements/Login_Register.php:2368 +#: ../includes/Elements/Login_Register.php:2369 msgid "Select the type of fields you want to show in the registration form. You can enable custom fields from EA Dashboard » Elements » %s." msgstr "" -#: ../includes/Elements/Login_Register.php:2384 +#: ../includes/Elements/Login_Register.php:2385 msgid "File upload will not work if AJAX submission is enabled." msgstr "" -#: ../includes/Elements/Login_Register.php:2404 +#: ../includes/Elements/Login_Register.php:2405 msgid "File Extensions" msgstr "" -#: ../includes/Elements/Login_Register.php:2405 +#: ../includes/Elements/Login_Register.php:2406 msgid "Only extensions that is permitted on WordPress." msgstr "" -#: ../includes/Elements/Login_Register.php:2420 +#: ../includes/Elements/Login_Register.php:2421 msgid "Max Filename Length" msgstr "" -#: ../includes/Elements/Login_Register.php:2440 +#: ../includes/Elements/Login_Register.php:2441 msgid "Max File Size (MB)" msgstr "" #. translators: %s is the maximum file size -#: ../includes/Elements/Login_Register.php:2443 +#: ../includes/Elements/Login_Register.php:2444 msgid "Set max file size up to %s MB." msgstr "" -#: ../includes/Elements/Login_Register.php:2471 +#: ../includes/Elements/Login_Register.php:2472 msgid "Required" msgstr "" -#: ../includes/Elements/Login_Register.php:2485 +#: ../includes/Elements/Login_Register.php:2486 msgid "Note: This field is required by default." msgstr "" -#: ../includes/Elements/Login_Register.php:2497 +#: ../includes/Elements/Login_Register.php:2498 msgid "Field Width" msgstr "" -#: ../includes/Elements/Login_Register.php:2562 +#: ../includes/Elements/Login_Register.php:2563 msgid "Show Required Mark" msgstr "" -#: ../includes/Elements/Login_Register.php:2581 +#: ../includes/Elements/Login_Register.php:2582 msgid "Register Button" msgstr "" -#: ../includes/Elements/Login_Register.php:2590, ../includes/Elements/Login_Register.php:5738, ../includes/Elements/Login_Register.php:6230 +#: ../includes/Elements/Login_Register.php:2591, ../includes/Elements/Login_Register.php:5739, ../includes/Elements/Login_Register.php:6231 msgid "Register" msgstr "" -#: ../includes/Elements/Login_Register.php:2630 +#: ../includes/Elements/Login_Register.php:2631 msgid "Register Form Options" msgstr "" -#: ../includes/Elements/Login_Register.php:2635 +#: ../includes/Elements/Login_Register.php:2636 msgid "Register Actions" msgstr "" -#: ../includes/Elements/Login_Register.php:2636 +#: ../includes/Elements/Login_Register.php:2637 msgid "You can select what should happen after a user registers successfully" msgstr "" -#: ../includes/Elements/Login_Register.php:2642 +#: ../includes/Elements/Login_Register.php:2643 msgid "Redirect" msgstr "" -#: ../includes/Elements/Login_Register.php:2643 +#: ../includes/Elements/Login_Register.php:2644 msgid "Auto Login" msgstr "" -#: ../includes/Elements/Login_Register.php:2644 +#: ../includes/Elements/Login_Register.php:2645 msgid "Notify User By Email" msgstr "" -#: ../includes/Elements/Login_Register.php:2650 +#: ../includes/Elements/Login_Register.php:2651 msgid "Custom Redirect URL" msgstr "" -#: ../includes/Elements/Login_Register.php:2652 +#: ../includes/Elements/Login_Register.php:2653 msgid "eg. https://your-link.com/wp-admin/" msgstr "" -#: ../includes/Elements/Login_Register.php:2667 +#: ../includes/Elements/Login_Register.php:2668 msgid "Redirect to the last visited page before registration." msgstr "" -#: ../includes/Elements/Login_Register.php:2684 +#: ../includes/Elements/Login_Register.php:2685 msgid "New User Role" msgstr "" #. translators: %s: Site Name -#: ../includes/Elements/Login_Register.php:2696 +#: ../includes/Elements/Login_Register.php:2697 msgid "Thank you for registering on \"%s\"!" msgstr "" -#: ../includes/Elements/Login_Register.php:2698, ../includes/Elements/Login_Register.php:2810, ../includes/Elements/Login_Register.php:2919 +#: ../includes/Elements/Login_Register.php:2699, ../includes/Elements/Login_Register.php:2811, ../includes/Elements/Login_Register.php:2920 msgid "Username: [username]" msgstr "" -#: ../includes/Elements/Login_Register.php:2699 +#: ../includes/Elements/Login_Register.php:2700 msgid "Password: [password]" msgstr "" -#: ../includes/Elements/Login_Register.php:2700, ../includes/Elements/Login_Register.php:2921 +#: ../includes/Elements/Login_Register.php:2701, ../includes/Elements/Login_Register.php:2922 msgid "To reset your password, visit the following address:" msgstr "" -#: ../includes/Elements/Login_Register.php:2702 +#: ../includes/Elements/Login_Register.php:2703 msgid "Please click the following address to login to your account:" msgstr "" -#: ../includes/Elements/Login_Register.php:2706 +#: ../includes/Elements/Login_Register.php:2707 msgid "Register User Email Options" msgstr "" -#: ../includes/Elements/Login_Register.php:2740, ../includes/Elements/Login_Register.php:2849 +#: ../includes/Elements/Login_Register.php:2741, ../includes/Elements/Login_Register.php:2850 msgid "Email Template Type" msgstr "" -#: ../includes/Elements/Login_Register.php:2741 +#: ../includes/Elements/Login_Register.php:2742 msgid "Default template uses WordPress Default email template. So, please select the Custom Option to send the user proper information if you used any username field." msgstr "" -#: ../includes/Elements/Login_Register.php:2746, ../includes/Elements/Login_Register.php:2855 +#: ../includes/Elements/Login_Register.php:2747, ../includes/Elements/Login_Register.php:2856 msgid "WordPres Default" msgstr "" -#: ../includes/Elements/Login_Register.php:2752, ../includes/Elements/Login_Register.php:2861, ../includes/Elements/Login_Register.php:2933 +#: ../includes/Elements/Login_Register.php:2753, ../includes/Elements/Login_Register.php:2862, ../includes/Elements/Login_Register.php:2934 msgid "Email Subject" msgstr "" -#: ../includes/Elements/Login_Register.php:2767, ../includes/Elements/Login_Register.php:2876, ../includes/Elements/Login_Register.php:2945 +#: ../includes/Elements/Login_Register.php:2768, ../includes/Elements/Login_Register.php:2877, ../includes/Elements/Login_Register.php:2946 msgid "Email Message" msgstr "" -#: ../includes/Elements/Login_Register.php:2769, ../includes/Elements/Login_Register.php:2878 +#: ../includes/Elements/Login_Register.php:2770, ../includes/Elements/Login_Register.php:2879 msgid "Enter Your Custom Email Message.." msgstr "" -#: ../includes/Elements/Login_Register.php:2780 +#: ../includes/Elements/Login_Register.php:2781 msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [password], [username], [email], [firstname],[lastname], [website], [loginurl], [password_reset_link], [eael_phone_number] and [sitetitle]. <br>For custom profile fields use slug of the field name e.x. [my_custom_field_1]" msgstr "" -#: ../includes/Elements/Login_Register.php:2789, ../includes/Elements/Login_Register.php:2898, ../includes/Elements/Login_Register.php:3001 +#: ../includes/Elements/Login_Register.php:2790, ../includes/Elements/Login_Register.php:2899, ../includes/Elements/Login_Register.php:3002 msgid "Email Content Type" msgstr "" -#: ../includes/Elements/Login_Register.php:2795, ../includes/Elements/Login_Register.php:2904, ../includes/Elements/Login_Register.php:3007 +#: ../includes/Elements/Login_Register.php:2796, ../includes/Elements/Login_Register.php:2905, ../includes/Elements/Login_Register.php:3008 msgid "Plain" msgstr "" #. translators: %s: Site Name -#: ../includes/Elements/Login_Register.php:2807 +#: ../includes/Elements/Login_Register.php:2808 msgid "[\"%s\"] New User Registration" msgstr "" #. translators: %s: Site Name -#: ../includes/Elements/Login_Register.php:2809 +#: ../includes/Elements/Login_Register.php:2810 msgid "New user registration on your site %s" msgstr "" -#: ../includes/Elements/Login_Register.php:2811 +#: ../includes/Elements/Login_Register.php:2812 msgid "Email: [email]" msgstr "" -#: ../includes/Elements/Login_Register.php:2815 +#: ../includes/Elements/Login_Register.php:2816 msgid "Register Admin Email Options" msgstr "" -#: ../includes/Elements/Login_Register.php:2850 +#: ../includes/Elements/Login_Register.php:2851 msgid "Default template uses WordPress Default Admin email template. You can customize it by choosing the custom option." msgstr "" -#: ../includes/Elements/Login_Register.php:2889 +#: ../includes/Elements/Login_Register.php:2890 msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [username], [email], [firstname],[lastname], [website], [loginurl], [eael_phone_number] and [sitetitle]. <br>For custom profile fields use slug of the field name e.x. [my_custom_field_1]" msgstr "" #. translators: %s: Site Name -#: ../includes/Elements/Login_Register.php:2916 +#: ../includes/Elements/Login_Register.php:2917 msgid "Password Reset Confirmation" msgstr "" -#: ../includes/Elements/Login_Register.php:2917 +#: ../includes/Elements/Login_Register.php:2918 msgid "Someone has requested a password reset for the following account:" msgstr "" -#: ../includes/Elements/Login_Register.php:2918 +#: ../includes/Elements/Login_Register.php:2919 msgid "Sitename: [sitetitle]" msgstr "" -#: ../includes/Elements/Login_Register.php:2920 +#: ../includes/Elements/Login_Register.php:2921 msgid "If this was a mistake, ignore this email and nothing will happen." msgstr "" -#: ../includes/Elements/Login_Register.php:2923 +#: ../includes/Elements/Login_Register.php:2924 msgid "Thanks!" msgstr "" -#: ../includes/Elements/Login_Register.php:2926 +#: ../includes/Elements/Login_Register.php:2927 msgid "Lost Password Email Options" msgstr "" -#: ../includes/Elements/Login_Register.php:2955 +#: ../includes/Elements/Login_Register.php:2956 msgid "<strong>Note:</strong> You can use dynamic content in the email body like [fieldname]. For example [username] will be replaced by user-typed username. Available tags are: [username], [email], [firstname],[lastname], [website], [password_reset_link] and [sitetitle] " msgstr "" -#: ../includes/Elements/Login_Register.php:2961 +#: ../includes/Elements/Login_Register.php:2962 msgid "Reset Link Text" msgstr "" -#: ../includes/Elements/Login_Register.php:2963 +#: ../includes/Elements/Login_Register.php:2964 msgid "Enter Reset Link Text" msgstr "" -#: ../includes/Elements/Login_Register.php:2964, ../includes/Elements/Login_Register.php:7029, ../includes/Traits/Login_Registration.php:1425, ../includes/Traits/Login_Registration.php:1568 +#: ../includes/Elements/Login_Register.php:2965, ../includes/Elements/Login_Register.php:7030, ../includes/Traits/Login_Registration.php:1426, ../includes/Traits/Login_Registration.php:1569 msgid "Click here to reset your password" msgstr "" -#: ../includes/Elements/Login_Register.php:2973 +#: ../includes/Elements/Login_Register.php:2974 msgid "Reset Link in Popup" msgstr "" -#: ../includes/Elements/Login_Register.php:2983 +#: ../includes/Elements/Login_Register.php:2984 msgid "Enable \"Reset Link in Popup\" feature if your form is displayed in a popup." msgstr "" -#: ../includes/Elements/Login_Register.php:2988 +#: ../includes/Elements/Login_Register.php:2989 msgid "Popup Button Selector" msgstr "" -#: ../includes/Elements/Login_Register.php:2991 +#: ../includes/Elements/Login_Register.php:2992 msgid "Specify the class for the popup button that can be automatically triggered upon the page's loading." msgstr "" -#: ../includes/Elements/Login_Register.php:3024 +#: ../includes/Elements/Login_Register.php:3025 msgid "Container Box" msgstr "" -#: ../includes/Elements/Login_Register.php:3032 +#: ../includes/Elements/Login_Register.php:3033 msgid "Apply Width on" msgstr "" -#: ../includes/Elements/Login_Register.php:3035 +#: ../includes/Elements/Login_Register.php:3036 msgid "All Forms" msgstr "" -#: ../includes/Elements/Login_Register.php:3196, ../includes/Traits/Woo_Product_Comparable.php:388 +#: ../includes/Elements/Login_Register.php:3197, ../includes/Traits/Woo_Product_Comparable.php:388 msgid "Container Box Shadow" msgstr "" -#: ../includes/Elements/Login_Register.php:3216 +#: ../includes/Elements/Login_Register.php:3217 msgid "---Form Wrapper---" msgstr "" -#: ../includes/Elements/Login_Register.php:3221 +#: ../includes/Elements/Login_Register.php:3222 msgid "Wrapper width" msgstr "" -#: ../includes/Elements/Login_Register.php:3265 +#: ../includes/Elements/Login_Register.php:3266 msgid "Wrapper Margin" msgstr "" -#: ../includes/Elements/Login_Register.php:3280 +#: ../includes/Elements/Login_Register.php:3281 msgid "Wrapper Padding" msgstr "" -#: ../includes/Elements/Login_Register.php:3302 +#: ../includes/Elements/Login_Register.php:3303 msgid "Wrapper Border Radius" msgstr "" -#: ../includes/Elements/Login_Register.php:3327 +#: ../includes/Elements/Login_Register.php:3328 msgid "---Form Style---" msgstr "" -#: ../includes/Elements/Login_Register.php:3331 +#: ../includes/Elements/Login_Register.php:3332 msgid "Form width" msgstr "" -#: ../includes/Elements/Login_Register.php:3429 +#: ../includes/Elements/Login_Register.php:3430 msgid "Form Wrapper Shadow" msgstr "" -#: ../includes/Elements/Login_Register.php:3438 +#: ../includes/Elements/Login_Register.php:3439 msgid "Form Shadow" msgstr "" #. translators: %s: Form type to display in the header label. -#: ../includes/Elements/Login_Register.php:3456 +#: ../includes/Elements/Login_Register.php:3457 msgid "%s Form Header" msgstr "" -#: ../includes/Elements/Login_Register.php:3471 +#: ../includes/Elements/Login_Register.php:3472 msgid "Header Content" msgstr "" -#: ../includes/Elements/Login_Register.php:3481 +#: ../includes/Elements/Login_Register.php:3482 msgid "Header width" msgstr "" -#: ../includes/Elements/Login_Register.php:3516 +#: ../includes/Elements/Login_Register.php:3517 msgid "Header height" msgstr "" -#: ../includes/Elements/Login_Register.php:3547 +#: ../includes/Elements/Login_Register.php:3548 msgid "Header Margin" msgstr "" -#: ../includes/Elements/Login_Register.php:3562 +#: ../includes/Elements/Login_Register.php:3563 msgid "Header Padding" msgstr "" -#: ../includes/Elements/Login_Register.php:3615 +#: ../includes/Elements/Login_Register.php:3616 msgid "Form Illustration" msgstr "" -#: ../includes/Elements/Login_Register.php:3757 +#: ../includes/Elements/Login_Register.php:3758 msgid "Illustration Shadow" msgstr "" -#: ../includes/Elements/Login_Register.php:3765 +#: ../includes/Elements/Login_Register.php:3766 msgid "Form Logo" msgstr "" -#: ../includes/Elements/Login_Register.php:3774 +#: ../includes/Elements/Login_Register.php:3775 msgid "width" msgstr "" -#: ../includes/Elements/Login_Register.php:3809 +#: ../includes/Elements/Login_Register.php:3810 msgid "height" msgstr "" -#: ../includes/Elements/Login_Register.php:3897 +#: ../includes/Elements/Login_Register.php:3898 msgid "Logo Shadow" msgstr "" -#: ../includes/Elements/Login_Register.php:3999 +#: ../includes/Elements/Login_Register.php:4000 msgid "Subtitle" msgstr "" -#: ../includes/Elements/Login_Register.php:4084 +#: ../includes/Elements/Login_Register.php:4085 msgid "Subtitle Typography" msgstr "" -#: ../includes/Elements/Login_Register.php:4093 +#: ../includes/Elements/Login_Register.php:4094 msgid "Form Fields" msgstr "" -#: ../includes/Elements/Login_Register.php:4107 +#: ../includes/Elements/Login_Register.php:4108 msgid "Form Input Fields" msgstr "" -#: ../includes/Elements/Login_Register.php:4142 +#: ../includes/Elements/Login_Register.php:4143 msgid "Terms & Condition Field" msgstr "" -#: ../includes/Elements/Login_Register.php:4204, ../includes/Elements/Login_Register.php:5493, ../includes/Elements/Login_Register.php:5902 +#: ../includes/Elements/Login_Register.php:4205, ../includes/Elements/Login_Register.php:5494, ../includes/Elements/Login_Register.php:5903 msgid "Colors & Border" msgstr "" -#: ../includes/Elements/Login_Register.php:4295 +#: ../includes/Elements/Login_Register.php:4296 msgid "Form Labels" msgstr "" -#: ../includes/Elements/Login_Register.php:4344, ../includes/Traits/Woo_Product_Comparable.php:824, ../includes/Traits/Woo_Product_Comparable.php:1009, ../includes/Traits/Woo_Product_Comparable.php:1218 +#: ../includes/Elements/Login_Register.php:4345, ../includes/Traits/Woo_Product_Comparable.php:824, ../includes/Traits/Woo_Product_Comparable.php:1009, ../includes/Traits/Woo_Product_Comparable.php:1218 msgid "Colors" msgstr "" -#: ../includes/Elements/Login_Register.php:4408 +#: ../includes/Elements/Login_Register.php:4409 msgid "Required Mark Style" msgstr "" -#: ../includes/Elements/Login_Register.php:4418 +#: ../includes/Elements/Login_Register.php:4419 msgid "Mark Sign" msgstr "" -#: ../includes/Elements/Login_Register.php:4510 +#: ../includes/Elements/Login_Register.php:4511 msgid "Password Visibility" msgstr "" -#: ../includes/Elements/Login_Register.php:4541, ../includes/Elements/Login_Register.php:4638, ../includes/Elements/Login_Register.php:4735 +#: ../includes/Elements/Login_Register.php:4542, ../includes/Elements/Login_Register.php:4639, ../includes/Elements/Login_Register.php:4736 msgid "Open Eye Color" msgstr "" -#: ../includes/Elements/Login_Register.php:4551, ../includes/Elements/Login_Register.php:4648, ../includes/Elements/Login_Register.php:4745 +#: ../includes/Elements/Login_Register.php:4552, ../includes/Elements/Login_Register.php:4649, ../includes/Elements/Login_Register.php:4746 msgid "Close Eye Color" msgstr "" -#: ../includes/Elements/Login_Register.php:4607 +#: ../includes/Elements/Login_Register.php:4608 msgid "Register Password Visibility Style" msgstr "" -#: ../includes/Elements/Login_Register.php:4704 +#: ../includes/Elements/Login_Register.php:4705 msgid "Reset Password Visibility" msgstr "" -#: ../includes/Elements/Login_Register.php:4833, ../includes/Elements/Login_Register.php:4965, ../includes/Elements/Login_Register.php:5096 +#: ../includes/Elements/Login_Register.php:4834, ../includes/Elements/Login_Register.php:4966, ../includes/Elements/Login_Register.php:5097 msgid "Container Margin" msgstr "" -#: ../includes/Elements/Login_Register.php:4848, ../includes/Elements/Login_Register.php:4980, ../includes/Elements/Login_Register.php:5111 +#: ../includes/Elements/Login_Register.php:4849, ../includes/Elements/Login_Register.php:4981, ../includes/Elements/Login_Register.php:5112 msgid "Container Padding" msgstr "" -#: ../includes/Elements/Login_Register.php:4863, ../includes/Elements/Login_Register.php:4995, ../includes/Elements/Login_Register.php:5126 +#: ../includes/Elements/Login_Register.php:4864, ../includes/Elements/Login_Register.php:4996, ../includes/Elements/Login_Register.php:5127 msgid "Label Margin" msgstr "" -#: ../includes/Elements/Login_Register.php:4878, ../includes/Elements/Login_Register.php:5010, ../includes/Elements/Login_Register.php:5142 +#: ../includes/Elements/Login_Register.php:4879, ../includes/Elements/Login_Register.php:5011, ../includes/Elements/Login_Register.php:5143 msgid "Label Padding" msgstr "" -#: ../includes/Elements/Login_Register.php:4894, ../includes/Elements/Login_Register.php:5159 +#: ../includes/Elements/Login_Register.php:4895, ../includes/Elements/Login_Register.php:5160 msgid "Checkbox Margin" msgstr "" -#: ../includes/Elements/Login_Register.php:4920 +#: ../includes/Elements/Login_Register.php:4921 msgid "Text Background" msgstr "" -#: ../includes/Elements/Login_Register.php:4931, ../includes/Elements/Login_Register.php:5208 +#: ../includes/Elements/Login_Register.php:4932, ../includes/Elements/Login_Register.php:5209 msgid "Checkbox | Toggle Color" msgstr "" -#: ../includes/Elements/Login_Register.php:4951 +#: ../includes/Elements/Login_Register.php:4952 msgid "Forgot Password" msgstr "" -#: ../includes/Elements/Login_Register.php:5059, ../includes/Elements/Pricing_Table.php:1991 +#: ../includes/Elements/Login_Register.php:5060, ../includes/Elements/Pricing_Table.php:1991 msgid "Background Hover Color" msgstr "" #. translators: %s: Link label text. #. translators: %s: Form name to display in the link label. -#: ../includes/Elements/Login_Register.php:5293, ../includes/Elements/Login_Register.php:5756 +#: ../includes/Elements/Login_Register.php:5294, ../includes/Elements/Login_Register.php:5757 msgid "%s Link" msgstr "" #. translators: %s: Button text to display in the label. -#: ../includes/Elements/Login_Register.php:5339 +#: ../includes/Elements/Login_Register.php:5340 msgid "%s Button" msgstr "" #. translators: %s: Button text displayed on the form. -#: ../includes/Elements/Login_Register.php:5350 +#: ../includes/Elements/Login_Register.php:5351 msgid "Here you can style the button displayed on the %s Form" msgstr "" -#: ../includes/Elements/Login_Register.php:5436, ../includes/Elements/Login_Register.php:5824 +#: ../includes/Elements/Login_Register.php:5437, ../includes/Elements/Login_Register.php:5825 msgid "Display as" msgstr "" -#: ../includes/Elements/Login_Register.php:5451, ../includes/Elements/Login_Register.php:5838 +#: ../includes/Elements/Login_Register.php:5452, ../includes/Elements/Login_Register.php:5839 msgid "Justify Content" msgstr "" -#: ../includes/Elements/Login_Register.php:5454, ../includes/Elements/Login_Register.php:5841, ../includes/Elements/Login_Register.php:5861, ../includes/Extensions/Image_Masking.php:128 +#: ../includes/Elements/Login_Register.php:5455, ../includes/Elements/Login_Register.php:5842, ../includes/Elements/Login_Register.php:5862, ../includes/Extensions/Image_Masking.php:138 msgid "Start" msgstr "" -#: ../includes/Elements/Login_Register.php:5455, ../includes/Elements/Login_Register.php:5842, ../includes/Elements/Login_Register.php:5862 +#: ../includes/Elements/Login_Register.php:5456, ../includes/Elements/Login_Register.php:5843, ../includes/Elements/Login_Register.php:5863 msgid "End" msgstr "" -#: ../includes/Elements/Login_Register.php:5458, ../includes/Elements/Login_Register.php:5845 +#: ../includes/Elements/Login_Register.php:5459, ../includes/Elements/Login_Register.php:5846 msgid "Space Around" msgstr "" -#: ../includes/Elements/Login_Register.php:5459, ../includes/Elements/Login_Register.php:5846, ../includes/Elements/Login_Register.php:5866 +#: ../includes/Elements/Login_Register.php:5460, ../includes/Elements/Login_Register.php:5847, ../includes/Elements/Login_Register.php:5867 msgid "Space Evenly" msgstr "" -#: ../includes/Elements/Login_Register.php:5613 +#: ../includes/Elements/Login_Register.php:5614 msgid "Button width" msgstr "" -#: ../includes/Elements/Login_Register.php:5636 +#: ../includes/Elements/Login_Register.php:5637 msgid "Button Height" msgstr "" #. translators: %s: Icon markup for the spinner. -#: ../includes/Elements/Login_Register.php:5665 +#: ../includes/Elements/Login_Register.php:5666 msgid "Show Spinner %s" msgstr "" #. translators: %s: Form label to display in the reCAPTCHA field label. -#: ../includes/Elements/Login_Register.php:5687 +#: ../includes/Elements/Login_Register.php:5688 msgid "%s Form reCAPTCHA" msgstr "" -#: ../includes/Elements/Login_Register.php:5724 +#: ../includes/Elements/Login_Register.php:5725 msgid "Compact" msgstr "" -#: ../includes/Elements/Login_Register.php:5739 +#: ../includes/Elements/Login_Register.php:5740 msgid "Login (Lost Password)" msgstr "" #. translators: %1$s: The link label, %2$s: The form type label. -#: ../includes/Elements/Login_Register.php:5768 +#: ../includes/Elements/Login_Register.php:5769 msgid "Here you can style the %1$s link displayed on the %2$s Form" msgstr "" -#: ../includes/Elements/Login_Register.php:5858 +#: ../includes/Elements/Login_Register.php:5859 msgid "Align Items" msgstr "" -#: ../includes/Elements/Login_Register.php:5864, ../includes/Elements/Woo_Product_Carousel.php:701 +#: ../includes/Elements/Login_Register.php:5865, ../includes/Elements/Woo_Product_Carousel.php:701 msgid "Stretch" msgstr "" -#: ../includes/Elements/Login_Register.php:5865 +#: ../includes/Elements/Login_Register.php:5866 msgid "Baseline" msgstr "" -#: ../includes/Elements/Login_Register.php:5983 +#: ../includes/Elements/Login_Register.php:5984 msgid "Link Container width" msgstr "" -#: ../includes/Elements/Login_Register.php:6006 +#: ../includes/Elements/Login_Register.php:6007 msgid "Link width" msgstr "" -#: ../includes/Elements/Login_Register.php:6029 +#: ../includes/Elements/Login_Register.php:6030 msgid "Link Height" msgstr "" -#: ../includes/Elements/Login_Register.php:7257 +#: ../includes/Elements/Login_Register.php:7258 msgid "Form Logo Image" msgstr "" -#: ../includes/Elements/Login_Register.php:7412 +#: ../includes/Elements/Login_Register.php:7413 msgid "Hey Your password reset link appears to be invalid. Please request a new link." msgstr "" #. translators: %s: Error fields -#: ../includes/Elements/Login_Register.php:7504 +#: ../includes/Elements/Login_Register.php:7505 msgid "Error! you seem to have added %s field in the form more than once." msgstr "" #. translators: %s: Error String -#: ../includes/Elements/Login_Register.php:7523 +#: ../includes/Elements/Login_Register.php:7524 msgid "Error! It is required to use %s field." msgstr "" #. translators: 1: Password fßield label, 2: Password Confirmation field label. -#: ../includes/Elements/Login_Register.php:7552 +#: ../includes/Elements/Login_Register.php:7553 msgid "Error! It is required to use %1$s field with %2$s Field." msgstr "" @@ -7659,10 +7664,6 @@ msgid "Items" msgstr "" -#: ../includes/Elements/NFT_Gallery.php:2009 -msgid "Button Padding" -msgstr "" - #: ../includes/Elements/NFT_Gallery.php:2532, ../includes/Elements/NFT_Gallery.php:2665 msgid "EA NFT Creator Thumbnail" msgstr "" @@ -7779,7 +7780,7 @@ msgid "Length" msgstr "" -#: ../includes/Elements/Post_Grid.php:338, ../includes/Elements/Post_Timeline.php:358, ../includes/Elements/Woo_Product_List.php:358, ../includes/Elements/Woo_Product_List.php:966, ../includes/Elements/Woo_Product_List.php:1750, ../includes/Elements/Woo_Product_List.php:2475 +#: ../includes/Elements/Post_Grid.php:338, ../includes/Elements/Post_Timeline.php:358, ../includes/Elements/Woo_Product_List.php:358, ../includes/Elements/Woo_Product_List.php:967, ../includes/Elements/Woo_Product_List.php:1751, ../includes/Elements/Woo_Product_List.php:2476 msgid "Excerpt" msgstr "" @@ -7787,7 +7788,7 @@ msgid "Read More Text" msgstr "" -#: ../includes/Elements/Post_Grid.php:411, ../includes/Elements/Post_Grid.php:937, ../includes/Elements/Product_Grid.php:1134, ../includes/Elements/Twitter_Feed.php:372, ../includes/Elements/Woo_Product_List.php:1156, ../includes/Traits/Controls.php:1353, ../includes/Traits/Controls.php:1589, ../includes/Traits/Twitter_Feed.php:263 +#: ../includes/Elements/Post_Grid.php:411, ../includes/Elements/Post_Grid.php:937, ../includes/Elements/Product_Grid.php:1134, ../includes/Elements/Twitter_Feed.php:372, ../includes/Elements/Woo_Product_List.php:1157, ../includes/Traits/Controls.php:1353, ../includes/Traits/Controls.php:1589, ../includes/Traits/Twitter_Feed.php:263 msgid "Read More" msgstr "" @@ -7979,7 +7980,7 @@ msgid "Timeline Vertical Line Color" msgstr "" -#: ../includes/Elements/Post_Timeline.php:796, ../includes/Elements/Product_Grid.php:3775, ../includes/Elements/Woo_Product_Carousel.php:3373, ../includes/Elements/Woo_Product_List.php:4121 +#: ../includes/Elements/Post_Timeline.php:796, ../includes/Elements/Product_Grid.php:3775, ../includes/Elements/Woo_Product_Carousel.php:3373, ../includes/Elements/Woo_Product_List.php:4122 msgid "No layout found!" msgstr "" @@ -8027,7 +8028,7 @@ msgid "On Sale?" msgstr "" -#: ../includes/Elements/Pricing_Table.php:305, ../includes/Elements/Pricing_Table.php:1321, ../includes/Elements/Woo_Product_List.php:2551, ../includes/Elements/Woo_Product_Price.php:462 +#: ../includes/Elements/Pricing_Table.php:305, ../includes/Elements/Pricing_Table.php:1321, ../includes/Elements/Woo_Product_List.php:2552, ../includes/Elements/Woo_Product_Price.php:462 msgid "Sale Price" msgstr "" @@ -8091,7 +8092,7 @@ msgid "Fall" msgstr "" -#: ../includes/Elements/Pricing_Table.php:552, ../includes/Elements/Progress_Bar.php:265 +#: ../includes/Elements/Pricing_Table.php:552, ../includes/Elements/Progress_Bar.php:266 msgid "Animation Duration" msgstr "" @@ -8259,7 +8260,7 @@ msgid "Product Title" msgstr "" -#: ../includes/Elements/Product_Grid.php:148, ../includes/Elements/Product_Grid.php:3416, ../includes/Elements/Woo_Product_Carousel.php:130, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Gallery.php:118, ../includes/Elements/Woo_Product_Gallery.php:2622, ../includes/Elements/Woo_Product_List.php:150, ../includes/Elements/Woo_Product_List.php:3409, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91 +#: ../includes/Elements/Product_Grid.php:148, ../includes/Elements/Product_Grid.php:3416, ../includes/Elements/Woo_Product_Carousel.php:130, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Gallery.php:118, ../includes/Elements/Woo_Product_Gallery.php:2622, ../includes/Elements/Woo_Product_List.php:150, ../includes/Elements/Woo_Product_List.php:3410, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91 msgid "SKU" msgstr "" @@ -8347,7 +8348,7 @@ msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically." msgstr "" -#: ../includes/Elements/Product_Grid.php:488, ../includes/Elements/Woo_Add_To_Cart.php:737, ../includes/Elements/Woo_Cart.php:134, ../includes/Elements/Woo_Checkout.php:108, ../includes/Elements/Woo_Product_Carousel.php:200, ../includes/Elements/Woo_Product_Gallery.php:103, ../includes/Elements/Woo_Product_Images.php:489, ../includes/Elements/Woo_Product_List.php:200, ../includes/Elements/Woo_Product_List.php:484, ../includes/Elements/Woo_Product_Price.php:130, ../includes/Elements/Woo_Product_Rating.php:266, ../includes/Traits/Woo_Product_Comparable.php:135 +#: ../includes/Elements/Product_Grid.php:488, ../includes/Elements/Woo_Add_To_Cart.php:751, ../includes/Elements/Woo_Cart.php:134, ../includes/Elements/Woo_Checkout.php:108, ../includes/Elements/Woo_Product_Carousel.php:200, ../includes/Elements/Woo_Product_Gallery.php:103, ../includes/Elements/Woo_Product_Images.php:489, ../includes/Elements/Woo_Product_List.php:200, ../includes/Elements/Woo_Product_List.php:484, ../includes/Elements/Woo_Product_Price.php:130, ../includes/Elements/Woo_Product_Rating.php:266, ../includes/Traits/Woo_Product_Comparable.php:135 msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first." msgstr "" @@ -8379,7 +8380,7 @@ msgid "Product Tags" msgstr "" -#: ../includes/Elements/Product_Grid.php:610, ../includes/Elements/Woo_Product_Carousel.php:1023, ../includes/Elements/Woo_Product_Gallery.php:753, ../includes/Elements/Woo_Product_List.php:601 +#: ../includes/Elements/Product_Grid.php:610, ../includes/Elements/Woo_Product_Carousel.php:1023, ../includes/Elements/Woo_Product_Gallery.php:753, ../includes/Elements/Woo_Product_List.php:602 msgid "Select Products" msgstr "" @@ -8408,19 +8409,19 @@ msgid "On Sale" msgstr "" -#: ../includes/Elements/Product_Grid.php:682, ../includes/Elements/Woo_Product_List.php:614 +#: ../includes/Elements/Product_Grid.php:682, ../includes/Elements/Woo_Product_List.php:615 msgid "Product Type" msgstr "" -#: ../includes/Elements/Product_Grid.php:684, ../includes/Elements/Woo_Product_Carousel.php:1053, ../includes/Elements/Woo_Product_Gallery.php:824, ../includes/Elements/Woo_Product_List.php:616 +#: ../includes/Elements/Product_Grid.php:684, ../includes/Elements/Woo_Product_Carousel.php:1053, ../includes/Elements/Woo_Product_Gallery.php:824, ../includes/Elements/Woo_Product_List.php:617 msgid "For logged in users only!" msgstr "" -#: ../includes/Elements/Product_Grid.php:687, ../includes/Elements/Woo_Product_Carousel.php:1056, ../includes/Elements/Woo_Product_Gallery.php:827, ../includes/Elements/Woo_Product_List.php:619 +#: ../includes/Elements/Product_Grid.php:687, ../includes/Elements/Woo_Product_Carousel.php:1056, ../includes/Elements/Woo_Product_Gallery.php:827, ../includes/Elements/Woo_Product_List.php:620 msgid "Purchased Only" msgstr "" -#: ../includes/Elements/Product_Grid.php:688, ../includes/Elements/Woo_Product_Carousel.php:1057, ../includes/Elements/Woo_Product_Gallery.php:828, ../includes/Elements/Woo_Product_List.php:620 +#: ../includes/Elements/Product_Grid.php:688, ../includes/Elements/Woo_Product_Carousel.php:1057, ../includes/Elements/Woo_Product_Gallery.php:828, ../includes/Elements/Woo_Product_List.php:621 msgid "Not Purchased Only" msgstr "" @@ -8500,35 +8501,35 @@ msgid "Custom text" msgstr "" -#: ../includes/Elements/Product_Grid.php:1066, ../includes/Elements/Woo_Add_To_Cart.php:854, ../includes/Elements/Woo_Product_List.php:1084 +#: ../includes/Elements/Product_Grid.php:1066, ../includes/Elements/Woo_Add_To_Cart.php:904, ../includes/Elements/Woo_Product_List.php:1085 msgid "Simple Product" msgstr "" -#: ../includes/Elements/Product_Grid.php:1070, ../includes/Elements/Product_Grid.php:1118, ../includes/Elements/Woo_Product_List.php:1088, ../includes/Elements/Woo_Product_List.php:1139, ../includes/Elements/Woo_Product_List.php:3923, ../includes/Elements/Woo_Product_List.php:3924, ../includes/Elements/Woo_Product_List.php:3925, ../includes/Elements/Woo_Product_List.php:3926, ../includes/Elements/Woo_Product_List.php:3927 +#: ../includes/Elements/Product_Grid.php:1070, ../includes/Elements/Product_Grid.php:1118, ../includes/Elements/Woo_Product_List.php:1089, ../includes/Elements/Woo_Product_List.php:1140, ../includes/Elements/Woo_Product_List.php:3924, ../includes/Elements/Woo_Product_List.php:3925, ../includes/Elements/Woo_Product_List.php:3926, ../includes/Elements/Woo_Product_List.php:3927, ../includes/Elements/Woo_Product_List.php:3928 msgid "Buy Now" msgstr "" -#: ../includes/Elements/Product_Grid.php:1082, ../includes/Elements/Woo_Add_To_Cart.php:857, ../includes/Elements/Woo_Product_List.php:1101 +#: ../includes/Elements/Product_Grid.php:1082, ../includes/Elements/Woo_Add_To_Cart.php:907, ../includes/Elements/Woo_Product_List.php:1102 msgid "Variable Product" msgstr "" -#: ../includes/Elements/Product_Grid.php:1086, ../includes/Elements/Woo_Product_List.php:1105 +#: ../includes/Elements/Product_Grid.php:1086, ../includes/Elements/Woo_Product_List.php:1106 msgid "Select options" msgstr "" -#: ../includes/Elements/Product_Grid.php:1098, ../includes/Elements/Woo_Add_To_Cart.php:856, ../includes/Elements/Woo_Product_List.php:1118 +#: ../includes/Elements/Product_Grid.php:1098, ../includes/Elements/Woo_Add_To_Cart.php:906, ../includes/Elements/Woo_Product_List.php:1119 msgid "Grouped Product" msgstr "" -#: ../includes/Elements/Product_Grid.php:1102, ../includes/Elements/Woo_Product_List.php:1122 +#: ../includes/Elements/Product_Grid.php:1102, ../includes/Elements/Woo_Product_List.php:1123 msgid "View products" msgstr "" -#: ../includes/Elements/Product_Grid.php:1114, ../includes/Elements/Woo_Product_List.php:1135 +#: ../includes/Elements/Product_Grid.php:1114, ../includes/Elements/Woo_Product_List.php:1136 msgid "External Product" msgstr "" -#: ../includes/Elements/Product_Grid.php:1130, ../includes/Elements/Woo_Product_List.php:1152 +#: ../includes/Elements/Product_Grid.php:1130, ../includes/Elements/Woo_Product_List.php:1153 msgid "Default Product" msgstr "" @@ -8560,15 +8561,15 @@ msgid "Product Price" msgstr "" -#: ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Product_Grid.php:3123, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1974, ../includes/Elements/Woo_Product_Gallery.php:1203, ../includes/Elements/Woo_Product_Gallery.php:2288, ../includes/Elements/Woo_Product_List.php:3119 +#: ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Product_Grid.php:3123, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1974, ../includes/Elements/Woo_Product_Gallery.php:1203, ../includes/Elements/Woo_Product_Gallery.php:2288, ../includes/Elements/Woo_Product_List.php:3120 msgid "Sale Price Color" msgstr "" -#: ../includes/Elements/Product_Grid.php:1786, ../includes/Elements/Woo_Product_Carousel.php:1491, ../includes/Elements/Woo_Product_Gallery.php:1222, ../includes/Elements/Woo_Product_List.php:2264 +#: ../includes/Elements/Product_Grid.php:1786, ../includes/Elements/Woo_Product_Carousel.php:1491, ../includes/Elements/Woo_Product_Gallery.php:1222, ../includes/Elements/Woo_Product_List.php:2265 msgid "Star Rating" msgstr "" -#: ../includes/Elements/Product_Grid.php:1794, ../includes/Elements/Woo_Product_Carousel.php:1499, ../includes/Elements/Woo_Product_List.php:2272, ../includes/Elements/Woo_Product_Rating.php:101 +#: ../includes/Elements/Product_Grid.php:1794, ../includes/Elements/Woo_Product_Carousel.php:1499, ../includes/Elements/Woo_Product_List.php:2273, ../includes/Elements/Woo_Product_Rating.php:101 msgid "Rating Color" msgstr "" @@ -8580,7 +8581,7 @@ msgid "Sale Badge" msgstr "" -#: ../includes/Elements/Product_Grid.php:1974, ../includes/Elements/Woo_Product_List.php:870, ../includes/Elements/Woo_Product_List.php:2189, ../includes/Elements/Woo_Product_List.php:3904 +#: ../includes/Elements/Product_Grid.php:1974, ../includes/Elements/Woo_Product_List.php:871, ../includes/Elements/Woo_Product_List.php:2190, ../includes/Elements/Woo_Product_List.php:3905 msgid "Stock Out" msgstr "" @@ -8592,11 +8593,11 @@ msgid "Sale / Stock Out Badge" msgstr "" -#: ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Woo_Product_Carousel.php:1172, ../includes/Elements/Woo_Product_Gallery.php:1963, ../includes/Elements/Woo_Product_List.php:854 +#: ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Woo_Product_Carousel.php:1172, ../includes/Elements/Woo_Product_Gallery.php:1963, ../includes/Elements/Woo_Product_List.php:855 msgid "Sale Text" msgstr "" -#: ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Woo_Product_Carousel.php:1183, ../includes/Elements/Woo_Product_Gallery.php:1974, ../includes/Elements/Woo_Product_List.php:869 +#: ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Woo_Product_Carousel.php:1183, ../includes/Elements/Woo_Product_Gallery.php:1974, ../includes/Elements/Woo_Product_List.php:870 msgid "Stock Out Text" msgstr "" @@ -8648,151 +8649,151 @@ msgid "Review Link Hover" msgstr "" -#: ../includes/Elements/Product_Grid.php:3201, ../includes/Elements/Woo_Product_Carousel.php:2065, ../includes/Elements/Woo_Product_List.php:855, ../includes/Elements/Woo_Product_List.php:2131, ../includes/Elements/Woo_Product_List.php:3163, ../includes/Elements/Woo_Product_List.php:3903 +#: ../includes/Elements/Product_Grid.php:3201, ../includes/Elements/Woo_Product_Carousel.php:2065, ../includes/Elements/Woo_Product_List.php:856, ../includes/Elements/Woo_Product_List.php:2132, ../includes/Elements/Woo_Product_List.php:3164, ../includes/Elements/Woo_Product_List.php:3904 msgid "Sale" msgstr "" -#: ../includes/Elements/Product_Grid.php:3299, ../includes/Elements/Woo_Product_Carousel.php:2162, ../includes/Elements/Woo_Product_Gallery.php:2505, ../includes/Elements/Woo_Product_List.php:3261 +#: ../includes/Elements/Product_Grid.php:3299, ../includes/Elements/Woo_Product_Carousel.php:2162, ../includes/Elements/Woo_Product_Gallery.php:2505, ../includes/Elements/Woo_Product_List.php:3262 msgid "Cart Button" msgstr "" -#: ../includes/Elements/Product_Grid.php:4034, ../includes/Elements/Woo_Product_Carousel.php:153, ../includes/Elements/Woo_Product_List.php:3738 +#: ../includes/Elements/Product_Grid.php:4034, ../includes/Elements/Woo_Product_Carousel.php:153, ../includes/Elements/Woo_Product_List.php:3739 msgid "Publish" msgstr "" -#: ../includes/Elements/Product_Grid.php:4035, ../includes/Elements/Woo_Product_Carousel.php:154, ../includes/Elements/Woo_Product_List.php:3739 +#: ../includes/Elements/Product_Grid.php:4035, ../includes/Elements/Woo_Product_Carousel.php:154, ../includes/Elements/Woo_Product_List.php:3740 msgid "Draft" msgstr "" -#: ../includes/Elements/Product_Grid.php:4036, ../includes/Elements/Woo_Product_Carousel.php:155, ../includes/Elements/Woo_Product_List.php:3740 +#: ../includes/Elements/Product_Grid.php:4036, ../includes/Elements/Woo_Product_Carousel.php:155, ../includes/Elements/Woo_Product_List.php:3741 msgid "Pending Review" msgstr "" -#: ../includes/Elements/Product_Grid.php:4037, ../includes/Elements/Woo_Product_Carousel.php:156, ../includes/Elements/Woo_Product_List.php:3741 +#: ../includes/Elements/Product_Grid.php:4037, ../includes/Elements/Woo_Product_Carousel.php:156, ../includes/Elements/Woo_Product_List.php:3742 msgid "Schedule" msgstr "" -#: ../includes/Elements/Progress_Bar.php:93 +#: ../includes/Elements/Progress_Bar.php:94 msgid "Line Rainbow (Pro)" msgstr "" -#: ../includes/Elements/Progress_Bar.php:95 +#: ../includes/Elements/Progress_Bar.php:96 msgid "Circle Fill (Pro)" msgstr "" -#: ../includes/Elements/Progress_Bar.php:96 +#: ../includes/Elements/Progress_Bar.php:97 msgid "Half Circle" msgstr "" -#: ../includes/Elements/Progress_Bar.php:97 +#: ../includes/Elements/Progress_Bar.php:98 msgid "Half Circle Fill (Pro)" msgstr "" -#: ../includes/Elements/Progress_Bar.php:98 +#: ../includes/Elements/Progress_Bar.php:99 msgid "Box (Pro)" msgstr "" -#: ../includes/Elements/Progress_Bar.php:155 +#: ../includes/Elements/Progress_Bar.php:156 msgid "div" msgstr "" -#: ../includes/Elements/Progress_Bar.php:156 +#: ../includes/Elements/Progress_Bar.php:157 msgid "span" msgstr "" -#: ../includes/Elements/Progress_Bar.php:157 +#: ../includes/Elements/Progress_Bar.php:158 msgid "p" msgstr "" -#: ../includes/Elements/Progress_Bar.php:169, ../includes/Elements/Progress_Bar.php:182, ../includes/Elements/Progress_Bar.php:815 +#: ../includes/Elements/Progress_Bar.php:170, ../includes/Elements/Progress_Bar.php:183, ../includes/Elements/Progress_Bar.php:816 msgid "Inner Title" msgstr "" -#: ../includes/Elements/Progress_Bar.php:201 +#: ../includes/Elements/Progress_Bar.php:202 msgid "Counter Value Type" msgstr "" -#: ../includes/Elements/Progress_Bar.php:204, ../includes/Elements/Woo_Product_Carousel.php:466, ../includes/Elements/Woo_Product_List.php:699 +#: ../includes/Elements/Progress_Bar.php:205, ../includes/Elements/Woo_Product_Carousel.php:466, ../includes/Elements/Woo_Product_List.php:700 msgid "Static" msgstr "" -#: ../includes/Elements/Progress_Bar.php:215, ../includes/Elements/Progress_Bar.php:238 +#: ../includes/Elements/Progress_Bar.php:216, ../includes/Elements/Progress_Bar.php:239 msgid "Counter Value" msgstr "" -#: ../includes/Elements/Progress_Bar.php:255 +#: ../includes/Elements/Progress_Bar.php:256 msgid "Display Count" msgstr "" -#: ../includes/Elements/Progress_Bar.php:286 +#: ../includes/Elements/Progress_Bar.php:287 msgid "Prefix Label" msgstr "" -#: ../includes/Elements/Progress_Bar.php:303 +#: ../includes/Elements/Progress_Bar.php:304 msgid "Postfix Label" msgstr "" -#: ../includes/Elements/Progress_Bar.php:306 +#: ../includes/Elements/Progress_Bar.php:307 msgid "Postfix" msgstr "" -#: ../includes/Elements/Progress_Bar.php:505 +#: ../includes/Elements/Progress_Bar.php:506 msgid "Fill" msgstr "" -#: ../includes/Elements/Progress_Bar.php:590 +#: ../includes/Elements/Progress_Bar.php:591 msgid "Show Stripe" msgstr "" -#: ../includes/Elements/Progress_Bar.php:604 +#: ../includes/Elements/Progress_Bar.php:605 msgid "Stripe Animation" msgstr "" -#: ../includes/Elements/Progress_Bar.php:607 +#: ../includes/Elements/Progress_Bar.php:608 msgid "Left To Right" msgstr "" -#: ../includes/Elements/Progress_Bar.php:608 +#: ../includes/Elements/Progress_Bar.php:609 msgid "Right To Left" msgstr "" -#: ../includes/Elements/Progress_Bar.php:609 +#: ../includes/Elements/Progress_Bar.php:610 msgid "Disabled" msgstr "" -#: ../includes/Elements/Progress_Bar.php:700 +#: ../includes/Elements/Progress_Bar.php:701 msgid "Stroke Width" msgstr "" -#: ../includes/Elements/Progress_Bar.php:725 +#: ../includes/Elements/Progress_Bar.php:726 msgid "Stroke Color" msgstr "" -#: ../includes/Elements/Progress_Bar.php:749, ../includes/Elements/SVG_Draw.php:524, ../includes/Extensions/Reading_Progress.php:176 +#: ../includes/Elements/Progress_Bar.php:750, ../includes/Elements/SVG_Draw.php:524, ../includes/Extensions/Reading_Progress.php:176 msgid "Fill Color" msgstr "" -#: ../includes/Elements/Progress_Bar.php:826 +#: ../includes/Elements/Progress_Bar.php:827 msgid "Inner Title Color" msgstr "" -#: ../includes/Elements/Progress_Bar.php:852, ../includes/Traits/Admin.php:1032, ../includes/Traits/Elements.php:150 +#: ../includes/Elements/Progress_Bar.php:853, ../includes/Traits/Admin.php:1032, ../includes/Traits/Elements.php:150 msgid "Counter" msgstr "" -#: ../includes/Elements/Progress_Bar.php:863 +#: ../includes/Elements/Progress_Bar.php:864 msgid "Counter Color" msgstr "" -#: ../includes/Elements/Progress_Bar.php:877 +#: ../includes/Elements/Progress_Bar.php:878 msgid "Prefix/Postfix" msgstr "" -#: ../includes/Elements/Progress_Bar.php:891 +#: ../includes/Elements/Progress_Bar.php:892 msgid "Prefix/Postfix Color" msgstr "" -#: ../includes/Elements/Progress_Bar.php:955, ../includes/Elements/Progress_Bar.php:988, ../includes/Elements/Progress_Bar.php:988, ../includes/Elements/Progress_Bar.php:1034 +#: ../includes/Elements/Progress_Bar.php:956, ../includes/Elements/Progress_Bar.php:989, ../includes/Elements/Progress_Bar.php:989, ../includes/Elements/Progress_Bar.php:1035 msgid "%" msgstr "" @@ -9697,87 +9698,95 @@ msgid "Button Width" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:272, ../includes/Elements/Woo_Add_To_Cart.php:542 +#: ../includes/Elements/Woo_Add_To_Cart.php:286, ../includes/Elements/Woo_Add_To_Cart.php:556 msgid "Transition Duration (s)" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:571 +#: ../includes/Elements/Woo_Add_To_Cart.php:585 msgid "Variations" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:598 +#: ../includes/Elements/Woo_Add_To_Cart.php:612 msgid "Spacing Bottom" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:663 +#: ../includes/Elements/Woo_Add_To_Cart.php:677 msgid "Select field" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:750 +#: ../includes/Elements/Woo_Add_To_Cart.php:764 msgid "Cart Icon" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:791, ../includes/Elements/Woo_Product_Gallery.php:1615, ../includes/Elements/Woo_Product_Images.php:318, ../includes/Elements/Woo_Product_Rating.php:164 +#: ../includes/Elements/Woo_Add_To_Cart.php:805, ../includes/Elements/Woo_Product_Gallery.php:1615, ../includes/Elements/Woo_Product_Images.php:318, ../includes/Elements/Woo_Product_Rating.php:164 msgid "Gap" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:850 +#: ../includes/Elements/Woo_Add_To_Cart.php:900 msgid "Product Type (Only For Preview)" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:855 +#: ../includes/Elements/Woo_Add_To_Cart.php:905 msgid "External/Affiliate Product" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:885 +#: ../includes/Elements/Woo_Add_To_Cart.php:935 msgid "Show Quantity" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:889 +#: ../includes/Elements/Woo_Add_To_Cart.php:939 msgid "Please note that switching on this option will disable some of the design controls." msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:903, ../includes/Traits/Woo_Product_Comparable.php:43, ../includes/Traits/Woo_Product_Comparable.php:87 +#: ../includes/Elements/Woo_Add_To_Cart.php:953, ../includes/Traits/Woo_Product_Comparable.php:43, ../includes/Traits/Woo_Product_Comparable.php:87 msgid "Add to cart" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:913 +#: ../includes/Elements/Woo_Add_To_Cart.php:963 msgid "Show Cart Icon" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1049 +#: ../includes/Elements/Woo_Add_To_Cart.php:994 +msgid "AJAX Add to Cart" +msgstr "" + +#: ../includes/Elements/Woo_Add_To_Cart.php:996 +msgid "Enable to add products to cart without a full page reload. Works with simple products." +msgstr "" + +#: ../includes/Elements/Woo_Add_To_Cart.php:1118 msgid "Choose an option" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1050 +#: ../includes/Elements/Woo_Add_To_Cart.php:1119 msgid "Red" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1051 +#: ../includes/Elements/Woo_Add_To_Cart.php:1120 msgid "Green" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1052 +#: ../includes/Elements/Woo_Add_To_Cart.php:1121 msgid "Blue" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1009, ../includes/Elements/Woo_Add_To_Cart.php:1023 +#: ../includes/Elements/Woo_Add_To_Cart.php:1078, ../includes/Elements/Woo_Add_To_Cart.php:1092 msgid "Hoodie with Pocket" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1010 +#: ../includes/Elements/Woo_Add_To_Cart.php:1079 msgid "$45.00" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1016 +#: ../includes/Elements/Woo_Add_To_Cart.php:1085 msgid "Beanie with Logo" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1017 +#: ../includes/Elements/Woo_Add_To_Cart.php:1086 msgid "$18.00" msgstr "" -#: ../includes/Elements/Woo_Add_To_Cart.php:1024 +#: ../includes/Elements/Woo_Add_To_Cart.php:1093 msgid "$35.00" msgstr "" @@ -9829,7 +9838,7 @@ msgid "Product" msgstr "" -#: ../includes/Elements/Woo_Cart.php:436, ../includes/Elements/Woo_Cart.php:1204, ../includes/Elements/Woo_Checkout.php:321, ../includes/Elements/Woo_Checkout.php:1326, ../includes/Template/Woocommerce/Cart/Woo_Cart_Helper.php:366, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:547 +#: ../includes/Elements/Woo_Cart.php:436, ../includes/Elements/Woo_Cart.php:1204, ../includes/Elements/Woo_Checkout.php:321, ../includes/Elements/Woo_Checkout.php:1326, ../includes/Template/Woocommerce/Cart/Woo_Cart_Helper.php:366, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:549 msgid "Total" msgstr "" @@ -10226,7 +10235,7 @@ msgid "Privacy Policy" msgstr "" -#: ../includes/Elements/Woo_Product_Carousel.php:266, ../includes/Elements/Woo_Product_List.php:409, ../includes/Elements/Woo_Product_List.php:1061, ../includes/Elements/Woo_Product_List.php:1894, ../includes/Elements/Woo_Product_List.php:2719 +#: ../includes/Elements/Woo_Product_Carousel.php:266, ../includes/Elements/Woo_Product_List.php:409, ../includes/Elements/Woo_Product_List.php:1062, ../includes/Elements/Woo_Product_List.php:1895, ../includes/Elements/Woo_Product_List.php:2720 msgid "Add to Cart" msgstr "" @@ -10290,7 +10299,7 @@ msgid "Not Found Message" msgstr "" -#: ../includes/Elements/Woo_Product_Carousel.php:545, ../includes/Elements/Woo_Product_List.php:1260 +#: ../includes/Elements/Woo_Product_Carousel.php:545, ../includes/Elements/Woo_Product_List.php:1261 msgid "Products Not Found" msgstr "" @@ -10338,7 +10347,7 @@ msgid "Purchase Type" msgstr "" -#: ../includes/Elements/Woo_Product_Carousel.php:1055, ../includes/Elements/Woo_Product_Gallery.php:826, ../includes/Elements/Woo_Product_List.php:618, ../includes/Elements/Woo_Product_List.php:698 +#: ../includes/Elements/Woo_Product_Carousel.php:1055, ../includes/Elements/Woo_Product_Gallery.php:826, ../includes/Elements/Woo_Product_List.php:619, ../includes/Elements/Woo_Product_List.php:699 msgid "Both" msgstr "" @@ -10590,143 +10599,148 @@ msgid "Lens Size" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:297, ../includes/Elements/Woo_Product_List.php:708, ../includes/Elements/Woo_Product_List.php:1640, ../includes/Elements/Woo_Product_List.php:2109 +#: ../includes/Elements/Woo_Product_List.php:297, ../includes/Elements/Woo_Product_List.php:709, ../includes/Elements/Woo_Product_List.php:1641, ../includes/Elements/Woo_Product_List.php:2110 msgid "Content Header" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:304, ../includes/Elements/Woo_Product_List.php:786, ../includes/Elements/Woo_Product_List.php:2118 +#: ../includes/Elements/Woo_Product_List.php:304, ../includes/Elements/Woo_Product_List.php:787, ../includes/Elements/Woo_Product_List.php:2119 msgid "Badge" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:322, ../includes/Elements/Woo_Product_List.php:2310 +#: ../includes/Elements/Woo_Product_List.php:322, ../includes/Elements/Woo_Product_List.php:2311 msgid "Review Count" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:342, ../includes/Elements/Woo_Product_List.php:884, ../includes/Elements/Woo_Product_List.php:1700, ../includes/Elements/Woo_Product_List.php:2384 +#: ../includes/Elements/Woo_Product_List.php:342, ../includes/Elements/Woo_Product_List.php:885, ../includes/Elements/Woo_Product_List.php:1701, ../includes/Elements/Woo_Product_List.php:2385 msgid "Content Body" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:378, ../includes/Elements/Woo_Product_List.php:1002, ../includes/Elements/Woo_Product_List.php:1824, ../includes/Elements/Woo_Product_List.php:2590 +#: ../includes/Elements/Woo_Product_List.php:378, ../includes/Elements/Woo_Product_List.php:1003, ../includes/Elements/Woo_Product_List.php:1825, ../includes/Elements/Woo_Product_List.php:2591 msgid "Content Footer" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:385, ../includes/Elements/Woo_Product_List.php:397, ../includes/Elements/Woo_Product_List.php:1011, ../includes/Elements/Woo_Product_List.php:1833, ../includes/Elements/Woo_Product_List.php:2599, ../includes/Elements/Woo_Product_List.php:2610 +#: ../includes/Elements/Woo_Product_List.php:385, ../includes/Elements/Woo_Product_List.php:397, ../includes/Elements/Woo_Product_List.php:1012, ../includes/Elements/Woo_Product_List.php:1834, ../includes/Elements/Woo_Product_List.php:2600, ../includes/Elements/Woo_Product_List.php:2611 msgid "Total Sold" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:418, ../includes/Elements/Woo_Product_List.php:1170, ../includes/Elements/Woo_Product_List.php:2840 +#: ../includes/Elements/Woo_Product_List.php:418, ../includes/Elements/Woo_Product_List.php:1171, ../includes/Elements/Woo_Product_List.php:2841 msgid "Quick View" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:574 +#. translators: %s: WooCommerce Out of Stock visibility settings URL +#: ../includes/Elements/Woo_Product_List.php:568 +msgid "Uncheck the WooCommerce Settings <a href=\"%s\" target=\"_blank\">Out of stock visibility</a> option. This will not work otherwise" +msgstr "" + +#: ../includes/Elements/Woo_Product_List.php:575 msgid "Status" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:589 +#: ../includes/Elements/Woo_Product_List.php:590 msgid "Categories" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:649, ../includes/Elements/Woo_Product_List.php:953 +#: ../includes/Elements/Woo_Product_List.php:650, ../includes/Elements/Woo_Product_List.php:954 msgid "Clickable" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:694 +#: ../includes/Elements/Woo_Product_List.php:695 msgid "Add to Cart, Quick View, Link buttons/icons on content footer or on image hover or in both positions" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:719 +#: ../includes/Elements/Woo_Product_List.php:720 msgid "Whether to show content header before or after the title" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:743 +#: ../includes/Elements/Woo_Product_List.php:744 msgid "Content header items before or after the title" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:767 +#: ../includes/Elements/Woo_Product_List.php:768 msgid "Content header items alignment" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:774 +#: ../includes/Elements/Woo_Product_List.php:775 msgid "Right to Left" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:974 +#: ../includes/Elements/Woo_Product_List.php:975 msgid "Words Count" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1020, ../includes/Elements/Woo_Product_List.php:2646 +#: ../includes/Elements/Woo_Product_List.php:1021, ../includes/Elements/Woo_Product_List.php:2647 msgid "Remaining" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1033 +#: ../includes/Elements/Woo_Product_List.php:1034 msgid "Total Sold Text" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1036, ../includes/Elements/Woo_Product_List.php:3917 +#: ../includes/Elements/Woo_Product_List.php:1037, ../includes/Elements/Woo_Product_List.php:3918 msgid "Total Sold:" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1047 +#: ../includes/Elements/Woo_Product_List.php:1048 msgid "Remaining Text" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1050, ../includes/Elements/Woo_Product_List.php:3918 +#: ../includes/Elements/Woo_Product_List.php:1051, ../includes/Elements/Woo_Product_List.php:3919 msgid "Remaining:" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1236, ../includes/Elements/Woo_Product_List.php:1959, ../includes/Elements/Woo_Product_List.php:3919 +#: ../includes/Elements/Woo_Product_List.php:1237, ../includes/Elements/Woo_Product_List.php:1960, ../includes/Elements/Woo_Product_List.php:3920 msgid "View Product" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1249 +#: ../includes/Elements/Woo_Product_List.php:1250 msgid "Not Found" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1263, ../includes/Elements/Woo_Product_List.php:3920, ../includes/Template/Content/Product_Grid.php:116, ../includes/Template/Content/Woo_Product_List.php:126 +#: ../includes/Elements/Woo_Product_List.php:1264, ../includes/Elements/Woo_Product_List.php:3921, ../includes/Template/Content/Product_Grid.php:116, ../includes/Template/Content/Woo_Product_List.php:126 msgid "No products found!" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1506 +#: ../includes/Elements/Woo_Product_List.php:1507 msgid "Image Wrapper" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1603 +#: ../includes/Elements/Woo_Product_List.php:1604 msgid "Content Wrapper" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1646 +#: ../includes/Elements/Woo_Product_List.php:1647 msgid "Custom Spacing" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1656 +#: ../includes/Elements/Woo_Product_List.php:1657 msgid "Title spacing can be added from Style => Content => Content Body => Title " msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1842 +#: ../includes/Elements/Woo_Product_List.php:1843 msgid "Progress Height" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:1884 +#: ../includes/Elements/Woo_Product_List.php:1885 msgid "Static Buttons" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:2026, ../includes/Elements/Woo_Product_List.php:2954 +#: ../includes/Elements/Woo_Product_List.php:2027, ../includes/Elements/Woo_Product_List.php:2955 msgid "On Hover Buttons" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:2244 +#: ../includes/Elements/Woo_Product_List.php:2245 msgid "Badge Size" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:2513, ../includes/Elements/Woo_Product_Price.php:343 +#: ../includes/Elements/Woo_Product_List.php:2514, ../includes/Elements/Woo_Product_Price.php:343 msgid "Regular Price" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:2684 +#: ../includes/Elements/Woo_Product_List.php:2685 msgid "Progress Outer" msgstr "" -#: ../includes/Elements/Woo_Product_List.php:2697 +#: ../includes/Elements/Woo_Product_List.php:2698 msgid "Progress Inner" msgstr "" @@ -10982,195 +10996,195 @@ msgid "Tilt Effect" msgstr "" -#: ../includes/Extensions/Image_Masking.php:107 +#: ../includes/Extensions/Image_Masking.php:117 msgid "Select Clip Path" msgstr "" -#: ../includes/Extensions/Image_Masking.php:112 +#: ../includes/Extensions/Image_Masking.php:122 msgid "Bavel" msgstr "" -#: ../includes/Extensions/Image_Masking.php:116 +#: ../includes/Extensions/Image_Masking.php:126 msgid "Rabbet" msgstr "" -#: ../includes/Extensions/Image_Masking.php:120 +#: ../includes/Extensions/Image_Masking.php:130 msgid "Chevron Left" msgstr "" -#: ../includes/Extensions/Image_Masking.php:124 +#: ../includes/Extensions/Image_Masking.php:134 msgid "Chevron Right" msgstr "" -#: ../includes/Extensions/Image_Masking.php:143 +#: ../includes/Extensions/Image_Masking.php:153 msgid "Use Custom Clip Path" msgstr "" -#: ../includes/Extensions/Image_Masking.php:165 +#: ../includes/Extensions/Image_Masking.php:175 msgid "Enter your custom clip path value. You can use <a href = \"https://bennettfeely.com/clippy/\" target = \"_blank\">Clippy</a> to generate your custom clip path." msgstr "" -#: ../includes/Extensions/Image_Masking.php:179 +#: ../includes/Extensions/Image_Masking.php:189 msgid "Choose Shape" msgstr "" -#: ../includes/Extensions/Image_Masking.php:184 +#: ../includes/Extensions/Image_Masking.php:194 msgid "Polygon" msgstr "" -#: ../includes/Extensions/Image_Masking.php:188 +#: ../includes/Extensions/Image_Masking.php:198 msgid "Rounded" msgstr "" -#: ../includes/Extensions/Image_Masking.php:192 +#: ../includes/Extensions/Image_Masking.php:202 msgid "Arch Down" msgstr "" -#: ../includes/Extensions/Image_Masking.php:196 +#: ../includes/Extensions/Image_Masking.php:206 msgid "Arch Group" msgstr "" -#: ../includes/Extensions/Image_Masking.php:200 +#: ../includes/Extensions/Image_Masking.php:210 msgid "Arch Up" msgstr "" -#: ../includes/Extensions/Image_Masking.php:204 +#: ../includes/Extensions/Image_Masking.php:214 msgid "Asterisk" msgstr "" -#: ../includes/Extensions/Image_Masking.php:208 +#: ../includes/Extensions/Image_Masking.php:218 msgid "Blob" msgstr "" -#: ../includes/Extensions/Image_Masking.php:212 +#: ../includes/Extensions/Image_Masking.php:222 msgid "Blocks" msgstr "" -#: ../includes/Extensions/Image_Masking.php:216 +#: ../includes/Extensions/Image_Masking.php:226 msgid "Brash 1" msgstr "" -#: ../includes/Extensions/Image_Masking.php:220 +#: ../includes/Extensions/Image_Masking.php:230 msgid "Brash 2" msgstr "" -#: ../includes/Extensions/Image_Masking.php:224 +#: ../includes/Extensions/Image_Masking.php:234 msgid "Brash 3" msgstr "" -#: ../includes/Extensions/Image_Masking.php:228 +#: ../includes/Extensions/Image_Masking.php:238 msgid "Burst" msgstr "" -#: ../includes/Extensions/Image_Masking.php:232 +#: ../includes/Extensions/Image_Masking.php:242 msgid "Chat" msgstr "" -#: ../includes/Extensions/Image_Masking.php:236 +#: ../includes/Extensions/Image_Masking.php:246 msgid "Hex Tile" msgstr "" -#: ../includes/Extensions/Image_Masking.php:240 +#: ../includes/Extensions/Image_Masking.php:250 msgid "Leaf" msgstr "" -#: ../includes/Extensions/Image_Masking.php:244 +#: ../includes/Extensions/Image_Masking.php:254 msgid "Oval" msgstr "" -#: ../includes/Extensions/Image_Masking.php:248 +#: ../includes/Extensions/Image_Masking.php:258 msgid "Pixel Cross" msgstr "" -#: ../includes/Extensions/Image_Masking.php:252 +#: ../includes/Extensions/Image_Masking.php:262 msgid "Quote" msgstr "" -#: ../includes/Extensions/Image_Masking.php:256 +#: ../includes/Extensions/Image_Masking.php:266 msgid "Star Diamond" msgstr "" -#: ../includes/Extensions/Image_Masking.php:260 +#: ../includes/Extensions/Image_Masking.php:270 msgid "Upload" msgstr "" -#: ../includes/Extensions/Image_Masking.php:280, ../includes/Extensions/Image_Masking.php:499 +#: ../includes/Extensions/Image_Masking.php:290, ../includes/Extensions/Image_Masking.php:509 msgid "This feature is available in the pro version." msgstr "" -#: ../includes/Extensions/Image_Masking.php:297 +#: ../includes/Extensions/Image_Masking.php:307 msgid "Hover Selector" msgstr "" -#: ../includes/Extensions/Image_Masking.php:307 +#: ../includes/Extensions/Image_Masking.php:317 msgid "Enter the selector for the element you want to apply the hover effect on. If you leave this field empty, the hover effect will be applied on hover for full section." msgstr "" -#: ../includes/Extensions/Image_Masking.php:320 +#: ../includes/Extensions/Image_Masking.php:330 msgid "<i class=\"eaicon-logo\"></i> Image Masking" msgstr "" -#: ../includes/Extensions/Image_Masking.php:328 +#: ../includes/Extensions/Image_Masking.php:338 msgid "Enable Image Masking" msgstr "" -#: ../includes/Extensions/Image_Masking.php:340 +#: ../includes/Extensions/Image_Masking.php:350 msgid "Image/SVG Masking" msgstr "" -#: ../includes/Extensions/Image_Masking.php:344 +#: ../includes/Extensions/Image_Masking.php:354 msgid "Clip Path" msgstr "" -#: ../includes/Extensions/Image_Masking.php:348 +#: ../includes/Extensions/Image_Masking.php:358 msgid "Morphing" msgstr "" -#: ../includes/Extensions/Image_Masking.php:450 +#: ../includes/Extensions/Image_Masking.php:460 msgid "Left Top" msgstr "" -#: ../includes/Extensions/Image_Masking.php:451 +#: ../includes/Extensions/Image_Masking.php:461 msgid "Left Center" msgstr "" -#: ../includes/Extensions/Image_Masking.php:452 +#: ../includes/Extensions/Image_Masking.php:462 msgid "Left Bottom" msgstr "" -#: ../includes/Extensions/Image_Masking.php:453 +#: ../includes/Extensions/Image_Masking.php:463 msgid "Center Top" msgstr "" -#: ../includes/Extensions/Image_Masking.php:454 +#: ../includes/Extensions/Image_Masking.php:464 msgid "Center Center" msgstr "" -#: ../includes/Extensions/Image_Masking.php:455 +#: ../includes/Extensions/Image_Masking.php:465 msgid "Center Bottom" msgstr "" -#: ../includes/Extensions/Image_Masking.php:456 +#: ../includes/Extensions/Image_Masking.php:466 msgid "Right Top" msgstr "" -#: ../includes/Extensions/Image_Masking.php:457 +#: ../includes/Extensions/Image_Masking.php:467 msgid "Right Center" msgstr "" -#: ../includes/Extensions/Image_Masking.php:458 +#: ../includes/Extensions/Image_Masking.php:468 msgid "Right Bottom" msgstr "" -#: ../includes/Extensions/Image_Masking.php:477 +#: ../includes/Extensions/Image_Masking.php:487 msgid "No-repeat" msgstr "" -#: ../includes/Extensions/Image_Masking.php:479 +#: ../includes/Extensions/Image_Masking.php:489 msgid "Repeat-x" msgstr "" -#: ../includes/Extensions/Image_Masking.php:480 +#: ../includes/Extensions/Image_Masking.php:490 msgid "Repeat-y" msgstr "" @@ -11592,19 +11606,19 @@ msgid "Gradient Color Direction" msgstr "" -#: ../includes/Extensions/Wrapper_Link.php:29 +#: ../includes/Extensions/Wrapper_Link.php:52 msgid "<i class=\"eaicon-logo\"></i> Wrapper Link" msgstr "" -#: ../includes/Extensions/Wrapper_Link.php:37 +#: ../includes/Extensions/Wrapper_Link.php:60 msgid "Enable Wrapper Link" msgstr "" -#: ../includes/Extensions/Wrapper_Link.php:59 +#: ../includes/Extensions/Wrapper_Link.php:82 msgid "Disable Traditional Link" msgstr "" -#: ../includes/Extensions/Wrapper_Link.php:74 +#: ../includes/Extensions/Wrapper_Link.php:97 msgid "By Disabling <strong>Traditional Link</strong> some features (ex: dynamic tags, custom atrributes etc.) may not work." msgstr "" @@ -12341,38 +12355,46 @@ msgid "Upgrade To Pro Now" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:95, ../includes/Traits/Ajax_Handler.php:1005, ../includes/Traits/Login_Registration.php:96, ../includes/Traits/Login_Registration.php:282, ../includes/Traits/Login_Registration.php:824, ../includes/Traits/Login_Registration.php:1036 +#: ../includes/Traits/Ajax_Handler.php:98, ../includes/Traits/Ajax_Handler.php:1009, ../includes/Traits/Login_Registration.php:96, ../includes/Traits/Login_Registration.php:282, ../includes/Traits/Login_Registration.php:825, ../includes/Traits/Login_Registration.php:1037 msgid "Insecure form submitted without security token" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:104, ../includes/Traits/Ajax_Handler.php:1014, ../includes/Traits/Login_Registration.php:108, ../includes/Traits/Login_Registration.php:292, ../includes/Traits/Login_Registration.php:836, ../includes/Traits/Login_Registration.php:1048, ../includes/Traits/Woo_Product_Comparable.php:2175 +#: ../includes/Traits/Ajax_Handler.php:107, ../includes/Traits/Ajax_Handler.php:1018, ../includes/Traits/Login_Registration.php:108, ../includes/Traits/Login_Registration.php:292, ../includes/Traits/Login_Registration.php:837, ../includes/Traits/Login_Registration.php:1049, ../includes/Traits/Woo_Product_Comparable.php:2176 msgid "Security token did not match" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:115, ../includes/Traits/Ajax_Handler.php:565, ../includes/Traits/Ajax_Handler.php:746, ../includes/Traits/Ajax_Handler.php:1025, ../includes/Traits/Login_Registration.php:72, ../includes/Traits/Login_Registration.php:307, ../includes/Traits/Login_Registration.php:800, ../includes/Traits/Login_Registration.php:1011, ../includes/Traits/Woo_Product_Comparable.php:2133 +#: ../includes/Traits/Ajax_Handler.php:118, ../includes/Traits/Ajax_Handler.php:568, ../includes/Traits/Ajax_Handler.php:749, ../includes/Traits/Ajax_Handler.php:1029, ../includes/Traits/Login_Registration.php:72, ../includes/Traits/Login_Registration.php:307, ../includes/Traits/Login_Registration.php:801, ../includes/Traits/Login_Registration.php:1012, ../includes/Traits/Woo_Product_Comparable.php:2134 msgid "Page ID is missing" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:126, ../includes/Traits/Ajax_Handler.php:572, ../includes/Traits/Ajax_Handler.php:753, ../includes/Traits/Ajax_Handler.php:1036, ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Login_Registration.php:79, ../includes/Traits/Login_Registration.php:312, ../includes/Traits/Login_Registration.php:807, ../includes/Traits/Login_Registration.php:1018, ../includes/Traits/Woo_Product_Comparable.php:2138 +#: ../includes/Traits/Ajax_Handler.php:129, ../includes/Traits/Ajax_Handler.php:575, ../includes/Traits/Ajax_Handler.php:756, ../includes/Traits/Ajax_Handler.php:1040, ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Login_Registration.php:79, ../includes/Traits/Login_Registration.php:312, ../includes/Traits/Login_Registration.php:808, ../includes/Traits/Login_Registration.php:1019, ../includes/Traits/Woo_Product_Comparable.php:2139 msgid "Widget ID is missing" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:137, ../includes/Traits/Ajax_Handler.php:578, ../includes/Traits/Ajax_Handler.php:760, ../includes/Traits/Ajax_Handler.php:1046 +#: ../includes/Traits/Ajax_Handler.php:140, ../includes/Traits/Ajax_Handler.php:581, ../includes/Traits/Ajax_Handler.php:763, ../includes/Traits/Ajax_Handler.php:1050 msgid "Widget settings are not found. Did you save the widget before using load more??" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:963, ../includes/Traits/Ajax_Handler.php:969 +#: ../includes/Traits/Ajax_Handler.php:967, ../includes/Traits/Ajax_Handler.php:973 msgid "Product not found or not accessible" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:1224, ../includes/Traits/Ajax_Handler.php:1294 +#: ../includes/Traits/Ajax_Handler.php:1228, ../includes/Traits/Ajax_Handler.php:1298 msgid "Unauthorized" msgstr "" -#: ../includes/Traits/Ajax_Handler.php:1404 +#: ../includes/Traits/Ajax_Handler.php:1408 msgid "Login | Register Settings updated" msgstr "" +#: ../includes/Traits/Ajax_Handler.php:1618 +msgid "WooCommerce is not active." +msgstr "" + +#: ../includes/Traits/Ajax_Handler.php:1627 +msgid "Invalid product." +msgstr "" + #: ../includes/Traits/Controls.php:60, ../includes/Traits/Controls.php:50, ../includes/Traits/Controls.php:40 msgid "Dynamic Content Settings" msgstr "" @@ -12645,40 +12667,40 @@ msgid "Style the message when no posts are found." msgstr "" -#: ../includes/Traits/Core.php:48 +#: ../includes/Traits/Core.php:49 msgid "Go Pro" msgstr "" -#: ../includes/Traits/Core.php:63 +#: ../includes/Traits/Core.php:64 msgid "Docs & FAQs" msgstr "" -#: ../includes/Traits/Core.php:66 +#: ../includes/Traits/Core.php:67 msgid "Video Tutorials" msgstr "" #. translators: %1$s and %2$s are the strong tags -#: ../includes/Traits/Core.php:113 +#: ../includes/Traits/Core.php:114 msgid "%1$sEssential Addons for Elementor%2$s requires %1$sElementor%2$s plugin to be installed and activated. Please install Elementor to continue." msgstr "" -#: ../includes/Traits/Core.php:114 +#: ../includes/Traits/Core.php:115 msgid "Install Elementor" msgstr "" -#: ../includes/Traits/Core.php:106 +#: ../includes/Traits/Core.php:107 msgid "%1$sEssential Addons for Elementor%2$s requires %1$sElementor%2$s plugin to be active. Please activate Elementor to continue." msgstr "" -#: ../includes/Traits/Core.php:108 +#: ../includes/Traits/Core.php:109 msgid "Activate Elementor" msgstr "" -#: ../includes/Traits/Core.php:136 +#: ../includes/Traits/Core.php:137 msgid "Want to help make <strong>Essential Addons for Elementor</strong> even more awesome? You can get a <strong>10% discount coupon</strong> for Pro upgrade if you allow." msgstr "" -#: ../includes/Traits/Core.php:137 +#: ../includes/Traits/Core.php:138 msgid "" "We collect non-sensitive diagnostic data and plugin usage information.\n" " Your site URL, WordPress & PHP version, plugins & themes and email address to send you the\n" @@ -12758,7 +12780,7 @@ msgid "Submit" msgstr "" -#: ../includes/Traits/Login_Registration.php:145, ../includes/Traits/Login_Registration.php:465, ../includes/Traits/Login_Registration.php:872 +#: ../includes/Traits/Login_Registration.php:145, ../includes/Traits/Login_Registration.php:465, ../includes/Traits/Login_Registration.php:873 msgid "You did not pass recaptcha challenge." msgstr "" @@ -12829,43 +12851,43 @@ msgid "Sorry, something went wrong. User could not be registered." msgstr "" -#: ../includes/Traits/Login_Registration.php:741 +#: ../includes/Traits/Login_Registration.php:742 msgid "Your registration completed successfully." msgstr "" -#: ../includes/Traits/Login_Registration.php:902, ../includes/Traits/Login_Registration.php:968 +#: ../includes/Traits/Login_Registration.php:903, ../includes/Traits/Login_Registration.php:969 msgid "There is no account with that username or email address." msgstr "" -#: ../includes/Traits/Login_Registration.php:1087, ../includes/Traits/Login_Registration.php:1083 +#: ../includes/Traits/Login_Registration.php:1088, ../includes/Traits/Login_Registration.php:1084 msgid "The password cannot be a space or all spaces." msgstr "" -#: ../includes/Traits/Login_Registration.php:1092 +#: ../includes/Traits/Login_Registration.php:1093 msgid "The password cannot be empty." msgstr "" -#: ../includes/Traits/Login_Registration.php:1097 +#: ../includes/Traits/Login_Registration.php:1098 msgid "The passwords do not match." msgstr "" -#: ../includes/Traits/Login_Registration.php:1107 +#: ../includes/Traits/Login_Registration.php:1108 msgid "Invalid user name found!" msgstr "" -#: ../includes/Traits/Login_Registration.php:1614 +#: ../includes/Traits/Login_Registration.php:1615 msgid "Logout" msgstr "" -#: ../includes/Traits/Login_Registration.php:1712 +#: ../includes/Traits/Login_Registration.php:1713 msgid "EA Login | Register Form" msgstr "" -#: ../includes/Traits/Login_Registration.php:1720 +#: ../includes/Traits/Login_Registration.php:1721 msgid "Please enter your phone number." msgstr "" -#: ../includes/Traits/Login_Registration.php:1748 +#: ../includes/Traits/Login_Registration.php:1749 msgid "Above, input the ID of the attachment." msgstr "" @@ -13283,11 +13305,11 @@ msgid "Compare Button" msgstr "" -#: ../includes/Traits/Woo_Product_Comparable.php:1997, ../includes/Traits/Woo_Product_Comparable.php:2242 +#: ../includes/Traits/Woo_Product_Comparable.php:1998, ../includes/Traits/Woo_Product_Comparable.php:2244 msgid "In stock" msgstr "" -#: ../includes/Traits/Woo_Product_Comparable.php:2143 +#: ../includes/Traits/Woo_Product_Comparable.php:2144 msgid "Product ID is missing" msgstr "" @@ -13295,7 +13317,7 @@ msgid "Layout 2" msgstr "" -#: ../includes/Template/Content/Product_Grid.php:94, ../includes/Template/Content/Product_Grid.php:49, ../includes/Template/Content/Woo_Product_List.php:104, ../includes/Template/Content/Woo_Product_List.php:61, ../includes/Template/Eicon-Woocommerce/default.php:49, ../includes/Template/Eicon-Woocommerce/list-preset-1.php:47, ../includes/Template/Eicon-Woocommerce/list-preset-2.php:47, ../includes/Template/Eicon-Woocommerce/list-preset-3.php:47, ../includes/Template/Eicon-Woocommerce/list-preset-4.php:47, ../includes/Template/Eicon-Woocommerce/overlay.php:47, ../includes/Template/Eicon-Woocommerce/preset-1.php:47, ../includes/Template/Eicon-Woocommerce/preset-2.php:47, ../includes/Template/Eicon-Woocommerce/preset-3.php:47, ../includes/Template/Eicon-Woocommerce/preset-4.php:47, ../includes/Template/Eicon-Woocommerce/preset-5.php:47, ../includes/Template/Eicon-Woocommerce/preset-6.php:47, ../includes/Template/Eicon-Woocommerce/preset-7.php:47, ../includes/Template/Eicon-Woocommerce/preset-8.php:47, ../includes/Template/Eicon-Woocommerce/reveal.php:47, ../includes/Template/Eicon-Woocommerce/simple.php:47 +#: ../includes/Template/Content/Product_Grid.php:94, ../includes/Template/Content/Product_Grid.php:49, ../includes/Template/Content/Woo_Product_List.php:104, ../includes/Template/Content/Woo_Product_List.php:61, ../includes/Template/Eicon-Woocommerce/default.php:50, ../includes/Template/Eicon-Woocommerce/list-preset-1.php:48, ../includes/Template/Eicon-Woocommerce/list-preset-2.php:48, ../includes/Template/Eicon-Woocommerce/list-preset-3.php:48, ../includes/Template/Eicon-Woocommerce/list-preset-4.php:48, ../includes/Template/Eicon-Woocommerce/overlay.php:48, ../includes/Template/Eicon-Woocommerce/preset-1.php:48, ../includes/Template/Eicon-Woocommerce/preset-2.php:48, ../includes/Template/Eicon-Woocommerce/preset-3.php:48, ../includes/Template/Eicon-Woocommerce/preset-4.php:48, ../includes/Template/Eicon-Woocommerce/preset-5.php:48, ../includes/Template/Eicon-Woocommerce/preset-6.php:48, ../includes/Template/Eicon-Woocommerce/preset-7.php:48, ../includes/Template/Eicon-Woocommerce/preset-8.php:48, ../includes/Template/Eicon-Woocommerce/reveal.php:48, ../includes/Template/Eicon-Woocommerce/simple.php:48 msgid "Sale!" msgstr "" @@ -13303,7 +13325,7 @@ msgid "Stock" msgstr "" -#: ../includes/Template/Eicon-Woocommerce/default.php:50, ../includes/Template/Eicon-Woocommerce/list-preset-1.php:48, ../includes/Template/Eicon-Woocommerce/list-preset-2.php:48, ../includes/Template/Eicon-Woocommerce/list-preset-3.php:48, ../includes/Template/Eicon-Woocommerce/list-preset-4.php:48, ../includes/Template/Eicon-Woocommerce/overlay.php:48, ../includes/Template/Eicon-Woocommerce/preset-1.php:48, ../includes/Template/Eicon-Woocommerce/preset-2.php:48, ../includes/Template/Eicon-Woocommerce/preset-3.php:48, ../includes/Template/Eicon-Woocommerce/preset-4.php:48, ../includes/Template/Eicon-Woocommerce/preset-5.php:48, ../includes/Template/Eicon-Woocommerce/preset-6.php:48, ../includes/Template/Eicon-Woocommerce/preset-7.php:48, ../includes/Template/Eicon-Woocommerce/preset-8.php:48, ../includes/Template/Eicon-Woocommerce/reveal.php:48, ../includes/Template/Eicon-Woocommerce/simple.php:48 +#: ../includes/Template/Eicon-Woocommerce/default.php:51, ../includes/Template/Eicon-Woocommerce/list-preset-1.php:49, ../includes/Template/Eicon-Woocommerce/list-preset-2.php:49, ../includes/Template/Eicon-Woocommerce/list-preset-3.php:49, ../includes/Template/Eicon-Woocommerce/list-preset-4.php:49, ../includes/Template/Eicon-Woocommerce/overlay.php:49, ../includes/Template/Eicon-Woocommerce/preset-1.php:49, ../includes/Template/Eicon-Woocommerce/preset-2.php:49, ../includes/Template/Eicon-Woocommerce/preset-3.php:49, ../includes/Template/Eicon-Woocommerce/preset-4.php:49, ../includes/Template/Eicon-Woocommerce/preset-5.php:49, ../includes/Template/Eicon-Woocommerce/preset-6.php:49, ../includes/Template/Eicon-Woocommerce/preset-7.php:49, ../includes/Template/Eicon-Woocommerce/preset-8.php:49, ../includes/Template/Eicon-Woocommerce/reveal.php:49, ../includes/Template/Eicon-Woocommerce/simple.php:49 msgid "Stock <br/> Out" msgstr "" @@ -13332,7 +13354,7 @@ msgstr "" #. translators: %s: Author's display name. -#: ../includes/Template/Post-Grid/default.php:49, ../includes/Template/Post-Grid/one.php:49, ../includes/Template/Post-Grid/three.php:49, ../includes/Template/Post-Grid/two.php:49 +#: ../includes/Template/Post-Grid/default.php:50, ../includes/Template/Post-Grid/one.php:50, ../includes/Template/Post-Grid/three.php:50, ../includes/Template/Post-Grid/two.php:50 msgid "Posts by %s" msgstr "" @@ -13361,62 +13383,62 @@ msgid "The order totals have been updated. Please confirm your order by pressing the \"Place order\" button at the bottom of the page." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:249 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:250 msgid "Invalid order." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:246, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:122 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:247, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:123 msgid "Sorry, this order is invalid and cannot be paid for." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:243, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:152 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:244, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:153 msgid "This order’s status is “%s”—it cannot be paid for. Please contact us if you need assistance." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:127 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:128 msgid "Please log in to your account below to continue to the payment form." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:140 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:141 msgid "You are paying for a guest order. Please continue with payment only if you recognize this order." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:146 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:147 msgid "This order cannot be paid for. Please contact us if you need assistance." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:181 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:182 msgid "Sorry, \"%s\" is no longer in stock so this order cannot be paid for. We apologize for any inconvenience caused." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:195 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:196 msgid "Sorry, we do not have enough \"%1$s\" in stock to fulfill your order (%2$s available). We apologize for any inconvenience caused." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:221 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:222 msgid "Pay for order" msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:330 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:332 msgid "Username or email" msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:343 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:345 msgid "Remember me" msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:350 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:352 msgid "Lost your password?" msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:579 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:581 msgid "You must be logged in to checkout." msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:625 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:627 msgid "Billing & Shipping" msgstr "" -#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:654 +#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:656 msgid "Create an account?" msgstr "" @@ -4,7 +4,7 @@ Requires at least: 5.0 Tested up to: 7.0 Requires PHP: 7.0 -Stable tag: 6.6.2 +Stable tag: 6.6.3 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -318,6 +318,22 @@ == Changelog == += 6.6.3 - 30/04/2026 = + +- Fixed: Certain pages are returning a 404 server error when EA is active +- Fixed: Elementor editor not loading when Essential Addons is enabled +- Fixed: EA Flip Box | WPML media translation not working for Flipbox images +- Fixed: EA Breadcrumb | WooCommerce products empty category breadcrumb display error +- Fixed: EA Event Calendar | Conflict with Contact Form 7 causing calendar filtering on form input +- Fixed: EA Woo Checkout | Uncaught TypeError causing checkout script failure on WooCommerce pages +- Fixed: EA Wrapper Link | Container wrapper links were not translated properly +- Fixed: EA Dual Color Heading | Multiple heading not working with WPML +- Improved: EA Woo Add to Cart | Added option to customize hover style for icon and border +- Improved: EA Woo Add to Cart | Products can now be added to cart without page reload +- Improved: Enhanced plugin compliance with WordPress Plugin Check (PCP) standards including performance, accessibility, and code quality improvements +- Improved: Improved overall security and stability across the plugin +- Few minor bug fixes & improvements + = 6.6.2 - 16/04/2026 = - Improved: Security Enhancement @@ -76,6 +76,9 @@ <field type="Dual Color Heading: Sub Text" editor_type="VISUAL">eael_dch_subtext</field> <field type="Wrapper Link" key_of="eael_wrapper_link" editor_type="LINE">url</field> </fields> + <fields-in-item items_of="eael_dch_multiple_titles"> + <field type="Dual Color Heading: Title" editor_type="LINE">eael_dch_title</field> + </fields-in-item> </widget> <widget name="eael-fancy-text"> <conditions> @@ -138,6 +141,8 @@ <field type="Flip Box: Back Content" editor_type="LINE">eael_flipbox_back_text</field> <field type="Flip Box: Button Text" editor_type="VISUAL">flipbox_button_text</field> <field type="Flip Box: Button Link" key_of="flipbox_link" editor_type="LINE">url</field> + <field type="Flip Box: Front Image" key_of="eael_flipbox_image" editor_type="MEDIA">id</field> + <field type="Flip Box: Back Image" key_of="eael_flipbox_image_back" editor_type="MEDIA">id</field> <field type="Wrapper Link" key_of="eael_wrapper_link" editor_type="LINE">url</field> </fields> </widget>
Exploit Outline
1. Authenticate with Author-level permissions or higher on the target WordPress site. 2. Create a new event using 'The Events Calendar' plugin (a dependency for the vulnerable widget configuration). 3. In the Event Title field, inject a malicious script payload such as `<script>alert(document.cookie)</script>` or `<img src=x onerror=alert(1)>`. 4. As an editor, place the 'EA Event Calendar' widget on any page using the Elementor editor and configure it to pull events from 'The Events Calendar'. 5. Publish the page. When a user visits the site and interacts with the calendar (specifically by clicking on the malicious event to trigger the popup), the injected script will execute in the context of their browser session.
Check if your site is affected.
Run a free security audit to detect vulnerable plugins, outdated versions, and misconfigurations.