Version Description
Download this release
Release Info
Developer | creativethemeshq |
Plugin | Blocksy Companion |
Version | 1.8.14 |
Comparing to | |
See all releases |
Code changes from version 1.8.13 to 1.8.14
- blocksy-companion.php +1 -1
- framework/extensions/cookies-consent/static/bundle/main.min.css +2 -2
- framework/extensions/cookies-consent/static/sass/main.scss +7 -4
- framework/extensions/newsletter-subscribe/static/bundle/main.min.css +1 -1
- framework/extensions/product-reviews/static/bundle/main-admin.min.css +1 -1
- framework/extensions/product-reviews/static/bundle/main.min.css +1 -1
- framework/extensions/trending/static/bundle/main.min.css +1 -1
- framework/extensions/widgets/static/bundle/main.min.css +1 -1
- framework/extensions/widgets/widgets/ct-about-me/view.php +2 -2
- framework/features/account-auth.php +9 -2
- framework/features/header.php +1 -7
- framework/features/header/modal/register.php +2 -2
- languages/blocksy-companion.pot +161 -120
- plugin.php +2 -1
- readme.txt +4 -1
- static/bundle/account-lazy.min.css +1 -1
- static/bundle/dashboard.min.css +1 -1
- static/bundle/options.min.css +1 -1
blocksy-companion.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Blocksy Companion
|
5 |
Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
|
6 |
-
Version: 1.8.
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blocksy-companion
|
3 |
/*
|
4 |
Plugin Name: Blocksy Companion
|
5 |
Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
|
6 |
+
Version: 1.8.14
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blocksy-companion
|
framework/extensions/cookies-consent/static/bundle/main.min.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
6 |
*/
|
7 |
|
8 |
-
.cookie-notification{position:fixed;left:
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
6 |
*/
|
7 |
|
8 |
+
.cookie-notification{position:fixed;left:var(--frame-size, 0px);bottom:var(--frame-size, 0px);z-index:999999;color:var(--color)}.cookie-notification a:hover{color:var(--colorHover)}@media (max-width: 479.98px){.cookie-notification>div{flex-direction:column}}@media (max-width: 689.98px){.cookie-notification{right:0}.cookie-notification>div{display:flex;align-items:center;padding-top:15px;padding-bottom:15px}}@media (max-width: 689.98px){.cookie-notification[data-type='type-1']{background:var(--backgroundColor)}}@media (min-width: 690px){.cookie-notification[data-type='type-1']{padding:0 25px 25px 25px}.cookie-notification[data-type='type-1'] .ct-cookies-content{margin-bottom:15px;max-width:90%}}.cookie-notification[data-type='type-1'] .container{position:relative}@media (max-width: 689.98px){.cookie-notification[data-type='type-1'] .container{width:88%;margin:0 auto}}@media (min-width: 690px){.cookie-notification[data-type='type-1'] .container{background:var(--backgroundColor);box-shadow:0px 5px 30px -5px rgba(34,56,101,0.15);padding:25px 40px 25px 25px;border-radius:3px;max-width:var(--maxWidth)}}.cookie-notification[data-type='type-2']{right:var(--frame-size, 0px);padding-right:var(--scrollbar-width, 0px);background:var(--backgroundColor)}@media (min-width: 690px){.cookie-notification[data-type='type-2']{padding-top:15px;padding-bottom:15px}.cookie-notification[data-type='type-2'] .ct-container{display:flex;align-items:center;justify-content:center}.cookie-notification[data-type='type-2'] .ct-accept{margin-left:25px}}.cookie-notification[data-type='type-2'] .ct-close{display:none}.cookie-notification .ct-cookies-content{line-height:1.4}.cookie-notification .ct-cookies-content>*:last-child{margin-bottom:0}.cookie-notification .ct-cookies-content a{text-decoration:underline;color:var(--colorHover)}@media (max-width: 479.98px){.cookie-notification .ct-cookies-content{text-align:center;margin-bottom:15px}}@media (max-width: 689.98px){.cookie-notification .ct-cookies-content{font-size:13px}}@media (min-width: 690px){.cookie-notification .ct-cookies-content{font-size:14px}}.cookie-notification .ct-accept{--buttonFontSize: 13px;--buttonMinHeight: 35px;--padding: 0 20px;--buttonShadow: none;--buttonTransform: none}@media (max-width: 479.98px){.cookie-notification .ct-accept{width:100%}}@media (min-width: 480px) and (max-width: 689.98px){.cookie-notification .ct-accept{margin-left:20px}}.cookie-notification .ct-close{display:flex;align-items:center;justify-content:center;width:45px;height:45px;position:absolute;top:0;right:0;opacity:0.5;color:inherit;cursor:pointer;background:transparent}.cookie-notification .ct-close:hover{opacity:1}@media (max-width: 689.98px){.cookie-notification .ct-close{display:none}}.cookie-notification.ct-fade-in-start,.cookie-notification.ct-fade-in-end,.cookie-notification.ct-fade-start,.cookie-notification.ct-fade-end{transition:all 0.3s ease}.cookie-notification.ct-fade-in-start{opacity:0;transform:translate3d(0, 15px, 0)}.cookie-notification.ct-fade-end{opacity:0;transform:translate3d(0, 15px, 0)}
|
framework/extensions/cookies-consent/static/sass/main.scss
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
.cookie-notification {
|
4 |
position: fixed;
|
5 |
-
left:
|
6 |
-
bottom:
|
7 |
z-index: 999999;
|
8 |
color: var(--color);
|
9 |
|
@@ -65,11 +65,14 @@
|
|
65 |
|
66 |
// type 2
|
67 |
&[data-type='type-2'] {
|
68 |
-
right:
|
|
|
69 |
background: var(--backgroundColor);
|
70 |
|
71 |
@include media-breakpoint-up (md) {
|
72 |
-
padding: 15px
|
|
|
|
|
73 |
|
74 |
.ct-container {
|
75 |
display: flex;
|
2 |
|
3 |
.cookie-notification {
|
4 |
position: fixed;
|
5 |
+
left: var(--frame-size, 0px);
|
6 |
+
bottom: var(--frame-size, 0px);
|
7 |
z-index: 999999;
|
8 |
color: var(--color);
|
9 |
|
65 |
|
66 |
// type 2
|
67 |
&[data-type='type-2'] {
|
68 |
+
right: var(--frame-size, 0px);
|
69 |
+
padding-right: var(--scrollbar-width, 0px);
|
70 |
background: var(--backgroundColor);
|
71 |
|
72 |
@include media-breakpoint-up (md) {
|
73 |
+
padding-top: 15px;
|
74 |
+
padding-bottom: 15px;
|
75 |
+
// padding: 15px 0;
|
76 |
|
77 |
.ct-container {
|
78 |
display: flex;
|
framework/extensions/newsletter-subscribe/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main-admin.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/trending/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/widgets/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/widgets/widgets/ct-about-me/view.php
CHANGED
@@ -85,7 +85,7 @@ echo $before_title . wp_kses_post( $title ) . $after_title;
|
|
85 |
?>
|
86 |
|
87 |
|
88 |
-
<
|
89 |
data-type="<?php echo esc_attr($about_type) ?>"
|
90 |
data-alignment="<?php echo esc_attr($alignment) ?>">
|
91 |
|
@@ -134,6 +134,6 @@ echo $before_title . wp_kses_post( $title ) . $after_title;
|
|
134 |
]
|
135 |
);
|
136 |
?>
|
137 |
-
</
|
138 |
|
139 |
<?php echo wp_kses_post($after_widget); ?>
|
85 |
?>
|
86 |
|
87 |
|
88 |
+
<div
|
89 |
data-type="<?php echo esc_attr($about_type) ?>"
|
90 |
data-alignment="<?php echo esc_attr($alignment) ?>">
|
91 |
|
134 |
]
|
135 |
);
|
136 |
?>
|
137 |
+
</div>
|
138 |
|
139 |
<?php echo wp_kses_post($after_widget); ?>
|
framework/features/account-auth.php
CHANGED
@@ -161,7 +161,7 @@ class AccountAuth {
|
|
161 |
exit;
|
162 |
}
|
163 |
|
164 |
-
if (
|
165 |
$validation_error = new \WP_Error();
|
166 |
$validation_error = apply_filters(
|
167 |
'woocommerce_process_registration_errors',
|
@@ -183,7 +183,7 @@ class AccountAuth {
|
|
183 |
if (! is_wp_error($errors)) {
|
184 |
$errors = new \WP_Error();
|
185 |
|
186 |
-
if (
|
187 |
$error_message = sprintf(
|
188 |
__(
|
189 |
'Your account was created successfully. Your login details have been sent to your email address. Please visit the <a href="%s">login page</a>.',
|
@@ -231,4 +231,11 @@ class AccountAuth {
|
|
231 |
|
232 |
wp_die();
|
233 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
}
|
161 |
exit;
|
162 |
}
|
163 |
|
164 |
+
if ($this->has_woo_register_flow()) {
|
165 |
$validation_error = new \WP_Error();
|
166 |
$validation_error = apply_filters(
|
167 |
'woocommerce_process_registration_errors',
|
183 |
if (! is_wp_error($errors)) {
|
184 |
$errors = new \WP_Error();
|
185 |
|
186 |
+
if ($this->has_woo_register_flow()) {
|
187 |
$error_message = sprintf(
|
188 |
__(
|
189 |
'Your account was created successfully. Your login details have been sent to your email address. Please visit the <a href="%s">login page</a>.',
|
231 |
|
232 |
wp_die();
|
233 |
}
|
234 |
+
|
235 |
+
public function has_woo_register_flow() {
|
236 |
+
return apply_filters(
|
237 |
+
'blocksy:account:register:has_woo_register',
|
238 |
+
function_exists('wc_create_new_customer')
|
239 |
+
);
|
240 |
+
}
|
241 |
}
|
framework/features/header.php
CHANGED
@@ -557,8 +557,6 @@ class HeaderAdditions {
|
|
557 |
public function retrieve_account_modal() {
|
558 |
remove_filter('lostpassword_url', 'wc_lostpassword_url', 10, 1);
|
559 |
|
560 |
-
$url = home_url();
|
561 |
-
|
562 |
$body = json_decode(file_get_contents('php://input'), true);
|
563 |
|
564 |
$header_id = null;
|
@@ -567,10 +565,6 @@ class HeaderAdditions {
|
|
567 |
$header_id = $_REQUEST['header_id'];
|
568 |
}
|
569 |
|
570 |
-
if ($body && isset($body['current_url'])) {
|
571 |
-
$url = $body['current_url'];
|
572 |
-
}
|
573 |
-
|
574 |
$render = new \Blocksy_Header_Builder_Render([
|
575 |
'current_section_id' => $header_id
|
576 |
]);
|
@@ -581,7 +575,7 @@ class HeaderAdditions {
|
|
581 |
['fn' => 'blocksy_render_view'],
|
582 |
dirname(__FILE__) . '/header/account-modal.php',
|
583 |
[
|
584 |
-
'current_url' =>
|
585 |
'header_id' => $header_id,
|
586 |
'atts' => $atts
|
587 |
]
|
557 |
public function retrieve_account_modal() {
|
558 |
remove_filter('lostpassword_url', 'wc_lostpassword_url', 10, 1);
|
559 |
|
|
|
|
|
560 |
$body = json_decode(file_get_contents('php://input'), true);
|
561 |
|
562 |
$header_id = null;
|
565 |
$header_id = $_REQUEST['header_id'];
|
566 |
}
|
567 |
|
|
|
|
|
|
|
|
|
568 |
$render = new \Blocksy_Header_Builder_Render([
|
569 |
'current_section_id' => $header_id
|
570 |
]);
|
575 |
['fn' => 'blocksy_render_view'],
|
576 |
dirname(__FILE__) . '/header/account-modal.php',
|
577 |
[
|
578 |
+
'current_url' => blocksy_current_url(),
|
579 |
'header_id' => $header_id,
|
580 |
'atts' => $atts
|
581 |
]
|
framework/features/header/modal/register.php
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
|
3 |
$has_username = true;
|
4 |
$has_password = false;
|
5 |
-
if (
|
6 |
$has_username = false;
|
7 |
}
|
8 |
-
if (
|
9 |
$has_password = true;
|
10 |
}
|
11 |
?>
|
2 |
|
3 |
$has_username = true;
|
4 |
$has_password = false;
|
5 |
+
if ( \Blocksy\Plugin::instance()->account_auth->has_woo_register_flow() && 'no' !== get_option( 'woocommerce_registration_generate_username' ) ) {
|
6 |
$has_username = false;
|
7 |
}
|
8 |
+
if ( \Blocksy\Plugin::instance()->account_auth->has_woo_register_flow() && 'no' === get_option( 'woocommerce_registration_generate_password' ) ) {
|
9 |
$has_password = true;
|
10 |
}
|
11 |
?>
|
languages/blocksy-companion.pot
CHANGED
@@ -129,72 +129,72 @@ msgid ""
|
|
129 |
"a wishlits page."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: framework/theme-integration.php:
|
133 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
134 |
#: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
135 |
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
136 |
msgid "Facebook"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: framework/theme-integration.php:
|
140 |
msgid "Twitter"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: framework/theme-integration.php:
|
144 |
msgid "LinkedIn"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: framework/theme-integration.php:
|
148 |
msgid "Dribbble"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: framework/theme-integration.php:
|
152 |
msgid "Instagram"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: framework/theme-integration.php:
|
156 |
msgid "Pinterest"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: framework/theme-integration.php:
|
160 |
msgid "WordPress"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: framework/theme-integration.php:
|
164 |
msgid "GitHub"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: framework/theme-integration.php:
|
168 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
|
169 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:81
|
170 |
msgid "Medium"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: framework/theme-integration.php:
|
174 |
msgid "YouTube"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: framework/theme-integration.php:
|
178 |
msgid "Vimeo"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: framework/theme-integration.php:
|
182 |
msgid "VKontakte"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: framework/theme-integration.php:
|
186 |
msgid "Odnoklassniki"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: framework/theme-integration.php:
|
190 |
msgid "TikTok"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: framework/theme-integration.php:
|
194 |
msgid "Companion"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: framework/theme-integration.php:
|
198 |
msgid "PRO"
|
199 |
msgstr ""
|
200 |
|
@@ -611,7 +611,7 @@ msgstr ""
|
|
611 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
612 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
613 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
614 |
-
#: framework/features/header/items/account/options.php:
|
615 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
616 |
#: framework/premium/features/content-blocks/options/popup.php:342,
|
617 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
@@ -629,7 +629,7 @@ msgstr ""
|
|
629 |
#: framework/premium/extensions/mega-menu/options.php:796,
|
630 |
#: framework/premium/extensions/shortcuts/customizer.php:773,
|
631 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
632 |
-
#: framework/features/header/items/account/options.php:
|
633 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
634 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
|
635 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
|
@@ -666,19 +666,19 @@ msgstr ""
|
|
666 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
667 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
668 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
669 |
-
#: framework/features/header/items/account/options.php:
|
670 |
-
#: framework/features/header/items/account/options.php:
|
671 |
-
#: framework/features/header/items/account/options.php:
|
672 |
-
#: framework/features/header/items/account/options.php:
|
673 |
-
#: framework/features/header/items/account/options.php:
|
674 |
-
#: framework/features/header/items/account/options.php:
|
675 |
-
#: framework/features/header/items/account/options.php:
|
676 |
-
#: framework/features/header/items/account/options.php:
|
677 |
-
#: framework/features/header/items/account/options.php:
|
678 |
-
#: framework/features/header/items/account/options.php:
|
679 |
-
#: framework/features/header/items/account/options.php:
|
680 |
-
#: framework/features/header/items/account/options.php:
|
681 |
-
#: framework/features/header/items/account/options.php:
|
682 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
|
683 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
684 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
@@ -735,16 +735,16 @@ msgstr ""
|
|
735 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
736 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
737 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
738 |
-
#: framework/features/header/items/account/options.php:
|
739 |
-
#: framework/features/header/items/account/options.php:
|
740 |
-
#: framework/features/header/items/account/options.php:
|
741 |
-
#: framework/features/header/items/account/options.php:
|
742 |
-
#: framework/features/header/items/account/options.php:
|
743 |
-
#: framework/features/header/items/account/options.php:
|
744 |
-
#: framework/features/header/items/account/options.php:
|
745 |
-
#: framework/features/header/items/account/options.php:
|
746 |
-
#: framework/features/header/items/account/options.php:
|
747 |
-
#: framework/features/header/items/account/options.php:
|
748 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
|
749 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
|
750 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
|
@@ -774,7 +774,7 @@ msgstr ""
|
|
774 |
#: framework/extensions/cookies-consent/customizer.php:154,
|
775 |
#: framework/premium/extensions/mega-menu/options.php:816,
|
776 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
777 |
-
#: framework/features/header/items/account/options.php:
|
778 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
779 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
780 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
@@ -1025,7 +1025,7 @@ msgstr ""
|
|
1025 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
1026 |
#: framework/features/header/items/account/options.php:246,
|
1027 |
#: framework/features/header/items/account/options.php:452,
|
1028 |
-
#: framework/features/header/items/account/options.php:
|
1029 |
#: framework/premium/features/content-blocks/options/404.php:152,
|
1030 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
1031 |
#: framework/premium/features/content-blocks/options/hook.php:337,
|
@@ -1056,7 +1056,7 @@ msgstr ""
|
|
1056 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
|
1057 |
#: framework/features/header/items/account/options.php:247,
|
1058 |
#: framework/features/header/items/account/options.php:453,
|
1059 |
-
#: framework/features/header/items/account/options.php:
|
1060 |
#: framework/premium/features/content-blocks/options/404.php:153,
|
1061 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
1062 |
#: framework/premium/features/content-blocks/options/hook.php:338,
|
@@ -1077,7 +1077,7 @@ msgid "Description Color"
|
|
1077 |
msgstr ""
|
1078 |
|
1079 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
1080 |
-
#: framework/features/header/items/account/options.php:
|
1081 |
#: framework/premium/features/premium-header/items/search-input/options.php:184,
|
1082 |
#: framework/premium/features/premium-header/items/search-input/options.php:213,
|
1083 |
#: framework/premium/features/premium-header/items/search-input/options.php:245,
|
@@ -1088,9 +1088,9 @@ msgstr ""
|
|
1088 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
1089 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
1090 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
1091 |
-
#: framework/features/header/items/account/options.php:
|
1092 |
-
#: framework/features/header/items/account/options.php:
|
1093 |
-
#: framework/features/header/items/account/options.php:
|
1094 |
#: framework/premium/features/premium-header/items/search-input/options.php:237,
|
1095 |
#: framework/premium/features/premium-header/items/search-input/options.php:268,
|
1096 |
#: framework/premium/features/premium-header/items/search-input/options.php:298,
|
@@ -1107,7 +1107,7 @@ msgid "Focus"
|
|
1107 |
msgstr ""
|
1108 |
|
1109 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
1110 |
-
#: framework/features/header/items/account/options.php:
|
1111 |
#: framework/premium/features/premium-header/items/search-input/options.php:444,
|
1112 |
#: framework/premium/features/premium-header/items/search-input/options.php:473,
|
1113 |
#: framework/premium/features/premium-header/items/search-input/options.php:505,
|
@@ -1116,7 +1116,7 @@ msgid "Input Border Color"
|
|
1116 |
msgstr ""
|
1117 |
|
1118 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
1119 |
-
#: framework/features/header/items/account/options.php:
|
1120 |
#: framework/premium/features/premium-header/items/search-input/options.php:580,
|
1121 |
#: framework/premium/features/premium-header/items/search-input/options.php:608,
|
1122 |
#: framework/premium/features/premium-header/items/search-input/options.php:638,
|
@@ -1591,9 +1591,13 @@ msgid ""
|
|
1591 |
"Posts are the choices available."
|
1592 |
msgstr ""
|
1593 |
|
|
|
|
|
|
|
|
|
1594 |
#: framework/features/header/account-modal.php:49,
|
1595 |
#: framework/features/header/items/account/options.php:498,
|
1596 |
-
#: framework/features/header/items/account/views/logout.php:
|
1597 |
msgid "Login"
|
1598 |
msgstr ""
|
1599 |
|
@@ -1669,32 +1673,32 @@ msgstr ""
|
|
1669 |
msgid "Display Conditions"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: framework/premium/features/content-blocks.php:
|
1673 |
msgid "Hooks Locations"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: framework/premium/features/content-blocks.php:
|
1677 |
#: framework/premium/extensions/shortcuts/customizer.php:517
|
1678 |
msgid "Type"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: framework/premium/features/content-blocks.php:
|
1682 |
msgid "Location/Trigger"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: framework/premium/features/content-blocks.php:
|
1686 |
msgid "Conditions"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: framework/premium/features/content-blocks.php:
|
1690 |
msgid "Output"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: framework/premium/features/content-blocks.php:
|
1694 |
msgid "Enable/Disable"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: framework/premium/features/content-blocks.php:
|
1698 |
#: framework/premium/extensions/shortcuts/customizer.php:705,
|
1699 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
|
1700 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:94,
|
@@ -1708,87 +1712,91 @@ msgstr ""
|
|
1708 |
msgid "None"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: framework/premium/features/content-blocks.php:
|
1712 |
#: framework/premium/features/content-blocks/options/popup.php:163
|
1713 |
msgid "On scroll"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: framework/premium/features/content-blocks.php:
|
1717 |
#: framework/premium/features/content-blocks/options/popup.php:164
|
1718 |
msgid "On scroll to element"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: framework/premium/features/content-blocks.php:
|
1722 |
#: framework/premium/features/content-blocks/options/popup.php:165
|
1723 |
msgid "On page load"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: framework/premium/features/content-blocks.php:
|
1727 |
#: framework/premium/features/content-blocks/options/popup.php:166
|
1728 |
msgid "After inactivity"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: framework/premium/features/content-blocks.php:
|
1732 |
#: framework/premium/features/content-blocks/options/popup.php:167
|
1733 |
msgid "After x time"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: framework/premium/features/content-blocks.php:
|
1737 |
#: framework/premium/features/content-blocks/options/popup.php:168
|
1738 |
msgid "On page exit intent"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: framework/premium/features/content-blocks.php:
|
1742 |
msgid "Down"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: framework/premium/features/content-blocks.php:
|
1746 |
msgid "Up"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: framework/premium/features/content-blocks.php:
|
1750 |
-
#: framework/premium/features/content-blocks.php:
|
1751 |
msgid "Content Blocks"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: framework/premium/features/content-blocks.php:
|
1755 |
#: framework/premium/extensions/mega-menu/options.php:333
|
1756 |
msgid "Content Block"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: framework/premium/features/content-blocks.php:
|
1760 |
msgid "Add New"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: framework/premium/features/content-blocks.php:
|
1764 |
msgid "Add New Content Block"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: framework/premium/features/content-blocks.php:
|
1768 |
msgid "Edit Content Block"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: framework/premium/features/content-blocks.php:
|
1772 |
#: framework/premium/static/js/hooks/CreateHook.js:32
|
1773 |
msgid "New Content Block"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: framework/premium/features/content-blocks.php:
|
1777 |
msgid "View Content Block"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: framework/premium/features/content-blocks.php:
|
1781 |
msgid "Search Content Blocks"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: framework/premium/features/content-blocks.php:
|
1785 |
msgid "Nothing found"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: framework/premium/features/content-blocks.php:
|
1789 |
msgid "Nothing found in Trash"
|
1790 |
msgstr ""
|
1791 |
|
|
|
|
|
|
|
|
|
1792 |
#: framework/premium/features/media-meta-fields.php:29
|
1793 |
msgid "Attachment Video"
|
1794 |
msgstr ""
|
@@ -2137,7 +2145,7 @@ msgstr ""
|
|
2137 |
#: framework/premium/extensions/mega-menu/options.php:534,
|
2138 |
#: framework/premium/extensions/shortcuts/customizer.php:862,
|
2139 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
2140 |
-
#: framework/features/header/items/account/options.php:
|
2141 |
msgid "Background"
|
2142 |
msgstr ""
|
2143 |
|
@@ -2202,11 +2210,11 @@ msgstr ""
|
|
2202 |
|
2203 |
#: framework/premium/extensions/mega-menu/options.php:742,
|
2204 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
|
2205 |
-
#: framework/features/header/items/account/options.php:
|
2206 |
-
#: framework/features/header/items/account/options.php:
|
2207 |
-
#: framework/features/header/items/account/options.php:
|
2208 |
-
#: framework/features/header/items/account/options.php:
|
2209 |
-
#: framework/features/header/items/account/options.php:
|
2210 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
2211 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
2212 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
@@ -2341,6 +2349,7 @@ msgstr ""
|
|
2341 |
#: framework/premium/extensions/woocommerce-extra/readme.php:70,
|
2342 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
2343 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
|
|
|
2344 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
|
2345 |
msgid "Wishlist"
|
2346 |
msgstr ""
|
@@ -2519,31 +2528,35 @@ msgstr ""
|
|
2519 |
msgid "Number of Columns"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2523 |
msgid "Available Filters"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
|
|
|
|
|
|
|
|
2527 |
msgid "Quick view title before"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2531 |
msgid "Quick view title after"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2535 |
msgid "Quick view price before"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2539 |
msgid "Quick view price after"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2543 |
msgid "Quick view summary before"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2547 |
msgid "Quick view summary after"
|
2548 |
msgstr ""
|
2549 |
|
@@ -2570,10 +2583,22 @@ msgstr ""
|
|
2570 |
msgid "Floating Cart Visibility"
|
2571 |
msgstr ""
|
2572 |
|
|
|
|
|
|
|
|
|
2573 |
#: framework/premium/extensions/woocommerce-extra/helpers.php:102
|
2574 |
msgid "Go to product page"
|
2575 |
msgstr ""
|
2576 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2577 |
#: framework/premium/extensions/woocommerce-extra/helpers.php:322
|
2578 |
msgid "Filter"
|
2579 |
msgstr ""
|
@@ -2661,22 +2686,22 @@ msgid "Panel Shadow"
|
|
2661 |
msgstr ""
|
2662 |
|
2663 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
2664 |
-
#: framework/features/header/items/account/options.php:
|
2665 |
msgid "Close Button Type"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
2669 |
-
#: framework/features/header/items/account/options.php:
|
2670 |
msgid "Simple"
|
2671 |
msgstr ""
|
2672 |
|
2673 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
2674 |
-
#: framework/features/header/items/account/options.php:
|
2675 |
msgid "Border"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
2679 |
-
#: framework/features/header/items/account/options.php:
|
2680 |
msgid "Border Color"
|
2681 |
msgstr ""
|
2682 |
|
@@ -3807,28 +3832,28 @@ msgstr ""
|
|
3807 |
msgid "User Visibility"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
-
#: framework/features/header/items/account/options.php:
|
3811 |
msgid "Logged In"
|
3812 |
msgstr ""
|
3813 |
|
3814 |
-
#: framework/features/header/items/account/options.php:
|
3815 |
msgid "Logged Out"
|
3816 |
msgstr ""
|
3817 |
|
3818 |
-
#: framework/features/header/items/account/options.php:
|
3819 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
|
3820 |
msgid "Label Font"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: framework/features/header/items/account/options.php:
|
3824 |
-
#: framework/features/header/items/account/options.php:
|
3825 |
-
#: framework/features/header/items/account/options.php:
|
3826 |
-
#: framework/features/header/items/account/options.php:
|
3827 |
msgid "Label Color"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
-
#: framework/features/header/items/account/options.php:
|
3831 |
-
#: framework/features/header/items/account/options.php:
|
3832 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
3833 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
|
3834 |
#: framework/premium/features/premium-header/items/contacts/options.php:361,
|
@@ -3843,8 +3868,8 @@ msgstr ""
|
|
3843 |
msgid "Default State"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
-
#: framework/features/header/items/account/options.php:
|
3847 |
-
#: framework/features/header/items/account/options.php:
|
3848 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
|
3849 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
|
3850 |
#: framework/premium/features/premium-header/items/contacts/options.php:366,
|
@@ -3859,8 +3884,8 @@ msgstr ""
|
|
3859 |
msgid "Transparent State"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: framework/features/header/items/account/options.php:
|
3863 |
-
#: framework/features/header/items/account/options.php:
|
3864 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
|
3865 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
|
3866 |
#: framework/premium/features/premium-header/items/contacts/options.php:375,
|
@@ -3875,27 +3900,27 @@ msgstr ""
|
|
3875 |
msgid "Sticky State"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
-
#: framework/features/header/items/account/options.php:
|
3879 |
msgid "Item Margin"
|
3880 |
msgstr ""
|
3881 |
|
3882 |
-
#: framework/features/header/items/account/options.php:
|
3883 |
msgid "Modal Options"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: framework/features/header/items/account/options.php:
|
3887 |
msgid "Modal Background"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
-
#: framework/features/header/items/account/options.php:
|
3891 |
msgid "Modal Backdrop"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: framework/features/header/items/account/options.php:
|
3895 |
msgid "Modal Shadow"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
-
#: framework/features/header/items/account/options.php:
|
3899 |
msgid "Element Visibility"
|
3900 |
msgstr ""
|
3901 |
|
@@ -3969,8 +3994,15 @@ msgstr ""
|
|
3969 |
msgid "Wish List"
|
3970 |
msgstr ""
|
3971 |
|
3972 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:
|
3973 |
-
#: framework/premium/extensions/woocommerce-extra/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3974 |
msgid "Add to wishlist"
|
3975 |
msgstr ""
|
3976 |
|
@@ -4393,8 +4425,8 @@ msgid "Label Font Color"
|
|
4393 |
msgstr ""
|
4394 |
|
4395 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
|
4396 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:
|
4397 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:
|
4398 |
msgid "Wishlist header icon"
|
4399 |
msgstr ""
|
4400 |
|
@@ -4733,6 +4765,7 @@ msgid "Regular"
|
|
4733 |
msgstr ""
|
4734 |
|
4735 |
#: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
|
|
|
4736 |
msgid "Italic"
|
4737 |
msgstr ""
|
4738 |
|
@@ -5207,23 +5240,31 @@ msgstr ""
|
|
5207 |
msgid "Select location"
|
5208 |
msgstr ""
|
5209 |
|
5210 |
-
#: framework/premium/static/js/typography/providers/kadence.js:
|
5211 |
#: framework/premium/static/js/typography/providers/plus-addons.js:19
|
5212 |
#: framework/premium/static/js/typography/providers/stackable.js:19
|
5213 |
msgid "%s Local Google Fonts"
|
5214 |
msgstr ""
|
5215 |
|
5216 |
-
#: framework/premium/static/js/typography/providers/kadence.js:
|
5217 |
#: framework/premium/static/js/typography/providers/plus-addons.js:24
|
5218 |
#: framework/premium/static/js/typography/providers/stackable.js:23
|
5219 |
msgid "%s Typekit"
|
5220 |
msgstr ""
|
5221 |
|
5222 |
-
#: framework/premium/static/js/typography/providers/kadence.js:
|
5223 |
#: framework/premium/static/js/typography/providers/stackable.js:27
|
5224 |
msgid "%s Custom Fonts"
|
5225 |
msgstr ""
|
5226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5227 |
#: framework/premium/static/js/typography/providers/plus-addons.js:28
|
5228 |
msgid "%s Custom"
|
5229 |
msgstr ""
|
129 |
"a wishlits page."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: framework/theme-integration.php:293,
|
133 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
134 |
#: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
135 |
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
136 |
msgid "Facebook"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: framework/theme-integration.php:294
|
140 |
msgid "Twitter"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: framework/theme-integration.php:295
|
144 |
msgid "LinkedIn"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: framework/theme-integration.php:296
|
148 |
msgid "Dribbble"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: framework/theme-integration.php:297
|
152 |
msgid "Instagram"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: framework/theme-integration.php:298
|
156 |
msgid "Pinterest"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: framework/theme-integration.php:299
|
160 |
msgid "WordPress"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: framework/theme-integration.php:300
|
164 |
msgid "GitHub"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: framework/theme-integration.php:301,
|
168 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
|
169 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:81
|
170 |
msgid "Medium"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: framework/theme-integration.php:302
|
174 |
msgid "YouTube"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: framework/theme-integration.php:303
|
178 |
msgid "Vimeo"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: framework/theme-integration.php:304
|
182 |
msgid "VKontakte"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: framework/theme-integration.php:305
|
186 |
msgid "Odnoklassniki"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: framework/theme-integration.php:306
|
190 |
msgid "TikTok"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: framework/theme-integration.php:378
|
194 |
msgid "Companion"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: framework/theme-integration.php:394 static/js/screens/SiteExport.js:106
|
198 |
msgid "PRO"
|
199 |
msgstr ""
|
200 |
|
611 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
612 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
613 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
614 |
+
#: framework/features/header/items/account/options.php:531,
|
615 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
616 |
#: framework/premium/features/content-blocks/options/popup.php:342,
|
617 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
629 |
#: framework/premium/extensions/mega-menu/options.php:796,
|
630 |
#: framework/premium/extensions/shortcuts/customizer.php:773,
|
631 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
632 |
+
#: framework/features/header/items/account/options.php:842,
|
633 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
634 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
|
635 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
|
666 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
667 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
668 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
669 |
+
#: framework/features/header/items/account/options.php:595,
|
670 |
+
#: framework/features/header/items/account/options.php:627,
|
671 |
+
#: framework/features/header/items/account/options.php:657,
|
672 |
+
#: framework/features/header/items/account/options.php:739,
|
673 |
+
#: framework/features/header/items/account/options.php:770,
|
674 |
+
#: framework/features/header/items/account/options.php:799,
|
675 |
+
#: framework/features/header/items/account/options.php:860,
|
676 |
+
#: framework/features/header/items/account/options.php:890,
|
677 |
+
#: framework/features/header/items/account/options.php:920,
|
678 |
+
#: framework/features/header/items/account/options.php:956,
|
679 |
+
#: framework/features/header/items/account/options.php:1056,
|
680 |
+
#: framework/features/header/items/account/options.php:1092,
|
681 |
+
#: framework/features/header/items/account/options.php:1131,
|
682 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
|
683 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
684 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
735 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
736 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
737 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
738 |
+
#: framework/features/header/items/account/options.php:601,
|
739 |
+
#: framework/features/header/items/account/options.php:632,
|
740 |
+
#: framework/features/header/items/account/options.php:662,
|
741 |
+
#: framework/features/header/items/account/options.php:745,
|
742 |
+
#: framework/features/header/items/account/options.php:775,
|
743 |
+
#: framework/features/header/items/account/options.php:804,
|
744 |
+
#: framework/features/header/items/account/options.php:866,
|
745 |
+
#: framework/features/header/items/account/options.php:1062,
|
746 |
+
#: framework/features/header/items/account/options.php:1098,
|
747 |
+
#: framework/features/header/items/account/options.php:1137,
|
748 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
|
749 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
|
750 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
|
774 |
#: framework/extensions/cookies-consent/customizer.php:154,
|
775 |
#: framework/premium/extensions/mega-menu/options.php:816,
|
776 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
777 |
+
#: framework/features/header/items/account/options.php:1114,
|
778 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
779 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
780 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
1025 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
1026 |
#: framework/features/header/items/account/options.php:246,
|
1027 |
#: framework/features/header/items/account/options.php:452,
|
1028 |
+
#: framework/features/header/items/account/options.php:1179,
|
1029 |
#: framework/premium/features/content-blocks/options/404.php:152,
|
1030 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
1031 |
#: framework/premium/features/content-blocks/options/hook.php:337,
|
1056 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
|
1057 |
#: framework/features/header/items/account/options.php:247,
|
1058 |
#: framework/features/header/items/account/options.php:453,
|
1059 |
+
#: framework/features/header/items/account/options.php:1180,
|
1060 |
#: framework/premium/features/content-blocks/options/404.php:153,
|
1061 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
1062 |
#: framework/premium/features/content-blocks/options/hook.php:338,
|
1077 |
msgstr ""
|
1078 |
|
1079 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
1080 |
+
#: framework/features/header/items/account/options.php:874,
|
1081 |
#: framework/premium/features/premium-header/items/search-input/options.php:184,
|
1082 |
#: framework/premium/features/premium-header/items/search-input/options.php:213,
|
1083 |
#: framework/premium/features/premium-header/items/search-input/options.php:245,
|
1088 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
1089 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
1090 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
1091 |
+
#: framework/features/header/items/account/options.php:896,
|
1092 |
+
#: framework/features/header/items/account/options.php:926,
|
1093 |
+
#: framework/features/header/items/account/options.php:962,
|
1094 |
#: framework/premium/features/premium-header/items/search-input/options.php:237,
|
1095 |
#: framework/premium/features/premium-header/items/search-input/options.php:268,
|
1096 |
#: framework/premium/features/premium-header/items/search-input/options.php:298,
|
1107 |
msgstr ""
|
1108 |
|
1109 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
1110 |
+
#: framework/features/header/items/account/options.php:904,
|
1111 |
#: framework/premium/features/premium-header/items/search-input/options.php:444,
|
1112 |
#: framework/premium/features/premium-header/items/search-input/options.php:473,
|
1113 |
#: framework/premium/features/premium-header/items/search-input/options.php:505,
|
1116 |
msgstr ""
|
1117 |
|
1118 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
1119 |
+
#: framework/features/header/items/account/options.php:940,
|
1120 |
#: framework/premium/features/premium-header/items/search-input/options.php:580,
|
1121 |
#: framework/premium/features/premium-header/items/search-input/options.php:608,
|
1122 |
#: framework/premium/features/premium-header/items/search-input/options.php:638,
|
1591 |
"Posts are the choices available."
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: framework/features/header/account-modal.php:37
|
1595 |
+
msgid "Close account modal"
|
1596 |
+
msgstr ""
|
1597 |
+
|
1598 |
#: framework/features/header/account-modal.php:49,
|
1599 |
#: framework/features/header/items/account/options.php:498,
|
1600 |
+
#: framework/features/header/items/account/views/logout.php:7
|
1601 |
msgid "Login"
|
1602 |
msgstr ""
|
1603 |
|
1673 |
msgid "Display Conditions"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: framework/premium/features/content-blocks.php:43
|
1677 |
msgid "Hooks Locations"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: framework/premium/features/content-blocks.php:208,
|
1681 |
#: framework/premium/extensions/shortcuts/customizer.php:517
|
1682 |
msgid "Type"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: framework/premium/features/content-blocks.php:209
|
1686 |
msgid "Location/Trigger"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: framework/premium/features/content-blocks.php:210
|
1690 |
msgid "Conditions"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: framework/premium/features/content-blocks.php:211
|
1694 |
msgid "Output"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: framework/premium/features/content-blocks.php:212
|
1698 |
msgid "Enable/Disable"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: framework/premium/features/content-blocks.php:232,
|
1702 |
#: framework/premium/extensions/shortcuts/customizer.php:705,
|
1703 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
|
1704 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:94,
|
1712 |
msgid "None"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: framework/premium/features/content-blocks.php:233,
|
1716 |
#: framework/premium/features/content-blocks/options/popup.php:163
|
1717 |
msgid "On scroll"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: framework/premium/features/content-blocks.php:234,
|
1721 |
#: framework/premium/features/content-blocks/options/popup.php:164
|
1722 |
msgid "On scroll to element"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: framework/premium/features/content-blocks.php:235,
|
1726 |
#: framework/premium/features/content-blocks/options/popup.php:165
|
1727 |
msgid "On page load"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: framework/premium/features/content-blocks.php:236,
|
1731 |
#: framework/premium/features/content-blocks/options/popup.php:166
|
1732 |
msgid "After inactivity"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: framework/premium/features/content-blocks.php:237,
|
1736 |
#: framework/premium/features/content-blocks/options/popup.php:167
|
1737 |
msgid "After x time"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: framework/premium/features/content-blocks.php:238,
|
1741 |
#: framework/premium/features/content-blocks/options/popup.php:168
|
1742 |
msgid "On page exit intent"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: framework/premium/features/content-blocks.php:242
|
1746 |
msgid "Down"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: framework/premium/features/content-blocks.php:243
|
1750 |
msgid "Up"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: framework/premium/features/content-blocks.php:620,
|
1754 |
+
#: framework/premium/features/content-blocks.php:626
|
1755 |
msgid "Content Blocks"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: framework/premium/features/content-blocks.php:621,
|
1759 |
#: framework/premium/extensions/mega-menu/options.php:333
|
1760 |
msgid "Content Block"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: framework/premium/features/content-blocks.php:622
|
1764 |
msgid "Add New"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: framework/premium/features/content-blocks.php:623
|
1768 |
msgid "Add New Content Block"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: framework/premium/features/content-blocks.php:624
|
1772 |
msgid "Edit Content Block"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: framework/premium/features/content-blocks.php:625
|
1776 |
#: framework/premium/static/js/hooks/CreateHook.js:32
|
1777 |
msgid "New Content Block"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: framework/premium/features/content-blocks.php:627
|
1781 |
msgid "View Content Block"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: framework/premium/features/content-blocks.php:628
|
1785 |
msgid "Search Content Blocks"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: framework/premium/features/content-blocks.php:629
|
1789 |
msgid "Nothing found"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: framework/premium/features/content-blocks.php:630
|
1793 |
msgid "Nothing found in Trash"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: framework/premium/features/content-blocks.php:925
|
1797 |
+
msgid "Close popup"
|
1798 |
+
msgstr ""
|
1799 |
+
|
1800 |
#: framework/premium/features/media-meta-fields.php:29
|
1801 |
msgid "Attachment Video"
|
1802 |
msgstr ""
|
2145 |
#: framework/premium/extensions/mega-menu/options.php:534,
|
2146 |
#: framework/premium/extensions/shortcuts/customizer.php:862,
|
2147 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
2148 |
+
#: framework/features/header/items/account/options.php:1033
|
2149 |
msgid "Background"
|
2150 |
msgstr ""
|
2151 |
|
2210 |
|
2211 |
#: framework/premium/extensions/mega-menu/options.php:742,
|
2212 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
|
2213 |
+
#: framework/features/header/items/account/options.php:694,
|
2214 |
+
#: framework/features/header/items/account/options.php:722,
|
2215 |
+
#: framework/features/header/items/account/options.php:753,
|
2216 |
+
#: framework/features/header/items/account/options.php:782,
|
2217 |
+
#: framework/features/header/items/account/options.php:1039,
|
2218 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
2219 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
2220 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
2349 |
#: framework/premium/extensions/woocommerce-extra/readme.php:70,
|
2350 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
2351 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
|
2352 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
|
2353 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
|
2354 |
msgid "Wishlist"
|
2355 |
msgstr ""
|
2528 |
msgid "Number of Columns"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:635
|
2532 |
msgid "Available Filters"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:636
|
2536 |
+
msgid "Close filters modal"
|
2537 |
+
msgstr ""
|
2538 |
+
|
2539 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:713
|
2540 |
msgid "Quick view title before"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:718
|
2544 |
msgid "Quick view title after"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:723
|
2548 |
msgid "Quick view price before"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:728
|
2552 |
msgid "Quick view price after"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:733
|
2556 |
msgid "Quick view summary before"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:738
|
2560 |
msgid "Quick view summary after"
|
2561 |
msgstr ""
|
2562 |
|
2583 |
msgid "Floating Cart Visibility"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:75
|
2587 |
+
msgid "Close quick view"
|
2588 |
+
msgstr ""
|
2589 |
+
|
2590 |
#: framework/premium/extensions/woocommerce-extra/helpers.php:102
|
2591 |
msgid "Go to product page"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:148
|
2595 |
+
msgid "Quick view toggle"
|
2596 |
+
msgstr ""
|
2597 |
+
|
2598 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:148
|
2599 |
+
msgid "Quick view icon"
|
2600 |
+
msgstr ""
|
2601 |
+
|
2602 |
#: framework/premium/extensions/woocommerce-extra/helpers.php:322
|
2603 |
msgid "Filter"
|
2604 |
msgstr ""
|
2686 |
msgstr ""
|
2687 |
|
2688 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
2689 |
+
#: framework/features/header/items/account/options.php:1022
|
2690 |
msgid "Close Button Type"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
2694 |
+
#: framework/features/header/items/account/options.php:1031
|
2695 |
msgid "Simple"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
2699 |
+
#: framework/features/header/items/account/options.php:1032
|
2700 |
msgid "Border"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
2704 |
+
#: framework/features/header/items/account/options.php:1075
|
2705 |
msgid "Border Color"
|
2706 |
msgstr ""
|
2707 |
|
3832 |
msgid "User Visibility"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: framework/features/header/items/account/options.php:519
|
3836 |
msgid "Logged In"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: framework/features/header/items/account/options.php:520
|
3840 |
msgid "Logged Out"
|
3841 |
msgstr ""
|
3842 |
|
3843 |
+
#: framework/features/header/items/account/options.php:537,
|
3844 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
|
3845 |
msgid "Label Font"
|
3846 |
msgstr ""
|
3847 |
|
3848 |
+
#: framework/features/header/items/account/options.php:548,
|
3849 |
+
#: framework/features/header/items/account/options.php:577,
|
3850 |
+
#: framework/features/header/items/account/options.php:609,
|
3851 |
+
#: framework/features/header/items/account/options.php:639
|
3852 |
msgid "Label Color"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
+
#: framework/features/header/items/account/options.php:553,
|
3856 |
+
#: framework/features/header/items/account/options.php:699,
|
3857 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
3858 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
|
3859 |
#: framework/premium/features/premium-header/items/contacts/options.php:361,
|
3868 |
msgid "Default State"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
+
#: framework/features/header/items/account/options.php:558,
|
3872 |
+
#: framework/features/header/items/account/options.php:704,
|
3873 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
|
3874 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
|
3875 |
#: framework/premium/features/premium-header/items/contacts/options.php:366,
|
3884 |
msgid "Transparent State"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
+
#: framework/features/header/items/account/options.php:567,
|
3888 |
+
#: framework/features/header/items/account/options.php:713,
|
3889 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
|
3890 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
|
3891 |
#: framework/premium/features/premium-header/items/contacts/options.php:375,
|
3900 |
msgid "Sticky State"
|
3901 |
msgstr ""
|
3902 |
|
3903 |
+
#: framework/features/header/items/account/options.php:819
|
3904 |
msgid "Item Margin"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
+
#: framework/features/header/items/account/options.php:838
|
3908 |
msgid "Modal Options"
|
3909 |
msgstr ""
|
3910 |
|
3911 |
+
#: framework/features/header/items/account/options.php:973
|
3912 |
msgid "Modal Background"
|
3913 |
msgstr ""
|
3914 |
|
3915 |
+
#: framework/features/header/items/account/options.php:988
|
3916 |
msgid "Modal Backdrop"
|
3917 |
msgstr ""
|
3918 |
|
3919 |
+
#: framework/features/header/items/account/options.php:1003
|
3920 |
msgid "Modal Shadow"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
+
#: framework/features/header/items/account/options.php:1168
|
3924 |
msgid "Element Visibility"
|
3925 |
msgstr ""
|
3926 |
|
3994 |
msgid "Wish List"
|
3995 |
msgstr ""
|
3996 |
|
3997 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:36,
|
3998 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
|
3999 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:23,
|
4000 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:25
|
4001 |
+
msgid "Wishlist icon"
|
4002 |
+
msgstr ""
|
4003 |
+
|
4004 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:43,
|
4005 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:51
|
4006 |
msgid "Add to wishlist"
|
4007 |
msgstr ""
|
4008 |
|
4425 |
msgstr ""
|
4426 |
|
4427 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
|
4428 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:23,
|
4429 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:25
|
4430 |
msgid "Wishlist header icon"
|
4431 |
msgstr ""
|
4432 |
|
4765 |
msgstr ""
|
4766 |
|
4767 |
#: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
|
4768 |
+
#: framework/premium/static/js/typography/providers/kadence.js:66
|
4769 |
msgid "Italic"
|
4770 |
msgstr ""
|
4771 |
|
5240 |
msgid "Select location"
|
5241 |
msgstr ""
|
5242 |
|
5243 |
+
#: framework/premium/static/js/typography/providers/kadence.js:17
|
5244 |
#: framework/premium/static/js/typography/providers/plus-addons.js:19
|
5245 |
#: framework/premium/static/js/typography/providers/stackable.js:19
|
5246 |
msgid "%s Local Google Fonts"
|
5247 |
msgstr ""
|
5248 |
|
5249 |
+
#: framework/premium/static/js/typography/providers/kadence.js:21
|
5250 |
#: framework/premium/static/js/typography/providers/plus-addons.js:24
|
5251 |
#: framework/premium/static/js/typography/providers/stackable.js:23
|
5252 |
msgid "%s Typekit"
|
5253 |
msgstr ""
|
5254 |
|
5255 |
+
#: framework/premium/static/js/typography/providers/kadence.js:26
|
5256 |
#: framework/premium/static/js/typography/providers/stackable.js:27
|
5257 |
msgid "%s Custom Fonts"
|
5258 |
msgstr ""
|
5259 |
|
5260 |
+
#: framework/premium/static/js/typography/providers/kadence.js:54
|
5261 |
+
msgid "Normal"
|
5262 |
+
msgstr ""
|
5263 |
+
|
5264 |
+
#: framework/premium/static/js/typography/providers/kadence.js:78
|
5265 |
+
msgid "Inherit"
|
5266 |
+
msgstr ""
|
5267 |
+
|
5268 |
#: framework/premium/static/js/typography/providers/plus-addons.js:28
|
5269 |
msgid "%s Custom"
|
5270 |
msgstr ""
|
plugin.php
CHANGED
@@ -29,6 +29,7 @@ class Plugin
|
|
29 |
public $demo = null ;
|
30 |
public $dynamic_css = null ;
|
31 |
public $header = null ;
|
|
|
32 |
private $is_blocksy = '__NOT_SET__' ;
|
33 |
private $desired_blocksy_version = '1.7.18' ;
|
34 |
/**
|
@@ -66,7 +67,7 @@ class Plugin
|
|
66 |
$this->theme_integration = new ThemeIntegration();
|
67 |
$this->demo = new DemoInstall();
|
68 |
$this->dynamic_css = new DynamicCss();
|
69 |
-
new AccountAuth();
|
70 |
new CustomizerOptionsManager();
|
71 |
}
|
72 |
|
29 |
public $demo = null ;
|
30 |
public $dynamic_css = null ;
|
31 |
public $header = null ;
|
32 |
+
public $account_auth = null ;
|
33 |
private $is_blocksy = '__NOT_SET__' ;
|
34 |
private $desired_blocksy_version = '1.7.18' ;
|
35 |
/**
|
67 |
$this->theme_integration = new ThemeIntegration();
|
68 |
$this->demo = new DemoInstall();
|
69 |
$this->dynamic_css = new DynamicCss();
|
70 |
+
$this->account_auth = new AccountAuth();
|
71 |
new CustomizerOptionsManager();
|
72 |
}
|
73 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
|
|
5 |
Tested up to: 5.8
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
-
Stable tag: 1.8.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -23,6 +23,9 @@ It runs and adds its enhancements only if the Blocksy theme is installed and act
|
|
23 |
2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
|
24 |
|
25 |
== Changelog ==
|
|
|
|
|
|
|
26 |
1.8.13: 2021-12-18
|
27 |
- Improvement: General fixes and improvements
|
28 |
|
5 |
Tested up to: 5.8
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
+
Stable tag: 1.8.14
|
9 |
|
10 |
== Description ==
|
11 |
|
23 |
2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
|
24 |
|
25 |
== Changelog ==
|
26 |
+
1.8.14: 2021-12-24
|
27 |
+
- Fix: Account modal correctly compute current page URL
|
28 |
+
|
29 |
1.8.13: 2021-12-18
|
30 |
- Improvement: General fixes and improvements
|
31 |
|
static/bundle/account-lazy.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
static/bundle/dashboard.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
static/bundle/options.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.14
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|