Version Description
Download this release
Release Info
| Developer | creativethemeshq |
| Plugin | |
| Version | 1.8.45 |
| Comparing to | |
| See all releases | |
Code changes from version 1.8.44 to 1.8.45
- blocksy-companion.php +1 -1
- framework/extensions/cookies-consent/static/bundle/main.min.css +1 -1
- 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/features/demo-install/content-installer.php +0 -4
- framework/features/demo-install/wp-importer.php +2 -0
- framework/widgets-manager.php +37 -11
- languages/blocksy-companion.pot +1018 -2962
- readme.txt +4 -1
- static/bundle/account-lazy.min.css +1 -1
- static/bundle/dashboard.js +1 -1
- static/bundle/dashboard.min.css +2 -2
- static/bundle/options.min.css +1 -1
- static/bundle/sticky.js +1 -1
- static/js/frontend/sticky.js +44 -14
- static/js/frontend/sticky/auto-hide.js +67 -125
- static/js/frontend/sticky/shrink-handle-middle-row.js +8 -5
- static/js/frontend/sticky/shrink-utils.js +15 -1
- static/js/screens/DemoInstall/DemoInstaller.js +22 -65
- static/js/screens/DemoInstall/Installer/useInstaller.js +34 -29
- static/js/screens/DemoInstall/Wizzard/Plugins.js +6 -3
- static/js/screens/DemoInstall/components/Error.js +30 -0
- static/js/screens/DemoInstall/components/Progress.js +60 -0
- static/sass/demo-install/demo-list.scss +3 -12
- static/sass/demo-install/main.scss +3 -0
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.45
|
| 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,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/newsletter-subscribe/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 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) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 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) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/trending/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/widgets/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/features/demo-install/content-installer.php
CHANGED
|
@@ -165,10 +165,6 @@ class DemoInstallContentInstaller {
|
|
| 165 |
'demo' => $demo . ':' . $builder
|
| 166 |
]);
|
| 167 |
|
| 168 |
-
if (! get_post_type_object('class')) {
|
| 169 |
-
register_post_type('class');
|
| 170 |
-
}
|
| 171 |
-
|
| 172 |
$wp_import = new \Blocksy_WP_Import();
|
| 173 |
$import_data = $wp_import->parse($url);
|
| 174 |
|
| 165 |
'demo' => $demo . ':' . $builder
|
| 166 |
]);
|
| 167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
$wp_import = new \Blocksy_WP_Import();
|
| 169 |
$import_data = $wp_import->parse($url);
|
| 170 |
|
framework/features/demo-install/wp-importer.php
CHANGED
|
@@ -669,6 +669,7 @@ class Blocksy_WP_Import extends WP_Importer {
|
|
| 669 |
foreach ( $this->posts as $post ) {
|
| 670 |
$post = apply_filters( 'wp_import_post_data_raw', $post );
|
| 671 |
|
|
|
|
| 672 |
if ( ! post_type_exists( $post['post_type'] ) ) {
|
| 673 |
printf( __( 'Failed to import “%s”: Invalid post type %s', 'wordpress-importer' ),
|
| 674 |
esc_html($post['post_title']), esc_html($post['post_type']) );
|
|
@@ -676,6 +677,7 @@ class Blocksy_WP_Import extends WP_Importer {
|
|
| 676 |
do_action( 'wp_import_post_exists', $post );
|
| 677 |
continue;
|
| 678 |
}
|
|
|
|
| 679 |
|
| 680 |
if ( isset( $this->processed_posts[$post['post_id']] ) && ! empty( $post['post_id'] ) )
|
| 681 |
continue;
|
| 669 |
foreach ( $this->posts as $post ) {
|
| 670 |
$post = apply_filters( 'wp_import_post_data_raw', $post );
|
| 671 |
|
| 672 |
+
/*
|
| 673 |
if ( ! post_type_exists( $post['post_type'] ) ) {
|
| 674 |
printf( __( 'Failed to import “%s”: Invalid post type %s', 'wordpress-importer' ),
|
| 675 |
esc_html($post['post_title']), esc_html($post['post_type']) );
|
| 677 |
do_action( 'wp_import_post_exists', $post );
|
| 678 |
continue;
|
| 679 |
}
|
| 680 |
+
*/
|
| 681 |
|
| 682 |
if ( isset( $this->processed_posts[$post['post_id']] ) && ! empty( $post['post_id'] ) )
|
| 683 |
continue;
|
framework/widgets-manager.php
CHANGED
|
@@ -99,13 +99,23 @@ class BlocksyWidgetFactory extends WP_Widget {
|
|
| 99 |
public function widget($args, $instance) {
|
| 100 |
$file_path = $this->get_path() . '/view.php';
|
| 101 |
|
| 102 |
-
if (
|
| 103 |
echo '<p>Default widget view. Please create a <i>view.php</i> file.</p>';
|
| 104 |
return;
|
| 105 |
}
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
$instance = blocksy_akg('ct_options', $instance, []);
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
if (! $instance) {
|
| 110 |
$instance = [];
|
| 111 |
}
|
|
@@ -124,7 +134,7 @@ class BlocksyWidgetFactory extends WP_Widget {
|
|
| 124 |
public function read_options() {
|
| 125 |
$options = null;
|
| 126 |
|
| 127 |
-
if (
|
| 128 |
$options = blocksy_akg(
|
| 129 |
'options',
|
| 130 |
blc_call_fn(
|
|
@@ -135,7 +145,7 @@ class BlocksyWidgetFactory extends WP_Widget {
|
|
| 135 |
);
|
| 136 |
}
|
| 137 |
|
| 138 |
-
if (
|
| 139 |
$this->options = $options;
|
| 140 |
} else {
|
| 141 |
$this->options = [
|
|
@@ -167,21 +177,31 @@ class BlocksyWidgetFactory extends WP_Widget {
|
|
| 167 |
|
| 168 |
$new_instance[$this->prefix]['ct_options'] = $to_save;
|
| 169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
return $new_instance[$this->prefix];
|
| 171 |
}
|
| 172 |
|
| 173 |
public function form($values) {
|
| 174 |
$this->read_options();
|
| 175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
echo blc_call_fn(
|
| 177 |
['fn' => 'blocksy_output_options_panel'],
|
| 178 |
[
|
| 179 |
'options' => $this->options,
|
| 180 |
-
'values' =>
|
| 181 |
'id_prefix' => 'ct-widget-options-' . $this->get_field_id(
|
| 182 |
$this->prefix
|
| 183 |
),
|
| 184 |
-
'name_prefix' => $this->get_field_name(
|
| 185 |
'attr' => [
|
| 186 |
'data-disable-reverse-button' => ''
|
| 187 |
]
|
|
@@ -191,18 +211,24 @@ class BlocksyWidgetFactory extends WP_Widget {
|
|
| 191 |
return $values;
|
| 192 |
}
|
| 193 |
|
| 194 |
-
private function blocksy_id_to_title(
|
| 195 |
-
if (
|
| 196 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
$id,
|
| 198 |
1,
|
| 199 |
-
mb_strlen(
|
| 200 |
'UTF-8'
|
| 201 |
);
|
| 202 |
} else {
|
| 203 |
-
$id = strtoupper(
|
| 204 |
}
|
| 205 |
|
| 206 |
-
return str_replace(
|
| 207 |
}
|
| 208 |
}
|
| 99 |
public function widget($args, $instance) {
|
| 100 |
$file_path = $this->get_path() . '/view.php';
|
| 101 |
|
| 102 |
+
if (! file_exists($file_path)) {
|
| 103 |
echo '<p>Default widget view. Please create a <i>view.php</i> file.</p>';
|
| 104 |
return;
|
| 105 |
}
|
| 106 |
|
| 107 |
+
$widget_title = '';
|
| 108 |
+
|
| 109 |
+
if (isset($instance['title'])) {
|
| 110 |
+
$widget_title = $instance['title'];
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
$instance = blocksy_akg('ct_options', $instance, []);
|
| 114 |
|
| 115 |
+
if (isset($instance['title']) && ! empty($widget_title)) {
|
| 116 |
+
$instance['title'] = apply_filters('widget_title', $widget_title);
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
if (! $instance) {
|
| 120 |
$instance = [];
|
| 121 |
}
|
| 134 |
public function read_options() {
|
| 135 |
$options = null;
|
| 136 |
|
| 137 |
+
if (file_exists($this->get_path() . '/options.php')) {
|
| 138 |
$options = blocksy_akg(
|
| 139 |
'options',
|
| 140 |
blc_call_fn(
|
| 145 |
);
|
| 146 |
}
|
| 147 |
|
| 148 |
+
if ($options) {
|
| 149 |
$this->options = $options;
|
| 150 |
} else {
|
| 151 |
$this->options = [
|
| 177 |
|
| 178 |
$new_instance[$this->prefix]['ct_options'] = $to_save;
|
| 179 |
|
| 180 |
+
if (isset($to_save['title'])) {
|
| 181 |
+
$new_instance[$this->prefix]['title'] = $to_save['title'];
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
return $new_instance[$this->prefix];
|
| 185 |
}
|
| 186 |
|
| 187 |
public function form($values) {
|
| 188 |
$this->read_options();
|
| 189 |
|
| 190 |
+
$atts = blocksy_akg('ct_options', $values);
|
| 191 |
+
|
| 192 |
+
if (isset($values['title']) && isset($atts['title'])) {
|
| 193 |
+
$atts['title'] = $values['title'];
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
echo blc_call_fn(
|
| 197 |
['fn' => 'blocksy_output_options_panel'],
|
| 198 |
[
|
| 199 |
'options' => $this->options,
|
| 200 |
+
'values' => $atts,
|
| 201 |
'id_prefix' => 'ct-widget-options-' . $this->get_field_id(
|
| 202 |
$this->prefix
|
| 203 |
),
|
| 204 |
+
'name_prefix' => $this->get_field_name($this->prefix),
|
| 205 |
'attr' => [
|
| 206 |
'data-disable-reverse-button' => ''
|
| 207 |
]
|
| 211 |
return $values;
|
| 212 |
}
|
| 213 |
|
| 214 |
+
private function blocksy_id_to_title($id) {
|
| 215 |
+
if (
|
| 216 |
+
function_exists('mb_strtoupper')
|
| 217 |
+
&&
|
| 218 |
+
function_exists('mb_substr')
|
| 219 |
+
&&
|
| 220 |
+
function_exists('mb_strlen')
|
| 221 |
+
) {
|
| 222 |
+
$id = mb_strtoupper(mb_substr($id, 0, 1, 'UTF-8'), 'UTF-8') . mb_substr(
|
| 223 |
$id,
|
| 224 |
1,
|
| 225 |
+
mb_strlen($id, 'UTF-8'),
|
| 226 |
'UTF-8'
|
| 227 |
);
|
| 228 |
} else {
|
| 229 |
+
$id = strtoupper(substr($id, 0, 1)) . substr($id, 1, strlen($id));
|
| 230 |
}
|
| 231 |
|
| 232 |
+
return str_replace(array('_', '-'), ' ', $id);
|
| 233 |
}
|
| 234 |
}
|
languages/blocksy-companion.pot
CHANGED
|
@@ -7,7 +7,7 @@ msgstr ""
|
|
| 7 |
"MIME-Version: 1.0\n"
|
| 8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 9 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
-
"POT-Creation-Date: 2022-
|
| 11 |
"Project-Id-Version: undefined\n"
|
| 12 |
"X-Poedit-Basepath: ..\n"
|
| 13 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;"
|
|
@@ -21,123 +21,101 @@ msgstr ""
|
|
| 21 |
"x-generator: babel-plugin-wp-i18n\n"
|
| 22 |
|
| 23 |
#. translators: %s: PHP version
|
| 24 |
-
#: blocksy-companion.php:128
|
| 25 |
msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
#. translators: %s: WordPress version
|
| 29 |
-
#: blocksy-companion.php:139
|
| 30 |
msgid ""
|
| 31 |
"Blocksy requires WordPress version %s+. Because you are using an earlier "
|
| 32 |
"version, the plugin is currently NOT RUNNING."
|
| 33 |
msgstr ""
|
| 34 |
|
| 35 |
#: framework/extensions-manager.php:245,
|
| 36 |
-
#:
|
| 37 |
-
#: framework/premium/extensions/adobe-typekit/extension.php:46,
|
| 38 |
-
#: build_tmp/build/framework/premium/extensions/adobe-typekit/extension.php:46
|
| 39 |
msgid "Adobe Typekit"
|
| 40 |
msgstr ""
|
| 41 |
|
| 42 |
-
#: framework/extensions-manager.php:246
|
| 43 |
-
#: build_tmp/build/framework/extensions-manager.php:246
|
| 44 |
msgid ""
|
| 45 |
"Connect your Typekit account and use your fonts in any typography option."
|
| 46 |
msgstr ""
|
| 47 |
|
| 48 |
#: framework/extensions-manager.php:257,
|
| 49 |
-
#:
|
| 50 |
-
#: framework/premium/extensions/code-snippets/readme.php:38,
|
| 51 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:38
|
| 52 |
msgid "Custom Code Snippets"
|
| 53 |
msgstr ""
|
| 54 |
|
| 55 |
-
#: framework/extensions-manager.php:258
|
| 56 |
-
#: build_tmp/build/framework/extensions-manager.php:258
|
| 57 |
msgid ""
|
| 58 |
"Add custom code snippets in your header and footer, globally and per post or "
|
| 59 |
"page individually."
|
| 60 |
msgstr ""
|
| 61 |
|
| 62 |
#: framework/extensions-manager.php:269,
|
| 63 |
-
#:
|
| 64 |
-
#: framework/premium/extensions/custom-fonts/extension.php:153,
|
| 65 |
-
#: build_tmp/build/framework/premium/extensions/custom-fonts/extension.php:153
|
| 66 |
msgid "Custom Fonts"
|
| 67 |
msgstr ""
|
| 68 |
|
| 69 |
-
#: framework/extensions-manager.php:270
|
| 70 |
-
#: build_tmp/build/framework/extensions-manager.php:270
|
| 71 |
msgid ""
|
| 72 |
"Upload unlimited number of custom fonts or variable fonts and use them in "
|
| 73 |
"any typography option."
|
| 74 |
msgstr ""
|
| 75 |
|
| 76 |
#: framework/extensions-manager.php:281,
|
| 77 |
-
#:
|
| 78 |
-
#: framework/premium/extensions/local-google-fonts/extension.php:188,
|
| 79 |
-
#: build_tmp/build/framework/premium/extensions/local-google-fonts/extension.php:188
|
| 80 |
msgid "Local Google Fonts"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
-
#: framework/extensions-manager.php:282
|
| 84 |
-
#: build_tmp/build/framework/extensions-manager.php:282
|
| 85 |
msgid "Serve Google Fonts from your own server for full GDPR compliancy."
|
| 86 |
msgstr ""
|
| 87 |
|
| 88 |
-
#: framework/extensions-manager.php:293
|
| 89 |
-
#: build_tmp/build/framework/extensions-manager.php:293
|
| 90 |
msgid "Advanced Menu"
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
-
#: framework/extensions-manager.php:294
|
| 94 |
-
#: build_tmp/build/framework/extensions-manager.php:294
|
| 95 |
msgid ""
|
| 96 |
"Create beautiful mega menus, assign icons add badges to menu items, and "
|
| 97 |
"content blocks inside menu items."
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
-
#: framework/extensions-manager.php:305
|
| 101 |
-
#: build_tmp/build/framework/extensions-manager.php:305
|
| 102 |
msgid "Shortcuts Bar"
|
| 103 |
msgstr ""
|
| 104 |
|
| 105 |
-
#: framework/extensions-manager.php:306
|
| 106 |
-
#: build_tmp/build/framework/extensions-manager.php:306
|
| 107 |
msgid ""
|
| 108 |
"Transform your website into a app like by displaying a neat shortcuts bar at "
|
| 109 |
"the bottom of the vieport."
|
| 110 |
msgstr ""
|
| 111 |
|
| 112 |
-
#: framework/extensions-manager.php:317
|
| 113 |
-
#: build_tmp/build/framework/extensions-manager.php:317
|
| 114 |
msgid "Multiple Sidebars"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
-
#: framework/extensions-manager.php:318
|
| 118 |
-
#: build_tmp/build/framework/extensions-manager.php:318
|
| 119 |
msgid ""
|
| 120 |
"Create unlimited number of sidebars and display them conditionaly on any "
|
| 121 |
"page or post."
|
| 122 |
msgstr ""
|
| 123 |
|
| 124 |
-
#: framework/extensions-manager.php:329
|
| 125 |
-
#: build_tmp/build/framework/extensions-manager.php:329
|
| 126 |
msgid "White Label (Agency Package)"
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: framework/extensions-manager.php:330
|
| 130 |
-
#: build_tmp/build/framework/extensions-manager.php:330
|
| 131 |
msgid "Change the theme and companion plugin branding to your own custom one."
|
| 132 |
msgstr ""
|
| 133 |
|
| 134 |
-
#: framework/extensions-manager.php:341
|
| 135 |
-
#: build_tmp/build/framework/extensions-manager.php:341
|
| 136 |
msgid "WooCommerce Extra"
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
-
#: framework/extensions-manager.php:342
|
| 140 |
-
#: build_tmp/build/framework/extensions-manager.php:342
|
| 141 |
msgid ""
|
| 142 |
"Increase the conversion rate by adding a product quick view modal, a "
|
| 143 |
"floating cart. Control the single product gallery/slider and the layout, add "
|
|
@@ -145,177 +123,136 @@ msgid ""
|
|
| 145 |
msgstr ""
|
| 146 |
|
| 147 |
#: framework/theme-integration.php:310,
|
| 148 |
-
#: build_tmp/build/framework/theme-integration.php:310,
|
| 149 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
| 150 |
#: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
| 151 |
-
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
| 152 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
| 153 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
| 154 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
| 155 |
msgid "Facebook"
|
| 156 |
msgstr ""
|
| 157 |
|
| 158 |
-
#: framework/theme-integration.php:311
|
| 159 |
-
#: build_tmp/build/framework/theme-integration.php:311
|
| 160 |
msgid "Twitter"
|
| 161 |
msgstr ""
|
| 162 |
|
| 163 |
-
#: framework/theme-integration.php:312
|
| 164 |
-
#: build_tmp/build/framework/theme-integration.php:312
|
| 165 |
msgid "LinkedIn"
|
| 166 |
msgstr ""
|
| 167 |
|
| 168 |
-
#: framework/theme-integration.php:313
|
| 169 |
-
#: build_tmp/build/framework/theme-integration.php:313
|
| 170 |
msgid "Dribbble"
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
-
#: framework/theme-integration.php:314
|
| 174 |
-
#: build_tmp/build/framework/theme-integration.php:314
|
| 175 |
msgid "Instagram"
|
| 176 |
msgstr ""
|
| 177 |
|
| 178 |
-
#: framework/theme-integration.php:315
|
| 179 |
-
#: build_tmp/build/framework/theme-integration.php:315
|
| 180 |
msgid "Pinterest"
|
| 181 |
msgstr ""
|
| 182 |
|
| 183 |
-
#: framework/theme-integration.php:316
|
| 184 |
-
#: build_tmp/build/framework/theme-integration.php:316
|
| 185 |
msgid "WordPress"
|
| 186 |
msgstr ""
|
| 187 |
|
| 188 |
-
#: framework/theme-integration.php:317
|
| 189 |
-
#: build_tmp/build/framework/theme-integration.php:317
|
| 190 |
msgid "GitHub"
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
#: framework/theme-integration.php:318,
|
| 194 |
-
#: build_tmp/build/framework/theme-integration.php:318,
|
| 195 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:497,
|
| 196 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:100,
|
| 197 |
-
#: framework/premium/features/content-blocks/options/archive.php:47
|
| 198 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:497,
|
| 199 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:100,
|
| 200 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:47
|
| 201 |
msgid "Medium"
|
| 202 |
msgstr ""
|
| 203 |
|
| 204 |
-
#: framework/theme-integration.php:319
|
| 205 |
-
#: build_tmp/build/framework/theme-integration.php:319
|
| 206 |
msgid "YouTube"
|
| 207 |
msgstr ""
|
| 208 |
|
| 209 |
-
#: framework/theme-integration.php:320
|
| 210 |
-
#: build_tmp/build/framework/theme-integration.php:320
|
| 211 |
msgid "Vimeo"
|
| 212 |
msgstr ""
|
| 213 |
|
| 214 |
-
#: framework/theme-integration.php:321
|
| 215 |
-
#: build_tmp/build/framework/theme-integration.php:321
|
| 216 |
msgid "VKontakte"
|
| 217 |
msgstr ""
|
| 218 |
|
| 219 |
-
#: framework/theme-integration.php:322
|
| 220 |
-
#: build_tmp/build/framework/theme-integration.php:322
|
| 221 |
msgid "Odnoklassniki"
|
| 222 |
msgstr ""
|
| 223 |
|
| 224 |
-
#: framework/theme-integration.php:323
|
| 225 |
-
#: build_tmp/build/framework/theme-integration.php:323
|
| 226 |
msgid "TikTok"
|
| 227 |
msgstr ""
|
| 228 |
|
| 229 |
-
#: framework/theme-integration.php:395
|
| 230 |
-
#: build_tmp/build/framework/theme-integration.php:395
|
| 231 |
msgid "Companion"
|
| 232 |
msgstr ""
|
| 233 |
|
| 234 |
-
#: framework/theme-integration.php:411
|
| 235 |
-
#: build_tmp/build/framework/theme-integration.php:411
|
| 236 |
-
#: static/js/screens/SiteExport.js:111
|
| 237 |
msgid "PRO"
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: framework/widgets-manager.php:75
|
| 241 |
-
#: build_tmp/build/framework/widgets-manager.php:75
|
| 242 |
msgid "Default widget name"
|
| 243 |
msgstr ""
|
| 244 |
|
| 245 |
-
#: framework/widgets-manager.php:81
|
| 246 |
-
#: build_tmp/build/framework/widgets-manager.php:81
|
| 247 |
msgid "Display online support infomation"
|
| 248 |
msgstr ""
|
| 249 |
|
| 250 |
-
#: framework/widgets-manager.php:
|
| 251 |
-
#: build_tmp/build/framework/widgets-manager.php:144
|
| 252 |
msgid "Widget Title"
|
| 253 |
msgstr ""
|
| 254 |
|
| 255 |
#. translators: %s: Link to the login page.
|
| 256 |
-
#: framework/features/account-auth.php:92
|
| 257 |
-
#: build_tmp/build/framework/features/account-auth.php:92
|
| 258 |
msgid ""
|
| 259 |
"Check your email for the confirmation link, then visit the <a href=\"%s"
|
| 260 |
"\">login page</a>."
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
#: framework/features/account-auth.php:104,
|
| 264 |
-
#: framework/features/account-auth.php:232
|
| 265 |
-
#: build_tmp/build/framework/features/account-auth.php:104,
|
| 266 |
-
#: build_tmp/build/framework/features/account-auth.php:232
|
| 267 |
msgid "Check your email"
|
| 268 |
msgstr ""
|
| 269 |
|
| 270 |
-
#: framework/features/account-auth.php:199
|
| 271 |
-
#: build_tmp/build/framework/features/account-auth.php:199
|
| 272 |
msgid ""
|
| 273 |
"Your account was created successfully. Your login details have been sent to "
|
| 274 |
"your email address. Please visit the <a href=\"%s\">login page</a>."
|
| 275 |
msgstr ""
|
| 276 |
|
| 277 |
-
#: framework/features/account-auth.php:208
|
| 278 |
-
#: build_tmp/build/framework/features/account-auth.php:208
|
| 279 |
msgid ""
|
| 280 |
"Your account was created successfully and a password has been sent to your "
|
| 281 |
"email address. Please visit the <a href=\"%s\">login page</a>."
|
| 282 |
msgstr ""
|
| 283 |
|
| 284 |
-
#: framework/features/account-auth.php:238
|
| 285 |
-
#: build_tmp/build/framework/features/account-auth.php:238
|
| 286 |
msgid "Registration Form"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
-
#: framework/features/account-auth.php:239
|
| 290 |
-
#: build_tmp/build/framework/features/account-auth.php:239
|
| 291 |
msgid "Register For This Site"
|
| 292 |
msgstr ""
|
| 293 |
|
| 294 |
-
#: framework/features/conditions-manager.php:496
|
| 295 |
-
#: build_tmp/build/framework/features/conditions-manager.php:494
|
| 296 |
msgid "Entire Website"
|
| 297 |
msgstr ""
|
| 298 |
|
| 299 |
#: framework/features/conditions-manager.php:504,
|
| 300 |
#: framework/features/conditions-manager.php:546,
|
| 301 |
-
#: framework/features/conditions-manager.php:578
|
| 302 |
-
#: build_tmp/build/framework/features/conditions-manager.php:502,
|
| 303 |
-
#: build_tmp/build/framework/features/conditions-manager.php:544,
|
| 304 |
-
#: build_tmp/build/framework/features/conditions-manager.php:576
|
| 305 |
msgid "Basic"
|
| 306 |
msgstr ""
|
| 307 |
|
| 308 |
#: framework/features/conditions-manager.php:508,
|
| 309 |
-
#: framework/features/conditions-manager.php:582
|
| 310 |
-
#: build_tmp/build/framework/features/conditions-manager.php:506,
|
| 311 |
-
#: build_tmp/build/framework/features/conditions-manager.php:580
|
| 312 |
msgid "Singulars"
|
| 313 |
msgstr ""
|
| 314 |
|
| 315 |
#: framework/features/conditions-manager.php:513,
|
| 316 |
-
#: framework/features/conditions-manager.php:550
|
| 317 |
-
#: build_tmp/build/framework/features/conditions-manager.php:511,
|
| 318 |
-
#: build_tmp/build/framework/features/conditions-manager.php:548
|
| 319 |
msgid "Archives"
|
| 320 |
msgstr ""
|
| 321 |
|
|
@@ -323,276 +260,205 @@ msgstr ""
|
|
| 323 |
#: framework/features/conditions-manager.php:556,
|
| 324 |
#: framework/features/conditions-manager.php:588,
|
| 325 |
#: framework/extensions/trending/customizer.php:4,
|
| 326 |
-
#: build_tmp/build/framework/features/conditions-manager.php:517,
|
| 327 |
-
#: build_tmp/build/framework/features/conditions-manager.php:554,
|
| 328 |
-
#: build_tmp/build/framework/features/conditions-manager.php:586,
|
| 329 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:4,
|
| 330 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:11,
|
| 331 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:98,
|
| 332 |
#: framework/extensions/widgets/widgets/ct-posts/view.php:139,
|
| 333 |
#: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
|
| 334 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:4
|
| 335 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:11,
|
| 336 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:98,
|
| 337 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:139,
|
| 338 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:13,
|
| 339 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:4
|
| 340 |
msgid "Posts"
|
| 341 |
msgstr ""
|
| 342 |
|
| 343 |
#: framework/features/conditions-manager.php:523,
|
| 344 |
#: framework/features/conditions-manager.php:592,
|
| 345 |
-
#: build_tmp/build/framework/features/conditions-manager.php:521,
|
| 346 |
-
#: build_tmp/build/framework/features/conditions-manager.php:590,
|
| 347 |
#: framework/premium/features/content-blocks/hooks-manager.php:408,
|
| 348 |
#: framework/premium/features/content-blocks/hooks-manager.php:416,
|
| 349 |
#: framework/premium/features/content-blocks/hooks-manager.php:424,
|
| 350 |
#: framework/premium/features/content-blocks/hooks-manager.php:431,
|
| 351 |
#: framework/premium/features/content-blocks/hooks-manager.php:438,
|
| 352 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:446
|
| 353 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:408,
|
| 354 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:416,
|
| 355 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:424,
|
| 356 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:431,
|
| 357 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:438,
|
| 358 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:446
|
| 359 |
msgid "Single Post"
|
| 360 |
msgstr ""
|
| 361 |
|
| 362 |
#: framework/features/conditions-manager.php:528,
|
| 363 |
-
#: framework/features/conditions-manager.php:560
|
| 364 |
-
#: build_tmp/build/framework/features/conditions-manager.php:526,
|
| 365 |
-
#: build_tmp/build/framework/features/conditions-manager.php:558
|
| 366 |
msgid "All Post Archives"
|
| 367 |
msgstr ""
|
| 368 |
|
| 369 |
#: framework/features/conditions-manager.php:533,
|
| 370 |
-
#: framework/features/conditions-manager.php:565
|
| 371 |
-
#: build_tmp/build/framework/features/conditions-manager.php:531,
|
| 372 |
-
#: build_tmp/build/framework/features/conditions-manager.php:563
|
| 373 |
msgid "Post Categories"
|
| 374 |
msgstr ""
|
| 375 |
|
| 376 |
#: framework/features/conditions-manager.php:538,
|
| 377 |
-
#: framework/features/conditions-manager.php:570
|
| 378 |
-
#: build_tmp/build/framework/features/conditions-manager.php:536,
|
| 379 |
-
#: build_tmp/build/framework/features/conditions-manager.php:568
|
| 380 |
msgid "Post Tags"
|
| 381 |
msgstr ""
|
| 382 |
|
| 383 |
#: framework/features/conditions-manager.php:600,
|
| 384 |
-
#: build_tmp/build/framework/features/conditions-manager.php:598,
|
| 385 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:12,
|
| 386 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:5
|
| 387 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:12,
|
| 388 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:5
|
| 389 |
msgid "Pages"
|
| 390 |
msgstr ""
|
| 391 |
|
| 392 |
-
#: framework/features/conditions-manager.php:604
|
| 393 |
-
#: build_tmp/build/framework/features/conditions-manager.php:602
|
| 394 |
msgid "Single Page"
|
| 395 |
msgstr ""
|
| 396 |
|
| 397 |
-
#: framework/features/conditions-manager.php:631
|
| 398 |
-
#: build_tmp/build/framework/features/conditions-manager.php:629
|
| 399 |
msgid "%s Single"
|
| 400 |
msgstr ""
|
| 401 |
|
| 402 |
-
#: framework/features/conditions-manager.php:641
|
| 403 |
-
#: build_tmp/build/framework/features/conditions-manager.php:639
|
| 404 |
msgid "%s Archive"
|
| 405 |
msgstr ""
|
| 406 |
|
| 407 |
-
#: framework/features/conditions-manager.php:654
|
| 408 |
-
#: build_tmp/build/framework/features/conditions-manager.php:652
|
| 409 |
msgid "%s %s Taxonomy"
|
| 410 |
msgstr ""
|
| 411 |
|
| 412 |
-
#: framework/features/conditions-manager.php:669
|
| 413 |
-
#: build_tmp/build/framework/features/conditions-manager.php:667
|
| 414 |
msgid "Post ID"
|
| 415 |
msgstr ""
|
| 416 |
|
| 417 |
-
#: framework/features/conditions-manager.php:674
|
| 418 |
-
#: build_tmp/build/framework/features/conditions-manager.php:672
|
| 419 |
msgid "Page ID"
|
| 420 |
msgstr ""
|
| 421 |
|
| 422 |
-
#: framework/features/conditions-manager.php:679
|
| 423 |
-
#: build_tmp/build/framework/features/conditions-manager.php:677
|
| 424 |
#: static/js/options/ConditionsManager/PostIdPicker.js:76
|
| 425 |
msgid "Custom Post Type ID"
|
| 426 |
msgstr ""
|
| 427 |
|
| 428 |
-
#: framework/features/conditions-manager.php:684
|
| 429 |
-
#: build_tmp/build/framework/features/conditions-manager.php:682
|
| 430 |
msgid "Post with Taxonomy ID"
|
| 431 |
msgstr ""
|
| 432 |
|
| 433 |
-
#: framework/features/conditions-manager.php:689
|
| 434 |
-
#: build_tmp/build/framework/features/conditions-manager.php:687
|
| 435 |
msgid "Taxonomy ID"
|
| 436 |
msgstr ""
|
| 437 |
|
| 438 |
-
#: framework/features/conditions-manager.php:693
|
| 439 |
-
#: build_tmp/build/framework/features/conditions-manager.php:691
|
| 440 |
msgid "Specific"
|
| 441 |
msgstr ""
|
| 442 |
|
| 443 |
-
#: framework/features/conditions-manager.php:699
|
| 444 |
-
#: build_tmp/build/framework/features/conditions-manager.php:697
|
| 445 |
msgid "Other Pages"
|
| 446 |
msgstr ""
|
| 447 |
|
| 448 |
-
#: framework/features/conditions-manager.php:703
|
| 449 |
-
#: build_tmp/build/framework/features/conditions-manager.php:701
|
| 450 |
msgid "404"
|
| 451 |
msgstr ""
|
| 452 |
|
| 453 |
#: framework/features/conditions-manager.php:708,
|
| 454 |
-
#: build_tmp/build/framework/features/conditions-manager.php:706,
|
| 455 |
#: framework/premium/features/premium-header/items/search-input/options.php:45,
|
| 456 |
-
#: framework/premium/features/premium-header/items/search-input/view.php:95
|
| 457 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:45,
|
| 458 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/view.php:95
|
| 459 |
msgid "Search"
|
| 460 |
msgstr ""
|
| 461 |
|
| 462 |
-
#: framework/features/conditions-manager.php:713
|
| 463 |
-
#: build_tmp/build/framework/features/conditions-manager.php:711
|
| 464 |
msgid "Blog"
|
| 465 |
msgstr ""
|
| 466 |
|
| 467 |
-
#: framework/features/conditions-manager.php:718
|
| 468 |
-
#: build_tmp/build/framework/features/conditions-manager.php:716
|
| 469 |
msgid "Front Page"
|
| 470 |
msgstr ""
|
| 471 |
|
| 472 |
-
#: framework/features/conditions-manager.php:723
|
| 473 |
-
#: build_tmp/build/framework/features/conditions-manager.php:721
|
| 474 |
msgid "Privacy Policy Page"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
-
#: framework/features/conditions-manager.php:735
|
| 478 |
-
#: build_tmp/build/framework/features/conditions-manager.php:733
|
| 479 |
msgid "Author Archives"
|
| 480 |
msgstr ""
|
| 481 |
|
| 482 |
-
#: framework/features/conditions-manager.php:745
|
| 483 |
-
#: build_tmp/build/framework/features/conditions-manager.php:743
|
| 484 |
msgid "WooCommerce"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
-
#: framework/features/conditions-manager.php:749
|
| 488 |
-
#: build_tmp/build/framework/features/conditions-manager.php:747
|
| 489 |
msgid "Shop Home"
|
| 490 |
msgstr ""
|
| 491 |
|
| 492 |
-
#: framework/features/conditions-manager.php:754
|
| 493 |
-
#: build_tmp/build/framework/features/conditions-manager.php:752
|
| 494 |
msgid "Single Product"
|
| 495 |
msgstr ""
|
| 496 |
|
| 497 |
-
#: framework/features/conditions-manager.php:759
|
| 498 |
-
#: build_tmp/build/framework/features/conditions-manager.php:757
|
| 499 |
msgid "Product Archives"
|
| 500 |
msgstr ""
|
| 501 |
|
| 502 |
-
#: framework/features/conditions-manager.php:764
|
| 503 |
-
#: build_tmp/build/framework/features/conditions-manager.php:762
|
| 504 |
msgid "Product Categories"
|
| 505 |
msgstr ""
|
| 506 |
|
| 507 |
-
#: framework/features/conditions-manager.php:769
|
| 508 |
-
#: build_tmp/build/framework/features/conditions-manager.php:767
|
| 509 |
msgid "Product Tags"
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
-
#: framework/features/conditions-manager.php:777
|
| 513 |
-
#: build_tmp/build/framework/features/conditions-manager.php:775
|
| 514 |
msgid "Custom Post Types"
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
-
#: framework/features/conditions-manager.php:786
|
| 518 |
-
#: build_tmp/build/framework/features/conditions-manager.php:784
|
| 519 |
msgid "User Auth"
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
-
#: framework/features/conditions-manager.php:790
|
| 523 |
-
#: build_tmp/build/framework/features/conditions-manager.php:788
|
| 524 |
msgid "User Logged In"
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
-
#: framework/features/conditions-manager.php:795
|
| 528 |
-
#: build_tmp/build/framework/features/conditions-manager.php:793
|
| 529 |
msgid "User Logged Out"
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
-
#: framework/features/conditions-manager.php:801
|
| 533 |
-
#: build_tmp/build/framework/features/conditions-manager.php:799
|
| 534 |
msgid "User Roles"
|
| 535 |
msgstr ""
|
| 536 |
|
| 537 |
#: framework/features/conditions-manager.php:806,
|
| 538 |
-
#: build_tmp/build/framework/features/conditions-manager.php:804,
|
| 539 |
#: framework/premium/features/content-blocks/options/404.php:19,
|
| 540 |
#: framework/premium/features/content-blocks/options/header.php:19,
|
| 541 |
#: framework/premium/features/content-blocks/options/hook.php:24,
|
| 542 |
-
#: framework/premium/features/content-blocks/options/popup.php:25
|
| 543 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:19,
|
| 544 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:19,
|
| 545 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:24,
|
| 546 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:25
|
| 547 |
msgid "Other"
|
| 548 |
msgstr ""
|
| 549 |
|
| 550 |
-
#: framework/features/conditions-manager.php:810
|
| 551 |
-
#: build_tmp/build/framework/features/conditions-manager.php:808
|
| 552 |
msgid "Post Author"
|
| 553 |
msgstr ""
|
| 554 |
|
| 555 |
#: framework/features/conditions-manager.php:822,
|
| 556 |
-
#:
|
| 557 |
-
#: framework/premium/features/premium-header/items/language-switcher/config.php:14,
|
| 558 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/config.php:14
|
| 559 |
msgid "Languages"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
-
#: framework/features/conditions-manager.php:826
|
| 563 |
-
#: build_tmp/build/framework/features/conditions-manager.php:824
|
| 564 |
msgid "Current Language"
|
| 565 |
msgstr ""
|
| 566 |
|
| 567 |
-
#: framework/features/conditions-manager.php:834
|
| 568 |
-
#: build_tmp/build/framework/features/conditions-manager.php:832
|
| 569 |
msgid "bbPress"
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
-
#: framework/features/conditions-manager.php:838
|
| 573 |
-
#: build_tmp/build/framework/features/conditions-manager.php:836
|
| 574 |
msgid "Profile"
|
| 575 |
msgstr ""
|
| 576 |
|
| 577 |
-
#: framework/features/conditions-manager.php:850
|
| 578 |
-
#: build_tmp/build/framework/features/conditions-manager.php:848
|
| 579 |
#: static/js/options/ConditionsManager.js:105
|
| 580 |
msgid "Include"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
-
#: framework/features/conditions-manager.php:850
|
| 584 |
-
#: build_tmp/build/framework/features/conditions-manager.php:848
|
| 585 |
#: static/js/options/ConditionsManager.js:106
|
| 586 |
msgid "Exclude"
|
| 587 |
msgstr ""
|
| 588 |
|
| 589 |
-
#: framework/features/conditions-manager.php:903
|
| 590 |
-
#: build_tmp/build/framework/features/conditions-manager.php:901
|
| 591 |
msgid "Language"
|
| 592 |
msgstr ""
|
| 593 |
|
| 594 |
-
#: framework/features/demo-install.php:233
|
| 595 |
-
#: build_tmp/build/framework/features/demo-install.php:233
|
| 596 |
msgid ""
|
| 597 |
"Your PHP installation doesn't have support for XML. Please install the "
|
| 598 |
"<i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install "
|
|
@@ -600,102 +466,83 @@ msgid ""
|
|
| 600 |
"in doing so."
|
| 601 |
msgstr ""
|
| 602 |
|
| 603 |
-
#: framework/features/dynamic-css.php:46
|
| 604 |
-
#: build_tmp/build/framework/features/dynamic-css.php:46
|
| 605 |
msgid "Dynamic CSS Output"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
-
#: framework/features/dynamic-css.php:50
|
| 609 |
-
#: build_tmp/build/framework/features/dynamic-css.php:50
|
| 610 |
msgid ""
|
| 611 |
"The strategy of outputting the dynamic CSS. File - all the CSS code will be "
|
| 612 |
"placed in a static file, otherwise it will be placed inline in head."
|
| 613 |
msgstr ""
|
| 614 |
|
| 615 |
-
#: framework/features/dynamic-css.php:52
|
| 616 |
-
#: build_tmp/build/framework/features/dynamic-css.php:52
|
| 617 |
msgid "File"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
#: framework/features/dynamic-css.php:53,
|
| 621 |
-
#:
|
| 622 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:32,
|
| 623 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:32
|
| 624 |
msgid "Inline"
|
| 625 |
msgstr ""
|
| 626 |
|
| 627 |
-
#: framework/features/google-analytics.php:69
|
| 628 |
-
#: build_tmp/build/framework/features/google-analytics.php:69
|
| 629 |
msgid "Google Analytics v4"
|
| 630 |
msgstr ""
|
| 631 |
|
| 632 |
-
#: framework/features/google-analytics.php:75
|
| 633 |
-
#: build_tmp/build/framework/features/google-analytics.php:75
|
| 634 |
msgid ""
|
| 635 |
"Link your Google Analytics 4 tracking ID. More info and instructions can be "
|
| 636 |
"found %shere%s."
|
| 637 |
msgstr ""
|
| 638 |
|
| 639 |
-
#: framework/features/google-analytics.php:87
|
| 640 |
-
#: build_tmp/build/framework/features/google-analytics.php:87
|
| 641 |
msgid "Google Analytics v3 (Legacy)"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
-
#: framework/features/google-analytics.php:93
|
| 645 |
-
#: build_tmp/build/framework/features/google-analytics.php:93
|
| 646 |
msgid ""
|
| 647 |
"Please note: this option will be deprecated soon and we strongly reccommend "
|
| 648 |
"switching to GA4, more info can be fount %shere%s."
|
| 649 |
msgstr ""
|
| 650 |
|
| 651 |
-
#: framework/features/google-analytics.php:105
|
| 652 |
-
#: build_tmp/build/framework/features/google-analytics.php:105
|
| 653 |
msgid "IP Anonymization"
|
| 654 |
msgstr ""
|
| 655 |
|
| 656 |
-
#: framework/features/google-analytics.php:109
|
| 657 |
-
#: build_tmp/build/framework/features/google-analytics.php:109
|
| 658 |
msgid ""
|
| 659 |
"Enable Google Analytics IP Anonymization for enhanced privacy. More info and "
|
| 660 |
"instructions can be found %shere%s."
|
| 661 |
msgstr ""
|
| 662 |
|
| 663 |
-
#: framework/features/opengraph-meta-data.php:17
|
| 664 |
-
#: build_tmp/build/framework/features/opengraph-meta-data.php:17
|
| 665 |
msgid "OpenGraph Meta Data"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
-
#: framework/features/opengraph-meta-data.php:20
|
| 669 |
-
#: build_tmp/build/framework/features/opengraph-meta-data.php:20
|
| 670 |
msgid "Enable the OpenGraph rich meta data features for your website."
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
-
#: framework/features/opengraph-meta-data.php:29
|
| 674 |
-
#: build_tmp/build/framework/features/opengraph-meta-data.php:29
|
| 675 |
msgid "Facebook Page URL"
|
| 676 |
msgstr ""
|
| 677 |
|
| 678 |
-
#: framework/features/opengraph-meta-data.php:36
|
| 679 |
-
#: build_tmp/build/framework/features/opengraph-meta-data.php:36
|
| 680 |
msgid "Facebook App ID"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
-
#: framework/features/opengraph-meta-data.php:43
|
| 684 |
-
#: build_tmp/build/framework/features/opengraph-meta-data.php:43
|
| 685 |
msgid "Twitter Username"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
#. translators: This is a brand name. Preferably to not be translated
|
| 689 |
#: framework/extensions/cookies-consent/config.php:5,
|
| 690 |
-
#: framework/extensions/cookies-consent/customizer.php:5
|
| 691 |
-
#: build_tmp/build/framework/extensions/cookies-consent/config.php:5,
|
| 692 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:5
|
| 693 |
msgctxt "Extension Brand Name"
|
| 694 |
msgid "Cookies Consent"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
-
#: framework/extensions/cookies-consent/config.php:6
|
| 698 |
-
#: build_tmp/build/framework/extensions/cookies-consent/config.php:6
|
| 699 |
msgid ""
|
| 700 |
"Display a cookie acceptance box in order to comply with the privacy "
|
| 701 |
"regulations in your country."
|
|
@@ -710,35 +557,16 @@ msgstr ""
|
|
| 710 |
#: framework/premium/extensions/shortcuts/customizer.php:534,
|
| 711 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
|
| 712 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
|
| 713 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:15,
|
| 714 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:12,
|
| 715 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:343,
|
| 716 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:6,
|
| 717 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:110,
|
| 718 |
#: framework/features/header/items/account/options.php:70,
|
| 719 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
|
| 720 |
#: framework/premium/features/content-blocks/options/popup.php:30,
|
| 721 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:6,
|
| 722 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:534,
|
| 723 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
|
| 724 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
|
| 725 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
|
| 726 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
|
| 727 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
|
| 728 |
#: framework/premium/features/premium-header/items/contacts/options.php:5,
|
| 729 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:21,
|
| 730 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:347,
|
| 731 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:37
|
| 732 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:70,
|
| 733 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
|
| 734 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:30,
|
| 735 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
|
| 736 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
|
| 737 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
|
| 738 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:5,
|
| 739 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:21,
|
| 740 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:347,
|
| 741 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:37
|
| 742 |
#: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
|
| 743 |
msgid "General"
|
| 744 |
msgstr ""
|
|
@@ -747,20 +575,11 @@ msgstr ""
|
|
| 747 |
#: framework/premium/extensions/shortcuts/customizer.php:546,
|
| 748 |
#: framework/premium/extensions/woocommerce-extra/extension.php:81,
|
| 749 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
|
| 750 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:28,
|
| 751 |
#: framework/features/header/items/account/options.php:225,
|
| 752 |
#: framework/features/header/items/account/options.php:466,
|
| 753 |
#: framework/features/header/items/account/options.php:524,
|
| 754 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:546,
|
| 755 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:81,
|
| 756 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
|
| 757 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
|
| 758 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56
|
| 759 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:225,
|
| 760 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:466,
|
| 761 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:524,
|
| 762 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
|
| 763 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56
|
| 764 |
msgid "Type 1"
|
| 765 |
msgstr ""
|
| 766 |
|
|
@@ -768,65 +587,47 @@ msgstr ""
|
|
| 768 |
#: framework/premium/extensions/shortcuts/customizer.php:551,
|
| 769 |
#: framework/premium/extensions/woocommerce-extra/extension.php:86,
|
| 770 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
|
| 771 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:33,
|
| 772 |
#: framework/features/header/items/account/options.php:230,
|
| 773 |
#: framework/features/header/items/account/options.php:471,
|
| 774 |
#: framework/features/header/items/account/options.php:529,
|
| 775 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:551,
|
| 776 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:86,
|
| 777 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
|
| 778 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
|
| 779 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
|
| 780 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:230,
|
| 781 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:471,
|
| 782 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:529,
|
| 783 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
|
| 784 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
|
| 785 |
msgid "Type 2"
|
| 786 |
msgstr ""
|
| 787 |
|
| 788 |
-
#: framework/extensions/cookies-consent/customizer.php:40
|
| 789 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:40
|
| 790 |
msgid "Cookie period"
|
| 791 |
msgstr ""
|
| 792 |
|
| 793 |
-
#: framework/extensions/cookies-consent/customizer.php:48
|
| 794 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:48
|
| 795 |
msgid "One hour"
|
| 796 |
msgstr ""
|
| 797 |
|
| 798 |
-
#: framework/extensions/cookies-consent/customizer.php:49
|
| 799 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:49
|
| 800 |
msgid "One day"
|
| 801 |
msgstr ""
|
| 802 |
|
| 803 |
-
#: framework/extensions/cookies-consent/customizer.php:50
|
| 804 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:50
|
| 805 |
msgid "One week"
|
| 806 |
msgstr ""
|
| 807 |
|
| 808 |
-
#: framework/extensions/cookies-consent/customizer.php:51
|
| 809 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:51
|
| 810 |
msgid "One month"
|
| 811 |
msgstr ""
|
| 812 |
|
| 813 |
-
#: framework/extensions/cookies-consent/customizer.php:52
|
| 814 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:52
|
| 815 |
msgid "Three months"
|
| 816 |
msgstr ""
|
| 817 |
|
| 818 |
-
#: framework/extensions/cookies-consent/customizer.php:53
|
| 819 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:53
|
| 820 |
msgid "Six months"
|
| 821 |
msgstr ""
|
| 822 |
|
| 823 |
-
#: framework/extensions/cookies-consent/customizer.php:54
|
| 824 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:54
|
| 825 |
msgid "One year"
|
| 826 |
msgstr ""
|
| 827 |
|
| 828 |
-
#: framework/extensions/cookies-consent/customizer.php:55
|
| 829 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:55
|
| 830 |
msgid "Forever"
|
| 831 |
msgstr ""
|
| 832 |
|
|
@@ -835,7 +636,6 @@ msgstr ""
|
|
| 835 |
#: framework/premium/features/content-blocks/hooks-manager.php:243,
|
| 836 |
#: framework/premium/features/content-blocks/hooks-manager.php:251,
|
| 837 |
#: framework/premium/features/content-blocks/hooks-manager.php:259,
|
| 838 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:62,
|
| 839 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
|
| 840 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:141,
|
| 841 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:201,
|
|
@@ -843,78 +643,49 @@ msgstr ""
|
|
| 843 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:321,
|
| 844 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:381,
|
| 845 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:441,
|
| 846 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:235,
|
| 847 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:243,
|
| 848 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:251,
|
| 849 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:259,
|
| 850 |
#: framework/premium/features/premium-header/items/contacts/options.php:52,
|
| 851 |
#: framework/premium/features/premium-header/items/contacts/options.php:88,
|
| 852 |
#: framework/premium/features/premium-header/items/contacts/options.php:124,
|
| 853 |
#: framework/premium/features/premium-header/items/contacts/options.php:160,
|
| 854 |
#: framework/premium/features/premium-header/items/contacts/options.php:196,
|
| 855 |
#: framework/premium/features/premium-header/items/contacts/options.php:232,
|
| 856 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:268
|
| 857 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
|
| 858 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:141,
|
| 859 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:201,
|
| 860 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:261,
|
| 861 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:321,
|
| 862 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:381,
|
| 863 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:441,
|
| 864 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:52,
|
| 865 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:88,
|
| 866 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:124,
|
| 867 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:160,
|
| 868 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:196,
|
| 869 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:232,
|
| 870 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:268
|
| 871 |
msgid "Content"
|
| 872 |
msgstr ""
|
| 873 |
|
| 874 |
#: framework/extensions/cookies-consent/customizer.php:64,
|
| 875 |
-
#: framework/extensions/cookies-consent/helpers.php:30
|
| 876 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:64,
|
| 877 |
-
#: build_tmp/build/framework/extensions/cookies-consent/helpers.php:30
|
| 878 |
msgid ""
|
| 879 |
"We use cookies to ensure that we give you the best experience on our website."
|
| 880 |
msgstr ""
|
| 881 |
|
| 882 |
-
#: framework/extensions/cookies-consent/customizer.php:76
|
| 883 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:76
|
| 884 |
msgid "Accept Button text"
|
| 885 |
msgstr ""
|
| 886 |
|
| 887 |
#: framework/extensions/cookies-consent/customizer.php:80,
|
| 888 |
-
#: framework/extensions/cookies-consent/helpers.php:33
|
| 889 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:80,
|
| 890 |
-
#: build_tmp/build/framework/extensions/cookies-consent/helpers.php:33
|
| 891 |
msgid "Accept"
|
| 892 |
msgstr ""
|
| 893 |
|
| 894 |
-
#: framework/extensions/cookies-consent/customizer.php:85
|
| 895 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:85
|
| 896 |
msgid "Decline Button text"
|
| 897 |
msgstr ""
|
| 898 |
|
| 899 |
#: framework/extensions/cookies-consent/customizer.php:88,
|
| 900 |
-
#: framework/extensions/cookies-consent/helpers.php:34
|
| 901 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:88,
|
| 902 |
-
#: build_tmp/build/framework/extensions/cookies-consent/helpers.php:34
|
| 903 |
msgid "Decline"
|
| 904 |
msgstr ""
|
| 905 |
|
| 906 |
-
#: framework/extensions/cookies-consent/customizer.php:98
|
| 907 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:98
|
| 908 |
msgid "Maximum Width"
|
| 909 |
msgstr ""
|
| 910 |
|
| 911 |
-
#: framework/extensions/cookies-consent/customizer.php:119
|
| 912 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:119
|
| 913 |
msgid "I accept the %sPrivacy Policy%s*"
|
| 914 |
msgstr ""
|
| 915 |
|
| 916 |
-
#: framework/extensions/cookies-consent/customizer.php:123
|
| 917 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:123
|
| 918 |
msgid "This text will appear under each comment form and subscribe form."
|
| 919 |
msgstr ""
|
| 920 |
|
|
@@ -927,42 +698,21 @@ msgstr ""
|
|
| 927 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
| 928 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
| 929 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
| 930 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:142,
|
| 931 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:147,
|
| 932 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:383,
|
| 933 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:333,
|
| 934 |
#: framework/features/header/items/account/options.php:664,
|
| 935 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
| 936 |
#: framework/premium/features/content-blocks/options/popup.php:361,
|
| 937 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:516,
|
| 938 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:778,
|
| 939 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
| 940 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
| 941 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
| 942 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
| 943 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
|
| 944 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
| 945 |
#: framework/premium/features/premium-header/items/contacts/options.php:404,
|
| 946 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:186,
|
| 947 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:371,
|
| 948 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:188
|
| 949 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:664,
|
| 950 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
| 951 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:361,
|
| 952 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
| 953 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
|
| 954 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
| 955 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:404,
|
| 956 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:186,
|
| 957 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:371,
|
| 958 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:188
|
| 959 |
msgid "Design"
|
| 960 |
msgstr ""
|
| 961 |
|
| 962 |
#: framework/extensions/cookies-consent/customizer.php:147,
|
| 963 |
-
#: framework/premium/extensions/mega-menu/options.php:615
|
| 964 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:147,
|
| 965 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:615
|
| 966 |
msgid "Text Color"
|
| 967 |
msgstr ""
|
| 968 |
|
|
@@ -989,19 +739,6 @@ msgstr ""
|
|
| 989 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
| 990 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
| 991 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
| 992 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:164,
|
| 993 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:191,
|
| 994 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:220,
|
| 995 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:251,
|
| 996 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:287,
|
| 997 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:316,
|
| 998 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:165,
|
| 999 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:190,
|
| 1000 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:222,
|
| 1001 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:253,
|
| 1002 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:290,
|
| 1003 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:322,
|
| 1004 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:366,
|
| 1005 |
#: framework/features/header/items/account/options.php:728,
|
| 1006 |
#: framework/features/header/items/account/options.php:760,
|
| 1007 |
#: framework/features/header/items/account/options.php:790,
|
|
@@ -1019,16 +756,6 @@ msgstr ""
|
|
| 1019 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
| 1020 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
| 1021 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
|
| 1022 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:772,
|
| 1023 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:819,
|
| 1024 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:838,
|
| 1025 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:812,
|
| 1026 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:844,
|
| 1027 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
|
| 1028 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
|
| 1029 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
| 1030 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
| 1031 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
| 1032 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
|
| 1033 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
|
| 1034 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
|
|
@@ -1066,62 +793,7 @@ msgstr ""
|
|
| 1066 |
#: framework/premium/features/premium-header/items/search-input/options.php:666,
|
| 1067 |
#: framework/premium/features/premium-header/items/search-input/options.php:696,
|
| 1068 |
#: framework/premium/features/premium-header/items/search-input/options.php:783,
|
| 1069 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:811
|
| 1070 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:728,
|
| 1071 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:760,
|
| 1072 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:790,
|
| 1073 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:872,
|
| 1074 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:903,
|
| 1075 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:932,
|
| 1076 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:993,
|
| 1077 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1023,
|
| 1078 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1053,
|
| 1079 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1089,
|
| 1080 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1189,
|
| 1081 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1225,
|
| 1082 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1264,
|
| 1083 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
|
| 1084 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
| 1085 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
| 1086 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
|
| 1087 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
|
| 1088 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
|
| 1089 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
|
| 1090 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
|
| 1091 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:223,
|
| 1092 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:254,
|
| 1093 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
|
| 1094 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:350,
|
| 1095 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:381,
|
| 1096 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:410,
|
| 1097 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:637,
|
| 1098 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:668,
|
| 1099 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:698,
|
| 1100 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:798,
|
| 1101 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:837,
|
| 1102 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:876,
|
| 1103 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
|
| 1104 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
|
| 1105 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
|
| 1106 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:249,
|
| 1107 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:279,
|
| 1108 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:308,
|
| 1109 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:399,
|
| 1110 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:425,
|
| 1111 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:241,
|
| 1112 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:273,
|
| 1113 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:303,
|
| 1114 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:371,
|
| 1115 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:403,
|
| 1116 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:433,
|
| 1117 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:501,
|
| 1118 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:533,
|
| 1119 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:563,
|
| 1120 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:636,
|
| 1121 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:666,
|
| 1122 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:696,
|
| 1123 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:783,
|
| 1124 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:811
|
| 1125 |
msgid "Initial"
|
| 1126 |
msgstr ""
|
| 1127 |
|
|
@@ -1139,14 +811,6 @@ msgstr ""
|
|
| 1139 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
| 1140 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
| 1141 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
| 1142 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:170,
|
| 1143 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:226,
|
| 1144 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:257,
|
| 1145 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:292,
|
| 1146 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:321,
|
| 1147 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:196,
|
| 1148 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:327,
|
| 1149 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:372,
|
| 1150 |
#: framework/features/header/items/account/options.php:734,
|
| 1151 |
#: framework/features/header/items/account/options.php:765,
|
| 1152 |
#: framework/features/header/items/account/options.php:795,
|
|
@@ -1157,12 +821,6 @@ msgstr ""
|
|
| 1157 |
#: framework/features/header/items/account/options.php:1195,
|
| 1158 |
#: framework/features/header/items/account/options.php:1231,
|
| 1159 |
#: framework/features/header/items/account/options.php:1270,
|
| 1160 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:777,
|
| 1161 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:818,
|
| 1162 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:850,
|
| 1163 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
| 1164 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
| 1165 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
| 1166 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
|
| 1167 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
|
| 1168 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
|
|
@@ -1179,34 +837,7 @@ msgstr ""
|
|
| 1179 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
|
| 1180 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
|
| 1181 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:404,
|
| 1182 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:788
|
| 1183 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:734,
|
| 1184 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:765,
|
| 1185 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:795,
|
| 1186 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:878,
|
| 1187 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:908,
|
| 1188 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:937,
|
| 1189 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:999,
|
| 1190 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1195,
|
| 1191 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1231,
|
| 1192 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1270,
|
| 1193 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
|
| 1194 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
|
| 1195 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
|
| 1196 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:356,
|
| 1197 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:386,
|
| 1198 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:415,
|
| 1199 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:642,
|
| 1200 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:673,
|
| 1201 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:703,
|
| 1202 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:803,
|
| 1203 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:842,
|
| 1204 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:881,
|
| 1205 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
|
| 1206 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
|
| 1207 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
|
| 1208 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:404,
|
| 1209 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:788
|
| 1210 |
msgid "Hover"
|
| 1211 |
msgstr ""
|
| 1212 |
|
|
@@ -1215,19 +846,10 @@ msgstr ""
|
|
| 1215 |
#: framework/extensions/cookies-consent/customizer.php:299,
|
| 1216 |
#: framework/premium/extensions/mega-menu/options.php:826,
|
| 1217 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
| 1218 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:178,
|
| 1219 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:234,
|
| 1220 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:299,
|
| 1221 |
#: framework/features/header/items/account/options.php:1247,
|
| 1222 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
| 1223 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:826,
|
| 1224 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
| 1225 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
| 1226 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
| 1227 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1247,
|
| 1228 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
| 1229 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
| 1230 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:412
|
| 1231 |
msgid "Background Color"
|
| 1232 |
msgstr ""
|
| 1233 |
|
|
@@ -1237,13 +859,7 @@ msgstr ""
|
|
| 1237 |
#: framework/premium/extensions/mega-menu/options.php:806,
|
| 1238 |
#: framework/premium/extensions/shortcuts/customizer.php:794,
|
| 1239 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
| 1240 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:203,
|
| 1241 |
-
#: build_tmp/build/framework/extensions/cookies-consent/customizer.php:270,
|
| 1242 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:348,
|
| 1243 |
#: framework/features/header/items/account/options.php:975,
|
| 1244 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:806,
|
| 1245 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:794,
|
| 1246 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
| 1247 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
| 1248 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
|
| 1249 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
|
|
@@ -1256,26 +872,11 @@ msgstr ""
|
|
| 1256 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:232,
|
| 1257 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:262,
|
| 1258 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:291,
|
| 1259 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:382
|
| 1260 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:975,
|
| 1261 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
| 1262 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
|
| 1263 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
|
| 1264 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:266,
|
| 1265 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:420,
|
| 1266 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:449,
|
| 1267 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:492,
|
| 1268 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:532,
|
| 1269 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:203,
|
| 1270 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:232,
|
| 1271 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:262,
|
| 1272 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:291,
|
| 1273 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:382
|
| 1274 |
msgid "Font Color"
|
| 1275 |
msgstr ""
|
| 1276 |
|
| 1277 |
-
#: framework/extensions/cookies-consent/helpers.php:79
|
| 1278 |
-
#: build_tmp/build/framework/extensions/cookies-consent/helpers.php:79
|
| 1279 |
msgid "I accept the %sPrivacy Policy%s"
|
| 1280 |
msgstr ""
|
| 1281 |
|
|
@@ -1283,59 +884,46 @@ msgstr ""
|
|
| 1283 |
#: framework/extensions/newsletter-subscribe/readme.php:1,
|
| 1284 |
#: framework/premium/extensions/code-snippets/readme.php:1,
|
| 1285 |
#: framework/premium/extensions/post-types-extra/readme.php:1,
|
| 1286 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:1
|
| 1287 |
-
#: build_tmp/build/framework/extensions/cookies-consent/readme.php:1,
|
| 1288 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:1,
|
| 1289 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:1,
|
| 1290 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:1,
|
| 1291 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:1
|
| 1292 |
msgid "Instructions"
|
| 1293 |
msgstr ""
|
| 1294 |
|
| 1295 |
-
#: framework/extensions/cookies-consent/readme.php:4
|
| 1296 |
-
#: build_tmp/build/framework/extensions/cookies-consent/readme.php:4
|
| 1297 |
msgid ""
|
| 1298 |
"After installing and activating the Cookies Consent extension you will be "
|
| 1299 |
"able to configure it from this location:"
|
| 1300 |
msgstr ""
|
| 1301 |
|
| 1302 |
-
#: framework/extensions/cookies-consent/readme.php:9
|
| 1303 |
-
#: build_tmp/build/framework/extensions/cookies-consent/readme.php:9
|
| 1304 |
msgid "Customizer"
|
| 1305 |
msgstr ""
|
| 1306 |
|
| 1307 |
-
#: framework/extensions/cookies-consent/readme.php:13
|
| 1308 |
-
#: build_tmp/build/framework/extensions/cookies-consent/readme.php:13
|
| 1309 |
msgid "Navigate to %s and customize the notification to meet your needs."
|
| 1310 |
msgstr ""
|
| 1311 |
|
| 1312 |
-
#: framework/extensions/cookies-consent/readme.php:16
|
| 1313 |
-
#: build_tmp/build/framework/extensions/cookies-consent/readme.php:16
|
| 1314 |
msgid "Customizer ➝ Cookie Consent"
|
| 1315 |
msgstr ""
|
| 1316 |
|
| 1317 |
#. translators: This is a brand name. Preferably to not be translated
|
| 1318 |
-
#: framework/extensions/newsletter-subscribe/config.php:5
|
| 1319 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:5
|
| 1320 |
msgctxt "Extension Brand Name"
|
| 1321 |
msgid "Newsletter Subscribe"
|
| 1322 |
msgstr ""
|
| 1323 |
|
| 1324 |
-
#: framework/extensions/newsletter-subscribe/config.php:6
|
| 1325 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:6
|
| 1326 |
msgid ""
|
| 1327 |
"Easily capture new leads for your newsletter with the help of a widget, "
|
| 1328 |
"shortcode or even a block inserted on your pages or posts."
|
| 1329 |
msgstr ""
|
| 1330 |
|
| 1331 |
-
#: framework/extensions/newsletter-subscribe/customizer.php:4
|
| 1332 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:4
|
| 1333 |
msgid "Subscribe Form"
|
| 1334 |
msgstr ""
|
| 1335 |
|
| 1336 |
#: framework/extensions/newsletter-subscribe/customizer.php:18,
|
| 1337 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
|
| 1338 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:18,
|
| 1339 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
|
| 1340 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:16,
|
| 1341 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:73,
|
|
@@ -1349,50 +937,24 @@ msgstr ""
|
|
| 1349 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:95,
|
| 1350 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:15,
|
| 1351 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:15,
|
| 1352 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
|
| 1353 |
#: framework/premium/features/premium-header/items/contacts/options.php:45,
|
| 1354 |
#: framework/premium/features/premium-header/items/contacts/options.php:81,
|
| 1355 |
#: framework/premium/features/premium-header/items/contacts/options.php:117,
|
| 1356 |
#: framework/premium/features/premium-header/items/contacts/options.php:153,
|
| 1357 |
#: framework/premium/features/premium-header/items/contacts/options.php:189,
|
| 1358 |
#: framework/premium/features/premium-header/items/contacts/options.php:225,
|
| 1359 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:261
|
| 1360 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
|
| 1361 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:16,
|
| 1362 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:73,
|
| 1363 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:134,
|
| 1364 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:194,
|
| 1365 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:254,
|
| 1366 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:314,
|
| 1367 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:374,
|
| 1368 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:434,
|
| 1369 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:13,
|
| 1370 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:95,
|
| 1371 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:15,
|
| 1372 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:15,
|
| 1373 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:45,
|
| 1374 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:81,
|
| 1375 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:117,
|
| 1376 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:153,
|
| 1377 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:189,
|
| 1378 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:225,
|
| 1379 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:261
|
| 1380 |
msgid "Title"
|
| 1381 |
msgstr ""
|
| 1382 |
|
| 1383 |
#: framework/extensions/newsletter-subscribe/customizer.php:21,
|
| 1384 |
#: framework/extensions/newsletter-subscribe/helpers.php:42,
|
| 1385 |
-
#: framework/extensions/newsletter-subscribe/helpers.php:96
|
| 1386 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:21,
|
| 1387 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:42,
|
| 1388 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:96
|
| 1389 |
msgid "Newsletter Updates"
|
| 1390 |
msgstr ""
|
| 1391 |
|
| 1392 |
#: framework/extensions/newsletter-subscribe/customizer.php:27,
|
| 1393 |
-
#:
|
| 1394 |
-
#: framework/extensions/widgets/widgets/ct-posts/widget.php:14,
|
| 1395 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:14
|
| 1396 |
msgid "Description"
|
| 1397 |
msgstr ""
|
| 1398 |
|
|
@@ -1400,19 +962,12 @@ msgstr ""
|
|
| 1400 |
#: framework/extensions/newsletter-subscribe/helpers.php:45,
|
| 1401 |
#: framework/extensions/newsletter-subscribe/helpers.php:97,
|
| 1402 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
|
| 1403 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
|
| 1404 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:29,
|
| 1405 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:45,
|
| 1406 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:97,
|
| 1407 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
|
| 1408 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
|
| 1409 |
msgid "Enter your email address below to subscribe to our newsletter"
|
| 1410 |
msgstr ""
|
| 1411 |
|
| 1412 |
#: framework/extensions/newsletter-subscribe/customizer.php:42,
|
| 1413 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
|
| 1414 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:42,
|
| 1415 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
|
| 1416 |
msgid "List Source"
|
| 1417 |
msgstr ""
|
| 1418 |
|
|
@@ -1421,17 +976,9 @@ msgstr ""
|
|
| 1421 |
#: framework/features/header/header-options.php:71,
|
| 1422 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
|
| 1423 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
|
| 1424 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:49,
|
| 1425 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:17,
|
| 1426 |
-
#: build_tmp/build/framework/features/header/header-options.php:71,
|
| 1427 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:173,
|
| 1428 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:198,
|
| 1429 |
-
#: framework/premium/features/content-blocks/options/hook.php:289
|
| 1430 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
|
| 1431 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
|
| 1432 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:173,
|
| 1433 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:198,
|
| 1434 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:289
|
| 1435 |
msgid "Default"
|
| 1436 |
msgstr ""
|
| 1437 |
|
|
@@ -1439,36 +986,24 @@ msgstr ""
|
|
| 1439 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
|
| 1440 |
#: framework/premium/extensions/shortcuts/customizer.php:250,
|
| 1441 |
#: framework/premium/extensions/shortcuts/customizer.php:276,
|
| 1442 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:50,
|
| 1443 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
|
| 1444 |
-
#: framework/premium/features/content-blocks/options/archive.php:48
|
| 1445 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
|
| 1446 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:250,
|
| 1447 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:276,
|
| 1448 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
|
| 1449 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:48
|
| 1450 |
msgid "Custom"
|
| 1451 |
msgstr ""
|
| 1452 |
|
| 1453 |
#: framework/extensions/newsletter-subscribe/customizer.php:62,
|
| 1454 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
|
| 1455 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:62,
|
| 1456 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
|
| 1457 |
#: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:194
|
| 1458 |
msgid "List ID"
|
| 1459 |
msgstr ""
|
| 1460 |
|
| 1461 |
#: framework/extensions/newsletter-subscribe/customizer.php:80,
|
| 1462 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
|
| 1463 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:80,
|
| 1464 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
|
| 1465 |
msgid "Name Field"
|
| 1466 |
msgstr ""
|
| 1467 |
|
| 1468 |
#: framework/extensions/newsletter-subscribe/customizer.php:93,
|
| 1469 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
|
| 1470 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:93,
|
| 1471 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
|
| 1472 |
msgid "Name Label"
|
| 1473 |
msgstr ""
|
| 1474 |
|
|
@@ -1477,20 +1012,12 @@ msgstr ""
|
|
| 1477 |
#: framework/extensions/newsletter-subscribe/helpers.php:57,
|
| 1478 |
#: framework/extensions/newsletter-subscribe/helpers.php:108,
|
| 1479 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
|
| 1480 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
|
| 1481 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:95,
|
| 1482 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:180,
|
| 1483 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:57,
|
| 1484 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:108,
|
| 1485 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
|
| 1486 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
|
| 1487 |
msgid "Your name"
|
| 1488 |
msgstr ""
|
| 1489 |
|
| 1490 |
#: framework/extensions/newsletter-subscribe/customizer.php:105,
|
| 1491 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
|
| 1492 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:105,
|
| 1493 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
|
| 1494 |
msgid "Mail Label"
|
| 1495 |
msgstr ""
|
| 1496 |
|
|
@@ -1499,20 +1026,12 @@ msgstr ""
|
|
| 1499 |
#: framework/extensions/newsletter-subscribe/helpers.php:61,
|
| 1500 |
#: framework/extensions/newsletter-subscribe/helpers.php:109,
|
| 1501 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
|
| 1502 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
|
| 1503 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:107,
|
| 1504 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:181,
|
| 1505 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:61,
|
| 1506 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:109,
|
| 1507 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
|
| 1508 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
|
| 1509 |
msgid "Your email"
|
| 1510 |
msgstr ""
|
| 1511 |
|
| 1512 |
#: framework/extensions/newsletter-subscribe/customizer.php:114,
|
| 1513 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
|
| 1514 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:114,
|
| 1515 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
|
| 1516 |
msgid "Button Label"
|
| 1517 |
msgstr ""
|
| 1518 |
|
|
@@ -1521,13 +1040,7 @@ msgstr ""
|
|
| 1521 |
#: framework/extensions/newsletter-subscribe/helpers.php:52,
|
| 1522 |
#: framework/extensions/newsletter-subscribe/helpers.php:101,
|
| 1523 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
|
| 1524 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
|
| 1525 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:116,
|
| 1526 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:175,
|
| 1527 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:52,
|
| 1528 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:101,
|
| 1529 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
|
| 1530 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
|
| 1531 |
msgid "Subscribe"
|
| 1532 |
msgstr ""
|
| 1533 |
|
|
@@ -1541,28 +1054,12 @@ msgstr ""
|
|
| 1541 |
#: framework/premium/extensions/shortcuts/customizer.php:427,
|
| 1542 |
#: framework/premium/extensions/shortcuts/customizer.php:483,
|
| 1543 |
#: framework/premium/extensions/shortcuts/customizer.php:742,
|
| 1544 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:126,
|
| 1545 |
#: framework/premium/features/content-blocks/options/404.php:146,
|
| 1546 |
#: framework/premium/features/content-blocks/options/header.php:166,
|
| 1547 |
#: framework/premium/features/content-blocks/options/hook.php:343,
|
| 1548 |
#: framework/premium/features/content-blocks/options/popup.php:339,
|
| 1549 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:45,
|
| 1550 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:107,
|
| 1551 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:169,
|
| 1552 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:225,
|
| 1553 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:312,
|
| 1554 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:371,
|
| 1555 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:427,
|
| 1556 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:483,
|
| 1557 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:742,
|
| 1558 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
|
| 1559 |
-
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
|
| 1560 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:146,
|
| 1561 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:166,
|
| 1562 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:343,
|
| 1563 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:339,
|
| 1564 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
|
| 1565 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
|
| 1566 |
msgid "Visibility"
|
| 1567 |
msgstr ""
|
| 1568 |
|
|
@@ -1585,43 +1082,15 @@ msgstr ""
|
|
| 1585 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
|
| 1586 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
|
| 1587 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
|
| 1588 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:137,
|
| 1589 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:279,
|
| 1590 |
-
#: build_tmp/build/framework/features/header/header-options.php:103,
|
| 1591 |
-
#: build_tmp/build/framework/features/header/header-options.php:185,
|
| 1592 |
#: framework/features/header/items/account/options.php:287,
|
| 1593 |
#: framework/features/header/items/account/options.php:584,
|
| 1594 |
#: framework/premium/features/content-blocks/options/404.php:157,
|
| 1595 |
#: framework/premium/features/content-blocks/options/header.php:177,
|
| 1596 |
#: framework/premium/features/content-blocks/options/hook.php:354,
|
| 1597 |
#: framework/premium/features/content-blocks/options/popup.php:350,
|
| 1598 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:59,
|
| 1599 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:121,
|
| 1600 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:183,
|
| 1601 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:239,
|
| 1602 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:327,
|
| 1603 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:385,
|
| 1604 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:441,
|
| 1605 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:497,
|
| 1606 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:634,
|
| 1607 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:756,
|
| 1608 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:176,
|
| 1609 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:197,
|
| 1610 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
|
| 1611 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
|
| 1612 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
|
| 1613 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
|
| 1614 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
|
| 1615 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
|
| 1616 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:287,
|
| 1617 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:584,
|
| 1618 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:157,
|
| 1619 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:177,
|
| 1620 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:354,
|
| 1621 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:350,
|
| 1622 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
|
| 1623 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
|
| 1624 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
|
| 1625 |
msgid "Desktop"
|
| 1626 |
msgstr ""
|
| 1627 |
|
|
@@ -1642,8 +1111,6 @@ msgstr ""
|
|
| 1642 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
|
| 1643 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
|
| 1644 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
| 1645 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:138,
|
| 1646 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:280,
|
| 1647 |
#: framework/features/header/items/account/options.php:288,
|
| 1648 |
#: framework/features/header/items/account/options.php:585,
|
| 1649 |
#: framework/features/header/items/account/options.php:1312,
|
|
@@ -1651,34 +1118,9 @@ msgstr ""
|
|
| 1651 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
| 1652 |
#: framework/premium/features/content-blocks/options/hook.php:355,
|
| 1653 |
#: framework/premium/features/content-blocks/options/popup.php:351,
|
| 1654 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:60,
|
| 1655 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:122,
|
| 1656 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:184,
|
| 1657 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:240,
|
| 1658 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:328,
|
| 1659 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:386,
|
| 1660 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:442,
|
| 1661 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:498,
|
| 1662 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:635,
|
| 1663 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:757,
|
| 1664 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:177,
|
| 1665 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:198,
|
| 1666 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
|
| 1667 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
|
| 1668 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
| 1669 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
|
| 1670 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
|
| 1671 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106
|
| 1672 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:288,
|
| 1673 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:585,
|
| 1674 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1312,
|
| 1675 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:158,
|
| 1676 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:178,
|
| 1677 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:355,
|
| 1678 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:351,
|
| 1679 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
|
| 1680 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
|
| 1681 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106
|
| 1682 |
msgid "Tablet"
|
| 1683 |
msgstr ""
|
| 1684 |
|
|
@@ -1701,10 +1143,6 @@ msgstr ""
|
|
| 1701 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
|
| 1702 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
|
| 1703 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
|
| 1704 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:139,
|
| 1705 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:281,
|
| 1706 |
-
#: build_tmp/build/framework/features/header/header-options.php:105,
|
| 1707 |
-
#: build_tmp/build/framework/features/header/header-options.php:187,
|
| 1708 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:188,
|
| 1709 |
#: framework/features/header/items/account/options.php:289,
|
| 1710 |
#: framework/features/header/items/account/options.php:586,
|
|
@@ -1713,71 +1151,33 @@ msgstr ""
|
|
| 1713 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
| 1714 |
#: framework/premium/features/content-blocks/options/hook.php:356,
|
| 1715 |
#: framework/premium/features/content-blocks/options/popup.php:352,
|
| 1716 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:61,
|
| 1717 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:123,
|
| 1718 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:185,
|
| 1719 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:241,
|
| 1720 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:329,
|
| 1721 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:387,
|
| 1722 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:443,
|
| 1723 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:499,
|
| 1724 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:636,
|
| 1725 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:758,
|
| 1726 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:178,
|
| 1727 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:199,
|
| 1728 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
|
| 1729 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
|
| 1730 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
|
| 1731 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
|
| 1732 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
|
| 1733 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
|
| 1734 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:113
|
| 1735 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:188,
|
| 1736 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:289,
|
| 1737 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:586,
|
| 1738 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1313,
|
| 1739 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:159,
|
| 1740 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:179,
|
| 1741 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:356,
|
| 1742 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:352,
|
| 1743 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
|
| 1744 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
|
| 1745 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
|
| 1746 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:113
|
| 1747 |
msgid "Mobile"
|
| 1748 |
msgstr ""
|
| 1749 |
|
| 1750 |
-
#: framework/extensions/newsletter-subscribe/customizer.php:152
|
| 1751 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:152
|
| 1752 |
msgid "Title Color"
|
| 1753 |
msgstr ""
|
| 1754 |
|
| 1755 |
-
#: framework/extensions/newsletter-subscribe/customizer.php:173
|
| 1756 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:173
|
| 1757 |
msgid "Description Color"
|
| 1758 |
msgstr ""
|
| 1759 |
|
| 1760 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
| 1761 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:204,
|
| 1762 |
#: framework/features/header/items/account/options.php:1007,
|
| 1763 |
#: framework/premium/features/premium-header/items/search-input/options.php:194,
|
| 1764 |
#: framework/premium/features/premium-header/items/search-input/options.php:223,
|
| 1765 |
#: framework/premium/features/premium-header/items/search-input/options.php:255,
|
| 1766 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:285
|
| 1767 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1007,
|
| 1768 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:194,
|
| 1769 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:223,
|
| 1770 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:255,
|
| 1771 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:285
|
| 1772 |
msgid "Input Font Color"
|
| 1773 |
msgstr ""
|
| 1774 |
|
| 1775 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
| 1776 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
| 1777 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
| 1778 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:228,
|
| 1779 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:259,
|
| 1780 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:295,
|
| 1781 |
#: framework/features/header/items/account/options.php:1029,
|
| 1782 |
#: framework/features/header/items/account/options.php:1059,
|
| 1783 |
#: framework/features/header/items/account/options.php:1095,
|
|
@@ -1792,151 +1192,102 @@ msgstr ""
|
|
| 1792 |
#: framework/premium/features/premium-header/items/search-input/options.php:568,
|
| 1793 |
#: framework/premium/features/premium-header/items/search-input/options.php:641,
|
| 1794 |
#: framework/premium/features/premium-header/items/search-input/options.php:671,
|
| 1795 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:701
|
| 1796 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1029,
|
| 1797 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1059,
|
| 1798 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1095,
|
| 1799 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:247,
|
| 1800 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:278,
|
| 1801 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:308,
|
| 1802 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:377,
|
| 1803 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:408,
|
| 1804 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:438,
|
| 1805 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:507,
|
| 1806 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:538,
|
| 1807 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:568,
|
| 1808 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:641,
|
| 1809 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:671,
|
| 1810 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:701
|
| 1811 |
msgid "Focus"
|
| 1812 |
msgstr ""
|
| 1813 |
|
| 1814 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
| 1815 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:236,
|
| 1816 |
#: framework/features/header/items/account/options.php:1037,
|
| 1817 |
#: framework/premium/features/premium-header/items/search-input/options.php:454,
|
| 1818 |
#: framework/premium/features/premium-header/items/search-input/options.php:483,
|
| 1819 |
#: framework/premium/features/premium-header/items/search-input/options.php:515,
|
| 1820 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:545
|
| 1821 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1037,
|
| 1822 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:454,
|
| 1823 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:483,
|
| 1824 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:515,
|
| 1825 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:545
|
| 1826 |
msgid "Input Border Color"
|
| 1827 |
msgstr ""
|
| 1828 |
|
| 1829 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
| 1830 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:273,
|
| 1831 |
#: framework/features/header/items/account/options.php:1073,
|
| 1832 |
#: framework/premium/features/premium-header/items/search-input/options.php:590,
|
| 1833 |
#: framework/premium/features/premium-header/items/search-input/options.php:618,
|
| 1834 |
#: framework/premium/features/premium-header/items/search-input/options.php:648,
|
| 1835 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:678
|
| 1836 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1073,
|
| 1837 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:590,
|
| 1838 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:618,
|
| 1839 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:648,
|
| 1840 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:678
|
| 1841 |
msgid "Input Background Color"
|
| 1842 |
msgstr ""
|
| 1843 |
|
| 1844 |
#: framework/extensions/newsletter-subscribe/customizer.php:305,
|
| 1845 |
-
#:
|
| 1846 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220,
|
| 1847 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
|
| 1848 |
msgid "Button Color"
|
| 1849 |
msgstr ""
|
| 1850 |
|
| 1851 |
#: framework/extensions/newsletter-subscribe/customizer.php:334,
|
| 1852 |
#: framework/extensions/trending/customizer.php:380,
|
| 1853 |
-
#: framework/premium/extensions/shortcuts/customizer.php:953
|
| 1854 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:334,
|
| 1855 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:380,
|
| 1856 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:953
|
| 1857 |
msgid "Container Background"
|
| 1858 |
msgstr ""
|
| 1859 |
|
| 1860 |
-
#: framework/extensions/newsletter-subscribe/customizer.php:350
|
| 1861 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:350
|
| 1862 |
msgid "Container Border"
|
| 1863 |
msgstr ""
|
| 1864 |
|
| 1865 |
#: framework/extensions/newsletter-subscribe/customizer.php:385,
|
| 1866 |
-
#: framework/extensions/trending/customizer.php:396
|
| 1867 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:385,
|
| 1868 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:396
|
| 1869 |
msgid "Container Inner Spacing"
|
| 1870 |
msgstr ""
|
| 1871 |
|
| 1872 |
#: framework/extensions/newsletter-subscribe/customizer.php:400,
|
| 1873 |
-
#: framework/premium/extensions/shortcuts/customizer.php:974
|
| 1874 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:400,
|
| 1875 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:974
|
| 1876 |
msgid "Container Border Radius"
|
| 1877 |
msgstr ""
|
| 1878 |
|
| 1879 |
-
#: framework/extensions/newsletter-subscribe/extension.php:128
|
| 1880 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:128
|
| 1881 |
msgid "Disable Subscribe Form"
|
| 1882 |
msgstr ""
|
| 1883 |
|
| 1884 |
-
#: framework/extensions/newsletter-subscribe/helpers.php:163
|
| 1885 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:163
|
| 1886 |
msgid "First name"
|
| 1887 |
msgstr ""
|
| 1888 |
|
| 1889 |
-
#: framework/extensions/newsletter-subscribe/helpers.php:166
|
| 1890 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:166
|
| 1891 |
msgid "Email address"
|
| 1892 |
msgstr ""
|
| 1893 |
|
| 1894 |
-
#: framework/extensions/newsletter-subscribe/readme.php:4
|
| 1895 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:4
|
| 1896 |
msgid ""
|
| 1897 |
"After installing and activating the Newsletter Subscribe\n"
|
| 1898 |
" extension you will have two possibilities to show your subscribe form:"
|
| 1899 |
msgstr ""
|
| 1900 |
|
| 1901 |
-
#: framework/extensions/newsletter-subscribe/readme.php:10
|
| 1902 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:10
|
| 1903 |
msgid "Widget"
|
| 1904 |
msgstr ""
|
| 1905 |
|
| 1906 |
-
#: framework/extensions/newsletter-subscribe/readme.php:14
|
| 1907 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:14
|
| 1908 |
msgid "Navigate to %s and place the widget in any widget area you want."
|
| 1909 |
msgstr ""
|
| 1910 |
|
| 1911 |
-
#: framework/extensions/newsletter-subscribe/readme.php:17
|
| 1912 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:17
|
| 1913 |
msgid "Appearance ➝ Widgets"
|
| 1914 |
msgstr ""
|
| 1915 |
|
| 1916 |
-
#: framework/extensions/newsletter-subscribe/readme.php:25
|
| 1917 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:25
|
| 1918 |
msgid "Single Page Block"
|
| 1919 |
msgstr ""
|
| 1920 |
|
| 1921 |
-
#: framework/extensions/newsletter-subscribe/readme.php:29
|
| 1922 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:29
|
| 1923 |
msgid "Navigate to %s and customize the form and more."
|
| 1924 |
msgstr ""
|
| 1925 |
|
| 1926 |
-
#: framework/extensions/newsletter-subscribe/readme.php:32
|
| 1927 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:32
|
| 1928 |
msgid "Customizer ➝ Single Posts"
|
| 1929 |
msgstr ""
|
| 1930 |
|
| 1931 |
#. translators: This is a brand name. Preferably to not be translated
|
| 1932 |
-
#: framework/extensions/product-reviews/config.php:5
|
| 1933 |
-
#: build_tmp/build/framework/extensions/product-reviews/config.php:5
|
| 1934 |
msgctxt "Extension Brand Name"
|
| 1935 |
msgid "Product Reviews"
|
| 1936 |
msgstr ""
|
| 1937 |
|
| 1938 |
-
#: framework/extensions/product-reviews/config.php:6
|
| 1939 |
-
#: build_tmp/build/framework/extensions/product-reviews/config.php:6
|
| 1940 |
msgid ""
|
| 1941 |
"This extension lets you easily create an affiliate marketing type of website "
|
| 1942 |
"by giving you options to create a personalized product review and use your "
|
|
@@ -1944,9 +1295,7 @@ msgid ""
|
|
| 1944 |
msgstr ""
|
| 1945 |
|
| 1946 |
#: framework/extensions/product-reviews/extension.php:217,
|
| 1947 |
-
#: framework/extensions/product-reviews/extension.php:388
|
| 1948 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:217,
|
| 1949 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:388
|
| 1950 |
msgid "Star Rating Color"
|
| 1951 |
msgstr ""
|
| 1952 |
|
|
@@ -1954,845 +1303,650 @@ msgstr ""
|
|
| 1954 |
#: framework/extensions/product-reviews/extension.php:405,
|
| 1955 |
#: framework/extensions/product-reviews/extension.php:433,
|
| 1956 |
#: framework/extensions/product-reviews/extension.php:454,
|
| 1957 |
-
#: framework/premium/extensions/mega-menu/options.php:782
|
| 1958 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:235,
|
| 1959 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:405,
|
| 1960 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:433,
|
| 1961 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:454,
|
| 1962 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:782
|
| 1963 |
msgid "Active"
|
| 1964 |
msgstr ""
|
| 1965 |
|
| 1966 |
#: framework/extensions/product-reviews/extension.php:241,
|
| 1967 |
-
#: framework/extensions/product-reviews/extension.php:411
|
| 1968 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:241,
|
| 1969 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:411
|
| 1970 |
msgid "Inactive"
|
| 1971 |
msgstr ""
|
| 1972 |
|
| 1973 |
#: framework/extensions/product-reviews/extension.php:279,
|
| 1974 |
-
#: framework/extensions/product-reviews/views/single-top.php:139
|
| 1975 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:279,
|
| 1976 |
-
#: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:139
|
| 1977 |
msgid "Overall Score"
|
| 1978 |
msgstr ""
|
| 1979 |
|
| 1980 |
-
#: framework/extensions/product-reviews/extension.php:337
|
| 1981 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:337
|
| 1982 |
msgid "Review Summary"
|
| 1983 |
msgstr ""
|
| 1984 |
|
| 1985 |
-
#: framework/extensions/product-reviews/extension.php:348
|
| 1986 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:348
|
| 1987 |
msgid "Scores Box Width"
|
| 1988 |
msgstr ""
|
| 1989 |
|
| 1990 |
-
#: framework/extensions/product-reviews/extension.php:358
|
| 1991 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:358
|
| 1992 |
msgid "Read More Button"
|
| 1993 |
msgstr ""
|
| 1994 |
|
| 1995 |
-
#: framework/extensions/product-reviews/extension.php:369
|
| 1996 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:369
|
| 1997 |
msgid "Buy Now Button"
|
| 1998 |
msgstr ""
|
| 1999 |
|
| 2000 |
-
#: framework/extensions/product-reviews/extension.php:419
|
| 2001 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:419
|
| 2002 |
msgid "Overll Score Text"
|
| 2003 |
msgstr ""
|
| 2004 |
|
| 2005 |
-
#: framework/extensions/product-reviews/extension.php:441
|
| 2006 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:441
|
| 2007 |
msgid "Overll Score Background"
|
| 2008 |
msgstr ""
|
| 2009 |
|
| 2010 |
#: framework/extensions/product-reviews/extension.php:501,
|
| 2011 |
#: framework/extensions/product-reviews/extension.php:502,
|
| 2012 |
#: framework/extensions/product-reviews/extension.php:505,
|
| 2013 |
-
#: framework/extensions/product-reviews/extension.php:507
|
| 2014 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:501,
|
| 2015 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:502,
|
| 2016 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:505,
|
| 2017 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:507
|
| 2018 |
msgid "Product Reviews"
|
| 2019 |
msgstr ""
|
| 2020 |
|
| 2021 |
-
#: framework/extensions/product-reviews/extension.php:506
|
| 2022 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:506
|
| 2023 |
msgid "Product Review"
|
| 2024 |
msgstr ""
|
| 2025 |
|
| 2026 |
-
#: framework/extensions/product-reviews/extension.php:508
|
| 2027 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:508
|
| 2028 |
msgid "Parent Product Review"
|
| 2029 |
msgstr ""
|
| 2030 |
|
| 2031 |
-
#: framework/extensions/product-reviews/extension.php:509
|
| 2032 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:509
|
| 2033 |
msgid "All Reviews"
|
| 2034 |
msgstr ""
|
| 2035 |
|
| 2036 |
-
#: framework/extensions/product-reviews/extension.php:510
|
| 2037 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:510
|
| 2038 |
msgid "View Product Review"
|
| 2039 |
msgstr ""
|
| 2040 |
|
| 2041 |
-
#: framework/extensions/product-reviews/extension.php:511
|
| 2042 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:511
|
| 2043 |
msgid "Add New Product Review"
|
| 2044 |
msgstr ""
|
| 2045 |
|
| 2046 |
-
#: framework/extensions/product-reviews/extension.php:512
|
| 2047 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:512
|
| 2048 |
msgid "Add New Review"
|
| 2049 |
msgstr ""
|
| 2050 |
|
| 2051 |
-
#: framework/extensions/product-reviews/extension.php:513
|
| 2052 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:513
|
| 2053 |
msgid "Edit Product Review"
|
| 2054 |
msgstr ""
|
| 2055 |
|
| 2056 |
-
#: framework/extensions/product-reviews/extension.php:514
|
| 2057 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:514
|
| 2058 |
msgid "Update Product Review"
|
| 2059 |
msgstr ""
|
| 2060 |
|
| 2061 |
-
#: framework/extensions/product-reviews/extension.php:515
|
| 2062 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:515
|
| 2063 |
msgid "Search Product Review"
|
| 2064 |
msgstr ""
|
| 2065 |
|
| 2066 |
-
#: framework/extensions/product-reviews/extension.php:516
|
| 2067 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:516
|
| 2068 |
msgid "Not Found"
|
| 2069 |
msgstr ""
|
| 2070 |
|
| 2071 |
-
#: framework/extensions/product-reviews/extension.php:517
|
| 2072 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:517
|
| 2073 |
msgid "Not found in Trash"
|
| 2074 |
msgstr ""
|
| 2075 |
|
| 2076 |
#: framework/extensions/product-reviews/extension.php:551,
|
| 2077 |
-
#: framework/extensions/product-reviews/extension.php:561
|
| 2078 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:551,
|
| 2079 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:561
|
| 2080 |
msgid "Categories"
|
| 2081 |
msgstr ""
|
| 2082 |
|
| 2083 |
#: framework/extensions/product-reviews/extension.php:552,
|
| 2084 |
#: framework/extensions/trending/customizer.php:35,
|
| 2085 |
-
#:
|
| 2086 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:35,
|
| 2087 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:37,
|
| 2088 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:37
|
| 2089 |
msgid "Category"
|
| 2090 |
msgstr ""
|
| 2091 |
|
| 2092 |
-
#: framework/extensions/product-reviews/extension.php:553
|
| 2093 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:553
|
| 2094 |
msgid "Search Category"
|
| 2095 |
msgstr ""
|
| 2096 |
|
| 2097 |
-
#: framework/extensions/product-reviews/extension.php:554
|
| 2098 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:554
|
| 2099 |
msgid "All Categories"
|
| 2100 |
msgstr ""
|
| 2101 |
|
| 2102 |
-
#: framework/extensions/product-reviews/extension.php:555
|
| 2103 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:555
|
| 2104 |
msgid "Parent Category"
|
| 2105 |
msgstr ""
|
| 2106 |
|
| 2107 |
-
#: framework/extensions/product-reviews/extension.php:556
|
| 2108 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:556
|
| 2109 |
msgid "Parent Category:"
|
| 2110 |
msgstr ""
|
| 2111 |
|
| 2112 |
-
#: framework/extensions/product-reviews/extension.php:557
|
| 2113 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:557
|
| 2114 |
msgid "Edit Category"
|
| 2115 |
msgstr ""
|
| 2116 |
|
| 2117 |
-
#: framework/extensions/product-reviews/extension.php:558
|
| 2118 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:558
|
| 2119 |
msgid "Update Category"
|
| 2120 |
msgstr ""
|
| 2121 |
|
| 2122 |
-
#: framework/extensions/product-reviews/extension.php:559
|
| 2123 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:559
|
| 2124 |
msgid "Add New Category"
|
| 2125 |
msgstr ""
|
| 2126 |
|
| 2127 |
-
#: framework/extensions/product-reviews/extension.php:560
|
| 2128 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:560
|
| 2129 |
msgid "New Category Name"
|
| 2130 |
msgstr ""
|
| 2131 |
|
| 2132 |
#. translators: %s is the theme name.
|
| 2133 |
-
#: framework/extensions/product-reviews/extension.php:579
|
| 2134 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:579
|
| 2135 |
msgid "%s Settings"
|
| 2136 |
msgstr ""
|
| 2137 |
|
| 2138 |
-
#: framework/extensions/product-reviews/extension.php:580
|
| 2139 |
-
#: build_tmp/build/framework/extensions/product-reviews/extension.php:580
|
| 2140 |
msgid "Blocksy"
|
| 2141 |
msgstr ""
|
| 2142 |
|
| 2143 |
#: framework/extensions/product-reviews/helpers.php:30,
|
| 2144 |
-
#: framework/extensions/product-reviews/metabox.php:179
|
| 2145 |
-
#: build_tmp/build/framework/extensions/product-reviews/helpers.php:30,
|
| 2146 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:179
|
| 2147 |
msgid "Rating"
|
| 2148 |
msgstr ""
|
| 2149 |
|
| 2150 |
-
#: framework/extensions/product-reviews/metabox.php:10
|
| 2151 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:10
|
| 2152 |
msgid "Review Entity"
|
| 2153 |
msgstr ""
|
| 2154 |
|
| 2155 |
#: framework/extensions/product-reviews/metabox.php:18,
|
| 2156 |
-
#:
|
| 2157 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:34,
|
| 2158 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:34
|
| 2159 |
msgid "Product"
|
| 2160 |
msgstr ""
|
| 2161 |
|
| 2162 |
-
#: framework/extensions/product-reviews/metabox.php:19
|
| 2163 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:19
|
| 2164 |
msgid "Book"
|
| 2165 |
msgstr ""
|
| 2166 |
|
| 2167 |
-
#: framework/extensions/product-reviews/metabox.php:21
|
| 2168 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:21
|
| 2169 |
msgid "Creative Work Season"
|
| 2170 |
msgstr ""
|
| 2171 |
|
| 2172 |
-
#: framework/extensions/product-reviews/metabox.php:22
|
| 2173 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:22
|
| 2174 |
msgid "Creative Work Series"
|
| 2175 |
msgstr ""
|
| 2176 |
|
| 2177 |
-
#: framework/extensions/product-reviews/metabox.php:23
|
| 2178 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:23
|
| 2179 |
msgid "Episode"
|
| 2180 |
msgstr ""
|
| 2181 |
|
| 2182 |
-
#: framework/extensions/product-reviews/metabox.php:25
|
| 2183 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:25
|
| 2184 |
msgid "Game"
|
| 2185 |
msgstr ""
|
| 2186 |
|
| 2187 |
-
#: framework/extensions/product-reviews/metabox.php:27
|
| 2188 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:27
|
| 2189 |
msgid "Local Business"
|
| 2190 |
msgstr ""
|
| 2191 |
|
| 2192 |
-
#: framework/extensions/product-reviews/metabox.php:28
|
| 2193 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:28
|
| 2194 |
msgid "Media Object"
|
| 2195 |
msgstr ""
|
| 2196 |
|
| 2197 |
-
#: framework/extensions/product-reviews/metabox.php:29
|
| 2198 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:29
|
| 2199 |
msgid "Movie"
|
| 2200 |
msgstr ""
|
| 2201 |
|
| 2202 |
-
#: framework/extensions/product-reviews/metabox.php:30
|
| 2203 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:30
|
| 2204 |
msgid "Music Playlist"
|
| 2205 |
msgstr ""
|
| 2206 |
|
| 2207 |
-
#: framework/extensions/product-reviews/metabox.php:31
|
| 2208 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:31
|
| 2209 |
msgid "Music Recording"
|
| 2210 |
msgstr ""
|
| 2211 |
|
| 2212 |
-
#: framework/extensions/product-reviews/metabox.php:32
|
| 2213 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:32
|
| 2214 |
msgid "Organization"
|
| 2215 |
msgstr ""
|
| 2216 |
|
| 2217 |
-
#: framework/extensions/product-reviews/metabox.php:38
|
| 2218 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:38
|
| 2219 |
msgid ""
|
| 2220 |
"More info about review entity and how to choose the right one can be found "
|
| 2221 |
"%shere%s."
|
| 2222 |
msgstr ""
|
| 2223 |
|
| 2224 |
-
#: framework/extensions/product-reviews/metabox.php:60
|
| 2225 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:60
|
| 2226 |
msgid ""
|
| 2227 |
"Please note that some of this information (price, sku, brand) won't be "
|
| 2228 |
"displayed on the front-end. It is solely used for Google's Schema.org markup."
|
| 2229 |
msgstr ""
|
| 2230 |
|
| 2231 |
-
#: framework/extensions/product-reviews/metabox.php:69
|
| 2232 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:69
|
| 2233 |
msgid "Product Price"
|
| 2234 |
msgstr ""
|
| 2235 |
|
| 2236 |
-
#: framework/extensions/product-reviews/metabox.php:76
|
| 2237 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:76
|
| 2238 |
msgid "Product SKU"
|
| 2239 |
msgstr ""
|
| 2240 |
|
| 2241 |
-
#: framework/extensions/product-reviews/metabox.php:83
|
| 2242 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:83
|
| 2243 |
msgid "Product Brand"
|
| 2244 |
msgstr ""
|
| 2245 |
|
| 2246 |
-
#: framework/extensions/product-reviews/metabox.php:96
|
| 2247 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:96
|
| 2248 |
msgid "Gallery"
|
| 2249 |
msgstr ""
|
| 2250 |
|
| 2251 |
-
#: framework/extensions/product-reviews/metabox.php:107
|
| 2252 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:107
|
| 2253 |
msgid "Affiliate Button Label"
|
| 2254 |
msgstr ""
|
| 2255 |
|
| 2256 |
#: framework/extensions/product-reviews/metabox.php:109,
|
| 2257 |
-
#: framework/extensions/product-reviews/views/single-top.php:156
|
| 2258 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:109,
|
| 2259 |
-
#: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:156
|
| 2260 |
msgid "Buy Now"
|
| 2261 |
msgstr ""
|
| 2262 |
|
| 2263 |
-
#: framework/extensions/product-reviews/metabox.php:114
|
| 2264 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:114
|
| 2265 |
msgid "Affiliate Link"
|
| 2266 |
msgstr ""
|
| 2267 |
|
| 2268 |
-
#: framework/extensions/product-reviews/metabox.php:120
|
| 2269 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:120
|
| 2270 |
msgid "Open Link In New Tab"
|
| 2271 |
msgstr ""
|
| 2272 |
|
| 2273 |
-
#: framework/extensions/product-reviews/metabox.php:126
|
| 2274 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:126
|
| 2275 |
msgid "Sponsored Attribute"
|
| 2276 |
msgstr ""
|
| 2277 |
|
| 2278 |
-
#: framework/extensions/product-reviews/metabox.php:148
|
| 2279 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:148
|
| 2280 |
msgid "Read More Button Label"
|
| 2281 |
msgstr ""
|
| 2282 |
|
| 2283 |
#: framework/extensions/product-reviews/metabox.php:150,
|
| 2284 |
-
#: framework/extensions/product-reviews/views/single-top.php:162
|
| 2285 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:150,
|
| 2286 |
-
#: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:162
|
| 2287 |
msgid "Read More"
|
| 2288 |
msgstr ""
|
| 2289 |
|
| 2290 |
-
#: framework/extensions/product-reviews/metabox.php:170
|
| 2291 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:170
|
| 2292 |
msgid "Short Description"
|
| 2293 |
msgstr ""
|
| 2294 |
|
| 2295 |
-
#: framework/extensions/product-reviews/metabox.php:185
|
| 2296 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:185
|
| 2297 |
msgid "Scores"
|
| 2298 |
msgstr ""
|
| 2299 |
|
| 2300 |
-
#: framework/extensions/product-reviews/metabox.php:225
|
| 2301 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:225
|
| 2302 |
msgid "Product specs"
|
| 2303 |
msgstr ""
|
| 2304 |
|
| 2305 |
#: framework/extensions/product-reviews/metabox.php:250,
|
| 2306 |
-
#: framework/extensions/product-reviews/views/single-top.php:262
|
| 2307 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:250,
|
| 2308 |
-
#: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:262
|
| 2309 |
msgid "Pros"
|
| 2310 |
msgstr ""
|
| 2311 |
|
| 2312 |
#: framework/extensions/product-reviews/metabox.php:270,
|
| 2313 |
-
#: framework/extensions/product-reviews/views/single-top.php:285
|
| 2314 |
-
#: build_tmp/build/framework/extensions/product-reviews/metabox.php:270,
|
| 2315 |
-
#: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:285
|
| 2316 |
msgid "Cons"
|
| 2317 |
msgstr ""
|
| 2318 |
|
| 2319 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2320 |
#: framework/extensions/trending/config.php:5,
|
| 2321 |
-
#: framework/extensions/trending/customizer.php:97
|
| 2322 |
-
#: build_tmp/build/framework/extensions/trending/config.php:5,
|
| 2323 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:97
|
| 2324 |
msgctxt "Extension Brand Name"
|
| 2325 |
msgid "Trending Posts"
|
| 2326 |
msgstr ""
|
| 2327 |
|
| 2328 |
-
#: framework/extensions/trending/config.php:6
|
| 2329 |
-
#: build_tmp/build/framework/extensions/trending/config.php:6
|
| 2330 |
msgid ""
|
| 2331 |
"Highlight your most popular posts or products based on the number of "
|
| 2332 |
"comments or reviews they have gotten in the specified period of time."
|
| 2333 |
msgstr ""
|
| 2334 |
|
| 2335 |
#: framework/extensions/trending/customizer.php:8,
|
| 2336 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:8,
|
| 2337 |
#: framework/premium/extensions/shortcuts/views/bar.php:48,
|
| 2338 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:6
|
| 2339 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:48,
|
| 2340 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:6
|
| 2341 |
msgid "Products"
|
| 2342 |
msgstr ""
|
| 2343 |
|
| 2344 |
#: framework/extensions/trending/customizer.php:36,
|
| 2345 |
-
#:
|
| 2346 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:38,
|
| 2347 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:38
|
| 2348 |
msgid "All categories"
|
| 2349 |
msgstr ""
|
| 2350 |
|
| 2351 |
#: framework/extensions/trending/customizer.php:41,
|
| 2352 |
-
#:
|
| 2353 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:43,
|
| 2354 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:43
|
| 2355 |
msgid "Taxonomy"
|
| 2356 |
msgstr ""
|
| 2357 |
|
| 2358 |
#: framework/extensions/trending/customizer.php:42,
|
| 2359 |
-
#:
|
| 2360 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:44,
|
| 2361 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:44
|
| 2362 |
msgid "All taxonomies"
|
| 2363 |
msgstr ""
|
| 2364 |
|
| 2365 |
-
#: framework/extensions/trending/customizer.php:106
|
| 2366 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:106
|
| 2367 |
msgid "Trending Posts"
|
| 2368 |
msgstr ""
|
| 2369 |
|
| 2370 |
-
#: framework/extensions/trending/customizer.php:115
|
| 2371 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:115
|
| 2372 |
msgid "Module Title"
|
| 2373 |
msgstr ""
|
| 2374 |
|
| 2375 |
#: framework/extensions/trending/customizer.php:118,
|
| 2376 |
-
#: framework/extensions/trending/helpers.php:221
|
| 2377 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:118,
|
| 2378 |
-
#: build_tmp/build/framework/extensions/trending/helpers.php:221
|
| 2379 |
msgid "Trending now"
|
| 2380 |
msgstr ""
|
| 2381 |
|
| 2382 |
-
#: framework/extensions/trending/customizer.php:123
|
| 2383 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:123
|
| 2384 |
msgid "Module Title Tag"
|
| 2385 |
msgstr ""
|
| 2386 |
|
| 2387 |
#: framework/extensions/trending/customizer.php:149,
|
| 2388 |
#: framework/extensions/trending/customizer.php:162,
|
| 2389 |
-
#:
|
| 2390 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:162,
|
| 2391 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:137,
|
| 2392 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:137
|
| 2393 |
msgid "Post Type"
|
| 2394 |
msgstr ""
|
| 2395 |
|
| 2396 |
#: framework/extensions/trending/customizer.php:171,
|
| 2397 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:171,
|
| 2398 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
|
| 2399 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:149,
|
| 2400 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:168
|
| 2401 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
|
| 2402 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:149,
|
| 2403 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:168
|
| 2404 |
msgid "Source"
|
| 2405 |
msgstr ""
|
| 2406 |
|
| 2407 |
#: framework/extensions/trending/customizer.php:176,
|
| 2408 |
-
#:
|
| 2409 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:154,
|
| 2410 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:154
|
| 2411 |
msgid "Taxonomies"
|
| 2412 |
msgstr ""
|
| 2413 |
|
| 2414 |
#: framework/extensions/trending/customizer.php:177,
|
| 2415 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:177,
|
| 2416 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:155,
|
| 2417 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:174
|
| 2418 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:155,
|
| 2419 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:174
|
| 2420 |
msgid "Custom Query"
|
| 2421 |
msgstr ""
|
| 2422 |
|
| 2423 |
#: framework/extensions/trending/customizer.php:200,
|
| 2424 |
-
#:
|
| 2425 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:243,
|
| 2426 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:243
|
| 2427 |
msgid "Posts ID"
|
| 2428 |
msgstr ""
|
| 2429 |
|
| 2430 |
#: framework/extensions/trending/customizer.php:204,
|
| 2431 |
-
#:
|
| 2432 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:247,
|
| 2433 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:247
|
| 2434 |
msgid "Separate posts ID by comma. How to find the %spost ID%s."
|
| 2435 |
msgstr ""
|
| 2436 |
|
| 2437 |
-
#: framework/extensions/trending/customizer.php:220
|
| 2438 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:220
|
| 2439 |
msgid "Trending From"
|
| 2440 |
msgstr ""
|
| 2441 |
|
| 2442 |
#: framework/extensions/trending/customizer.php:229,
|
| 2443 |
-
#:
|
| 2444 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:213,
|
| 2445 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:213
|
| 2446 |
msgid "All Time"
|
| 2447 |
msgstr ""
|
| 2448 |
|
| 2449 |
-
#: framework/extensions/trending/customizer.php:230
|
| 2450 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:230
|
| 2451 |
msgid "Last 24 Hours"
|
| 2452 |
msgstr ""
|
| 2453 |
|
| 2454 |
-
#: framework/extensions/trending/customizer.php:231
|
| 2455 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:231
|
| 2456 |
msgid "Last 7 Days"
|
| 2457 |
msgstr ""
|
| 2458 |
|
| 2459 |
-
#: framework/extensions/trending/customizer.php:232
|
| 2460 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:232
|
| 2461 |
msgid "Last Month"
|
| 2462 |
msgstr ""
|
| 2463 |
|
| 2464 |
-
#: framework/extensions/trending/customizer.php:245
|
| 2465 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:245
|
| 2466 |
msgid "Image Size"
|
| 2467 |
msgstr ""
|
| 2468 |
|
| 2469 |
-
#: framework/extensions/trending/customizer.php:267
|
| 2470 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:267
|
| 2471 |
msgid "Container Visibility"
|
| 2472 |
msgstr ""
|
| 2473 |
|
| 2474 |
-
#: framework/extensions/trending/customizer.php:288
|
| 2475 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:288
|
| 2476 |
msgid "Display Location"
|
| 2477 |
msgstr ""
|
| 2478 |
|
| 2479 |
-
#: framework/extensions/trending/customizer.php:296
|
| 2480 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:296
|
| 2481 |
msgid "Before Footer"
|
| 2482 |
msgstr ""
|
| 2483 |
|
| 2484 |
-
#: framework/extensions/trending/customizer.php:301
|
| 2485 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:301
|
| 2486 |
msgid "After Footer"
|
| 2487 |
msgstr ""
|
| 2488 |
|
| 2489 |
-
#: framework/extensions/trending/customizer.php:306
|
| 2490 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:306
|
| 2491 |
msgid "After Header"
|
| 2492 |
msgstr ""
|
| 2493 |
|
| 2494 |
#: framework/extensions/trending/customizer.php:312,
|
| 2495 |
#: framework/features/header/header-options.php:158,
|
| 2496 |
#: framework/premium/extensions/shortcuts/customizer.php:763,
|
| 2497 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:312,
|
| 2498 |
-
#: build_tmp/build/framework/features/header/header-options.php:158,
|
| 2499 |
#: framework/premium/features/content-blocks/options/archive.php:186,
|
| 2500 |
#: framework/premium/features/content-blocks/options/header.php:142,
|
| 2501 |
#: framework/premium/features/content-blocks/options/hook.php:236,
|
| 2502 |
#: framework/premium/features/content-blocks/options/popup.php:297,
|
| 2503 |
-
#: framework/premium/features/content-blocks/options/single.php:140
|
| 2504 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:763,
|
| 2505 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:186,
|
| 2506 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:142,
|
| 2507 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:236,
|
| 2508 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:297,
|
| 2509 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:140
|
| 2510 |
#: framework/premium/extensions/sidebars/static/js/SettingsManager.js:49
|
| 2511 |
#: framework/premium/static/js/footer/EditConditions.js:97
|
| 2512 |
#: static/js/header/EditConditions.js:103
|
| 2513 |
msgid "Display Conditions"
|
| 2514 |
msgstr ""
|
| 2515 |
|
| 2516 |
-
#: framework/extensions/trending/customizer.php:323
|
| 2517 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:323
|
| 2518 |
msgid "Trending Block Display Conditions"
|
| 2519 |
msgstr ""
|
| 2520 |
|
| 2521 |
-
#: framework/extensions/trending/customizer.php:324
|
| 2522 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:324
|
| 2523 |
msgid "Add one or more conditions to display the trending block."
|
| 2524 |
msgstr ""
|
| 2525 |
|
| 2526 |
-
#: framework/extensions/trending/customizer.php:339
|
| 2527 |
-
#: build_tmp/build/framework/extensions/trending/customizer.php:339
|
| 2528 |
msgid "Posts Font"
|
| 2529 |
msgstr ""
|
| 2530 |
|
| 2531 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2532 |
-
#: framework/extensions/widgets/config.php:5
|
| 2533 |
-
#: build_tmp/build/framework/extensions/widgets/config.php:5
|
| 2534 |
msgctxt "Extension Brand Name"
|
| 2535 |
msgid "Widgets"
|
| 2536 |
msgstr ""
|
| 2537 |
|
| 2538 |
-
#: framework/extensions/widgets/config.php:6
|
| 2539 |
-
#: build_tmp/build/framework/extensions/widgets/config.php:6
|
| 2540 |
msgid ""
|
| 2541 |
"Add new handcrafted widgets to your sidebars! Social Network Icons, "
|
| 2542 |
"Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent "
|
| 2543 |
"Posts are the choices available."
|
| 2544 |
msgstr ""
|
| 2545 |
|
| 2546 |
-
#: framework/features/header/account-modal.php:37
|
| 2547 |
-
#: build_tmp/build/framework/features/header/account-modal.php:37
|
| 2548 |
msgid "Close account modal"
|
| 2549 |
msgstr ""
|
| 2550 |
|
| 2551 |
#: framework/features/header/account-modal.php:49,
|
| 2552 |
-
#: build_tmp/build/framework/features/header/account-modal.php:49,
|
| 2553 |
#: framework/features/header/items/account/options.php:631,
|
| 2554 |
-
#: framework/features/header/items/account/views/logout.php:7
|
| 2555 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:631,
|
| 2556 |
-
#: build_tmp/build/framework/features/header/items/account/views/logout.php:7
|
| 2557 |
msgid "Login"
|
| 2558 |
msgstr ""
|
| 2559 |
|
| 2560 |
-
#: framework/features/header/account-modal.php:53
|
| 2561 |
-
#: build_tmp/build/framework/features/header/account-modal.php:53
|
| 2562 |
msgid "Sign Up"
|
| 2563 |
msgstr ""
|
| 2564 |
|
| 2565 |
-
#: framework/features/header/account-modal.php:72
|
| 2566 |
-
#: build_tmp/build/framework/features/header/account-modal.php:72
|
| 2567 |
msgid "Back to login"
|
| 2568 |
msgstr ""
|
| 2569 |
|
| 2570 |
-
#: framework/features/header/header-options.php:6
|
| 2571 |
-
#: build_tmp/build/framework/features/header/header-options.php:6
|
| 2572 |
msgid "Sticky Functionality"
|
| 2573 |
msgstr ""
|
| 2574 |
|
| 2575 |
-
#: framework/features/header/header-options.php:32
|
| 2576 |
-
#: build_tmp/build/framework/features/header/header-options.php:32
|
| 2577 |
msgid "Only Main Row"
|
| 2578 |
msgstr ""
|
| 2579 |
|
| 2580 |
-
#: framework/features/header/header-options.php:37
|
| 2581 |
-
#: build_tmp/build/framework/features/header/header-options.php:37
|
| 2582 |
msgid "Top & Main Row"
|
| 2583 |
msgstr ""
|
| 2584 |
|
| 2585 |
-
#: framework/features/header/header-options.php:42
|
| 2586 |
-
#: build_tmp/build/framework/features/header/header-options.php:42
|
| 2587 |
msgid "All Rows"
|
| 2588 |
msgstr ""
|
| 2589 |
|
| 2590 |
-
#: framework/features/header/header-options.php:47
|
| 2591 |
-
#: build_tmp/build/framework/features/header/header-options.php:47
|
| 2592 |
msgid "Main & Bottom Row"
|
| 2593 |
msgstr ""
|
| 2594 |
|
| 2595 |
-
#: framework/features/header/header-options.php:52
|
| 2596 |
-
#: build_tmp/build/framework/features/header/header-options.php:52
|
| 2597 |
msgid "Only Top Row"
|
| 2598 |
msgstr ""
|
| 2599 |
|
| 2600 |
-
#: framework/features/header/header-options.php:57
|
| 2601 |
-
#: build_tmp/build/framework/features/header/header-options.php:57
|
| 2602 |
msgid "Only Bottom Row"
|
| 2603 |
msgstr ""
|
| 2604 |
|
| 2605 |
-
#: framework/features/header/header-options.php:63
|
| 2606 |
-
#: build_tmp/build/framework/features/header/header-options.php:63
|
| 2607 |
msgid "Effect"
|
| 2608 |
msgstr ""
|
| 2609 |
|
| 2610 |
-
#: framework/features/header/header-options.php:72
|
| 2611 |
-
#: build_tmp/build/framework/features/header/header-options.php:72
|
| 2612 |
msgid "Slide Down"
|
| 2613 |
msgstr ""
|
| 2614 |
|
| 2615 |
-
#: framework/features/header/header-options.php:73
|
| 2616 |
-
#: build_tmp/build/framework/features/header/header-options.php:73
|
| 2617 |
msgid "Fade"
|
| 2618 |
msgstr ""
|
| 2619 |
|
| 2620 |
-
#: framework/features/header/header-options.php:74
|
| 2621 |
-
#: build_tmp/build/framework/features/header/header-options.php:74
|
| 2622 |
msgid "Auto Hide/Show"
|
| 2623 |
msgstr ""
|
| 2624 |
|
| 2625 |
-
#: framework/features/header/header-options.php:79
|
| 2626 |
-
#: build_tmp/build/framework/features/header/header-options.php:79
|
| 2627 |
msgid "Offset"
|
| 2628 |
msgstr ""
|
| 2629 |
|
| 2630 |
#: framework/features/header/header-options.php:92,
|
| 2631 |
-
#: framework/features/header/header-options.php:174
|
| 2632 |
-
#: build_tmp/build/framework/features/header/header-options.php:92,
|
| 2633 |
-
#: build_tmp/build/framework/features/header/header-options.php:174
|
| 2634 |
msgid "Enable on"
|
| 2635 |
msgstr ""
|
| 2636 |
|
| 2637 |
-
#: framework/features/header/header-options.php:120
|
| 2638 |
-
#: build_tmp/build/framework/features/header/header-options.php:120
|
| 2639 |
msgid "Transparent Functionality"
|
| 2640 |
msgstr ""
|
| 2641 |
|
| 2642 |
-
#: framework/premium/features/content-blocks.php:113
|
| 2643 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:113
|
| 2644 |
msgid "Hide Hooks"
|
| 2645 |
msgstr ""
|
| 2646 |
|
| 2647 |
-
#: framework/premium/features/content-blocks.php:114
|
| 2648 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:114
|
| 2649 |
msgid "Show Hooks"
|
| 2650 |
msgstr ""
|
| 2651 |
|
| 2652 |
-
#: framework/premium/features/content-blocks.php:125
|
| 2653 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:125
|
| 2654 |
msgid "Hooks Locations"
|
| 2655 |
msgstr ""
|
| 2656 |
|
| 2657 |
-
#: framework/premium/features/content-blocks.php:170
|
| 2658 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:170
|
| 2659 |
msgid "Hide Theme Hooks"
|
| 2660 |
msgstr ""
|
| 2661 |
|
| 2662 |
-
#: framework/premium/features/content-blocks.php:171
|
| 2663 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:171
|
| 2664 |
msgid "Show Theme Hooks"
|
| 2665 |
msgstr ""
|
| 2666 |
|
| 2667 |
-
#: framework/premium/features/content-blocks.php:179
|
| 2668 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:179
|
| 2669 |
msgid "Hide WooCommerce Hooks"
|
| 2670 |
msgstr ""
|
| 2671 |
|
| 2672 |
-
#: framework/premium/features/content-blocks.php:180
|
| 2673 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:180
|
| 2674 |
msgid "Show WooCommerce Hooks"
|
| 2675 |
msgstr ""
|
| 2676 |
|
| 2677 |
#: framework/premium/features/content-blocks.php:579,
|
| 2678 |
-
#: framework/premium/features/content-blocks.php:585
|
| 2679 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:579,
|
| 2680 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:585
|
| 2681 |
msgid "Content Blocks"
|
| 2682 |
msgstr ""
|
| 2683 |
|
| 2684 |
#: framework/premium/features/content-blocks.php:580,
|
| 2685 |
-
#: framework/premium/extensions/mega-menu/options.php:333
|
| 2686 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:580,
|
| 2687 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:333
|
| 2688 |
msgid "Content Block"
|
| 2689 |
msgstr ""
|
| 2690 |
|
| 2691 |
-
#: framework/premium/features/content-blocks.php:581
|
| 2692 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:581
|
| 2693 |
msgid "Add New"
|
| 2694 |
msgstr ""
|
| 2695 |
|
| 2696 |
-
#: framework/premium/features/content-blocks.php:582
|
| 2697 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:582
|
| 2698 |
msgid "Add New Content Block"
|
| 2699 |
msgstr ""
|
| 2700 |
|
| 2701 |
-
#: framework/premium/features/content-blocks.php:583
|
| 2702 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:583
|
| 2703 |
msgid "Edit Content Block"
|
| 2704 |
msgstr ""
|
| 2705 |
|
| 2706 |
-
#: framework/premium/features/content-blocks.php:584
|
| 2707 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:584
|
| 2708 |
#: framework/premium/static/js/hooks/CreateHook.js:33
|
| 2709 |
msgid "New Content Block"
|
| 2710 |
msgstr ""
|
| 2711 |
|
| 2712 |
-
#: framework/premium/features/content-blocks.php:586
|
| 2713 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:586
|
| 2714 |
msgid "View Content Block"
|
| 2715 |
msgstr ""
|
| 2716 |
|
| 2717 |
-
#: framework/premium/features/content-blocks.php:587
|
| 2718 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:587
|
| 2719 |
msgid "Search Content Blocks"
|
| 2720 |
msgstr ""
|
| 2721 |
|
| 2722 |
-
#: framework/premium/features/content-blocks.php:588
|
| 2723 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:588
|
| 2724 |
msgid "Nothing found"
|
| 2725 |
msgstr ""
|
| 2726 |
|
| 2727 |
-
#: framework/premium/features/content-blocks.php:589
|
| 2728 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:589
|
| 2729 |
msgid "Nothing found in Trash"
|
| 2730 |
msgstr ""
|
| 2731 |
|
| 2732 |
-
#: framework/premium/features/content-blocks.php:878
|
| 2733 |
-
#: build_tmp/build/framework/premium/features/content-blocks.php:878
|
| 2734 |
msgid "Close popup"
|
| 2735 |
msgstr ""
|
| 2736 |
|
| 2737 |
-
#: framework/premium/features/media-meta-fields.php:29
|
| 2738 |
-
#: build_tmp/build/framework/premium/features/media-meta-fields.php:29
|
| 2739 |
msgid "Attachment Video"
|
| 2740 |
msgstr ""
|
| 2741 |
|
| 2742 |
-
#: framework/premium/features/media-meta-fields.php:33
|
| 2743 |
-
#: build_tmp/build/framework/premium/features/media-meta-fields.php:33
|
| 2744 |
msgid "Video URL"
|
| 2745 |
msgstr ""
|
| 2746 |
|
| 2747 |
#. translators: %s: Link to wordpress.org article
|
| 2748 |
-
#: framework/premium/features/media-meta-fields.php:39
|
| 2749 |
-
#: build_tmp/build/framework/premium/features/media-meta-fields.php:39
|
| 2750 |
msgid ""
|
| 2751 |
"Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
|
| 2752 |
"MP4 file into the media library."
|
| 2753 |
msgstr ""
|
| 2754 |
|
| 2755 |
-
#: framework/premium/features/media-meta-fields.php:42
|
| 2756 |
-
#: build_tmp/build/framework/premium/features/media-meta-fields.php:42
|
| 2757 |
msgid "Upload"
|
| 2758 |
msgstr ""
|
| 2759 |
|
| 2760 |
-
#: framework/premium/features/media-meta-fields.php:44
|
| 2761 |
-
#: build_tmp/build/framework/premium/features/media-meta-fields.php:44
|
| 2762 |
msgid "Upload Video (MP4 File)"
|
| 2763 |
msgstr ""
|
| 2764 |
|
| 2765 |
#: framework/premium/features/premium-footer.php:14,
|
| 2766 |
-
#: framework/premium/features/premium-footer.php:28
|
| 2767 |
-
#: build_tmp/build/framework/premium/features/premium-footer.php:14,
|
| 2768 |
-
#: build_tmp/build/framework/premium/features/premium-footer.php:28
|
| 2769 |
msgid "Footer Menu 1"
|
| 2770 |
msgstr ""
|
| 2771 |
|
| 2772 |
#: framework/premium/features/premium-footer.php:29,
|
| 2773 |
-
#:
|
| 2774 |
-
#: framework/premium/features/premium-footer/items/menu-secondary/config.php:4,
|
| 2775 |
-
#: build_tmp/build/framework/premium/features/premium-footer/items/menu-secondary/config.php:4
|
| 2776 |
msgid "Footer Menu 2"
|
| 2777 |
msgstr ""
|
| 2778 |
|
| 2779 |
-
#: framework/premium/features/premium-header.php:49
|
| 2780 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:49
|
| 2781 |
msgid "Header Menu 3"
|
| 2782 |
msgstr ""
|
| 2783 |
|
| 2784 |
-
#: framework/premium/features/premium-header.php:50
|
| 2785 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:50
|
| 2786 |
msgid "Mobile Menu 1"
|
| 2787 |
msgstr ""
|
| 2788 |
|
| 2789 |
-
#: framework/premium/features/premium-header.php:51
|
| 2790 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:51
|
| 2791 |
msgid "Mobile Menu 2"
|
| 2792 |
msgstr ""
|
| 2793 |
|
| 2794 |
-
#: framework/premium/features/premium-header.php:142
|
| 2795 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:142
|
| 2796 |
msgid "Header Widget Area "
|
| 2797 |
msgstr ""
|
| 2798 |
|
|
@@ -2802,11 +1956,6 @@ msgstr ""
|
|
| 2802 |
#: framework/premium/features/premium-header.php:333,
|
| 2803 |
#: framework/premium/features/premium-header.php:355,
|
| 2804 |
#: framework/premium/extensions/mega-menu/options.php:422,
|
| 2805 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:198,
|
| 2806 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:274,
|
| 2807 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:294,
|
| 2808 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:333,
|
| 2809 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:355,
|
| 2810 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:112,
|
| 2811 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:174,
|
| 2812 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
|
|
@@ -2820,7 +1969,6 @@ msgstr ""
|
|
| 2820 |
#: framework/features/header/items/account/options.php:438,
|
| 2821 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
|
| 2822 |
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
|
| 2823 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:422,
|
| 2824 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
|
| 2825 |
#: framework/premium/features/premium-header/items/contacts/options.php:65,
|
| 2826 |
#: framework/premium/features/premium-header/items/contacts/options.php:102,
|
|
@@ -2829,88 +1977,44 @@ msgstr ""
|
|
| 2829 |
#: framework/premium/features/premium-header/items/contacts/options.php:210,
|
| 2830 |
#: framework/premium/features/premium-header/items/contacts/options.php:246,
|
| 2831 |
#: framework/premium/features/premium-header/items/contacts/options.php:282,
|
| 2832 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:76
|
| 2833 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:112,
|
| 2834 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:174,
|
| 2835 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
|
| 2836 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
|
| 2837 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:354,
|
| 2838 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:414,
|
| 2839 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:474,
|
| 2840 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:142,
|
| 2841 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:192,
|
| 2842 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:407,
|
| 2843 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:438,
|
| 2844 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
|
| 2845 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
|
| 2846 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
|
| 2847 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:65,
|
| 2848 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:102,
|
| 2849 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:138,
|
| 2850 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:174,
|
| 2851 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:210,
|
| 2852 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:246,
|
| 2853 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:282,
|
| 2854 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:76
|
| 2855 |
msgid "Icon"
|
| 2856 |
msgstr ""
|
| 2857 |
|
| 2858 |
#: framework/premium/features/premium-header.php:212,
|
| 2859 |
#: framework/premium/extensions/mega-menu/options.php:436,
|
| 2860 |
#: framework/premium/extensions/woocommerce-extra/extension.php:381,
|
| 2861 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:212,
|
| 2862 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:489,
|
| 2863 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:92,
|
| 2864 |
-
#:
|
| 2865 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:381,
|
| 2866 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:310,
|
| 2867 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:489,
|
| 2868 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:92,
|
| 2869 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:310
|
| 2870 |
msgid "Icons Size"
|
| 2871 |
msgstr ""
|
| 2872 |
|
| 2873 |
#: framework/premium/features/premium-header.php:224,
|
| 2874 |
-
#: framework/premium/extensions/mega-menu/options.php:458
|
| 2875 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:224,
|
| 2876 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:458
|
| 2877 |
msgid "Icon Position"
|
| 2878 |
msgstr ""
|
| 2879 |
|
| 2880 |
#: framework/premium/features/premium-header.php:231,
|
| 2881 |
#: framework/premium/extensions/mega-menu/options.php:465,
|
| 2882 |
#: framework/premium/extensions/shortcuts/customizer.php:659,
|
| 2883 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:231,
|
| 2884 |
#: framework/features/header/items/account/options.php:318,
|
| 2885 |
#: framework/features/header/items/account/options.php:615,
|
| 2886 |
-
#:
|
| 2887 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:659,
|
| 2888 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130,
|
| 2889 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:318,
|
| 2890 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:615,
|
| 2891 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130
|
| 2892 |
msgid "Left"
|
| 2893 |
msgstr ""
|
| 2894 |
|
| 2895 |
#: framework/premium/features/premium-header.php:232,
|
| 2896 |
#: framework/premium/extensions/mega-menu/options.php:466,
|
| 2897 |
#: framework/premium/extensions/shortcuts/customizer.php:660,
|
| 2898 |
-
#: build_tmp/build/framework/premium/features/premium-header.php:232,
|
| 2899 |
#: framework/features/header/items/account/options.php:319,
|
| 2900 |
#: framework/features/header/items/account/options.php:616,
|
| 2901 |
-
#:
|
| 2902 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:660,
|
| 2903 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131,
|
| 2904 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:319,
|
| 2905 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:616,
|
| 2906 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131
|
| 2907 |
msgid "Right"
|
| 2908 |
msgstr ""
|
| 2909 |
|
| 2910 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
|
| 2911 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
|
| 2912 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
|
| 2913 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
|
| 2914 |
msgid "Newsletter"
|
| 2915 |
msgstr ""
|
| 2916 |
|
|
@@ -2919,96 +2023,71 @@ msgstr ""
|
|
| 2919 |
#: framework/premium/extensions/shortcuts/customizer.php:889,
|
| 2920 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:24,
|
| 2921 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:31,
|
| 2922 |
-
#: framework/features/header/items/account/options.php:336
|
| 2923 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
|
| 2924 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:493,
|
| 2925 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:889,
|
| 2926 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:24,
|
| 2927 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:31,
|
| 2928 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:336
|
| 2929 |
msgid "Text"
|
| 2930 |
msgstr ""
|
| 2931 |
|
| 2932 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
|
| 2933 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:27,
|
| 2934 |
-
#: framework/extensions/widgets/widgets/ct-quote/options.php:34
|
| 2935 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
|
| 2936 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:27,
|
| 2937 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:34
|
| 2938 |
msgid "You can add here some arbitrary HTML code."
|
| 2939 |
msgstr ""
|
| 2940 |
|
| 2941 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
|
| 2942 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
|
| 2943 |
msgid "Container Type"
|
| 2944 |
msgstr ""
|
| 2945 |
|
| 2946 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
|
| 2947 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
|
| 2948 |
msgid "Boxed"
|
| 2949 |
msgstr ""
|
| 2950 |
|
| 2951 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
|
| 2952 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
|
| 2953 |
msgid "Content Alignment"
|
| 2954 |
msgstr ""
|
| 2955 |
|
| 2956 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
|
| 2957 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
|
| 2958 |
msgid "Newsletter Subscribe"
|
| 2959 |
msgstr ""
|
| 2960 |
|
| 2961 |
-
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
|
| 2962 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
|
| 2963 |
msgid "Newsletter subscribe form"
|
| 2964 |
msgstr ""
|
| 2965 |
|
| 2966 |
-
#: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
|
| 2967 |
-
#: build_tmp/build/framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
|
| 2968 |
msgid "Thank you for subscribing to our newsletter!"
|
| 2969 |
msgstr ""
|
| 2970 |
|
| 2971 |
-
#: framework/extensions/product-reviews/views/single-top.php:238
|
| 2972 |
-
#: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:238
|
| 2973 |
msgid "Specs"
|
| 2974 |
msgstr ""
|
| 2975 |
|
| 2976 |
#: framework/features/header/modal/login.php:28,
|
| 2977 |
-
#: framework/features/header/modal/lostpassword.php:5
|
| 2978 |
-
#: build_tmp/build/framework/features/header/modal/login.php:28,
|
| 2979 |
-
#: build_tmp/build/framework/features/header/modal/lostpassword.php:5
|
| 2980 |
msgid "Username or Email Address"
|
| 2981 |
msgstr ""
|
| 2982 |
|
| 2983 |
#: framework/features/header/modal/login.php:33,
|
| 2984 |
-
#: framework/features/header/modal/register.php:42
|
| 2985 |
-
#: build_tmp/build/framework/features/header/modal/login.php:33,
|
| 2986 |
-
#: build_tmp/build/framework/features/header/modal/register.php:42
|
| 2987 |
msgid "Password"
|
| 2988 |
msgstr ""
|
| 2989 |
|
| 2990 |
-
#: framework/features/header/modal/login.php:40
|
| 2991 |
-
#: build_tmp/build/framework/features/header/modal/login.php:40
|
| 2992 |
msgid "Remember Me"
|
| 2993 |
msgstr ""
|
| 2994 |
|
| 2995 |
-
#: framework/features/header/modal/login.php:44
|
| 2996 |
-
#: build_tmp/build/framework/features/header/modal/login.php:44
|
| 2997 |
msgid "Forgot Password?"
|
| 2998 |
msgstr ""
|
| 2999 |
|
| 3000 |
-
#: framework/features/header/modal/login.php:62
|
| 3001 |
-
#: build_tmp/build/framework/features/header/modal/login.php:62
|
| 3002 |
msgid "Log In"
|
| 3003 |
msgstr ""
|
| 3004 |
|
| 3005 |
-
#: framework/features/header/modal/lostpassword.php:13
|
| 3006 |
-
#: build_tmp/build/framework/features/header/modal/lostpassword.php:13
|
| 3007 |
msgid "Get New Password"
|
| 3008 |
msgstr ""
|
| 3009 |
|
| 3010 |
-
#: framework/features/header/modal/register.php:30
|
| 3011 |
-
#: build_tmp/build/framework/features/header/modal/register.php:30
|
| 3012 |
msgid "Username"
|
| 3013 |
msgstr ""
|
| 3014 |
|
|
@@ -3017,35 +2096,25 @@ msgstr ""
|
|
| 3017 |
#: framework/premium/extensions/shortcuts/customizer.php:153,
|
| 3018 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:368,
|
| 3019 |
#: framework/premium/extensions/shortcuts/views/bar.php:45,
|
| 3020 |
-
#:
|
| 3021 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:130,
|
| 3022 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:153,
|
| 3023 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:221,
|
| 3024 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:368,
|
| 3025 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:45,
|
| 3026 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:221
|
| 3027 |
msgid "Email"
|
| 3028 |
msgstr ""
|
| 3029 |
|
| 3030 |
-
#: framework/features/header/modal/register.php:58
|
| 3031 |
-
#: build_tmp/build/framework/features/header/modal/register.php:58
|
| 3032 |
msgid "Registration confirmation will be emailed to you"
|
| 3033 |
msgstr ""
|
| 3034 |
|
| 3035 |
-
#: framework/features/header/modal/register.php:63
|
| 3036 |
-
#: build_tmp/build/framework/features/header/modal/register.php:63
|
| 3037 |
msgid "Register"
|
| 3038 |
msgstr ""
|
| 3039 |
|
| 3040 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3041 |
-
#: framework/premium/extensions/adobe-typekit/config.php:5
|
| 3042 |
-
#: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:5
|
| 3043 |
msgctxt "Extension Brand Name"
|
| 3044 |
msgid "Adobe Fonts"
|
| 3045 |
msgstr ""
|
| 3046 |
|
| 3047 |
-
#: framework/premium/extensions/adobe-typekit/config.php:6
|
| 3048 |
-
#: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:6
|
| 3049 |
msgid ""
|
| 3050 |
"Connect your Adobe Fonts project and use the selected fonts throughout "
|
| 3051 |
"Blocksy and your favorite page builder."
|
|
@@ -3055,17 +2124,12 @@ msgstr ""
|
|
| 3055 |
#: framework/premium/extensions/code-snippets/config.php:5,
|
| 3056 |
#: framework/premium/extensions/code-snippets/extension.php:24,
|
| 3057 |
#: framework/premium/extensions/code-snippets/extension.php:71,
|
| 3058 |
-
#: framework/premium/extensions/code-snippets/extension.php:114
|
| 3059 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/config.php:5,
|
| 3060 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:24,
|
| 3061 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:71,
|
| 3062 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:114
|
| 3063 |
msgctxt "Extension Brand Name"
|
| 3064 |
msgid "Custom Code Snippets"
|
| 3065 |
msgstr ""
|
| 3066 |
|
| 3067 |
-
#: framework/premium/extensions/code-snippets/config.php:6
|
| 3068 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/config.php:6
|
| 3069 |
msgid ""
|
| 3070 |
"Inject custom code snippets throughout your website. The extension works "
|
| 3071 |
"globally or on a per post/page basis."
|
|
@@ -3073,93 +2137,73 @@ msgstr ""
|
|
| 3073 |
|
| 3074 |
#: framework/premium/extensions/code-snippets/extension.php:31,
|
| 3075 |
#: framework/premium/extensions/code-snippets/extension.php:78,
|
| 3076 |
-
#: framework/premium/extensions/code-snippets/extension.php:123
|
| 3077 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:31,
|
| 3078 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:78,
|
| 3079 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:123
|
| 3080 |
msgid "Header scripts"
|
| 3081 |
msgstr ""
|
| 3082 |
|
| 3083 |
#: framework/premium/extensions/code-snippets/extension.php:42,
|
| 3084 |
#: framework/premium/extensions/code-snippets/extension.php:89,
|
| 3085 |
-
#: framework/premium/extensions/code-snippets/extension.php:134
|
| 3086 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:42,
|
| 3087 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:89,
|
| 3088 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:134
|
| 3089 |
msgid "After body open scripts"
|
| 3090 |
msgstr ""
|
| 3091 |
|
| 3092 |
#: framework/premium/extensions/code-snippets/extension.php:53,
|
| 3093 |
#: framework/premium/extensions/code-snippets/extension.php:100,
|
| 3094 |
-
#: framework/premium/extensions/code-snippets/extension.php:145
|
| 3095 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:53,
|
| 3096 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:100,
|
| 3097 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:145
|
| 3098 |
msgid "Footer scripts"
|
| 3099 |
msgstr ""
|
| 3100 |
|
| 3101 |
-
#: framework/premium/extensions/code-snippets/readme.php:4
|
| 3102 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:4
|
| 3103 |
msgid ""
|
| 3104 |
"After activating the Custom Code Snippets extension you will have two ways "
|
| 3105 |
"to manage your snippets:"
|
| 3106 |
msgstr ""
|
| 3107 |
|
| 3108 |
-
#: framework/premium/extensions/code-snippets/readme.php:9
|
| 3109 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:9
|
| 3110 |
msgid "Globally"
|
| 3111 |
msgstr ""
|
| 3112 |
|
| 3113 |
-
#: framework/premium/extensions/code-snippets/readme.php:13
|
| 3114 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:13
|
| 3115 |
msgid "Navigate to %s and place there your header, body or footer scripts."
|
| 3116 |
msgstr ""
|
| 3117 |
|
| 3118 |
-
#: framework/premium/extensions/code-snippets/readme.php:16
|
| 3119 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:16
|
| 3120 |
msgid "Customizer ➝ Custom Code Snippets"
|
| 3121 |
msgstr ""
|
| 3122 |
|
| 3123 |
-
#: framework/premium/extensions/code-snippets/readme.php:24
|
| 3124 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:24
|
| 3125 |
msgid "Per page/post"
|
| 3126 |
msgstr ""
|
| 3127 |
|
| 3128 |
-
#: framework/premium/extensions/code-snippets/readme.php:28
|
| 3129 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:28
|
| 3130 |
msgid ""
|
| 3131 |
"Edit your page or post, click on %s, scroll down and you will see the %2s "
|
| 3132 |
"panel."
|
| 3133 |
msgstr ""
|
| 3134 |
|
| 3135 |
-
#: framework/premium/extensions/code-snippets/readme.php:32
|
| 3136 |
-
#: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:32
|
| 3137 |
msgid "%s Page Settings"
|
| 3138 |
msgstr ""
|
| 3139 |
|
| 3140 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3141 |
-
#: framework/premium/extensions/custom-fonts/config.php:5
|
| 3142 |
-
#: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:5
|
| 3143 |
msgctxt "Extension Brand Name"
|
| 3144 |
msgid "Custom Fonts"
|
| 3145 |
msgstr ""
|
| 3146 |
|
| 3147 |
-
#: framework/premium/extensions/custom-fonts/config.php:6
|
| 3148 |
-
#: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:6
|
| 3149 |
msgid ""
|
| 3150 |
"Upload an unlimited number of custom fonts or variable fonts and use them "
|
| 3151 |
"throughout Blocksy and your favorite page builder."
|
| 3152 |
msgstr ""
|
| 3153 |
|
| 3154 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3155 |
-
#: framework/premium/extensions/local-google-fonts/config.php:5
|
| 3156 |
-
#: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:5
|
| 3157 |
msgctxt "Extension Brand Name"
|
| 3158 |
msgid "Local Google Fonts"
|
| 3159 |
msgstr ""
|
| 3160 |
|
| 3161 |
-
#: framework/premium/extensions/local-google-fonts/config.php:6
|
| 3162 |
-
#: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:6
|
| 3163 |
msgid ""
|
| 3164 |
"Serve your chosen Google Fonts from your own web server. This will increase "
|
| 3165 |
"the loading speed and makes sure your website complies with the privacy "
|
|
@@ -3167,14 +2211,12 @@ msgid ""
|
|
| 3167 |
msgstr ""
|
| 3168 |
|
| 3169 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3170 |
-
#: framework/premium/extensions/mega-menu/config.php:5
|
| 3171 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/config.php:5
|
| 3172 |
msgctxt "Extension Brand Name"
|
| 3173 |
msgid "Advanced Menu"
|
| 3174 |
msgstr ""
|
| 3175 |
|
| 3176 |
-
#: framework/premium/extensions/mega-menu/config.php:6
|
| 3177 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/config.php:6
|
| 3178 |
msgid ""
|
| 3179 |
"Create beautiful personalised menus that set your website apart from the "
|
| 3180 |
"others. Add icons and badges to your entries and even add Content Blocks "
|
|
@@ -3182,114 +2224,88 @@ msgid ""
|
|
| 3182 |
msgstr ""
|
| 3183 |
|
| 3184 |
#: framework/premium/extensions/mega-menu/config.php:10,
|
| 3185 |
-
#: framework/premium/extensions/shortcuts/config.php:13
|
| 3186 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/config.php:10,
|
| 3187 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/config.php:13
|
| 3188 |
#: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
|
| 3189 |
#: framework/extensions/product-reviews/static/js/EditSettings.js:30
|
| 3190 |
#: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
|
| 3191 |
msgid "Configure"
|
| 3192 |
msgstr ""
|
| 3193 |
|
| 3194 |
-
#: framework/premium/extensions/mega-menu/extension.php:99
|
| 3195 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:99
|
| 3196 |
msgid "Menu Item Settings"
|
| 3197 |
msgstr ""
|
| 3198 |
|
| 3199 |
-
#: framework/premium/extensions/mega-menu/extension.php:257
|
| 3200 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:257
|
| 3201 |
msgid "New"
|
| 3202 |
msgstr ""
|
| 3203 |
|
| 3204 |
#: framework/premium/extensions/mega-menu/options.php:16,
|
| 3205 |
-
#: framework/premium/extensions/mega-menu/options.php:530
|
| 3206 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:16,
|
| 3207 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:530
|
| 3208 |
msgid "Mega Menu Settings"
|
| 3209 |
msgstr ""
|
| 3210 |
|
| 3211 |
-
#: framework/premium/extensions/mega-menu/options.php:27
|
| 3212 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:27
|
| 3213 |
msgid "Dropdown Width"
|
| 3214 |
msgstr ""
|
| 3215 |
|
| 3216 |
#: framework/premium/extensions/mega-menu/options.php:35,
|
| 3217 |
-
#: framework/premium/extensions/mega-menu/options.php:48
|
| 3218 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:35,
|
| 3219 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:48
|
| 3220 |
msgid "Content Width"
|
| 3221 |
msgstr ""
|
| 3222 |
|
| 3223 |
#: framework/premium/extensions/mega-menu/options.php:36,
|
| 3224 |
-
#: framework/premium/extensions/mega-menu/options.php:57
|
| 3225 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:36,
|
| 3226 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:57
|
| 3227 |
msgid "Full Width"
|
| 3228 |
msgstr ""
|
| 3229 |
|
| 3230 |
#: framework/premium/extensions/mega-menu/options.php:37,
|
| 3231 |
-
#: framework/premium/features/content-blocks/options/archive.php:59
|
| 3232 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:37,
|
| 3233 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:59
|
| 3234 |
msgid "Custom Width"
|
| 3235 |
msgstr ""
|
| 3236 |
|
| 3237 |
-
#: framework/premium/extensions/mega-menu/options.php:56
|
| 3238 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:56
|
| 3239 |
msgid "Default Width"
|
| 3240 |
msgstr ""
|
| 3241 |
|
| 3242 |
-
#: framework/premium/extensions/mega-menu/options.php:85
|
| 3243 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:85
|
| 3244 |
msgid "Columns"
|
| 3245 |
msgstr ""
|
| 3246 |
|
| 3247 |
-
#: framework/premium/extensions/mega-menu/options.php:320
|
| 3248 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:320
|
| 3249 |
msgid "Custom Content"
|
| 3250 |
msgstr ""
|
| 3251 |
|
| 3252 |
-
#: framework/premium/extensions/mega-menu/options.php:324
|
| 3253 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:324
|
| 3254 |
msgid "Content Type"
|
| 3255 |
msgstr ""
|
| 3256 |
|
| 3257 |
-
#: framework/premium/extensions/mega-menu/options.php:331
|
| 3258 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:331
|
| 3259 |
msgid "Default (Menu Item)"
|
| 3260 |
msgstr ""
|
| 3261 |
|
| 3262 |
-
#: framework/premium/extensions/mega-menu/options.php:332
|
| 3263 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:332
|
| 3264 |
msgid "Custom Text"
|
| 3265 |
msgstr ""
|
| 3266 |
|
| 3267 |
#: framework/premium/extensions/mega-menu/options.php:364,
|
| 3268 |
-
#: framework/premium/extensions/mega-menu/options.php:371
|
| 3269 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:364,
|
| 3270 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:371
|
| 3271 |
msgid "Select Content Block"
|
| 3272 |
msgstr ""
|
| 3273 |
|
| 3274 |
-
#: framework/premium/extensions/mega-menu/options.php:367
|
| 3275 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:367
|
| 3276 |
msgid "Create a new content Block/Hook"
|
| 3277 |
msgstr ""
|
| 3278 |
|
| 3279 |
#: framework/premium/extensions/mega-menu/options.php:394,
|
| 3280 |
-
#: framework/premium/extensions/mega-menu/options.php:720
|
| 3281 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:394,
|
| 3282 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:720
|
| 3283 |
msgid "Item Label Settings"
|
| 3284 |
msgstr ""
|
| 3285 |
|
| 3286 |
-
#: framework/premium/extensions/mega-menu/options.php:399
|
| 3287 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:399
|
| 3288 |
msgid "Item Label"
|
| 3289 |
msgstr ""
|
| 3290 |
|
| 3291 |
-
#: framework/premium/extensions/mega-menu/options.php:407
|
| 3292 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:407
|
| 3293 |
msgid "Enabled"
|
| 3294 |
msgstr ""
|
| 3295 |
|
|
@@ -3298,130 +2314,91 @@ msgstr ""
|
|
| 3298 |
#: framework/premium/features/content-blocks/options/archive.php:160,
|
| 3299 |
#: framework/premium/features/content-blocks/options/header.php:108,
|
| 3300 |
#: framework/premium/features/content-blocks/options/hook.php:113,
|
| 3301 |
-
#: framework/premium/features/content-blocks/options/single.php:99
|
| 3302 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:408,
|
| 3303 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:110,
|
| 3304 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:160,
|
| 3305 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:108,
|
| 3306 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:113,
|
| 3307 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:99
|
| 3308 |
msgid "Disabled"
|
| 3309 |
msgstr ""
|
| 3310 |
|
| 3311 |
-
#: framework/premium/extensions/mega-menu/options.php:409
|
| 3312 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:409
|
| 3313 |
msgid "Heading"
|
| 3314 |
msgstr ""
|
| 3315 |
|
| 3316 |
-
#: framework/premium/extensions/mega-menu/options.php:415
|
| 3317 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:415
|
| 3318 |
msgid "Label Link"
|
| 3319 |
msgstr ""
|
| 3320 |
|
| 3321 |
#: framework/premium/extensions/mega-menu/options.php:481,
|
| 3322 |
-
#: framework/premium/extensions/mega-menu/options.php:802
|
| 3323 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:481,
|
| 3324 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:802
|
| 3325 |
msgid "Menu Badge Settings"
|
| 3326 |
msgstr ""
|
| 3327 |
|
| 3328 |
#: framework/premium/extensions/mega-menu/options.php:499,
|
| 3329 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
|
| 3330 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:499,
|
| 3331 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
|
| 3332 |
msgid "Vertical Alignment"
|
| 3333 |
msgstr ""
|
| 3334 |
|
| 3335 |
#: framework/premium/extensions/mega-menu/options.php:534,
|
| 3336 |
#: framework/premium/extensions/shortcuts/customizer.php:883,
|
| 3337 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
| 3338 |
-
#: framework/features/header/items/account/options.php:1166
|
| 3339 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:534,
|
| 3340 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:883,
|
| 3341 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
| 3342 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1166
|
| 3343 |
msgid "Background"
|
| 3344 |
msgstr ""
|
| 3345 |
|
| 3346 |
-
#: framework/premium/extensions/mega-menu/options.php:548
|
| 3347 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:548
|
| 3348 |
msgid "Link Color"
|
| 3349 |
msgstr ""
|
| 3350 |
|
| 3351 |
#: framework/premium/extensions/mega-menu/options.php:568,
|
| 3352 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
|
| 3353 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:568,
|
| 3354 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
|
| 3355 |
#: framework/premium/features/premium-header/items/contacts/options.php:478,
|
| 3356 |
#: framework/premium/features/premium-header/items/contacts/options.php:520,
|
| 3357 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:560
|
| 3358 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:478,
|
| 3359 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:520,
|
| 3360 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:560
|
| 3361 |
msgid "Link Initial"
|
| 3362 |
msgstr ""
|
| 3363 |
|
| 3364 |
-
#: framework/premium/extensions/mega-menu/options.php:573
|
| 3365 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:573
|
| 3366 |
msgid "Link Hover/Active"
|
| 3367 |
msgstr ""
|
| 3368 |
|
| 3369 |
-
#: framework/premium/extensions/mega-menu/options.php:578
|
| 3370 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:578
|
| 3371 |
msgid "Background Hover"
|
| 3372 |
msgstr ""
|
| 3373 |
|
| 3374 |
-
#: framework/premium/extensions/mega-menu/options.php:586
|
| 3375 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:586
|
| 3376 |
msgid "Heading Font"
|
| 3377 |
msgstr ""
|
| 3378 |
|
| 3379 |
#: framework/premium/extensions/mega-menu/options.php:595,
|
| 3380 |
-
#: framework/premium/extensions/mega-menu/options.php:729
|
| 3381 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:595,
|
| 3382 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:729
|
| 3383 |
msgid "Heading Color"
|
| 3384 |
msgstr ""
|
| 3385 |
|
| 3386 |
#: framework/premium/extensions/mega-menu/options.php:607,
|
| 3387 |
#: framework/premium/extensions/mega-menu/options.php:627,
|
| 3388 |
-
#: framework/premium/extensions/mega-menu/options.php:741
|
| 3389 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:607,
|
| 3390 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:627,
|
| 3391 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:741
|
| 3392 |
msgid "Initial Color"
|
| 3393 |
msgstr ""
|
| 3394 |
|
| 3395 |
#: framework/premium/extensions/mega-menu/options.php:634,
|
| 3396 |
#: framework/premium/extensions/shortcuts/customizer.php:900,
|
| 3397 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:634,
|
| 3398 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:900,
|
| 3399 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:432,
|
| 3400 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:836
|
| 3401 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:432,
|
| 3402 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:836
|
| 3403 |
msgid "Items Divider"
|
| 3404 |
msgstr ""
|
| 3405 |
|
| 3406 |
-
#: framework/premium/extensions/mega-menu/options.php:649
|
| 3407 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:649
|
| 3408 |
msgid "Columns Divider"
|
| 3409 |
msgstr ""
|
| 3410 |
|
| 3411 |
#: framework/premium/extensions/mega-menu/options.php:664,
|
| 3412 |
-
#:
|
| 3413 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:818,
|
| 3414 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:818
|
| 3415 |
msgid "Dropdown Shadow"
|
| 3416 |
msgstr ""
|
| 3417 |
|
| 3418 |
-
#: framework/premium/extensions/mega-menu/options.php:696
|
| 3419 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:696
|
| 3420 |
msgid "Column Settings"
|
| 3421 |
msgstr ""
|
| 3422 |
|
| 3423 |
-
#: framework/premium/extensions/mega-menu/options.php:700
|
| 3424 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:700
|
| 3425 |
msgid "Column Spacing"
|
| 3426 |
msgstr ""
|
| 3427 |
|
|
@@ -3435,8 +2412,6 @@ msgstr ""
|
|
| 3435 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
| 3436 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
| 3437 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
| 3438 |
-
#: build_tmp/build/framework/premium/extensions/mega-menu/options.php:752,
|
| 3439 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
|
| 3440 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
|
| 3441 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
|
| 3442 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
|
|
@@ -3444,43 +2419,24 @@ msgstr ""
|
|
| 3444 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
|
| 3445 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
|
| 3446 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
|
| 3447 |
-
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
|
| 3448 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:827,
|
| 3449 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:855,
|
| 3450 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:886,
|
| 3451 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:915,
|
| 3452 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1172,
|
| 3453 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
| 3454 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
| 3455 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
| 3456 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
|
| 3457 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
|
| 3458 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
|
| 3459 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:393,
|
| 3460 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
|
| 3461 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
|
| 3462 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
|
| 3463 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
|
| 3464 |
msgid "Icon Color"
|
| 3465 |
msgstr ""
|
| 3466 |
|
| 3467 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3468 |
-
#: framework/premium/extensions/post-types-extra/config.php:5
|
| 3469 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:5
|
| 3470 |
msgctxt "Extension Brand Name"
|
| 3471 |
msgid "Post Types Extra"
|
| 3472 |
msgstr ""
|
| 3473 |
|
| 3474 |
-
#: framework/premium/extensions/post-types-extra/config.php:6
|
| 3475 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:6
|
| 3476 |
msgid ""
|
| 3477 |
"Enables support for Custom Fields inside archive cards and single page post "
|
| 3478 |
"title, adds a reading progress bar for your posts and lets you set featured "
|
| 3479 |
"images and colors for your categories archives."
|
| 3480 |
msgstr ""
|
| 3481 |
|
| 3482 |
-
#: framework/premium/extensions/post-types-extra/readme.php:4
|
| 3483 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:4
|
| 3484 |
msgid ""
|
| 3485 |
"After activating this extension you will be able to enable the read progress "
|
| 3486 |
"bar for your single posts, add a featured image and set different colors to "
|
|
@@ -3489,86 +2445,70 @@ msgid ""
|
|
| 3489 |
"taxonomies archive filters."
|
| 3490 |
msgstr ""
|
| 3491 |
|
| 3492 |
-
#: framework/premium/extensions/post-types-extra/readme.php:10
|
| 3493 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:10
|
| 3494 |
msgid "Custom Fields"
|
| 3495 |
msgstr ""
|
| 3496 |
|
| 3497 |
-
#: framework/premium/extensions/post-types-extra/readme.php:14
|
| 3498 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:14
|
| 3499 |
msgid ""
|
| 3500 |
"After setting up your custom fields you will be able to output them from %s "
|
| 3501 |
"or from %2s."
|
| 3502 |
msgstr ""
|
| 3503 |
|
| 3504 |
-
#: framework/premium/extensions/post-types-extra/readme.php:17
|
| 3505 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:17
|
| 3506 |
msgid "Customizer ➝ Blog Posts ➝ Card Options"
|
| 3507 |
msgstr ""
|
| 3508 |
|
| 3509 |
-
#: framework/premium/extensions/post-types-extra/readme.php:21
|
| 3510 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:21
|
| 3511 |
msgid "Customizer ➝ Single Posts ➝ Post Title"
|
| 3512 |
msgstr ""
|
| 3513 |
|
| 3514 |
-
#: framework/premium/extensions/post-types-extra/readme.php:29
|
| 3515 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:29
|
| 3516 |
msgid "Taxonomies Filters"
|
| 3517 |
msgstr ""
|
| 3518 |
|
| 3519 |
-
#: framework/premium/extensions/post-types-extra/readme.php:33
|
| 3520 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:33
|
| 3521 |
msgid "You can enable the taxonomies filters from %s."
|
| 3522 |
msgstr ""
|
| 3523 |
|
| 3524 |
-
#: framework/premium/extensions/post-types-extra/readme.php:36
|
| 3525 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:36
|
| 3526 |
msgid "Customizer ➝ Blog Posts ➝ Filters"
|
| 3527 |
msgstr ""
|
| 3528 |
|
| 3529 |
-
#: framework/premium/extensions/post-types-extra/readme.php:44
|
| 3530 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:44
|
| 3531 |
msgid "Read Progress Bar"
|
| 3532 |
msgstr ""
|
| 3533 |
|
| 3534 |
-
#: framework/premium/extensions/post-types-extra/readme.php:48
|
| 3535 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:48
|
| 3536 |
msgid "This options could be enabled from %s."
|
| 3537 |
msgstr ""
|
| 3538 |
|
| 3539 |
-
#: framework/premium/extensions/post-types-extra/readme.php:51
|
| 3540 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:51
|
| 3541 |
msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
|
| 3542 |
msgstr ""
|
| 3543 |
|
| 3544 |
-
#: framework/premium/extensions/post-types-extra/readme.php:59
|
| 3545 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:59
|
| 3546 |
msgid "Taxonomy Featured Image & Custom Colors"
|
| 3547 |
msgstr ""
|
| 3548 |
|
| 3549 |
-
#: framework/premium/extensions/post-types-extra/readme.php:63
|
| 3550 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:63
|
| 3551 |
msgid ""
|
| 3552 |
"To customize these options simply navigate to %s and edit one of your "
|
| 3553 |
"categories."
|
| 3554 |
msgstr ""
|
| 3555 |
|
| 3556 |
-
#: framework/premium/extensions/post-types-extra/readme.php:66
|
| 3557 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:66
|
| 3558 |
msgid "Dashboard ➝ Posts ➝ Categories"
|
| 3559 |
msgstr ""
|
| 3560 |
|
| 3561 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3562 |
#: framework/premium/extensions/shortcuts/config.php:5,
|
| 3563 |
-
#: framework/premium/extensions/shortcuts/customizer.php:524
|
| 3564 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/config.php:5,
|
| 3565 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:524
|
| 3566 |
msgctxt "Extension Brand Name"
|
| 3567 |
msgid "Shortcuts Bar"
|
| 3568 |
msgstr ""
|
| 3569 |
|
| 3570 |
-
#: framework/premium/extensions/shortcuts/config.php:6
|
| 3571 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/config.php:6
|
| 3572 |
msgid ""
|
| 3573 |
"Easily turn your websites into mobile first experiences. You can easily add "
|
| 3574 |
"the most important actions at the bottom of the screen for easy access."
|
|
@@ -3578,12 +2518,7 @@ msgstr ""
|
|
| 3578 |
#: framework/premium/extensions/shortcuts/customizer.php:35,
|
| 3579 |
#: framework/premium/extensions/shortcuts/customizer.php:563,
|
| 3580 |
#: framework/premium/extensions/shortcuts/views/bar.php:13,
|
| 3581 |
-
#: framework/premium/extensions/shortcuts/views/bar.php:43
|
| 3582 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:12,
|
| 3583 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:35,
|
| 3584 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:563,
|
| 3585 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:13,
|
| 3586 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:43
|
| 3587 |
msgid "Home"
|
| 3588 |
msgstr ""
|
| 3589 |
|
|
@@ -3593,109 +2528,71 @@ msgstr ""
|
|
| 3593 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:128,
|
| 3594 |
#: framework/premium/extensions/shortcuts/views/bar.php:22,
|
| 3595 |
#: framework/premium/extensions/shortcuts/views/bar.php:44,
|
| 3596 |
-
#:
|
| 3597 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:91,
|
| 3598 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:572,
|
| 3599 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:76,
|
| 3600 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:128,
|
| 3601 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:22,
|
| 3602 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:44,
|
| 3603 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:76
|
| 3604 |
msgid "Phone"
|
| 3605 |
msgstr ""
|
| 3606 |
|
| 3607 |
#: framework/premium/extensions/shortcuts/customizer.php:192,
|
| 3608 |
#: framework/premium/extensions/shortcuts/customizer.php:215,
|
| 3609 |
-
#: framework/premium/extensions/shortcuts/views/bar.php:46
|
| 3610 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:192,
|
| 3611 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:215,
|
| 3612 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:46
|
| 3613 |
msgid "Scroll Top"
|
| 3614 |
msgstr ""
|
| 3615 |
|
| 3616 |
#: framework/premium/extensions/shortcuts/customizer.php:293,
|
| 3617 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
|
| 3618 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:539
|
| 3619 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:293,
|
| 3620 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
|
| 3621 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:539
|
| 3622 |
msgid "Open link in new tab"
|
| 3623 |
msgstr ""
|
| 3624 |
|
| 3625 |
-
#: framework/premium/extensions/shortcuts/customizer.php:300
|
| 3626 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:300
|
| 3627 |
msgid "Set link to nofollow"
|
| 3628 |
msgstr ""
|
| 3629 |
|
| 3630 |
-
#: framework/premium/extensions/shortcuts/customizer.php:306
|
| 3631 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:306
|
| 3632 |
msgid "Custom class"
|
| 3633 |
msgstr ""
|
| 3634 |
|
| 3635 |
#: framework/premium/extensions/shortcuts/customizer.php:338,
|
| 3636 |
#: framework/premium/extensions/shortcuts/customizer.php:361,
|
| 3637 |
-
#: framework/premium/extensions/shortcuts/views/bar.php:47
|
| 3638 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:338,
|
| 3639 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:361,
|
| 3640 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:47
|
| 3641 |
msgid "Cart"
|
| 3642 |
msgstr ""
|
| 3643 |
|
| 3644 |
#: framework/premium/extensions/shortcuts/customizer.php:394,
|
| 3645 |
-
#: framework/premium/extensions/shortcuts/customizer.php:417
|
| 3646 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:394,
|
| 3647 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:417
|
| 3648 |
msgid "Shop"
|
| 3649 |
msgstr ""
|
| 3650 |
|
| 3651 |
#: framework/premium/extensions/shortcuts/customizer.php:450,
|
| 3652 |
#: framework/premium/extensions/shortcuts/customizer.php:473,
|
| 3653 |
#: framework/premium/extensions/woocommerce-extra/readme.php:70,
|
| 3654 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:450,
|
| 3655 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:473,
|
| 3656 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:70,
|
| 3657 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
| 3658 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
|
| 3659 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:
|
| 3660 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:
|
| 3661 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
| 3662 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
|
| 3663 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:105,
|
| 3664 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:111
|
| 3665 |
msgid "Wishlist"
|
| 3666 |
msgstr ""
|
| 3667 |
|
| 3668 |
#: framework/premium/extensions/shortcuts/customizer.php:538,
|
| 3669 |
-
#: framework/premium/features/content-blocks/admin-ui.php:196
|
| 3670 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:538,
|
| 3671 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:196
|
| 3672 |
msgid "Type"
|
| 3673 |
msgstr ""
|
| 3674 |
|
| 3675 |
-
#: framework/premium/extensions/shortcuts/customizer.php:557
|
| 3676 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:557
|
| 3677 |
msgid "Shortcuts"
|
| 3678 |
msgstr ""
|
| 3679 |
|
| 3680 |
#: framework/premium/extensions/shortcuts/customizer.php:612,
|
| 3681 |
#: framework/features/header/items/account/options.php:275,
|
| 3682 |
#: framework/features/header/items/account/options.php:572,
|
| 3683 |
-
#:
|
| 3684 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92,
|
| 3685 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:275,
|
| 3686 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:572,
|
| 3687 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92
|
| 3688 |
msgid "Label Visibility"
|
| 3689 |
msgstr ""
|
| 3690 |
|
| 3691 |
#: framework/premium/extensions/shortcuts/customizer.php:652,
|
| 3692 |
#: framework/features/header/items/account/options.php:311,
|
| 3693 |
#: framework/features/header/items/account/options.php:608,
|
| 3694 |
-
#:
|
| 3695 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123,
|
| 3696 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:311,
|
| 3697 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:608,
|
| 3698 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123
|
| 3699 |
msgid "Label Position"
|
| 3700 |
msgstr ""
|
| 3701 |
|
|
@@ -3705,14 +2602,7 @@ msgstr ""
|
|
| 3705 |
#: framework/features/header/items/account/options.php:320,
|
| 3706 |
#: framework/features/header/items/account/options.php:617,
|
| 3707 |
#: framework/premium/features/content-blocks/options/hook.php:307,
|
| 3708 |
-
#:
|
| 3709 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
|
| 3710 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:445,
|
| 3711 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132,
|
| 3712 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:320,
|
| 3713 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:617,
|
| 3714 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:307,
|
| 3715 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132
|
| 3716 |
msgid "Bottom"
|
| 3717 |
msgstr ""
|
| 3718 |
|
|
@@ -3720,27 +2610,19 @@ msgstr ""
|
|
| 3720 |
#: framework/features/header/items/account/options.php:258,
|
| 3721 |
#: framework/features/header/items/account/options.php:499,
|
| 3722 |
#: framework/features/header/items/account/options.php:555,
|
| 3723 |
-
#:
|
| 3724 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74,
|
| 3725 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:258,
|
| 3726 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:499,
|
| 3727 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:555,
|
| 3728 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
|
| 3729 |
msgid "Icon Size"
|
| 3730 |
msgstr ""
|
| 3731 |
|
| 3732 |
-
#: framework/premium/extensions/shortcuts/customizer.php:682
|
| 3733 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:682
|
| 3734 |
msgid "Container Height"
|
| 3735 |
msgstr ""
|
| 3736 |
|
| 3737 |
-
#: framework/premium/extensions/shortcuts/customizer.php:697
|
| 3738 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:697
|
| 3739 |
msgid "Container Max Width"
|
| 3740 |
msgstr ""
|
| 3741 |
|
| 3742 |
-
#: framework/premium/extensions/shortcuts/customizer.php:721
|
| 3743 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:721
|
| 3744 |
msgid "Scroll Interaction"
|
| 3745 |
msgstr ""
|
| 3746 |
|
|
@@ -3754,135 +2636,96 @@ msgstr ""
|
|
| 3754 |
#: framework/premium/features/content-blocks/options/hook.php:158,
|
| 3755 |
#: framework/premium/features/content-blocks/options/popup.php:162,
|
| 3756 |
#: framework/premium/features/content-blocks/options/popup.php:437,
|
| 3757 |
-
#:
|
| 3758 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:225,
|
| 3759 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:338,
|
| 3760 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:510,
|
| 3761 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:113,
|
| 3762 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:143,
|
| 3763 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:408,
|
| 3764 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:9,
|
| 3765 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:158,
|
| 3766 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:162,
|
| 3767 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:437,
|
| 3768 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:338
|
| 3769 |
msgid "None"
|
| 3770 |
msgstr ""
|
| 3771 |
|
| 3772 |
-
#: framework/premium/extensions/shortcuts/customizer.php:727
|
| 3773 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:727
|
| 3774 |
msgid "Hide"
|
| 3775 |
msgstr ""
|
| 3776 |
|
| 3777 |
-
#: framework/premium/extensions/shortcuts/customizer.php:769
|
| 3778 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:769
|
| 3779 |
msgid "Shortcuts Bar Display Conditions"
|
| 3780 |
msgstr ""
|
| 3781 |
|
| 3782 |
-
#: framework/premium/extensions/shortcuts/customizer.php:770
|
| 3783 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:770
|
| 3784 |
msgid "Add one or more conditions to display the shortcuts bar."
|
| 3785 |
msgstr ""
|
| 3786 |
|
| 3787 |
#: framework/premium/extensions/shortcuts/customizer.php:784,
|
| 3788 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:784,
|
| 3789 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
|
| 3790 |
#: framework/premium/features/premium-header/items/contacts/options.php:410,
|
| 3791 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
| 3792 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:376
|
| 3793 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
|
| 3794 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:410,
|
| 3795 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
| 3796 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:376
|
| 3797 |
msgid "Font"
|
| 3798 |
msgstr ""
|
| 3799 |
|
| 3800 |
#: framework/premium/extensions/shortcuts/customizer.php:826,
|
| 3801 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:826,
|
| 3802 |
#: framework/premium/features/premium-header/items/contacts/options.php:590,
|
| 3803 |
#: framework/premium/features/premium-header/items/contacts/options.php:619,
|
| 3804 |
#: framework/premium/features/premium-header/items/contacts/options.php:650,
|
| 3805 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:680
|
| 3806 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:590,
|
| 3807 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:619,
|
| 3808 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:650,
|
| 3809 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:680
|
| 3810 |
msgid "Icons Color"
|
| 3811 |
msgstr ""
|
| 3812 |
|
| 3813 |
-
#: framework/premium/extensions/shortcuts/customizer.php:865
|
| 3814 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:865
|
| 3815 |
msgid "Cart Badge Color"
|
| 3816 |
msgstr ""
|
| 3817 |
|
| 3818 |
-
#: framework/premium/extensions/shortcuts/customizer.php:920
|
| 3819 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:920
|
| 3820 |
msgid "Items Divider Height"
|
| 3821 |
msgstr ""
|
| 3822 |
|
| 3823 |
#: framework/premium/extensions/shortcuts/customizer.php:934,
|
| 3824 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
|
| 3825 |
#: framework/premium/features/content-blocks/options/popup.php:387,
|
| 3826 |
-
#:
|
| 3827 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
|
| 3828 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:446,
|
| 3829 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:387,
|
| 3830 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:446
|
| 3831 |
msgid "Shadow"
|
| 3832 |
msgstr ""
|
| 3833 |
|
| 3834 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3835 |
-
#: framework/premium/extensions/sidebars/config.php:5
|
| 3836 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/config.php:5
|
| 3837 |
msgctxt "Extension Brand Name"
|
| 3838 |
msgid "Multiple Sidebars"
|
| 3839 |
msgstr ""
|
| 3840 |
|
| 3841 |
-
#: framework/premium/extensions/sidebars/config.php:6
|
| 3842 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/config.php:6
|
| 3843 |
msgid ""
|
| 3844 |
"Create unlimited personalized sets of widget areas and display them on any "
|
| 3845 |
"page or post using our conditional logic functionality."
|
| 3846 |
msgstr ""
|
| 3847 |
|
| 3848 |
-
#: framework/premium/extensions/sidebars/config.php:10
|
| 3849 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/config.php:10
|
| 3850 |
msgid "Create New Sidebar"
|
| 3851 |
msgstr ""
|
| 3852 |
|
| 3853 |
-
#: framework/premium/extensions/sidebars/form.php:3
|
| 3854 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/form.php:3
|
| 3855 |
#: framework/premium/extensions/sidebars/static/js/main.js:42
|
| 3856 |
msgid "Create Sidebar/Widget Area"
|
| 3857 |
msgstr ""
|
| 3858 |
|
| 3859 |
-
#: framework/premium/extensions/sidebars/form.php:6
|
| 3860 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/form.php:6
|
| 3861 |
msgid ""
|
| 3862 |
"In order to create a new sidebar/widget area simply enter a name in the "
|
| 3863 |
"input below and click the Create Sidebar button."
|
| 3864 |
msgstr ""
|
| 3865 |
|
| 3866 |
-
#: framework/premium/extensions/sidebars/form.php:16
|
| 3867 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/form.php:16
|
| 3868 |
#: framework/premium/extensions/sidebars/static/js/main.js:58
|
| 3869 |
msgid "Create Sidebar"
|
| 3870 |
msgstr ""
|
| 3871 |
|
| 3872 |
-
#: framework/premium/extensions/sidebars/form.php:20
|
| 3873 |
-
#: build_tmp/build/framework/premium/extensions/sidebars/form.php:20
|
| 3874 |
msgid "Available Sidebars/Widget Areas"
|
| 3875 |
msgstr ""
|
| 3876 |
|
| 3877 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3878 |
-
#: framework/premium/extensions/white-label/config.php:5
|
| 3879 |
-
#: build_tmp/build/framework/premium/extensions/white-label/config.php:5
|
| 3880 |
msgctxt "Extension Brand Name"
|
| 3881 |
msgid "White Label"
|
| 3882 |
msgstr ""
|
| 3883 |
|
| 3884 |
-
#: framework/premium/extensions/white-label/config.php:6
|
| 3885 |
-
#: build_tmp/build/framework/premium/extensions/white-label/config.php:6
|
| 3886 |
msgid ""
|
| 3887 |
"Replace Blocksy's branding with your own. Easily hide licensing info and "
|
| 3888 |
"other sections of the theme and companion plugin from your clients and make "
|
|
@@ -3890,42 +2733,35 @@ msgid ""
|
|
| 3890 |
msgstr ""
|
| 3891 |
|
| 3892 |
#. translators: This is a brand name. Preferably to not be translated
|
| 3893 |
-
#: framework/premium/extensions/woocommerce-extra/config.php:5
|
| 3894 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:5
|
| 3895 |
msgctxt "Extension Brand Name"
|
| 3896 |
msgid "WooCommerce Extra"
|
| 3897 |
msgstr ""
|
| 3898 |
|
| 3899 |
-
#: framework/premium/extensions/woocommerce-extra/config.php:6
|
| 3900 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:6
|
| 3901 |
msgid ""
|
| 3902 |
"Make the shopping experience better for your visitors! Add features such as "
|
| 3903 |
"Product Quick View, Wishlist functionality and a Floating Add to Cart "
|
| 3904 |
"button. Customize the single product gallery/slider and the layout."
|
| 3905 |
msgstr ""
|
| 3906 |
|
| 3907 |
-
#: framework/premium/extensions/woocommerce-extra/customizer.php:5
|
| 3908 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:5
|
| 3909 |
msgid "Quick View Button"
|
| 3910 |
msgstr ""
|
| 3911 |
|
| 3912 |
-
#: framework/premium/extensions/woocommerce-extra/customizer.php:21
|
| 3913 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:21
|
| 3914 |
msgid "Trigger On"
|
| 3915 |
msgstr ""
|
| 3916 |
|
| 3917 |
-
#: framework/premium/extensions/woocommerce-extra/customizer.php:29
|
| 3918 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:29
|
| 3919 |
msgid "Button click"
|
| 3920 |
msgstr ""
|
| 3921 |
|
| 3922 |
-
#: framework/premium/extensions/woocommerce-extra/customizer.php:30
|
| 3923 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:30
|
| 3924 |
msgid "Image click"
|
| 3925 |
msgstr ""
|
| 3926 |
|
| 3927 |
-
#: framework/premium/extensions/woocommerce-extra/customizer.php:31
|
| 3928 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:31
|
| 3929 |
msgid "Card click"
|
| 3930 |
msgstr ""
|
| 3931 |
|
|
@@ -3934,13 +2770,7 @@ msgstr ""
|
|
| 3934 |
#: framework/features/header/items/account/options.php:235,
|
| 3935 |
#: framework/features/header/items/account/options.php:476,
|
| 3936 |
#: framework/features/header/items/account/options.php:534,
|
| 3937 |
-
#:
|
| 3938 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
|
| 3939 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66,
|
| 3940 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:235,
|
| 3941 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:476,
|
| 3942 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:534,
|
| 3943 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66
|
| 3944 |
msgid "Type 3"
|
| 3945 |
msgstr ""
|
| 3946 |
|
|
@@ -3948,287 +2778,219 @@ msgstr ""
|
|
| 3948 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
|
| 3949 |
#: framework/features/header/items/account/options.php:240,
|
| 3950 |
#: framework/features/header/items/account/options.php:481,
|
| 3951 |
-
#: framework/features/header/items/account/options.php:539
|
| 3952 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:96,
|
| 3953 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
|
| 3954 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:240,
|
| 3955 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:481,
|
| 3956 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:539
|
| 3957 |
msgid "Type 4"
|
| 3958 |
msgstr ""
|
| 3959 |
|
| 3960 |
#: framework/premium/extensions/woocommerce-extra/extension.php:119,
|
| 3961 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:138
|
| 3962 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:119,
|
| 3963 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:138
|
| 3964 |
msgid "Number of Columns"
|
| 3965 |
msgstr ""
|
| 3966 |
|
| 3967 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:162
|
| 3968 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:162
|
| 3969 |
msgid "Gallery Arrows Visibility"
|
| 3970 |
msgstr ""
|
| 3971 |
|
| 3972 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:183
|
| 3973 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:183
|
| 3974 |
msgid "Thumbnails Arrows Visibility"
|
| 3975 |
msgstr ""
|
| 3976 |
|
| 3977 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:391
|
| 3978 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:391
|
| 3979 |
msgid "Icons Spacing"
|
| 3980 |
msgstr ""
|
| 3981 |
|
| 3982 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:439
|
| 3983 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:439
|
| 3984 |
msgid "WooCommerce Offcanvas Filters"
|
| 3985 |
msgstr ""
|
| 3986 |
|
| 3987 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:441
|
| 3988 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:441
|
| 3989 |
msgid "Add widgets here."
|
| 3990 |
msgstr ""
|
| 3991 |
|
| 3992 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:714
|
| 3993 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:714
|
| 3994 |
msgid "Available Filters"
|
| 3995 |
msgstr ""
|
| 3996 |
|
| 3997 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:715
|
| 3998 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:715
|
| 3999 |
msgid "Close filters modal"
|
| 4000 |
msgstr ""
|
| 4001 |
|
| 4002 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:808
|
| 4003 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:808
|
| 4004 |
msgid "Quick view title before"
|
| 4005 |
msgstr ""
|
| 4006 |
|
| 4007 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:813
|
| 4008 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:813
|
| 4009 |
msgid "Quick view title after"
|
| 4010 |
msgstr ""
|
| 4011 |
|
| 4012 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:818
|
| 4013 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:818
|
| 4014 |
msgid "Quick view price before"
|
| 4015 |
msgstr ""
|
| 4016 |
|
| 4017 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:823
|
| 4018 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:823
|
| 4019 |
msgid "Quick view price after"
|
| 4020 |
msgstr ""
|
| 4021 |
|
| 4022 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:828
|
| 4023 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:828
|
| 4024 |
msgid "Quick view summary before"
|
| 4025 |
msgstr ""
|
| 4026 |
|
| 4027 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:833
|
| 4028 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:833
|
| 4029 |
msgid "Quick view summary after"
|
| 4030 |
msgstr ""
|
| 4031 |
|
| 4032 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
|
| 4033 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:25
|
| 4034 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
|
| 4035 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:25
|
| 4036 |
msgid "Floating Cart"
|
| 4037 |
msgstr ""
|
| 4038 |
|
| 4039 |
-
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
|
| 4040 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:17
|
| 4041 |
msgid "Position"
|
| 4042 |
msgstr ""
|
| 4043 |
|
| 4044 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
|
| 4045 |
#: framework/premium/features/content-blocks/hooks-manager.php:407,
|
| 4046 |
-
#: framework/premium/features/content-blocks/options/hook.php:306
|
| 4047 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
|
| 4048 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:407,
|
| 4049 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:306
|
| 4050 |
msgid "Top"
|
| 4051 |
msgstr ""
|
| 4052 |
|
| 4053 |
-
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
|
| 4054 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:34
|
| 4055 |
msgid "Product Title Visibility"
|
| 4056 |
msgstr ""
|
| 4057 |
|
| 4058 |
-
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
|
| 4059 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:58
|
| 4060 |
msgid "Floating Cart Visibility"
|
| 4061 |
msgstr ""
|
| 4062 |
|
| 4063 |
-
#: framework/premium/extensions/woocommerce-extra/helpers.php:79
|
| 4064 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:79
|
| 4065 |
msgid "Close quick view"
|
| 4066 |
msgstr ""
|
| 4067 |
|
| 4068 |
-
#: framework/premium/extensions/woocommerce-extra/helpers.php:106
|
| 4069 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:106
|
| 4070 |
msgid "Go to product page"
|
| 4071 |
msgstr ""
|
| 4072 |
|
| 4073 |
-
#: framework/premium/extensions/woocommerce-extra/helpers.php:152
|
| 4074 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:152
|
| 4075 |
msgid "Quick view toggle"
|
| 4076 |
msgstr ""
|
| 4077 |
|
| 4078 |
-
#: framework/premium/extensions/woocommerce-extra/helpers.php:152
|
| 4079 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:152
|
| 4080 |
msgid "Quick view icon"
|
| 4081 |
msgstr ""
|
| 4082 |
|
| 4083 |
-
#: framework/premium/extensions/woocommerce-extra/helpers.php:186
|
| 4084 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:186
|
| 4085 |
msgid "Filter"
|
| 4086 |
msgstr ""
|
| 4087 |
|
| 4088 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
|
| 4089 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
|
| 4090 |
msgid "Off Canvas Filter"
|
| 4091 |
msgstr ""
|
| 4092 |
|
| 4093 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
|
| 4094 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
|
| 4095 |
msgid "Filter Widgets"
|
| 4096 |
msgstr ""
|
| 4097 |
|
| 4098 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
|
| 4099 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
|
| 4100 |
msgid "Widgets"
|
| 4101 |
msgstr ""
|
| 4102 |
|
| 4103 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
|
| 4104 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
|
| 4105 |
msgid "Widgets Vertical Spacing"
|
| 4106 |
msgstr ""
|
| 4107 |
|
| 4108 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
|
| 4109 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
|
| 4110 |
msgid "Widgets Title Font"
|
| 4111 |
msgstr ""
|
| 4112 |
|
| 4113 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
|
| 4114 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
|
| 4115 |
msgid "Widgets Title Font Color"
|
| 4116 |
msgstr ""
|
| 4117 |
|
| 4118 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
|
| 4119 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
|
| 4120 |
msgid "Widgets Font"
|
| 4121 |
msgstr ""
|
| 4122 |
|
| 4123 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
|
| 4124 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
|
| 4125 |
msgid "Widgets Font Color"
|
| 4126 |
msgstr ""
|
| 4127 |
|
| 4128 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
|
| 4129 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
|
| 4130 |
#: framework/premium/features/premium-header/items/contacts/options.php:472,
|
| 4131 |
#: framework/premium/features/premium-header/items/contacts/options.php:515,
|
| 4132 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:555
|
| 4133 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:472,
|
| 4134 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:515,
|
| 4135 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:555
|
| 4136 |
msgid "Text Initial"
|
| 4137 |
msgstr ""
|
| 4138 |
|
| 4139 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
|
| 4140 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
|
| 4141 |
#: framework/premium/features/premium-header/items/contacts/options.php:484,
|
| 4142 |
#: framework/premium/features/premium-header/items/contacts/options.php:525,
|
| 4143 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:565
|
| 4144 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:484,
|
| 4145 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:525,
|
| 4146 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:565
|
| 4147 |
msgid "Link Hover"
|
| 4148 |
msgstr ""
|
| 4149 |
|
| 4150 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
|
| 4151 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
|
| 4152 |
msgid "Filter Button & Panel"
|
| 4153 |
msgstr ""
|
| 4154 |
|
| 4155 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
|
| 4156 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
|
| 4157 |
msgid "Filter Icon Type"
|
| 4158 |
msgstr ""
|
| 4159 |
|
| 4160 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
|
| 4161 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
|
| 4162 |
msgid "Filter Button Visibility"
|
| 4163 |
msgstr ""
|
| 4164 |
|
| 4165 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
|
| 4166 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
|
| 4167 |
msgid "Panel Reveal"
|
| 4168 |
msgstr ""
|
| 4169 |
|
| 4170 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
|
| 4171 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
|
| 4172 |
msgid "Left Side"
|
| 4173 |
msgstr ""
|
| 4174 |
|
| 4175 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
|
| 4176 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
|
| 4177 |
msgid "Right Side"
|
| 4178 |
msgstr ""
|
| 4179 |
|
| 4180 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
|
| 4181 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
|
| 4182 |
msgid "Panel Width"
|
| 4183 |
msgstr ""
|
| 4184 |
|
| 4185 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
|
| 4186 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
|
| 4187 |
msgid "Panel Background"
|
| 4188 |
msgstr ""
|
| 4189 |
|
| 4190 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
|
| 4191 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
|
| 4192 |
msgid "Panel Shadow"
|
| 4193 |
msgstr ""
|
| 4194 |
|
| 4195 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
| 4196 |
-
#: framework/features/header/items/account/options.php:1155
|
| 4197 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
| 4198 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1155
|
| 4199 |
msgid "Close Button Type"
|
| 4200 |
msgstr ""
|
| 4201 |
|
| 4202 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
| 4203 |
-
#: framework/features/header/items/account/options.php:1164
|
| 4204 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
| 4205 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1164
|
| 4206 |
msgid "Simple"
|
| 4207 |
msgstr ""
|
| 4208 |
|
| 4209 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
| 4210 |
-
#: framework/features/header/items/account/options.php:1165
|
| 4211 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
| 4212 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1165
|
| 4213 |
msgid "Border"
|
| 4214 |
msgstr ""
|
| 4215 |
|
| 4216 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
| 4217 |
-
#: framework/features/header/items/account/options.php:1208
|
| 4218 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
| 4219 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1208
|
| 4220 |
msgid "Border Color"
|
| 4221 |
msgstr ""
|
| 4222 |
|
| 4223 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:4
|
| 4224 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:4
|
| 4225 |
msgid ""
|
| 4226 |
"After installing and activating the WooCommerce Extra extension you will "
|
| 4227 |
"have these features:"
|
| 4228 |
msgstr ""
|
| 4229 |
|
| 4230 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:10
|
| 4231 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:10
|
| 4232 |
msgid "Product Quick View"
|
| 4233 |
msgstr ""
|
| 4234 |
|
|
@@ -4236,334 +2998,252 @@ msgstr ""
|
|
| 4236 |
#: framework/premium/extensions/woocommerce-extra/readme.php:29,
|
| 4237 |
#: framework/premium/extensions/woocommerce-extra/readme.php:44,
|
| 4238 |
#: framework/premium/extensions/woocommerce-extra/readme.php:59,
|
| 4239 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:74
|
| 4240 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:14,
|
| 4241 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:29,
|
| 4242 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:44,
|
| 4243 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:59,
|
| 4244 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:74
|
| 4245 |
msgid "Navigate to %s."
|
| 4246 |
msgstr ""
|
| 4247 |
|
| 4248 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:17
|
| 4249 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:17
|
| 4250 |
msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
|
| 4251 |
msgstr ""
|
| 4252 |
|
| 4253 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:32
|
| 4254 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:32
|
| 4255 |
msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
|
| 4256 |
msgstr ""
|
| 4257 |
|
| 4258 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:40
|
| 4259 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:40
|
| 4260 |
msgid "Advanced Gallery & Slider"
|
| 4261 |
msgstr ""
|
| 4262 |
|
| 4263 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:47
|
| 4264 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:47
|
| 4265 |
msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
|
| 4266 |
msgstr ""
|
| 4267 |
|
| 4268 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:55
|
| 4269 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:55
|
| 4270 |
msgid "Share Box"
|
| 4271 |
msgstr ""
|
| 4272 |
|
| 4273 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:62
|
| 4274 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:62
|
| 4275 |
msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
|
| 4276 |
msgstr ""
|
| 4277 |
|
| 4278 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:77
|
| 4279 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:77
|
| 4280 |
msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
|
| 4281 |
msgstr ""
|
| 4282 |
|
| 4283 |
-
#: framework/premium/features/content-blocks/admin-ui.php:17
|
| 4284 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:17
|
| 4285 |
msgid "Enable"
|
| 4286 |
msgstr ""
|
| 4287 |
|
| 4288 |
-
#: framework/premium/features/content-blocks/admin-ui.php:18
|
| 4289 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:18
|
| 4290 |
msgid "Disable"
|
| 4291 |
msgstr ""
|
| 4292 |
|
| 4293 |
-
#: framework/premium/features/content-blocks/admin-ui.php:69
|
| 4294 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:69
|
| 4295 |
msgid "Enabled %s content block."
|
| 4296 |
msgid_plural "Enabled %s content blocks."
|
| 4297 |
msgstr[0] ""
|
| 4298 |
msgstr[1] ""
|
| 4299 |
|
| 4300 |
-
#: framework/premium/features/content-blocks/admin-ui.php:94
|
| 4301 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:94
|
| 4302 |
msgid "Disabled %s content block."
|
| 4303 |
msgid_plural "Disabled %s content blocks."
|
| 4304 |
msgstr[0] ""
|
| 4305 |
msgstr[1] ""
|
| 4306 |
|
| 4307 |
-
#: framework/premium/features/content-blocks/admin-ui.php:120
|
| 4308 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:120
|
| 4309 |
#: framework/premium/static/js/hooks/CreateHook.js:68
|
| 4310 |
msgid "Custom Content/Hooks"
|
| 4311 |
msgstr ""
|
| 4312 |
|
| 4313 |
-
#: framework/premium/features/content-blocks/admin-ui.php:121
|
| 4314 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:121
|
| 4315 |
#: framework/premium/static/js/hooks/CreateHook.js:77
|
| 4316 |
msgid "Popup"
|
| 4317 |
msgstr ""
|
| 4318 |
|
| 4319 |
-
#: framework/premium/features/content-blocks/admin-ui.php:122
|
| 4320 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:122
|
| 4321 |
msgid "404 Page"
|
| 4322 |
msgstr ""
|
| 4323 |
|
| 4324 |
#: framework/premium/features/content-blocks/admin-ui.php:123,
|
| 4325 |
#: framework/premium/features/content-blocks/hooks-manager.php:50,
|
| 4326 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:59
|
| 4327 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:123,
|
| 4328 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:50,
|
| 4329 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:59
|
| 4330 |
msgid "Header"
|
| 4331 |
msgstr ""
|
| 4332 |
|
| 4333 |
#: framework/premium/features/content-blocks/admin-ui.php:124,
|
| 4334 |
#: framework/premium/features/content-blocks/hooks-manager.php:890,
|
| 4335 |
#: framework/premium/features/content-blocks/hooks-manager.php:898,
|
| 4336 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:906
|
| 4337 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:124,
|
| 4338 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:890,
|
| 4339 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:898,
|
| 4340 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:906
|
| 4341 |
msgid "Footer"
|
| 4342 |
msgstr ""
|
| 4343 |
|
| 4344 |
-
#: framework/premium/features/content-blocks/admin-ui.php:125
|
| 4345 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:125
|
| 4346 |
msgid "Archive"
|
| 4347 |
msgstr ""
|
| 4348 |
|
| 4349 |
-
#: framework/premium/features/content-blocks/admin-ui.php:126
|
| 4350 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:126
|
| 4351 |
msgid "Single"
|
| 4352 |
msgstr ""
|
| 4353 |
|
| 4354 |
-
#: framework/premium/features/content-blocks/admin-ui.php:131
|
| 4355 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:131
|
| 4356 |
msgid "All types"
|
| 4357 |
msgstr ""
|
| 4358 |
|
| 4359 |
-
#: framework/premium/features/content-blocks/admin-ui.php:197
|
| 4360 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:197
|
| 4361 |
msgid "Location/Trigger"
|
| 4362 |
msgstr ""
|
| 4363 |
|
| 4364 |
-
#: framework/premium/features/content-blocks/admin-ui.php:198
|
| 4365 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:198
|
| 4366 |
msgid "Conditions"
|
| 4367 |
msgstr ""
|
| 4368 |
|
| 4369 |
-
#: framework/premium/features/content-blocks/admin-ui.php:199
|
| 4370 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:199
|
| 4371 |
msgid "Output"
|
| 4372 |
msgstr ""
|
| 4373 |
|
| 4374 |
-
#: framework/premium/features/content-blocks/admin-ui.php:200
|
| 4375 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:200
|
| 4376 |
msgid "Enable/Disable"
|
| 4377 |
msgstr ""
|
| 4378 |
|
| 4379 |
#: framework/premium/features/content-blocks/admin-ui.php:226,
|
| 4380 |
-
#: framework/premium/features/content-blocks/options/popup.php:163
|
| 4381 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:226,
|
| 4382 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:163
|
| 4383 |
msgid "On scroll"
|
| 4384 |
msgstr ""
|
| 4385 |
|
| 4386 |
#: framework/premium/features/content-blocks/admin-ui.php:227,
|
| 4387 |
-
#: framework/premium/features/content-blocks/options/popup.php:164
|
| 4388 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:227,
|
| 4389 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:164
|
| 4390 |
msgid "On scroll to element"
|
| 4391 |
msgstr ""
|
| 4392 |
|
| 4393 |
#: framework/premium/features/content-blocks/admin-ui.php:228,
|
| 4394 |
-
#: framework/premium/features/content-blocks/options/popup.php:165
|
| 4395 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:228,
|
| 4396 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:165
|
| 4397 |
msgid "On page load"
|
| 4398 |
msgstr ""
|
| 4399 |
|
| 4400 |
#: framework/premium/features/content-blocks/admin-ui.php:229,
|
| 4401 |
-
#: framework/premium/features/content-blocks/options/popup.php:166
|
| 4402 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:229,
|
| 4403 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:166
|
| 4404 |
msgid "After inactivity"
|
| 4405 |
msgstr ""
|
| 4406 |
|
| 4407 |
#: framework/premium/features/content-blocks/admin-ui.php:230,
|
| 4408 |
-
#: framework/premium/features/content-blocks/options/popup.php:167
|
| 4409 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:230,
|
| 4410 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:167
|
| 4411 |
msgid "After x time"
|
| 4412 |
msgstr ""
|
| 4413 |
|
| 4414 |
#: framework/premium/features/content-blocks/admin-ui.php:231,
|
| 4415 |
-
#: framework/premium/features/content-blocks/options/popup.php:168
|
| 4416 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:231,
|
| 4417 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:168
|
| 4418 |
msgid "After x pages"
|
| 4419 |
msgstr ""
|
| 4420 |
|
| 4421 |
#: framework/premium/features/content-blocks/admin-ui.php:232,
|
| 4422 |
-
#: framework/premium/features/content-blocks/options/popup.php:169
|
| 4423 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:232,
|
| 4424 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:169
|
| 4425 |
msgid "On page exit intent"
|
| 4426 |
msgstr ""
|
| 4427 |
|
| 4428 |
-
#: framework/premium/features/content-blocks/admin-ui.php:236
|
| 4429 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:236
|
| 4430 |
msgid "Down"
|
| 4431 |
msgstr ""
|
| 4432 |
|
| 4433 |
-
#: framework/premium/features/content-blocks/admin-ui.php:237
|
| 4434 |
-
#: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:237
|
| 4435 |
msgid "Up"
|
| 4436 |
msgstr ""
|
| 4437 |
|
| 4438 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:11
|
| 4439 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:11
|
| 4440 |
msgid "WP head"
|
| 4441 |
msgstr ""
|
| 4442 |
|
| 4443 |
#: framework/premium/features/content-blocks/hooks-manager.php:13,
|
| 4444 |
#: framework/premium/features/content-blocks/hooks-manager.php:22,
|
| 4445 |
#: framework/premium/features/content-blocks/hooks-manager.php:32,
|
| 4446 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:41
|
| 4447 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:13,
|
| 4448 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:22,
|
| 4449 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:32,
|
| 4450 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:41
|
| 4451 |
msgid "Head"
|
| 4452 |
msgstr ""
|
| 4453 |
|
| 4454 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:20
|
| 4455 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:20
|
| 4456 |
msgid "WP head start"
|
| 4457 |
msgstr ""
|
| 4458 |
|
| 4459 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:30
|
| 4460 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:30
|
| 4461 |
msgid "WP head end"
|
| 4462 |
msgstr ""
|
| 4463 |
|
| 4464 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:39
|
| 4465 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:39
|
| 4466 |
msgid "WP body open"
|
| 4467 |
msgstr ""
|
| 4468 |
|
| 4469 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:48
|
| 4470 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:48
|
| 4471 |
msgid "Header before"
|
| 4472 |
msgstr ""
|
| 4473 |
|
| 4474 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:57
|
| 4475 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:57
|
| 4476 |
msgid "Header after"
|
| 4477 |
msgstr ""
|
| 4478 |
|
| 4479 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:66
|
| 4480 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:66
|
| 4481 |
msgid "Desktop top"
|
| 4482 |
msgstr ""
|
| 4483 |
|
| 4484 |
#: framework/premium/features/content-blocks/hooks-manager.php:68,
|
| 4485 |
#: framework/premium/features/content-blocks/hooks-manager.php:77,
|
| 4486 |
#: framework/premium/features/content-blocks/hooks-manager.php:86,
|
| 4487 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:95
|
| 4488 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:68,
|
| 4489 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:77,
|
| 4490 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:86,
|
| 4491 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:95
|
| 4492 |
msgid "Header offcanvas"
|
| 4493 |
msgstr ""
|
| 4494 |
|
| 4495 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:75
|
| 4496 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:75
|
| 4497 |
msgid "Desktop bottom"
|
| 4498 |
msgstr ""
|
| 4499 |
|
| 4500 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:84
|
| 4501 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:84
|
| 4502 |
msgid "Mobile top"
|
| 4503 |
msgstr ""
|
| 4504 |
|
| 4505 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:93
|
| 4506 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:93
|
| 4507 |
msgid "Mobile bottom"
|
| 4508 |
msgstr ""
|
| 4509 |
|
| 4510 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:102
|
| 4511 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:102
|
| 4512 |
msgid "Sidebar before"
|
| 4513 |
msgstr ""
|
| 4514 |
|
| 4515 |
#: framework/premium/features/content-blocks/hooks-manager.php:103,
|
| 4516 |
#: framework/premium/features/content-blocks/hooks-manager.php:110,
|
| 4517 |
#: framework/premium/features/content-blocks/hooks-manager.php:117,
|
| 4518 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:124
|
| 4519 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:103,
|
| 4520 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:110,
|
| 4521 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:117,
|
| 4522 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:124
|
| 4523 |
msgid "Left/Right sidebar"
|
| 4524 |
msgstr ""
|
| 4525 |
|
| 4526 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:109
|
| 4527 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:109
|
| 4528 |
msgid "Sidebar start"
|
| 4529 |
msgstr ""
|
| 4530 |
|
| 4531 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:116
|
| 4532 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:116
|
| 4533 |
msgid "Sidebar end"
|
| 4534 |
msgstr ""
|
| 4535 |
|
| 4536 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:123
|
| 4537 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:123
|
| 4538 |
msgid "Sidebar after"
|
| 4539 |
msgstr ""
|
| 4540 |
|
| 4541 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:130
|
| 4542 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:130
|
| 4543 |
msgid "Dynamic sidebar before"
|
| 4544 |
msgstr ""
|
| 4545 |
|
| 4546 |
#: framework/premium/features/content-blocks/hooks-manager.php:131,
|
| 4547 |
#: framework/premium/features/content-blocks/hooks-manager.php:138,
|
| 4548 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:146
|
| 4549 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:131,
|
| 4550 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:138,
|
| 4551 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:146
|
| 4552 |
msgid "All widget areas"
|
| 4553 |
msgstr ""
|
| 4554 |
|
| 4555 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:137
|
| 4556 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:137
|
| 4557 |
msgid "Dynamic sidebar"
|
| 4558 |
msgstr ""
|
| 4559 |
|
| 4560 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:145
|
| 4561 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:145
|
| 4562 |
msgid "Dynamic sidebar after"
|
| 4563 |
msgstr ""
|
| 4564 |
|
| 4565 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:154
|
| 4566 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:154
|
| 4567 |
msgid "Before section"
|
| 4568 |
msgstr ""
|
| 4569 |
|
|
@@ -4576,99 +3256,69 @@ msgstr ""
|
|
| 4576 |
#: framework/premium/features/content-blocks/hooks-manager.php:203,
|
| 4577 |
#: framework/premium/features/content-blocks/hooks-manager.php:211,
|
| 4578 |
#: framework/premium/features/content-blocks/hooks-manager.php:219,
|
| 4579 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:227
|
| 4580 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:155,
|
| 4581 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:163,
|
| 4582 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:171,
|
| 4583 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:179,
|
| 4584 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:187,
|
| 4585 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:195,
|
| 4586 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:203,
|
| 4587 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:211,
|
| 4588 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:219,
|
| 4589 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:227
|
| 4590 |
msgid "Page/post title"
|
| 4591 |
msgstr ""
|
| 4592 |
|
| 4593 |
#: framework/premium/features/content-blocks/hooks-manager.php:162,
|
| 4594 |
#: framework/premium/features/content-blocks/hooks-manager.php:280,
|
| 4595 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:322
|
| 4596 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:162,
|
| 4597 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:280,
|
| 4598 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:322
|
| 4599 |
msgid "Before title"
|
| 4600 |
msgstr ""
|
| 4601 |
|
| 4602 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:170
|
| 4603 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:170
|
| 4604 |
msgid "Before description"
|
| 4605 |
msgstr ""
|
| 4606 |
|
| 4607 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:178
|
| 4608 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:178
|
| 4609 |
msgid "Before breadcrumbs"
|
| 4610 |
msgstr ""
|
| 4611 |
|
| 4612 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:186
|
| 4613 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:186
|
| 4614 |
msgid "Before post meta"
|
| 4615 |
msgstr ""
|
| 4616 |
|
| 4617 |
#: framework/premium/features/content-blocks/hooks-manager.php:194,
|
| 4618 |
#: framework/premium/features/content-blocks/hooks-manager.php:287,
|
| 4619 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:329
|
| 4620 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:194,
|
| 4621 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:287,
|
| 4622 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:329
|
| 4623 |
msgid "After title"
|
| 4624 |
msgstr ""
|
| 4625 |
|
| 4626 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:202
|
| 4627 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:202
|
| 4628 |
msgid "After description"
|
| 4629 |
msgstr ""
|
| 4630 |
|
| 4631 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:210
|
| 4632 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:210
|
| 4633 |
msgid "After breadcrumbs"
|
| 4634 |
msgstr ""
|
| 4635 |
|
| 4636 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:218
|
| 4637 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:218
|
| 4638 |
msgid "After post meta"
|
| 4639 |
msgstr ""
|
| 4640 |
|
| 4641 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:226
|
| 4642 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:226
|
| 4643 |
msgid "After section"
|
| 4644 |
msgstr ""
|
| 4645 |
|
| 4646 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:234
|
| 4647 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:234
|
| 4648 |
msgid "Before content"
|
| 4649 |
msgstr ""
|
| 4650 |
|
| 4651 |
#: framework/premium/features/content-blocks/hooks-manager.php:242,
|
| 4652 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:415
|
| 4653 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:242,
|
| 4654 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:415
|
| 4655 |
msgid "Top content"
|
| 4656 |
msgstr ""
|
| 4657 |
|
| 4658 |
#: framework/premium/features/content-blocks/hooks-manager.php:250,
|
| 4659 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:437
|
| 4660 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:250,
|
| 4661 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:437
|
| 4662 |
msgid "Bottom content"
|
| 4663 |
msgstr ""
|
| 4664 |
|
| 4665 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:258
|
| 4666 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:258
|
| 4667 |
msgid "After content"
|
| 4668 |
msgstr ""
|
| 4669 |
|
| 4670 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:266
|
| 4671 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:266
|
| 4672 |
msgid "Before comments"
|
| 4673 |
msgstr ""
|
| 4674 |
|
|
@@ -4677,33 +3327,23 @@ msgstr ""
|
|
| 4677 |
#: framework/premium/features/content-blocks/hooks-manager.php:281,
|
| 4678 |
#: framework/premium/features/content-blocks/hooks-manager.php:288,
|
| 4679 |
#: framework/premium/features/content-blocks/hooks-manager.php:295,
|
| 4680 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:302
|
| 4681 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:267,
|
| 4682 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:274,
|
| 4683 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:281,
|
| 4684 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:288,
|
| 4685 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:295,
|
| 4686 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:302
|
| 4687 |
msgid "Comments"
|
| 4688 |
msgstr ""
|
| 4689 |
|
| 4690 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:273
|
| 4691 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:273
|
| 4692 |
msgid "Top comments"
|
| 4693 |
msgstr ""
|
| 4694 |
|
| 4695 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:294
|
| 4696 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:294
|
| 4697 |
msgid "Bottom comments"
|
| 4698 |
msgstr ""
|
| 4699 |
|
| 4700 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:301
|
| 4701 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:301
|
| 4702 |
msgid "After comments"
|
| 4703 |
msgstr ""
|
| 4704 |
|
| 4705 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:308
|
| 4706 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:308
|
| 4707 |
msgid "Before related posts"
|
| 4708 |
msgstr ""
|
| 4709 |
|
|
@@ -4716,105 +3356,75 @@ msgstr ""
|
|
| 4716 |
#: framework/premium/features/content-blocks/hooks-manager.php:351,
|
| 4717 |
#: framework/premium/features/content-blocks/hooks-manager.php:358,
|
| 4718 |
#: framework/premium/features/content-blocks/hooks-manager.php:366,
|
| 4719 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:373
|
| 4720 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:309,
|
| 4721 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:316,
|
| 4722 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:323,
|
| 4723 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:330,
|
| 4724 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:337,
|
| 4725 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:344,
|
| 4726 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:351,
|
| 4727 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:358,
|
| 4728 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:366,
|
| 4729 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:373
|
| 4730 |
msgid "Related posts"
|
| 4731 |
msgstr ""
|
| 4732 |
|
| 4733 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:315
|
| 4734 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:315
|
| 4735 |
msgid "Related posts top"
|
| 4736 |
msgstr ""
|
| 4737 |
|
| 4738 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:336
|
| 4739 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:336
|
| 4740 |
msgid "Card top"
|
| 4741 |
msgstr ""
|
| 4742 |
|
| 4743 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:343
|
| 4744 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:343
|
| 4745 |
msgid "Before featured image"
|
| 4746 |
msgstr ""
|
| 4747 |
|
| 4748 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:350
|
| 4749 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:350
|
| 4750 |
msgid "After featured image"
|
| 4751 |
msgstr ""
|
| 4752 |
|
| 4753 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:357
|
| 4754 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:357
|
| 4755 |
msgid "Card bottom"
|
| 4756 |
msgstr ""
|
| 4757 |
|
| 4758 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:365
|
| 4759 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:365
|
| 4760 |
msgid "Related posts bottom"
|
| 4761 |
msgstr ""
|
| 4762 |
|
| 4763 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:372
|
| 4764 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:372
|
| 4765 |
msgid "After related posts"
|
| 4766 |
msgstr ""
|
| 4767 |
|
| 4768 |
#: framework/premium/features/content-blocks/hooks-manager.php:379,
|
| 4769 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
|
| 4770 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:379,
|
| 4771 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
|
| 4772 |
msgid "Before"
|
| 4773 |
msgstr ""
|
| 4774 |
|
| 4775 |
#: framework/premium/features/content-blocks/hooks-manager.php:380,
|
| 4776 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:387
|
| 4777 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:380,
|
| 4778 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:387
|
| 4779 |
msgid "Loop"
|
| 4780 |
msgstr ""
|
| 4781 |
|
| 4782 |
#: framework/premium/features/content-blocks/hooks-manager.php:386,
|
| 4783 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
|
| 4784 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:386,
|
| 4785 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
|
| 4786 |
msgid "After"
|
| 4787 |
msgstr ""
|
| 4788 |
|
| 4789 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:393
|
| 4790 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:393
|
| 4791 |
msgid "Start"
|
| 4792 |
msgstr ""
|
| 4793 |
|
| 4794 |
#: framework/premium/features/content-blocks/hooks-manager.php:394,
|
| 4795 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:401
|
| 4796 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:394,
|
| 4797 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:401
|
| 4798 |
msgid "Loop card"
|
| 4799 |
msgstr ""
|
| 4800 |
|
| 4801 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:400
|
| 4802 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:400
|
| 4803 |
msgid "End"
|
| 4804 |
msgstr ""
|
| 4805 |
|
| 4806 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:423
|
| 4807 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:423
|
| 4808 |
msgid "After certain number of blocks"
|
| 4809 |
msgstr ""
|
| 4810 |
|
| 4811 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:430
|
| 4812 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:430
|
| 4813 |
msgid "Before certain number of headings"
|
| 4814 |
msgstr ""
|
| 4815 |
|
| 4816 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:453
|
| 4817 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:453
|
| 4818 |
msgid "Login form start"
|
| 4819 |
msgstr ""
|
| 4820 |
|
|
@@ -4827,568 +3437,441 @@ msgstr ""
|
|
| 4827 |
#: framework/premium/features/content-blocks/hooks-manager.php:496,
|
| 4828 |
#: framework/premium/features/content-blocks/hooks-manager.php:503,
|
| 4829 |
#: framework/premium/features/content-blocks/hooks-manager.php:510,
|
| 4830 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:517
|
| 4831 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:454,
|
| 4832 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:461,
|
| 4833 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:468,
|
| 4834 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:475,
|
| 4835 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:482,
|
| 4836 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:489,
|
| 4837 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:496,
|
| 4838 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:503,
|
| 4839 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:510,
|
| 4840 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:517
|
| 4841 |
msgid "Auth forms"
|
| 4842 |
msgstr ""
|
| 4843 |
|
| 4844 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:460
|
| 4845 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:460
|
| 4846 |
msgid "Login form end"
|
| 4847 |
msgstr ""
|
| 4848 |
|
| 4849 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:467
|
| 4850 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:467
|
| 4851 |
msgid "Login form modal start"
|
| 4852 |
msgstr ""
|
| 4853 |
|
| 4854 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:474
|
| 4855 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:474
|
| 4856 |
msgid "Login form modal end"
|
| 4857 |
msgstr ""
|
| 4858 |
|
| 4859 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:481
|
| 4860 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:481
|
| 4861 |
msgid "Register form start"
|
| 4862 |
msgstr ""
|
| 4863 |
|
| 4864 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:488
|
| 4865 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:488
|
| 4866 |
msgid "Register form end"
|
| 4867 |
msgstr ""
|
| 4868 |
|
| 4869 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:495
|
| 4870 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:495
|
| 4871 |
msgid "Register form modal start"
|
| 4872 |
msgstr ""
|
| 4873 |
|
| 4874 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:502
|
| 4875 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:502
|
| 4876 |
msgid "Register form modal end"
|
| 4877 |
msgstr ""
|
| 4878 |
|
| 4879 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:509
|
| 4880 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:509
|
| 4881 |
msgid "Lost password form modal start"
|
| 4882 |
msgstr ""
|
| 4883 |
|
| 4884 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:516
|
| 4885 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:516
|
| 4886 |
msgid "Lost password form modal end"
|
| 4887 |
msgstr ""
|
| 4888 |
|
| 4889 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:524
|
| 4890 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:524
|
| 4891 |
msgid "Before main content"
|
| 4892 |
msgstr ""
|
| 4893 |
|
| 4894 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:530
|
| 4895 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:530
|
| 4896 |
msgid "After main content"
|
| 4897 |
msgstr ""
|
| 4898 |
|
| 4899 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:536
|
| 4900 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:536
|
| 4901 |
msgid "Offcanvas Filters Top"
|
| 4902 |
msgstr ""
|
| 4903 |
|
| 4904 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:542
|
| 4905 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:542
|
| 4906 |
msgid "Offcanvas Filters Bottom"
|
| 4907 |
msgstr ""
|
| 4908 |
|
| 4909 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:545
|
| 4910 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:545
|
| 4911 |
msgid "WooCommerce Global"
|
| 4912 |
msgstr ""
|
| 4913 |
|
| 4914 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:550
|
| 4915 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:550
|
| 4916 |
msgid "Archive description"
|
| 4917 |
msgstr ""
|
| 4918 |
|
| 4919 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:555
|
| 4920 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:555
|
| 4921 |
msgid "Before shop loop"
|
| 4922 |
msgstr ""
|
| 4923 |
|
| 4924 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:572
|
| 4925 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:572
|
| 4926 |
msgid "Before shop loop item title"
|
| 4927 |
msgstr ""
|
| 4928 |
|
| 4929 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:577
|
| 4930 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:577
|
| 4931 |
msgid "After shop loop item title"
|
| 4932 |
msgstr ""
|
| 4933 |
|
| 4934 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:582
|
| 4935 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:582
|
| 4936 |
msgid "Before shop loop item price"
|
| 4937 |
msgstr ""
|
| 4938 |
|
| 4939 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:587
|
| 4940 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:587
|
| 4941 |
msgid "After shop loop item price"
|
| 4942 |
msgstr ""
|
| 4943 |
|
| 4944 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:592
|
| 4945 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:592
|
| 4946 |
msgid "Before shop loop item actions"
|
| 4947 |
msgstr ""
|
| 4948 |
|
| 4949 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:597
|
| 4950 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:597
|
| 4951 |
msgid "After shop loop item actions"
|
| 4952 |
msgstr ""
|
| 4953 |
|
| 4954 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:602
|
| 4955 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:602
|
| 4956 |
msgid "After shop loop"
|
| 4957 |
msgstr ""
|
| 4958 |
|
| 4959 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:604
|
| 4960 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:604
|
| 4961 |
msgid "WooCommerce Archive"
|
| 4962 |
msgstr ""
|
| 4963 |
|
| 4964 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:609
|
| 4965 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:609
|
| 4966 |
msgid "Before single product"
|
| 4967 |
msgstr ""
|
| 4968 |
|
| 4969 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:627
|
| 4970 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:627
|
| 4971 |
msgid "Product meta start"
|
| 4972 |
msgstr ""
|
| 4973 |
|
| 4974 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:631
|
| 4975 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:631
|
| 4976 |
msgid "Product meta end"
|
| 4977 |
msgstr ""
|
| 4978 |
|
| 4979 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:635
|
| 4980 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:635
|
| 4981 |
msgid "Share"
|
| 4982 |
msgstr ""
|
| 4983 |
|
| 4984 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:639
|
| 4985 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:639
|
| 4986 |
msgid "After single product"
|
| 4987 |
msgstr ""
|
| 4988 |
|
| 4989 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:645
|
| 4990 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:645
|
| 4991 |
msgid "Before single product excerpt"
|
| 4992 |
msgstr ""
|
| 4993 |
|
| 4994 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:650
|
| 4995 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:650
|
| 4996 |
msgid "After single product excerpt"
|
| 4997 |
msgstr ""
|
| 4998 |
|
| 4999 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:655
|
| 5000 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:655
|
| 5001 |
msgid "Before single product tabs"
|
| 5002 |
msgstr ""
|
| 5003 |
|
| 5004 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:661
|
| 5005 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:661
|
| 5006 |
msgid "After single product tabs"
|
| 5007 |
msgstr ""
|
| 5008 |
|
| 5009 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:665
|
| 5010 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:665
|
| 5011 |
msgid "WooCommerce Product"
|
| 5012 |
msgstr ""
|
| 5013 |
|
| 5014 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:670
|
| 5015 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:670
|
| 5016 |
msgid "Cart is empty"
|
| 5017 |
msgstr ""
|
| 5018 |
|
| 5019 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:674
|
| 5020 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:674
|
| 5021 |
msgid "Before cart"
|
| 5022 |
msgstr ""
|
| 5023 |
|
| 5024 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:678
|
| 5025 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:678
|
| 5026 |
msgid "Before cart table"
|
| 5027 |
msgstr ""
|
| 5028 |
|
| 5029 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:682
|
| 5030 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:682
|
| 5031 |
msgid "Before cart contents"
|
| 5032 |
msgstr ""
|
| 5033 |
|
| 5034 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:686
|
| 5035 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:686
|
| 5036 |
msgid "Cart contents"
|
| 5037 |
msgstr ""
|
| 5038 |
|
| 5039 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:690
|
| 5040 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:690
|
| 5041 |
msgid "After cart contents"
|
| 5042 |
msgstr ""
|
| 5043 |
|
| 5044 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:694
|
| 5045 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:694
|
| 5046 |
msgid "Cart coupon"
|
| 5047 |
msgstr ""
|
| 5048 |
|
| 5049 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:698
|
| 5050 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:698
|
| 5051 |
msgid "Cart actions"
|
| 5052 |
msgstr ""
|
| 5053 |
|
| 5054 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:702
|
| 5055 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:702
|
| 5056 |
msgid "After cart table"
|
| 5057 |
msgstr ""
|
| 5058 |
|
| 5059 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:706
|
| 5060 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:706
|
| 5061 |
msgid "Cart collaterals"
|
| 5062 |
msgstr ""
|
| 5063 |
|
| 5064 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:710
|
| 5065 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:710
|
| 5066 |
msgid "Before cart totals"
|
| 5067 |
msgstr ""
|
| 5068 |
|
| 5069 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:714
|
| 5070 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:714
|
| 5071 |
msgid "Cart totals before order total"
|
| 5072 |
msgstr ""
|
| 5073 |
|
| 5074 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:718
|
| 5075 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:718
|
| 5076 |
msgid "Cart totals after order total"
|
| 5077 |
msgstr ""
|
| 5078 |
|
| 5079 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:722
|
| 5080 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:722
|
| 5081 |
msgid "Proceed to checkout"
|
| 5082 |
msgstr ""
|
| 5083 |
|
| 5084 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:726
|
| 5085 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:726
|
| 5086 |
msgid "After cart totals"
|
| 5087 |
msgstr ""
|
| 5088 |
|
| 5089 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:730
|
| 5090 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:730
|
| 5091 |
msgid "After cart"
|
| 5092 |
msgstr ""
|
| 5093 |
|
| 5094 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:735
|
| 5095 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:735
|
| 5096 |
msgid "Before Mini Cart"
|
| 5097 |
msgstr ""
|
| 5098 |
|
| 5099 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:740
|
| 5100 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:740
|
| 5101 |
msgid "Before Mini Cart Contents"
|
| 5102 |
msgstr ""
|
| 5103 |
|
| 5104 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:745
|
| 5105 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:745
|
| 5106 |
msgid "Mini Cart Contents"
|
| 5107 |
msgstr ""
|
| 5108 |
|
| 5109 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:750
|
| 5110 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:750
|
| 5111 |
msgid "Widget Shopping Cart Before Buttons"
|
| 5112 |
msgstr ""
|
| 5113 |
|
| 5114 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:755
|
| 5115 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:755
|
| 5116 |
msgid "Widget Shopping Cart After Buttons"
|
| 5117 |
msgstr ""
|
| 5118 |
|
| 5119 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:760
|
| 5120 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:760
|
| 5121 |
msgid "After Mini Cart"
|
| 5122 |
msgstr ""
|
| 5123 |
|
| 5124 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:762
|
| 5125 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:762
|
| 5126 |
msgid "WooCommerce Cart"
|
| 5127 |
msgstr ""
|
| 5128 |
|
| 5129 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:768
|
| 5130 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:768
|
| 5131 |
msgid "Before checkout form"
|
| 5132 |
msgstr ""
|
| 5133 |
|
| 5134 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:772
|
| 5135 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:772
|
| 5136 |
msgid "Before customer details"
|
| 5137 |
msgstr ""
|
| 5138 |
|
| 5139 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:776
|
| 5140 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:776
|
| 5141 |
msgid "After customer details"
|
| 5142 |
msgstr ""
|
| 5143 |
|
| 5144 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:780
|
| 5145 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:780
|
| 5146 |
msgid "Checkout billing"
|
| 5147 |
msgstr ""
|
| 5148 |
|
| 5149 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:784
|
| 5150 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:784
|
| 5151 |
msgid "Before checkout billing form"
|
| 5152 |
msgstr ""
|
| 5153 |
|
| 5154 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:788
|
| 5155 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:788
|
| 5156 |
msgid "After checkout billing form"
|
| 5157 |
msgstr ""
|
| 5158 |
|
| 5159 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:792
|
| 5160 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:792
|
| 5161 |
msgid "Before order notes"
|
| 5162 |
msgstr ""
|
| 5163 |
|
| 5164 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:796
|
| 5165 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:796
|
| 5166 |
msgid "After order notes"
|
| 5167 |
msgstr ""
|
| 5168 |
|
| 5169 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:800
|
| 5170 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:800
|
| 5171 |
msgid "Checkout shipping"
|
| 5172 |
msgstr ""
|
| 5173 |
|
| 5174 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:804
|
| 5175 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:804
|
| 5176 |
msgid "Checkout before order review"
|
| 5177 |
msgstr ""
|
| 5178 |
|
| 5179 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:808
|
| 5180 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:808
|
| 5181 |
msgid "Checkout order review"
|
| 5182 |
msgstr ""
|
| 5183 |
|
| 5184 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:812
|
| 5185 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:812
|
| 5186 |
msgid "Review order before cart contents"
|
| 5187 |
msgstr ""
|
| 5188 |
|
| 5189 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:816
|
| 5190 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:816
|
| 5191 |
msgid "Review order after cart contents"
|
| 5192 |
msgstr ""
|
| 5193 |
|
| 5194 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:820
|
| 5195 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:820
|
| 5196 |
msgid "Review order before order total"
|
| 5197 |
msgstr ""
|
| 5198 |
|
| 5199 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:824
|
| 5200 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:824
|
| 5201 |
msgid "Review order after order total"
|
| 5202 |
msgstr ""
|
| 5203 |
|
| 5204 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:828
|
| 5205 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:828
|
| 5206 |
msgid "Review order before payment"
|
| 5207 |
msgstr ""
|
| 5208 |
|
| 5209 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:832
|
| 5210 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:832
|
| 5211 |
msgid "Review order before submit"
|
| 5212 |
msgstr ""
|
| 5213 |
|
| 5214 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:836
|
| 5215 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:836
|
| 5216 |
msgid "Review order after submit"
|
| 5217 |
msgstr ""
|
| 5218 |
|
| 5219 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:840
|
| 5220 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:840
|
| 5221 |
msgid "Review order after payment"
|
| 5222 |
msgstr ""
|
| 5223 |
|
| 5224 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:844
|
| 5225 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:844
|
| 5226 |
msgid "Checkout after order review"
|
| 5227 |
msgstr ""
|
| 5228 |
|
| 5229 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:848
|
| 5230 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:848
|
| 5231 |
msgid "After checkout form"
|
| 5232 |
msgstr ""
|
| 5233 |
|
| 5234 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:851
|
| 5235 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:851
|
| 5236 |
msgid "WooCommerce Checkout"
|
| 5237 |
msgstr ""
|
| 5238 |
|
| 5239 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:857
|
| 5240 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:857
|
| 5241 |
msgid "Before my account"
|
| 5242 |
msgstr ""
|
| 5243 |
|
| 5244 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:861
|
| 5245 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:861
|
| 5246 |
msgid "Before account navigation"
|
| 5247 |
msgstr ""
|
| 5248 |
|
| 5249 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:865
|
| 5250 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:865
|
| 5251 |
msgid "Account navigation"
|
| 5252 |
msgstr ""
|
| 5253 |
|
| 5254 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:869
|
| 5255 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:869
|
| 5256 |
msgid "After account navigation"
|
| 5257 |
msgstr ""
|
| 5258 |
|
| 5259 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:873
|
| 5260 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:873
|
| 5261 |
msgid "Account content"
|
| 5262 |
msgstr ""
|
| 5263 |
|
| 5264 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:877
|
| 5265 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:877
|
| 5266 |
msgid "Account dashboard"
|
| 5267 |
msgstr ""
|
| 5268 |
|
| 5269 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:881
|
| 5270 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:881
|
| 5271 |
msgid "After my account"
|
| 5272 |
msgstr ""
|
| 5273 |
|
| 5274 |
#: framework/premium/features/content-blocks/hooks-manager.php:883,
|
| 5275 |
#: framework/features/header/items/account/options.php:17,
|
| 5276 |
-
#: framework/features/header/items/account/options.php:18
|
| 5277 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:883,
|
| 5278 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:17,
|
| 5279 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:18
|
| 5280 |
msgid "WooCommerce Account"
|
| 5281 |
msgstr ""
|
| 5282 |
|
| 5283 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:889
|
| 5284 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:889
|
| 5285 |
msgid "WP footer"
|
| 5286 |
msgstr ""
|
| 5287 |
|
| 5288 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:897
|
| 5289 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:897
|
| 5290 |
msgid "Footer before"
|
| 5291 |
msgstr ""
|
| 5292 |
|
| 5293 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:905
|
| 5294 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:905
|
| 5295 |
msgid "Footer after"
|
| 5296 |
msgstr ""
|
| 5297 |
|
| 5298 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:920
|
| 5299 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:920
|
| 5300 |
msgid "Custom Hook (%s)"
|
| 5301 |
msgstr ""
|
| 5302 |
|
| 5303 |
#: framework/premium/features/content-blocks/hooks-manager.php:926,
|
| 5304 |
-
#: framework/premium/features/content-blocks/options/hook.php:197
|
| 5305 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:926,
|
| 5306 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:197
|
| 5307 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:90
|
| 5308 |
msgid "After Block Number"
|
| 5309 |
msgstr ""
|
| 5310 |
|
| 5311 |
#: framework/premium/features/content-blocks/hooks-manager.php:932,
|
| 5312 |
-
#: framework/premium/features/content-blocks/options/hook.php:214
|
| 5313 |
-
#: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:932,
|
| 5314 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:214
|
| 5315 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:112
|
| 5316 |
msgid "Before Heading Number"
|
| 5317 |
msgstr ""
|
| 5318 |
|
| 5319 |
-
#: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
|
| 5320 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:13
|
| 5321 |
msgid "About Me"
|
| 5322 |
msgstr ""
|
| 5323 |
|
| 5324 |
-
#: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
|
| 5325 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:14
|
| 5326 |
msgid "About me"
|
| 5327 |
msgstr ""
|
| 5328 |
|
| 5329 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
|
| 5330 |
#: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
|
| 5331 |
#: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
|
| 5332 |
-
#: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
|
| 5333 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
|
| 5334 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
|
| 5335 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
|
| 5336 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
|
| 5337 |
msgid "Advertisement"
|
| 5338 |
msgstr ""
|
| 5339 |
|
| 5340 |
-
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
|
| 5341 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:31
|
| 5342 |
msgid "Code"
|
| 5343 |
msgstr ""
|
| 5344 |
|
| 5345 |
-
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
|
| 5346 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:32
|
| 5347 |
msgid "Image"
|
| 5348 |
msgstr ""
|
| 5349 |
|
| 5350 |
-
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
|
| 5351 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:42
|
| 5352 |
msgid "Ad Code"
|
| 5353 |
msgstr ""
|
| 5354 |
|
| 5355 |
-
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
|
| 5356 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:58
|
| 5357 |
msgid "Upload Image"
|
| 5358 |
msgstr ""
|
| 5359 |
|
| 5360 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
|
| 5361 |
-
#: framework/extensions/widgets/widgets/ct-quote/options.php:66
|
| 5362 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
|
| 5363 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:66
|
| 5364 |
msgid "Select Image"
|
| 5365 |
msgstr ""
|
| 5366 |
|
| 5367 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
|
| 5368 |
-
#: framework/extensions/widgets/widgets/ct-quote/options.php:67
|
| 5369 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
|
| 5370 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:67
|
| 5371 |
msgid "Change Image"
|
| 5372 |
msgstr ""
|
| 5373 |
|
| 5374 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
|
| 5375 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:126
|
| 5376 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
|
| 5377 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:126
|
| 5378 |
msgid "Image Ratio"
|
| 5379 |
msgstr ""
|
| 5380 |
|
| 5381 |
-
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:75
|
| 5382 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:75
|
| 5383 |
msgid "Ad URL"
|
| 5384 |
msgstr ""
|
| 5385 |
|
| 5386 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:19,
|
| 5387 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
|
| 5388 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
|
| 5389 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:19,
|
| 5390 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
|
| 5391 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
|
| 5392 |
msgid "Contact Info"
|
| 5393 |
msgstr ""
|
| 5394 |
|
|
@@ -5397,13 +3880,7 @@ msgstr ""
|
|
| 5397 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
|
| 5398 |
#: framework/premium/features/premium-header/items/contacts/options.php:17,
|
| 5399 |
#: framework/premium/features/premium-header/items/contacts/options.php:46,
|
| 5400 |
-
#: framework/premium/features/premium-header/items/contacts/view.php:22
|
| 5401 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:44,
|
| 5402 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:74,
|
| 5403 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
|
| 5404 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:17,
|
| 5405 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:46,
|
| 5406 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:22
|
| 5407 |
msgid "Address:"
|
| 5408 |
msgstr ""
|
| 5409 |
|
|
@@ -5412,13 +3889,7 @@ msgstr ""
|
|
| 5412 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
|
| 5413 |
#: framework/premium/features/premium-header/items/contacts/options.php:24,
|
| 5414 |
#: framework/premium/features/premium-header/items/contacts/options.php:82,
|
| 5415 |
-
#: framework/premium/features/premium-header/items/contacts/view.php:29
|
| 5416 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
|
| 5417 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:135,
|
| 5418 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
|
| 5419 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:24,
|
| 5420 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:82,
|
| 5421 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:29
|
| 5422 |
msgid "Phone:"
|
| 5423 |
msgstr ""
|
| 5424 |
|
|
@@ -5427,20 +3898,12 @@ msgstr ""
|
|
| 5427 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
|
| 5428 |
#: framework/premium/features/premium-header/items/contacts/options.php:32,
|
| 5429 |
#: framework/premium/features/premium-header/items/contacts/options.php:118,
|
| 5430 |
-
#: framework/premium/features/premium-header/items/contacts/view.php:37
|
| 5431 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:59,
|
| 5432 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:195,
|
| 5433 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
|
| 5434 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:32,
|
| 5435 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:118,
|
| 5436 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:37
|
| 5437 |
msgid "Mobile:"
|
| 5438 |
msgstr ""
|
| 5439 |
|
| 5440 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:68,
|
| 5441 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:41
|
| 5442 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:68,
|
| 5443 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:41
|
| 5444 |
msgid "Address"
|
| 5445 |
msgstr ""
|
| 5446 |
|
|
@@ -5457,546 +3920,403 @@ msgstr ""
|
|
| 5457 |
#: framework/premium/features/premium-header/items/contacts/options.php:167,
|
| 5458 |
#: framework/premium/features/premium-header/items/contacts/options.php:203,
|
| 5459 |
#: framework/premium/features/premium-header/items/contacts/options.php:239,
|
| 5460 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:275
|
| 5461 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:87,
|
| 5462 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:148,
|
| 5463 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:208,
|
| 5464 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:268,
|
| 5465 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:328,
|
| 5466 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:388,
|
| 5467 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:448,
|
| 5468 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:59,
|
| 5469 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:95,
|
| 5470 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:131,
|
| 5471 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:167,
|
| 5472 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:203,
|
| 5473 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:239,
|
| 5474 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:275
|
| 5475 |
msgid "Link (optional)"
|
| 5476 |
msgstr ""
|
| 5477 |
|
| 5478 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
|
| 5479 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:149
|
| 5480 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
|
| 5481 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:149
|
| 5482 |
msgid "Work Hours"
|
| 5483 |
msgstr ""
|
| 5484 |
|
| 5485 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
|
| 5486 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:154
|
| 5487 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
|
| 5488 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:154
|
| 5489 |
msgid "Opening hours"
|
| 5490 |
msgstr ""
|
| 5491 |
|
| 5492 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:308,
|
| 5493 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:185
|
| 5494 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:308,
|
| 5495 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:185
|
| 5496 |
msgid "Fax"
|
| 5497 |
msgstr ""
|
| 5498 |
|
| 5499 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:315,
|
| 5500 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:190
|
| 5501 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:315,
|
| 5502 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:190
|
| 5503 |
msgid "Fax:"
|
| 5504 |
msgstr ""
|
| 5505 |
|
| 5506 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:375,
|
| 5507 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:226
|
| 5508 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:375,
|
| 5509 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:226
|
| 5510 |
msgid "Email:"
|
| 5511 |
msgstr ""
|
| 5512 |
|
| 5513 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:428,
|
| 5514 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:257
|
| 5515 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:428,
|
| 5516 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:257
|
| 5517 |
msgid "Website"
|
| 5518 |
msgstr ""
|
| 5519 |
|
| 5520 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:435,
|
| 5521 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:262
|
| 5522 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:435,
|
| 5523 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:262
|
| 5524 |
msgid "Website:"
|
| 5525 |
msgstr ""
|
| 5526 |
|
| 5527 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:496,
|
| 5528 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:99,
|
| 5529 |
-
#: framework/premium/features/content-blocks/options/archive.php:46
|
| 5530 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:496,
|
| 5531 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:99,
|
| 5532 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:46
|
| 5533 |
msgid "Small"
|
| 5534 |
msgstr ""
|
| 5535 |
|
| 5536 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:498,
|
| 5537 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:101
|
| 5538 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:498,
|
| 5539 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:101
|
| 5540 |
msgid "Large"
|
| 5541 |
msgstr ""
|
| 5542 |
|
| 5543 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:503,
|
| 5544 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:106,
|
| 5545 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:331
|
| 5546 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:503,
|
| 5547 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:106,
|
| 5548 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:331
|
| 5549 |
msgid "Icons Shape Type"
|
| 5550 |
msgstr ""
|
| 5551 |
|
| 5552 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:511,
|
| 5553 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:114,
|
| 5554 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:339
|
| 5555 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:511,
|
| 5556 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:114,
|
| 5557 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:339
|
| 5558 |
msgid "Rounded"
|
| 5559 |
msgstr ""
|
| 5560 |
|
| 5561 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:512,
|
| 5562 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:115,
|
| 5563 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:340
|
| 5564 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:512,
|
| 5565 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:115,
|
| 5566 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:340
|
| 5567 |
msgid "Square"
|
| 5568 |
msgstr ""
|
| 5569 |
|
| 5570 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:522,
|
| 5571 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:125,
|
| 5572 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:351
|
| 5573 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:522,
|
| 5574 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:125,
|
| 5575 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:351
|
| 5576 |
msgid "Shape Fill Type"
|
| 5577 |
msgstr ""
|
| 5578 |
|
| 5579 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:529,
|
| 5580 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:132,
|
| 5581 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:358
|
| 5582 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:529,
|
| 5583 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:132,
|
| 5584 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:358
|
| 5585 |
msgid "Solid"
|
| 5586 |
msgstr ""
|
| 5587 |
|
| 5588 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:530,
|
| 5589 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:133,
|
| 5590 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:359
|
| 5591 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:530,
|
| 5592 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:133,
|
| 5593 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:359
|
| 5594 |
msgid "Outline"
|
| 5595 |
msgstr ""
|
| 5596 |
|
| 5597 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
|
| 5598 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
|
| 5599 |
msgid "Contact info"
|
| 5600 |
msgstr ""
|
| 5601 |
|
| 5602 |
-
#: framework/extensions/widgets/widgets/ct-facebook/options.php:22
|
| 5603 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:22
|
| 5604 |
msgid "Page URL"
|
| 5605 |
msgstr ""
|
| 5606 |
|
| 5607 |
-
#: framework/extensions/widgets/widgets/ct-facebook/options.php:30
|
| 5608 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:30
|
| 5609 |
msgid "Profile Photos"
|
| 5610 |
msgstr ""
|
| 5611 |
|
| 5612 |
-
#: framework/extensions/widgets/widgets/ct-facebook/options.php:37
|
| 5613 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:37
|
| 5614 |
msgid "Timeline"
|
| 5615 |
msgstr ""
|
| 5616 |
|
| 5617 |
-
#: framework/extensions/widgets/widgets/ct-facebook/options.php:44
|
| 5618 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:44
|
| 5619 |
msgid "Cover Photo"
|
| 5620 |
msgstr ""
|
| 5621 |
|
| 5622 |
-
#: framework/extensions/widgets/widgets/ct-facebook/options.php:51
|
| 5623 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:51
|
| 5624 |
msgid "Small Header"
|
| 5625 |
msgstr ""
|
| 5626 |
|
| 5627 |
-
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
|
| 5628 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:14
|
| 5629 |
msgid "Facebook like box"
|
| 5630 |
msgstr ""
|
| 5631 |
|
| 5632 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:103
|
| 5633 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:103
|
| 5634 |
msgid "Widget Design"
|
| 5635 |
msgstr ""
|
| 5636 |
|
| 5637 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:108
|
| 5638 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:108
|
| 5639 |
msgid "Without Thumbnails"
|
| 5640 |
msgstr ""
|
| 5641 |
|
| 5642 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:109
|
| 5643 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:109
|
| 5644 |
msgid "Small Thumbnails"
|
| 5645 |
msgstr ""
|
| 5646 |
|
| 5647 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:110
|
| 5648 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:110
|
| 5649 |
msgid "Large Thumbnails"
|
| 5650 |
msgstr ""
|
| 5651 |
|
| 5652 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:111
|
| 5653 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:111
|
| 5654 |
msgid "First Thumbnail Large"
|
| 5655 |
msgstr ""
|
| 5656 |
|
| 5657 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:112
|
| 5658 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:112
|
| 5659 |
msgid "Rounded Thumbnails"
|
| 5660 |
msgstr ""
|
| 5661 |
|
| 5662 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:113
|
| 5663 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:113
|
| 5664 |
msgid "Numbered"
|
| 5665 |
msgstr ""
|
| 5666 |
|
| 5667 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:193
|
| 5668 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:193
|
| 5669 |
msgid "Sort by"
|
| 5670 |
msgstr ""
|
| 5671 |
|
| 5672 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:199
|
| 5673 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:199
|
| 5674 |
msgid "Recent"
|
| 5675 |
msgstr ""
|
| 5676 |
|
| 5677 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:200
|
| 5678 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:200
|
| 5679 |
msgid "Most Commented"
|
| 5680 |
msgstr ""
|
| 5681 |
|
| 5682 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:201
|
| 5683 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:201
|
| 5684 |
msgid "Random"
|
| 5685 |
msgstr ""
|
| 5686 |
|
| 5687 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:208
|
| 5688 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:208
|
| 5689 |
msgid "Order by"
|
| 5690 |
msgstr ""
|
| 5691 |
|
| 5692 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:214
|
| 5693 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:214
|
| 5694 |
msgid "1 Week"
|
| 5695 |
msgstr ""
|
| 5696 |
|
| 5697 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:215
|
| 5698 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:215
|
| 5699 |
msgid "1 Month"
|
| 5700 |
msgstr ""
|
| 5701 |
|
| 5702 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:216
|
| 5703 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:216
|
| 5704 |
msgid "3 Months"
|
| 5705 |
msgstr ""
|
| 5706 |
|
| 5707 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:217
|
| 5708 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:217
|
| 5709 |
msgid "6 Months"
|
| 5710 |
msgstr ""
|
| 5711 |
|
| 5712 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:218
|
| 5713 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:218
|
| 5714 |
msgid "1 Year"
|
| 5715 |
msgstr ""
|
| 5716 |
|
| 5717 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:225
|
| 5718 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:225
|
| 5719 |
msgid "Posts Count"
|
| 5720 |
msgstr ""
|
| 5721 |
|
| 5722 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:265
|
| 5723 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:265
|
| 5724 |
msgid "Pages ID"
|
| 5725 |
msgstr ""
|
| 5726 |
|
| 5727 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:269
|
| 5728 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:269
|
| 5729 |
msgid "Separate pages ID by comma. More info %shere%s."
|
| 5730 |
msgstr ""
|
| 5731 |
|
| 5732 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:287
|
| 5733 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:287
|
| 5734 |
msgid "Pages Count"
|
| 5735 |
msgstr ""
|
| 5736 |
|
| 5737 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:298
|
| 5738 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:298
|
| 5739 |
msgid "Show Date"
|
| 5740 |
msgstr ""
|
| 5741 |
|
| 5742 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:305
|
| 5743 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:305
|
| 5744 |
msgid "Show Comments"
|
| 5745 |
msgstr ""
|
| 5746 |
|
| 5747 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:312
|
| 5748 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:312
|
| 5749 |
msgid "Show Excerpt"
|
| 5750 |
msgstr ""
|
| 5751 |
|
| 5752 |
-
#: framework/extensions/widgets/widgets/ct-posts/options.php:324
|
| 5753 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:324
|
| 5754 |
msgid "Excerpt Lenght"
|
| 5755 |
msgstr ""
|
| 5756 |
|
| 5757 |
-
#: framework/extensions/widgets/widgets/ct-posts/view.php:220
|
| 5758 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
|
| 5759 |
msgid "1 Comment"
|
| 5760 |
msgstr ""
|
| 5761 |
|
| 5762 |
-
#: framework/extensions/widgets/widgets/ct-posts/view.php:220
|
| 5763 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
|
| 5764 |
msgid "% Comments"
|
| 5765 |
msgstr ""
|
| 5766 |
|
| 5767 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:18,
|
| 5768 |
#: framework/extensions/widgets/widgets/ct-quote/view.php:12,
|
| 5769 |
#: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
|
| 5770 |
-
#: framework/extensions/widgets/widgets/ct-quote/widget.php:14
|
| 5771 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:18,
|
| 5772 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:12,
|
| 5773 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:13,
|
| 5774 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:14
|
| 5775 |
msgid "Quote"
|
| 5776 |
msgstr ""
|
| 5777 |
|
| 5778 |
-
#: framework/extensions/widgets/widgets/ct-quote/options.php:46
|
| 5779 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:46
|
| 5780 |
msgid "Author Name"
|
| 5781 |
msgstr ""
|
| 5782 |
|
| 5783 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:49,
|
| 5784 |
-
#: framework/extensions/widgets/widgets/ct-quote/view.php:18
|
| 5785 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:49,
|
| 5786 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:18
|
| 5787 |
msgid "John Doe"
|
| 5788 |
msgstr ""
|
| 5789 |
|
| 5790 |
-
#: framework/extensions/widgets/widgets/ct-quote/options.php:55
|
| 5791 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:55
|
| 5792 |
msgid "Author Label"
|
| 5793 |
msgstr ""
|
| 5794 |
|
| 5795 |
-
#: framework/extensions/widgets/widgets/ct-quote/options.php:62
|
| 5796 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:62
|
| 5797 |
msgid "Author Avatar"
|
| 5798 |
msgstr ""
|
| 5799 |
|
| 5800 |
#. translators: %s here is the author name
|
| 5801 |
-
#: framework/extensions/widgets/widgets/ct-quote/view.php:58
|
| 5802 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:58
|
| 5803 |
msgid "By %s"
|
| 5804 |
msgstr ""
|
| 5805 |
|
| 5806 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:18,
|
| 5807 |
-
#: framework/extensions/widgets/widgets/ct-socials/view.php:11
|
| 5808 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:18,
|
| 5809 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/view.php:11
|
| 5810 |
msgid "Social Icons"
|
| 5811 |
msgstr ""
|
| 5812 |
|
| 5813 |
#. translators: placeholder here means the actual URL.
|
| 5814 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:28
|
| 5815 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:28
|
| 5816 |
msgid ""
|
| 5817 |
"Configure the social links in Customizer ➝ General ➝ %sSocial Network "
|
| 5818 |
"Accounts%s."
|
| 5819 |
msgstr ""
|
| 5820 |
|
| 5821 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:65
|
| 5822 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:65
|
| 5823 |
msgid "Open links in new tab"
|
| 5824 |
msgstr ""
|
| 5825 |
|
| 5826 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:73
|
| 5827 |
-
#: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:73
|
| 5828 |
msgid "Set links to nofollow"
|
| 5829 |
msgstr ""
|
| 5830 |
|
| 5831 |
-
#: framework/features/header/items/account/options.php:4
|
| 5832 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:4
|
| 5833 |
msgid "Profile Page"
|
| 5834 |
msgstr ""
|
| 5835 |
|
| 5836 |
-
#: framework/features/header/items/account/options.php:5
|
| 5837 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:5
|
| 5838 |
msgid "Dashboard Page"
|
| 5839 |
msgstr ""
|
| 5840 |
|
| 5841 |
#: framework/features/header/items/account/options.php:7,
|
| 5842 |
-
#: framework/features/header/items/account/options.php:13
|
| 5843 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:7,
|
| 5844 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:13
|
| 5845 |
msgid "Custom Link"
|
| 5846 |
msgstr ""
|
| 5847 |
|
| 5848 |
-
#: framework/features/header/items/account/options.php:8
|
| 5849 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:8
|
| 5850 |
msgid "Logout"
|
| 5851 |
msgstr ""
|
| 5852 |
|
| 5853 |
-
#: framework/features/header/items/account/options.php:12
|
| 5854 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:12
|
| 5855 |
msgid "Modal"
|
| 5856 |
msgstr ""
|
| 5857 |
|
| 5858 |
-
#: framework/features/header/items/account/options.php:30
|
| 5859 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:30
|
| 5860 |
msgid "Customizing: Logged in State"
|
| 5861 |
msgstr ""
|
| 5862 |
|
| 5863 |
-
#: framework/features/header/items/account/options.php:41
|
| 5864 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:41
|
| 5865 |
msgid "Customizing: Logged out State"
|
| 5866 |
msgstr ""
|
| 5867 |
|
| 5868 |
-
#: framework/features/header/items/account/options.php:55
|
| 5869 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:55
|
| 5870 |
msgid "Logged In Options"
|
| 5871 |
msgstr ""
|
| 5872 |
|
| 5873 |
-
#: framework/features/header/items/account/options.php:60
|
| 5874 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:60
|
| 5875 |
msgid "Logged Out Options"
|
| 5876 |
msgstr ""
|
| 5877 |
|
| 5878 |
#: framework/features/header/items/account/options.php:80,
|
| 5879 |
-
#: framework/features/header/items/account/options.php:370
|
| 5880 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:80,
|
| 5881 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:370
|
| 5882 |
msgid "Account Action"
|
| 5883 |
msgstr ""
|
| 5884 |
|
| 5885 |
-
#: framework/features/header/items/account/options.php:93
|
| 5886 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:93
|
| 5887 |
msgid "Select Menu"
|
| 5888 |
msgstr ""
|
| 5889 |
|
| 5890 |
-
#: framework/features/header/items/account/options.php:99
|
| 5891 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:99
|
| 5892 |
msgid "Select menu..."
|
| 5893 |
msgstr ""
|
| 5894 |
|
| 5895 |
#. translators: placeholder here means the actual URL.
|
| 5896 |
-
#: framework/features/header/items/account/options.php:103
|
| 5897 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:103
|
| 5898 |
msgid "Manage your menu items in the %sMenus screen%s."
|
| 5899 |
msgstr ""
|
| 5900 |
|
| 5901 |
#: framework/features/header/items/account/options.php:120,
|
| 5902 |
-
#: framework/features/header/items/account/options.php:385
|
| 5903 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:120,
|
| 5904 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:385
|
| 5905 |
msgid "Custom Page Link"
|
| 5906 |
msgstr ""
|
| 5907 |
|
| 5908 |
#: framework/features/header/items/account/options.php:135,
|
| 5909 |
-
#: framework/features/header/items/account/options.php:401
|
| 5910 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:135,
|
| 5911 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:401
|
| 5912 |
msgid "Account Image"
|
| 5913 |
msgstr ""
|
| 5914 |
|
| 5915 |
-
#: framework/features/header/items/account/options.php:141
|
| 5916 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:141
|
| 5917 |
msgid "Avatar"
|
| 5918 |
msgstr ""
|
| 5919 |
|
| 5920 |
-
#: framework/features/header/items/account/options.php:154
|
| 5921 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:154
|
| 5922 |
msgid "Avatar Size"
|
| 5923 |
msgstr ""
|
| 5924 |
|
| 5925 |
#: framework/features/header/items/account/options.php:245,
|
| 5926 |
#: framework/features/header/items/account/options.php:486,
|
| 5927 |
-
#: framework/features/header/items/account/options.php:544
|
| 5928 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:245,
|
| 5929 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:486,
|
| 5930 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:544
|
| 5931 |
msgid "Type 5"
|
| 5932 |
msgstr ""
|
| 5933 |
|
| 5934 |
#: framework/features/header/items/account/options.php:250,
|
| 5935 |
#: framework/features/header/items/account/options.php:491,
|
| 5936 |
-
#: framework/features/header/items/account/options.php:549
|
| 5937 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:250,
|
| 5938 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:491,
|
| 5939 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:549
|
| 5940 |
msgid "Type 6"
|
| 5941 |
msgstr ""
|
| 5942 |
|
| 5943 |
-
#: framework/features/header/items/account/options.php:328
|
| 5944 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:328
|
| 5945 |
msgid "Label Type"
|
| 5946 |
msgstr ""
|
| 5947 |
|
| 5948 |
-
#: framework/features/header/items/account/options.php:337
|
| 5949 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:337
|
| 5950 |
#: static/js/screens/SiteExport.js:87
|
| 5951 |
msgid "Name"
|
| 5952 |
msgstr ""
|
| 5953 |
|
| 5954 |
#: framework/features/header/items/account/options.php:347,
|
| 5955 |
#: framework/features/header/items/account/options.php:625,
|
| 5956 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137
|
| 5957 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:347,
|
| 5958 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:625,
|
| 5959 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137
|
| 5960 |
msgid "Label Text"
|
| 5961 |
msgstr ""
|
| 5962 |
|
| 5963 |
#: framework/features/header/items/account/options.php:352,
|
| 5964 |
-
#: framework/features/header/items/account/views/login.php:85
|
| 5965 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:352,
|
| 5966 |
-
#: build_tmp/build/framework/features/header/items/account/views/login.php:85
|
| 5967 |
msgid "My Account"
|
| 5968 |
msgstr ""
|
| 5969 |
|
| 5970 |
-
#: framework/features/header/items/account/options.php:641
|
| 5971 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:641
|
| 5972 |
msgid "User Visibility"
|
| 5973 |
msgstr ""
|
| 5974 |
|
| 5975 |
-
#: framework/features/header/items/account/options.php:652
|
| 5976 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:652
|
| 5977 |
msgid "Logged In"
|
| 5978 |
msgstr ""
|
| 5979 |
|
| 5980 |
-
#: framework/features/header/items/account/options.php:653
|
| 5981 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:653
|
| 5982 |
msgid "Logged Out"
|
| 5983 |
msgstr ""
|
| 5984 |
|
| 5985 |
#: framework/features/header/items/account/options.php:670,
|
| 5986 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167
|
| 5987 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:670,
|
| 5988 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167
|
| 5989 |
msgid "Label Font"
|
| 5990 |
msgstr ""
|
| 5991 |
|
| 5992 |
#: framework/features/header/items/account/options.php:681,
|
| 5993 |
#: framework/features/header/items/account/options.php:710,
|
| 5994 |
#: framework/features/header/items/account/options.php:742,
|
| 5995 |
-
#: framework/features/header/items/account/options.php:772
|
| 5996 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:681,
|
| 5997 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:710,
|
| 5998 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:742,
|
| 5999 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:772
|
| 6000 |
msgid "Label Color"
|
| 6001 |
msgstr ""
|
| 6002 |
|
|
@@ -6012,20 +4332,7 @@ msgstr ""
|
|
| 6012 |
#: framework/premium/features/premium-header/items/search-input/options.php:199,
|
| 6013 |
#: framework/premium/features/premium-header/items/search-input/options.php:329,
|
| 6014 |
#: framework/premium/features/premium-header/items/search-input/options.php:459,
|
| 6015 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:595
|
| 6016 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:686,
|
| 6017 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:832,
|
| 6018 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:183,
|
| 6019 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:310,
|
| 6020 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:425,
|
| 6021 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:595,
|
| 6022 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:742,
|
| 6023 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
|
| 6024 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:208,
|
| 6025 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:199,
|
| 6026 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:329,
|
| 6027 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:459,
|
| 6028 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:595
|
| 6029 |
msgid "Default State"
|
| 6030 |
msgstr ""
|
| 6031 |
|
|
@@ -6041,20 +4348,7 @@ msgstr ""
|
|
| 6041 |
#: framework/premium/features/premium-header/items/search-input/options.php:204,
|
| 6042 |
#: framework/premium/features/premium-header/items/search-input/options.php:334,
|
| 6043 |
#: framework/premium/features/premium-header/items/search-input/options.php:464,
|
| 6044 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:600
|
| 6045 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:691,
|
| 6046 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:837,
|
| 6047 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:188,
|
| 6048 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:315,
|
| 6049 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:430,
|
| 6050 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:600,
|
| 6051 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:750,
|
| 6052 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
|
| 6053 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:213,
|
| 6054 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:204,
|
| 6055 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:334,
|
| 6056 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:464,
|
| 6057 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:600
|
| 6058 |
msgid "Transparent State"
|
| 6059 |
msgstr ""
|
| 6060 |
|
|
@@ -6070,218 +4364,162 @@ msgstr ""
|
|
| 6070 |
#: framework/premium/features/premium-header/items/search-input/options.php:213,
|
| 6071 |
#: framework/premium/features/premium-header/items/search-input/options.php:343,
|
| 6072 |
#: framework/premium/features/premium-header/items/search-input/options.php:473,
|
| 6073 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:609
|
| 6074 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:700,
|
| 6075 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:846,
|
| 6076 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
|
| 6077 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
|
| 6078 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:439,
|
| 6079 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:609,
|
| 6080 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:760,
|
| 6081 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
|
| 6082 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:222,
|
| 6083 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:213,
|
| 6084 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:343,
|
| 6085 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:473,
|
| 6086 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:609
|
| 6087 |
msgid "Sticky State"
|
| 6088 |
msgstr ""
|
| 6089 |
|
| 6090 |
-
#: framework/features/header/items/account/options.php:952
|
| 6091 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:952
|
| 6092 |
msgid "Item Margin"
|
| 6093 |
msgstr ""
|
| 6094 |
|
| 6095 |
-
#: framework/features/header/items/account/options.php:971
|
| 6096 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:971
|
| 6097 |
msgid "Modal Options"
|
| 6098 |
msgstr ""
|
| 6099 |
|
| 6100 |
-
#: framework/features/header/items/account/options.php:1106
|
| 6101 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1106
|
| 6102 |
msgid "Modal Background"
|
| 6103 |
msgstr ""
|
| 6104 |
|
| 6105 |
-
#: framework/features/header/items/account/options.php:1121
|
| 6106 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1121
|
| 6107 |
msgid "Modal Backdrop"
|
| 6108 |
msgstr ""
|
| 6109 |
|
| 6110 |
-
#: framework/features/header/items/account/options.php:1136
|
| 6111 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1136
|
| 6112 |
msgid "Modal Shadow"
|
| 6113 |
msgstr ""
|
| 6114 |
|
| 6115 |
#: framework/features/header/items/account/options.php:1301,
|
| 6116 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:167
|
| 6117 |
-
#: build_tmp/build/framework/features/header/items/account/options.php:1301,
|
| 6118 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:167
|
| 6119 |
msgid "Element Visibility"
|
| 6120 |
msgstr ""
|
| 6121 |
|
| 6122 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
|
| 6123 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
|
| 6124 |
msgid "You have no %s fields declared for this custom post type."
|
| 6125 |
msgstr ""
|
| 6126 |
|
| 6127 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
|
| 6128 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
|
| 6129 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
|
| 6130 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
|
| 6131 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
|
| 6132 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
|
| 6133 |
msgid "Field"
|
| 6134 |
msgstr ""
|
| 6135 |
|
| 6136 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
|
| 6137 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:60
|
| 6138 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
|
| 6139 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:60
|
| 6140 |
msgid "Label"
|
| 6141 |
msgstr ""
|
| 6142 |
|
| 6143 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
|
| 6144 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
|
| 6145 |
msgid "Fallback"
|
| 6146 |
msgstr ""
|
| 6147 |
|
| 6148 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
|
| 6149 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
|
| 6150 |
msgid "%s Field"
|
| 6151 |
msgstr ""
|
| 6152 |
|
| 6153 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
|
| 6154 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
|
| 6155 |
msgid "Custom Field"
|
| 6156 |
msgstr ""
|
| 6157 |
|
| 6158 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
|
| 6159 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
|
| 6160 |
msgid "%s %s Font"
|
| 6161 |
msgstr ""
|
| 6162 |
|
| 6163 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
|
| 6164 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
|
| 6165 |
msgid "%s %s Color"
|
| 6166 |
msgstr ""
|
| 6167 |
|
| 6168 |
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
|
| 6169 |
-
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66
|
| 6170 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
|
| 6171 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66
|
| 6172 |
msgid "Read Time"
|
| 6173 |
msgstr ""
|
| 6174 |
|
| 6175 |
-
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123
|
| 6176 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123
|
| 6177 |
msgid "%s min"
|
| 6178 |
msgid_plural "%s mins"
|
| 6179 |
msgstr[0] ""
|
| 6180 |
msgstr[1] ""
|
| 6181 |
|
| 6182 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering.php:286
|
| 6183 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering.php:286
|
| 6184 |
msgid "All"
|
| 6185 |
msgstr ""
|
| 6186 |
|
| 6187 |
-
#: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:161
|
| 6188 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:161
|
| 6189 |
msgid "Featured Image"
|
| 6190 |
msgstr ""
|
| 6191 |
|
| 6192 |
-
#: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:166
|
| 6193 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:166
|
| 6194 |
msgid "Accent Color"
|
| 6195 |
msgstr ""
|
| 6196 |
|
| 6197 |
#: framework/premium/extensions/shortcuts/views/bar.php:49,
|
| 6198 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
|
| 6199 |
-
#: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:49,
|
| 6200 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
|
| 6201 |
msgid "Wish List"
|
| 6202 |
msgstr ""
|
| 6203 |
|
| 6204 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
|
| 6205 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
|
| 6206 |
msgid "Wishlist icon"
|
| 6207 |
msgstr ""
|
| 6208 |
|
| 6209 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
|
| 6210 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
|
| 6211 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
|
| 6212 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
|
| 6213 |
msgid "Add to wishlist"
|
| 6214 |
msgstr ""
|
| 6215 |
|
| 6216 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
|
| 6217 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
|
| 6218 |
msgid "Select a page"
|
| 6219 |
msgstr ""
|
| 6220 |
|
| 6221 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
|
| 6222 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
|
| 6223 |
msgid "Products Wishlist"
|
| 6224 |
msgstr ""
|
| 6225 |
|
| 6226 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
|
| 6227 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
|
| 6228 |
msgid "Show Wishlist Page To"
|
| 6229 |
msgstr ""
|
| 6230 |
|
| 6231 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
|
| 6232 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
|
| 6233 |
msgid "Logged Users"
|
| 6234 |
msgstr ""
|
| 6235 |
|
| 6236 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
|
| 6237 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
|
| 6238 |
msgid "All Users"
|
| 6239 |
msgstr ""
|
| 6240 |
|
| 6241 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
|
| 6242 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
|
| 6243 |
msgid "Wish List Page"
|
| 6244 |
msgstr ""
|
| 6245 |
|
| 6246 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
|
| 6247 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
|
| 6248 |
msgid ""
|
| 6249 |
"The page you select here will display the wish list for your logged out "
|
| 6250 |
"users."
|
| 6251 |
msgstr ""
|
| 6252 |
|
| 6253 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
|
| 6254 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
|
| 6255 |
msgid "Display Wishlist Button On"
|
| 6256 |
msgstr ""
|
| 6257 |
|
| 6258 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
|
| 6259 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
|
| 6260 |
msgid "Archive Pages"
|
| 6261 |
msgstr ""
|
| 6262 |
|
| 6263 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
|
| 6264 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
|
| 6265 |
msgid "Single Product Pages"
|
| 6266 |
msgstr ""
|
| 6267 |
|
| 6268 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
|
| 6269 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
|
| 6270 |
msgid "Quick View Modal"
|
| 6271 |
msgstr ""
|
| 6272 |
|
| 6273 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
|
| 6274 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
|
| 6275 |
msgid "AJAX Add To Cart"
|
| 6276 |
msgstr ""
|
| 6277 |
|
| 6278 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
|
| 6279 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
|
| 6280 |
msgid "Enable AJAX loading"
|
| 6281 |
msgstr ""
|
| 6282 |
|
| 6283 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
|
| 6284 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
|
| 6285 |
msgid "Archive Button"
|
| 6286 |
msgstr ""
|
| 6287 |
|
|
@@ -6293,77 +4531,51 @@ msgstr ""
|
|
| 6293 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
|
| 6294 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:254,
|
| 6295 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:284,
|
| 6296 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:313
|
| 6297 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
|
| 6298 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
|
| 6299 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
|
| 6300 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
|
| 6301 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
|
| 6302 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
|
| 6303 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:254,
|
| 6304 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:284,
|
| 6305 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:313
|
| 6306 |
msgid "Hover/Active"
|
| 6307 |
msgstr ""
|
| 6308 |
|
| 6309 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
|
| 6310 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
|
| 6311 |
msgid "Single Product Button"
|
| 6312 |
msgstr ""
|
| 6313 |
|
| 6314 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
|
| 6315 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
|
| 6316 |
msgid "Quick View Modal Button"
|
| 6317 |
msgstr ""
|
| 6318 |
|
| 6319 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:192
|
| 6320 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:192
|
| 6321 |
msgid "You don't have any products in your wish list yet."
|
| 6322 |
msgstr ""
|
| 6323 |
|
| 6324 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:35
|
| 6325 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:35
|
| 6326 |
msgid "Add to cart"
|
| 6327 |
msgstr ""
|
| 6328 |
|
| 6329 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:128,
|
| 6330 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
|
| 6331 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:128,
|
| 6332 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
|
| 6333 |
msgid "Remove Product"
|
| 6334 |
msgstr ""
|
| 6335 |
|
| 6336 |
-
#: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
|
| 6337 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
|
| 6338 |
msgid "Blocksy Variation Images"
|
| 6339 |
msgstr ""
|
| 6340 |
|
| 6341 |
#: framework/premium/features/content-blocks/options/404.php:33,
|
| 6342 |
#: framework/premium/features/content-blocks/options/header.php:35,
|
| 6343 |
#: framework/premium/features/content-blocks/options/hook.php:40,
|
| 6344 |
-
#: framework/premium/features/content-blocks/options/popup.php:42
|
| 6345 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:33,
|
| 6346 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:35,
|
| 6347 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:40,
|
| 6348 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:42
|
| 6349 |
msgid "Container Structure"
|
| 6350 |
msgstr ""
|
| 6351 |
|
| 6352 |
#: framework/premium/features/content-blocks/options/404.php:65,
|
| 6353 |
#: framework/premium/features/content-blocks/options/header.php:63,
|
| 6354 |
-
#: framework/premium/features/content-blocks/options/hook.php:68
|
| 6355 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:65,
|
| 6356 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:63,
|
| 6357 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:68
|
| 6358 |
msgid "Narrow Width"
|
| 6359 |
msgstr ""
|
| 6360 |
|
| 6361 |
#: framework/premium/features/content-blocks/options/404.php:70,
|
| 6362 |
#: framework/premium/features/content-blocks/options/header.php:68,
|
| 6363 |
-
#: framework/premium/features/content-blocks/options/hook.php:73
|
| 6364 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:70,
|
| 6365 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:68,
|
| 6366 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:73
|
| 6367 |
msgid "Normal Width"
|
| 6368 |
msgstr ""
|
| 6369 |
|
|
@@ -6371,23 +4583,14 @@ msgstr ""
|
|
| 6371 |
#: framework/premium/features/content-blocks/options/archive.php:126,
|
| 6372 |
#: framework/premium/features/content-blocks/options/header.php:74,
|
| 6373 |
#: framework/premium/features/content-blocks/options/hook.php:79,
|
| 6374 |
-
#: framework/premium/features/content-blocks/options/single.php:65
|
| 6375 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:76,
|
| 6376 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:126,
|
| 6377 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:74,
|
| 6378 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:79,
|
| 6379 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:65
|
| 6380 |
msgid "Content Area Style"
|
| 6381 |
msgstr ""
|
| 6382 |
|
| 6383 |
#: framework/premium/features/content-blocks/options/404.php:90,
|
| 6384 |
#: framework/premium/features/content-blocks/options/archive.php:140,
|
| 6385 |
#: framework/premium/features/content-blocks/options/header.php:88,
|
| 6386 |
-
#: framework/premium/features/content-blocks/options/hook.php:93
|
| 6387 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:90,
|
| 6388 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:140,
|
| 6389 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:88,
|
| 6390 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:93
|
| 6391 |
msgid "Content Area Vertical Spacing"
|
| 6392 |
msgstr ""
|
| 6393 |
|
|
@@ -6395,12 +4598,7 @@ msgstr ""
|
|
| 6395 |
#: framework/premium/features/content-blocks/options/archive.php:151,
|
| 6396 |
#: framework/premium/features/content-blocks/options/header.php:99,
|
| 6397 |
#: framework/premium/features/content-blocks/options/hook.php:104,
|
| 6398 |
-
#: framework/premium/features/content-blocks/options/single.php:90
|
| 6399 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:101,
|
| 6400 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:151,
|
| 6401 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:99,
|
| 6402 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:104,
|
| 6403 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:90
|
| 6404 |
msgid "Top & Bottom"
|
| 6405 |
msgstr ""
|
| 6406 |
|
|
@@ -6408,12 +4606,7 @@ msgstr ""
|
|
| 6408 |
#: framework/premium/features/content-blocks/options/archive.php:154,
|
| 6409 |
#: framework/premium/features/content-blocks/options/header.php:102,
|
| 6410 |
#: framework/premium/features/content-blocks/options/hook.php:107,
|
| 6411 |
-
#: framework/premium/features/content-blocks/options/single.php:93
|
| 6412 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:104,
|
| 6413 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:154,
|
| 6414 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:102,
|
| 6415 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:107,
|
| 6416 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:93
|
| 6417 |
msgid "Only Top"
|
| 6418 |
msgstr ""
|
| 6419 |
|
|
@@ -6421,520 +4614,406 @@ msgstr ""
|
|
| 6421 |
#: framework/premium/features/content-blocks/options/archive.php:157,
|
| 6422 |
#: framework/premium/features/content-blocks/options/header.php:105,
|
| 6423 |
#: framework/premium/features/content-blocks/options/hook.php:110,
|
| 6424 |
-
#: framework/premium/features/content-blocks/options/single.php:96
|
| 6425 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/404.php:107,
|
| 6426 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:157,
|
| 6427 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/header.php:105,
|
| 6428 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:110,
|
| 6429 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:96
|
| 6430 |
msgid "Only Bottom"
|
| 6431 |
msgstr ""
|
| 6432 |
|
| 6433 |
#: framework/premium/features/content-blocks/options/archive.php:11,
|
| 6434 |
-
#: framework/premium/features/content-blocks/options/single.php:11
|
| 6435 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:11,
|
| 6436 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:11
|
| 6437 |
msgid "Replacement Behavior"
|
| 6438 |
msgstr ""
|
| 6439 |
|
| 6440 |
-
#: framework/premium/features/content-blocks/options/archive.php:17
|
| 6441 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:17
|
| 6442 |
msgid "Only Card"
|
| 6443 |
msgstr ""
|
| 6444 |
|
| 6445 |
#: framework/premium/features/content-blocks/options/archive.php:18,
|
| 6446 |
-
#: framework/premium/features/content-blocks/options/single.php:18
|
| 6447 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:18,
|
| 6448 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:18
|
| 6449 |
msgid "Full Page"
|
| 6450 |
msgstr ""
|
| 6451 |
|
| 6452 |
#: framework/premium/features/content-blocks/options/archive.php:28,
|
| 6453 |
-
#: framework/premium/features/content-blocks/options/single.php:126
|
| 6454 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:28,
|
| 6455 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:126
|
| 6456 |
msgid "Dynamic Content Preview"
|
| 6457 |
msgstr ""
|
| 6458 |
|
| 6459 |
-
#: framework/premium/features/content-blocks/options/archive.php:35
|
| 6460 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:35
|
| 6461 |
msgid ""
|
| 6462 |
"Select a post/page to preview it's content inside the editor while building "
|
| 6463 |
"the archive."
|
| 6464 |
msgstr ""
|
| 6465 |
|
| 6466 |
-
#: framework/premium/features/content-blocks/options/archive.php:39
|
| 6467 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:39
|
| 6468 |
msgid "Editor/Card Width"
|
| 6469 |
msgstr ""
|
| 6470 |
|
| 6471 |
-
#: framework/premium/features/content-blocks/options/archive.php:50
|
| 6472 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:50
|
| 6473 |
msgid ""
|
| 6474 |
"Set the editor width for better understanging the layout you are building "
|
| 6475 |
"(just for preview purpose, this option won't apply in frontend)."
|
| 6476 |
msgstr ""
|
| 6477 |
|
| 6478 |
-
#: framework/premium/features/content-blocks/options/archive.php:71
|
| 6479 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:71
|
| 6480 |
msgid "Default Card Layout"
|
| 6481 |
msgstr ""
|
| 6482 |
|
| 6483 |
-
#: framework/premium/features/content-blocks/options/archive.php:76
|
| 6484 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:76
|
| 6485 |
msgid ""
|
| 6486 |
"Inherit card wrapper settings from Customizer (background color, spacing, "
|
| 6487 |
"shadow)."
|
| 6488 |
msgstr ""
|
| 6489 |
|
| 6490 |
-
#: framework/premium/features/content-blocks/options/archive.php:91
|
| 6491 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:91
|
| 6492 |
msgid "Page Structure"
|
| 6493 |
msgstr ""
|
| 6494 |
|
| 6495 |
#: framework/premium/features/content-blocks/options/archive.php:207,
|
| 6496 |
#: framework/premium/features/content-blocks/options/hook.php:256,
|
| 6497 |
#: framework/premium/features/content-blocks/options/popup.php:314,
|
| 6498 |
-
#: framework/premium/features/content-blocks/options/single.php:161
|
| 6499 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:207,
|
| 6500 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:256,
|
| 6501 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:314,
|
| 6502 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:161
|
| 6503 |
msgid "Expiration Date/Time"
|
| 6504 |
msgstr ""
|
| 6505 |
|
| 6506 |
#: framework/premium/features/content-blocks/options/hook.php:23,
|
| 6507 |
-
#: framework/premium/features/content-blocks/options/hook.php:181
|
| 6508 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:23,
|
| 6509 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:181
|
| 6510 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:72
|
| 6511 |
msgid "Custom Hook"
|
| 6512 |
msgstr ""
|
| 6513 |
|
| 6514 |
-
#: framework/premium/features/content-blocks/options/hook.php:148
|
| 6515 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:148
|
| 6516 |
msgid "Location & Priority"
|
| 6517 |
msgstr ""
|
| 6518 |
|
| 6519 |
-
#: framework/premium/features/content-blocks/options/hook.php:283
|
| 6520 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:283
|
| 6521 |
msgid "Block Position"
|
| 6522 |
msgstr ""
|
| 6523 |
|
| 6524 |
-
#: framework/premium/features/content-blocks/options/hook.php:290
|
| 6525 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:290
|
| 6526 |
msgid "Fixed"
|
| 6527 |
msgstr ""
|
| 6528 |
|
| 6529 |
-
#: framework/premium/features/content-blocks/options/hook.php:300
|
| 6530 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:300
|
| 6531 |
msgid "Location"
|
| 6532 |
msgstr ""
|
| 6533 |
|
| 6534 |
-
#: framework/premium/features/content-blocks/options/hook.php:313
|
| 6535 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:313
|
| 6536 |
msgid "Top Offset"
|
| 6537 |
msgstr ""
|
| 6538 |
|
| 6539 |
-
#: framework/premium/features/content-blocks/options/hook.php:317
|
| 6540 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:317
|
| 6541 |
msgid "Bottom Offset"
|
| 6542 |
msgstr ""
|
| 6543 |
|
| 6544 |
-
#: framework/premium/features/content-blocks/options/popup.php:50
|
| 6545 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:50
|
| 6546 |
msgid "Popup Position"
|
| 6547 |
msgstr ""
|
| 6548 |
|
| 6549 |
-
#: framework/premium/features/content-blocks/options/popup.php:57
|
| 6550 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:57
|
| 6551 |
msgid "Popup Size"
|
| 6552 |
msgstr ""
|
| 6553 |
|
| 6554 |
-
#: framework/premium/features/content-blocks/options/popup.php:63
|
| 6555 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:63
|
| 6556 |
msgid "Small Size"
|
| 6557 |
msgstr ""
|
| 6558 |
|
| 6559 |
-
#: framework/premium/features/content-blocks/options/popup.php:64
|
| 6560 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:64
|
| 6561 |
msgid "Medium Size"
|
| 6562 |
msgstr ""
|
| 6563 |
|
| 6564 |
-
#: framework/premium/features/content-blocks/options/popup.php:65
|
| 6565 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:65
|
| 6566 |
msgid "Large Size"
|
| 6567 |
msgstr ""
|
| 6568 |
|
| 6569 |
-
#: framework/premium/features/content-blocks/options/popup.php:66
|
| 6570 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:66
|
| 6571 |
msgid "Custom Size"
|
| 6572 |
msgstr ""
|
| 6573 |
|
| 6574 |
-
#: framework/premium/features/content-blocks/options/popup.php:76
|
| 6575 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:76
|
| 6576 |
msgid "Max Width"
|
| 6577 |
msgstr ""
|
| 6578 |
|
| 6579 |
-
#: framework/premium/features/content-blocks/options/popup.php:92
|
| 6580 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:92
|
| 6581 |
msgid "Max Height"
|
| 6582 |
msgstr ""
|
| 6583 |
|
| 6584 |
-
#: framework/premium/features/content-blocks/options/popup.php:111
|
| 6585 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:111
|
| 6586 |
msgid "Popup Animation"
|
| 6587 |
msgstr ""
|
| 6588 |
|
| 6589 |
-
#: framework/premium/features/content-blocks/options/popup.php:117
|
| 6590 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:117
|
| 6591 |
msgid "Fade in fade out"
|
| 6592 |
msgstr ""
|
| 6593 |
|
| 6594 |
-
#: framework/premium/features/content-blocks/options/popup.php:118
|
| 6595 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:118
|
| 6596 |
msgid "Zoom in zoom out"
|
| 6597 |
msgstr ""
|
| 6598 |
|
| 6599 |
-
#: framework/premium/features/content-blocks/options/popup.php:119
|
| 6600 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:119
|
| 6601 |
msgid "Slide in from left"
|
| 6602 |
msgstr ""
|
| 6603 |
|
| 6604 |
-
#: framework/premium/features/content-blocks/options/popup.php:120
|
| 6605 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:120
|
| 6606 |
msgid "Slide in from right"
|
| 6607 |
msgstr ""
|
| 6608 |
|
| 6609 |
-
#: framework/premium/features/content-blocks/options/popup.php:121
|
| 6610 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:121
|
| 6611 |
msgid "Slide in from top"
|
| 6612 |
msgstr ""
|
| 6613 |
|
| 6614 |
-
#: framework/premium/features/content-blocks/options/popup.php:122
|
| 6615 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:122
|
| 6616 |
msgid "Slide in from bottom"
|
| 6617 |
msgstr ""
|
| 6618 |
|
| 6619 |
-
#: framework/premium/features/content-blocks/options/popup.php:127
|
| 6620 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:127
|
| 6621 |
msgid "Animation Speed"
|
| 6622 |
msgstr ""
|
| 6623 |
|
| 6624 |
-
#: framework/premium/features/content-blocks/options/popup.php:144
|
| 6625 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:144
|
| 6626 |
msgid "Entrance Value"
|
| 6627 |
msgstr ""
|
| 6628 |
|
| 6629 |
-
#: framework/premium/features/content-blocks/options/popup.php:156
|
| 6630 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:156
|
| 6631 |
msgid "Trigger Condition"
|
| 6632 |
msgstr ""
|
| 6633 |
|
| 6634 |
-
#: framework/premium/features/content-blocks/options/popup.php:181
|
| 6635 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:181
|
| 6636 |
msgid "Element Class"
|
| 6637 |
msgstr ""
|
| 6638 |
|
| 6639 |
-
#: framework/premium/features/content-blocks/options/popup.php:188
|
| 6640 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:188
|
| 6641 |
msgid "Separate each class by comma if you have multiple elements."
|
| 6642 |
msgstr ""
|
| 6643 |
|
| 6644 |
-
#: framework/premium/features/content-blocks/options/popup.php:200
|
| 6645 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:200
|
| 6646 |
msgid "Scroll Direction"
|
| 6647 |
msgstr ""
|
| 6648 |
|
| 6649 |
-
#: framework/premium/features/content-blocks/options/popup.php:205
|
| 6650 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:205
|
| 6651 |
msgid "Scroll Down"
|
| 6652 |
msgstr ""
|
| 6653 |
|
| 6654 |
-
#: framework/premium/features/content-blocks/options/popup.php:206
|
| 6655 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:206
|
| 6656 |
msgid "Scroll Up"
|
| 6657 |
msgstr ""
|
| 6658 |
|
| 6659 |
-
#: framework/premium/features/content-blocks/options/popup.php:211
|
| 6660 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:211
|
| 6661 |
msgid "Scroll Distance"
|
| 6662 |
msgstr ""
|
| 6663 |
|
| 6664 |
-
#: framework/premium/features/content-blocks/options/popup.php:221
|
| 6665 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:221
|
| 6666 |
msgid "Set the scroll distance till the popup block will appear."
|
| 6667 |
msgstr ""
|
| 6668 |
|
| 6669 |
-
#: framework/premium/features/content-blocks/options/popup.php:233
|
| 6670 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:233
|
| 6671 |
msgid "Inactivity Time"
|
| 6672 |
msgstr ""
|
| 6673 |
|
| 6674 |
-
#: framework/premium/features/content-blocks/options/popup.php:239
|
| 6675 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:239
|
| 6676 |
msgid "Set the inactivity time (in seconds) till the popup block will appear."
|
| 6677 |
msgstr ""
|
| 6678 |
|
| 6679 |
-
#: framework/premium/features/content-blocks/options/popup.php:251
|
| 6680 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:251
|
| 6681 |
msgid "After X Time"
|
| 6682 |
msgstr ""
|
| 6683 |
|
| 6684 |
-
#: framework/premium/features/content-blocks/options/popup.php:257
|
| 6685 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:257
|
| 6686 |
msgid "Set after how much time (in seconds) the popup block will appear."
|
| 6687 |
msgstr ""
|
| 6688 |
|
| 6689 |
-
#: framework/premium/features/content-blocks/options/popup.php:269
|
| 6690 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:269
|
| 6691 |
msgid "After X Pages"
|
| 6692 |
msgstr ""
|
| 6693 |
|
| 6694 |
-
#: framework/premium/features/content-blocks/options/popup.php:275
|
| 6695 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:275
|
| 6696 |
msgid "Set after how many visited pages the popup block will appear."
|
| 6697 |
msgstr ""
|
| 6698 |
|
| 6699 |
-
#: framework/premium/features/content-blocks/options/popup.php:287
|
| 6700 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:287
|
| 6701 |
msgid "Trigger Popup Only Once"
|
| 6702 |
msgstr ""
|
| 6703 |
|
| 6704 |
-
#: framework/premium/features/content-blocks/options/popup.php:290
|
| 6705 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:290
|
| 6706 |
msgid ""
|
| 6707 |
"If the close button is clicked the popup won't be triggered anymore for the "
|
| 6708 |
"current visitor."
|
| 6709 |
msgstr ""
|
| 6710 |
|
| 6711 |
-
#: framework/premium/features/content-blocks/options/popup.php:366
|
| 6712 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:366
|
| 6713 |
msgid "Padding"
|
| 6714 |
msgstr ""
|
| 6715 |
|
| 6716 |
#: framework/premium/features/content-blocks/options/popup.php:376,
|
| 6717 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
|
| 6718 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:465
|
| 6719 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:376,
|
| 6720 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
|
| 6721 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:465
|
| 6722 |
msgid "Border Radius"
|
| 6723 |
msgstr ""
|
| 6724 |
|
| 6725 |
-
#: framework/premium/features/content-blocks/options/popup.php:405
|
| 6726 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:405
|
| 6727 |
msgid "Popup Offset"
|
| 6728 |
msgstr ""
|
| 6729 |
|
| 6730 |
-
#: framework/premium/features/content-blocks/options/popup.php:415
|
| 6731 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:415
|
| 6732 |
msgid "Container Overflow"
|
| 6733 |
msgstr ""
|
| 6734 |
|
| 6735 |
-
#: framework/premium/features/content-blocks/options/popup.php:422
|
| 6736 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:422
|
| 6737 |
msgid "Hidden"
|
| 6738 |
msgstr ""
|
| 6739 |
|
| 6740 |
-
#: framework/premium/features/content-blocks/options/popup.php:423
|
| 6741 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:423
|
| 6742 |
msgid "Visible"
|
| 6743 |
msgstr ""
|
| 6744 |
|
| 6745 |
-
#: framework/premium/features/content-blocks/options/popup.php:424
|
| 6746 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:424
|
| 6747 |
msgid "Scroll"
|
| 6748 |
msgstr ""
|
| 6749 |
|
| 6750 |
-
#: framework/premium/features/content-blocks/options/popup.php:426
|
| 6751 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:426
|
| 6752 |
msgid ""
|
| 6753 |
"Control what happens to the content that is too big to fit into the popup."
|
| 6754 |
msgstr ""
|
| 6755 |
|
| 6756 |
-
#: framework/premium/features/content-blocks/options/popup.php:430
|
| 6757 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:430
|
| 6758 |
msgid "Close Button"
|
| 6759 |
msgstr ""
|
| 6760 |
|
| 6761 |
-
#: framework/premium/features/content-blocks/options/popup.php:438
|
| 6762 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:438
|
| 6763 |
msgid "Inside"
|
| 6764 |
msgstr ""
|
| 6765 |
|
| 6766 |
-
#: framework/premium/features/content-blocks/options/popup.php:439
|
| 6767 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:439
|
| 6768 |
msgid "Outside"
|
| 6769 |
msgstr ""
|
| 6770 |
|
| 6771 |
-
#: framework/premium/features/content-blocks/options/popup.php:513
|
| 6772 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:513
|
| 6773 |
msgid "Popup Background"
|
| 6774 |
msgstr ""
|
| 6775 |
|
| 6776 |
-
#: framework/premium/features/content-blocks/options/popup.php:527
|
| 6777 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:527
|
| 6778 |
msgid "Popup Backdrop Background"
|
| 6779 |
msgstr ""
|
| 6780 |
|
| 6781 |
-
#: framework/premium/features/content-blocks/options/single.php:17
|
| 6782 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:17
|
| 6783 |
msgid "Content Area"
|
| 6784 |
msgstr ""
|
| 6785 |
|
| 6786 |
-
#: framework/premium/features/content-blocks/options/single.php:79
|
| 6787 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:79
|
| 6788 |
msgid "Content Area Vel Spacing"
|
| 6789 |
msgstr ""
|
| 6790 |
|
| 6791 |
-
#: framework/premium/features/content-blocks/options/single.php:132
|
| 6792 |
-
#: build_tmp/build/framework/premium/features/content-blocks/options/single.php:132
|
| 6793 |
msgid ""
|
| 6794 |
"Select a post/page to preview it's content inside the editor while building "
|
| 6795 |
"the post/page."
|
| 6796 |
msgstr ""
|
| 6797 |
|
| 6798 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
|
| 6799 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
|
| 6800 |
msgid "Posts Filter"
|
| 6801 |
msgstr ""
|
| 6802 |
|
| 6803 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
|
| 6804 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
|
| 6805 |
msgid "Filtering Behavior"
|
| 6806 |
msgstr ""
|
| 6807 |
|
| 6808 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
|
| 6809 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
|
| 6810 |
msgid "Instant Reload"
|
| 6811 |
msgstr ""
|
| 6812 |
|
| 6813 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
|
| 6814 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
|
| 6815 |
msgid "Page Reload"
|
| 6816 |
msgstr ""
|
| 6817 |
|
| 6818 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:82
|
| 6819 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:82
|
| 6820 |
msgid "Filter Source"
|
| 6821 |
msgstr ""
|
| 6822 |
|
| 6823 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
|
| 6824 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
|
| 6825 |
msgid "Items Horizontal Spacing"
|
| 6826 |
msgstr ""
|
| 6827 |
|
| 6828 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
|
| 6829 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:360
|
| 6830 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
|
| 6831 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:360
|
| 6832 |
msgid "Items Vertical Spacing"
|
| 6833 |
msgstr ""
|
| 6834 |
|
| 6835 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
|
| 6836 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
|
| 6837 |
msgid "Container Bottom Spacing"
|
| 6838 |
msgstr ""
|
| 6839 |
|
| 6840 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
|
| 6841 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
|
| 6842 |
msgid "Horizontal Alignment"
|
| 6843 |
msgstr ""
|
| 6844 |
|
| 6845 |
-
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
|
| 6846 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
|
| 6847 |
msgid "Button Padding"
|
| 6848 |
msgstr ""
|
| 6849 |
|
| 6850 |
-
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
|
| 6851 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
|
| 6852 |
msgid "Read Progress"
|
| 6853 |
msgstr ""
|
| 6854 |
|
| 6855 |
-
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
|
| 6856 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
|
| 6857 |
msgid "Indicator Height"
|
| 6858 |
msgstr ""
|
| 6859 |
|
| 6860 |
-
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
|
| 6861 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
|
| 6862 |
msgid "Auto Hide"
|
| 6863 |
msgstr ""
|
| 6864 |
|
| 6865 |
-
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
|
| 6866 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
|
| 6867 |
msgid ""
|
| 6868 |
"Automatically hide the read progress bar once you arrive at the bottom of "
|
| 6869 |
"the article."
|
| 6870 |
msgstr ""
|
| 6871 |
|
| 6872 |
-
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
|
| 6873 |
-
#: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
|
| 6874 |
msgid "Main Color"
|
| 6875 |
msgstr ""
|
| 6876 |
|
| 6877 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84
|
| 6878 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84
|
| 6879 |
msgid "Icon Badge"
|
| 6880 |
msgstr ""
|
| 6881 |
|
| 6882 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178
|
| 6883 |
-
#: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178
|
| 6884 |
msgid "Label Font Color"
|
| 6885 |
msgstr ""
|
| 6886 |
|
| 6887 |
-
#: framework/premium/features/premium-header/items/contacts/config.php:4
|
| 6888 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/config.php:4
|
| 6889 |
msgid "Contacts"
|
| 6890 |
msgstr ""
|
| 6891 |
|
| 6892 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:300
|
| 6893 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:300
|
| 6894 |
msgid "Open Links In New Tab"
|
| 6895 |
msgstr ""
|
| 6896 |
|
| 6897 |
#: framework/premium/features/premium-header/items/contacts/options.php:320,
|
| 6898 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:95
|
| 6899 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:320,
|
| 6900 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:95
|
| 6901 |
msgid "Items Spacing"
|
| 6902 |
msgstr ""
|
| 6903 |
|
| 6904 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:369
|
| 6905 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:369
|
| 6906 |
msgid "Items Direction"
|
| 6907 |
msgstr ""
|
| 6908 |
|
| 6909 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:375
|
| 6910 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:375
|
| 6911 |
msgid "Horizontal"
|
| 6912 |
msgstr ""
|
| 6913 |
|
| 6914 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:376
|
| 6915 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:376
|
| 6916 |
msgid "Vertical"
|
| 6917 |
msgstr ""
|
| 6918 |
|
| 6919 |
#: framework/premium/features/premium-header/items/contacts/options.php:730,
|
| 6920 |
#: framework/premium/features/premium-header/items/contacts/options.php:772,
|
| 6921 |
#: framework/premium/features/premium-header/items/contacts/options.php:811,
|
| 6922 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:850
|
| 6923 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:730,
|
| 6924 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:772,
|
| 6925 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:811,
|
| 6926 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:850
|
| 6927 |
msgid "Icons Background Color"
|
| 6928 |
msgstr ""
|
| 6929 |
|
| 6930 |
#: framework/premium/features/premium-header/items/contacts/options.php:734,
|
| 6931 |
#: framework/premium/features/premium-header/items/contacts/options.php:776,
|
| 6932 |
#: framework/premium/features/premium-header/items/contacts/options.php:815,
|
| 6933 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:854
|
| 6934 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:734,
|
| 6935 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:776,
|
| 6936 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:815,
|
| 6937 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:854
|
| 6938 |
msgid "Icons Border Color"
|
| 6939 |
msgstr ""
|
| 6940 |
|
|
@@ -6942,143 +5021,110 @@ msgstr ""
|
|
| 6942 |
#: framework/premium/features/premium-header/items/divider/options.php:107,
|
| 6943 |
#: framework/premium/features/premium-header/items/divider/options.php:126,
|
| 6944 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:323,
|
| 6945 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:734
|
| 6946 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:895,
|
| 6947 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:107,
|
| 6948 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:126,
|
| 6949 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:323,
|
| 6950 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:734
|
| 6951 |
msgid "Margin"
|
| 6952 |
msgstr ""
|
| 6953 |
|
| 6954 |
-
#: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
|
| 6955 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
|
| 6956 |
msgid "Dark Mode"
|
| 6957 |
msgstr ""
|
| 6958 |
|
| 6959 |
-
#: framework/premium/features/premium-header/items/divider/config.php:4
|
| 6960 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/divider/config.php:4
|
| 6961 |
msgid "Divider"
|
| 6962 |
msgstr ""
|
| 6963 |
|
| 6964 |
-
#: framework/premium/features/premium-header/items/divider/options.php:6
|
| 6965 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:6
|
| 6966 |
msgid "Size"
|
| 6967 |
msgstr ""
|
| 6968 |
|
| 6969 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:17
|
| 6970 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:17
|
| 6971 |
msgid "Top Level Options"
|
| 6972 |
msgstr ""
|
| 6973 |
|
| 6974 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:37
|
| 6975 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:37
|
| 6976 |
msgid "Dropdown"
|
| 6977 |
msgstr ""
|
| 6978 |
|
| 6979 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:47
|
| 6980 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:47
|
| 6981 |
msgid "Display"
|
| 6982 |
msgstr ""
|
| 6983 |
|
| 6984 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:59
|
| 6985 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:59
|
| 6986 |
msgid "Flag"
|
| 6987 |
msgstr ""
|
| 6988 |
|
| 6989 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:73
|
| 6990 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:73
|
| 6991 |
msgid "Label Style"
|
| 6992 |
msgstr ""
|
| 6993 |
|
| 6994 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:79
|
| 6995 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:79
|
| 6996 |
msgid "Long"
|
| 6997 |
msgstr ""
|
| 6998 |
|
| 6999 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:80
|
| 7000 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:80
|
| 7001 |
msgid "Short"
|
| 7002 |
msgstr ""
|
| 7003 |
|
| 7004 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:112
|
| 7005 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:112
|
| 7006 |
msgid "Hide Current Language"
|
| 7007 |
msgstr ""
|
| 7008 |
|
| 7009 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:343
|
| 7010 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:343
|
| 7011 |
msgid "Dropdown Options"
|
| 7012 |
msgstr ""
|
| 7013 |
|
| 7014 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:352
|
| 7015 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:352
|
| 7016 |
msgid "Dropdown Top Offset"
|
| 7017 |
msgstr ""
|
| 7018 |
|
| 7019 |
-
#: framework/premium/features/premium-header/items/search-input/config.php:4
|
| 7020 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/config.php:4
|
| 7021 |
msgid "Search Box"
|
| 7022 |
msgstr ""
|
| 7023 |
|
| 7024 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:42
|
| 7025 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:42
|
| 7026 |
msgid "Placeholder Text"
|
| 7027 |
msgstr ""
|
| 7028 |
|
| 7029 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:52
|
| 7030 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:52
|
| 7031 |
msgid "Input Maximum Width"
|
| 7032 |
msgstr ""
|
| 7033 |
|
| 7034 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:64
|
| 7035 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:64
|
| 7036 |
msgid "Input Height"
|
| 7037 |
msgstr ""
|
| 7038 |
|
| 7039 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:89
|
| 7040 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:89
|
| 7041 |
msgid "Live Results"
|
| 7042 |
msgstr ""
|
| 7043 |
|
| 7044 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:100
|
| 7045 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:100
|
| 7046 |
msgid "Live Results Images"
|
| 7047 |
msgstr ""
|
| 7048 |
|
| 7049 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:111
|
| 7050 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:111
|
| 7051 |
msgid "Search Through Criteria"
|
| 7052 |
msgstr ""
|
| 7053 |
|
| 7054 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:112
|
| 7055 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:112
|
| 7056 |
msgid "Chose in which post types do you want to perform searches."
|
| 7057 |
msgstr ""
|
| 7058 |
|
| 7059 |
#: framework/premium/features/premium-header/items/search-input/options.php:324,
|
| 7060 |
#: framework/premium/features/premium-header/items/search-input/options.php:353,
|
| 7061 |
#: framework/premium/features/premium-header/items/search-input/options.php:385,
|
| 7062 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:415
|
| 7063 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:324,
|
| 7064 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:353,
|
| 7065 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:385,
|
| 7066 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:415
|
| 7067 |
msgid "Input Icon Color"
|
| 7068 |
msgstr ""
|
| 7069 |
|
| 7070 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:765
|
| 7071 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:765
|
| 7072 |
msgid "Dropdown Text Color"
|
| 7073 |
msgstr ""
|
| 7074 |
|
| 7075 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:796
|
| 7076 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:796
|
| 7077 |
msgid "Dropdown Background"
|
| 7078 |
msgstr ""
|
| 7079 |
|
| 7080 |
-
#: framework/premium/features/premium-header/items/widget-area-1/config.php:4
|
| 7081 |
-
#: build_tmp/build/framework/premium/features/premium-header/items/widget-area-1/config.php:4
|
| 7082 |
msgid "Widget Area"
|
| 7083 |
msgstr ""
|
| 7084 |
|
|
@@ -7751,15 +5797,15 @@ msgstr ""
|
|
| 7751 |
msgid "Attach MP4"
|
| 7752 |
msgstr ""
|
| 7753 |
|
| 7754 |
-
#: framework/premium/static/js/options/IconPicker.js:
|
| 7755 |
msgid "Change Icon"
|
| 7756 |
msgstr ""
|
| 7757 |
|
| 7758 |
-
#: framework/premium/static/js/options/IconPicker.js:
|
| 7759 |
msgid "Remove Icon"
|
| 7760 |
msgstr ""
|
| 7761 |
|
| 7762 |
-
#: framework/premium/static/js/options/IconPicker.js:
|
| 7763 |
msgid "Select"
|
| 7764 |
msgstr ""
|
| 7765 |
|
|
@@ -8048,16 +6094,6 @@ msgid ""
|
|
| 8048 |
"ask them to white list our demo server address."
|
| 8049 |
msgstr ""
|
| 8050 |
|
| 8051 |
-
#: static/js/screens/DemoInstall/DemoInstaller.js:66
|
| 8052 |
-
msgid "Installing"
|
| 8053 |
-
msgstr ""
|
| 8054 |
-
|
| 8055 |
-
#: static/js/screens/DemoInstall/DemoInstaller.js:69
|
| 8056 |
-
msgid ""
|
| 8057 |
-
"Please be patient and don't refresh this page, the import process may take a "
|
| 8058 |
-
"while, this also depends on your server."
|
| 8059 |
-
msgstr ""
|
| 8060 |
-
|
| 8061 |
#: static/js/screens/DemoInstall/DemoToInstall.js:305
|
| 8062 |
msgid "Back"
|
| 8063 |
msgstr ""
|
|
@@ -8306,16 +6342,36 @@ msgid ""
|
|
| 8306 |
"Please select your prefered one in order to continue."
|
| 8307 |
msgstr ""
|
| 8308 |
|
| 8309 |
-
#: static/js/screens/DemoInstall/Wizzard/Plugins.js:
|
| 8310 |
msgid "Install & Activate Plugins"
|
| 8311 |
msgstr ""
|
| 8312 |
|
| 8313 |
-
#: static/js/screens/DemoInstall/Wizzard/Plugins.js:
|
| 8314 |
msgid ""
|
| 8315 |
"The following plugins are required for this starter site in order to work "
|
| 8316 |
"properly."
|
| 8317 |
msgstr ""
|
| 8318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8319 |
#: static/js/screens/Extensions.js:239
|
| 8320 |
msgid "Loading Extensions Status..."
|
| 8321 |
msgstr ""
|
| 7 |
"MIME-Version: 1.0\n"
|
| 8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 9 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
+
"POT-Creation-Date: 2022-08-04 14:10+0000\n"
|
| 11 |
"Project-Id-Version: undefined\n"
|
| 12 |
"X-Poedit-Basepath: ..\n"
|
| 13 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;"
|
| 21 |
"x-generator: babel-plugin-wp-i18n\n"
|
| 22 |
|
| 23 |
#. translators: %s: PHP version
|
| 24 |
+
#: blocksy-companion.php:128
|
| 25 |
msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
#. translators: %s: WordPress version
|
| 29 |
+
#: blocksy-companion.php:139
|
| 30 |
msgid ""
|
| 31 |
"Blocksy requires WordPress version %s+. Because you are using an earlier "
|
| 32 |
"version, the plugin is currently NOT RUNNING."
|
| 33 |
msgstr ""
|
| 34 |
|
| 35 |
#: framework/extensions-manager.php:245,
|
| 36 |
+
#: framework/premium/extensions/adobe-typekit/extension.php:46
|
|
|
|
|
|
|
| 37 |
msgid "Adobe Typekit"
|
| 38 |
msgstr ""
|
| 39 |
|
| 40 |
+
#: framework/extensions-manager.php:246
|
|
|
|
| 41 |
msgid ""
|
| 42 |
"Connect your Typekit account and use your fonts in any typography option."
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
#: framework/extensions-manager.php:257,
|
| 46 |
+
#: framework/premium/extensions/code-snippets/readme.php:38
|
|
|
|
|
|
|
| 47 |
msgid "Custom Code Snippets"
|
| 48 |
msgstr ""
|
| 49 |
|
| 50 |
+
#: framework/extensions-manager.php:258
|
|
|
|
| 51 |
msgid ""
|
| 52 |
"Add custom code snippets in your header and footer, globally and per post or "
|
| 53 |
"page individually."
|
| 54 |
msgstr ""
|
| 55 |
|
| 56 |
#: framework/extensions-manager.php:269,
|
| 57 |
+
#: framework/premium/extensions/custom-fonts/extension.php:153
|
|
|
|
|
|
|
| 58 |
msgid "Custom Fonts"
|
| 59 |
msgstr ""
|
| 60 |
|
| 61 |
+
#: framework/extensions-manager.php:270
|
|
|
|
| 62 |
msgid ""
|
| 63 |
"Upload unlimited number of custom fonts or variable fonts and use them in "
|
| 64 |
"any typography option."
|
| 65 |
msgstr ""
|
| 66 |
|
| 67 |
#: framework/extensions-manager.php:281,
|
| 68 |
+
#: framework/premium/extensions/local-google-fonts/extension.php:188
|
|
|
|
|
|
|
| 69 |
msgid "Local Google Fonts"
|
| 70 |
msgstr ""
|
| 71 |
|
| 72 |
+
#: framework/extensions-manager.php:282
|
|
|
|
| 73 |
msgid "Serve Google Fonts from your own server for full GDPR compliancy."
|
| 74 |
msgstr ""
|
| 75 |
|
| 76 |
+
#: framework/extensions-manager.php:293
|
|
|
|
| 77 |
msgid "Advanced Menu"
|
| 78 |
msgstr ""
|
| 79 |
|
| 80 |
+
#: framework/extensions-manager.php:294
|
|
|
|
| 81 |
msgid ""
|
| 82 |
"Create beautiful mega menus, assign icons add badges to menu items, and "
|
| 83 |
"content blocks inside menu items."
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
+
#: framework/extensions-manager.php:305
|
|
|
|
| 87 |
msgid "Shortcuts Bar"
|
| 88 |
msgstr ""
|
| 89 |
|
| 90 |
+
#: framework/extensions-manager.php:306
|
|
|
|
| 91 |
msgid ""
|
| 92 |
"Transform your website into a app like by displaying a neat shortcuts bar at "
|
| 93 |
"the bottom of the vieport."
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: framework/extensions-manager.php:317
|
|
|
|
| 97 |
msgid "Multiple Sidebars"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
+
#: framework/extensions-manager.php:318
|
|
|
|
| 101 |
msgid ""
|
| 102 |
"Create unlimited number of sidebars and display them conditionaly on any "
|
| 103 |
"page or post."
|
| 104 |
msgstr ""
|
| 105 |
|
| 106 |
+
#: framework/extensions-manager.php:329
|
|
|
|
| 107 |
msgid "White Label (Agency Package)"
|
| 108 |
msgstr ""
|
| 109 |
|
| 110 |
+
#: framework/extensions-manager.php:330
|
|
|
|
| 111 |
msgid "Change the theme and companion plugin branding to your own custom one."
|
| 112 |
msgstr ""
|
| 113 |
|
| 114 |
+
#: framework/extensions-manager.php:341
|
|
|
|
| 115 |
msgid "WooCommerce Extra"
|
| 116 |
msgstr ""
|
| 117 |
|
| 118 |
+
#: framework/extensions-manager.php:342
|
|
|
|
| 119 |
msgid ""
|
| 120 |
"Increase the conversion rate by adding a product quick view modal, a "
|
| 121 |
"floating cart. Control the single product gallery/slider and the layout, add "
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
#: framework/theme-integration.php:310,
|
|
|
|
| 126 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
| 127 |
#: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
| 128 |
+
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
|
|
|
|
|
|
|
|
|
| 129 |
msgid "Facebook"
|
| 130 |
msgstr ""
|
| 131 |
|
| 132 |
+
#: framework/theme-integration.php:311
|
|
|
|
| 133 |
msgid "Twitter"
|
| 134 |
msgstr ""
|
| 135 |
|
| 136 |
+
#: framework/theme-integration.php:312
|
|
|
|
| 137 |
msgid "LinkedIn"
|
| 138 |
msgstr ""
|
| 139 |
|
| 140 |
+
#: framework/theme-integration.php:313
|
|
|
|
| 141 |
msgid "Dribbble"
|
| 142 |
msgstr ""
|
| 143 |
|
| 144 |
+
#: framework/theme-integration.php:314
|
|
|
|
| 145 |
msgid "Instagram"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
+
#: framework/theme-integration.php:315
|
|
|
|
| 149 |
msgid "Pinterest"
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
+
#: framework/theme-integration.php:316
|
|
|
|
| 153 |
msgid "WordPress"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
+
#: framework/theme-integration.php:317
|
|
|
|
| 157 |
msgid "GitHub"
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
#: framework/theme-integration.php:318,
|
|
|
|
| 161 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:497,
|
| 162 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:100,
|
| 163 |
+
#: framework/premium/features/content-blocks/options/archive.php:47
|
|
|
|
|
|
|
|
|
|
| 164 |
msgid "Medium"
|
| 165 |
msgstr ""
|
| 166 |
|
| 167 |
+
#: framework/theme-integration.php:319
|
|
|
|
| 168 |
msgid "YouTube"
|
| 169 |
msgstr ""
|
| 170 |
|
| 171 |
+
#: framework/theme-integration.php:320
|
|
|
|
| 172 |
msgid "Vimeo"
|
| 173 |
msgstr ""
|
| 174 |
|
| 175 |
+
#: framework/theme-integration.php:321
|
|
|
|
| 176 |
msgid "VKontakte"
|
| 177 |
msgstr ""
|
| 178 |
|
| 179 |
+
#: framework/theme-integration.php:322
|
|
|
|
| 180 |
msgid "Odnoklassniki"
|
| 181 |
msgstr ""
|
| 182 |
|
| 183 |
+
#: framework/theme-integration.php:323
|
|
|
|
| 184 |
msgid "TikTok"
|
| 185 |
msgstr ""
|
| 186 |
|
| 187 |
+
#: framework/theme-integration.php:395
|
|
|
|
| 188 |
msgid "Companion"
|
| 189 |
msgstr ""
|
| 190 |
|
| 191 |
+
#: framework/theme-integration.php:411 static/js/screens/SiteExport.js:111
|
|
|
|
|
|
|
| 192 |
msgid "PRO"
|
| 193 |
msgstr ""
|
| 194 |
|
| 195 |
+
#: framework/widgets-manager.php:75
|
|
|
|
| 196 |
msgid "Default widget name"
|
| 197 |
msgstr ""
|
| 198 |
|
| 199 |
+
#: framework/widgets-manager.php:81
|
|
|
|
| 200 |
msgid "Display online support infomation"
|
| 201 |
msgstr ""
|
| 202 |
|
| 203 |
+
#: framework/widgets-manager.php:154
|
|
|
|
| 204 |
msgid "Widget Title"
|
| 205 |
msgstr ""
|
| 206 |
|
| 207 |
#. translators: %s: Link to the login page.
|
| 208 |
+
#: framework/features/account-auth.php:92
|
|
|
|
| 209 |
msgid ""
|
| 210 |
"Check your email for the confirmation link, then visit the <a href=\"%s"
|
| 211 |
"\">login page</a>."
|
| 212 |
msgstr ""
|
| 213 |
|
| 214 |
#: framework/features/account-auth.php:104,
|
| 215 |
+
#: framework/features/account-auth.php:232
|
|
|
|
|
|
|
| 216 |
msgid "Check your email"
|
| 217 |
msgstr ""
|
| 218 |
|
| 219 |
+
#: framework/features/account-auth.php:199
|
|
|
|
| 220 |
msgid ""
|
| 221 |
"Your account was created successfully. Your login details have been sent to "
|
| 222 |
"your email address. Please visit the <a href=\"%s\">login page</a>."
|
| 223 |
msgstr ""
|
| 224 |
|
| 225 |
+
#: framework/features/account-auth.php:208
|
|
|
|
| 226 |
msgid ""
|
| 227 |
"Your account was created successfully and a password has been sent to your "
|
| 228 |
"email address. Please visit the <a href=\"%s\">login page</a>."
|
| 229 |
msgstr ""
|
| 230 |
|
| 231 |
+
#: framework/features/account-auth.php:238
|
|
|
|
| 232 |
msgid "Registration Form"
|
| 233 |
msgstr ""
|
| 234 |
|
| 235 |
+
#: framework/features/account-auth.php:239
|
|
|
|
| 236 |
msgid "Register For This Site"
|
| 237 |
msgstr ""
|
| 238 |
|
| 239 |
+
#: framework/features/conditions-manager.php:496
|
|
|
|
| 240 |
msgid "Entire Website"
|
| 241 |
msgstr ""
|
| 242 |
|
| 243 |
#: framework/features/conditions-manager.php:504,
|
| 244 |
#: framework/features/conditions-manager.php:546,
|
| 245 |
+
#: framework/features/conditions-manager.php:578
|
|
|
|
|
|
|
|
|
|
| 246 |
msgid "Basic"
|
| 247 |
msgstr ""
|
| 248 |
|
| 249 |
#: framework/features/conditions-manager.php:508,
|
| 250 |
+
#: framework/features/conditions-manager.php:582
|
|
|
|
|
|
|
| 251 |
msgid "Singulars"
|
| 252 |
msgstr ""
|
| 253 |
|
| 254 |
#: framework/features/conditions-manager.php:513,
|
| 255 |
+
#: framework/features/conditions-manager.php:550
|
|
|
|
|
|
|
| 256 |
msgid "Archives"
|
| 257 |
msgstr ""
|
| 258 |
|
| 260 |
#: framework/features/conditions-manager.php:556,
|
| 261 |
#: framework/features/conditions-manager.php:588,
|
| 262 |
#: framework/extensions/trending/customizer.php:4,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:11,
|
| 264 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:98,
|
| 265 |
#: framework/extensions/widgets/widgets/ct-posts/view.php:139,
|
| 266 |
#: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
|
| 267 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
msgid "Posts"
|
| 269 |
msgstr ""
|
| 270 |
|
| 271 |
#: framework/features/conditions-manager.php:523,
|
| 272 |
#: framework/features/conditions-manager.php:592,
|
|
|
|
|
|
|
| 273 |
#: framework/premium/features/content-blocks/hooks-manager.php:408,
|
| 274 |
#: framework/premium/features/content-blocks/hooks-manager.php:416,
|
| 275 |
#: framework/premium/features/content-blocks/hooks-manager.php:424,
|
| 276 |
#: framework/premium/features/content-blocks/hooks-manager.php:431,
|
| 277 |
#: framework/premium/features/content-blocks/hooks-manager.php:438,
|
| 278 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 279 |
msgid "Single Post"
|
| 280 |
msgstr ""
|
| 281 |
|
| 282 |
#: framework/features/conditions-manager.php:528,
|
| 283 |
+
#: framework/features/conditions-manager.php:560
|
|
|
|
|
|
|
| 284 |
msgid "All Post Archives"
|
| 285 |
msgstr ""
|
| 286 |
|
| 287 |
#: framework/features/conditions-manager.php:533,
|
| 288 |
+
#: framework/features/conditions-manager.php:565
|
|
|
|
|
|
|
| 289 |
msgid "Post Categories"
|
| 290 |
msgstr ""
|
| 291 |
|
| 292 |
#: framework/features/conditions-manager.php:538,
|
| 293 |
+
#: framework/features/conditions-manager.php:570
|
|
|
|
|
|
|
| 294 |
msgid "Post Tags"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
#: framework/features/conditions-manager.php:600,
|
|
|
|
| 298 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:12,
|
| 299 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:5
|
|
|
|
|
|
|
| 300 |
msgid "Pages"
|
| 301 |
msgstr ""
|
| 302 |
|
| 303 |
+
#: framework/features/conditions-manager.php:604
|
|
|
|
| 304 |
msgid "Single Page"
|
| 305 |
msgstr ""
|
| 306 |
|
| 307 |
+
#: framework/features/conditions-manager.php:631
|
|
|
|
| 308 |
msgid "%s Single"
|
| 309 |
msgstr ""
|
| 310 |
|
| 311 |
+
#: framework/features/conditions-manager.php:641
|
|
|
|
| 312 |
msgid "%s Archive"
|
| 313 |
msgstr ""
|
| 314 |
|
| 315 |
+
#: framework/features/conditions-manager.php:654
|
|
|
|
| 316 |
msgid "%s %s Taxonomy"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
+
#: framework/features/conditions-manager.php:669
|
|
|
|
| 320 |
msgid "Post ID"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
+
#: framework/features/conditions-manager.php:674
|
|
|
|
| 324 |
msgid "Page ID"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: framework/features/conditions-manager.php:679
|
|
|
|
| 328 |
#: static/js/options/ConditionsManager/PostIdPicker.js:76
|
| 329 |
msgid "Custom Post Type ID"
|
| 330 |
msgstr ""
|
| 331 |
|
| 332 |
+
#: framework/features/conditions-manager.php:684
|
|
|
|
| 333 |
msgid "Post with Taxonomy ID"
|
| 334 |
msgstr ""
|
| 335 |
|
| 336 |
+
#: framework/features/conditions-manager.php:689
|
|
|
|
| 337 |
msgid "Taxonomy ID"
|
| 338 |
msgstr ""
|
| 339 |
|
| 340 |
+
#: framework/features/conditions-manager.php:693
|
|
|
|
| 341 |
msgid "Specific"
|
| 342 |
msgstr ""
|
| 343 |
|
| 344 |
+
#: framework/features/conditions-manager.php:699
|
|
|
|
| 345 |
msgid "Other Pages"
|
| 346 |
msgstr ""
|
| 347 |
|
| 348 |
+
#: framework/features/conditions-manager.php:703
|
|
|
|
| 349 |
msgid "404"
|
| 350 |
msgstr ""
|
| 351 |
|
| 352 |
#: framework/features/conditions-manager.php:708,
|
|
|
|
| 353 |
#: framework/premium/features/premium-header/items/search-input/options.php:45,
|
| 354 |
+
#: framework/premium/features/premium-header/items/search-input/view.php:95
|
|
|
|
|
|
|
| 355 |
msgid "Search"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: framework/features/conditions-manager.php:713
|
|
|
|
| 359 |
msgid "Blog"
|
| 360 |
msgstr ""
|
| 361 |
|
| 362 |
+
#: framework/features/conditions-manager.php:718
|
|
|
|
| 363 |
msgid "Front Page"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
+
#: framework/features/conditions-manager.php:723
|
|
|
|
| 367 |
msgid "Privacy Policy Page"
|
| 368 |
msgstr ""
|
| 369 |
|
| 370 |
+
#: framework/features/conditions-manager.php:735
|
|
|
|
| 371 |
msgid "Author Archives"
|
| 372 |
msgstr ""
|
| 373 |
|
| 374 |
+
#: framework/features/conditions-manager.php:745
|
|
|
|
| 375 |
msgid "WooCommerce"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
+
#: framework/features/conditions-manager.php:749
|
|
|
|
| 379 |
msgid "Shop Home"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
+
#: framework/features/conditions-manager.php:754
|
|
|
|
| 383 |
msgid "Single Product"
|
| 384 |
msgstr ""
|
| 385 |
|
| 386 |
+
#: framework/features/conditions-manager.php:759
|
|
|
|
| 387 |
msgid "Product Archives"
|
| 388 |
msgstr ""
|
| 389 |
|
| 390 |
+
#: framework/features/conditions-manager.php:764
|
|
|
|
| 391 |
msgid "Product Categories"
|
| 392 |
msgstr ""
|
| 393 |
|
| 394 |
+
#: framework/features/conditions-manager.php:769
|
|
|
|
| 395 |
msgid "Product Tags"
|
| 396 |
msgstr ""
|
| 397 |
|
| 398 |
+
#: framework/features/conditions-manager.php:777
|
|
|
|
| 399 |
msgid "Custom Post Types"
|
| 400 |
msgstr ""
|
| 401 |
|
| 402 |
+
#: framework/features/conditions-manager.php:786
|
|
|
|
| 403 |
msgid "User Auth"
|
| 404 |
msgstr ""
|
| 405 |
|
| 406 |
+
#: framework/features/conditions-manager.php:790
|
|
|
|
| 407 |
msgid "User Logged In"
|
| 408 |
msgstr ""
|
| 409 |
|
| 410 |
+
#: framework/features/conditions-manager.php:795
|
|
|
|
| 411 |
msgid "User Logged Out"
|
| 412 |
msgstr ""
|
| 413 |
|
| 414 |
+
#: framework/features/conditions-manager.php:801
|
|
|
|
| 415 |
msgid "User Roles"
|
| 416 |
msgstr ""
|
| 417 |
|
| 418 |
#: framework/features/conditions-manager.php:806,
|
|
|
|
| 419 |
#: framework/premium/features/content-blocks/options/404.php:19,
|
| 420 |
#: framework/premium/features/content-blocks/options/header.php:19,
|
| 421 |
#: framework/premium/features/content-blocks/options/hook.php:24,
|
| 422 |
+
#: framework/premium/features/content-blocks/options/popup.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
| 423 |
msgid "Other"
|
| 424 |
msgstr ""
|
| 425 |
|
| 426 |
+
#: framework/features/conditions-manager.php:810
|
|
|
|
| 427 |
msgid "Post Author"
|
| 428 |
msgstr ""
|
| 429 |
|
| 430 |
#: framework/features/conditions-manager.php:822,
|
| 431 |
+
#: framework/premium/features/premium-header/items/language-switcher/config.php:14
|
|
|
|
|
|
|
| 432 |
msgid "Languages"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: framework/features/conditions-manager.php:826
|
|
|
|
| 436 |
msgid "Current Language"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: framework/features/conditions-manager.php:834
|
|
|
|
| 440 |
msgid "bbPress"
|
| 441 |
msgstr ""
|
| 442 |
|
| 443 |
+
#: framework/features/conditions-manager.php:838
|
|
|
|
| 444 |
msgid "Profile"
|
| 445 |
msgstr ""
|
| 446 |
|
| 447 |
+
#: framework/features/conditions-manager.php:850
|
|
|
|
| 448 |
#: static/js/options/ConditionsManager.js:105
|
| 449 |
msgid "Include"
|
| 450 |
msgstr ""
|
| 451 |
|
| 452 |
+
#: framework/features/conditions-manager.php:850
|
|
|
|
| 453 |
#: static/js/options/ConditionsManager.js:106
|
| 454 |
msgid "Exclude"
|
| 455 |
msgstr ""
|
| 456 |
|
| 457 |
+
#: framework/features/conditions-manager.php:903
|
|
|
|
| 458 |
msgid "Language"
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
+
#: framework/features/demo-install.php:233
|
|
|
|
| 462 |
msgid ""
|
| 463 |
"Your PHP installation doesn't have support for XML. Please install the "
|
| 464 |
"<i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install "
|
| 466 |
"in doing so."
|
| 467 |
msgstr ""
|
| 468 |
|
| 469 |
+
#: framework/features/dynamic-css.php:46
|
|
|
|
| 470 |
msgid "Dynamic CSS Output"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
+
#: framework/features/dynamic-css.php:50
|
|
|
|
| 474 |
msgid ""
|
| 475 |
"The strategy of outputting the dynamic CSS. File - all the CSS code will be "
|
| 476 |
"placed in a static file, otherwise it will be placed inline in head."
|
| 477 |
msgstr ""
|
| 478 |
|
| 479 |
+
#: framework/features/dynamic-css.php:52
|
|
|
|
| 480 |
msgid "File"
|
| 481 |
msgstr ""
|
| 482 |
|
| 483 |
#: framework/features/dynamic-css.php:53,
|
| 484 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:32
|
|
|
|
|
|
|
| 485 |
msgid "Inline"
|
| 486 |
msgstr ""
|
| 487 |
|
| 488 |
+
#: framework/features/google-analytics.php:69
|
|
|
|
| 489 |
msgid "Google Analytics v4"
|
| 490 |
msgstr ""
|
| 491 |
|
| 492 |
+
#: framework/features/google-analytics.php:75
|
|
|
|
| 493 |
msgid ""
|
| 494 |
"Link your Google Analytics 4 tracking ID. More info and instructions can be "
|
| 495 |
"found %shere%s."
|
| 496 |
msgstr ""
|
| 497 |
|
| 498 |
+
#: framework/features/google-analytics.php:87
|
|
|
|
| 499 |
msgid "Google Analytics v3 (Legacy)"
|
| 500 |
msgstr ""
|
| 501 |
|
| 502 |
+
#: framework/features/google-analytics.php:93
|
|
|
|
| 503 |
msgid ""
|
| 504 |
"Please note: this option will be deprecated soon and we strongly reccommend "
|
| 505 |
"switching to GA4, more info can be fount %shere%s."
|
| 506 |
msgstr ""
|
| 507 |
|
| 508 |
+
#: framework/features/google-analytics.php:105
|
|
|
|
| 509 |
msgid "IP Anonymization"
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
+
#: framework/features/google-analytics.php:109
|
|
|
|
| 513 |
msgid ""
|
| 514 |
"Enable Google Analytics IP Anonymization for enhanced privacy. More info and "
|
| 515 |
"instructions can be found %shere%s."
|
| 516 |
msgstr ""
|
| 517 |
|
| 518 |
+
#: framework/features/opengraph-meta-data.php:17
|
|
|
|
| 519 |
msgid "OpenGraph Meta Data"
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
+
#: framework/features/opengraph-meta-data.php:20
|
|
|
|
| 523 |
msgid "Enable the OpenGraph rich meta data features for your website."
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
+
#: framework/features/opengraph-meta-data.php:29
|
|
|
|
| 527 |
msgid "Facebook Page URL"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
+
#: framework/features/opengraph-meta-data.php:36
|
|
|
|
| 531 |
msgid "Facebook App ID"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
+
#: framework/features/opengraph-meta-data.php:43
|
|
|
|
| 535 |
msgid "Twitter Username"
|
| 536 |
msgstr ""
|
| 537 |
|
| 538 |
#. translators: This is a brand name. Preferably to not be translated
|
| 539 |
#: framework/extensions/cookies-consent/config.php:5,
|
| 540 |
+
#: framework/extensions/cookies-consent/customizer.php:5
|
|
|
|
|
|
|
| 541 |
msgctxt "Extension Brand Name"
|
| 542 |
msgid "Cookies Consent"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
+
#: framework/extensions/cookies-consent/config.php:6
|
|
|
|
| 546 |
msgid ""
|
| 547 |
"Display a cookie acceptance box in order to comply with the privacy "
|
| 548 |
"regulations in your country."
|
| 557 |
#: framework/premium/extensions/shortcuts/customizer.php:534,
|
| 558 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
|
| 559 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 560 |
#: framework/features/header/items/account/options.php:70,
|
| 561 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
|
| 562 |
#: framework/premium/features/content-blocks/options/popup.php:30,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 563 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
|
| 564 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
|
| 565 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
|
| 566 |
#: framework/premium/features/premium-header/items/contacts/options.php:5,
|
| 567 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:21,
|
| 568 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:347,
|
| 569 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 570 |
#: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
|
| 571 |
msgid "General"
|
| 572 |
msgstr ""
|
| 575 |
#: framework/premium/extensions/shortcuts/customizer.php:546,
|
| 576 |
#: framework/premium/extensions/woocommerce-extra/extension.php:81,
|
| 577 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
|
|
|
|
| 578 |
#: framework/features/header/items/account/options.php:225,
|
| 579 |
#: framework/features/header/items/account/options.php:466,
|
| 580 |
#: framework/features/header/items/account/options.php:524,
|
|
|
|
|
|
|
|
|
|
| 581 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
|
| 582 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 583 |
msgid "Type 1"
|
| 584 |
msgstr ""
|
| 585 |
|
| 587 |
#: framework/premium/extensions/shortcuts/customizer.php:551,
|
| 588 |
#: framework/premium/extensions/woocommerce-extra/extension.php:86,
|
| 589 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
|
|
|
|
| 590 |
#: framework/features/header/items/account/options.php:230,
|
| 591 |
#: framework/features/header/items/account/options.php:471,
|
| 592 |
#: framework/features/header/items/account/options.php:529,
|
|
|
|
|
|
|
|
|
|
| 593 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
|
| 594 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 595 |
msgid "Type 2"
|
| 596 |
msgstr ""
|
| 597 |
|
| 598 |
+
#: framework/extensions/cookies-consent/customizer.php:40
|
|
|
|
| 599 |
msgid "Cookie period"
|
| 600 |
msgstr ""
|
| 601 |
|
| 602 |
+
#: framework/extensions/cookies-consent/customizer.php:48
|
|
|
|
| 603 |
msgid "One hour"
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
+
#: framework/extensions/cookies-consent/customizer.php:49
|
|
|
|
| 607 |
msgid "One day"
|
| 608 |
msgstr ""
|
| 609 |
|
| 610 |
+
#: framework/extensions/cookies-consent/customizer.php:50
|
|
|
|
| 611 |
msgid "One week"
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
+
#: framework/extensions/cookies-consent/customizer.php:51
|
|
|
|
| 615 |
msgid "One month"
|
| 616 |
msgstr ""
|
| 617 |
|
| 618 |
+
#: framework/extensions/cookies-consent/customizer.php:52
|
|
|
|
| 619 |
msgid "Three months"
|
| 620 |
msgstr ""
|
| 621 |
|
| 622 |
+
#: framework/extensions/cookies-consent/customizer.php:53
|
|
|
|
| 623 |
msgid "Six months"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
+
#: framework/extensions/cookies-consent/customizer.php:54
|
|
|
|
| 627 |
msgid "One year"
|
| 628 |
msgstr ""
|
| 629 |
|
| 630 |
+
#: framework/extensions/cookies-consent/customizer.php:55
|
|
|
|
| 631 |
msgid "Forever"
|
| 632 |
msgstr ""
|
| 633 |
|
| 636 |
#: framework/premium/features/content-blocks/hooks-manager.php:243,
|
| 637 |
#: framework/premium/features/content-blocks/hooks-manager.php:251,
|
| 638 |
#: framework/premium/features/content-blocks/hooks-manager.php:259,
|
|
|
|
| 639 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
|
| 640 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:141,
|
| 641 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:201,
|
| 643 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:321,
|
| 644 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:381,
|
| 645 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:441,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 646 |
#: framework/premium/features/premium-header/items/contacts/options.php:52,
|
| 647 |
#: framework/premium/features/premium-header/items/contacts/options.php:88,
|
| 648 |
#: framework/premium/features/premium-header/items/contacts/options.php:124,
|
| 649 |
#: framework/premium/features/premium-header/items/contacts/options.php:160,
|
| 650 |
#: framework/premium/features/premium-header/items/contacts/options.php:196,
|
| 651 |
#: framework/premium/features/premium-header/items/contacts/options.php:232,
|
| 652 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 653 |
msgid "Content"
|
| 654 |
msgstr ""
|
| 655 |
|
| 656 |
#: framework/extensions/cookies-consent/customizer.php:64,
|
| 657 |
+
#: framework/extensions/cookies-consent/helpers.php:30
|
|
|
|
|
|
|
| 658 |
msgid ""
|
| 659 |
"We use cookies to ensure that we give you the best experience on our website."
|
| 660 |
msgstr ""
|
| 661 |
|
| 662 |
+
#: framework/extensions/cookies-consent/customizer.php:76
|
|
|
|
| 663 |
msgid "Accept Button text"
|
| 664 |
msgstr ""
|
| 665 |
|
| 666 |
#: framework/extensions/cookies-consent/customizer.php:80,
|
| 667 |
+
#: framework/extensions/cookies-consent/helpers.php:33
|
|
|
|
|
|
|
| 668 |
msgid "Accept"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
+
#: framework/extensions/cookies-consent/customizer.php:85
|
|
|
|
| 672 |
msgid "Decline Button text"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
#: framework/extensions/cookies-consent/customizer.php:88,
|
| 676 |
+
#: framework/extensions/cookies-consent/helpers.php:34
|
|
|
|
|
|
|
| 677 |
msgid "Decline"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
+
#: framework/extensions/cookies-consent/customizer.php:98
|
|
|
|
| 681 |
msgid "Maximum Width"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
+
#: framework/extensions/cookies-consent/customizer.php:119
|
|
|
|
| 685 |
msgid "I accept the %sPrivacy Policy%s*"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
+
#: framework/extensions/cookies-consent/customizer.php:123
|
|
|
|
| 689 |
msgid "This text will appear under each comment form and subscribe form."
|
| 690 |
msgstr ""
|
| 691 |
|
| 698 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
| 699 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
| 700 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 701 |
#: framework/features/header/items/account/options.php:664,
|
| 702 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
| 703 |
#: framework/premium/features/content-blocks/options/popup.php:361,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 704 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
| 705 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
|
| 706 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
| 707 |
#: framework/premium/features/premium-header/items/contacts/options.php:404,
|
| 708 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:186,
|
| 709 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:371,
|
| 710 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 711 |
msgid "Design"
|
| 712 |
msgstr ""
|
| 713 |
|
| 714 |
#: framework/extensions/cookies-consent/customizer.php:147,
|
| 715 |
+
#: framework/premium/extensions/mega-menu/options.php:615
|
|
|
|
|
|
|
| 716 |
msgid "Text Color"
|
| 717 |
msgstr ""
|
| 718 |
|
| 739 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
| 740 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
| 741 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 742 |
#: framework/features/header/items/account/options.php:728,
|
| 743 |
#: framework/features/header/items/account/options.php:760,
|
| 744 |
#: framework/features/header/items/account/options.php:790,
|
| 756 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
| 757 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
| 758 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 759 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
|
| 760 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
|
| 761 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
|
| 793 |
#: framework/premium/features/premium-header/items/search-input/options.php:666,
|
| 794 |
#: framework/premium/features/premium-header/items/search-input/options.php:696,
|
| 795 |
#: framework/premium/features/premium-header/items/search-input/options.php:783,
|
| 796 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:811
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 797 |
msgid "Initial"
|
| 798 |
msgstr ""
|
| 799 |
|
| 811 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
| 812 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
| 813 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 814 |
#: framework/features/header/items/account/options.php:734,
|
| 815 |
#: framework/features/header/items/account/options.php:765,
|
| 816 |
#: framework/features/header/items/account/options.php:795,
|
| 821 |
#: framework/features/header/items/account/options.php:1195,
|
| 822 |
#: framework/features/header/items/account/options.php:1231,
|
| 823 |
#: framework/features/header/items/account/options.php:1270,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 824 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
|
| 825 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
|
| 826 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
|
| 837 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
|
| 838 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
|
| 839 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:404,
|
| 840 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:788
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 841 |
msgid "Hover"
|
| 842 |
msgstr ""
|
| 843 |
|
| 846 |
#: framework/extensions/cookies-consent/customizer.php:299,
|
| 847 |
#: framework/premium/extensions/mega-menu/options.php:826,
|
| 848 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
|
|
|
|
|
|
|
|
|
| 849 |
#: framework/features/header/items/account/options.php:1247,
|
| 850 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
|
|
|
|
|
|
| 851 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
| 852 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
|
|
|
|
|
|
|
|
|
|
|
|
| 853 |
msgid "Background Color"
|
| 854 |
msgstr ""
|
| 855 |
|
| 859 |
#: framework/premium/extensions/mega-menu/options.php:806,
|
| 860 |
#: framework/premium/extensions/shortcuts/customizer.php:794,
|
| 861 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
|
|
|
|
|
|
|
|
|
| 862 |
#: framework/features/header/items/account/options.php:975,
|
|
|
|
|
|
|
|
|
|
| 863 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
| 864 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
|
| 865 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
|
| 872 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:232,
|
| 873 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:262,
|
| 874 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:291,
|
| 875 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:382
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 876 |
msgid "Font Color"
|
| 877 |
msgstr ""
|
| 878 |
|
| 879 |
+
#: framework/extensions/cookies-consent/helpers.php:79
|
|
|
|
| 880 |
msgid "I accept the %sPrivacy Policy%s"
|
| 881 |
msgstr ""
|
| 882 |
|
| 884 |
#: framework/extensions/newsletter-subscribe/readme.php:1,
|
| 885 |
#: framework/premium/extensions/code-snippets/readme.php:1,
|
| 886 |
#: framework/premium/extensions/post-types-extra/readme.php:1,
|
| 887 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 888 |
msgid "Instructions"
|
| 889 |
msgstr ""
|
| 890 |
|
| 891 |
+
#: framework/extensions/cookies-consent/readme.php:4
|
|
|
|
| 892 |
msgid ""
|
| 893 |
"After installing and activating the Cookies Consent extension you will be "
|
| 894 |
"able to configure it from this location:"
|
| 895 |
msgstr ""
|
| 896 |
|
| 897 |
+
#: framework/extensions/cookies-consent/readme.php:9
|
|
|
|
| 898 |
msgid "Customizer"
|
| 899 |
msgstr ""
|
| 900 |
|
| 901 |
+
#: framework/extensions/cookies-consent/readme.php:13
|
|
|
|
| 902 |
msgid "Navigate to %s and customize the notification to meet your needs."
|
| 903 |
msgstr ""
|
| 904 |
|
| 905 |
+
#: framework/extensions/cookies-consent/readme.php:16
|
|
|
|
| 906 |
msgid "Customizer ➝ Cookie Consent"
|
| 907 |
msgstr ""
|
| 908 |
|
| 909 |
#. translators: This is a brand name. Preferably to not be translated
|
| 910 |
+
#: framework/extensions/newsletter-subscribe/config.php:5
|
|
|
|
| 911 |
msgctxt "Extension Brand Name"
|
| 912 |
msgid "Newsletter Subscribe"
|
| 913 |
msgstr ""
|
| 914 |
|
| 915 |
+
#: framework/extensions/newsletter-subscribe/config.php:6
|
|
|
|
| 916 |
msgid ""
|
| 917 |
"Easily capture new leads for your newsletter with the help of a widget, "
|
| 918 |
"shortcode or even a block inserted on your pages or posts."
|
| 919 |
msgstr ""
|
| 920 |
|
| 921 |
+
#: framework/extensions/newsletter-subscribe/customizer.php:4
|
|
|
|
| 922 |
msgid "Subscribe Form"
|
| 923 |
msgstr ""
|
| 924 |
|
| 925 |
#: framework/extensions/newsletter-subscribe/customizer.php:18,
|
| 926 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
|
|
|
|
| 927 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
|
| 928 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:16,
|
| 929 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:73,
|
| 937 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:95,
|
| 938 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:15,
|
| 939 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:15,
|
|
|
|
| 940 |
#: framework/premium/features/premium-header/items/contacts/options.php:45,
|
| 941 |
#: framework/premium/features/premium-header/items/contacts/options.php:81,
|
| 942 |
#: framework/premium/features/premium-header/items/contacts/options.php:117,
|
| 943 |
#: framework/premium/features/premium-header/items/contacts/options.php:153,
|
| 944 |
#: framework/premium/features/premium-header/items/contacts/options.php:189,
|
| 945 |
#: framework/premium/features/premium-header/items/contacts/options.php:225,
|
| 946 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 947 |
msgid "Title"
|
| 948 |
msgstr ""
|
| 949 |
|
| 950 |
#: framework/extensions/newsletter-subscribe/customizer.php:21,
|
| 951 |
#: framework/extensions/newsletter-subscribe/helpers.php:42,
|
| 952 |
+
#: framework/extensions/newsletter-subscribe/helpers.php:96
|
|
|
|
|
|
|
|
|
|
| 953 |
msgid "Newsletter Updates"
|
| 954 |
msgstr ""
|
| 955 |
|
| 956 |
#: framework/extensions/newsletter-subscribe/customizer.php:27,
|
| 957 |
+
#: framework/extensions/widgets/widgets/ct-posts/widget.php:14
|
|
|
|
|
|
|
| 958 |
msgid "Description"
|
| 959 |
msgstr ""
|
| 960 |
|
| 962 |
#: framework/extensions/newsletter-subscribe/helpers.php:45,
|
| 963 |
#: framework/extensions/newsletter-subscribe/helpers.php:97,
|
| 964 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
|
| 965 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 966 |
msgid "Enter your email address below to subscribe to our newsletter"
|
| 967 |
msgstr ""
|
| 968 |
|
| 969 |
#: framework/extensions/newsletter-subscribe/customizer.php:42,
|
| 970 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
|
|
|
|
|
|
|
| 971 |
msgid "List Source"
|
| 972 |
msgstr ""
|
| 973 |
|
| 976 |
#: framework/features/header/header-options.php:71,
|
| 977 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
|
| 978 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
|
|
|
|
|
|
|
|
|
|
| 979 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:173,
|
| 980 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:198,
|
| 981 |
+
#: framework/premium/features/content-blocks/options/hook.php:289
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 982 |
msgid "Default"
|
| 983 |
msgstr ""
|
| 984 |
|
| 986 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
|
| 987 |
#: framework/premium/extensions/shortcuts/customizer.php:250,
|
| 988 |
#: framework/premium/extensions/shortcuts/customizer.php:276,
|
|
|
|
| 989 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
|
| 990 |
+
#: framework/premium/features/content-blocks/options/archive.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 991 |
msgid "Custom"
|
| 992 |
msgstr ""
|
| 993 |
|
| 994 |
#: framework/extensions/newsletter-subscribe/customizer.php:62,
|
| 995 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
|
|
|
|
|
|
|
| 996 |
#: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:194
|
| 997 |
msgid "List ID"
|
| 998 |
msgstr ""
|
| 999 |
|
| 1000 |
#: framework/extensions/newsletter-subscribe/customizer.php:80,
|
| 1001 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
|
|
|
|
|
|
|
| 1002 |
msgid "Name Field"
|
| 1003 |
msgstr ""
|
| 1004 |
|
| 1005 |
#: framework/extensions/newsletter-subscribe/customizer.php:93,
|
| 1006 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
|
|
|
|
|
|
|
| 1007 |
msgid "Name Label"
|
| 1008 |
msgstr ""
|
| 1009 |
|
| 1012 |
#: framework/extensions/newsletter-subscribe/helpers.php:57,
|
| 1013 |
#: framework/extensions/newsletter-subscribe/helpers.php:108,
|
| 1014 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
|
| 1015 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1016 |
msgid "Your name"
|
| 1017 |
msgstr ""
|
| 1018 |
|
| 1019 |
#: framework/extensions/newsletter-subscribe/customizer.php:105,
|
| 1020 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
|
|
|
|
|
|
|
| 1021 |
msgid "Mail Label"
|
| 1022 |
msgstr ""
|
| 1023 |
|
| 1026 |
#: framework/extensions/newsletter-subscribe/helpers.php:61,
|
| 1027 |
#: framework/extensions/newsletter-subscribe/helpers.php:109,
|
| 1028 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
|
| 1029 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1030 |
msgid "Your email"
|
| 1031 |
msgstr ""
|
| 1032 |
|
| 1033 |
#: framework/extensions/newsletter-subscribe/customizer.php:114,
|
| 1034 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
|
|
|
|
|
|
|
| 1035 |
msgid "Button Label"
|
| 1036 |
msgstr ""
|
| 1037 |
|
| 1040 |
#: framework/extensions/newsletter-subscribe/helpers.php:52,
|
| 1041 |
#: framework/extensions/newsletter-subscribe/helpers.php:101,
|
| 1042 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
|
| 1043 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1044 |
msgid "Subscribe"
|
| 1045 |
msgstr ""
|
| 1046 |
|
| 1054 |
#: framework/premium/extensions/shortcuts/customizer.php:427,
|
| 1055 |
#: framework/premium/extensions/shortcuts/customizer.php:483,
|
| 1056 |
#: framework/premium/extensions/shortcuts/customizer.php:742,
|
|
|
|
| 1057 |
#: framework/premium/features/content-blocks/options/404.php:146,
|
| 1058 |
#: framework/premium/features/content-blocks/options/header.php:166,
|
| 1059 |
#: framework/premium/features/content-blocks/options/hook.php:343,
|
| 1060 |
#: framework/premium/features/content-blocks/options/popup.php:339,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1061 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
|
| 1062 |
+
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1063 |
msgid "Visibility"
|
| 1064 |
msgstr ""
|
| 1065 |
|
| 1082 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
|
| 1083 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
|
| 1084 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1085 |
#: framework/features/header/items/account/options.php:287,
|
| 1086 |
#: framework/features/header/items/account/options.php:584,
|
| 1087 |
#: framework/premium/features/content-blocks/options/404.php:157,
|
| 1088 |
#: framework/premium/features/content-blocks/options/header.php:177,
|
| 1089 |
#: framework/premium/features/content-blocks/options/hook.php:354,
|
| 1090 |
#: framework/premium/features/content-blocks/options/popup.php:350,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1091 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
|
| 1092 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
|
| 1093 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1094 |
msgid "Desktop"
|
| 1095 |
msgstr ""
|
| 1096 |
|
| 1111 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
|
| 1112 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
|
| 1113 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
|
|
|
|
|
|
| 1114 |
#: framework/features/header/items/account/options.php:288,
|
| 1115 |
#: framework/features/header/items/account/options.php:585,
|
| 1116 |
#: framework/features/header/items/account/options.php:1312,
|
| 1118 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
| 1119 |
#: framework/premium/features/content-blocks/options/hook.php:355,
|
| 1120 |
#: framework/premium/features/content-blocks/options/popup.php:351,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1121 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
|
| 1122 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
|
| 1123 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1124 |
msgid "Tablet"
|
| 1125 |
msgstr ""
|
| 1126 |
|
| 1143 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
|
| 1144 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
|
| 1145 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1146 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:188,
|
| 1147 |
#: framework/features/header/items/account/options.php:289,
|
| 1148 |
#: framework/features/header/items/account/options.php:586,
|
| 1151 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
| 1152 |
#: framework/premium/features/content-blocks/options/hook.php:356,
|
| 1153 |
#: framework/premium/features/content-blocks/options/popup.php:352,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1154 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
|
| 1155 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
|
| 1156 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
|
| 1157 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1158 |
msgid "Mobile"
|
| 1159 |
msgstr ""
|
| 1160 |
|
| 1161 |
+
#: framework/extensions/newsletter-subscribe/customizer.php:152
|
|
|
|
| 1162 |
msgid "Title Color"
|
| 1163 |
msgstr ""
|
| 1164 |
|
| 1165 |
+
#: framework/extensions/newsletter-subscribe/customizer.php:173
|
|
|
|
| 1166 |
msgid "Description Color"
|
| 1167 |
msgstr ""
|
| 1168 |
|
| 1169 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
|
|
|
| 1170 |
#: framework/features/header/items/account/options.php:1007,
|
| 1171 |
#: framework/premium/features/premium-header/items/search-input/options.php:194,
|
| 1172 |
#: framework/premium/features/premium-header/items/search-input/options.php:223,
|
| 1173 |
#: framework/premium/features/premium-header/items/search-input/options.php:255,
|
| 1174 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:285
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1175 |
msgid "Input Font Color"
|
| 1176 |
msgstr ""
|
| 1177 |
|
| 1178 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
| 1179 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
| 1180 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
|
|
|
|
|
|
|
|
|
| 1181 |
#: framework/features/header/items/account/options.php:1029,
|
| 1182 |
#: framework/features/header/items/account/options.php:1059,
|
| 1183 |
#: framework/features/header/items/account/options.php:1095,
|
| 1192 |
#: framework/premium/features/premium-header/items/search-input/options.php:568,
|
| 1193 |
#: framework/premium/features/premium-header/items/search-input/options.php:641,
|
| 1194 |
#: framework/premium/features/premium-header/items/search-input/options.php:671,
|
| 1195 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1196 |
msgid "Focus"
|
| 1197 |
msgstr ""
|
| 1198 |
|
| 1199 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
|
|
|
| 1200 |
#: framework/features/header/items/account/options.php:1037,
|
| 1201 |
#: framework/premium/features/premium-header/items/search-input/options.php:454,
|
| 1202 |
#: framework/premium/features/premium-header/items/search-input/options.php:483,
|
| 1203 |
#: framework/premium/features/premium-header/items/search-input/options.php:515,
|
| 1204 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1205 |
msgid "Input Border Color"
|
| 1206 |
msgstr ""
|
| 1207 |
|
| 1208 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
|
|
|
| 1209 |
#: framework/features/header/items/account/options.php:1073,
|
| 1210 |
#: framework/premium/features/premium-header/items/search-input/options.php:590,
|
| 1211 |
#: framework/premium/features/premium-header/items/search-input/options.php:618,
|
| 1212 |
#: framework/premium/features/premium-header/items/search-input/options.php:648,
|
| 1213 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1214 |
msgid "Input Background Color"
|
| 1215 |
msgstr ""
|
| 1216 |
|
| 1217 |
#: framework/extensions/newsletter-subscribe/customizer.php:305,
|
| 1218 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
|
|
|
|
|
|
|
| 1219 |
msgid "Button Color"
|
| 1220 |
msgstr ""
|
| 1221 |
|
| 1222 |
#: framework/extensions/newsletter-subscribe/customizer.php:334,
|
| 1223 |
#: framework/extensions/trending/customizer.php:380,
|
| 1224 |
+
#: framework/premium/extensions/shortcuts/customizer.php:953
|
|
|
|
|
|
|
|
|
|
| 1225 |
msgid "Container Background"
|
| 1226 |
msgstr ""
|
| 1227 |
|
| 1228 |
+
#: framework/extensions/newsletter-subscribe/customizer.php:350
|
|
|
|
| 1229 |
msgid "Container Border"
|
| 1230 |
msgstr ""
|
| 1231 |
|
| 1232 |
#: framework/extensions/newsletter-subscribe/customizer.php:385,
|
| 1233 |
+
#: framework/extensions/trending/customizer.php:396
|
|
|
|
|
|
|
| 1234 |
msgid "Container Inner Spacing"
|
| 1235 |
msgstr ""
|
| 1236 |
|
| 1237 |
#: framework/extensions/newsletter-subscribe/customizer.php:400,
|
| 1238 |
+
#: framework/premium/extensions/shortcuts/customizer.php:974
|
|
|
|
|
|
|
| 1239 |
msgid "Container Border Radius"
|
| 1240 |
msgstr ""
|
| 1241 |
|
| 1242 |
+
#: framework/extensions/newsletter-subscribe/extension.php:128
|
|
|
|
| 1243 |
msgid "Disable Subscribe Form"
|
| 1244 |
msgstr ""
|
| 1245 |
|
| 1246 |
+
#: framework/extensions/newsletter-subscribe/helpers.php:163
|
|
|
|
| 1247 |
msgid "First name"
|
| 1248 |
msgstr ""
|
| 1249 |
|
| 1250 |
+
#: framework/extensions/newsletter-subscribe/helpers.php:166
|
|
|
|
| 1251 |
msgid "Email address"
|
| 1252 |
msgstr ""
|
| 1253 |
|
| 1254 |
+
#: framework/extensions/newsletter-subscribe/readme.php:4
|
|
|
|
| 1255 |
msgid ""
|
| 1256 |
"After installing and activating the Newsletter Subscribe\n"
|
| 1257 |
" extension you will have two possibilities to show your subscribe form:"
|
| 1258 |
msgstr ""
|
| 1259 |
|
| 1260 |
+
#: framework/extensions/newsletter-subscribe/readme.php:10
|
|
|
|
| 1261 |
msgid "Widget"
|
| 1262 |
msgstr ""
|
| 1263 |
|
| 1264 |
+
#: framework/extensions/newsletter-subscribe/readme.php:14
|
|
|
|
| 1265 |
msgid "Navigate to %s and place the widget in any widget area you want."
|
| 1266 |
msgstr ""
|
| 1267 |
|
| 1268 |
+
#: framework/extensions/newsletter-subscribe/readme.php:17
|
|
|
|
| 1269 |
msgid "Appearance ➝ Widgets"
|
| 1270 |
msgstr ""
|
| 1271 |
|
| 1272 |
+
#: framework/extensions/newsletter-subscribe/readme.php:25
|
|
|
|
| 1273 |
msgid "Single Page Block"
|
| 1274 |
msgstr ""
|
| 1275 |
|
| 1276 |
+
#: framework/extensions/newsletter-subscribe/readme.php:29
|
|
|
|
| 1277 |
msgid "Navigate to %s and customize the form and more."
|
| 1278 |
msgstr ""
|
| 1279 |
|
| 1280 |
+
#: framework/extensions/newsletter-subscribe/readme.php:32
|
|
|
|
| 1281 |
msgid "Customizer ➝ Single Posts"
|
| 1282 |
msgstr ""
|
| 1283 |
|
| 1284 |
#. translators: This is a brand name. Preferably to not be translated
|
| 1285 |
+
#: framework/extensions/product-reviews/config.php:5
|
|
|
|
| 1286 |
msgctxt "Extension Brand Name"
|
| 1287 |
msgid "Product Reviews"
|
| 1288 |
msgstr ""
|
| 1289 |
|
| 1290 |
+
#: framework/extensions/product-reviews/config.php:6
|
|
|
|
| 1291 |
msgid ""
|
| 1292 |
"This extension lets you easily create an affiliate marketing type of website "
|
| 1293 |
"by giving you options to create a personalized product review and use your "
|
| 1295 |
msgstr ""
|
| 1296 |
|
| 1297 |
#: framework/extensions/product-reviews/extension.php:217,
|
| 1298 |
+
#: framework/extensions/product-reviews/extension.php:388
|
|
|
|
|
|
|
| 1299 |
msgid "Star Rating Color"
|
| 1300 |
msgstr ""
|
| 1301 |
|
| 1303 |
#: framework/extensions/product-reviews/extension.php:405,
|
| 1304 |
#: framework/extensions/product-reviews/extension.php:433,
|
| 1305 |
#: framework/extensions/product-reviews/extension.php:454,
|
| 1306 |
+
#: framework/premium/extensions/mega-menu/options.php:782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1307 |
msgid "Active"
|
| 1308 |
msgstr ""
|
| 1309 |
|
| 1310 |
#: framework/extensions/product-reviews/extension.php:241,
|
| 1311 |
+
#: framework/extensions/product-reviews/extension.php:411
|
|
|
|
|
|
|
| 1312 |
msgid "Inactive"
|
| 1313 |
msgstr ""
|
| 1314 |
|
| 1315 |
#: framework/extensions/product-reviews/extension.php:279,
|
| 1316 |
+
#: framework/extensions/product-reviews/views/single-top.php:139
|
|
|
|
|
|
|
| 1317 |
msgid "Overall Score"
|
| 1318 |
msgstr ""
|
| 1319 |
|
| 1320 |
+
#: framework/extensions/product-reviews/extension.php:337
|
|
|
|
| 1321 |
msgid "Review Summary"
|
| 1322 |
msgstr ""
|
| 1323 |
|
| 1324 |
+
#: framework/extensions/product-reviews/extension.php:348
|
|
|
|
| 1325 |
msgid "Scores Box Width"
|
| 1326 |
msgstr ""
|
| 1327 |
|
| 1328 |
+
#: framework/extensions/product-reviews/extension.php:358
|
|
|
|
| 1329 |
msgid "Read More Button"
|
| 1330 |
msgstr ""
|
| 1331 |
|
| 1332 |
+
#: framework/extensions/product-reviews/extension.php:369
|
|
|
|
| 1333 |
msgid "Buy Now Button"
|
| 1334 |
msgstr ""
|
| 1335 |
|
| 1336 |
+
#: framework/extensions/product-reviews/extension.php:419
|
|
|
|
| 1337 |
msgid "Overll Score Text"
|
| 1338 |
msgstr ""
|
| 1339 |
|
| 1340 |
+
#: framework/extensions/product-reviews/extension.php:441
|
|
|
|
| 1341 |
msgid "Overll Score Background"
|
| 1342 |
msgstr ""
|
| 1343 |
|
| 1344 |
#: framework/extensions/product-reviews/extension.php:501,
|
| 1345 |
#: framework/extensions/product-reviews/extension.php:502,
|
| 1346 |
#: framework/extensions/product-reviews/extension.php:505,
|
| 1347 |
+
#: framework/extensions/product-reviews/extension.php:507
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1348 |
msgid "Product Reviews"
|
| 1349 |
msgstr ""
|
| 1350 |
|
| 1351 |
+
#: framework/extensions/product-reviews/extension.php:506
|
|
|
|
| 1352 |
msgid "Product Review"
|
| 1353 |
msgstr ""
|
| 1354 |
|
| 1355 |
+
#: framework/extensions/product-reviews/extension.php:508
|
|
|
|
| 1356 |
msgid "Parent Product Review"
|
| 1357 |
msgstr ""
|
| 1358 |
|
| 1359 |
+
#: framework/extensions/product-reviews/extension.php:509
|
|
|
|
| 1360 |
msgid "All Reviews"
|
| 1361 |
msgstr ""
|
| 1362 |
|
| 1363 |
+
#: framework/extensions/product-reviews/extension.php:510
|
|
|
|
| 1364 |
msgid "View Product Review"
|
| 1365 |
msgstr ""
|
| 1366 |
|
| 1367 |
+
#: framework/extensions/product-reviews/extension.php:511
|
|
|
|
| 1368 |
msgid "Add New Product Review"
|
| 1369 |
msgstr ""
|
| 1370 |
|
| 1371 |
+
#: framework/extensions/product-reviews/extension.php:512
|
|
|
|
| 1372 |
msgid "Add New Review"
|
| 1373 |
msgstr ""
|
| 1374 |
|
| 1375 |
+
#: framework/extensions/product-reviews/extension.php:513
|
|
|
|
| 1376 |
msgid "Edit Product Review"
|
| 1377 |
msgstr ""
|
| 1378 |
|
| 1379 |
+
#: framework/extensions/product-reviews/extension.php:514
|
|
|
|
| 1380 |
msgid "Update Product Review"
|
| 1381 |
msgstr ""
|
| 1382 |
|
| 1383 |
+
#: framework/extensions/product-reviews/extension.php:515
|
|
|
|
| 1384 |
msgid "Search Product Review"
|
| 1385 |
msgstr ""
|
| 1386 |
|
| 1387 |
+
#: framework/extensions/product-reviews/extension.php:516
|
|
|
|
| 1388 |
msgid "Not Found"
|
| 1389 |
msgstr ""
|
| 1390 |
|
| 1391 |
+
#: framework/extensions/product-reviews/extension.php:517
|
|
|
|
| 1392 |
msgid "Not found in Trash"
|
| 1393 |
msgstr ""
|
| 1394 |
|
| 1395 |
#: framework/extensions/product-reviews/extension.php:551,
|
| 1396 |
+
#: framework/extensions/product-reviews/extension.php:561
|
|
|
|
|
|
|
| 1397 |
msgid "Categories"
|
| 1398 |
msgstr ""
|
| 1399 |
|
| 1400 |
#: framework/extensions/product-reviews/extension.php:552,
|
| 1401 |
#: framework/extensions/trending/customizer.php:35,
|
| 1402 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:37
|
|
|
|
|
|
|
|
|
|
| 1403 |
msgid "Category"
|
| 1404 |
msgstr ""
|
| 1405 |
|
| 1406 |
+
#: framework/extensions/product-reviews/extension.php:553
|
|
|
|
| 1407 |
msgid "Search Category"
|
| 1408 |
msgstr ""
|
| 1409 |
|
| 1410 |
+
#: framework/extensions/product-reviews/extension.php:554
|
|
|
|
| 1411 |
msgid "All Categories"
|
| 1412 |
msgstr ""
|
| 1413 |
|
| 1414 |
+
#: framework/extensions/product-reviews/extension.php:555
|
|
|
|
| 1415 |
msgid "Parent Category"
|
| 1416 |
msgstr ""
|
| 1417 |
|
| 1418 |
+
#: framework/extensions/product-reviews/extension.php:556
|
|
|
|
| 1419 |
msgid "Parent Category:"
|
| 1420 |
msgstr ""
|
| 1421 |
|
| 1422 |
+
#: framework/extensions/product-reviews/extension.php:557
|
|
|
|
| 1423 |
msgid "Edit Category"
|
| 1424 |
msgstr ""
|
| 1425 |
|
| 1426 |
+
#: framework/extensions/product-reviews/extension.php:558
|
|
|
|
| 1427 |
msgid "Update Category"
|
| 1428 |
msgstr ""
|
| 1429 |
|
| 1430 |
+
#: framework/extensions/product-reviews/extension.php:559
|
|
|
|
| 1431 |
msgid "Add New Category"
|
| 1432 |
msgstr ""
|
| 1433 |
|
| 1434 |
+
#: framework/extensions/product-reviews/extension.php:560
|
|
|
|
| 1435 |
msgid "New Category Name"
|
| 1436 |
msgstr ""
|
| 1437 |
|
| 1438 |
#. translators: %s is the theme name.
|
| 1439 |
+
#: framework/extensions/product-reviews/extension.php:579
|
|
|
|
| 1440 |
msgid "%s Settings"
|
| 1441 |
msgstr ""
|
| 1442 |
|
| 1443 |
+
#: framework/extensions/product-reviews/extension.php:580
|
|
|
|
| 1444 |
msgid "Blocksy"
|
| 1445 |
msgstr ""
|
| 1446 |
|
| 1447 |
#: framework/extensions/product-reviews/helpers.php:30,
|
| 1448 |
+
#: framework/extensions/product-reviews/metabox.php:179
|
|
|
|
|
|
|
| 1449 |
msgid "Rating"
|
| 1450 |
msgstr ""
|
| 1451 |
|
| 1452 |
+
#: framework/extensions/product-reviews/metabox.php:10
|
|
|
|
| 1453 |
msgid "Review Entity"
|
| 1454 |
msgstr ""
|
| 1455 |
|
| 1456 |
#: framework/extensions/product-reviews/metabox.php:18,
|
| 1457 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:34
|
|
|
|
|
|
|
| 1458 |
msgid "Product"
|
| 1459 |
msgstr ""
|
| 1460 |
|
| 1461 |
+
#: framework/extensions/product-reviews/metabox.php:19
|
|
|
|
| 1462 |
msgid "Book"
|
| 1463 |
msgstr ""
|
| 1464 |
|
| 1465 |
+
#: framework/extensions/product-reviews/metabox.php:21
|
|
|
|
| 1466 |
msgid "Creative Work Season"
|
| 1467 |
msgstr ""
|
| 1468 |
|
| 1469 |
+
#: framework/extensions/product-reviews/metabox.php:22
|
|
|
|
| 1470 |
msgid "Creative Work Series"
|
| 1471 |
msgstr ""
|
| 1472 |
|
| 1473 |
+
#: framework/extensions/product-reviews/metabox.php:23
|
|
|
|
| 1474 |
msgid "Episode"
|
| 1475 |
msgstr ""
|
| 1476 |
|
| 1477 |
+
#: framework/extensions/product-reviews/metabox.php:25
|
|
|
|
| 1478 |
msgid "Game"
|
| 1479 |
msgstr ""
|
| 1480 |
|
| 1481 |
+
#: framework/extensions/product-reviews/metabox.php:27
|
|
|
|
| 1482 |
msgid "Local Business"
|
| 1483 |
msgstr ""
|
| 1484 |
|
| 1485 |
+
#: framework/extensions/product-reviews/metabox.php:28
|
|
|
|
| 1486 |
msgid "Media Object"
|
| 1487 |
msgstr ""
|
| 1488 |
|
| 1489 |
+
#: framework/extensions/product-reviews/metabox.php:29
|
|
|
|
| 1490 |
msgid "Movie"
|
| 1491 |
msgstr ""
|
| 1492 |
|
| 1493 |
+
#: framework/extensions/product-reviews/metabox.php:30
|
|
|
|
| 1494 |
msgid "Music Playlist"
|
| 1495 |
msgstr ""
|
| 1496 |
|
| 1497 |
+
#: framework/extensions/product-reviews/metabox.php:31
|
|
|
|
| 1498 |
msgid "Music Recording"
|
| 1499 |
msgstr ""
|
| 1500 |
|
| 1501 |
+
#: framework/extensions/product-reviews/metabox.php:32
|
|
|
|
| 1502 |
msgid "Organization"
|
| 1503 |
msgstr ""
|
| 1504 |
|
| 1505 |
+
#: framework/extensions/product-reviews/metabox.php:38
|
|
|
|
| 1506 |
msgid ""
|
| 1507 |
"More info about review entity and how to choose the right one can be found "
|
| 1508 |
"%shere%s."
|
| 1509 |
msgstr ""
|
| 1510 |
|
| 1511 |
+
#: framework/extensions/product-reviews/metabox.php:60
|
|
|
|
| 1512 |
msgid ""
|
| 1513 |
"Please note that some of this information (price, sku, brand) won't be "
|
| 1514 |
"displayed on the front-end. It is solely used for Google's Schema.org markup."
|
| 1515 |
msgstr ""
|
| 1516 |
|
| 1517 |
+
#: framework/extensions/product-reviews/metabox.php:69
|
|
|
|
| 1518 |
msgid "Product Price"
|
| 1519 |
msgstr ""
|
| 1520 |
|
| 1521 |
+
#: framework/extensions/product-reviews/metabox.php:76
|
|
|
|
| 1522 |
msgid "Product SKU"
|
| 1523 |
msgstr ""
|
| 1524 |
|
| 1525 |
+
#: framework/extensions/product-reviews/metabox.php:83
|
|
|
|
| 1526 |
msgid "Product Brand"
|
| 1527 |
msgstr ""
|
| 1528 |
|
| 1529 |
+
#: framework/extensions/product-reviews/metabox.php:96
|
|
|
|
| 1530 |
msgid "Gallery"
|
| 1531 |
msgstr ""
|
| 1532 |
|
| 1533 |
+
#: framework/extensions/product-reviews/metabox.php:107
|
|
|
|
| 1534 |
msgid "Affiliate Button Label"
|
| 1535 |
msgstr ""
|
| 1536 |
|
| 1537 |
#: framework/extensions/product-reviews/metabox.php:109,
|
| 1538 |
+
#: framework/extensions/product-reviews/views/single-top.php:156
|
|
|
|
|
|
|
| 1539 |
msgid "Buy Now"
|
| 1540 |
msgstr ""
|
| 1541 |
|
| 1542 |
+
#: framework/extensions/product-reviews/metabox.php:114
|
|
|
|
| 1543 |
msgid "Affiliate Link"
|
| 1544 |
msgstr ""
|
| 1545 |
|
| 1546 |
+
#: framework/extensions/product-reviews/metabox.php:120
|
|
|
|
| 1547 |
msgid "Open Link In New Tab"
|
| 1548 |
msgstr ""
|
| 1549 |
|
| 1550 |
+
#: framework/extensions/product-reviews/metabox.php:126
|
|
|
|
| 1551 |
msgid "Sponsored Attribute"
|
| 1552 |
msgstr ""
|
| 1553 |
|
| 1554 |
+
#: framework/extensions/product-reviews/metabox.php:148
|
|
|
|
| 1555 |
msgid "Read More Button Label"
|
| 1556 |
msgstr ""
|
| 1557 |
|
| 1558 |
#: framework/extensions/product-reviews/metabox.php:150,
|
| 1559 |
+
#: framework/extensions/product-reviews/views/single-top.php:162
|
|
|
|
|
|
|
| 1560 |
msgid "Read More"
|
| 1561 |
msgstr ""
|
| 1562 |
|
| 1563 |
+
#: framework/extensions/product-reviews/metabox.php:170
|
|
|
|
| 1564 |
msgid "Short Description"
|
| 1565 |
msgstr ""
|
| 1566 |
|
| 1567 |
+
#: framework/extensions/product-reviews/metabox.php:185
|
|
|
|
| 1568 |
msgid "Scores"
|
| 1569 |
msgstr ""
|
| 1570 |
|
| 1571 |
+
#: framework/extensions/product-reviews/metabox.php:225
|
|
|
|
| 1572 |
msgid "Product specs"
|
| 1573 |
msgstr ""
|
| 1574 |
|
| 1575 |
#: framework/extensions/product-reviews/metabox.php:250,
|
| 1576 |
+
#: framework/extensions/product-reviews/views/single-top.php:262
|
|
|
|
|
|
|
| 1577 |
msgid "Pros"
|
| 1578 |
msgstr ""
|
| 1579 |
|
| 1580 |
#: framework/extensions/product-reviews/metabox.php:270,
|
| 1581 |
+
#: framework/extensions/product-reviews/views/single-top.php:285
|
|
|
|
|
|
|
| 1582 |
msgid "Cons"
|
| 1583 |
msgstr ""
|
| 1584 |
|
| 1585 |
#. translators: This is a brand name. Preferably to not be translated
|
| 1586 |
#: framework/extensions/trending/config.php:5,
|
| 1587 |
+
#: framework/extensions/trending/customizer.php:97
|
|
|
|
|
|
|
| 1588 |
msgctxt "Extension Brand Name"
|
| 1589 |
msgid "Trending Posts"
|
| 1590 |
msgstr ""
|
| 1591 |
|
| 1592 |
+
#: framework/extensions/trending/config.php:6
|
|
|
|
| 1593 |
msgid ""
|
| 1594 |
"Highlight your most popular posts or products based on the number of "
|
| 1595 |
"comments or reviews they have gotten in the specified period of time."
|
| 1596 |
msgstr ""
|
| 1597 |
|
| 1598 |
#: framework/extensions/trending/customizer.php:8,
|
|
|
|
| 1599 |
#: framework/premium/extensions/shortcuts/views/bar.php:48,
|
| 1600 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:6
|
|
|
|
|
|
|
| 1601 |
msgid "Products"
|
| 1602 |
msgstr ""
|
| 1603 |
|
| 1604 |
#: framework/extensions/trending/customizer.php:36,
|
| 1605 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:38
|
|
|
|
|
|
|
| 1606 |
msgid "All categories"
|
| 1607 |
msgstr ""
|
| 1608 |
|
| 1609 |
#: framework/extensions/trending/customizer.php:41,
|
| 1610 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:43
|
|
|
|
|
|
|
| 1611 |
msgid "Taxonomy"
|
| 1612 |
msgstr ""
|
| 1613 |
|
| 1614 |
#: framework/extensions/trending/customizer.php:42,
|
| 1615 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:44
|
|
|
|
|
|
|
| 1616 |
msgid "All taxonomies"
|
| 1617 |
msgstr ""
|
| 1618 |
|
| 1619 |
+
#: framework/extensions/trending/customizer.php:106
|
|
|
|
| 1620 |
msgid "Trending Posts"
|
| 1621 |
msgstr ""
|
| 1622 |
|
| 1623 |
+
#: framework/extensions/trending/customizer.php:115
|
|
|
|
| 1624 |
msgid "Module Title"
|
| 1625 |
msgstr ""
|
| 1626 |
|
| 1627 |
#: framework/extensions/trending/customizer.php:118,
|
| 1628 |
+
#: framework/extensions/trending/helpers.php:221
|
|
|
|
|
|
|
| 1629 |
msgid "Trending now"
|
| 1630 |
msgstr ""
|
| 1631 |
|
| 1632 |
+
#: framework/extensions/trending/customizer.php:123
|
|
|
|
| 1633 |
msgid "Module Title Tag"
|
| 1634 |
msgstr ""
|
| 1635 |
|
| 1636 |
#: framework/extensions/trending/customizer.php:149,
|
| 1637 |
#: framework/extensions/trending/customizer.php:162,
|
| 1638 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:137
|
|
|
|
|
|
|
|
|
|
| 1639 |
msgid "Post Type"
|
| 1640 |
msgstr ""
|
| 1641 |
|
| 1642 |
#: framework/extensions/trending/customizer.php:171,
|
|
|
|
| 1643 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
|
| 1644 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:149,
|
| 1645 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:168
|
|
|
|
|
|
|
|
|
|
| 1646 |
msgid "Source"
|
| 1647 |
msgstr ""
|
| 1648 |
|
| 1649 |
#: framework/extensions/trending/customizer.php:176,
|
| 1650 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:154
|
|
|
|
|
|
|
| 1651 |
msgid "Taxonomies"
|
| 1652 |
msgstr ""
|
| 1653 |
|
| 1654 |
#: framework/extensions/trending/customizer.php:177,
|
|
|
|
| 1655 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:155,
|
| 1656 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:174
|
|
|
|
|
|
|
| 1657 |
msgid "Custom Query"
|
| 1658 |
msgstr ""
|
| 1659 |
|
| 1660 |
#: framework/extensions/trending/customizer.php:200,
|
| 1661 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:243
|
|
|
|
|
|
|
| 1662 |
msgid "Posts ID"
|
| 1663 |
msgstr ""
|
| 1664 |
|
| 1665 |
#: framework/extensions/trending/customizer.php:204,
|
| 1666 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:247
|
|
|
|
|
|
|
| 1667 |
msgid "Separate posts ID by comma. How to find the %spost ID%s."
|
| 1668 |
msgstr ""
|
| 1669 |
|
| 1670 |
+
#: framework/extensions/trending/customizer.php:220
|
|
|
|
| 1671 |
msgid "Trending From"
|
| 1672 |
msgstr ""
|
| 1673 |
|
| 1674 |
#: framework/extensions/trending/customizer.php:229,
|
| 1675 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:213
|
|
|
|
|
|
|
| 1676 |
msgid "All Time"
|
| 1677 |
msgstr ""
|
| 1678 |
|
| 1679 |
+
#: framework/extensions/trending/customizer.php:230
|
|
|
|
| 1680 |
msgid "Last 24 Hours"
|
| 1681 |
msgstr ""
|
| 1682 |
|
| 1683 |
+
#: framework/extensions/trending/customizer.php:231
|
|
|
|
| 1684 |
msgid "Last 7 Days"
|
| 1685 |
msgstr ""
|
| 1686 |
|
| 1687 |
+
#: framework/extensions/trending/customizer.php:232
|
|
|
|
| 1688 |
msgid "Last Month"
|
| 1689 |
msgstr ""
|
| 1690 |
|
| 1691 |
+
#: framework/extensions/trending/customizer.php:245
|
|
|
|
| 1692 |
msgid "Image Size"
|
| 1693 |
msgstr ""
|
| 1694 |
|
| 1695 |
+
#: framework/extensions/trending/customizer.php:267
|
|
|
|
| 1696 |
msgid "Container Visibility"
|
| 1697 |
msgstr ""
|
| 1698 |
|
| 1699 |
+
#: framework/extensions/trending/customizer.php:288
|
|
|
|
| 1700 |
msgid "Display Location"
|
| 1701 |
msgstr ""
|
| 1702 |
|
| 1703 |
+
#: framework/extensions/trending/customizer.php:296
|
|
|
|
| 1704 |
msgid "Before Footer"
|
| 1705 |
msgstr ""
|
| 1706 |
|
| 1707 |
+
#: framework/extensions/trending/customizer.php:301
|
|
|
|
| 1708 |
msgid "After Footer"
|
| 1709 |
msgstr ""
|
| 1710 |
|
| 1711 |
+
#: framework/extensions/trending/customizer.php:306
|
|
|
|
| 1712 |
msgid "After Header"
|
| 1713 |
msgstr ""
|
| 1714 |
|
| 1715 |
#: framework/extensions/trending/customizer.php:312,
|
| 1716 |
#: framework/features/header/header-options.php:158,
|
| 1717 |
#: framework/premium/extensions/shortcuts/customizer.php:763,
|
|
|
|
|
|
|
| 1718 |
#: framework/premium/features/content-blocks/options/archive.php:186,
|
| 1719 |
#: framework/premium/features/content-blocks/options/header.php:142,
|
| 1720 |
#: framework/premium/features/content-blocks/options/hook.php:236,
|
| 1721 |
#: framework/premium/features/content-blocks/options/popup.php:297,
|
| 1722 |
+
#: framework/premium/features/content-blocks/options/single.php:140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1723 |
#: framework/premium/extensions/sidebars/static/js/SettingsManager.js:49
|
| 1724 |
#: framework/premium/static/js/footer/EditConditions.js:97
|
| 1725 |
#: static/js/header/EditConditions.js:103
|
| 1726 |
msgid "Display Conditions"
|
| 1727 |
msgstr ""
|
| 1728 |
|
| 1729 |
+
#: framework/extensions/trending/customizer.php:323
|
|
|
|
| 1730 |
msgid "Trending Block Display Conditions"
|
| 1731 |
msgstr ""
|
| 1732 |
|
| 1733 |
+
#: framework/extensions/trending/customizer.php:324
|
|
|
|
| 1734 |
msgid "Add one or more conditions to display the trending block."
|
| 1735 |
msgstr ""
|
| 1736 |
|
| 1737 |
+
#: framework/extensions/trending/customizer.php:339
|
|
|
|
| 1738 |
msgid "Posts Font"
|
| 1739 |
msgstr ""
|
| 1740 |
|
| 1741 |
#. translators: This is a brand name. Preferably to not be translated
|
| 1742 |
+
#: framework/extensions/widgets/config.php:5
|
|
|
|
| 1743 |
msgctxt "Extension Brand Name"
|
| 1744 |
msgid "Widgets"
|
| 1745 |
msgstr ""
|
| 1746 |
|
| 1747 |
+
#: framework/extensions/widgets/config.php:6
|
|
|
|
| 1748 |
msgid ""
|
| 1749 |
"Add new handcrafted widgets to your sidebars! Social Network Icons, "
|
| 1750 |
"Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent "
|
| 1751 |
"Posts are the choices available."
|
| 1752 |
msgstr ""
|
| 1753 |
|
| 1754 |
+
#: framework/features/header/account-modal.php:37
|
|
|
|
| 1755 |
msgid "Close account modal"
|
| 1756 |
msgstr ""
|
| 1757 |
|
| 1758 |
#: framework/features/header/account-modal.php:49,
|
|
|
|
| 1759 |
#: framework/features/header/items/account/options.php:631,
|
| 1760 |
+
#: framework/features/header/items/account/views/logout.php:7
|
|
|
|
|
|
|
| 1761 |
msgid "Login"
|
| 1762 |
msgstr ""
|
| 1763 |
|
| 1764 |
+
#: framework/features/header/account-modal.php:53
|
|
|
|
| 1765 |
msgid "Sign Up"
|
| 1766 |
msgstr ""
|
| 1767 |
|
| 1768 |
+
#: framework/features/header/account-modal.php:72
|
|
|
|
| 1769 |
msgid "Back to login"
|
| 1770 |
msgstr ""
|
| 1771 |
|
| 1772 |
+
#: framework/features/header/header-options.php:6
|
|
|
|
| 1773 |
msgid "Sticky Functionality"
|
| 1774 |
msgstr ""
|
| 1775 |
|
| 1776 |
+
#: framework/features/header/header-options.php:32
|
|
|
|
| 1777 |
msgid "Only Main Row"
|
| 1778 |
msgstr ""
|
| 1779 |
|
| 1780 |
+
#: framework/features/header/header-options.php:37
|
|
|
|
| 1781 |
msgid "Top & Main Row"
|
| 1782 |
msgstr ""
|
| 1783 |
|
| 1784 |
+
#: framework/features/header/header-options.php:42
|
|
|
|
| 1785 |
msgid "All Rows"
|
| 1786 |
msgstr ""
|
| 1787 |
|
| 1788 |
+
#: framework/features/header/header-options.php:47
|
|
|
|
| 1789 |
msgid "Main & Bottom Row"
|
| 1790 |
msgstr ""
|
| 1791 |
|
| 1792 |
+
#: framework/features/header/header-options.php:52
|
|
|
|
| 1793 |
msgid "Only Top Row"
|
| 1794 |
msgstr ""
|
| 1795 |
|
| 1796 |
+
#: framework/features/header/header-options.php:57
|
|
|
|
| 1797 |
msgid "Only Bottom Row"
|
| 1798 |
msgstr ""
|
| 1799 |
|
| 1800 |
+
#: framework/features/header/header-options.php:63
|
|
|
|
| 1801 |
msgid "Effect"
|
| 1802 |
msgstr ""
|
| 1803 |
|
| 1804 |
+
#: framework/features/header/header-options.php:72
|
|
|
|
| 1805 |
msgid "Slide Down"
|
| 1806 |
msgstr ""
|
| 1807 |
|
| 1808 |
+
#: framework/features/header/header-options.php:73
|
|
|
|
| 1809 |
msgid "Fade"
|
| 1810 |
msgstr ""
|
| 1811 |
|
| 1812 |
+
#: framework/features/header/header-options.php:74
|
|
|
|
| 1813 |
msgid "Auto Hide/Show"
|
| 1814 |
msgstr ""
|
| 1815 |
|
| 1816 |
+
#: framework/features/header/header-options.php:79
|
|
|
|
| 1817 |
msgid "Offset"
|
| 1818 |
msgstr ""
|
| 1819 |
|
| 1820 |
#: framework/features/header/header-options.php:92,
|
| 1821 |
+
#: framework/features/header/header-options.php:174
|
|
|
|
|
|
|
| 1822 |
msgid "Enable on"
|
| 1823 |
msgstr ""
|
| 1824 |
|
| 1825 |
+
#: framework/features/header/header-options.php:120
|
|
|
|
| 1826 |
msgid "Transparent Functionality"
|
| 1827 |
msgstr ""
|
| 1828 |
|
| 1829 |
+
#: framework/premium/features/content-blocks.php:113
|
|
|
|
| 1830 |
msgid "Hide Hooks"
|
| 1831 |
msgstr ""
|
| 1832 |
|
| 1833 |
+
#: framework/premium/features/content-blocks.php:114
|
|
|
|
| 1834 |
msgid "Show Hooks"
|
| 1835 |
msgstr ""
|
| 1836 |
|
| 1837 |
+
#: framework/premium/features/content-blocks.php:125
|
|
|
|
| 1838 |
msgid "Hooks Locations"
|
| 1839 |
msgstr ""
|
| 1840 |
|
| 1841 |
+
#: framework/premium/features/content-blocks.php:170
|
|
|
|
| 1842 |
msgid "Hide Theme Hooks"
|
| 1843 |
msgstr ""
|
| 1844 |
|
| 1845 |
+
#: framework/premium/features/content-blocks.php:171
|
|
|
|
| 1846 |
msgid "Show Theme Hooks"
|
| 1847 |
msgstr ""
|
| 1848 |
|
| 1849 |
+
#: framework/premium/features/content-blocks.php:179
|
|
|
|
| 1850 |
msgid "Hide WooCommerce Hooks"
|
| 1851 |
msgstr ""
|
| 1852 |
|
| 1853 |
+
#: framework/premium/features/content-blocks.php:180
|
|
|
|
| 1854 |
msgid "Show WooCommerce Hooks"
|
| 1855 |
msgstr ""
|
| 1856 |
|
| 1857 |
#: framework/premium/features/content-blocks.php:579,
|
| 1858 |
+
#: framework/premium/features/content-blocks.php:585
|
|
|
|
|
|
|
| 1859 |
msgid "Content Blocks"
|
| 1860 |
msgstr ""
|
| 1861 |
|
| 1862 |
#: framework/premium/features/content-blocks.php:580,
|
| 1863 |
+
#: framework/premium/extensions/mega-menu/options.php:333
|
|
|
|
|
|
|
| 1864 |
msgid "Content Block"
|
| 1865 |
msgstr ""
|
| 1866 |
|
| 1867 |
+
#: framework/premium/features/content-blocks.php:581
|
|
|
|
| 1868 |
msgid "Add New"
|
| 1869 |
msgstr ""
|
| 1870 |
|
| 1871 |
+
#: framework/premium/features/content-blocks.php:582
|
|
|
|
| 1872 |
msgid "Add New Content Block"
|
| 1873 |
msgstr ""
|
| 1874 |
|
| 1875 |
+
#: framework/premium/features/content-blocks.php:583
|
|
|
|
| 1876 |
msgid "Edit Content Block"
|
| 1877 |
msgstr ""
|
| 1878 |
|
| 1879 |
+
#: framework/premium/features/content-blocks.php:584
|
|
|
|
| 1880 |
#: framework/premium/static/js/hooks/CreateHook.js:33
|
| 1881 |
msgid "New Content Block"
|
| 1882 |
msgstr ""
|
| 1883 |
|
| 1884 |
+
#: framework/premium/features/content-blocks.php:586
|
|
|
|
| 1885 |
msgid "View Content Block"
|
| 1886 |
msgstr ""
|
| 1887 |
|
| 1888 |
+
#: framework/premium/features/content-blocks.php:587
|
|
|
|
| 1889 |
msgid "Search Content Blocks"
|
| 1890 |
msgstr ""
|
| 1891 |
|
| 1892 |
+
#: framework/premium/features/content-blocks.php:588
|
|
|
|
| 1893 |
msgid "Nothing found"
|
| 1894 |
msgstr ""
|
| 1895 |
|
| 1896 |
+
#: framework/premium/features/content-blocks.php:589
|
|
|
|
| 1897 |
msgid "Nothing found in Trash"
|
| 1898 |
msgstr ""
|
| 1899 |
|
| 1900 |
+
#: framework/premium/features/content-blocks.php:878
|
|
|
|
| 1901 |
msgid "Close popup"
|
| 1902 |
msgstr ""
|
| 1903 |
|
| 1904 |
+
#: framework/premium/features/media-meta-fields.php:29
|
|
|
|
| 1905 |
msgid "Attachment Video"
|
| 1906 |
msgstr ""
|
| 1907 |
|
| 1908 |
+
#: framework/premium/features/media-meta-fields.php:33
|
|
|
|
| 1909 |
msgid "Video URL"
|
| 1910 |
msgstr ""
|
| 1911 |
|
| 1912 |
#. translators: %s: Link to wordpress.org article
|
| 1913 |
+
#: framework/premium/features/media-meta-fields.php:39
|
|
|
|
| 1914 |
msgid ""
|
| 1915 |
"Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
|
| 1916 |
"MP4 file into the media library."
|
| 1917 |
msgstr ""
|
| 1918 |
|
| 1919 |
+
#: framework/premium/features/media-meta-fields.php:42
|
|
|
|
| 1920 |
msgid "Upload"
|
| 1921 |
msgstr ""
|
| 1922 |
|
| 1923 |
+
#: framework/premium/features/media-meta-fields.php:44
|
|
|
|
| 1924 |
msgid "Upload Video (MP4 File)"
|
| 1925 |
msgstr ""
|
| 1926 |
|
| 1927 |
#: framework/premium/features/premium-footer.php:14,
|
| 1928 |
+
#: framework/premium/features/premium-footer.php:28
|
|
|
|
|
|
|
| 1929 |
msgid "Footer Menu 1"
|
| 1930 |
msgstr ""
|
| 1931 |
|
| 1932 |
#: framework/premium/features/premium-footer.php:29,
|
| 1933 |
+
#: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
|
|
|
|
|
|
|
| 1934 |
msgid "Footer Menu 2"
|
| 1935 |
msgstr ""
|
| 1936 |
|
| 1937 |
+
#: framework/premium/features/premium-header.php:49
|
|
|
|
| 1938 |
msgid "Header Menu 3"
|
| 1939 |
msgstr ""
|
| 1940 |
|
| 1941 |
+
#: framework/premium/features/premium-header.php:50
|
|
|
|
| 1942 |
msgid "Mobile Menu 1"
|
| 1943 |
msgstr ""
|
| 1944 |
|
| 1945 |
+
#: framework/premium/features/premium-header.php:51
|
|
|
|
| 1946 |
msgid "Mobile Menu 2"
|
| 1947 |
msgstr ""
|
| 1948 |
|
| 1949 |
+
#: framework/premium/features/premium-header.php:142
|
|
|
|
| 1950 |
msgid "Header Widget Area "
|
| 1951 |
msgstr ""
|
| 1952 |
|
| 1956 |
#: framework/premium/features/premium-header.php:333,
|
| 1957 |
#: framework/premium/features/premium-header.php:355,
|
| 1958 |
#: framework/premium/extensions/mega-menu/options.php:422,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1959 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:112,
|
| 1960 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:174,
|
| 1961 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
|
| 1969 |
#: framework/features/header/items/account/options.php:438,
|
| 1970 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
|
| 1971 |
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
|
|
|
|
| 1972 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
|
| 1973 |
#: framework/premium/features/premium-header/items/contacts/options.php:65,
|
| 1974 |
#: framework/premium/features/premium-header/items/contacts/options.php:102,
|
| 1977 |
#: framework/premium/features/premium-header/items/contacts/options.php:210,
|
| 1978 |
#: framework/premium/features/premium-header/items/contacts/options.php:246,
|
| 1979 |
#: framework/premium/features/premium-header/items/contacts/options.php:282,
|
| 1980 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:76
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1981 |
msgid "Icon"
|
| 1982 |
msgstr ""
|
| 1983 |
|
| 1984 |
#: framework/premium/features/premium-header.php:212,
|
| 1985 |
#: framework/premium/extensions/mega-menu/options.php:436,
|
| 1986 |
#: framework/premium/extensions/woocommerce-extra/extension.php:381,
|
|
|
|
| 1987 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:489,
|
| 1988 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:92,
|
| 1989 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:310
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1990 |
msgid "Icons Size"
|
| 1991 |
msgstr ""
|
| 1992 |
|
| 1993 |
#: framework/premium/features/premium-header.php:224,
|
| 1994 |
+
#: framework/premium/extensions/mega-menu/options.php:458
|
|
|
|
|
|
|
| 1995 |
msgid "Icon Position"
|
| 1996 |
msgstr ""
|
| 1997 |
|
| 1998 |
#: framework/premium/features/premium-header.php:231,
|
| 1999 |
#: framework/premium/extensions/mega-menu/options.php:465,
|
| 2000 |
#: framework/premium/extensions/shortcuts/customizer.php:659,
|
|
|
|
| 2001 |
#: framework/features/header/items/account/options.php:318,
|
| 2002 |
#: framework/features/header/items/account/options.php:615,
|
| 2003 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2004 |
msgid "Left"
|
| 2005 |
msgstr ""
|
| 2006 |
|
| 2007 |
#: framework/premium/features/premium-header.php:232,
|
| 2008 |
#: framework/premium/extensions/mega-menu/options.php:466,
|
| 2009 |
#: framework/premium/extensions/shortcuts/customizer.php:660,
|
|
|
|
| 2010 |
#: framework/features/header/items/account/options.php:319,
|
| 2011 |
#: framework/features/header/items/account/options.php:616,
|
| 2012 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2013 |
msgid "Right"
|
| 2014 |
msgstr ""
|
| 2015 |
|
| 2016 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
|
| 2017 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
|
|
|
|
|
|
|
| 2018 |
msgid "Newsletter"
|
| 2019 |
msgstr ""
|
| 2020 |
|
| 2023 |
#: framework/premium/extensions/shortcuts/customizer.php:889,
|
| 2024 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:24,
|
| 2025 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:31,
|
| 2026 |
+
#: framework/features/header/items/account/options.php:336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2027 |
msgid "Text"
|
| 2028 |
msgstr ""
|
| 2029 |
|
| 2030 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
|
| 2031 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:27,
|
| 2032 |
+
#: framework/extensions/widgets/widgets/ct-quote/options.php:34
|
|
|
|
|
|
|
|
|
|
| 2033 |
msgid "You can add here some arbitrary HTML code."
|
| 2034 |
msgstr ""
|
| 2035 |
|
| 2036 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
|
|
|
|
| 2037 |
msgid "Container Type"
|
| 2038 |
msgstr ""
|
| 2039 |
|
| 2040 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
|
|
|
|
| 2041 |
msgid "Boxed"
|
| 2042 |
msgstr ""
|
| 2043 |
|
| 2044 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
|
|
|
|
| 2045 |
msgid "Content Alignment"
|
| 2046 |
msgstr ""
|
| 2047 |
|
| 2048 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
|
|
|
|
| 2049 |
msgid "Newsletter Subscribe"
|
| 2050 |
msgstr ""
|
| 2051 |
|
| 2052 |
+
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
|
|
|
|
| 2053 |
msgid "Newsletter subscribe form"
|
| 2054 |
msgstr ""
|
| 2055 |
|
| 2056 |
+
#: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
|
|
|
|
| 2057 |
msgid "Thank you for subscribing to our newsletter!"
|
| 2058 |
msgstr ""
|
| 2059 |
|
| 2060 |
+
#: framework/extensions/product-reviews/views/single-top.php:238
|
|
|
|
| 2061 |
msgid "Specs"
|
| 2062 |
msgstr ""
|
| 2063 |
|
| 2064 |
#: framework/features/header/modal/login.php:28,
|
| 2065 |
+
#: framework/features/header/modal/lostpassword.php:5
|
|
|
|
|
|
|
| 2066 |
msgid "Username or Email Address"
|
| 2067 |
msgstr ""
|
| 2068 |
|
| 2069 |
#: framework/features/header/modal/login.php:33,
|
| 2070 |
+
#: framework/features/header/modal/register.php:42
|
|
|
|
|
|
|
| 2071 |
msgid "Password"
|
| 2072 |
msgstr ""
|
| 2073 |
|
| 2074 |
+
#: framework/features/header/modal/login.php:40
|
|
|
|
| 2075 |
msgid "Remember Me"
|
| 2076 |
msgstr ""
|
| 2077 |
|
| 2078 |
+
#: framework/features/header/modal/login.php:44
|
|
|
|
| 2079 |
msgid "Forgot Password?"
|
| 2080 |
msgstr ""
|
| 2081 |
|
| 2082 |
+
#: framework/features/header/modal/login.php:62
|
|
|
|
| 2083 |
msgid "Log In"
|
| 2084 |
msgstr ""
|
| 2085 |
|
| 2086 |
+
#: framework/features/header/modal/lostpassword.php:13
|
|
|
|
| 2087 |
msgid "Get New Password"
|
| 2088 |
msgstr ""
|
| 2089 |
|
| 2090 |
+
#: framework/features/header/modal/register.php:30
|
|
|
|
| 2091 |
msgid "Username"
|
| 2092 |
msgstr ""
|
| 2093 |
|
| 2096 |
#: framework/premium/extensions/shortcuts/customizer.php:153,
|
| 2097 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:368,
|
| 2098 |
#: framework/premium/extensions/shortcuts/views/bar.php:45,
|
| 2099 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2100 |
msgid "Email"
|
| 2101 |
msgstr ""
|
| 2102 |
|
| 2103 |
+
#: framework/features/header/modal/register.php:58
|
|
|
|
| 2104 |
msgid "Registration confirmation will be emailed to you"
|
| 2105 |
msgstr ""
|
| 2106 |
|
| 2107 |
+
#: framework/features/header/modal/register.php:63
|
|
|
|
| 2108 |
msgid "Register"
|
| 2109 |
msgstr ""
|
| 2110 |
|
| 2111 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2112 |
+
#: framework/premium/extensions/adobe-typekit/config.php:5
|
|
|
|
| 2113 |
msgctxt "Extension Brand Name"
|
| 2114 |
msgid "Adobe Fonts"
|
| 2115 |
msgstr ""
|
| 2116 |
|
| 2117 |
+
#: framework/premium/extensions/adobe-typekit/config.php:6
|
|
|
|
| 2118 |
msgid ""
|
| 2119 |
"Connect your Adobe Fonts project and use the selected fonts throughout "
|
| 2120 |
"Blocksy and your favorite page builder."
|
| 2124 |
#: framework/premium/extensions/code-snippets/config.php:5,
|
| 2125 |
#: framework/premium/extensions/code-snippets/extension.php:24,
|
| 2126 |
#: framework/premium/extensions/code-snippets/extension.php:71,
|
| 2127 |
+
#: framework/premium/extensions/code-snippets/extension.php:114
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2128 |
msgctxt "Extension Brand Name"
|
| 2129 |
msgid "Custom Code Snippets"
|
| 2130 |
msgstr ""
|
| 2131 |
|
| 2132 |
+
#: framework/premium/extensions/code-snippets/config.php:6
|
|
|
|
| 2133 |
msgid ""
|
| 2134 |
"Inject custom code snippets throughout your website. The extension works "
|
| 2135 |
"globally or on a per post/page basis."
|
| 2137 |
|
| 2138 |
#: framework/premium/extensions/code-snippets/extension.php:31,
|
| 2139 |
#: framework/premium/extensions/code-snippets/extension.php:78,
|
| 2140 |
+
#: framework/premium/extensions/code-snippets/extension.php:123
|
|
|
|
|
|
|
|
|
|
| 2141 |
msgid "Header scripts"
|
| 2142 |
msgstr ""
|
| 2143 |
|
| 2144 |
#: framework/premium/extensions/code-snippets/extension.php:42,
|
| 2145 |
#: framework/premium/extensions/code-snippets/extension.php:89,
|
| 2146 |
+
#: framework/premium/extensions/code-snippets/extension.php:134
|
|
|
|
|
|
|
|
|
|
| 2147 |
msgid "After body open scripts"
|
| 2148 |
msgstr ""
|
| 2149 |
|
| 2150 |
#: framework/premium/extensions/code-snippets/extension.php:53,
|
| 2151 |
#: framework/premium/extensions/code-snippets/extension.php:100,
|
| 2152 |
+
#: framework/premium/extensions/code-snippets/extension.php:145
|
|
|
|
|
|
|
|
|
|
| 2153 |
msgid "Footer scripts"
|
| 2154 |
msgstr ""
|
| 2155 |
|
| 2156 |
+
#: framework/premium/extensions/code-snippets/readme.php:4
|
|
|
|
| 2157 |
msgid ""
|
| 2158 |
"After activating the Custom Code Snippets extension you will have two ways "
|
| 2159 |
"to manage your snippets:"
|
| 2160 |
msgstr ""
|
| 2161 |
|
| 2162 |
+
#: framework/premium/extensions/code-snippets/readme.php:9
|
|
|
|
| 2163 |
msgid "Globally"
|
| 2164 |
msgstr ""
|
| 2165 |
|
| 2166 |
+
#: framework/premium/extensions/code-snippets/readme.php:13
|
|
|
|
| 2167 |
msgid "Navigate to %s and place there your header, body or footer scripts."
|
| 2168 |
msgstr ""
|
| 2169 |
|
| 2170 |
+
#: framework/premium/extensions/code-snippets/readme.php:16
|
|
|
|
| 2171 |
msgid "Customizer ➝ Custom Code Snippets"
|
| 2172 |
msgstr ""
|
| 2173 |
|
| 2174 |
+
#: framework/premium/extensions/code-snippets/readme.php:24
|
|
|
|
| 2175 |
msgid "Per page/post"
|
| 2176 |
msgstr ""
|
| 2177 |
|
| 2178 |
+
#: framework/premium/extensions/code-snippets/readme.php:28
|
|
|
|
| 2179 |
msgid ""
|
| 2180 |
"Edit your page or post, click on %s, scroll down and you will see the %2s "
|
| 2181 |
"panel."
|
| 2182 |
msgstr ""
|
| 2183 |
|
| 2184 |
+
#: framework/premium/extensions/code-snippets/readme.php:32
|
|
|
|
| 2185 |
msgid "%s Page Settings"
|
| 2186 |
msgstr ""
|
| 2187 |
|
| 2188 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2189 |
+
#: framework/premium/extensions/custom-fonts/config.php:5
|
|
|
|
| 2190 |
msgctxt "Extension Brand Name"
|
| 2191 |
msgid "Custom Fonts"
|
| 2192 |
msgstr ""
|
| 2193 |
|
| 2194 |
+
#: framework/premium/extensions/custom-fonts/config.php:6
|
|
|
|
| 2195 |
msgid ""
|
| 2196 |
"Upload an unlimited number of custom fonts or variable fonts and use them "
|
| 2197 |
"throughout Blocksy and your favorite page builder."
|
| 2198 |
msgstr ""
|
| 2199 |
|
| 2200 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2201 |
+
#: framework/premium/extensions/local-google-fonts/config.php:5
|
|
|
|
| 2202 |
msgctxt "Extension Brand Name"
|
| 2203 |
msgid "Local Google Fonts"
|
| 2204 |
msgstr ""
|
| 2205 |
|
| 2206 |
+
#: framework/premium/extensions/local-google-fonts/config.php:6
|
|
|
|
| 2207 |
msgid ""
|
| 2208 |
"Serve your chosen Google Fonts from your own web server. This will increase "
|
| 2209 |
"the loading speed and makes sure your website complies with the privacy "
|
| 2211 |
msgstr ""
|
| 2212 |
|
| 2213 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2214 |
+
#: framework/premium/extensions/mega-menu/config.php:5
|
|
|
|
| 2215 |
msgctxt "Extension Brand Name"
|
| 2216 |
msgid "Advanced Menu"
|
| 2217 |
msgstr ""
|
| 2218 |
|
| 2219 |
+
#: framework/premium/extensions/mega-menu/config.php:6
|
|
|
|
| 2220 |
msgid ""
|
| 2221 |
"Create beautiful personalised menus that set your website apart from the "
|
| 2222 |
"others. Add icons and badges to your entries and even add Content Blocks "
|
| 2224 |
msgstr ""
|
| 2225 |
|
| 2226 |
#: framework/premium/extensions/mega-menu/config.php:10,
|
| 2227 |
+
#: framework/premium/extensions/shortcuts/config.php:13
|
|
|
|
|
|
|
| 2228 |
#: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
|
| 2229 |
#: framework/extensions/product-reviews/static/js/EditSettings.js:30
|
| 2230 |
#: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
|
| 2231 |
msgid "Configure"
|
| 2232 |
msgstr ""
|
| 2233 |
|
| 2234 |
+
#: framework/premium/extensions/mega-menu/extension.php:99
|
|
|
|
| 2235 |
msgid "Menu Item Settings"
|
| 2236 |
msgstr ""
|
| 2237 |
|
| 2238 |
+
#: framework/premium/extensions/mega-menu/extension.php:257
|
|
|
|
| 2239 |
msgid "New"
|
| 2240 |
msgstr ""
|
| 2241 |
|
| 2242 |
#: framework/premium/extensions/mega-menu/options.php:16,
|
| 2243 |
+
#: framework/premium/extensions/mega-menu/options.php:530
|
|
|
|
|
|
|
| 2244 |
msgid "Mega Menu Settings"
|
| 2245 |
msgstr ""
|
| 2246 |
|
| 2247 |
+
#: framework/premium/extensions/mega-menu/options.php:27
|
|
|
|
| 2248 |
msgid "Dropdown Width"
|
| 2249 |
msgstr ""
|
| 2250 |
|
| 2251 |
#: framework/premium/extensions/mega-menu/options.php:35,
|
| 2252 |
+
#: framework/premium/extensions/mega-menu/options.php:48
|
|
|
|
|
|
|
| 2253 |
msgid "Content Width"
|
| 2254 |
msgstr ""
|
| 2255 |
|
| 2256 |
#: framework/premium/extensions/mega-menu/options.php:36,
|
| 2257 |
+
#: framework/premium/extensions/mega-menu/options.php:57
|
|
|
|
|
|
|
| 2258 |
msgid "Full Width"
|
| 2259 |
msgstr ""
|
| 2260 |
|
| 2261 |
#: framework/premium/extensions/mega-menu/options.php:37,
|
| 2262 |
+
#: framework/premium/features/content-blocks/options/archive.php:59
|
|
|
|
|
|
|
| 2263 |
msgid "Custom Width"
|
| 2264 |
msgstr ""
|
| 2265 |
|
| 2266 |
+
#: framework/premium/extensions/mega-menu/options.php:56
|
|
|
|
| 2267 |
msgid "Default Width"
|
| 2268 |
msgstr ""
|
| 2269 |
|
| 2270 |
+
#: framework/premium/extensions/mega-menu/options.php:85
|
|
|
|
| 2271 |
msgid "Columns"
|
| 2272 |
msgstr ""
|
| 2273 |
|
| 2274 |
+
#: framework/premium/extensions/mega-menu/options.php:320
|
|
|
|
| 2275 |
msgid "Custom Content"
|
| 2276 |
msgstr ""
|
| 2277 |
|
| 2278 |
+
#: framework/premium/extensions/mega-menu/options.php:324
|
|
|
|
| 2279 |
msgid "Content Type"
|
| 2280 |
msgstr ""
|
| 2281 |
|
| 2282 |
+
#: framework/premium/extensions/mega-menu/options.php:331
|
|
|
|
| 2283 |
msgid "Default (Menu Item)"
|
| 2284 |
msgstr ""
|
| 2285 |
|
| 2286 |
+
#: framework/premium/extensions/mega-menu/options.php:332
|
|
|
|
| 2287 |
msgid "Custom Text"
|
| 2288 |
msgstr ""
|
| 2289 |
|
| 2290 |
#: framework/premium/extensions/mega-menu/options.php:364,
|
| 2291 |
+
#: framework/premium/extensions/mega-menu/options.php:371
|
|
|
|
|
|
|
| 2292 |
msgid "Select Content Block"
|
| 2293 |
msgstr ""
|
| 2294 |
|
| 2295 |
+
#: framework/premium/extensions/mega-menu/options.php:367
|
|
|
|
| 2296 |
msgid "Create a new content Block/Hook"
|
| 2297 |
msgstr ""
|
| 2298 |
|
| 2299 |
#: framework/premium/extensions/mega-menu/options.php:394,
|
| 2300 |
+
#: framework/premium/extensions/mega-menu/options.php:720
|
|
|
|
|
|
|
| 2301 |
msgid "Item Label Settings"
|
| 2302 |
msgstr ""
|
| 2303 |
|
| 2304 |
+
#: framework/premium/extensions/mega-menu/options.php:399
|
|
|
|
| 2305 |
msgid "Item Label"
|
| 2306 |
msgstr ""
|
| 2307 |
|
| 2308 |
+
#: framework/premium/extensions/mega-menu/options.php:407
|
|
|
|
| 2309 |
msgid "Enabled"
|
| 2310 |
msgstr ""
|
| 2311 |
|
| 2314 |
#: framework/premium/features/content-blocks/options/archive.php:160,
|
| 2315 |
#: framework/premium/features/content-blocks/options/header.php:108,
|
| 2316 |
#: framework/premium/features/content-blocks/options/hook.php:113,
|
| 2317 |
+
#: framework/premium/features/content-blocks/options/single.php:99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2318 |
msgid "Disabled"
|
| 2319 |
msgstr ""
|
| 2320 |
|
| 2321 |
+
#: framework/premium/extensions/mega-menu/options.php:409
|
|
|
|
| 2322 |
msgid "Heading"
|
| 2323 |
msgstr ""
|
| 2324 |
|
| 2325 |
+
#: framework/premium/extensions/mega-menu/options.php:415
|
|
|
|
| 2326 |
msgid "Label Link"
|
| 2327 |
msgstr ""
|
| 2328 |
|
| 2329 |
#: framework/premium/extensions/mega-menu/options.php:481,
|
| 2330 |
+
#: framework/premium/extensions/mega-menu/options.php:802
|
|
|
|
|
|
|
| 2331 |
msgid "Menu Badge Settings"
|
| 2332 |
msgstr ""
|
| 2333 |
|
| 2334 |
#: framework/premium/extensions/mega-menu/options.php:499,
|
| 2335 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
|
|
|
|
|
|
|
| 2336 |
msgid "Vertical Alignment"
|
| 2337 |
msgstr ""
|
| 2338 |
|
| 2339 |
#: framework/premium/extensions/mega-menu/options.php:534,
|
| 2340 |
#: framework/premium/extensions/shortcuts/customizer.php:883,
|
| 2341 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
| 2342 |
+
#: framework/features/header/items/account/options.php:1166
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2343 |
msgid "Background"
|
| 2344 |
msgstr ""
|
| 2345 |
|
| 2346 |
+
#: framework/premium/extensions/mega-menu/options.php:548
|
|
|
|
| 2347 |
msgid "Link Color"
|
| 2348 |
msgstr ""
|
| 2349 |
|
| 2350 |
#: framework/premium/extensions/mega-menu/options.php:568,
|
| 2351 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
|
|
|
|
|
|
|
| 2352 |
#: framework/premium/features/premium-header/items/contacts/options.php:478,
|
| 2353 |
#: framework/premium/features/premium-header/items/contacts/options.php:520,
|
| 2354 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:560
|
|
|
|
|
|
|
|
|
|
| 2355 |
msgid "Link Initial"
|
| 2356 |
msgstr ""
|
| 2357 |
|
| 2358 |
+
#: framework/premium/extensions/mega-menu/options.php:573
|
|
|
|
| 2359 |
msgid "Link Hover/Active"
|
| 2360 |
msgstr ""
|
| 2361 |
|
| 2362 |
+
#: framework/premium/extensions/mega-menu/options.php:578
|
|
|
|
| 2363 |
msgid "Background Hover"
|
| 2364 |
msgstr ""
|
| 2365 |
|
| 2366 |
+
#: framework/premium/extensions/mega-menu/options.php:586
|
|
|
|
| 2367 |
msgid "Heading Font"
|
| 2368 |
msgstr ""
|
| 2369 |
|
| 2370 |
#: framework/premium/extensions/mega-menu/options.php:595,
|
| 2371 |
+
#: framework/premium/extensions/mega-menu/options.php:729
|
|
|
|
|
|
|
| 2372 |
msgid "Heading Color"
|
| 2373 |
msgstr ""
|
| 2374 |
|
| 2375 |
#: framework/premium/extensions/mega-menu/options.php:607,
|
| 2376 |
#: framework/premium/extensions/mega-menu/options.php:627,
|
| 2377 |
+
#: framework/premium/extensions/mega-menu/options.php:741
|
|
|
|
|
|
|
|
|
|
| 2378 |
msgid "Initial Color"
|
| 2379 |
msgstr ""
|
| 2380 |
|
| 2381 |
#: framework/premium/extensions/mega-menu/options.php:634,
|
| 2382 |
#: framework/premium/extensions/shortcuts/customizer.php:900,
|
|
|
|
|
|
|
| 2383 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:432,
|
| 2384 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:836
|
|
|
|
|
|
|
| 2385 |
msgid "Items Divider"
|
| 2386 |
msgstr ""
|
| 2387 |
|
| 2388 |
+
#: framework/premium/extensions/mega-menu/options.php:649
|
|
|
|
| 2389 |
msgid "Columns Divider"
|
| 2390 |
msgstr ""
|
| 2391 |
|
| 2392 |
#: framework/premium/extensions/mega-menu/options.php:664,
|
| 2393 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:818
|
|
|
|
|
|
|
| 2394 |
msgid "Dropdown Shadow"
|
| 2395 |
msgstr ""
|
| 2396 |
|
| 2397 |
+
#: framework/premium/extensions/mega-menu/options.php:696
|
|
|
|
| 2398 |
msgid "Column Settings"
|
| 2399 |
msgstr ""
|
| 2400 |
|
| 2401 |
+
#: framework/premium/extensions/mega-menu/options.php:700
|
|
|
|
| 2402 |
msgid "Column Spacing"
|
| 2403 |
msgstr ""
|
| 2404 |
|
| 2412 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
| 2413 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
| 2414 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
|
|
|
|
|
|
| 2415 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
|
| 2416 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
|
| 2417 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
|
| 2419 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
|
| 2420 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
|
| 2421 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
|
| 2422 |
+
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2423 |
msgid "Icon Color"
|
| 2424 |
msgstr ""
|
| 2425 |
|
| 2426 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2427 |
+
#: framework/premium/extensions/post-types-extra/config.php:5
|
|
|
|
| 2428 |
msgctxt "Extension Brand Name"
|
| 2429 |
msgid "Post Types Extra"
|
| 2430 |
msgstr ""
|
| 2431 |
|
| 2432 |
+
#: framework/premium/extensions/post-types-extra/config.php:6
|
|
|
|
| 2433 |
msgid ""
|
| 2434 |
"Enables support for Custom Fields inside archive cards and single page post "
|
| 2435 |
"title, adds a reading progress bar for your posts and lets you set featured "
|
| 2436 |
"images and colors for your categories archives."
|
| 2437 |
msgstr ""
|
| 2438 |
|
| 2439 |
+
#: framework/premium/extensions/post-types-extra/readme.php:4
|
|
|
|
| 2440 |
msgid ""
|
| 2441 |
"After activating this extension you will be able to enable the read progress "
|
| 2442 |
"bar for your single posts, add a featured image and set different colors to "
|
| 2445 |
"taxonomies archive filters."
|
| 2446 |
msgstr ""
|
| 2447 |
|
| 2448 |
+
#: framework/premium/extensions/post-types-extra/readme.php:10
|
|
|
|
| 2449 |
msgid "Custom Fields"
|
| 2450 |
msgstr ""
|
| 2451 |
|
| 2452 |
+
#: framework/premium/extensions/post-types-extra/readme.php:14
|
|
|
|
| 2453 |
msgid ""
|
| 2454 |
"After setting up your custom fields you will be able to output them from %s "
|
| 2455 |
"or from %2s."
|
| 2456 |
msgstr ""
|
| 2457 |
|
| 2458 |
+
#: framework/premium/extensions/post-types-extra/readme.php:17
|
|
|
|
| 2459 |
msgid "Customizer ➝ Blog Posts ➝ Card Options"
|
| 2460 |
msgstr ""
|
| 2461 |
|
| 2462 |
+
#: framework/premium/extensions/post-types-extra/readme.php:21
|
|
|
|
| 2463 |
msgid "Customizer ➝ Single Posts ➝ Post Title"
|
| 2464 |
msgstr ""
|
| 2465 |
|
| 2466 |
+
#: framework/premium/extensions/post-types-extra/readme.php:29
|
|
|
|
| 2467 |
msgid "Taxonomies Filters"
|
| 2468 |
msgstr ""
|
| 2469 |
|
| 2470 |
+
#: framework/premium/extensions/post-types-extra/readme.php:33
|
|
|
|
| 2471 |
msgid "You can enable the taxonomies filters from %s."
|
| 2472 |
msgstr ""
|
| 2473 |
|
| 2474 |
+
#: framework/premium/extensions/post-types-extra/readme.php:36
|
|
|
|
| 2475 |
msgid "Customizer ➝ Blog Posts ➝ Filters"
|
| 2476 |
msgstr ""
|
| 2477 |
|
| 2478 |
+
#: framework/premium/extensions/post-types-extra/readme.php:44
|
|
|
|
| 2479 |
msgid "Read Progress Bar"
|
| 2480 |
msgstr ""
|
| 2481 |
|
| 2482 |
+
#: framework/premium/extensions/post-types-extra/readme.php:48
|
|
|
|
| 2483 |
msgid "This options could be enabled from %s."
|
| 2484 |
msgstr ""
|
| 2485 |
|
| 2486 |
+
#: framework/premium/extensions/post-types-extra/readme.php:51
|
|
|
|
| 2487 |
msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
|
| 2488 |
msgstr ""
|
| 2489 |
|
| 2490 |
+
#: framework/premium/extensions/post-types-extra/readme.php:59
|
|
|
|
| 2491 |
msgid "Taxonomy Featured Image & Custom Colors"
|
| 2492 |
msgstr ""
|
| 2493 |
|
| 2494 |
+
#: framework/premium/extensions/post-types-extra/readme.php:63
|
|
|
|
| 2495 |
msgid ""
|
| 2496 |
"To customize these options simply navigate to %s and edit one of your "
|
| 2497 |
"categories."
|
| 2498 |
msgstr ""
|
| 2499 |
|
| 2500 |
+
#: framework/premium/extensions/post-types-extra/readme.php:66
|
|
|
|
| 2501 |
msgid "Dashboard ➝ Posts ➝ Categories"
|
| 2502 |
msgstr ""
|
| 2503 |
|
| 2504 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2505 |
#: framework/premium/extensions/shortcuts/config.php:5,
|
| 2506 |
+
#: framework/premium/extensions/shortcuts/customizer.php:524
|
|
|
|
|
|
|
| 2507 |
msgctxt "Extension Brand Name"
|
| 2508 |
msgid "Shortcuts Bar"
|
| 2509 |
msgstr ""
|
| 2510 |
|
| 2511 |
+
#: framework/premium/extensions/shortcuts/config.php:6
|
|
|
|
| 2512 |
msgid ""
|
| 2513 |
"Easily turn your websites into mobile first experiences. You can easily add "
|
| 2514 |
"the most important actions at the bottom of the screen for easy access."
|
| 2518 |
#: framework/premium/extensions/shortcuts/customizer.php:35,
|
| 2519 |
#: framework/premium/extensions/shortcuts/customizer.php:563,
|
| 2520 |
#: framework/premium/extensions/shortcuts/views/bar.php:13,
|
| 2521 |
+
#: framework/premium/extensions/shortcuts/views/bar.php:43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2522 |
msgid "Home"
|
| 2523 |
msgstr ""
|
| 2524 |
|
| 2528 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:128,
|
| 2529 |
#: framework/premium/extensions/shortcuts/views/bar.php:22,
|
| 2530 |
#: framework/premium/extensions/shortcuts/views/bar.php:44,
|
| 2531 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:76
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2532 |
msgid "Phone"
|
| 2533 |
msgstr ""
|
| 2534 |
|
| 2535 |
#: framework/premium/extensions/shortcuts/customizer.php:192,
|
| 2536 |
#: framework/premium/extensions/shortcuts/customizer.php:215,
|
| 2537 |
+
#: framework/premium/extensions/shortcuts/views/bar.php:46
|
|
|
|
|
|
|
|
|
|
| 2538 |
msgid "Scroll Top"
|
| 2539 |
msgstr ""
|
| 2540 |
|
| 2541 |
#: framework/premium/extensions/shortcuts/customizer.php:293,
|
| 2542 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
|
| 2543 |
+
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:539
|
|
|
|
|
|
|
|
|
|
| 2544 |
msgid "Open link in new tab"
|
| 2545 |
msgstr ""
|
| 2546 |
|
| 2547 |
+
#: framework/premium/extensions/shortcuts/customizer.php:300
|
|
|
|
| 2548 |
msgid "Set link to nofollow"
|
| 2549 |
msgstr ""
|
| 2550 |
|
| 2551 |
+
#: framework/premium/extensions/shortcuts/customizer.php:306
|
|
|
|
| 2552 |
msgid "Custom class"
|
| 2553 |
msgstr ""
|
| 2554 |
|
| 2555 |
#: framework/premium/extensions/shortcuts/customizer.php:338,
|
| 2556 |
#: framework/premium/extensions/shortcuts/customizer.php:361,
|
| 2557 |
+
#: framework/premium/extensions/shortcuts/views/bar.php:47
|
|
|
|
|
|
|
|
|
|
| 2558 |
msgid "Cart"
|
| 2559 |
msgstr ""
|
| 2560 |
|
| 2561 |
#: framework/premium/extensions/shortcuts/customizer.php:394,
|
| 2562 |
+
#: framework/premium/extensions/shortcuts/customizer.php:417
|
|
|
|
|
|
|
| 2563 |
msgid "Shop"
|
| 2564 |
msgstr ""
|
| 2565 |
|
| 2566 |
#: framework/premium/extensions/shortcuts/customizer.php:450,
|
| 2567 |
#: framework/premium/extensions/shortcuts/customizer.php:473,
|
| 2568 |
#: framework/premium/extensions/woocommerce-extra/readme.php:70,
|
|
|
|
|
|
|
|
|
|
| 2569 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
| 2570 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
|
| 2571 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:100,
|
| 2572 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:106
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2573 |
msgid "Wishlist"
|
| 2574 |
msgstr ""
|
| 2575 |
|
| 2576 |
#: framework/premium/extensions/shortcuts/customizer.php:538,
|
| 2577 |
+
#: framework/premium/features/content-blocks/admin-ui.php:196
|
|
|
|
|
|
|
| 2578 |
msgid "Type"
|
| 2579 |
msgstr ""
|
| 2580 |
|
| 2581 |
+
#: framework/premium/extensions/shortcuts/customizer.php:557
|
|
|
|
| 2582 |
msgid "Shortcuts"
|
| 2583 |
msgstr ""
|
| 2584 |
|
| 2585 |
#: framework/premium/extensions/shortcuts/customizer.php:612,
|
| 2586 |
#: framework/features/header/items/account/options.php:275,
|
| 2587 |
#: framework/features/header/items/account/options.php:572,
|
| 2588 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2589 |
msgid "Label Visibility"
|
| 2590 |
msgstr ""
|
| 2591 |
|
| 2592 |
#: framework/premium/extensions/shortcuts/customizer.php:652,
|
| 2593 |
#: framework/features/header/items/account/options.php:311,
|
| 2594 |
#: framework/features/header/items/account/options.php:608,
|
| 2595 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2596 |
msgid "Label Position"
|
| 2597 |
msgstr ""
|
| 2598 |
|
| 2602 |
#: framework/features/header/items/account/options.php:320,
|
| 2603 |
#: framework/features/header/items/account/options.php:617,
|
| 2604 |
#: framework/premium/features/content-blocks/options/hook.php:307,
|
| 2605 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2606 |
msgid "Bottom"
|
| 2607 |
msgstr ""
|
| 2608 |
|
| 2610 |
#: framework/features/header/items/account/options.php:258,
|
| 2611 |
#: framework/features/header/items/account/options.php:499,
|
| 2612 |
#: framework/features/header/items/account/options.php:555,
|
| 2613 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2614 |
msgid "Icon Size"
|
| 2615 |
msgstr ""
|
| 2616 |
|
| 2617 |
+
#: framework/premium/extensions/shortcuts/customizer.php:682
|
|
|
|
| 2618 |
msgid "Container Height"
|
| 2619 |
msgstr ""
|
| 2620 |
|
| 2621 |
+
#: framework/premium/extensions/shortcuts/customizer.php:697
|
|
|
|
| 2622 |
msgid "Container Max Width"
|
| 2623 |
msgstr ""
|
| 2624 |
|
| 2625 |
+
#: framework/premium/extensions/shortcuts/customizer.php:721
|
|
|
|
| 2626 |
msgid "Scroll Interaction"
|
| 2627 |
msgstr ""
|
| 2628 |
|
| 2636 |
#: framework/premium/features/content-blocks/options/hook.php:158,
|
| 2637 |
#: framework/premium/features/content-blocks/options/popup.php:162,
|
| 2638 |
#: framework/premium/features/content-blocks/options/popup.php:437,
|
| 2639 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:338
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2640 |
msgid "None"
|
| 2641 |
msgstr ""
|
| 2642 |
|
| 2643 |
+
#: framework/premium/extensions/shortcuts/customizer.php:727
|
|
|
|
| 2644 |
msgid "Hide"
|
| 2645 |
msgstr ""
|
| 2646 |
|
| 2647 |
+
#: framework/premium/extensions/shortcuts/customizer.php:769
|
|
|
|
| 2648 |
msgid "Shortcuts Bar Display Conditions"
|
| 2649 |
msgstr ""
|
| 2650 |
|
| 2651 |
+
#: framework/premium/extensions/shortcuts/customizer.php:770
|
|
|
|
| 2652 |
msgid "Add one or more conditions to display the shortcuts bar."
|
| 2653 |
msgstr ""
|
| 2654 |
|
| 2655 |
#: framework/premium/extensions/shortcuts/customizer.php:784,
|
|
|
|
| 2656 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
|
| 2657 |
#: framework/premium/features/premium-header/items/contacts/options.php:410,
|
| 2658 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
| 2659 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2660 |
msgid "Font"
|
| 2661 |
msgstr ""
|
| 2662 |
|
| 2663 |
#: framework/premium/extensions/shortcuts/customizer.php:826,
|
|
|
|
| 2664 |
#: framework/premium/features/premium-header/items/contacts/options.php:590,
|
| 2665 |
#: framework/premium/features/premium-header/items/contacts/options.php:619,
|
| 2666 |
#: framework/premium/features/premium-header/items/contacts/options.php:650,
|
| 2667 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:680
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2668 |
msgid "Icons Color"
|
| 2669 |
msgstr ""
|
| 2670 |
|
| 2671 |
+
#: framework/premium/extensions/shortcuts/customizer.php:865
|
|
|
|
| 2672 |
msgid "Cart Badge Color"
|
| 2673 |
msgstr ""
|
| 2674 |
|
| 2675 |
+
#: framework/premium/extensions/shortcuts/customizer.php:920
|
|
|
|
| 2676 |
msgid "Items Divider Height"
|
| 2677 |
msgstr ""
|
| 2678 |
|
| 2679 |
#: framework/premium/extensions/shortcuts/customizer.php:934,
|
| 2680 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
|
| 2681 |
#: framework/premium/features/content-blocks/options/popup.php:387,
|
| 2682 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:446
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2683 |
msgid "Shadow"
|
| 2684 |
msgstr ""
|
| 2685 |
|
| 2686 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2687 |
+
#: framework/premium/extensions/sidebars/config.php:5
|
|
|
|
| 2688 |
msgctxt "Extension Brand Name"
|
| 2689 |
msgid "Multiple Sidebars"
|
| 2690 |
msgstr ""
|
| 2691 |
|
| 2692 |
+
#: framework/premium/extensions/sidebars/config.php:6
|
|
|
|
| 2693 |
msgid ""
|
| 2694 |
"Create unlimited personalized sets of widget areas and display them on any "
|
| 2695 |
"page or post using our conditional logic functionality."
|
| 2696 |
msgstr ""
|
| 2697 |
|
| 2698 |
+
#: framework/premium/extensions/sidebars/config.php:10
|
|
|
|
| 2699 |
msgid "Create New Sidebar"
|
| 2700 |
msgstr ""
|
| 2701 |
|
| 2702 |
+
#: framework/premium/extensions/sidebars/form.php:3
|
|
|
|
| 2703 |
#: framework/premium/extensions/sidebars/static/js/main.js:42
|
| 2704 |
msgid "Create Sidebar/Widget Area"
|
| 2705 |
msgstr ""
|
| 2706 |
|
| 2707 |
+
#: framework/premium/extensions/sidebars/form.php:6
|
|
|
|
| 2708 |
msgid ""
|
| 2709 |
"In order to create a new sidebar/widget area simply enter a name in the "
|
| 2710 |
"input below and click the Create Sidebar button."
|
| 2711 |
msgstr ""
|
| 2712 |
|
| 2713 |
+
#: framework/premium/extensions/sidebars/form.php:16
|
|
|
|
| 2714 |
#: framework/premium/extensions/sidebars/static/js/main.js:58
|
| 2715 |
msgid "Create Sidebar"
|
| 2716 |
msgstr ""
|
| 2717 |
|
| 2718 |
+
#: framework/premium/extensions/sidebars/form.php:20
|
|
|
|
| 2719 |
msgid "Available Sidebars/Widget Areas"
|
| 2720 |
msgstr ""
|
| 2721 |
|
| 2722 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2723 |
+
#: framework/premium/extensions/white-label/config.php:5
|
|
|
|
| 2724 |
msgctxt "Extension Brand Name"
|
| 2725 |
msgid "White Label"
|
| 2726 |
msgstr ""
|
| 2727 |
|
| 2728 |
+
#: framework/premium/extensions/white-label/config.php:6
|
|
|
|
| 2729 |
msgid ""
|
| 2730 |
"Replace Blocksy's branding with your own. Easily hide licensing info and "
|
| 2731 |
"other sections of the theme and companion plugin from your clients and make "
|
| 2733 |
msgstr ""
|
| 2734 |
|
| 2735 |
#. translators: This is a brand name. Preferably to not be translated
|
| 2736 |
+
#: framework/premium/extensions/woocommerce-extra/config.php:5
|
|
|
|
| 2737 |
msgctxt "Extension Brand Name"
|
| 2738 |
msgid "WooCommerce Extra"
|
| 2739 |
msgstr ""
|
| 2740 |
|
| 2741 |
+
#: framework/premium/extensions/woocommerce-extra/config.php:6
|
|
|
|
| 2742 |
msgid ""
|
| 2743 |
"Make the shopping experience better for your visitors! Add features such as "
|
| 2744 |
"Product Quick View, Wishlist functionality and a Floating Add to Cart "
|
| 2745 |
"button. Customize the single product gallery/slider and the layout."
|
| 2746 |
msgstr ""
|
| 2747 |
|
| 2748 |
+
#: framework/premium/extensions/woocommerce-extra/customizer.php:5
|
|
|
|
| 2749 |
msgid "Quick View Button"
|
| 2750 |
msgstr ""
|
| 2751 |
|
| 2752 |
+
#: framework/premium/extensions/woocommerce-extra/customizer.php:21
|
|
|
|
| 2753 |
msgid "Trigger On"
|
| 2754 |
msgstr ""
|
| 2755 |
|
| 2756 |
+
#: framework/premium/extensions/woocommerce-extra/customizer.php:29
|
|
|
|
| 2757 |
msgid "Button click"
|
| 2758 |
msgstr ""
|
| 2759 |
|
| 2760 |
+
#: framework/premium/extensions/woocommerce-extra/customizer.php:30
|
|
|
|
| 2761 |
msgid "Image click"
|
| 2762 |
msgstr ""
|
| 2763 |
|
| 2764 |
+
#: framework/premium/extensions/woocommerce-extra/customizer.php:31
|
|
|
|
| 2765 |
msgid "Card click"
|
| 2766 |
msgstr ""
|
| 2767 |
|
| 2770 |
#: framework/features/header/items/account/options.php:235,
|
| 2771 |
#: framework/features/header/items/account/options.php:476,
|
| 2772 |
#: framework/features/header/items/account/options.php:534,
|
| 2773 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2774 |
msgid "Type 3"
|
| 2775 |
msgstr ""
|
| 2776 |
|
| 2778 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
|
| 2779 |
#: framework/features/header/items/account/options.php:240,
|
| 2780 |
#: framework/features/header/items/account/options.php:481,
|
| 2781 |
+
#: framework/features/header/items/account/options.php:539
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2782 |
msgid "Type 4"
|
| 2783 |
msgstr ""
|
| 2784 |
|
| 2785 |
#: framework/premium/extensions/woocommerce-extra/extension.php:119,
|
| 2786 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:138
|
|
|
|
|
|
|
| 2787 |
msgid "Number of Columns"
|
| 2788 |
msgstr ""
|
| 2789 |
|
| 2790 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:162
|
|
|
|
| 2791 |
msgid "Gallery Arrows Visibility"
|
| 2792 |
msgstr ""
|
| 2793 |
|
| 2794 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:183
|
|
|
|
| 2795 |
msgid "Thumbnails Arrows Visibility"
|
| 2796 |
msgstr ""
|
| 2797 |
|
| 2798 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:391
|
|
|
|
| 2799 |
msgid "Icons Spacing"
|
| 2800 |
msgstr ""
|
| 2801 |
|
| 2802 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:439
|
|
|
|
| 2803 |
msgid "WooCommerce Offcanvas Filters"
|
| 2804 |
msgstr ""
|
| 2805 |
|
| 2806 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:441
|
|
|
|
| 2807 |
msgid "Add widgets here."
|
| 2808 |
msgstr ""
|
| 2809 |
|
| 2810 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:714
|
|
|
|
| 2811 |
msgid "Available Filters"
|
| 2812 |
msgstr ""
|
| 2813 |
|
| 2814 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:715
|
|
|
|
| 2815 |
msgid "Close filters modal"
|
| 2816 |
msgstr ""
|
| 2817 |
|
| 2818 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:808
|
|
|
|
| 2819 |
msgid "Quick view title before"
|
| 2820 |
msgstr ""
|
| 2821 |
|
| 2822 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:813
|
|
|
|
| 2823 |
msgid "Quick view title after"
|
| 2824 |
msgstr ""
|
| 2825 |
|
| 2826 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:818
|
|
|
|
| 2827 |
msgid "Quick view price before"
|
| 2828 |
msgstr ""
|
| 2829 |
|
| 2830 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:823
|
|
|
|
| 2831 |
msgid "Quick view price after"
|
| 2832 |
msgstr ""
|
| 2833 |
|
| 2834 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:828
|
|
|
|
| 2835 |
msgid "Quick view summary before"
|
| 2836 |
msgstr ""
|
| 2837 |
|
| 2838 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:833
|
|
|
|
| 2839 |
msgid "Quick view summary after"
|
| 2840 |
msgstr ""
|
| 2841 |
|
| 2842 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
|
| 2843 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:25
|
|
|
|
|
|
|
| 2844 |
msgid "Floating Cart"
|
| 2845 |
msgstr ""
|
| 2846 |
|
| 2847 |
+
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
|
|
|
|
| 2848 |
msgid "Position"
|
| 2849 |
msgstr ""
|
| 2850 |
|
| 2851 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
|
| 2852 |
#: framework/premium/features/content-blocks/hooks-manager.php:407,
|
| 2853 |
+
#: framework/premium/features/content-blocks/options/hook.php:306
|
|
|
|
|
|
|
|
|
|
| 2854 |
msgid "Top"
|
| 2855 |
msgstr ""
|
| 2856 |
|
| 2857 |
+
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
|
|
|
|
| 2858 |
msgid "Product Title Visibility"
|
| 2859 |
msgstr ""
|
| 2860 |
|
| 2861 |
+
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
|
|
|
|
| 2862 |
msgid "Floating Cart Visibility"
|
| 2863 |
msgstr ""
|
| 2864 |
|
| 2865 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:79
|
|
|
|
| 2866 |
msgid "Close quick view"
|
| 2867 |
msgstr ""
|
| 2868 |
|
| 2869 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:106
|
|
|
|
| 2870 |
msgid "Go to product page"
|
| 2871 |
msgstr ""
|
| 2872 |
|
| 2873 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:152
|
|
|
|
| 2874 |
msgid "Quick view toggle"
|
| 2875 |
msgstr ""
|
| 2876 |
|
| 2877 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:152
|
|
|
|
| 2878 |
msgid "Quick view icon"
|
| 2879 |
msgstr ""
|
| 2880 |
|
| 2881 |
+
#: framework/premium/extensions/woocommerce-extra/helpers.php:186
|
|
|
|
| 2882 |
msgid "Filter"
|
| 2883 |
msgstr ""
|
| 2884 |
|
| 2885 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
|
|
|
|
| 2886 |
msgid "Off Canvas Filter"
|
| 2887 |
msgstr ""
|
| 2888 |
|
| 2889 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
|
|
|
|
| 2890 |
msgid "Filter Widgets"
|
| 2891 |
msgstr ""
|
| 2892 |
|
| 2893 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
|
|
|
|
| 2894 |
msgid "Widgets"
|
| 2895 |
msgstr ""
|
| 2896 |
|
| 2897 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
|
|
|
|
| 2898 |
msgid "Widgets Vertical Spacing"
|
| 2899 |
msgstr ""
|
| 2900 |
|
| 2901 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
|
|
|
|
| 2902 |
msgid "Widgets Title Font"
|
| 2903 |
msgstr ""
|
| 2904 |
|
| 2905 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
|
|
|
|
| 2906 |
msgid "Widgets Title Font Color"
|
| 2907 |
msgstr ""
|
| 2908 |
|
| 2909 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
|
|
|
|
| 2910 |
msgid "Widgets Font"
|
| 2911 |
msgstr ""
|
| 2912 |
|
| 2913 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
|
|
|
|
| 2914 |
msgid "Widgets Font Color"
|
| 2915 |
msgstr ""
|
| 2916 |
|
| 2917 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
|
|
|
|
| 2918 |
#: framework/premium/features/premium-header/items/contacts/options.php:472,
|
| 2919 |
#: framework/premium/features/premium-header/items/contacts/options.php:515,
|
| 2920 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:555
|
|
|
|
|
|
|
|
|
|
| 2921 |
msgid "Text Initial"
|
| 2922 |
msgstr ""
|
| 2923 |
|
| 2924 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
|
|
|
|
| 2925 |
#: framework/premium/features/premium-header/items/contacts/options.php:484,
|
| 2926 |
#: framework/premium/features/premium-header/items/contacts/options.php:525,
|
| 2927 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:565
|
|
|
|
|
|
|
|
|
|
| 2928 |
msgid "Link Hover"
|
| 2929 |
msgstr ""
|
| 2930 |
|
| 2931 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
|
|
|
|
| 2932 |
msgid "Filter Button & Panel"
|
| 2933 |
msgstr ""
|
| 2934 |
|
| 2935 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
|
|
|
|
| 2936 |
msgid "Filter Icon Type"
|
| 2937 |
msgstr ""
|
| 2938 |
|
| 2939 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
|
|
|
|
| 2940 |
msgid "Filter Button Visibility"
|
| 2941 |
msgstr ""
|
| 2942 |
|
| 2943 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
|
|
|
|
| 2944 |
msgid "Panel Reveal"
|
| 2945 |
msgstr ""
|
| 2946 |
|
| 2947 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
|
|
|
|
| 2948 |
msgid "Left Side"
|
| 2949 |
msgstr ""
|
| 2950 |
|
| 2951 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
|
|
|
|
| 2952 |
msgid "Right Side"
|
| 2953 |
msgstr ""
|
| 2954 |
|
| 2955 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
|
|
|
|
| 2956 |
msgid "Panel Width"
|
| 2957 |
msgstr ""
|
| 2958 |
|
| 2959 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
|
|
|
|
| 2960 |
msgid "Panel Background"
|
| 2961 |
msgstr ""
|
| 2962 |
|
| 2963 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
|
|
|
|
| 2964 |
msgid "Panel Shadow"
|
| 2965 |
msgstr ""
|
| 2966 |
|
| 2967 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
| 2968 |
+
#: framework/features/header/items/account/options.php:1155
|
|
|
|
|
|
|
| 2969 |
msgid "Close Button Type"
|
| 2970 |
msgstr ""
|
| 2971 |
|
| 2972 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
| 2973 |
+
#: framework/features/header/items/account/options.php:1164
|
|
|
|
|
|
|
| 2974 |
msgid "Simple"
|
| 2975 |
msgstr ""
|
| 2976 |
|
| 2977 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
| 2978 |
+
#: framework/features/header/items/account/options.php:1165
|
|
|
|
|
|
|
| 2979 |
msgid "Border"
|
| 2980 |
msgstr ""
|
| 2981 |
|
| 2982 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
| 2983 |
+
#: framework/features/header/items/account/options.php:1208
|
|
|
|
|
|
|
| 2984 |
msgid "Border Color"
|
| 2985 |
msgstr ""
|
| 2986 |
|
| 2987 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:4
|
|
|
|
| 2988 |
msgid ""
|
| 2989 |
"After installing and activating the WooCommerce Extra extension you will "
|
| 2990 |
"have these features:"
|
| 2991 |
msgstr ""
|
| 2992 |
|
| 2993 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:10
|
|
|
|
| 2994 |
msgid "Product Quick View"
|
| 2995 |
msgstr ""
|
| 2996 |
|
| 2998 |
#: framework/premium/extensions/woocommerce-extra/readme.php:29,
|
| 2999 |
#: framework/premium/extensions/woocommerce-extra/readme.php:44,
|
| 3000 |
#: framework/premium/extensions/woocommerce-extra/readme.php:59,
|
| 3001 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:74
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3002 |
msgid "Navigate to %s."
|
| 3003 |
msgstr ""
|
| 3004 |
|
| 3005 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:17
|
|
|
|
| 3006 |
msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
|
| 3007 |
msgstr ""
|
| 3008 |
|
| 3009 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:32
|
|
|
|
| 3010 |
msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
|
| 3011 |
msgstr ""
|
| 3012 |
|
| 3013 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:40
|
|
|
|
| 3014 |
msgid "Advanced Gallery & Slider"
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:47
|
|
|
|
| 3018 |
msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
|
| 3019 |
msgstr ""
|
| 3020 |
|
| 3021 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:55
|
|
|
|
| 3022 |
msgid "Share Box"
|
| 3023 |
msgstr ""
|
| 3024 |
|
| 3025 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:62
|
|
|
|
| 3026 |
msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
|
| 3027 |
msgstr ""
|
| 3028 |
|
| 3029 |
+
#: framework/premium/extensions/woocommerce-extra/readme.php:77
|
|
|
|
| 3030 |
msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
|
| 3031 |
msgstr ""
|
| 3032 |
|
| 3033 |
+
#: framework/premium/features/content-blocks/admin-ui.php:17
|
|
|
|
| 3034 |
msgid "Enable"
|
| 3035 |
msgstr ""
|
| 3036 |
|
| 3037 |
+
#: framework/premium/features/content-blocks/admin-ui.php:18
|
|
|
|
| 3038 |
msgid "Disable"
|
| 3039 |
msgstr ""
|
| 3040 |
|
| 3041 |
+
#: framework/premium/features/content-blocks/admin-ui.php:69
|
|
|
|
| 3042 |
msgid "Enabled %s content block."
|
| 3043 |
msgid_plural "Enabled %s content blocks."
|
| 3044 |
msgstr[0] ""
|
| 3045 |
msgstr[1] ""
|
| 3046 |
|
| 3047 |
+
#: framework/premium/features/content-blocks/admin-ui.php:94
|
|
|
|
| 3048 |
msgid "Disabled %s content block."
|
| 3049 |
msgid_plural "Disabled %s content blocks."
|
| 3050 |
msgstr[0] ""
|
| 3051 |
msgstr[1] ""
|
| 3052 |
|
| 3053 |
+
#: framework/premium/features/content-blocks/admin-ui.php:120
|
|
|
|
| 3054 |
#: framework/premium/static/js/hooks/CreateHook.js:68
|
| 3055 |
msgid "Custom Content/Hooks"
|
| 3056 |
msgstr ""
|
| 3057 |
|
| 3058 |
+
#: framework/premium/features/content-blocks/admin-ui.php:121
|
|
|
|
| 3059 |
#: framework/premium/static/js/hooks/CreateHook.js:77
|
| 3060 |
msgid "Popup"
|
| 3061 |
msgstr ""
|
| 3062 |
|
| 3063 |
+
#: framework/premium/features/content-blocks/admin-ui.php:122
|
|
|
|
| 3064 |
msgid "404 Page"
|
| 3065 |
msgstr ""
|
| 3066 |
|
| 3067 |
#: framework/premium/features/content-blocks/admin-ui.php:123,
|
| 3068 |
#: framework/premium/features/content-blocks/hooks-manager.php:50,
|
| 3069 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:59
|
|
|
|
|
|
|
|
|
|
| 3070 |
msgid "Header"
|
| 3071 |
msgstr ""
|
| 3072 |
|
| 3073 |
#: framework/premium/features/content-blocks/admin-ui.php:124,
|
| 3074 |
#: framework/premium/features/content-blocks/hooks-manager.php:890,
|
| 3075 |
#: framework/premium/features/content-blocks/hooks-manager.php:898,
|
| 3076 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:906
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3077 |
msgid "Footer"
|
| 3078 |
msgstr ""
|
| 3079 |
|
| 3080 |
+
#: framework/premium/features/content-blocks/admin-ui.php:125
|
|
|
|
| 3081 |
msgid "Archive"
|
| 3082 |
msgstr ""
|
| 3083 |
|
| 3084 |
+
#: framework/premium/features/content-blocks/admin-ui.php:126
|
|
|
|
| 3085 |
msgid "Single"
|
| 3086 |
msgstr ""
|
| 3087 |
|
| 3088 |
+
#: framework/premium/features/content-blocks/admin-ui.php:131
|
|
|
|
| 3089 |
msgid "All types"
|
| 3090 |
msgstr ""
|
| 3091 |
|
| 3092 |
+
#: framework/premium/features/content-blocks/admin-ui.php:197
|
|
|
|
| 3093 |
msgid "Location/Trigger"
|
| 3094 |
msgstr ""
|
| 3095 |
|
| 3096 |
+
#: framework/premium/features/content-blocks/admin-ui.php:198
|
|
|
|
| 3097 |
msgid "Conditions"
|
| 3098 |
msgstr ""
|
| 3099 |
|
| 3100 |
+
#: framework/premium/features/content-blocks/admin-ui.php:199
|
|
|
|
| 3101 |
msgid "Output"
|
| 3102 |
msgstr ""
|
| 3103 |
|
| 3104 |
+
#: framework/premium/features/content-blocks/admin-ui.php:200
|
|
|
|
| 3105 |
msgid "Enable/Disable"
|
| 3106 |
msgstr ""
|
| 3107 |
|
| 3108 |
#: framework/premium/features/content-blocks/admin-ui.php:226,
|
| 3109 |
+
#: framework/premium/features/content-blocks/options/popup.php:163
|
|
|
|
|
|
|
| 3110 |
msgid "On scroll"
|
| 3111 |
msgstr ""
|
| 3112 |
|
| 3113 |
#: framework/premium/features/content-blocks/admin-ui.php:227,
|
| 3114 |
+
#: framework/premium/features/content-blocks/options/popup.php:164
|
|
|
|
|
|
|
| 3115 |
msgid "On scroll to element"
|
| 3116 |
msgstr ""
|
| 3117 |
|
| 3118 |
#: framework/premium/features/content-blocks/admin-ui.php:228,
|
| 3119 |
+
#: framework/premium/features/content-blocks/options/popup.php:165
|
|
|
|
|
|
|
| 3120 |
msgid "On page load"
|
| 3121 |
msgstr ""
|
| 3122 |
|
| 3123 |
#: framework/premium/features/content-blocks/admin-ui.php:229,
|
| 3124 |
+
#: framework/premium/features/content-blocks/options/popup.php:166
|
|
|
|
|
|
|
| 3125 |
msgid "After inactivity"
|
| 3126 |
msgstr ""
|
| 3127 |
|
| 3128 |
#: framework/premium/features/content-blocks/admin-ui.php:230,
|
| 3129 |
+
#: framework/premium/features/content-blocks/options/popup.php:167
|
|
|
|
|
|
|
| 3130 |
msgid "After x time"
|
| 3131 |
msgstr ""
|
| 3132 |
|
| 3133 |
#: framework/premium/features/content-blocks/admin-ui.php:231,
|
| 3134 |
+
#: framework/premium/features/content-blocks/options/popup.php:168
|
|
|
|
|
|
|
| 3135 |
msgid "After x pages"
|
| 3136 |
msgstr ""
|
| 3137 |
|
| 3138 |
#: framework/premium/features/content-blocks/admin-ui.php:232,
|
| 3139 |
+
#: framework/premium/features/content-blocks/options/popup.php:169
|
|
|
|
|
|
|
| 3140 |
msgid "On page exit intent"
|
| 3141 |
msgstr ""
|
| 3142 |
|
| 3143 |
+
#: framework/premium/features/content-blocks/admin-ui.php:236
|
|
|
|
| 3144 |
msgid "Down"
|
| 3145 |
msgstr ""
|
| 3146 |
|
| 3147 |
+
#: framework/premium/features/content-blocks/admin-ui.php:237
|
|
|
|
| 3148 |
msgid "Up"
|
| 3149 |
msgstr ""
|
| 3150 |
|
| 3151 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:11
|
|
|
|
| 3152 |
msgid "WP head"
|
| 3153 |
msgstr ""
|
| 3154 |
|
| 3155 |
#: framework/premium/features/content-blocks/hooks-manager.php:13,
|
| 3156 |
#: framework/premium/features/content-blocks/hooks-manager.php:22,
|
| 3157 |
#: framework/premium/features/content-blocks/hooks-manager.php:32,
|
| 3158 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3159 |
msgid "Head"
|
| 3160 |
msgstr ""
|
| 3161 |
|
| 3162 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:20
|
|
|
|
| 3163 |
msgid "WP head start"
|
| 3164 |
msgstr ""
|
| 3165 |
|
| 3166 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:30
|
|
|
|
| 3167 |
msgid "WP head end"
|
| 3168 |
msgstr ""
|
| 3169 |
|
| 3170 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:39
|
|
|
|
| 3171 |
msgid "WP body open"
|
| 3172 |
msgstr ""
|
| 3173 |
|
| 3174 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:48
|
|
|
|
| 3175 |
msgid "Header before"
|
| 3176 |
msgstr ""
|
| 3177 |
|
| 3178 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:57
|
|
|
|
| 3179 |
msgid "Header after"
|
| 3180 |
msgstr ""
|
| 3181 |
|
| 3182 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:66
|
|
|
|
| 3183 |
msgid "Desktop top"
|
| 3184 |
msgstr ""
|
| 3185 |
|
| 3186 |
#: framework/premium/features/content-blocks/hooks-manager.php:68,
|
| 3187 |
#: framework/premium/features/content-blocks/hooks-manager.php:77,
|
| 3188 |
#: framework/premium/features/content-blocks/hooks-manager.php:86,
|
| 3189 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3190 |
msgid "Header offcanvas"
|
| 3191 |
msgstr ""
|
| 3192 |
|
| 3193 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:75
|
|
|
|
| 3194 |
msgid "Desktop bottom"
|
| 3195 |
msgstr ""
|
| 3196 |
|
| 3197 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:84
|
|
|
|
| 3198 |
msgid "Mobile top"
|
| 3199 |
msgstr ""
|
| 3200 |
|
| 3201 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:93
|
|
|
|
| 3202 |
msgid "Mobile bottom"
|
| 3203 |
msgstr ""
|
| 3204 |
|
| 3205 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:102
|
|
|
|
| 3206 |
msgid "Sidebar before"
|
| 3207 |
msgstr ""
|
| 3208 |
|
| 3209 |
#: framework/premium/features/content-blocks/hooks-manager.php:103,
|
| 3210 |
#: framework/premium/features/content-blocks/hooks-manager.php:110,
|
| 3211 |
#: framework/premium/features/content-blocks/hooks-manager.php:117,
|
| 3212 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:124
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3213 |
msgid "Left/Right sidebar"
|
| 3214 |
msgstr ""
|
| 3215 |
|
| 3216 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:109
|
|
|
|
| 3217 |
msgid "Sidebar start"
|
| 3218 |
msgstr ""
|
| 3219 |
|
| 3220 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:116
|
|
|
|
| 3221 |
msgid "Sidebar end"
|
| 3222 |
msgstr ""
|
| 3223 |
|
| 3224 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:123
|
|
|
|
| 3225 |
msgid "Sidebar after"
|
| 3226 |
msgstr ""
|
| 3227 |
|
| 3228 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:130
|
|
|
|
| 3229 |
msgid "Dynamic sidebar before"
|
| 3230 |
msgstr ""
|
| 3231 |
|
| 3232 |
#: framework/premium/features/content-blocks/hooks-manager.php:131,
|
| 3233 |
#: framework/premium/features/content-blocks/hooks-manager.php:138,
|
| 3234 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:146
|
|
|
|
|
|
|
|
|
|
| 3235 |
msgid "All widget areas"
|
| 3236 |
msgstr ""
|
| 3237 |
|
| 3238 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:137
|
|
|
|
| 3239 |
msgid "Dynamic sidebar"
|
| 3240 |
msgstr ""
|
| 3241 |
|
| 3242 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:145
|
|
|
|
| 3243 |
msgid "Dynamic sidebar after"
|
| 3244 |
msgstr ""
|
| 3245 |
|
| 3246 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:154
|
|
|
|
| 3247 |
msgid "Before section"
|
| 3248 |
msgstr ""
|
| 3249 |
|
| 3256 |
#: framework/premium/features/content-blocks/hooks-manager.php:203,
|
| 3257 |
#: framework/premium/features/content-blocks/hooks-manager.php:211,
|
| 3258 |
#: framework/premium/features/content-blocks/hooks-manager.php:219,
|
| 3259 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:227
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3260 |
msgid "Page/post title"
|
| 3261 |
msgstr ""
|
| 3262 |
|
| 3263 |
#: framework/premium/features/content-blocks/hooks-manager.php:162,
|
| 3264 |
#: framework/premium/features/content-blocks/hooks-manager.php:280,
|
| 3265 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:322
|
|
|
|
|
|
|
|
|
|
| 3266 |
msgid "Before title"
|
| 3267 |
msgstr ""
|
| 3268 |
|
| 3269 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:170
|
|
|
|
| 3270 |
msgid "Before description"
|
| 3271 |
msgstr ""
|
| 3272 |
|
| 3273 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:178
|
|
|
|
| 3274 |
msgid "Before breadcrumbs"
|
| 3275 |
msgstr ""
|
| 3276 |
|
| 3277 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:186
|
|
|
|
| 3278 |
msgid "Before post meta"
|
| 3279 |
msgstr ""
|
| 3280 |
|
| 3281 |
#: framework/premium/features/content-blocks/hooks-manager.php:194,
|
| 3282 |
#: framework/premium/features/content-blocks/hooks-manager.php:287,
|
| 3283 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:329
|
|
|
|
|
|
|
|
|
|
| 3284 |
msgid "After title"
|
| 3285 |
msgstr ""
|
| 3286 |
|
| 3287 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:202
|
|
|
|
| 3288 |
msgid "After description"
|
| 3289 |
msgstr ""
|
| 3290 |
|
| 3291 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:210
|
|
|
|
| 3292 |
msgid "After breadcrumbs"
|
| 3293 |
msgstr ""
|
| 3294 |
|
| 3295 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:218
|
|
|
|
| 3296 |
msgid "After post meta"
|
| 3297 |
msgstr ""
|
| 3298 |
|
| 3299 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:226
|
|
|
|
| 3300 |
msgid "After section"
|
| 3301 |
msgstr ""
|
| 3302 |
|
| 3303 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:234
|
|
|
|
| 3304 |
msgid "Before content"
|
| 3305 |
msgstr ""
|
| 3306 |
|
| 3307 |
#: framework/premium/features/content-blocks/hooks-manager.php:242,
|
| 3308 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:415
|
|
|
|
|
|
|
| 3309 |
msgid "Top content"
|
| 3310 |
msgstr ""
|
| 3311 |
|
| 3312 |
#: framework/premium/features/content-blocks/hooks-manager.php:250,
|
| 3313 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:437
|
|
|
|
|
|
|
| 3314 |
msgid "Bottom content"
|
| 3315 |
msgstr ""
|
| 3316 |
|
| 3317 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:258
|
|
|
|
| 3318 |
msgid "After content"
|
| 3319 |
msgstr ""
|
| 3320 |
|
| 3321 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:266
|
|
|
|
| 3322 |
msgid "Before comments"
|
| 3323 |
msgstr ""
|
| 3324 |
|
| 3327 |
#: framework/premium/features/content-blocks/hooks-manager.php:281,
|
| 3328 |
#: framework/premium/features/content-blocks/hooks-manager.php:288,
|
| 3329 |
#: framework/premium/features/content-blocks/hooks-manager.php:295,
|
| 3330 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3331 |
msgid "Comments"
|
| 3332 |
msgstr ""
|
| 3333 |
|
| 3334 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:273
|
|
|
|
| 3335 |
msgid "Top comments"
|
| 3336 |
msgstr ""
|
| 3337 |
|
| 3338 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:294
|
|
|
|
| 3339 |
msgid "Bottom comments"
|
| 3340 |
msgstr ""
|
| 3341 |
|
| 3342 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:301
|
|
|
|
| 3343 |
msgid "After comments"
|
| 3344 |
msgstr ""
|
| 3345 |
|
| 3346 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:308
|
|
|
|
| 3347 |
msgid "Before related posts"
|
| 3348 |
msgstr ""
|
| 3349 |
|
| 3356 |
#: framework/premium/features/content-blocks/hooks-manager.php:351,
|
| 3357 |
#: framework/premium/features/content-blocks/hooks-manager.php:358,
|
| 3358 |
#: framework/premium/features/content-blocks/hooks-manager.php:366,
|
| 3359 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3360 |
msgid "Related posts"
|
| 3361 |
msgstr ""
|
| 3362 |
|
| 3363 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:315
|
|
|
|
| 3364 |
msgid "Related posts top"
|
| 3365 |
msgstr ""
|
| 3366 |
|
| 3367 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:336
|
|
|
|
| 3368 |
msgid "Card top"
|
| 3369 |
msgstr ""
|
| 3370 |
|
| 3371 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:343
|
|
|
|
| 3372 |
msgid "Before featured image"
|
| 3373 |
msgstr ""
|
| 3374 |
|
| 3375 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:350
|
|
|
|
| 3376 |
msgid "After featured image"
|
| 3377 |
msgstr ""
|
| 3378 |
|
| 3379 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:357
|
|
|
|
| 3380 |
msgid "Card bottom"
|
| 3381 |
msgstr ""
|
| 3382 |
|
| 3383 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:365
|
|
|
|
| 3384 |
msgid "Related posts bottom"
|
| 3385 |
msgstr ""
|
| 3386 |
|
| 3387 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:372
|
|
|
|
| 3388 |
msgid "After related posts"
|
| 3389 |
msgstr ""
|
| 3390 |
|
| 3391 |
#: framework/premium/features/content-blocks/hooks-manager.php:379,
|
| 3392 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
|
|
|
|
|
|
|
| 3393 |
msgid "Before"
|
| 3394 |
msgstr ""
|
| 3395 |
|
| 3396 |
#: framework/premium/features/content-blocks/hooks-manager.php:380,
|
| 3397 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:387
|
|
|
|
|
|
|
| 3398 |
msgid "Loop"
|
| 3399 |
msgstr ""
|
| 3400 |
|
| 3401 |
#: framework/premium/features/content-blocks/hooks-manager.php:386,
|
| 3402 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
|
|
|
|
|
|
|
| 3403 |
msgid "After"
|
| 3404 |
msgstr ""
|
| 3405 |
|
| 3406 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:393
|
|
|
|
| 3407 |
msgid "Start"
|
| 3408 |
msgstr ""
|
| 3409 |
|
| 3410 |
#: framework/premium/features/content-blocks/hooks-manager.php:394,
|
| 3411 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:401
|
|
|
|
|
|
|
| 3412 |
msgid "Loop card"
|
| 3413 |
msgstr ""
|
| 3414 |
|
| 3415 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:400
|
|
|
|
| 3416 |
msgid "End"
|
| 3417 |
msgstr ""
|
| 3418 |
|
| 3419 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:423
|
|
|
|
| 3420 |
msgid "After certain number of blocks"
|
| 3421 |
msgstr ""
|
| 3422 |
|
| 3423 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:430
|
|
|
|
| 3424 |
msgid "Before certain number of headings"
|
| 3425 |
msgstr ""
|
| 3426 |
|
| 3427 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:453
|
|
|
|
| 3428 |
msgid "Login form start"
|
| 3429 |
msgstr ""
|
| 3430 |
|
| 3437 |
#: framework/premium/features/content-blocks/hooks-manager.php:496,
|
| 3438 |
#: framework/premium/features/content-blocks/hooks-manager.php:503,
|
| 3439 |
#: framework/premium/features/content-blocks/hooks-manager.php:510,
|
| 3440 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:517
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3441 |
msgid "Auth forms"
|
| 3442 |
msgstr ""
|
| 3443 |
|
| 3444 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:460
|
|
|
|
| 3445 |
msgid "Login form end"
|
| 3446 |
msgstr ""
|
| 3447 |
|
| 3448 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:467
|
|
|
|
| 3449 |
msgid "Login form modal start"
|
| 3450 |
msgstr ""
|
| 3451 |
|
| 3452 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:474
|
|
|
|
| 3453 |
msgid "Login form modal end"
|
| 3454 |
msgstr ""
|
| 3455 |
|
| 3456 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:481
|
|
|
|
| 3457 |
msgid "Register form start"
|
| 3458 |
msgstr ""
|
| 3459 |
|
| 3460 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:488
|
|
|
|
| 3461 |
msgid "Register form end"
|
| 3462 |
msgstr ""
|
| 3463 |
|
| 3464 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:495
|
|
|
|
| 3465 |
msgid "Register form modal start"
|
| 3466 |
msgstr ""
|
| 3467 |
|
| 3468 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:502
|
|
|
|
| 3469 |
msgid "Register form modal end"
|
| 3470 |
msgstr ""
|
| 3471 |
|
| 3472 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:509
|
|
|
|
| 3473 |
msgid "Lost password form modal start"
|
| 3474 |
msgstr ""
|
| 3475 |
|
| 3476 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:516
|
|
|
|
| 3477 |
msgid "Lost password form modal end"
|
| 3478 |
msgstr ""
|
| 3479 |
|
| 3480 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:524
|
|
|
|
| 3481 |
msgid "Before main content"
|
| 3482 |
msgstr ""
|
| 3483 |
|
| 3484 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:530
|
|
|
|
| 3485 |
msgid "After main content"
|
| 3486 |
msgstr ""
|
| 3487 |
|
| 3488 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:536
|
|
|
|
| 3489 |
msgid "Offcanvas Filters Top"
|
| 3490 |
msgstr ""
|
| 3491 |
|
| 3492 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:542
|
|
|
|
| 3493 |
msgid "Offcanvas Filters Bottom"
|
| 3494 |
msgstr ""
|
| 3495 |
|
| 3496 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:545
|
|
|
|
| 3497 |
msgid "WooCommerce Global"
|
| 3498 |
msgstr ""
|
| 3499 |
|
| 3500 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:550
|
|
|
|
| 3501 |
msgid "Archive description"
|
| 3502 |
msgstr ""
|
| 3503 |
|
| 3504 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:555
|
|
|
|
| 3505 |
msgid "Before shop loop"
|
| 3506 |
msgstr ""
|
| 3507 |
|
| 3508 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:572
|
|
|
|
| 3509 |
msgid "Before shop loop item title"
|
| 3510 |
msgstr ""
|
| 3511 |
|
| 3512 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:577
|
|
|
|
| 3513 |
msgid "After shop loop item title"
|
| 3514 |
msgstr ""
|
| 3515 |
|
| 3516 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:582
|
|
|
|
| 3517 |
msgid "Before shop loop item price"
|
| 3518 |
msgstr ""
|
| 3519 |
|
| 3520 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:587
|
|
|
|
| 3521 |
msgid "After shop loop item price"
|
| 3522 |
msgstr ""
|
| 3523 |
|
| 3524 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:592
|
|
|
|
| 3525 |
msgid "Before shop loop item actions"
|
| 3526 |
msgstr ""
|
| 3527 |
|
| 3528 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:597
|
|
|
|
| 3529 |
msgid "After shop loop item actions"
|
| 3530 |
msgstr ""
|
| 3531 |
|
| 3532 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:602
|
|
|
|
| 3533 |
msgid "After shop loop"
|
| 3534 |
msgstr ""
|
| 3535 |
|
| 3536 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:604
|
|
|
|
| 3537 |
msgid "WooCommerce Archive"
|
| 3538 |
msgstr ""
|
| 3539 |
|
| 3540 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:609
|
|
|
|
| 3541 |
msgid "Before single product"
|
| 3542 |
msgstr ""
|
| 3543 |
|
| 3544 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:627
|
|
|
|
| 3545 |
msgid "Product meta start"
|
| 3546 |
msgstr ""
|
| 3547 |
|
| 3548 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:631
|
|
|
|
| 3549 |
msgid "Product meta end"
|
| 3550 |
msgstr ""
|
| 3551 |
|
| 3552 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:635
|
|
|
|
| 3553 |
msgid "Share"
|
| 3554 |
msgstr ""
|
| 3555 |
|
| 3556 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:639
|
|
|
|
| 3557 |
msgid "After single product"
|
| 3558 |
msgstr ""
|
| 3559 |
|
| 3560 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:645
|
|
|
|
| 3561 |
msgid "Before single product excerpt"
|
| 3562 |
msgstr ""
|
| 3563 |
|
| 3564 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:650
|
|
|
|
| 3565 |
msgid "After single product excerpt"
|
| 3566 |
msgstr ""
|
| 3567 |
|
| 3568 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:655
|
|
|
|
| 3569 |
msgid "Before single product tabs"
|
| 3570 |
msgstr ""
|
| 3571 |
|
| 3572 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:661
|
|
|
|
| 3573 |
msgid "After single product tabs"
|
| 3574 |
msgstr ""
|
| 3575 |
|
| 3576 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:665
|
|
|
|
| 3577 |
msgid "WooCommerce Product"
|
| 3578 |
msgstr ""
|
| 3579 |
|
| 3580 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:670
|
|
|
|
| 3581 |
msgid "Cart is empty"
|
| 3582 |
msgstr ""
|
| 3583 |
|
| 3584 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:674
|
|
|
|
| 3585 |
msgid "Before cart"
|
| 3586 |
msgstr ""
|
| 3587 |
|
| 3588 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:678
|
|
|
|
| 3589 |
msgid "Before cart table"
|
| 3590 |
msgstr ""
|
| 3591 |
|
| 3592 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:682
|
|
|
|
| 3593 |
msgid "Before cart contents"
|
| 3594 |
msgstr ""
|
| 3595 |
|
| 3596 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:686
|
|
|
|
| 3597 |
msgid "Cart contents"
|
| 3598 |
msgstr ""
|
| 3599 |
|
| 3600 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:690
|
|
|
|
| 3601 |
msgid "After cart contents"
|
| 3602 |
msgstr ""
|
| 3603 |
|
| 3604 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:694
|
|
|
|
| 3605 |
msgid "Cart coupon"
|
| 3606 |
msgstr ""
|
| 3607 |
|
| 3608 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:698
|
|
|
|
| 3609 |
msgid "Cart actions"
|
| 3610 |
msgstr ""
|
| 3611 |
|
| 3612 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:702
|
|
|
|
| 3613 |
msgid "After cart table"
|
| 3614 |
msgstr ""
|
| 3615 |
|
| 3616 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:706
|
|
|
|
| 3617 |
msgid "Cart collaterals"
|
| 3618 |
msgstr ""
|
| 3619 |
|
| 3620 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:710
|
|
|
|
| 3621 |
msgid "Before cart totals"
|
| 3622 |
msgstr ""
|
| 3623 |
|
| 3624 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:714
|
|
|
|
| 3625 |
msgid "Cart totals before order total"
|
| 3626 |
msgstr ""
|
| 3627 |
|
| 3628 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:718
|
|
|
|
| 3629 |
msgid "Cart totals after order total"
|
| 3630 |
msgstr ""
|
| 3631 |
|
| 3632 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:722
|
|
|
|
| 3633 |
msgid "Proceed to checkout"
|
| 3634 |
msgstr ""
|
| 3635 |
|
| 3636 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:726
|
|
|
|
| 3637 |
msgid "After cart totals"
|
| 3638 |
msgstr ""
|
| 3639 |
|
| 3640 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:730
|
|
|
|
| 3641 |
msgid "After cart"
|
| 3642 |
msgstr ""
|
| 3643 |
|
| 3644 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:735
|
|
|
|
| 3645 |
msgid "Before Mini Cart"
|
| 3646 |
msgstr ""
|
| 3647 |
|
| 3648 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:740
|
|
|
|
| 3649 |
msgid "Before Mini Cart Contents"
|
| 3650 |
msgstr ""
|
| 3651 |
|
| 3652 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:745
|
|
|
|
| 3653 |
msgid "Mini Cart Contents"
|
| 3654 |
msgstr ""
|
| 3655 |
|
| 3656 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:750
|
|
|
|
| 3657 |
msgid "Widget Shopping Cart Before Buttons"
|
| 3658 |
msgstr ""
|
| 3659 |
|
| 3660 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:755
|
|
|
|
| 3661 |
msgid "Widget Shopping Cart After Buttons"
|
| 3662 |
msgstr ""
|
| 3663 |
|
| 3664 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:760
|
|
|
|
| 3665 |
msgid "After Mini Cart"
|
| 3666 |
msgstr ""
|
| 3667 |
|
| 3668 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:762
|
|
|
|
| 3669 |
msgid "WooCommerce Cart"
|
| 3670 |
msgstr ""
|
| 3671 |
|
| 3672 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:768
|
|
|
|
| 3673 |
msgid "Before checkout form"
|
| 3674 |
msgstr ""
|
| 3675 |
|
| 3676 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:772
|
|
|
|
| 3677 |
msgid "Before customer details"
|
| 3678 |
msgstr ""
|
| 3679 |
|
| 3680 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:776
|
|
|
|
| 3681 |
msgid "After customer details"
|
| 3682 |
msgstr ""
|
| 3683 |
|
| 3684 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:780
|
|
|
|
| 3685 |
msgid "Checkout billing"
|
| 3686 |
msgstr ""
|
| 3687 |
|
| 3688 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:784
|
|
|
|
| 3689 |
msgid "Before checkout billing form"
|
| 3690 |
msgstr ""
|
| 3691 |
|
| 3692 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:788
|
|
|
|
| 3693 |
msgid "After checkout billing form"
|
| 3694 |
msgstr ""
|
| 3695 |
|
| 3696 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:792
|
|
|
|
| 3697 |
msgid "Before order notes"
|
| 3698 |
msgstr ""
|
| 3699 |
|
| 3700 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:796
|
|
|
|
| 3701 |
msgid "After order notes"
|
| 3702 |
msgstr ""
|
| 3703 |
|
| 3704 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:800
|
|
|
|
| 3705 |
msgid "Checkout shipping"
|
| 3706 |
msgstr ""
|
| 3707 |
|
| 3708 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:804
|
|
|
|
| 3709 |
msgid "Checkout before order review"
|
| 3710 |
msgstr ""
|
| 3711 |
|
| 3712 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:808
|
|
|
|
| 3713 |
msgid "Checkout order review"
|
| 3714 |
msgstr ""
|
| 3715 |
|
| 3716 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:812
|
|
|
|
| 3717 |
msgid "Review order before cart contents"
|
| 3718 |
msgstr ""
|
| 3719 |
|
| 3720 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:816
|
|
|
|
| 3721 |
msgid "Review order after cart contents"
|
| 3722 |
msgstr ""
|
| 3723 |
|
| 3724 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:820
|
|
|
|
| 3725 |
msgid "Review order before order total"
|
| 3726 |
msgstr ""
|
| 3727 |
|
| 3728 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:824
|
|
|
|
| 3729 |
msgid "Review order after order total"
|
| 3730 |
msgstr ""
|
| 3731 |
|
| 3732 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:828
|
|
|
|
| 3733 |
msgid "Review order before payment"
|
| 3734 |
msgstr ""
|
| 3735 |
|
| 3736 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:832
|
|
|
|
| 3737 |
msgid "Review order before submit"
|
| 3738 |
msgstr ""
|
| 3739 |
|
| 3740 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:836
|
|
|
|
| 3741 |
msgid "Review order after submit"
|
| 3742 |
msgstr ""
|
| 3743 |
|
| 3744 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:840
|
|
|
|
| 3745 |
msgid "Review order after payment"
|
| 3746 |
msgstr ""
|
| 3747 |
|
| 3748 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:844
|
|
|
|
| 3749 |
msgid "Checkout after order review"
|
| 3750 |
msgstr ""
|
| 3751 |
|
| 3752 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:848
|
|
|
|
| 3753 |
msgid "After checkout form"
|
| 3754 |
msgstr ""
|
| 3755 |
|
| 3756 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:851
|
|
|
|
| 3757 |
msgid "WooCommerce Checkout"
|
| 3758 |
msgstr ""
|
| 3759 |
|
| 3760 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:857
|
|
|
|
| 3761 |
msgid "Before my account"
|
| 3762 |
msgstr ""
|
| 3763 |
|
| 3764 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:861
|
|
|
|
| 3765 |
msgid "Before account navigation"
|
| 3766 |
msgstr ""
|
| 3767 |
|
| 3768 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:865
|
|
|
|
| 3769 |
msgid "Account navigation"
|
| 3770 |
msgstr ""
|
| 3771 |
|
| 3772 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:869
|
|
|
|
| 3773 |
msgid "After account navigation"
|
| 3774 |
msgstr ""
|
| 3775 |
|
| 3776 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:873
|
|
|
|
| 3777 |
msgid "Account content"
|
| 3778 |
msgstr ""
|
| 3779 |
|
| 3780 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:877
|
|
|
|
| 3781 |
msgid "Account dashboard"
|
| 3782 |
msgstr ""
|
| 3783 |
|
| 3784 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:881
|
|
|
|
| 3785 |
msgid "After my account"
|
| 3786 |
msgstr ""
|
| 3787 |
|
| 3788 |
#: framework/premium/features/content-blocks/hooks-manager.php:883,
|
| 3789 |
#: framework/features/header/items/account/options.php:17,
|
| 3790 |
+
#: framework/features/header/items/account/options.php:18
|
|
|
|
|
|
|
|
|
|
| 3791 |
msgid "WooCommerce Account"
|
| 3792 |
msgstr ""
|
| 3793 |
|
| 3794 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:889
|
|
|
|
| 3795 |
msgid "WP footer"
|
| 3796 |
msgstr ""
|
| 3797 |
|
| 3798 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:897
|
|
|
|
| 3799 |
msgid "Footer before"
|
| 3800 |
msgstr ""
|
| 3801 |
|
| 3802 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:905
|
|
|
|
| 3803 |
msgid "Footer after"
|
| 3804 |
msgstr ""
|
| 3805 |
|
| 3806 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:920
|
|
|
|
| 3807 |
msgid "Custom Hook (%s)"
|
| 3808 |
msgstr ""
|
| 3809 |
|
| 3810 |
#: framework/premium/features/content-blocks/hooks-manager.php:926,
|
| 3811 |
+
#: framework/premium/features/content-blocks/options/hook.php:197
|
|
|
|
|
|
|
| 3812 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:90
|
| 3813 |
msgid "After Block Number"
|
| 3814 |
msgstr ""
|
| 3815 |
|
| 3816 |
#: framework/premium/features/content-blocks/hooks-manager.php:932,
|
| 3817 |
+
#: framework/premium/features/content-blocks/options/hook.php:214
|
|
|
|
|
|
|
| 3818 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:112
|
| 3819 |
msgid "Before Heading Number"
|
| 3820 |
msgstr ""
|
| 3821 |
|
| 3822 |
+
#: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
|
|
|
|
| 3823 |
msgid "About Me"
|
| 3824 |
msgstr ""
|
| 3825 |
|
| 3826 |
+
#: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
|
|
|
|
| 3827 |
msgid "About me"
|
| 3828 |
msgstr ""
|
| 3829 |
|
| 3830 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
|
| 3831 |
#: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
|
| 3832 |
#: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
|
| 3833 |
+
#: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3834 |
msgid "Advertisement"
|
| 3835 |
msgstr ""
|
| 3836 |
|
| 3837 |
+
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
|
|
|
|
| 3838 |
msgid "Code"
|
| 3839 |
msgstr ""
|
| 3840 |
|
| 3841 |
+
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
|
|
|
|
| 3842 |
msgid "Image"
|
| 3843 |
msgstr ""
|
| 3844 |
|
| 3845 |
+
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
|
|
|
|
| 3846 |
msgid "Ad Code"
|
| 3847 |
msgstr ""
|
| 3848 |
|
| 3849 |
+
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
|
|
|
|
| 3850 |
msgid "Upload Image"
|
| 3851 |
msgstr ""
|
| 3852 |
|
| 3853 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
|
| 3854 |
+
#: framework/extensions/widgets/widgets/ct-quote/options.php:66
|
|
|
|
|
|
|
| 3855 |
msgid "Select Image"
|
| 3856 |
msgstr ""
|
| 3857 |
|
| 3858 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
|
| 3859 |
+
#: framework/extensions/widgets/widgets/ct-quote/options.php:67
|
|
|
|
|
|
|
| 3860 |
msgid "Change Image"
|
| 3861 |
msgstr ""
|
| 3862 |
|
| 3863 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
|
| 3864 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:126
|
|
|
|
|
|
|
| 3865 |
msgid "Image Ratio"
|
| 3866 |
msgstr ""
|
| 3867 |
|
| 3868 |
+
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:75
|
|
|
|
| 3869 |
msgid "Ad URL"
|
| 3870 |
msgstr ""
|
| 3871 |
|
| 3872 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:19,
|
| 3873 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
|
| 3874 |
+
#: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
|
|
|
|
|
|
|
|
|
|
| 3875 |
msgid "Contact Info"
|
| 3876 |
msgstr ""
|
| 3877 |
|
| 3880 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
|
| 3881 |
#: framework/premium/features/premium-header/items/contacts/options.php:17,
|
| 3882 |
#: framework/premium/features/premium-header/items/contacts/options.php:46,
|
| 3883 |
+
#: framework/premium/features/premium-header/items/contacts/view.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3884 |
msgid "Address:"
|
| 3885 |
msgstr ""
|
| 3886 |
|
| 3889 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
|
| 3890 |
#: framework/premium/features/premium-header/items/contacts/options.php:24,
|
| 3891 |
#: framework/premium/features/premium-header/items/contacts/options.php:82,
|
| 3892 |
+
#: framework/premium/features/premium-header/items/contacts/view.php:29
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3893 |
msgid "Phone:"
|
| 3894 |
msgstr ""
|
| 3895 |
|
| 3898 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
|
| 3899 |
#: framework/premium/features/premium-header/items/contacts/options.php:32,
|
| 3900 |
#: framework/premium/features/premium-header/items/contacts/options.php:118,
|
| 3901 |
+
#: framework/premium/features/premium-header/items/contacts/view.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3902 |
msgid "Mobile:"
|
| 3903 |
msgstr ""
|
| 3904 |
|
| 3905 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:68,
|
| 3906 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:41
|
|
|
|
|
|
|
| 3907 |
msgid "Address"
|
| 3908 |
msgstr ""
|
| 3909 |
|
| 3920 |
#: framework/premium/features/premium-header/items/contacts/options.php:167,
|
| 3921 |
#: framework/premium/features/premium-header/items/contacts/options.php:203,
|
| 3922 |
#: framework/premium/features/premium-header/items/contacts/options.php:239,
|
| 3923 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3924 |
msgid "Link (optional)"
|
| 3925 |
msgstr ""
|
| 3926 |
|
| 3927 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
|
| 3928 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:149
|
|
|
|
|
|
|
| 3929 |
msgid "Work Hours"
|
| 3930 |
msgstr ""
|
| 3931 |
|
| 3932 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
|
| 3933 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:154
|
|
|
|
|
|
|
| 3934 |
msgid "Opening hours"
|
| 3935 |
msgstr ""
|
| 3936 |
|
| 3937 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:308,
|
| 3938 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:185
|
|
|
|
|
|
|
| 3939 |
msgid "Fax"
|
| 3940 |
msgstr ""
|
| 3941 |
|
| 3942 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:315,
|
| 3943 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:190
|
|
|
|
|
|
|
| 3944 |
msgid "Fax:"
|
| 3945 |
msgstr ""
|
| 3946 |
|
| 3947 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:375,
|
| 3948 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:226
|
|
|
|
|
|
|
| 3949 |
msgid "Email:"
|
| 3950 |
msgstr ""
|
| 3951 |
|
| 3952 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:428,
|
| 3953 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:257
|
|
|
|
|
|
|
| 3954 |
msgid "Website"
|
| 3955 |
msgstr ""
|
| 3956 |
|
| 3957 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:435,
|
| 3958 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:262
|
|
|
|
|
|
|
| 3959 |
msgid "Website:"
|
| 3960 |
msgstr ""
|
| 3961 |
|
| 3962 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:496,
|
| 3963 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:99,
|
| 3964 |
+
#: framework/premium/features/content-blocks/options/archive.php:46
|
|
|
|
|
|
|
|
|
|
| 3965 |
msgid "Small"
|
| 3966 |
msgstr ""
|
| 3967 |
|
| 3968 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:498,
|
| 3969 |
+
#: framework/extensions/widgets/widgets/ct-socials/options.php:101
|
|
|
|
|
|
|
| 3970 |
msgid "Large"
|
| 3971 |
msgstr ""
|
| 3972 |
|
| 3973 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:503,
|
| 3974 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:106,
|
| 3975 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:331
|
|
|
|
|
|
|
|
|
|
| 3976 |
msgid "Icons Shape Type"
|
| 3977 |
msgstr ""
|
| 3978 |
|
| 3979 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:511,
|
| 3980 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:114,
|
| 3981 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:339
|
|
|
|
|
|
|
|
|
|
| 3982 |
msgid "Rounded"
|
| 3983 |
msgstr ""
|
| 3984 |
|
| 3985 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:512,
|
| 3986 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:115,
|
| 3987 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:340
|
|
|
|
|
|
|
|
|
|
| 3988 |
msgid "Square"
|
| 3989 |
msgstr ""
|
| 3990 |
|
| 3991 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:522,
|
| 3992 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:125,
|
| 3993 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:351
|
|
|
|
|
|
|
|
|
|
| 3994 |
msgid "Shape Fill Type"
|
| 3995 |
msgstr ""
|
| 3996 |
|
| 3997 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:529,
|
| 3998 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:132,
|
| 3999 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:358
|
|
|
|
|
|
|
|
|
|
| 4000 |
msgid "Solid"
|
| 4001 |
msgstr ""
|
| 4002 |
|
| 4003 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:530,
|
| 4004 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:133,
|
| 4005 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:359
|
|
|
|
|
|
|
|
|
|
| 4006 |
msgid "Outline"
|
| 4007 |
msgstr ""
|
| 4008 |
|
| 4009 |
+
#: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
|
|
|
|
| 4010 |
msgid "Contact info"
|
| 4011 |
msgstr ""
|
| 4012 |
|
| 4013 |
+
#: framework/extensions/widgets/widgets/ct-facebook/options.php:22
|
|
|
|
| 4014 |
msgid "Page URL"
|
| 4015 |
msgstr ""
|
| 4016 |
|
| 4017 |
+
#: framework/extensions/widgets/widgets/ct-facebook/options.php:30
|
|
|
|
| 4018 |
msgid "Profile Photos"
|
| 4019 |
msgstr ""
|
| 4020 |
|
| 4021 |
+
#: framework/extensions/widgets/widgets/ct-facebook/options.php:37
|
|
|
|
| 4022 |
msgid "Timeline"
|
| 4023 |
msgstr ""
|
| 4024 |
|
| 4025 |
+
#: framework/extensions/widgets/widgets/ct-facebook/options.php:44
|
|
|
|
| 4026 |
msgid "Cover Photo"
|
| 4027 |
msgstr ""
|
| 4028 |
|
| 4029 |
+
#: framework/extensions/widgets/widgets/ct-facebook/options.php:51
|
|
|
|
| 4030 |
msgid "Small Header"
|
| 4031 |
msgstr ""
|
| 4032 |
|
| 4033 |
+
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
|
|
|
|
| 4034 |
msgid "Facebook like box"
|
| 4035 |
msgstr ""
|
| 4036 |
|
| 4037 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:103
|
|
|
|
| 4038 |
msgid "Widget Design"
|
| 4039 |
msgstr ""
|
| 4040 |
|
| 4041 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:108
|
|
|
|
| 4042 |
msgid "Without Thumbnails"
|
| 4043 |
msgstr ""
|
| 4044 |
|
| 4045 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:109
|
|
|
|
| 4046 |
msgid "Small Thumbnails"
|
| 4047 |
msgstr ""
|
| 4048 |
|
| 4049 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:110
|
|
|
|
| 4050 |
msgid "Large Thumbnails"
|
| 4051 |
msgstr ""
|
| 4052 |
|
| 4053 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:111
|
|
|
|
| 4054 |
msgid "First Thumbnail Large"
|
| 4055 |
msgstr ""
|
| 4056 |
|
| 4057 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:112
|
|
|
|
| 4058 |
msgid "Rounded Thumbnails"
|
| 4059 |
msgstr ""
|
| 4060 |
|
| 4061 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:113
|
|
|
|
| 4062 |
msgid "Numbered"
|
| 4063 |
msgstr ""
|
| 4064 |
|
| 4065 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:193
|
|
|
|
| 4066 |
msgid "Sort by"
|
| 4067 |
msgstr ""
|
| 4068 |
|
| 4069 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:199
|
|
|
|
| 4070 |
msgid "Recent"
|
| 4071 |
msgstr ""
|
| 4072 |
|
| 4073 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:200
|
|
|
|
| 4074 |
msgid "Most Commented"
|
| 4075 |
msgstr ""
|
| 4076 |
|
| 4077 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:201
|
|
|
|
| 4078 |
msgid "Random"
|
| 4079 |
msgstr ""
|
| 4080 |
|
| 4081 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:208
|
|
|
|
| 4082 |
msgid "Order by"
|
| 4083 |
msgstr ""
|
| 4084 |
|
| 4085 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:214
|
|
|
|
| 4086 |
msgid "1 Week"
|
| 4087 |
msgstr ""
|
| 4088 |
|
| 4089 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:215
|
|
|
|
| 4090 |
msgid "1 Month"
|
| 4091 |
msgstr ""
|
| 4092 |
|
| 4093 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:216
|
|
|
|
| 4094 |
msgid "3 Months"
|
| 4095 |
msgstr ""
|
| 4096 |
|
| 4097 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:217
|
|
|
|
| 4098 |
msgid "6 Months"
|
| 4099 |
msgstr ""
|
| 4100 |
|
| 4101 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:218
|
|
|
|
| 4102 |
msgid "1 Year"
|
| 4103 |
msgstr ""
|
| 4104 |
|
| 4105 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:225
|
|
|
|
| 4106 |
msgid "Posts Count"
|
| 4107 |
msgstr ""
|
| 4108 |
|
| 4109 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:265
|
|
|
|
| 4110 |
msgid "Pages ID"
|
| 4111 |
msgstr ""
|
| 4112 |
|
| 4113 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:269
|
|
|
|
| 4114 |
msgid "Separate pages ID by comma. More info %shere%s."
|
| 4115 |
msgstr ""
|
| 4116 |
|
| 4117 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:287
|
|
|
|
| 4118 |
msgid "Pages Count"
|
| 4119 |
msgstr ""
|
| 4120 |
|
| 4121 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:298
|
|
|
|
| 4122 |
msgid "Show Date"
|
| 4123 |
msgstr ""
|
| 4124 |
|
| 4125 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:305
|
|
|
|
| 4126 |
msgid "Show Comments"
|
| 4127 |
msgstr ""
|
| 4128 |
|
| 4129 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:312
|
|
|
|
| 4130 |
msgid "Show Excerpt"
|
| 4131 |
msgstr ""
|
| 4132 |
|
| 4133 |
+
#: framework/extensions/widgets/widgets/ct-posts/options.php:324
|
|
|
|
| 4134 |
msgid "Excerpt Lenght"
|
| 4135 |
msgstr ""
|
| 4136 |
|
| 4137 |
+
#: framework/extensions/widgets/widgets/ct-posts/view.php:220
|
|
|
|
| 4138 |
msgid "1 Comment"
|
| 4139 |
msgstr ""
|
| 4140 |
|
| 4141 |
+
#: framework/extensions/widgets/widgets/ct-posts/view.php:220
|
|
|
|
| 4142 |
msgid "% Comments"
|
| 4143 |
msgstr ""
|
| 4144 |
|
| 4145 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:18,
|
| 4146 |
#: framework/extensions/widgets/widgets/ct-quote/view.php:12,
|
| 4147 |
#: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
|
| 4148 |
+
#: framework/extensions/widgets/widgets/ct-quote/widget.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4149 |
msgid "Quote"
|
| 4150 |
msgstr ""
|
| 4151 |
|
| 4152 |
+
#: framework/extensions/widgets/widgets/ct-quote/options.php:46
|
|
|
|
| 4153 |
msgid "Author Name"
|
| 4154 |
msgstr ""
|
| 4155 |
|
| 4156 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:49,
|
| 4157 |
+
#: framework/extensions/widgets/widgets/ct-quote/view.php:18
|
|
|
|
|
|
|
| 4158 |
msgid "John Doe"
|
| 4159 |
msgstr ""
|
| 4160 |
|
| 4161 |
+
#: framework/extensions/widgets/widgets/ct-quote/options.php:55
|
|
|
|
| 4162 |
msgid "Author Label"
|
| 4163 |
msgstr ""
|
| 4164 |
|
| 4165 |
+
#: framework/extensions/widgets/widgets/ct-quote/options.php:62
|
|
|
|
| 4166 |
msgid "Author Avatar"
|
| 4167 |
msgstr ""
|
| 4168 |
|
| 4169 |
#. translators: %s here is the author name
|
| 4170 |
+
#: framework/extensions/widgets/widgets/ct-quote/view.php:58
|
|
|
|
| 4171 |
msgid "By %s"
|
| 4172 |
msgstr ""
|
| 4173 |
|
| 4174 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:18,
|
| 4175 |
+
#: framework/extensions/widgets/widgets/ct-socials/view.php:11
|
|
|
|
|
|
|
| 4176 |
msgid "Social Icons"
|
| 4177 |
msgstr ""
|
| 4178 |
|
| 4179 |
#. translators: placeholder here means the actual URL.
|
| 4180 |
+
#: framework/extensions/widgets/widgets/ct-socials/options.php:28
|
|
|
|
| 4181 |
msgid ""
|
| 4182 |
"Configure the social links in Customizer ➝ General ➝ %sSocial Network "
|
| 4183 |
"Accounts%s."
|
| 4184 |
msgstr ""
|
| 4185 |
|
| 4186 |
+
#: framework/extensions/widgets/widgets/ct-socials/options.php:65
|
|
|
|
| 4187 |
msgid "Open links in new tab"
|
| 4188 |
msgstr ""
|
| 4189 |
|
| 4190 |
+
#: framework/extensions/widgets/widgets/ct-socials/options.php:73
|
|
|
|
| 4191 |
msgid "Set links to nofollow"
|
| 4192 |
msgstr ""
|
| 4193 |
|
| 4194 |
+
#: framework/features/header/items/account/options.php:4
|
|
|
|
| 4195 |
msgid "Profile Page"
|
| 4196 |
msgstr ""
|
| 4197 |
|
| 4198 |
+
#: framework/features/header/items/account/options.php:5
|
|
|
|
| 4199 |
msgid "Dashboard Page"
|
| 4200 |
msgstr ""
|
| 4201 |
|
| 4202 |
#: framework/features/header/items/account/options.php:7,
|
| 4203 |
+
#: framework/features/header/items/account/options.php:13
|
|
|
|
|
|
|
| 4204 |
msgid "Custom Link"
|
| 4205 |
msgstr ""
|
| 4206 |
|
| 4207 |
+
#: framework/features/header/items/account/options.php:8
|
|
|
|
| 4208 |
msgid "Logout"
|
| 4209 |
msgstr ""
|
| 4210 |
|
| 4211 |
+
#: framework/features/header/items/account/options.php:12
|
|
|
|
| 4212 |
msgid "Modal"
|
| 4213 |
msgstr ""
|
| 4214 |
|
| 4215 |
+
#: framework/features/header/items/account/options.php:30
|
|
|
|
| 4216 |
msgid "Customizing: Logged in State"
|
| 4217 |
msgstr ""
|
| 4218 |
|
| 4219 |
+
#: framework/features/header/items/account/options.php:41
|
|
|
|
| 4220 |
msgid "Customizing: Logged out State"
|
| 4221 |
msgstr ""
|
| 4222 |
|
| 4223 |
+
#: framework/features/header/items/account/options.php:55
|
|
|
|
| 4224 |
msgid "Logged In Options"
|
| 4225 |
msgstr ""
|
| 4226 |
|
| 4227 |
+
#: framework/features/header/items/account/options.php:60
|
|
|
|
| 4228 |
msgid "Logged Out Options"
|
| 4229 |
msgstr ""
|
| 4230 |
|
| 4231 |
#: framework/features/header/items/account/options.php:80,
|
| 4232 |
+
#: framework/features/header/items/account/options.php:370
|
|
|
|
|
|
|
| 4233 |
msgid "Account Action"
|
| 4234 |
msgstr ""
|
| 4235 |
|
| 4236 |
+
#: framework/features/header/items/account/options.php:93
|
|
|
|
| 4237 |
msgid "Select Menu"
|
| 4238 |
msgstr ""
|
| 4239 |
|
| 4240 |
+
#: framework/features/header/items/account/options.php:99
|
|
|
|
| 4241 |
msgid "Select menu..."
|
| 4242 |
msgstr ""
|
| 4243 |
|
| 4244 |
#. translators: placeholder here means the actual URL.
|
| 4245 |
+
#: framework/features/header/items/account/options.php:103
|
|
|
|
| 4246 |
msgid "Manage your menu items in the %sMenus screen%s."
|
| 4247 |
msgstr ""
|
| 4248 |
|
| 4249 |
#: framework/features/header/items/account/options.php:120,
|
| 4250 |
+
#: framework/features/header/items/account/options.php:385
|
|
|
|
|
|
|
| 4251 |
msgid "Custom Page Link"
|
| 4252 |
msgstr ""
|
| 4253 |
|
| 4254 |
#: framework/features/header/items/account/options.php:135,
|
| 4255 |
+
#: framework/features/header/items/account/options.php:401
|
|
|
|
|
|
|
| 4256 |
msgid "Account Image"
|
| 4257 |
msgstr ""
|
| 4258 |
|
| 4259 |
+
#: framework/features/header/items/account/options.php:141
|
|
|
|
| 4260 |
msgid "Avatar"
|
| 4261 |
msgstr ""
|
| 4262 |
|
| 4263 |
+
#: framework/features/header/items/account/options.php:154
|
|
|
|
| 4264 |
msgid "Avatar Size"
|
| 4265 |
msgstr ""
|
| 4266 |
|
| 4267 |
#: framework/features/header/items/account/options.php:245,
|
| 4268 |
#: framework/features/header/items/account/options.php:486,
|
| 4269 |
+
#: framework/features/header/items/account/options.php:544
|
|
|
|
|
|
|
|
|
|
| 4270 |
msgid "Type 5"
|
| 4271 |
msgstr ""
|
| 4272 |
|
| 4273 |
#: framework/features/header/items/account/options.php:250,
|
| 4274 |
#: framework/features/header/items/account/options.php:491,
|
| 4275 |
+
#: framework/features/header/items/account/options.php:549
|
|
|
|
|
|
|
|
|
|
| 4276 |
msgid "Type 6"
|
| 4277 |
msgstr ""
|
| 4278 |
|
| 4279 |
+
#: framework/features/header/items/account/options.php:328
|
|
|
|
| 4280 |
msgid "Label Type"
|
| 4281 |
msgstr ""
|
| 4282 |
|
| 4283 |
+
#: framework/features/header/items/account/options.php:337
|
|
|
|
| 4284 |
#: static/js/screens/SiteExport.js:87
|
| 4285 |
msgid "Name"
|
| 4286 |
msgstr ""
|
| 4287 |
|
| 4288 |
#: framework/features/header/items/account/options.php:347,
|
| 4289 |
#: framework/features/header/items/account/options.php:625,
|
| 4290 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137
|
|
|
|
|
|
|
|
|
|
| 4291 |
msgid "Label Text"
|
| 4292 |
msgstr ""
|
| 4293 |
|
| 4294 |
#: framework/features/header/items/account/options.php:352,
|
| 4295 |
+
#: framework/features/header/items/account/views/login.php:85
|
|
|
|
|
|
|
| 4296 |
msgid "My Account"
|
| 4297 |
msgstr ""
|
| 4298 |
|
| 4299 |
+
#: framework/features/header/items/account/options.php:641
|
|
|
|
| 4300 |
msgid "User Visibility"
|
| 4301 |
msgstr ""
|
| 4302 |
|
| 4303 |
+
#: framework/features/header/items/account/options.php:652
|
|
|
|
| 4304 |
msgid "Logged In"
|
| 4305 |
msgstr ""
|
| 4306 |
|
| 4307 |
+
#: framework/features/header/items/account/options.php:653
|
|
|
|
| 4308 |
msgid "Logged Out"
|
| 4309 |
msgstr ""
|
| 4310 |
|
| 4311 |
#: framework/features/header/items/account/options.php:670,
|
| 4312 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167
|
|
|
|
|
|
|
| 4313 |
msgid "Label Font"
|
| 4314 |
msgstr ""
|
| 4315 |
|
| 4316 |
#: framework/features/header/items/account/options.php:681,
|
| 4317 |
#: framework/features/header/items/account/options.php:710,
|
| 4318 |
#: framework/features/header/items/account/options.php:742,
|
| 4319 |
+
#: framework/features/header/items/account/options.php:772
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4320 |
msgid "Label Color"
|
| 4321 |
msgstr ""
|
| 4322 |
|
| 4332 |
#: framework/premium/features/premium-header/items/search-input/options.php:199,
|
| 4333 |
#: framework/premium/features/premium-header/items/search-input/options.php:329,
|
| 4334 |
#: framework/premium/features/premium-header/items/search-input/options.php:459,
|
| 4335 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:595
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4336 |
msgid "Default State"
|
| 4337 |
msgstr ""
|
| 4338 |
|
| 4348 |
#: framework/premium/features/premium-header/items/search-input/options.php:204,
|
| 4349 |
#: framework/premium/features/premium-header/items/search-input/options.php:334,
|
| 4350 |
#: framework/premium/features/premium-header/items/search-input/options.php:464,
|
| 4351 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4352 |
msgid "Transparent State"
|
| 4353 |
msgstr ""
|
| 4354 |
|
| 4364 |
#: framework/premium/features/premium-header/items/search-input/options.php:213,
|
| 4365 |
#: framework/premium/features/premium-header/items/search-input/options.php:343,
|
| 4366 |
#: framework/premium/features/premium-header/items/search-input/options.php:473,
|
| 4367 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4368 |
msgid "Sticky State"
|
| 4369 |
msgstr ""
|
| 4370 |
|
| 4371 |
+
#: framework/features/header/items/account/options.php:952
|
|
|
|
| 4372 |
msgid "Item Margin"
|
| 4373 |
msgstr ""
|
| 4374 |
|
| 4375 |
+
#: framework/features/header/items/account/options.php:971
|
|
|
|
| 4376 |
msgid "Modal Options"
|
| 4377 |
msgstr ""
|
| 4378 |
|
| 4379 |
+
#: framework/features/header/items/account/options.php:1106
|
|
|
|
| 4380 |
msgid "Modal Background"
|
| 4381 |
msgstr ""
|
| 4382 |
|
| 4383 |
+
#: framework/features/header/items/account/options.php:1121
|
|
|
|
| 4384 |
msgid "Modal Backdrop"
|
| 4385 |
msgstr ""
|
| 4386 |
|
| 4387 |
+
#: framework/features/header/items/account/options.php:1136
|
|
|
|
| 4388 |
msgid "Modal Shadow"
|
| 4389 |
msgstr ""
|
| 4390 |
|
| 4391 |
#: framework/features/header/items/account/options.php:1301,
|
| 4392 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:167
|
|
|
|
|
|
|
| 4393 |
msgid "Element Visibility"
|
| 4394 |
msgstr ""
|
| 4395 |
|
| 4396 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
|
|
|
|
| 4397 |
msgid "You have no %s fields declared for this custom post type."
|
| 4398 |
msgstr ""
|
| 4399 |
|
| 4400 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
|
| 4401 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
|
| 4402 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
|
|
|
|
|
|
|
|
|
|
| 4403 |
msgid "Field"
|
| 4404 |
msgstr ""
|
| 4405 |
|
| 4406 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
|
| 4407 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:60
|
|
|
|
|
|
|
| 4408 |
msgid "Label"
|
| 4409 |
msgstr ""
|
| 4410 |
|
| 4411 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
|
|
|
|
| 4412 |
msgid "Fallback"
|
| 4413 |
msgstr ""
|
| 4414 |
|
| 4415 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
|
|
|
|
| 4416 |
msgid "%s Field"
|
| 4417 |
msgstr ""
|
| 4418 |
|
| 4419 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
|
|
|
|
| 4420 |
msgid "Custom Field"
|
| 4421 |
msgstr ""
|
| 4422 |
|
| 4423 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
|
|
|
|
| 4424 |
msgid "%s %s Font"
|
| 4425 |
msgstr ""
|
| 4426 |
|
| 4427 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
|
|
|
|
| 4428 |
msgid "%s %s Color"
|
| 4429 |
msgstr ""
|
| 4430 |
|
| 4431 |
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
|
| 4432 |
+
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66
|
|
|
|
|
|
|
| 4433 |
msgid "Read Time"
|
| 4434 |
msgstr ""
|
| 4435 |
|
| 4436 |
+
#: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123
|
|
|
|
| 4437 |
msgid "%s min"
|
| 4438 |
msgid_plural "%s mins"
|
| 4439 |
msgstr[0] ""
|
| 4440 |
msgstr[1] ""
|
| 4441 |
|
| 4442 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering.php:286
|
|
|
|
| 4443 |
msgid "All"
|
| 4444 |
msgstr ""
|
| 4445 |
|
| 4446 |
+
#: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:161
|
|
|
|
| 4447 |
msgid "Featured Image"
|
| 4448 |
msgstr ""
|
| 4449 |
|
| 4450 |
+
#: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:166
|
|
|
|
| 4451 |
msgid "Accent Color"
|
| 4452 |
msgstr ""
|
| 4453 |
|
| 4454 |
#: framework/premium/extensions/shortcuts/views/bar.php:49,
|
| 4455 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
|
|
|
|
|
|
|
| 4456 |
msgid "Wish List"
|
| 4457 |
msgstr ""
|
| 4458 |
|
| 4459 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
|
|
|
|
| 4460 |
msgid "Wishlist icon"
|
| 4461 |
msgstr ""
|
| 4462 |
|
| 4463 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
|
| 4464 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
|
|
|
|
|
|
|
| 4465 |
msgid "Add to wishlist"
|
| 4466 |
msgstr ""
|
| 4467 |
|
| 4468 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
|
|
|
|
| 4469 |
msgid "Select a page"
|
| 4470 |
msgstr ""
|
| 4471 |
|
| 4472 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
|
|
|
|
| 4473 |
msgid "Products Wishlist"
|
| 4474 |
msgstr ""
|
| 4475 |
|
| 4476 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
|
|
|
|
| 4477 |
msgid "Show Wishlist Page To"
|
| 4478 |
msgstr ""
|
| 4479 |
|
| 4480 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
|
|
|
|
| 4481 |
msgid "Logged Users"
|
| 4482 |
msgstr ""
|
| 4483 |
|
| 4484 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
|
|
|
|
| 4485 |
msgid "All Users"
|
| 4486 |
msgstr ""
|
| 4487 |
|
| 4488 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
|
|
|
|
| 4489 |
msgid "Wish List Page"
|
| 4490 |
msgstr ""
|
| 4491 |
|
| 4492 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
|
|
|
|
| 4493 |
msgid ""
|
| 4494 |
"The page you select here will display the wish list for your logged out "
|
| 4495 |
"users."
|
| 4496 |
msgstr ""
|
| 4497 |
|
| 4498 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
|
|
|
|
| 4499 |
msgid "Display Wishlist Button On"
|
| 4500 |
msgstr ""
|
| 4501 |
|
| 4502 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
|
|
|
|
| 4503 |
msgid "Archive Pages"
|
| 4504 |
msgstr ""
|
| 4505 |
|
| 4506 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
|
|
|
|
| 4507 |
msgid "Single Product Pages"
|
| 4508 |
msgstr ""
|
| 4509 |
|
| 4510 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
|
|
|
|
| 4511 |
msgid "Quick View Modal"
|
| 4512 |
msgstr ""
|
| 4513 |
|
| 4514 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
|
|
|
|
| 4515 |
msgid "AJAX Add To Cart"
|
| 4516 |
msgstr ""
|
| 4517 |
|
| 4518 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
|
|
|
|
| 4519 |
msgid "Enable AJAX loading"
|
| 4520 |
msgstr ""
|
| 4521 |
|
| 4522 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
|
|
|
|
| 4523 |
msgid "Archive Button"
|
| 4524 |
msgstr ""
|
| 4525 |
|
| 4531 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
|
| 4532 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:254,
|
| 4533 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:284,
|
| 4534 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4535 |
msgid "Hover/Active"
|
| 4536 |
msgstr ""
|
| 4537 |
|
| 4538 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
|
|
|
|
| 4539 |
msgid "Single Product Button"
|
| 4540 |
msgstr ""
|
| 4541 |
|
| 4542 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
|
|
|
|
| 4543 |
msgid "Quick View Modal Button"
|
| 4544 |
msgstr ""
|
| 4545 |
|
| 4546 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:192
|
|
|
|
| 4547 |
msgid "You don't have any products in your wish list yet."
|
| 4548 |
msgstr ""
|
| 4549 |
|
| 4550 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:35
|
|
|
|
| 4551 |
msgid "Add to cart"
|
| 4552 |
msgstr ""
|
| 4553 |
|
| 4554 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:128,
|
| 4555 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
|
|
|
|
|
|
|
| 4556 |
msgid "Remove Product"
|
| 4557 |
msgstr ""
|
| 4558 |
|
| 4559 |
+
#: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
|
|
|
|
| 4560 |
msgid "Blocksy Variation Images"
|
| 4561 |
msgstr ""
|
| 4562 |
|
| 4563 |
#: framework/premium/features/content-blocks/options/404.php:33,
|
| 4564 |
#: framework/premium/features/content-blocks/options/header.php:35,
|
| 4565 |
#: framework/premium/features/content-blocks/options/hook.php:40,
|
| 4566 |
+
#: framework/premium/features/content-blocks/options/popup.php:42
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4567 |
msgid "Container Structure"
|
| 4568 |
msgstr ""
|
| 4569 |
|
| 4570 |
#: framework/premium/features/content-blocks/options/404.php:65,
|
| 4571 |
#: framework/premium/features/content-blocks/options/header.php:63,
|
| 4572 |
+
#: framework/premium/features/content-blocks/options/hook.php:68
|
|
|
|
|
|
|
|
|
|
| 4573 |
msgid "Narrow Width"
|
| 4574 |
msgstr ""
|
| 4575 |
|
| 4576 |
#: framework/premium/features/content-blocks/options/404.php:70,
|
| 4577 |
#: framework/premium/features/content-blocks/options/header.php:68,
|
| 4578 |
+
#: framework/premium/features/content-blocks/options/hook.php:73
|
|
|
|
|
|
|
|
|
|
| 4579 |
msgid "Normal Width"
|
| 4580 |
msgstr ""
|
| 4581 |
|
| 4583 |
#: framework/premium/features/content-blocks/options/archive.php:126,
|
| 4584 |
#: framework/premium/features/content-blocks/options/header.php:74,
|
| 4585 |
#: framework/premium/features/content-blocks/options/hook.php:79,
|
| 4586 |
+
#: framework/premium/features/content-blocks/options/single.php:65
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4587 |
msgid "Content Area Style"
|
| 4588 |
msgstr ""
|
| 4589 |
|
| 4590 |
#: framework/premium/features/content-blocks/options/404.php:90,
|
| 4591 |
#: framework/premium/features/content-blocks/options/archive.php:140,
|
| 4592 |
#: framework/premium/features/content-blocks/options/header.php:88,
|
| 4593 |
+
#: framework/premium/features/content-blocks/options/hook.php:93
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4594 |
msgid "Content Area Vertical Spacing"
|
| 4595 |
msgstr ""
|
| 4596 |
|
| 4598 |
#: framework/premium/features/content-blocks/options/archive.php:151,
|
| 4599 |
#: framework/premium/features/content-blocks/options/header.php:99,
|
| 4600 |
#: framework/premium/features/content-blocks/options/hook.php:104,
|
| 4601 |
+
#: framework/premium/features/content-blocks/options/single.php:90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4602 |
msgid "Top & Bottom"
|
| 4603 |
msgstr ""
|
| 4604 |
|
| 4606 |
#: framework/premium/features/content-blocks/options/archive.php:154,
|
| 4607 |
#: framework/premium/features/content-blocks/options/header.php:102,
|
| 4608 |
#: framework/premium/features/content-blocks/options/hook.php:107,
|
| 4609 |
+
#: framework/premium/features/content-blocks/options/single.php:93
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4610 |
msgid "Only Top"
|
| 4611 |
msgstr ""
|
| 4612 |
|
| 4614 |
#: framework/premium/features/content-blocks/options/archive.php:157,
|
| 4615 |
#: framework/premium/features/content-blocks/options/header.php:105,
|
| 4616 |
#: framework/premium/features/content-blocks/options/hook.php:110,
|
| 4617 |
+
#: framework/premium/features/content-blocks/options/single.php:96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4618 |
msgid "Only Bottom"
|
| 4619 |
msgstr ""
|
| 4620 |
|
| 4621 |
#: framework/premium/features/content-blocks/options/archive.php:11,
|
| 4622 |
+
#: framework/premium/features/content-blocks/options/single.php:11
|
|
|
|
|
|
|
| 4623 |
msgid "Replacement Behavior"
|
| 4624 |
msgstr ""
|
| 4625 |
|
| 4626 |
+
#: framework/premium/features/content-blocks/options/archive.php:17
|
|
|
|
| 4627 |
msgid "Only Card"
|
| 4628 |
msgstr ""
|
| 4629 |
|
| 4630 |
#: framework/premium/features/content-blocks/options/archive.php:18,
|
| 4631 |
+
#: framework/premium/features/content-blocks/options/single.php:18
|
|
|
|
|
|
|
| 4632 |
msgid "Full Page"
|
| 4633 |
msgstr ""
|
| 4634 |
|
| 4635 |
#: framework/premium/features/content-blocks/options/archive.php:28,
|
| 4636 |
+
#: framework/premium/features/content-blocks/options/single.php:126
|
|
|
|
|
|
|
| 4637 |
msgid "Dynamic Content Preview"
|
| 4638 |
msgstr ""
|
| 4639 |
|
| 4640 |
+
#: framework/premium/features/content-blocks/options/archive.php:35
|
|
|
|
| 4641 |
msgid ""
|
| 4642 |
"Select a post/page to preview it's content inside the editor while building "
|
| 4643 |
"the archive."
|
| 4644 |
msgstr ""
|
| 4645 |
|
| 4646 |
+
#: framework/premium/features/content-blocks/options/archive.php:39
|
|
|
|
| 4647 |
msgid "Editor/Card Width"
|
| 4648 |
msgstr ""
|
| 4649 |
|
| 4650 |
+
#: framework/premium/features/content-blocks/options/archive.php:50
|
|
|
|
| 4651 |
msgid ""
|
| 4652 |
"Set the editor width for better understanging the layout you are building "
|
| 4653 |
"(just for preview purpose, this option won't apply in frontend)."
|
| 4654 |
msgstr ""
|
| 4655 |
|
| 4656 |
+
#: framework/premium/features/content-blocks/options/archive.php:71
|
|
|
|
| 4657 |
msgid "Default Card Layout"
|
| 4658 |
msgstr ""
|
| 4659 |
|
| 4660 |
+
#: framework/premium/features/content-blocks/options/archive.php:76
|
|
|
|
| 4661 |
msgid ""
|
| 4662 |
"Inherit card wrapper settings from Customizer (background color, spacing, "
|
| 4663 |
"shadow)."
|
| 4664 |
msgstr ""
|
| 4665 |
|
| 4666 |
+
#: framework/premium/features/content-blocks/options/archive.php:91
|
|
|
|
| 4667 |
msgid "Page Structure"
|
| 4668 |
msgstr ""
|
| 4669 |
|
| 4670 |
#: framework/premium/features/content-blocks/options/archive.php:207,
|
| 4671 |
#: framework/premium/features/content-blocks/options/hook.php:256,
|
| 4672 |
#: framework/premium/features/content-blocks/options/popup.php:314,
|
| 4673 |
+
#: framework/premium/features/content-blocks/options/single.php:161
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4674 |
msgid "Expiration Date/Time"
|
| 4675 |
msgstr ""
|
| 4676 |
|
| 4677 |
#: framework/premium/features/content-blocks/options/hook.php:23,
|
| 4678 |
+
#: framework/premium/features/content-blocks/options/hook.php:181
|
|
|
|
|
|
|
| 4679 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:72
|
| 4680 |
msgid "Custom Hook"
|
| 4681 |
msgstr ""
|
| 4682 |
|
| 4683 |
+
#: framework/premium/features/content-blocks/options/hook.php:148
|
|
|
|
| 4684 |
msgid "Location & Priority"
|
| 4685 |
msgstr ""
|
| 4686 |
|
| 4687 |
+
#: framework/premium/features/content-blocks/options/hook.php:283
|
|
|
|
| 4688 |
msgid "Block Position"
|
| 4689 |
msgstr ""
|
| 4690 |
|
| 4691 |
+
#: framework/premium/features/content-blocks/options/hook.php:290
|
|
|
|
| 4692 |
msgid "Fixed"
|
| 4693 |
msgstr ""
|
| 4694 |
|
| 4695 |
+
#: framework/premium/features/content-blocks/options/hook.php:300
|
|
|
|
| 4696 |
msgid "Location"
|
| 4697 |
msgstr ""
|
| 4698 |
|
| 4699 |
+
#: framework/premium/features/content-blocks/options/hook.php:313
|
|
|
|
| 4700 |
msgid "Top Offset"
|
| 4701 |
msgstr ""
|
| 4702 |
|
| 4703 |
+
#: framework/premium/features/content-blocks/options/hook.php:317
|
|
|
|
| 4704 |
msgid "Bottom Offset"
|
| 4705 |
msgstr ""
|
| 4706 |
|
| 4707 |
+
#: framework/premium/features/content-blocks/options/popup.php:50
|
|
|
|
| 4708 |
msgid "Popup Position"
|
| 4709 |
msgstr ""
|
| 4710 |
|
| 4711 |
+
#: framework/premium/features/content-blocks/options/popup.php:57
|
|
|
|
| 4712 |
msgid "Popup Size"
|
| 4713 |
msgstr ""
|
| 4714 |
|
| 4715 |
+
#: framework/premium/features/content-blocks/options/popup.php:63
|
|
|
|
| 4716 |
msgid "Small Size"
|
| 4717 |
msgstr ""
|
| 4718 |
|
| 4719 |
+
#: framework/premium/features/content-blocks/options/popup.php:64
|
|
|
|
| 4720 |
msgid "Medium Size"
|
| 4721 |
msgstr ""
|
| 4722 |
|
| 4723 |
+
#: framework/premium/features/content-blocks/options/popup.php:65
|
|
|
|
| 4724 |
msgid "Large Size"
|
| 4725 |
msgstr ""
|
| 4726 |
|
| 4727 |
+
#: framework/premium/features/content-blocks/options/popup.php:66
|
|
|
|
| 4728 |
msgid "Custom Size"
|
| 4729 |
msgstr ""
|
| 4730 |
|
| 4731 |
+
#: framework/premium/features/content-blocks/options/popup.php:76
|
|
|
|
| 4732 |
msgid "Max Width"
|
| 4733 |
msgstr ""
|
| 4734 |
|
| 4735 |
+
#: framework/premium/features/content-blocks/options/popup.php:92
|
|
|
|
| 4736 |
msgid "Max Height"
|
| 4737 |
msgstr ""
|
| 4738 |
|
| 4739 |
+
#: framework/premium/features/content-blocks/options/popup.php:111
|
|
|
|
| 4740 |
msgid "Popup Animation"
|
| 4741 |
msgstr ""
|
| 4742 |
|
| 4743 |
+
#: framework/premium/features/content-blocks/options/popup.php:117
|
|
|
|
| 4744 |
msgid "Fade in fade out"
|
| 4745 |
msgstr ""
|
| 4746 |
|
| 4747 |
+
#: framework/premium/features/content-blocks/options/popup.php:118
|
|
|
|
| 4748 |
msgid "Zoom in zoom out"
|
| 4749 |
msgstr ""
|
| 4750 |
|
| 4751 |
+
#: framework/premium/features/content-blocks/options/popup.php:119
|
|
|
|
| 4752 |
msgid "Slide in from left"
|
| 4753 |
msgstr ""
|
| 4754 |
|
| 4755 |
+
#: framework/premium/features/content-blocks/options/popup.php:120
|
|
|
|
| 4756 |
msgid "Slide in from right"
|
| 4757 |
msgstr ""
|
| 4758 |
|
| 4759 |
+
#: framework/premium/features/content-blocks/options/popup.php:121
|
|
|
|
| 4760 |
msgid "Slide in from top"
|
| 4761 |
msgstr ""
|
| 4762 |
|
| 4763 |
+
#: framework/premium/features/content-blocks/options/popup.php:122
|
|
|
|
| 4764 |
msgid "Slide in from bottom"
|
| 4765 |
msgstr ""
|
| 4766 |
|
| 4767 |
+
#: framework/premium/features/content-blocks/options/popup.php:127
|
|
|
|
| 4768 |
msgid "Animation Speed"
|
| 4769 |
msgstr ""
|
| 4770 |
|
| 4771 |
+
#: framework/premium/features/content-blocks/options/popup.php:144
|
|
|
|
| 4772 |
msgid "Entrance Value"
|
| 4773 |
msgstr ""
|
| 4774 |
|
| 4775 |
+
#: framework/premium/features/content-blocks/options/popup.php:156
|
|
|
|
| 4776 |
msgid "Trigger Condition"
|
| 4777 |
msgstr ""
|
| 4778 |
|
| 4779 |
+
#: framework/premium/features/content-blocks/options/popup.php:181
|
|
|
|
| 4780 |
msgid "Element Class"
|
| 4781 |
msgstr ""
|
| 4782 |
|
| 4783 |
+
#: framework/premium/features/content-blocks/options/popup.php:188
|
|
|
|
| 4784 |
msgid "Separate each class by comma if you have multiple elements."
|
| 4785 |
msgstr ""
|
| 4786 |
|
| 4787 |
+
#: framework/premium/features/content-blocks/options/popup.php:200
|
|
|
|
| 4788 |
msgid "Scroll Direction"
|
| 4789 |
msgstr ""
|
| 4790 |
|
| 4791 |
+
#: framework/premium/features/content-blocks/options/popup.php:205
|
|
|
|
| 4792 |
msgid "Scroll Down"
|
| 4793 |
msgstr ""
|
| 4794 |
|
| 4795 |
+
#: framework/premium/features/content-blocks/options/popup.php:206
|
|
|
|
| 4796 |
msgid "Scroll Up"
|
| 4797 |
msgstr ""
|
| 4798 |
|
| 4799 |
+
#: framework/premium/features/content-blocks/options/popup.php:211
|
|
|
|
| 4800 |
msgid "Scroll Distance"
|
| 4801 |
msgstr ""
|
| 4802 |
|
| 4803 |
+
#: framework/premium/features/content-blocks/options/popup.php:221
|
|
|
|
| 4804 |
msgid "Set the scroll distance till the popup block will appear."
|
| 4805 |
msgstr ""
|
| 4806 |
|
| 4807 |
+
#: framework/premium/features/content-blocks/options/popup.php:233
|
|
|
|
| 4808 |
msgid "Inactivity Time"
|
| 4809 |
msgstr ""
|
| 4810 |
|
| 4811 |
+
#: framework/premium/features/content-blocks/options/popup.php:239
|
|
|
|
| 4812 |
msgid "Set the inactivity time (in seconds) till the popup block will appear."
|
| 4813 |
msgstr ""
|
| 4814 |
|
| 4815 |
+
#: framework/premium/features/content-blocks/options/popup.php:251
|
|
|
|
| 4816 |
msgid "After X Time"
|
| 4817 |
msgstr ""
|
| 4818 |
|
| 4819 |
+
#: framework/premium/features/content-blocks/options/popup.php:257
|
|
|
|
| 4820 |
msgid "Set after how much time (in seconds) the popup block will appear."
|
| 4821 |
msgstr ""
|
| 4822 |
|
| 4823 |
+
#: framework/premium/features/content-blocks/options/popup.php:269
|
|
|
|
| 4824 |
msgid "After X Pages"
|
| 4825 |
msgstr ""
|
| 4826 |
|
| 4827 |
+
#: framework/premium/features/content-blocks/options/popup.php:275
|
|
|
|
| 4828 |
msgid "Set after how many visited pages the popup block will appear."
|
| 4829 |
msgstr ""
|
| 4830 |
|
| 4831 |
+
#: framework/premium/features/content-blocks/options/popup.php:287
|
|
|
|
| 4832 |
msgid "Trigger Popup Only Once"
|
| 4833 |
msgstr ""
|
| 4834 |
|
| 4835 |
+
#: framework/premium/features/content-blocks/options/popup.php:290
|
|
|
|
| 4836 |
msgid ""
|
| 4837 |
"If the close button is clicked the popup won't be triggered anymore for the "
|
| 4838 |
"current visitor."
|
| 4839 |
msgstr ""
|
| 4840 |
|
| 4841 |
+
#: framework/premium/features/content-blocks/options/popup.php:366
|
|
|
|
| 4842 |
msgid "Padding"
|
| 4843 |
msgstr ""
|
| 4844 |
|
| 4845 |
#: framework/premium/features/content-blocks/options/popup.php:376,
|
| 4846 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
|
| 4847 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:465
|
|
|
|
|
|
|
|
|
|
| 4848 |
msgid "Border Radius"
|
| 4849 |
msgstr ""
|
| 4850 |
|
| 4851 |
+
#: framework/premium/features/content-blocks/options/popup.php:405
|
|
|
|
| 4852 |
msgid "Popup Offset"
|
| 4853 |
msgstr ""
|
| 4854 |
|
| 4855 |
+
#: framework/premium/features/content-blocks/options/popup.php:415
|
|
|
|
| 4856 |
msgid "Container Overflow"
|
| 4857 |
msgstr ""
|
| 4858 |
|
| 4859 |
+
#: framework/premium/features/content-blocks/options/popup.php:422
|
|
|
|
| 4860 |
msgid "Hidden"
|
| 4861 |
msgstr ""
|
| 4862 |
|
| 4863 |
+
#: framework/premium/features/content-blocks/options/popup.php:423
|
|
|
|
| 4864 |
msgid "Visible"
|
| 4865 |
msgstr ""
|
| 4866 |
|
| 4867 |
+
#: framework/premium/features/content-blocks/options/popup.php:424
|
|
|
|
| 4868 |
msgid "Scroll"
|
| 4869 |
msgstr ""
|
| 4870 |
|
| 4871 |
+
#: framework/premium/features/content-blocks/options/popup.php:426
|
|
|
|
| 4872 |
msgid ""
|
| 4873 |
"Control what happens to the content that is too big to fit into the popup."
|
| 4874 |
msgstr ""
|
| 4875 |
|
| 4876 |
+
#: framework/premium/features/content-blocks/options/popup.php:430
|
|
|
|
| 4877 |
msgid "Close Button"
|
| 4878 |
msgstr ""
|
| 4879 |
|
| 4880 |
+
#: framework/premium/features/content-blocks/options/popup.php:438
|
|
|
|
| 4881 |
msgid "Inside"
|
| 4882 |
msgstr ""
|
| 4883 |
|
| 4884 |
+
#: framework/premium/features/content-blocks/options/popup.php:439
|
|
|
|
| 4885 |
msgid "Outside"
|
| 4886 |
msgstr ""
|
| 4887 |
|
| 4888 |
+
#: framework/premium/features/content-blocks/options/popup.php:513
|
|
|
|
| 4889 |
msgid "Popup Background"
|
| 4890 |
msgstr ""
|
| 4891 |
|
| 4892 |
+
#: framework/premium/features/content-blocks/options/popup.php:527
|
|
|
|
| 4893 |
msgid "Popup Backdrop Background"
|
| 4894 |
msgstr ""
|
| 4895 |
|
| 4896 |
+
#: framework/premium/features/content-blocks/options/single.php:17
|
|
|
|
| 4897 |
msgid "Content Area"
|
| 4898 |
msgstr ""
|
| 4899 |
|
| 4900 |
+
#: framework/premium/features/content-blocks/options/single.php:79
|
|
|
|
| 4901 |
msgid "Content Area Vel Spacing"
|
| 4902 |
msgstr ""
|
| 4903 |
|
| 4904 |
+
#: framework/premium/features/content-blocks/options/single.php:132
|
|
|
|
| 4905 |
msgid ""
|
| 4906 |
"Select a post/page to preview it's content inside the editor while building "
|
| 4907 |
"the post/page."
|
| 4908 |
msgstr ""
|
| 4909 |
|
| 4910 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
|
|
|
|
| 4911 |
msgid "Posts Filter"
|
| 4912 |
msgstr ""
|
| 4913 |
|
| 4914 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
|
|
|
|
| 4915 |
msgid "Filtering Behavior"
|
| 4916 |
msgstr ""
|
| 4917 |
|
| 4918 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
|
|
|
|
| 4919 |
msgid "Instant Reload"
|
| 4920 |
msgstr ""
|
| 4921 |
|
| 4922 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
|
|
|
|
| 4923 |
msgid "Page Reload"
|
| 4924 |
msgstr ""
|
| 4925 |
|
| 4926 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:82
|
|
|
|
| 4927 |
msgid "Filter Source"
|
| 4928 |
msgstr ""
|
| 4929 |
|
| 4930 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
|
|
|
|
| 4931 |
msgid "Items Horizontal Spacing"
|
| 4932 |
msgstr ""
|
| 4933 |
|
| 4934 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
|
| 4935 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:360
|
|
|
|
|
|
|
| 4936 |
msgid "Items Vertical Spacing"
|
| 4937 |
msgstr ""
|
| 4938 |
|
| 4939 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
|
|
|
|
| 4940 |
msgid "Container Bottom Spacing"
|
| 4941 |
msgstr ""
|
| 4942 |
|
| 4943 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
|
|
|
|
| 4944 |
msgid "Horizontal Alignment"
|
| 4945 |
msgstr ""
|
| 4946 |
|
| 4947 |
+
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
|
|
|
|
| 4948 |
msgid "Button Padding"
|
| 4949 |
msgstr ""
|
| 4950 |
|
| 4951 |
+
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
|
|
|
|
| 4952 |
msgid "Read Progress"
|
| 4953 |
msgstr ""
|
| 4954 |
|
| 4955 |
+
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
|
|
|
|
| 4956 |
msgid "Indicator Height"
|
| 4957 |
msgstr ""
|
| 4958 |
|
| 4959 |
+
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
|
|
|
|
| 4960 |
msgid "Auto Hide"
|
| 4961 |
msgstr ""
|
| 4962 |
|
| 4963 |
+
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
|
|
|
|
| 4964 |
msgid ""
|
| 4965 |
"Automatically hide the read progress bar once you arrive at the bottom of "
|
| 4966 |
"the article."
|
| 4967 |
msgstr ""
|
| 4968 |
|
| 4969 |
+
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
|
|
|
|
| 4970 |
msgid "Main Color"
|
| 4971 |
msgstr ""
|
| 4972 |
|
| 4973 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84
|
|
|
|
| 4974 |
msgid "Icon Badge"
|
| 4975 |
msgstr ""
|
| 4976 |
|
| 4977 |
+
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178
|
|
|
|
| 4978 |
msgid "Label Font Color"
|
| 4979 |
msgstr ""
|
| 4980 |
|
| 4981 |
+
#: framework/premium/features/premium-header/items/contacts/config.php:4
|
|
|
|
| 4982 |
msgid "Contacts"
|
| 4983 |
msgstr ""
|
| 4984 |
|
| 4985 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:300
|
|
|
|
| 4986 |
msgid "Open Links In New Tab"
|
| 4987 |
msgstr ""
|
| 4988 |
|
| 4989 |
#: framework/premium/features/premium-header/items/contacts/options.php:320,
|
| 4990 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:95
|
|
|
|
|
|
|
| 4991 |
msgid "Items Spacing"
|
| 4992 |
msgstr ""
|
| 4993 |
|
| 4994 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:369
|
|
|
|
| 4995 |
msgid "Items Direction"
|
| 4996 |
msgstr ""
|
| 4997 |
|
| 4998 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:375
|
|
|
|
| 4999 |
msgid "Horizontal"
|
| 5000 |
msgstr ""
|
| 5001 |
|
| 5002 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:376
|
|
|
|
| 5003 |
msgid "Vertical"
|
| 5004 |
msgstr ""
|
| 5005 |
|
| 5006 |
#: framework/premium/features/premium-header/items/contacts/options.php:730,
|
| 5007 |
#: framework/premium/features/premium-header/items/contacts/options.php:772,
|
| 5008 |
#: framework/premium/features/premium-header/items/contacts/options.php:811,
|
| 5009 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:850
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5010 |
msgid "Icons Background Color"
|
| 5011 |
msgstr ""
|
| 5012 |
|
| 5013 |
#: framework/premium/features/premium-header/items/contacts/options.php:734,
|
| 5014 |
#: framework/premium/features/premium-header/items/contacts/options.php:776,
|
| 5015 |
#: framework/premium/features/premium-header/items/contacts/options.php:815,
|
| 5016 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:854
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5017 |
msgid "Icons Border Color"
|
| 5018 |
msgstr ""
|
| 5019 |
|
| 5021 |
#: framework/premium/features/premium-header/items/divider/options.php:107,
|
| 5022 |
#: framework/premium/features/premium-header/items/divider/options.php:126,
|
| 5023 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:323,
|
| 5024 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5025 |
msgid "Margin"
|
| 5026 |
msgstr ""
|
| 5027 |
|
| 5028 |
+
#: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
|
|
|
|
| 5029 |
msgid "Dark Mode"
|
| 5030 |
msgstr ""
|
| 5031 |
|
| 5032 |
+
#: framework/premium/features/premium-header/items/divider/config.php:4
|
|
|
|
| 5033 |
msgid "Divider"
|
| 5034 |
msgstr ""
|
| 5035 |
|
| 5036 |
+
#: framework/premium/features/premium-header/items/divider/options.php:6
|
|
|
|
| 5037 |
msgid "Size"
|
| 5038 |
msgstr ""
|
| 5039 |
|
| 5040 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:17
|
|
|
|
| 5041 |
msgid "Top Level Options"
|
| 5042 |
msgstr ""
|
| 5043 |
|
| 5044 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:37
|
|
|
|
| 5045 |
msgid "Dropdown"
|
| 5046 |
msgstr ""
|
| 5047 |
|
| 5048 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:47
|
|
|
|
| 5049 |
msgid "Display"
|
| 5050 |
msgstr ""
|
| 5051 |
|
| 5052 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:59
|
|
|
|
| 5053 |
msgid "Flag"
|
| 5054 |
msgstr ""
|
| 5055 |
|
| 5056 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:73
|
|
|
|
| 5057 |
msgid "Label Style"
|
| 5058 |
msgstr ""
|
| 5059 |
|
| 5060 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:79
|
|
|
|
| 5061 |
msgid "Long"
|
| 5062 |
msgstr ""
|
| 5063 |
|
| 5064 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:80
|
|
|
|
| 5065 |
msgid "Short"
|
| 5066 |
msgstr ""
|
| 5067 |
|
| 5068 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:112
|
|
|
|
| 5069 |
msgid "Hide Current Language"
|
| 5070 |
msgstr ""
|
| 5071 |
|
| 5072 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:343
|
|
|
|
| 5073 |
msgid "Dropdown Options"
|
| 5074 |
msgstr ""
|
| 5075 |
|
| 5076 |
+
#: framework/premium/features/premium-header/items/language-switcher/options.php:352
|
|
|
|
| 5077 |
msgid "Dropdown Top Offset"
|
| 5078 |
msgstr ""
|
| 5079 |
|
| 5080 |
+
#: framework/premium/features/premium-header/items/search-input/config.php:4
|
|
|
|
| 5081 |
msgid "Search Box"
|
| 5082 |
msgstr ""
|
| 5083 |
|
| 5084 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:42
|
|
|
|
| 5085 |
msgid "Placeholder Text"
|
| 5086 |
msgstr ""
|
| 5087 |
|
| 5088 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:52
|
|
|
|
| 5089 |
msgid "Input Maximum Width"
|
| 5090 |
msgstr ""
|
| 5091 |
|
| 5092 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:64
|
|
|
|
| 5093 |
msgid "Input Height"
|
| 5094 |
msgstr ""
|
| 5095 |
|
| 5096 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:89
|
|
|
|
| 5097 |
msgid "Live Results"
|
| 5098 |
msgstr ""
|
| 5099 |
|
| 5100 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:100
|
|
|
|
| 5101 |
msgid "Live Results Images"
|
| 5102 |
msgstr ""
|
| 5103 |
|
| 5104 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:111
|
|
|
|
| 5105 |
msgid "Search Through Criteria"
|
| 5106 |
msgstr ""
|
| 5107 |
|
| 5108 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:112
|
|
|
|
| 5109 |
msgid "Chose in which post types do you want to perform searches."
|
| 5110 |
msgstr ""
|
| 5111 |
|
| 5112 |
#: framework/premium/features/premium-header/items/search-input/options.php:324,
|
| 5113 |
#: framework/premium/features/premium-header/items/search-input/options.php:353,
|
| 5114 |
#: framework/premium/features/premium-header/items/search-input/options.php:385,
|
| 5115 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:415
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5116 |
msgid "Input Icon Color"
|
| 5117 |
msgstr ""
|
| 5118 |
|
| 5119 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:765
|
|
|
|
| 5120 |
msgid "Dropdown Text Color"
|
| 5121 |
msgstr ""
|
| 5122 |
|
| 5123 |
+
#: framework/premium/features/premium-header/items/search-input/options.php:796
|
|
|
|
| 5124 |
msgid "Dropdown Background"
|
| 5125 |
msgstr ""
|
| 5126 |
|
| 5127 |
+
#: framework/premium/features/premium-header/items/widget-area-1/config.php:4
|
|
|
|
| 5128 |
msgid "Widget Area"
|
| 5129 |
msgstr ""
|
| 5130 |
|
| 5797 |
msgid "Attach MP4"
|
| 5798 |
msgstr ""
|
| 5799 |
|
| 5800 |
+
#: framework/premium/static/js/options/IconPicker.js:134
|
| 5801 |
msgid "Change Icon"
|
| 5802 |
msgstr ""
|
| 5803 |
|
| 5804 |
+
#: framework/premium/static/js/options/IconPicker.js:151
|
| 5805 |
msgid "Remove Icon"
|
| 5806 |
msgstr ""
|
| 5807 |
|
| 5808 |
+
#: framework/premium/static/js/options/IconPicker.js:157
|
| 5809 |
msgid "Select"
|
| 5810 |
msgstr ""
|
| 5811 |
|
| 6094 |
"ask them to white list our demo server address."
|
| 6095 |
msgstr ""
|
| 6096 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6097 |
#: static/js/screens/DemoInstall/DemoToInstall.js:305
|
| 6098 |
msgid "Back"
|
| 6099 |
msgstr ""
|
| 6342 |
"Please select your prefered one in order to continue."
|
| 6343 |
msgstr ""
|
| 6344 |
|
| 6345 |
+
#: static/js/screens/DemoInstall/Wizzard/Plugins.js:62
|
| 6346 |
msgid "Install & Activate Plugins"
|
| 6347 |
msgstr ""
|
| 6348 |
|
| 6349 |
+
#: static/js/screens/DemoInstall/Wizzard/Plugins.js:64
|
| 6350 |
msgid ""
|
| 6351 |
"The following plugins are required for this starter site in order to work "
|
| 6352 |
"properly."
|
| 6353 |
msgstr ""
|
| 6354 |
|
| 6355 |
+
#: static/js/screens/DemoInstall/components/Error.js:16
|
| 6356 |
+
msgid "Can't Import Starter Site"
|
| 6357 |
+
msgstr ""
|
| 6358 |
+
|
| 6359 |
+
#: static/js/screens/DemoInstall/components/Error.js:18
|
| 6360 |
+
msgid ""
|
| 6361 |
+
"Unfortunately, your hosting configuration doesn't meet the minimum "
|
| 6362 |
+
"requirements for importing a starter site."
|
| 6363 |
+
msgstr ""
|
| 6364 |
+
|
| 6365 |
+
#: static/js/screens/DemoInstall/components/Progress.js:29
|
| 6366 |
+
msgid "Installing"
|
| 6367 |
+
msgstr ""
|
| 6368 |
+
|
| 6369 |
+
#: static/js/screens/DemoInstall/components/Progress.js:34
|
| 6370 |
+
msgid ""
|
| 6371 |
+
"Please be patient and don't refresh this page, the import process may take a "
|
| 6372 |
+
"while, this also depends on your server."
|
| 6373 |
+
msgstr ""
|
| 6374 |
+
|
| 6375 |
#: static/js/screens/Extensions.js:239
|
| 6376 |
msgid "Loading Extensions Status..."
|
| 6377 |
msgstr ""
|
readme.txt
CHANGED
|
@@ -5,7 +5,7 @@ Requires PHP: 7.0
|
|
| 5 |
Tested up to: 6.0
|
| 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.44: 2022-07-27
|
| 27 |
- Improvement: Better calculate sticky top position when auto-hide effect is used
|
| 28 |
- Improvement: Better handling of conditions module when Blocksy is not active
|
| 5 |
Tested up to: 6.0
|
| 6 |
License: GPLv2 or later
|
| 7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 8 |
+
Stable tag: 1.8.45
|
| 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.45: 2022-08-04
|
| 27 |
+
- Improvement: Widgets strings - better compatibility with translation plugins
|
| 28 |
+
|
| 29 |
1.8.44: 2022-07-27
|
| 30 |
- Improvement: Better calculate sticky top position when auto-hide effect is used
|
| 31 |
- Improvement: Better handling of conditions module when Blocksy is not active
|
static/bundle/account-lazy.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
static/bundle/dashboard.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
/*! For license information please see dashboard.js.LICENSE.txt */
|
| 2 |
-
!function(){var e={184:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)&&n.length){var i=o.apply(null,n);i&&e.push(i)}else if("object"===a)for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},162:function(e,t,n){var r;void 0===(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){i(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function o(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,i=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype?function(e,n,i){var c=a.URL||a.webkitURL,l=document.createElement("a");n=n||e.name||"download",l.download=n,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?o(l):r(l.href)?t(e,n,i):o(l,l.target="_blank")):(l.href=c.createObjectURL(e),setTimeout((function(){c.revokeObjectURL(l.href)}),4e4),setTimeout((function(){o(l)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,a),n);else if(r(e))t(e,n,a);else{var i=document.createElement("a");i.href=e,i.target="_blank",setTimeout((function(){o(i)}))}}:function(e,n,r,o){if((o=o||open("","_blank"))&&(o.document.title=o.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var i="application/octet-stream"===e.type,c=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&c)&&"object"==typeof FileReader){var s=new FileReader;s.onloadend=function(){var e=s.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),o?o.location.href=e:location=e,o=null},s.readAsDataURL(e)}else{var u=a.URL||a.webkitURL,m=u.createObjectURL(e);o?o.location=m:location.href=m,o=null,setTimeout((function(){u.revokeObjectURL(m)}),4e4)}});a.saveAs=i.saveAs=i,e.exports=i}.apply(t,[]))||(e.exports=r)},172:function(e,t,n){var r,o,a=n(760),i=n(529),c=(o=[],{activateTrap:function(e){if(o.length>0){var t=o[o.length-1];t!==e&&t.pause()}var n=o.indexOf(e);-1===n||o.splice(n,1),o.push(e)},deactivateTrap:function(e){var t=o.indexOf(e);-1!==t&&o.splice(t,1),o.length>0&&o[o.length-1].unpause()}});function l(e){return setTimeout(e,0)}e.exports=function(e,t){var n=document,o="string"==typeof e?n.querySelector(e):e,s=i({returnFocusOnDeactivate:!0,escapeDeactivates:!0},t),u={firstTabbableNode:null,lastTabbableNode:null,nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1},m={activate:function(e){if(!u.active){E(),u.active=!0,u.paused=!1,u.nodeFocusedBeforeActivation=n.activeElement;var t=e&&e.onActivate?e.onActivate:s.onActivate;return t&&t(),p(),m}},deactivate:d,pause:function(){!u.paused&&u.active&&(u.paused=!0,f())},unpause:function(){u.paused&&u.active&&(u.paused=!1,E(),p())}};return m;function d(e){if(u.active){clearTimeout(r),f(),u.active=!1,u.paused=!1,c.deactivateTrap(m);var t=e&&void 0!==e.onDeactivate?e.onDeactivate:s.onDeactivate;return t&&t(),(e&&void 0!==e.returnFocus?e.returnFocus:s.returnFocusOnDeactivate)&&l((function(){var e;w((e=u.nodeFocusedBeforeActivation,y("setReturnFocus")||e))})),m}}function p(){if(u.active)return c.activateTrap(m),r=l((function(){w(b())})),n.addEventListener("focusin",v,!0),n.addEventListener("mousedown",h,{capture:!0,passive:!1}),n.addEventListener("touchstart",h,{capture:!0,passive:!1}),n.addEventListener("click",_,{capture:!0,passive:!1}),n.addEventListener("keydown",g,{capture:!0,passive:!1}),m}function f(){if(u.active)return n.removeEventListener("focusin",v,!0),n.removeEventListener("mousedown",h,!0),n.removeEventListener("touchstart",h,!0),n.removeEventListener("click",_,!0),n.removeEventListener("keydown",g,!0),m}function y(e){var t=s[e],r=t;if(!t)return null;if("string"==typeof t&&!(r=n.querySelector(t)))throw new Error("`"+e+"` refers to no known node");if("function"==typeof t&&!(r=t()))throw new Error("`"+e+"` did not return a node");return r}function b(){var e;if(!(e=null!==y("initialFocus")?y("initialFocus"):o.contains(n.activeElement)?n.activeElement:u.firstTabbableNode||y("fallbackFocus")))throw new Error("Your focus-trap needs to have at least one focusable element");return e}function h(e){o.contains(e.target)||(s.clickOutsideDeactivates?d({returnFocus:!a.isFocusable(e.target)}):s.allowOutsideClick&&s.allowOutsideClick(e)||e.preventDefault())}function v(e){o.contains(e.target)||e.target instanceof Document||(e.stopImmediatePropagation(),w(u.mostRecentlyFocusedNode||b()))}function g(e){if(!1!==s.escapeDeactivates&&function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e))return e.preventDefault(),void d();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){if(E(),e.shiftKey&&e.target===u.firstTabbableNode)return e.preventDefault(),void w(u.lastTabbableNode);e.shiftKey||e.target!==u.lastTabbableNode||(e.preventDefault(),w(u.firstTabbableNode))}(e)}function _(e){s.clickOutsideDeactivates||o.contains(e.target)||s.allowOutsideClick&&s.allowOutsideClick(e)||(e.preventDefault(),e.stopImmediatePropagation())}function E(){var e=a(o);u.firstTabbableNode=e[0]||b(),u.lastTabbableNode=e[e.length-1]||b()}function w(e){e!==n.activeElement&&(e&&e.focus?(e.focus(),u.mostRecentlyFocusedNode=e,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(e)&&e.select()):w(b()))}}},703:function(e,t,n){"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},760:function(e){var t=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'],n=t.join(","),r="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;function o(e,t){t=t||{};var o,i,c,u=[],m=[],d=e.querySelectorAll(n);for(t.includeContainer&&r.call(e,n)&&(d=Array.prototype.slice.apply(d)).unshift(e),o=0;o<d.length;o++)a(i=d[o])&&(0===(c=l(i))?u.push(i):m.push({documentOrder:o,tabIndex:c,node:i}));return m.sort(s).map((function(e){return e.node})).concat(u)}function a(e){return!(!i(e)||function(e){return function(e){return u(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t=function(e){for(var t=0;t<e.length;t++)if(e[t].checked)return e[t]}(e.ownerDocument.querySelectorAll('input[type="radio"][name="'+e.name+'"]'));return!t||t===e}(e)}(e)||l(e)<0)}function i(e){return!(e.disabled||function(e){return u(e)&&"hidden"===e.type}(e)||function(e){return null===e.offsetParent||"hidden"===getComputedStyle(e).visibility}(e))}o.isTabbable=function(e){if(!e)throw new Error("No node provided");return!1!==r.call(e,n)&&a(e)},o.isFocusable=function(e){if(!e)throw new Error("No node provided");return!1!==r.call(e,c)&&i(e)};var c=t.concat("iframe").join(",");function l(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?function(e){return"true"===e.contentEditable}(e)?0:e.tabIndex:t}function s(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex}function u(e){return"INPUT"===e.tagName}e.exports=o},529:function(e){e.exports=function(){for(var e={},n=0;n<arguments.length;n++){var r=arguments[n];for(var o in r)t.call(r,o)&&(e[o]=r[o])}return e};var t=Object.prototype.hasOwnProperty}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e=window.wp.element,t=window.ctEvents,r=n.n(t),o=window.wp.i18n,a=n(184),i=n.n(a),c=window.React,l=n.n(c);function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}n(697);var m=function(e){return e.initialState,e.getInitialState,e.refs,e.getRefs,e.didMount,e.didUpdate,e.willUnmount,e.getSnapshotBeforeUpdate,e.shouldUpdate,e.render,function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["initialState","getInitialState","refs","getRefs","didMount","didUpdate","willUnmount","getSnapshotBeforeUpdate","shouldUpdate","render"])},d=function(e){function t(){var n,r;s(this,t);for(var o=arguments.length,a=Array(o),i=0;i<o;i++)a[i]=arguments[i];return n=r=u(this,e.call.apply(e,[this].concat(a))),p.call(r),u(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getArgs=function(){var e=this.state,t=this.props,n=this._setState,r=this._forceUpdate,o=this._refs;return{state:e,props:m(t),refs:o,setState:n,forceUpdate:r}},t.prototype.componentDidMount=function(){this.props.didMount&&this.props.didMount(this.getArgs())},t.prototype.shouldComponentUpdate=function(e,t){return!this.props.shouldUpdate||this.props.shouldUpdate({props:this.props,state:this.state,nextProps:m(e),nextState:t})},t.prototype.componentWillUnmount=function(){this.props.willUnmount&&this.props.willUnmount({state:this.state,props:m(this.props),refs:this._refs})},t.prototype.componentDidUpdate=function(e,t,n){this.props.didUpdate&&this.props.didUpdate(Object.assign(this.getArgs(),{prevProps:m(e),prevState:t}),n)},t.prototype.getSnapshotBeforeUpdate=function(e,t){return this.props.getSnapshotBeforeUpdate?this.props.getSnapshotBeforeUpdate(Object.assign(this.getArgs(),{prevProps:m(e),prevState:t})):null},t.prototype.render=function(){var e=this.props,t=e.children,n=e.render;return n?n(this.getArgs()):"function"==typeof t?t(this.getArgs()):t||null},t}(l().Component);d.defaultProps={getInitialState:function(){},getRefs:function(){return{}}};var p=function(){var e=this;this.state=this.props.initialState||this.props.getInitialState(this.props),this._refs=this.props.refs||this.props.getRefs(this.getArgs()),this._setState=function(){return e.setState.apply(e,arguments)},this._forceUpdate=function(){return e.forceUpdate.apply(e,arguments)}},f=d,y=function(t){var n=t.children,r=t.container,o=void 0===r?document.body:r,a=t.type,i=void 0===a?"reach-portal":a;return(0,e.createElement)(f,{getRefs:function(){return{node:null}},didMount:function(e){var t=e.refs,n=e.forceUpdate,r=o.hasOwnProperty("current")?o.current:o;t.node=document.createElement(i),r.appendChild(t.node),n()},willUnmount:function(e){var t=e.refs.node,n=o.hasOwnProperty("current")?o.current:o;n&&n.removeChild(t)},render:function(t){var r=t.refs.node;return r?(0,e.createPortal)(n,r):null}})},b=function(e,t){return function(n){if(e&&e(n),!n.defaultPrevented)return t(n)}},h=n(172),v=n.n(h);function g(){return g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},g.apply(this,arguments)}function _(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var E=function(){},w=function(){},k=function(e){var t=e.refs;t.trap.deactivate(),t.disposeAriaHider()},O=React.createContext(),x=React.forwardRef((function(t,n){var r=t.container,o=t.isOpen,a=void 0===o||o,i=t.onDismiss,c=void 0===i?E:i,l=t.initialFocusRef,s=t.onClick,u=t.onKeyDown,m=_(t,["container","isOpen","onDismiss","initialFocusRef","onClick","onKeyDown"]);return(0,e.createElement)(f,{didMount:w},a?(0,e.createElement)(y,{container:r,"data-reach-dialog-wrapper":!0},(0,e.createElement)(f,{refs:{overlayNode:null,contentNode:null},didMount:function(e){!function(e,t){var n,r,o;e.disposeAriaHider=(n=e.overlayNode,r=[],o=[],Array.prototype.forEach.call(document.querySelectorAll("body > *"),(function(e){if(e!==n.parentNode){var t=e.getAttribute("aria-hidden");null!==t&&"false"!==t||(r.push(t),o.push(e),e.setAttribute("aria-hidden","true"))}})),function(){o.forEach((function(e,t){var n=r[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)}))}),e.trap=v()(e.overlayNode,{initialFocus:t?function(){return t.current}:void 0,fallbackFocus:e.contentNode,escapeDeactivates:!1,clickOutsideDeactivates:!1})}(e.refs,l)},willUnmount:k},(function(t){var r=t.refs;return(0,e.createElement)(O.Provider,{value:function(e){return r.contentNode=e}},(0,e.createElement)("div",g({"data-reach-dialog-overlay":!0,onClick:b(s,(function(e){e.stopPropagation(),c()})),onKeyDown:b(u,(function(e){"Escape"===e.key&&(e.stopPropagation(),c())})),ref:function(e){r.overlayNode=e,n&&n(e)}},m)))}))):null)}));x.propTypes={initialFocusRef:function(){}};var S=function(e){return e.stopPropagation()},C=React.forwardRef((function(t,n){var r=t.onClick,o=(t.onKeyDown,_(t,["onClick","onKeyDown"]));return(0,e.createElement)(O.Consumer,null,(function(t){return(0,e.createElement)("div",g({"aria-modal":"true","data-reach-dialog-content":!0,tabIndex:"-1",onClick:b(r,S),ref:function(e){t(e),n&&n(e)}},o))}))})),j=window.blocksyOptions,D=function(e){return!!e},P=function(t){var n=t.items,r=t.isVisible,o=void 0===r?D:r,a=t.render,c=t.className,l=t.onDismiss;return(0,e.createElement)(j.Transition,{items:n,onStart:function(){return document.body.classList[o(n)?"add":"remove"]("ct-dashboard-overlay-open")},config:{duration:200},from:{opacity:0,y:-10},enter:{opacity:1,y:0},leave:{opacity:0,y:10}},(function(t){return o(t)&&function(n){return(0,e.createElement)(x,{style:{opacity:n.opacity},container:document.querySelector("#wpbody"),onDismiss:function(){return l()}},(0,e.createElement)(C,{className:i()("ct-admin-modal",c),style:{transform:"translate3d(0px, ".concat(n.y,"px, 0px)")}},(0,e.createElement)("button",{className:"close-button",onClick:function(){return l()}},"×"),a(t,n)))}}))};function A(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var N=function(t){var n,r,o=(n=(0,e.useState)(!1),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,r)||function(e,t){if(e){if("string"==typeof e)return A(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?A(e,t):void 0}}(n,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=o[0],i=o[1];return[function(){return i(!0)},(0,e.createElement)(P,{items:a,onDismiss:function(){return i(!1)},render:function(){return(0,e.createElement)("div",{className:"ct-modal-content",dangerouslySetInnerHTML:{__html:t.readme}})}})]},M=window.ctDashboardLocalizations.DashboardContext,z=(M.Provider,M.Consumer,M);function L(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function T(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){L(a,r,o,i,c,"next",e)}function c(e){L(a,r,o,i,c,"throw",e)}i(void 0)}))}}function I(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return B(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?B(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function B(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var R=function(){return ctDashboardLocalizations.plugin_data.hide_support_section?null:(0,e.createElement)("div",{className:"ct-support-container"},(0,e.createElement)("h2",null,(0,o.__)("Need help or advice?","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community.","blocksy-companion")),(0,e.createElement)("a",{href:ctDashboardLocalizations.support_url,className:"ct-button","data-hover":"blue",target:"_blank"},(0,o.__)("Submit a Support Ticket","blocksy-companion")),(0,e.createElement)("a",{href:"https://www.facebook.com/groups/blocksy.community",className:"ct-button","data-hover":"blue",target:"_blank"},(0,o.__)("Join Facebook Community","blocksy-companion")))};function F(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 U(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?F(Object(n),!0).forEach((function(t){V(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):F(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function V(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function H(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function q(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return W(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?W(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function W(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var G=null,Z=function(t){var n=t.extension,r=t.onExtsSync,a=q(N(n),2),c=a[0],l=a[1],s=q(function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){},r=I((0,e.useState)(!1),2),a=r[0],i=r[1],c=I((0,e.useState)(!1),2),l=c[0],s=c[1],u=(0,e.useContext)(z),m=(u.Link,u.history),d=ctDashboardLocalizations.plugin_data.is_pro,p=function(){var e=T(regeneratorRuntime.mark((function e(){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(d||!t.config.pro){e.next=3;break}return s(!0),e.abrupt("return");case 3:return(r=new FormData).append("ext",t.name),r.append("action",t.__object?"blocksy_extension_deactivate":"blocksy_extension_activate"),i(!0),e.prev=7,e.next=10,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:r});case 10:t.config.require_refresh&&location.reload(),n(),e.next=16;break;case 14:e.prev=14,e.t0=e.catch(7);case 16:i(!1);case 17:case"end":return e.stop()}}),e,null,[[7,14]])})));return function(){return e.apply(this,arguments)}}();return[a,p,!d&&t.config.pro?(0,e.createElement)(P,{items:l,className:"ct-onboarding-modal",onDismiss:function(){return s(!1)},render:function(){return(0,e.createElement)("div",{className:"ct-modal-content"},(0,e.createElement)("svg",{width:"55",height:"55",viewBox:"0 0 40.5 48.3"},(0,e.createElement)("path",{fill:"#2d82c8",d:"M33.4 29.4l7.1 12.3-7.4.6-4 6-7.3-12.9"}),(0,e.createElement)("path",{d:"M33.5 29.6L26 42.7l-4.2-7.3 11.6-6 .1.2zM0 41.7l7.5.6 3.9 6 7.2-12.4-11-7.3L0 41.7z",fill:"#2271b1"}),(0,e.createElement)("path",{d:"M39.5 18.7c0 1.6-2.4 2.8-2.7 4.3-.4 1.5 1 3.8.2 5.1-.8 1.3-3.4 1.2-4.5 2.3-1.1 1.1-1 3.7-2.3 4.5-1.3.8-3.6-.6-5.1-.2-1.5.4-2.7 2.7-4.3 2.7S18 35 16.5 34.7c-1.5-.4-3.8 1-5.1.2s-1.2-3.4-2.3-4.5-3.7-1-4.5-2.3.6-3.6.2-5.1-2.7-2.7-2.7-4.3 2.4-2.8 2.7-4.3c.4-1.5-1-3.8-.2-5.1C5.4 8 8.1 8.1 9.1 7c1.1-1.1 1-3.7 2.3-4.5s3.6.6 5.1.2C18 2.4 19.2 0 20.8 0c1.6 0 2.8 2.4 4.3 2.7 1.5.4 3.8-1 5.1-.2 1.3.8 1.2 3.4 2.3 4.5 1.1 1.1 3.7 1 4.5 2.3s-.6 3.6-.2 5.1c.3 1.5 2.7 2.7 2.7 4.3z",fill:"#599fd9"}),(0,e.createElement)("path",{d:"M23.6 7c-6.4-1.5-12.9 2.5-14.4 8.9-.7 3.1-.2 6.3 1.5 9.1 1.7 2.7 4.3 4.6 7.4 5.4.9.2 1.9.3 2.8.3 2.2 0 4.4-.6 6.3-1.8 2.7-1.7 4.6-4.3 5.4-7.5C34 15 30 8.5 23.6 7zm7 14c-.6 2.6-2.2 4.8-4.5 6.2-2.3 1.4-5 1.8-7.6 1.2-2.6-.6-4.8-2.2-6.2-4.5-1.4-2.3-1.8-5-1.2-7.6.6-2.6 2.2-4.8 4.5-6.2 1.6-1 3.4-1.5 5.2-1.5.8 0 1.5.1 2.3.3 5.4 1.3 8.7 6.7 7.5 12.1zm-8.2-4.5l3.7.5-2.7 2.7.7 3.7-3.4-1.8-3.3 1.8.6-3.7-2.7-2.7 3.8-.5 1.6-3.4 1.7 3.4z",fill:"#fff"})),(0,e.createElement)("h2",{className:"ct-modal-title"},"This is a Pro extension"),(0,e.createElement)("p",null,(0,o.__)("Upgrade to the Pro version and get instant access to all premium extensions, features and future updates.","blocksy-companion")),(0,e.createElement)("div",{className:"ct-modal-actions has-divider","data-buttons":"2"},(0,e.createElement)("a",{onClick:function(e){e.preventDefault(),s(!1),setTimeout((function(){m.navigate("/pro")}),300)},className:"button"},(0,o.__)("Free vs Pro","blocksy")),(0,e.createElement)("a",{href:"https://creativethemes.com/blocksy/pricing/",target:"_blank",className:"button button-primary"},(0,o.__)("Upgrade Now","blocksy-companion"))))}}):null]}(n,(function(){r()})),3),u=s[0],m=s[1],d=s[2];return(0,e.createElement)("li",{className:i()({active:!!n.__object})},(0,e.createElement)("h4",{className:"ct-extension-title"},n.config.name,u&&(0,e.createElement)("svg",{width:"15",height:"15",viewBox:"0 0 100 100"},(0,e.createElement)("g",{transform:"translate(50,50)"},(0,e.createElement)("g",{transform:"scale(1)"},(0,e.createElement)("circle",{cx:"0",cy:"0",r:"50",fill:"#687c93"}),(0,e.createElement)("circle",{cx:"0",cy:"-26",r:"12",fill:"#ffffff",transform:"rotate(161.634)"},(0,e.createElement)("animateTransform",{attributeName:"transform",type:"rotate",calcMode:"linear",values:"0 0 0;360 0 0",keyTimes:"0;1",dur:"1s",begin:"0s",repeatCount:"indefinite"})))))),n.config.description&&(0,e.createElement)("div",{className:"ct-extension-description"},n.config.description),(0,e.createElement)("div",{className:"ct-extension-actions"},(0,e.createElement)("button",{className:i()(n.__object?"ct-button":"ct-button-primary"),"data-hover":"white",disabled:u,onClick:function(){m()}},n.__object?(0,o.__)("Deactivate","blocksy-companion"):(0,o.__)("Activate","blocksy-companion")),n.readme&&(0,e.createElement)("button",{onClick:function(){return c()},className:"ct-minimal-button ct-instruction"},(0,e.createElement)("svg",{width:"16",height:"16",viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M12,2C6.477,2,2,6.477,2,12s4.477,10,10,10s10-4.477,10-10S17.523,2,12,2z M12,17L12,17c-0.552,0-1-0.448-1-1v-4 c0-0.552,0.448-1,1-1h0c0.552,0,1,0.448,1,1v4C13,16.552,12.552,17,12,17z M12.5,9h-1C11.224,9,11,8.776,11,8.5v-1 C11,7.224,11.224,7,11.5,7h1C12.776,7,13,7.224,13,7.5v1C13,8.776,12.776,9,12.5,9z"}))),n.__object&&n.config&&n.config.buttons&&n.config.buttons.map((function(t,n){var r=t.text,o=t.url;return(0,e.createElement)("a",{href:o,className:"ct-button ct-config-btn",dataButton:"white"},r)}))),l,d)},$=function(){var t=q((0,e.useState)(!G),2),n=t[0],a=t[1],c=q((0,e.useState)(G||[]),2),l=c[0],s=c[1],u=q((0,e.useState)(!1),2),m=u[0],d=u[1],p=q((0,e.useState)("free"),2),f=p[0],y=p[1],b=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,r,o,i,c,l,u,m,p=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=p.length>0&&void 0!==p[0]?p[0]:{},n=U({verbose:!1,extension:null,extAction:null},t),r=n.verbose,o=n.extension,i=n.extAction,r&&a(!0),d(!0),e.next=6,fetch("".concat(wp.ajax.settings.url,"?action=blocksy_extensions_status"),U({method:"POST"},o&&i?{body:JSON.stringify({extension:o,extAction:i})}:{}));case 6:if(200===(c=e.sent).status){e.next=9;break}return e.abrupt("return");case 9:return e.next=11,c.json();case 11:if(l=e.sent,u=l.success,m=l.data,u){e.next=16;break}return e.abrupt("return");case 16:if(d(!1),a(!1),s(m),G=m,!o){e.next=22;break}return e.abrupt("return",m[o]);case 22:return e.abrupt("return",m);case 23:case"end":return e.stop()}}),e)})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){H(a,r,o,i,c,"next",e)}function c(e){H(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();(0,e.useEffect)((function(){b({verbose:!G});var e=function(){b()};return r().on("blocksy_exts_sync_exts",e),function(){r().off("blocksy_exts_sync_exts",e)}}),[]);var h=(0,e.useMemo)((function(){return Object.values(l).map((function(e,t){return U(U({},e),{},{name:Object.keys(l)[t]})})).find((function(e){return e.config.pro}))}),[l]),v=(0,e.useMemo)((function(){return Object.values(l).map((function(e,t){return U(U({},e),{},{name:Object.keys(l)[t]})})).filter((function(e){return!e.config.hidden})).filter((function(e){var t=e.config;return"free"===f?!t.pro:t.pro}))}),[f,l]);return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"ct-extensions-container"},(0,e.createElement)(j.Transition,{items:n,from:{opacity:0},enter:[{opacity:1}],leave:[{opacity:0}],initial:null,config:function(e,t){return"leave"===t?{duration:300}:{delay:300,duration:300}}},(function(t){return t?function(t){return(0,e.createElement)(j.animated.p,{style:t,className:"ct-loading-text"},(0,e.createElement)("span",null),(0,o.__)("Loading Extensions Status...","blocksy-companion"))}:function(t){return(0,e.createElement)(j.animated.div,{style:t},(0,e.createElement)(e.Fragment,null,h&&(0,e.createElement)("ul",{className:"ct-extensions-sourse"},["free","pro"].map((function(t){return(0,e.createElement)("li",{key:t,onClick:function(){return y(t)},className:i()({active:t===f})},{free:(0,o.__)("Free Extensions","blocksy-companion"),pro:(0,o.__)("Pro Extensions","blocksy-companion")}[t])}))),(0,e.createElement)("ul",{className:i()("ct-extensions-list",{"is-pro":"pro"===f})},v.map((function(t){var n={extension:Z};return r().trigger("ct:extensions:card",{CustomComponent:n,extension:t}),(0,e.createElement)(n.extension,{key:t.name,extension:t,extsSyncLoading:m,onExtsSync:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e.extAction||(l[t.name].__object=!l[t.name].__object,s(l)),b(U(U({},e),{},{extension:t.name}))}})}))),(0,e.createElement)(R,null)))}}))))},K=function(t){var n=t.children,r=t.activated,o=t.checked,a=t.onChange;return(0,e.createElement)("div",{onClick:function(){return a()},className:i()("ct-checkbox-container",{activated:r})},n,(0,e.createElement)("span",{className:i()("ct-checkbox",{active:o})},(0,e.createElement)("svg",{width:"10",height:"8",viewBox:"0 0 11.2 9.1"},(0,e.createElement)("polyline",{class:"check",points:"1.2,4.8 4.4,7.9 9.9,1.2 "}))))};function J(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?J(Object(n),!0).forEach((function(t){X(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):J(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function X(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ee=function(e){return{"stackable-ultimate-gutenberg-blocks":"Stackable – Gutenberg Blocks","wpforms-lite":"WPForms - Contact Form",woocommerce:"WooCommerce",elementor:"Elementor",brizy:"Brizy",getwid:"Getwid","simply-gallery-block":"SimpLy Gallery Block & Lightbox","recipe-card-blocks-by-wpzoom":"Recipe Card Blocks by WPZOOM","map-block-gutenberg":"Map Block for Google Maps","mb-custom-post-type":"MB Custom Post Types & Custom Taxonomies",leadin:"HubSpot","block-slider":"Block Slider"}},te=function(e){return(ee[e]||e).replace(/\b\w/,(function(e){return e.toUpperCase()}))},ne=function(t){var n,r,a=t.demoConfiguration,i=t.setDemoConfiguration,c=t.style,l=(0,e.useContext)(We),s=l.currentDemo,u=l.demos_list,m=l.pluginsStatus,d=(l.setCurrentDemo,n=(s||"").split(":"),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,r)||function(e,t){if(e){if("string"==typeof e)return Q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Q(e,t):void 0}}(n,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),p=d[0];return d[1],u.filter((function(e){return e.name===p||""})),(0,e.createElement)("div",{style:c},(0,e.createElement)("div",{className:"ct-demo-plugins"},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 40 40"},(0,e.createElement)("path",{fill:"#0C7AB3",d:"M20,0v7.6c0,0.3-0.2,0.5-0.5,0.5h-1.5c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.5-0.7-1.3-1.1-2.1-1.1c-1.5,0-2.6,1.2-2.6,2.6c0,1.5,1.2,2.6,2.6,2.6c0.8,0,1.6-0.4,2.1-1.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0,0,0,0,0h1.5c0,0,0,0,0,0c0.3,0,0.5,0.2,0.5,0.5V20h8.1v-0.8c-0.8-0.7-1.3-1.7-1.3-2.8c0-2,1.7-3.7,3.7-3.7c2,0,3.7,1.7,3.7,3.7c0,1.1-0.5,2.1-1.3,2.8V20H40C40,9,31,0,20,0z"}),(0,e.createElement)("path",{fill:"#3497D3",d:"M20,40v-7.6c0-0.3,0.2-0.5,0.5-0.5h1.5c0,0,0,0,0,0c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0.5,0.7,1.3,1.1,2.1,1.1c1.5,0,2.6-1.2,2.6-2.6c0-1.5-1.2-2.6-2.6-2.6c-0.8,0-1.6,0.4-2.1,1.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0h-1.5c0,0,0,0,0,0c-0.3,0-0.5-0.2-0.5-0.5V20h-8.1v0.8c0.8,0.7,1.3,1.7,1.3,2.8c0,2-1.7,3.7-3.7,3.7c-2,0-3.7-1.7-3.7-3.7c0-1.1,0.5-2.1,1.3-2.8V20H0C0,31,9,40,20,40z"}))),(0,e.createElement)("h2",null,(0,o.__)("Install & Activate Plugins","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("The following plugins are required for this starter site in order to work properly.","blocksy-companion")),a.plugins.map((function(t){var n=t.plugin,r=t.enabled;return(0,e.createElement)(e.Fragment,{key:n},!m[n]&&(0,e.createElement)(K,{key:n,checked:r,onChange:function(){return i(Y(Y({},a),{},{plugins:a.plugins.map((function(e){return e.plugin===n?Y(Y({},e),{},{enabled:!r}):e}))}))}},te(n)),m[n]&&(0,e.createElement)(K,{activated:!0,checked:!0,onChange:function(){}},te(n)))}))))},re=function(){var t=(0,e.useContext)(We),n=t.currentlyInstalledDemo,r=t.demos_list,a=t.setCurrentDemo,c=t.demo_error,l=t.setInstallerBlockingReleased;return(0,e.useContext)(z).Link,(0,e.createElement)("ul",null,r.filter((function(e,t){return r.map((function(e){return e.name})).indexOf(e.name)===t})).map((function(t){return(0,e.createElement)("li",{key:t.name,className:i()("ct-single-demo",{"ct-is-pro":t.is_pro})},(0,e.createElement)("figure",null,(0,e.createElement)("img",{src:t.screenshot}),(0,e.createElement)("section",null,(0,e.createElement)("h3",null,(0,o.__)("Available for","blocksy-companion")),(0,e.createElement)("div",null,r.filter((function(e){return e.name===t.name||""})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0})).map((function(t){var n=t.builder;return(0,e.createElement)("span",{key:n},te(n)||"Gutenberg")})))),t.is_pro&&(0,e.createElement)("a",{onClick:function(e){return e.preventDefault()},href:"#"},"PRO")),(0,e.createElement)("div",{className:"ct-demo-actions"},(0,e.createElement)("h4",null,t.name),(0,e.createElement)("div",null,(0,e.createElement)("a",{className:"ct-button",target:"_blank",href:t.url},(0,o.__)("Preview","blocksy-companion")),(0,e.createElement)("button",{className:"ct-button-primary",onClick:function(){l(!1),a(t.name)},disabled:!!c},n&&n.demo.indexOf(t.name)>-1?(0,o.__)("Modify","blocksy-companion"):(0,o.__)("Import","blocksy-companion")))))})))};function oe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return ae(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ae(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ae(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ie=function(t){var n=t.style,r=t.nextStep,a=((0,e.useContext)(z).is_child_theme,(0,e.useContext)(We)),i=a.setCurrentlyInstalledDemo,c=a.setCurrentDemo,l=a.currentDemo,s=a.demos_list,u=oe((0,e.useState)(0),2),m=u[0],d=u[1],p=oe((0,e.useState)("idle"),2),f=p[0],y=p[1],b=oe((l||"").split(":"),2),h=b[0],v=(b[1],s.filter((function(e){return e.name===h}))),g={erase_content:{title:(0,o.__)("Erase content","blocksy-companion"),query_string:"action=blocksy_demo_erase_content&wp_customize=on"},deactivate_demo_plugins:{title:(0,o.__)("Deactivate demo plugins","blocksy-companion"),query_string:"action=blocksy_demo_deactivate_plugins&plugins=".concat(v[0].plugins.join(":"))},deregister_current_demo:{title:(0,o.__)("Erase content","blocksy-companion"),query_string:"action=blocksy_demo_deregister_current_demo"}},_=["erase_content","deactivate_demo_plugins","deregister_current_demo"],E=_[m],w=function(){var e=g[E],t=new EventSource("".concat(ctDashboardLocalizations.ajax_url,"?").concat(e.query_string));t.onmessage=function(e){if("complete"===JSON.parse(e.data).action){if(t&&t.close&&t.close(),m===_.length-1)return void y("done");d(Math.min(_.length-1,m+1))}}};return(0,e.useEffect)((function(){0!==m&&"done"!==f&&w()}),[E]),(0,e.createElement)("div",{className:"ct-modify-demo",style:n},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"36",height:"36",viewBox:"0 0 40 40"},(0,e.createElement)("path",{d:"M5.71,40a1,1,0,0,1-1-1V21.59a1,1,0,0,1,1.91,0V39.05A1,1,0,0,1,5.71,40Zm1-31.83V1.07A1,1,0,0,0,5.71,0a1,1,0,0,0-1,1.07v7.1a1,1,0,0,0,1,1.07A1,1,0,0,0,6.67,8.17ZM21,39.05V34.29a1,1,0,1,0-1.9,0v4.76a1,1,0,1,0,1.9,0Zm0-18.14V1a1,1,0,1,0-1.9,0V20.91a1,1,0,1,0,1.9,0ZM35.24,39.05V26.35a1,1,0,0,0-1.91,0v12.7a1,1,0,0,0,1.91,0Zm0-26.25V1a1,1,0,1,0-1.91,0V12.8a1,1,0,1,0,1.91,0Z",transform:"translate(-0.71)",fill:"#dae3e8"}),(0,e.createElement)("path",{d:"M5.71,18.06a5,5,0,1,1,5-5A5,5,0,0,1,5.71,18.06ZM20,30.76a5,5,0,1,1,5-5A5,5,0,0,1,20,30.76Zm14.29-7.93a5,5,0,1,1,5-5A5,5,0,0,1,34.29,22.83Z",transform:"translate(-0.71)",fill:"#0c7ab3"}))),"idle"===f&&(0,e.createElement)("h2",null,(0,o.__)("This starter site is already installed","blocksy-companion")),"loading"===f&&(0,e.createElement)("h2",null,"Removing starter site..."),"done"===f&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("h2",null,(0,o.__)("Starter Site Removed","blocksy-companion")),(0,e.createElement)("div",{className:"ct-modify-actions"},(0,e.createElement)("button",{className:"ct-demo-btn ct-dismiss",onClick:function(e){e.preventDefault(),c("".concat(h,":hide"))}},(0,o.__)("Dismiss","blocksy-companion")))),"idle"===f&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",null,(0,o.__)("What steps do you want to perform next?","blocksy-companion")),(0,e.createElement)("div",{className:"ct-modify-actions"},(0,e.createElement)("button",{className:"ct-demo-btn demo-remove",onClick:function(e){y("loading"),e.preventDefault(),w(),i()}},(0,o.__)("Remove","blocksy-companion")),(0,e.createElement)("button",{className:"ct-demo-btn",onClick:function(e){e.preventDefault(),r()}},(0,o.__)("Reinstall","blocksy-companion")))))};function ce(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 le(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ce(Object(n),!0).forEach((function(t){se(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ce(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function se(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ue=function(t){var n=t.demoConfiguration,r=t.setDemoConfiguration,a=t.style,i=(0,e.useContext)(z),c=i.is_child_theme,l=i.child_theme_exists;return(0,e.createElement)("div",{className:"ct-demo-child",style:a},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 43 41.1"},(0,e.createElement)("path",{fill:"#DBE7EE",d:"M0,39.5c0,0.9,0.7,1.6,1.5,1.6h32.3c0.9,0,1.5-0.7,1.5-1.6V14H0V39.5z"}),(0,e.createElement)("path",{fill:"#BDC8D7",d:"M18.2,41.1h15.6c0.9,0,1.5-0.7,1.5-1.6V14H7.6L8,32.4L18.2,41.1z"}),(0,e.createElement)("path",{fill:"#BDC8D7",d:"M0,15.6V9.8c0-0.9,0.7-1.6,1.5-1.6h32.3c0.9,0,1.5,0.7,1.5,1.6v5.8H0z"}),(0,e.createElement)("path",{fill:"#3497D3",d:"M7.6,31.3c0,0.9,0.7,1.6,1.5,1.6h32.4c0.9,0,1.5-0.7,1.5-1.6V5.8H7.6V31.3z"}),(0,e.createElement)("path",{fill:"#0C7AB3",d:"M7.6,7.4V1.6C7.6,0.7,8.3,0,9.1,0h32.4C42.4,0,43,0.7,43,1.6v5.8H7.6z"}),(0,e.createElement)("rect",{x:"11.2",y:"11",fill:"#44ACDF",width:"16.8",height:"17.9"}),(0,e.createElement)("rect",{x:"31.5",y:"11",fill:"#44ACDF",width:"7.9",height:"17.9"}))),l?(0,e.createElement)("h2",null,(0,o.__)("Activate Child Theme","blocksy-companion")):(0,e.createElement)("h2",null,(0,o.__)("Install Child Theme","blocksy-companion")),!c&&(0,e.createElement)(e.Fragment,null,l?(0,e.createElement)("p",null,(0,o.__)("We strongly recommend to activate the child theme, this way you will have freedom to make changes without breaking the parent theme.","blocksy-companion")):(0,e.createElement)("p",null,(0,o.__)("We strongly recommend to install the child theme, this way you will have freedom to make changes without breaking the parent theme.","blocksy-companion")),(0,e.createElement)(K,{checked:n.child_theme,onChange:function(){return r(le(le({},n),{},{child_theme:!n.child_theme}))}},l?(0,o.__)("Activate Child Theme","blocksy-companion"):(0,o.__)("Install Child Theme","blocksy-companion"))),c&&(0,o.__)("You already have a child theme properly installed and activated. Move on.","blocksy-companion"),(0,e.createElement)("a",{href:"https://developer.wordpress.org/themes/advanced-topics/child-themes/",target:"_blank"},(0,o.__)("Learn more about child themes","blocksy-companion")))};function me(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 de(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?me(Object(n),!0).forEach((function(t){pe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):me(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ye=function(t){var n,r,a=t.demoConfiguration,c=t.setDemoConfiguration,l=t.style,s=(0,e.useContext)(We),u=s.currentDemo,m=s.demos_list,d=(s.pluginsStatus,s.setCurrentDemo,n=(u||"").split(":"),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,r)||function(e,t){if(e){if("string"==typeof e)return fe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?fe(e,t):void 0}}(n,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),p=d[0],f=(d[1],m.filter((function(e){return e.name===p||""})));return(0,e.createElement)("div",{style:l},f.length>1&&(0,e.createElement)("div",{className:"ct-demo-builder"},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"52",height:"40",viewBox:"0 0 52 40"},(0,e.createElement)("path",{fill:"#DBE7EE",d:"M0,38.1C0,39.1,0.9,40,1.8,40h39.3c1.1,0,1.8-0.9,1.8-1.9v-31H0V38.1z"}),(0,e.createElement)("path",{fill:"#CFDBE4",d:"M13.8,14.6v18.8h22.6V14.6H13.8zM34.8,31.9H15.4V16.1h19.4V31.9z"}),(0,e.createElement)("path",{fill:"#BDC8D7",d:"M13.1,15.3L13.1,15.3c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C13.7,16.8,13.1,16.1,13.1,15.3z M34.1,15.3L34.1,15.3c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C34.8,16.8,34.1,16.1,34.1,15.3z M13.1,32.7L13.1,32.7c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C13.7,34.1,13.1,33.5,13.1,32.7z M34.1,32.7L34.1,32.7c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C34.8,34.1,34.1,33.5,34.1,32.7z M23.3,15.3L23.3,15.3c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C24,16.8,23.3,16.1,23.3,15.3z M4.2,13.9h5.9v7.9H4.2V13.9zM4.2,23.3h5.9v2.9H4.2V23.3zM0,9V1.9C0,0.9,0.9,0,1.8,0h39.3c1.1,0,1.8,0.9,1.8,1.9V9H0z M42.9,35.4V10.9h-9.3v15.2L42.9,35.4zM7.2,27.6c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3s3-1.3,3-3C10.2,28.9,8.8,27.6,7.2,27.6z"}),(0,e.createElement)("path",{fill:"#0C7AB3",d:"M50,27.8H35.6c-1.1,0-2-0.9-2-2v-18c0-1.1,0.9-2,2-2H50c1.1,0,2,0.9,2,2v18C52,26.9,51.1,27.8,50,27.8z"}),(0,e.createElement)("path",{fill:"#44ACDF",d:"M49,17.5H36.8c-0.7,0-1.2-0.5-1.2-1.2V9.1c0-0.7,0.5-1.2,1.2-1.2H49c0.7,0,1.2,0.5,1.2,1.2v7.3C50.2,17,49.6,17.5,49,17.5z M50.2,20.4v-0.1c0-0.5-0.4-1-1-1H36.5c-0.5,0-1,0.4-1,1v0.1c0,0.5,0.4,1,1,1h12.7C49.7,21.4,50.2,20.9,50.2,20.4z M40.8,25.2h-4.3c-0.5,0-1-0.4-1-1v-0.1c0-0.5,0.4-1,1-1h4.3c0.5,0,1,0.4,1,1v0.1C41.7,24.8,41.3,25.2,40.8,25.2z M49.2,25.2h-4.3c-0.5,0-1-0.4-1-1v-0.1c0-0.5,0.4-1,1-1h4.3c0.5,0,1,0.4,1,1v0.1C50.2,24.8,49.7,25.2,49.2,25.2z"}),(0,e.createElement)("path",{fill:"#C8E6F4",d:"M47.4,11.2h-9.1c-0.2,0-0.5-0.2-0.5-0.4v0c0-0.2,0.2-0.4,0.5-0.4h9.1c0.2,0,0.5,0.2,0.5,0.4v0C47.8,11,47.6,11.2,47.4,11.2z M47.9,14.7L47.9,14.7c0-0.2-0.2-0.5-0.5-0.5h-9.1c-0.2,0-0.4,0.2-0.4,0.4v0c0,0.2,0.2,0.4,0.4,0.4h9.1C47.7,15.1,47.9,14.9,47.9,14.7z"}),(0,e.createElement)("path",{fill:"#FFFFFF",d:"M26.3,20.8h-2.9l-2.9,7.9H23l0.3-0.7h2.8l0.3,0.7h2.7L26.3,20.8z M23.9,25.8l0.8-2.2h0l0.8,2.2H23.9zM46.5,10.7c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5S46.5,9.9,46.5,10.7zM42.1,14.7c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5S42.1,13.9,42.1,14.7z"}))),(0,e.createElement)("h2",null,(0,o.__)("Choose Page Builder","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("This starter site can be imported and used with one of these page builders. Please select your prefered one in order to continue.","blocksy-companion")),(0,e.createElement)("ul",{"data-count":f.length},f.sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0})).map((function(t){var n=t.builder,r=t.plugins;return(0,e.createElement)("li",{className:i()({active:n===(null===a.builder?f[0].builder:a.builder)}),onClick:function(){return c(de(de({},a),{},{builder:n,plugins:r.map((function(e){return{plugin:e,enabled:!0}}))}))}},(0,e.createElement)("figure",null,(0,e.createElement)("span",{className:i()("ct-checkbox",{active:n===(null===a.builder?f[0].builder:a.builder)})},(0,e.createElement)("svg",{width:"10",height:"8",viewBox:"0 0 11.2 9.1"},(0,e.createElement)("polyline",{className:"check",points:"1.2,4.8 4.4,7.9 9.9,1.2 "}))),""===n&&(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},(0,e.createElement)("path",{d:"M122.5 35.5c-1.7-1.1-4-.7-5.1 1C110.8 46.4 96.8 47 96 47h-.3c-17.4 0-24 14.8-24.3 15.4-.8 1.9.1 4 1.9 4.8.5.2 1 .3 1.5.3 1.4 0 2.7-.8 3.4-2.2.1-.1 4.6-10.3 16.3-11v19c-.5 4.1-2.4 7.3-5.8 9.7-3.6 2.5-8.3 3.8-14.1 3.8-7 0-12.7-2.4-16.9-7.2-4.3-4.8-6.4-11.5-6.4-20.2l.1-20.9c.3-7.7 2.4-13.8 6.4-18.2 4.3-4.8 9.9-7.2 16.9-7.2 5.8 0 10.6 1.3 14.1 3.8 3.6 2.5 5.6 5.9 5.9 10.3v.5c0 2.5 2.1 4.6 4.6 4.6 2.5 0 4.6-2.1 4.6-4.6v-.5c-.7-6.6-3.7-11.9-9.1-15.8-5.4-4-12.2-5.9-20.4-5.9-9.7 0-17.6 3.2-23.5 9.6-5.6 6-8.6 13.8-8.9 23.5 0 .7-.1 1.3-.1 2l.1 18.8h-.1c0 10.7 3 19.2 9 25.5 6 6.4 13.8 9.6 23.5 9.6 8.2 0 14.9-1.9 20.4-5.9 5-3.6 7.9-8.4 8.9-14.3l.2-21c6.1-1.5 14.4-4.8 19.6-12.7 1.3-1.7.8-4-1-5.1z"})),"brizy"===n&&(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},(0,e.createElement)("path",{d:"M14.6 36.7L75 0l60.4 36.7L75 73.4 14.6 36.7zm21.7.9L75 61.2l38.8-23.6L75 14 36.3 37.6z",fill:"#181c25"}),(0,e.createElement)("path",{fill:"#a7b2dd",d:"M14.6 63.2l10.8-6.5L75 86.8l49.9-30 10.5 6.4L75 100z"})),"elementor"===n&&(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},(0,e.createElement)("path",{d:"M32.5 7.6h17v84.9h-17V7.6zm34 84.9h51v-17h-51v17zm0-34h51v-17h-51v17zm0-51v17h51v-17h-51z"}))),(0,e.createElement)("div",{className:"builder-name"},te(n)||"Gutenberg"))})))))};function be(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 he(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?be(Object(n),!0).forEach((function(t){ve(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):be(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ve(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ge=function(t){var n=t.demoConfiguration,r=t.setDemoConfiguration,a=(t.currentDemo,t.style);return(0,e.createElement)("div",{style:a},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 40 40"},(0,e.createElement)("path",{d:"M25,22.67a5,5,0,0,1-10,0H0V36a3.33,3.33,0,0,0,3.33,3.33H36.67A3.33,3.33,0,0,0,40,36V22.67Z",transform:"translate(0 -0.67)",fill:"#bdc8d7"}),(0,e.createElement)("rect",{x:"2.5",y:"14",width:"35",height:"3",rx:"1.5",fill:"#0c7ab3"}),(0,e.createElement)("rect",{x:"5",y:"7",width:"30",height:"3",rx:"1.5",fill:"#3497d3"}),(0,e.createElement)("rect",{x:"7.5",width:"25",height:"3",rx:"1.5",fill:"#44acdf"}))),(0,e.createElement)("h2",null,(0,o.__)("Import Content","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("This will import posts, pages, comments, navigation menus, custom fields, terms and custom posts","blocksy-companion")),["options","widgets","content"].map((function(t){return(0,e.createElement)(K,{checked:n.content[t],onChange:function(){return r(he(he({},n),{},{content:he(he({},n.content),{},ve({},t,!n.content[t]))}))},key:t},t.split("_").map((function(e){return e.replace(/^\w/,(function(e){return e.toUpperCase()}))})).join(" "))})),(0,e.createElement)("div",{className:"ct-demo-erase"},(0,e.createElement)(K,{checked:n.content.erase_content,onChange:function(){return r(he(he({},n),{},{content:he(he({},n.content),{},{erase_content:!n.content.erase_content})}))}},(0,e.createElement)("div",null,(0,o.__)("Clean Install","blocksy-companion"),(0,e.createElement)("i",null,(0,o.__)("This option will remove the previous imported content and will perform a fresh and clean install.","blocksy-companion"))))))},_e=function(){var t=(0,e.useContext)(z),n=t.home_url,r=t.customizer_url;return(0,e.createElement)("div",{className:"ct-install-success"},(0,e.createElement)("h2",null,(0,o.__)("Starter Site Imported Successfully","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Now you can view your website or start customizing it","blocksy-companion")),(0,e.createElement)("div",null,(0,e.createElement)("a",{href:r,className:"ct-button"},(0,o.__)("Customize","blocksy-companion")),(0,e.createElement)("a",{href:n,target:"_blank",className:"ct-button-primary"},(0,o.__)("View site","blocksy-companion"))))},Ee=function(e,t){var n=e.action;if("complete"===n)return"";if("import_install_child"===n)return(0,o.__)("copying child theme sources","blocksy-companion");if("import_activate_child"===n)return(0,o.__)("activating child theme","blocksy-companion");if("install_plugin"===n)return(0,o.sprintf)((0,o.__)("installing plugin %s","blocksy-companion"),te(e.name)||e.name);if("activate_plugin"===n)return(0,o.sprintf)((0,o.__)("activating plugin %s","blocksy-companion"),te(e.name)||e.name);if("download_demo_widgets"===n)return(0,o.__)("downloading demo widgets","blocksy-companion");if("apply_demo_widgets"===n)return(0,o.__)("installing demo widgets","blocksy-companion");if("download_demo_options"===n)return(0,o.__)("downloading demo options","blocksy-companion");if("import_mods_images"===n)return(0,o.__)("importing images from customizer","blocksy-companion");if("import_customizer_options"===n)return(0,o.__)("import customizer options","blocksy-companion");if("activate_required_extensions"===n)return(0,o.__)("activating required extensions","blocksy-companion");if("erase_previous_posts"===n)return(0,o.__)("removing previously installed posts","blocksy-companion");if("erase_previous_terms"===n)return(0,o.__)("removing previously installed taxonomies","blocksy-companion");if("erase_default_pages"===n)return(0,o.__)("removing default WordPress pages","blocksy-companion");if("erase_customizer_settings"===n)return(0,o.__)("resetting customizer options","blocksy-companion");if("erase_widgets_data"===n)return(0,o.__)("resetting widgets","blocksy-companion");if("content_installer_progress"===n){if(!e.kind)return"";var r=t.content.preliminary_data["".concat(e.kind,"_count")],a=t.content["".concat(e.kind,"_count")];return"".concat(Math.min(a,r)," of ").concat(r," ").concat({users:(0,o.__)("users","blocksy-companion"),term:(0,o.__)("terms","blocksy-companion"),media:(0,o.__)("images","blocksy-companion"),post:(0,o.__)("posts","blocksy-companion"),comment:(0,o.__)("comments","blocksy-companion")}[e.kind])}return""};function we(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 ke(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?we(Object(n),!0).forEach((function(t){Oe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):we(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Oe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Se(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Se(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Se(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ce=function(e){e.preventDefault(),e.returnValue=""},je=function(e){var t=e.demoConfiguration,n=e.pluginsStatus,r=e.is_child_theme,o=e.includeMetaSteps,a=[];return void 0!==o&&o&&a.push("register_current_demo"),t.child_theme&&(r||a.push("child_theme")),t.plugins.filter((function(e){var t=e.enabled,r=e.plugin;return!!t&&!n[r]})).length>0&&a.push("plugins"),t.content.erase_content&&a.push("erase_content"),t.content.options&&a.push("options"),t.content.widgets&&a.push("widgets"),t.content.content&&a.push("content"),a.push("install_finish"),a},De=function(t){var n=t.demoConfiguration,r=t.style,a=function(t){var n=(0,e.useContext)(We),r=n.demos_list,a=n.currentDemo,i=(n.setCurrentDemo,n.setInstallerBlockingReleased),c=n.setCurrentlyInstalledDemo,l=n.pluginsStatus,s=(0,e.useContext)(z),u=(s.home_url,s.customizer_url,s.is_child_theme),m=(s.Link,xe((0,e.useState)(!1),2)),d=m[0],p=m[1],f=xe((0,e.useState)(0),2),y=f[0],b=f[1],h=xe((a||"").split(":"),2),v=h[0],g=(h[1],r.filter((function(e){return e.name===v})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0}))),_=t.plugins.filter((function(e){var t=e.enabled,n=e.plugin;return t&&!l[n]})).map((function(e){return e.plugin})),E=xe((0,e.useState)({register_current_demo:{title:(0,o.__)("Register demo","blocksy-companion"),query_string:"action=blocksy_demo_register_current_demo&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?g[0].builder:t.builder),expected_signals:1},child_theme:{title:(0,o.__)("Child theme","blocksy-companion"),query_string:"action=blocksy_demo_install_child_theme",expected_signals:3},plugins:{title:(0,o.__)("Required plugins","blocksy-companion"),query_string:"action=blocksy_demo_activate_plugins&plugins=".concat(_.join(":")),expected_signals:2*_.length+1},fake_step:{title:(0,o.__)("Fake Required plugins","blocksy-companion"),query_string:"action=blocksy_demo_fake_step",expected_signals:6},erase_content:{title:(0,o.__)("Erase content","blocksy-companion"),query_string:"action=blocksy_demo_erase_content&wp_customize=on",expected_signals:6},install_finish:{title:(0,o.__)("Final touches","blocksy-companion"),query_string:"action=blocksy_demo_install_finish&wp_customize=on",expected_signals:1},options:{title:(0,o.__)("Import options","blocksy-companion"),query_string:"action=blocksy_demo_install_options&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?g[0].builder:t.builder),expected_signals:5},widgets:{title:(0,o.__)("Import widgets","blocksy-companion"),query_string:"action=blocksy_demo_install_widgets&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?g[0].builder:t.builder),expected_signals:3},content:{title:(0,o.__)("Import content","blocksy-companion"),query_string:"action=blocksy_demo_install_content&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?g[0].builder:t.builder),expected_signals:50}}),2),w=E[0],k=E[1],O=je({demoConfiguration:t,pluginsStatus:l,is_child_theme:u,includeMetaSteps:!0}),x=O[y],S=xe((0,e.useState)(0),2),C=S[0],j=S[1],D=xe((0,e.useState)(null),2),P=D[0],A=D[1],N=(0,e.useRef)(C),M=(0,e.useRef)(w);(0,e.useEffect)((function(){N.current=C,M.current=w}));var L=function(e){return"content"===e?1===O.length?100:50:O.indexOf("content")>-1?50/(O.length-1):100/O.length},T=O.reduce((function(e,t,n){return n>=y?e:e+L(t)}),0)+100*C/w[x].expected_signals*(L(x)/100),I=function(){var e=w[x],t=new EventSource("".concat(ctDashboardLocalizations.ajax_url,"?").concat(e.query_string));t.onmessage=function(e){var n=JSON.parse(e.data);if(j(N.current+1),"content_installer_progress"===n.action){var r=n.kind;r&&(A(n),k(ke(ke({},M.current),{},{content:ke(ke({},M.current.content),{},Oe({},"".concat(r,"_count"),M.current.content["".concat(r,"_count")]+1))})))}else A(n);if("get_content_preliminary_data"===n.action){var o=n.data,a=(o.comment_count,o.media_count,o.post_count,o.term_count,o.users,ke(ke({},n.data),{},{term_count:n.data.terms.length,post_count:n.data.posts.filter((function(e){return"attachment"!==e.post_type})).length,media_count:n.data.posts.filter((function(e){return"attachment"===e.post_type})).length,comment_count:n.data.posts.reduce((function(e,t){return e+(t.comments||[]).length}),0),users_count:Object.keys(n.data.authors).length}));k(ke(ke({},M.current),{},{content:ke(ke({},M.current.content),{},{preliminary_data:a,comment_count:0,media_count:0,post_count:0,term_count:0,users_count:0,expected_signals:a.comment_count+a.media_count+a.post_count+a.term_count+a.users_count+3})}))}if("complete"===n.action){if(t&&t.close&&t.close(),y===O.length-1)return p(!0),i(!0),void window.removeEventListener("beforeunload",Ce);A(null),j(0),b(Math.min(O.length-1,y+1))}}};return(0,e.useEffect)((function(){d||(A(null),j(0),"fake_step"===x?(console.log("here we go delay before fake_step"),setTimeout((function(){I()}),2e3)):I())}),[x]),(0,e.useEffect)((function(){return window.addEventListener("beforeunload",Ce),c({demo:"".concat(a,":").concat(t.builder)}),function(){window.removeEventListener("beforeunload",Ce)}}),[]),{isCompleted:d,stepName:x,stepsDescriptors:w,lastMessage:P,progress:T}}(n),i=a.isCompleted,c=a.stepName,l=a.stepsDescriptors,s=a.lastMessage,u=a.progress;return(0,e.createElement)("div",{className:"ct-demo-install",style:r},(0,e.createElement)(j.Transition,{initial:!0,items:i,from:{opacity:0},enter:[{opacity:1}],leave:[{opacity:0}],config:function(e,t){return"leave"===t?{duration:300}:{delay:300,duration:300}}},(function(t){return function(n){return(0,e.createElement)("div",{style:n},t?(0,e.createElement)(_e,null):(0,e.createElement)(e.Fragment,null,(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 50 50"},(0,e.createElement)("path",{class:"g1",d:"M47,38.8c0.3-1,0.5-2,0.5-3.1c0-1.1-0.2-2.1-0.5-3.1l0.2-0.1l1.8-1.7l-1.8-3.1l-2.3,0.7l-0.2,0.1c-1.4-1.5-3.3-2.7-5.4-3.1V25l-0.6-2.4h-3.5L34.5,25v0.3c-2.1,0.5-4,1.6-5.4,3.1l-0.2-0.1l-2.3-0.7l-1.8,3.1l1.7,1.7l0.2,0.1c-0.3,1-0.5,2-0.5,3.1c0,1.1,0.2,2.1,0.5,3.1l-0.2,0.1l-1.8,1.7l1.8,3.1l2.3-0.7l0.2-0.1c1.4,1.5,3.3,2.7,5.4,3.1v0.3l0.6,2.4h3.5l0.6-2.4V46c2.1-0.5,4-1.6,5.4-3.1l0.2,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L47,38.8z M36.9,41.5c-3.3,0-5.9-2.6-5.9-5.9s2.6-5.9,5.9-5.9s5.9,2.6,5.9,5.9S40.1,41.5,36.9,41.5z"}),(0,e.createElement)("path",{class:"g2",d:"M21.2,32.2c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1L19.1,23l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5v-0.3l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5L5.1,23l-2.3-0.7L1,25.4L2.7,27L3,27.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1L1,34.1l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L21.2,32.2z M12.1,34.4c-2.6,0-4.7-2.1-4.7-4.7S9.5,25,12.1,25s4.7,2.1,4.7,4.7S14.7,34.4,12.1,34.4z"}),(0,e.createElement)("path",{class:"g3",d:"M37.7,15.7c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1l-2.3,0.7l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5V3.8l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5l-0.3-0.2l-2.3-0.7l-1.8,3.1l1.7,1.7l0.3,0.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1l-1.7,1.7l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1L38,15.9L37.7,15.7z M28.6,17.9c-2.6,0-4.7-2.1-4.7-4.7s2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7S31.2,17.9,28.6,17.9z"}))),(0,e.createElement)("h2",null,(0,o.__)("Installing","blocksy-companion"),"..."),(0,e.createElement)("p",null,(0,o.__)("Please be patient and don't refresh this page, the import process may take a while, this also depends on your server.","blocksy-companion")),(0,e.createElement)("div",{className:"ct-progress-info"},l[c].title,s&&Ee(s,l)?": ".concat(Ee(s,l)):"",(0,e.createElement)("span",null,Math.round(u),"%")),(0,e.createElement)("div",{style:{"--progress":"".concat(u,"%")},className:"ct-installer-progress"},(0,e.createElement)("div",null))))}})))};function Pe(e){return function(e){if(Array.isArray(e))return Me(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Ne(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ae(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||Ne(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ne(e,t){if(e){if("string"==typeof e)return Me(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Me(e,t):void 0}}function Me(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ze=function(t){t.location,t.navigate;var n=Ae((0,e.useState)(!0),2),r=(n[0],n[1],(0,e.useContext)(We)),a=r.installerBlockingReleased,c=r.demos_list,l=r.currentDemo,s=r.pluginsStatus,u=r.currentlyInstalledDemo,m=r.setCurrentDemo,d=(0,e.useContext)(z).is_child_theme,p=Ae((0,e.useState)(u),2),f=p[0],y=p[1],b=Ae((0,e.useState)({builder:"",child_theme:!1,plugins:[],content:{options:!0,widgets:!0,content:!0,erase_content:!0}}),2),h=b[0],v=b[1],g=Ae((0,e.useState)(0),2),_=g[0],E=g[1],w=Ae((l||"").split(":"),2),k=w[0],O=(w[1],["modify_demo","child_theme","builder","plugins","content","installer"].filter((function(e){if(!l)return!1;if("modify_demo"===e){if(!f)return!1;if(-1===f.demo.indexOf(k))return!1}if("child_theme"===e&&d)return!1;var t=c.filter((function(e){return e.name===k})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0}));return("plugins"!==e||0!==t.reduce((function(e,t){return[].concat(Pe(e),Pe(t.plugins||[]))}),[]).filter((function(e){return!s[e]})).length)&&("builder"!==e||t.length>1)}))),x=O[_];return(0,e.useEffect)((function(){if(k&&!(l.indexOf(":hide")>-1)){var e=c.filter((function(e){return e.name===k})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0}));E(0),y(u),v({builder:1===e.length?e[0].builder:null,child_theme:!1,plugins:e[0].plugins.map((function(e){return{plugin:e,enabled:!0}})),content:{options:!0,widgets:!0,content:!0,erase_content:!0}})}}),[l]),(0,e.createElement)(P,{items:l,isVisible:function(e){return e&&-1===e.indexOf(":hide")},className:i()("ct-demo-modal",{"ct-demo-installer":"installer"===x||"modify_demo"===x}),onDismiss:function(){("installer"!==x||a)&&m("".concat(k,":hide"))},render:function(){return(0,e.createElement)("div",{className:"ct-modal-content ct-demo-step-container"},(0,e.createElement)("div",{className:"ct-current-step"},(0,e.createElement)(j.Transition,{items:x,from:{opacity:0},enter:{opacity:1},leave:{opacity:0},initial:!1,config:function(e,t){return"leave"===t?{duration:150}:{delay:150,duration:150}}},(function(t){return function(n){return(0,e.createElement)(e.Fragment,null,"modify_demo"===t&&(0,e.createElement)(ie,{demoConfiguration:h,nextStep:function(){E(Math.min(_+1,O.length-1))},style:n}),"child_theme"===t&&(0,e.createElement)(ue,{style:n,demoConfiguration:h,setDemoConfiguration:v}),"plugins"===t&&(0,e.createElement)(ne,{demoConfiguration:h,style:n,setDemoConfiguration:v}),"builder"===t&&(0,e.createElement)(ye,{style:n,demoConfiguration:h,setDemoConfiguration:v}),"content"===t&&(0,e.createElement)(ge,{style:n,demoConfiguration:h,setDemoConfiguration:v}),"installer"===t&&(0,e.createElement)(De,{style:n,demoConfiguration:h}))}}))),"installer"!==x&&"modify_demo"!==x&&(0,e.createElement)("div",{className:"ct-demo-step-controls"},_>0&&(0,e.createElement)("button",{className:"ct-demo-btn demo-back-btn",onClick:function(){E(Math.max(_-1,0))}},(0,o.__)("Back","blocksy-companion")),O.length>2&&(0,e.createElement)("ul",{className:"ct-steps-pills"},O.map((function(t,n){return n===O.length-1?null:(0,e.createElement)("li",{className:i()({active:t===x}),key:t},n+1)}))),(0,e.createElement)("button",{className:"ct-demo-btn demo-main-btn",disabled:"content"===x&&0===je({demoConfiguration:h,pluginsStatus:s,is_child_theme:d}).length,onClick:function(){E(Math.min(_+1,O.length-1))}},"content"===x?(0,o.__)("Install","blocksy-companion"):(0,o.__)("Next","blocksy-companion"))))}})},Le=n(162),Te=n.n(Le);function Ie(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function Be(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||Re(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Re(e,t){if(e){if("string"==typeof e)return Fe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Fe(e,t):void 0}}function Fe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ue=function(){var t=Be((0,e.useState)(!1),2),n=t[0],r=t[1],a=Be((0,e.useState)(!1),2),i=a[0],c=a[1],l=Be((0,e.useState)(""),2),s=l[0],u=l[1],m=Be((0,e.useState)(""),2),d=m[0],p=m[1],f=Be((0,e.useState)([]),2),y=f[0],b=f[1],h=Be((0,e.useState)(""),2),v=h[0],g=h[1],_=Be((0,e.useState)(!1),2),E=_[0],w=_[1],k=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,o,a,i,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r(!0),(t=new FormData).append("action","blocksy_demo_export"),t.append("name",s),t.append("is_pro",E),t.append("url",v),t.append("builder",d),t.append("plugins",y.join(",")),t.append("wp_customize","on"),e.prev=9,e.next=12,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:t});case 12:if(200!==(n=e.sent).status){e.next=20;break}return e.next=16,n.json();case 16:o=e.sent,a=o.success,i=o.data,a&&(c=new Blob([JSON.stringify(i.demo)],{type:"text/plain;charset=utf-8"}),Te().saveAs(c,"".concat(s,".json")));case 20:e.next=24;break;case 22:e.prev=22,e.t0=e.catch(9);case 24:r(!1);case 25:case"end":return e.stop()}}),e,null,[[9,22]])})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Ie(a,r,o,i,c,"next",e)}function c(e){Ie(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();return ct_localizations.is_dev_mode?(0,e.createElement)("div",{className:"ct-export"},(0,e.createElement)("button",{className:"ct-button",onClick:function(e){c(!0)}},(0,o.__)("Site export")),(0,e.createElement)(P,{items:i,className:"ct-site-export-modal",onDismiss:function(){return c(!1)},render:function(){return(0,e.createElement)("div",{className:"ct-site-export"},(0,e.createElement)("label",null,(0,o.__)("Name","blocksy-companion"),(0,e.createElement)("input",{type:"text",placeholder:(0,o.__)("Name","blocksy-companion"),value:s,onChange:function(e){var t=e.target.value;return u(t)}})),(0,e.createElement)("label",null,(0,o.__)("Preview URL","blocksy-companion"),(0,e.createElement)("input",{type:"text",placeholder:(0,o.__)("Preview URL","blocksy-companion"),value:v,onChange:function(e){var t=e.target.value;return g(t)}})),(0,e.createElement)("label",null,(0,o.__)("PRO","blocksy-companion"),(0,e.createElement)("input",{type:"checkbox",value:E,onChange:function(e){return e.target.value,w(!E)}})),(0,e.createElement)("label",null,(0,o.__)("Builder","blocksy-companion"),(0,e.createElement)("input",{type:"text",placeholder:(0,o.__)("Builder","blocksy-companion"),value:d,onChange:function(e){var t=e.target.value;return p(t)}})),(0,e.createElement)("h3",null,"Required plugins"),(0,e.createElement)("div",{className:"ct-bundled-plugins-list ct-modal-scroll"},Object.keys({"stackable-ultimate-gutenberg-blocks":"Stackable – Gutenberg Blocks","wpforms-lite":"WPForms - Contact Form",woocommerce:"WooCommerce",elementor:"Elementor",brizy:"Brizy",getwid:"Getwid","simply-gallery-block":"SimpLy Gallery Block & Lightbox","recipe-card-blocks-by-wpzoom":"Recipe Card Blocks by WPZOOM","map-block-gutenberg":"Map Block for Google Maps","mb-custom-post-type":"MB Custom Post Types & Custom Taxonomies",leadin:"HubSpot","block-slider":"Block Slider"}).map((function(t){return(0,e.createElement)("label",{tabindex:"0",onClick:function(e){e.preventDefault(),b((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(function(e){if(Array.isArray(e))return Fe(e)}(n=e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(n)||Re(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t]);var n}))}},(0,e.createElement)("span",null,{"stackable-ultimate-gutenberg-blocks":"Stackable – Gutenberg Blocks","wpforms-lite":"WPForms - Contact Form",woocommerce:"WooCommerce",elementor:"Elementor",brizy:"Brizy",getwid:"Getwid","simply-gallery-block":"SimpLy Gallery Block & Lightbox","recipe-card-blocks-by-wpzoom":"Recipe Card Blocks by WPZOOM","map-block-gutenberg":"Map Block for Google Maps","mb-custom-post-type":"MB Custom Post Types & Custom Taxonomies",leadin:"HubSpot","block-slider":"Block Slider"}[t]),(0,e.createElement)("input",{type:"checkbox",checked:y.indexOf(t)>-1,onChange:function(e){e.target.checked}}))}))),(0,e.createElement)("button",{className:"ct-button",disabled:n,onClick:function(){return k()}},n?(0,o.__)("Loading...","blocksy-companion"):(0,o.__)("Export site","blocksy-companion")))}})):null};function Ve(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function He(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return qe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?qe(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var We=(0,e.createContext)({demos:[]}),Ge=null,Ze=null,$e=function(t){t.children,t.path,t.location;var n=He((0,e.useState)(!Ge),2),r=n[0],a=n[1],i=He((0,e.useState)(Ge||[]),2),c=i[0],l=i[1],s=He((0,e.useState)(Ze||{}),2),u=s[0],m=s[1],d=He((0,e.useState)(null),2),p=d[0],f=d[1],y=He((0,e.useState)(null),2),b=y[0],h=y[1],v=He((0,e.useState)(!1),2),g=v[0],_=v[1],E=He((0,e.useState)({builder:""}),2),w=(E[0],E[1],He((0,e.useState)(!1),2)),k=w[0],O=w[1],x=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,r,o,i,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return c.length>0&&void 0!==c[0]&&c[0]&&a(!0),(t=new FormData).append("action","blocksy_demo_list"),e.prev=4,e.next=7,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:t});case 7:if(200!==(n=e.sent).status){e.next=15;break}return e.next=11,n.json();case 11:r=e.sent,o=r.success,i=r.data,o&&(l(i.demos),m(i.active_plugins),h(i.current_installed_demo),_(i.demo_error),Ze=i.active_plugins,Ge=i.demos,i.demo_error);case 15:e.next=19;break;case 17:e.prev=17,e.t0=e.catch(4);case 19:a(!1);case 20:case"end":return e.stop()}}),e,null,[[4,17]])})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Ve(a,r,o,i,c,"next",e)}function c(e){Ve(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();return(0,e.useEffect)((function(){x(!Ge)}),[]),(0,e.createElement)("div",{className:"ct-demos-list-container"},g&&(0,e.createElement)("div",{className:"ct-demo-notification",dangerouslySetInnerHTML:{__html:g}}),(0,e.createElement)(j.Transition,{items:r,from:{opacity:0},enter:[{opacity:1}],leave:[{opacity:0}],config:function(e,t){return"leave"===t?{duration:300}:{delay:300,duration:300}}},(function(t){return t?function(t){return(0,e.createElement)(j.animated.p,{style:t,className:"ct-loading-text"},(0,e.createElement)("span",null),(0,o.__)("Loading Starter Sites...","blocksy-companion"))}:0===c.length?function(t){return(0,e.createElement)(j.animated.div,{style:t},(0,e.createElement)("div",{className:"ct-demo-notification",dangerouslySetInnerHTML:{__html:(0,o.__)("The connection to our <b>demo.creativethemes.com</b> server didn't worked. This connection is required for importing the starter sites from our demo content server. All you have to do is to contact your hosting provider and ask them to white list our demo server address.","blocksy-companion")}}),(0,e.createElement)(R,null))}:function(t){return(0,e.createElement)(j.animated.div,{style:t},(0,e.createElement)(e.Fragment,null,(0,e.createElement)(We.Provider,{value:{demo_error:g,demos_list:c.filter((function(e){return!e.dev||ct_localizations.is_dev_mode})),currentDemo:p,pluginsStatus:u,installerBlockingReleased:k,setInstallerBlockingReleased:O,setCurrentDemo:f,currentlyInstalledDemo:b,setCurrentlyInstalledDemo:h}},(0,e.createElement)(re,null),(0,e.createElement)(ze,null),(0,e.createElement)(Ue,null)),(0,e.createElement)(R,null)))}})))};function Ke(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}var Je=function(){var t=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,r,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return(t=new FormData).append("action","blocksy_fs_connect_again"),e.prev=2,e.next=5,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:t});case 5:if(200!==(n=e.sent).status){e.next=13;break}return e.next=9,n.json();case 9:r=e.sent,o=r.success,r.data,o&&((a=document.createElement("div")).innerHTML=ctDashboardLocalizations.plugin_data.connect_template,i=a.querySelector("form"),document.body.appendChild(i),i.submit());case 13:e.next=17;break;case 15:e.prev=15,e.t0=e.catch(2);case 17:case"end":return e.stop()}}),e,null,[[2,15]])})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Ke(a,r,o,i,c,"next",e)}function c(e){Ke(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();return(0,e.createElement)("div",{className:"ct-freemius-optin-message"},(0,e.createElement)("i",null,(0,e.createElement)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"currentColor",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),(0,e.createElement)("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))),(0,e.createElement)("h2",null,(0,o.__)("Stay Updated","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking.","blocksy-companion")),(0,e.createElement)("button",{className:"ct-button-primary",onClick:function(e){e.preventDefault(),t()}},(0,o.__)("Allow & Continue","blocksy-companion")))};r().on("ct:dashboard:routes",(function(t){t.push({Component:function(){return(0,e.createElement)($,null)},path:"/extensions"}),"yes"===ctDashboardLocalizations.plugin_data.has_demo_install&&t.push({Component:function(t){return(0,e.createElement)($e,t)},path:"/demos"})})),r().on("ct:dashboard:navigation-links",(function(e){"yes"===ctDashboardLocalizations.plugin_data.has_demo_install&&e.push({text:(0,o.__)("Starter Sites","blocksy-companion"),path:"demos",getProps:function(e){var t=e.isPartiallyCurrent;return e.isCurrent,t?{"aria-current":"page"}:{}}}),e.push({text:(0,o.__)("Extensions","blocksy-companion"),path:"/extensions"})})),r().on("ct:dashboard:home:before",(function(t){ctDashboardLocalizations.plugin_data.is_anonymous&&(t.content=(0,e.createElement)(Je,null))})),r().on("ct:dashboard:heading:after",(function(t){ctDashboardLocalizations.plugin_data.is_pro&&(t.content=(0,e.createElement)("span",null,"PRO"))}))}()}();
|
| 1 |
/*! For license information please see dashboard.js.LICENSE.txt */
|
| 2 |
+
!function(){var e={184:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)&&n.length){var i=o.apply(null,n);i&&e.push(i)}else if("object"===a)for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},162:function(e,t,n){var r;void 0===(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){i(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function o(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,i=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype?function(e,n,i){var c=a.URL||a.webkitURL,l=document.createElement("a");n=n||e.name||"download",l.download=n,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?o(l):r(l.href)?t(e,n,i):o(l,l.target="_blank")):(l.href=c.createObjectURL(e),setTimeout((function(){c.revokeObjectURL(l.href)}),4e4),setTimeout((function(){o(l)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,a),n);else if(r(e))t(e,n,a);else{var i=document.createElement("a");i.href=e,i.target="_blank",setTimeout((function(){o(i)}))}}:function(e,n,r,o){if((o=o||open("","_blank"))&&(o.document.title=o.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var i="application/octet-stream"===e.type,c=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&c)&&"object"==typeof FileReader){var s=new FileReader;s.onloadend=function(){var e=s.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),o?o.location.href=e:location=e,o=null},s.readAsDataURL(e)}else{var u=a.URL||a.webkitURL,m=u.createObjectURL(e);o?o.location=m:location.href=m,o=null,setTimeout((function(){u.revokeObjectURL(m)}),4e4)}});a.saveAs=i.saveAs=i,e.exports=i}.apply(t,[]))||(e.exports=r)},172:function(e,t,n){var r,o,a=n(760),i=n(529),c=(o=[],{activateTrap:function(e){if(o.length>0){var t=o[o.length-1];t!==e&&t.pause()}var n=o.indexOf(e);-1===n||o.splice(n,1),o.push(e)},deactivateTrap:function(e){var t=o.indexOf(e);-1!==t&&o.splice(t,1),o.length>0&&o[o.length-1].unpause()}});function l(e){return setTimeout(e,0)}e.exports=function(e,t){var n=document,o="string"==typeof e?n.querySelector(e):e,s=i({returnFocusOnDeactivate:!0,escapeDeactivates:!0},t),u={firstTabbableNode:null,lastTabbableNode:null,nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1},m={activate:function(e){if(!u.active){E(),u.active=!0,u.paused=!1,u.nodeFocusedBeforeActivation=n.activeElement;var t=e&&e.onActivate?e.onActivate:s.onActivate;return t&&t(),d(),m}},deactivate:p,pause:function(){!u.paused&&u.active&&(u.paused=!0,f())},unpause:function(){u.paused&&u.active&&(u.paused=!1,E(),d())}};return m;function p(e){if(u.active){clearTimeout(r),f(),u.active=!1,u.paused=!1,c.deactivateTrap(m);var t=e&&void 0!==e.onDeactivate?e.onDeactivate:s.onDeactivate;return t&&t(),(e&&void 0!==e.returnFocus?e.returnFocus:s.returnFocusOnDeactivate)&&l((function(){var e;w((e=u.nodeFocusedBeforeActivation,h("setReturnFocus")||e))})),m}}function d(){if(u.active)return c.activateTrap(m),r=l((function(){w(y())})),n.addEventListener("focusin",v,!0),n.addEventListener("mousedown",b,{capture:!0,passive:!1}),n.addEventListener("touchstart",b,{capture:!0,passive:!1}),n.addEventListener("click",_,{capture:!0,passive:!1}),n.addEventListener("keydown",g,{capture:!0,passive:!1}),m}function f(){if(u.active)return n.removeEventListener("focusin",v,!0),n.removeEventListener("mousedown",b,!0),n.removeEventListener("touchstart",b,!0),n.removeEventListener("click",_,!0),n.removeEventListener("keydown",g,!0),m}function h(e){var t=s[e],r=t;if(!t)return null;if("string"==typeof t&&!(r=n.querySelector(t)))throw new Error("`"+e+"` refers to no known node");if("function"==typeof t&&!(r=t()))throw new Error("`"+e+"` did not return a node");return r}function y(){var e;if(!(e=null!==h("initialFocus")?h("initialFocus"):o.contains(n.activeElement)?n.activeElement:u.firstTabbableNode||h("fallbackFocus")))throw new Error("Your focus-trap needs to have at least one focusable element");return e}function b(e){o.contains(e.target)||(s.clickOutsideDeactivates?p({returnFocus:!a.isFocusable(e.target)}):s.allowOutsideClick&&s.allowOutsideClick(e)||e.preventDefault())}function v(e){o.contains(e.target)||e.target instanceof Document||(e.stopImmediatePropagation(),w(u.mostRecentlyFocusedNode||y()))}function g(e){if(!1!==s.escapeDeactivates&&function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e))return e.preventDefault(),void p();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){if(E(),e.shiftKey&&e.target===u.firstTabbableNode)return e.preventDefault(),void w(u.lastTabbableNode);e.shiftKey||e.target!==u.lastTabbableNode||(e.preventDefault(),w(u.firstTabbableNode))}(e)}function _(e){s.clickOutsideDeactivates||o.contains(e.target)||s.allowOutsideClick&&s.allowOutsideClick(e)||(e.preventDefault(),e.stopImmediatePropagation())}function E(){var e=a(o);u.firstTabbableNode=e[0]||y(),u.lastTabbableNode=e[e.length-1]||y()}function w(e){e!==n.activeElement&&(e&&e.focus?(e.focus(),u.mostRecentlyFocusedNode=e,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(e)&&e.select()):w(y()))}}},703:function(e,t,n){"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},760:function(e){var t=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'],n=t.join(","),r="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;function o(e,t){t=t||{};var o,i,c,u=[],m=[],p=e.querySelectorAll(n);for(t.includeContainer&&r.call(e,n)&&(p=Array.prototype.slice.apply(p)).unshift(e),o=0;o<p.length;o++)a(i=p[o])&&(0===(c=l(i))?u.push(i):m.push({documentOrder:o,tabIndex:c,node:i}));return m.sort(s).map((function(e){return e.node})).concat(u)}function a(e){return!(!i(e)||function(e){return function(e){return u(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t=function(e){for(var t=0;t<e.length;t++)if(e[t].checked)return e[t]}(e.ownerDocument.querySelectorAll('input[type="radio"][name="'+e.name+'"]'));return!t||t===e}(e)}(e)||l(e)<0)}function i(e){return!(e.disabled||function(e){return u(e)&&"hidden"===e.type}(e)||function(e){return null===e.offsetParent||"hidden"===getComputedStyle(e).visibility}(e))}o.isTabbable=function(e){if(!e)throw new Error("No node provided");return!1!==r.call(e,n)&&a(e)},o.isFocusable=function(e){if(!e)throw new Error("No node provided");return!1!==r.call(e,c)&&i(e)};var c=t.concat("iframe").join(",");function l(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?function(e){return"true"===e.contentEditable}(e)?0:e.tabIndex:t}function s(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex}function u(e){return"INPUT"===e.tagName}e.exports=o},529:function(e){e.exports=function(){for(var e={},n=0;n<arguments.length;n++){var r=arguments[n];for(var o in r)t.call(r,o)&&(e[o]=r[o])}return e};var t=Object.prototype.hasOwnProperty}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e=window.wp.element,t=window.ctEvents,r=n.n(t),o=window.wp.i18n,a=n(184),i=n.n(a),c=window.React,l=n.n(c);function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}n(697);var m=function(e){return e.initialState,e.getInitialState,e.refs,e.getRefs,e.didMount,e.didUpdate,e.willUnmount,e.getSnapshotBeforeUpdate,e.shouldUpdate,e.render,function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["initialState","getInitialState","refs","getRefs","didMount","didUpdate","willUnmount","getSnapshotBeforeUpdate","shouldUpdate","render"])},p=function(e){function t(){var n,r;s(this,t);for(var o=arguments.length,a=Array(o),i=0;i<o;i++)a[i]=arguments[i];return n=r=u(this,e.call.apply(e,[this].concat(a))),d.call(r),u(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getArgs=function(){var e=this.state,t=this.props,n=this._setState,r=this._forceUpdate,o=this._refs;return{state:e,props:m(t),refs:o,setState:n,forceUpdate:r}},t.prototype.componentDidMount=function(){this.props.didMount&&this.props.didMount(this.getArgs())},t.prototype.shouldComponentUpdate=function(e,t){return!this.props.shouldUpdate||this.props.shouldUpdate({props:this.props,state:this.state,nextProps:m(e),nextState:t})},t.prototype.componentWillUnmount=function(){this.props.willUnmount&&this.props.willUnmount({state:this.state,props:m(this.props),refs:this._refs})},t.prototype.componentDidUpdate=function(e,t,n){this.props.didUpdate&&this.props.didUpdate(Object.assign(this.getArgs(),{prevProps:m(e),prevState:t}),n)},t.prototype.getSnapshotBeforeUpdate=function(e,t){return this.props.getSnapshotBeforeUpdate?this.props.getSnapshotBeforeUpdate(Object.assign(this.getArgs(),{prevProps:m(e),prevState:t})):null},t.prototype.render=function(){var e=this.props,t=e.children,n=e.render;return n?n(this.getArgs()):"function"==typeof t?t(this.getArgs()):t||null},t}(l().Component);p.defaultProps={getInitialState:function(){},getRefs:function(){return{}}};var d=function(){var e=this;this.state=this.props.initialState||this.props.getInitialState(this.props),this._refs=this.props.refs||this.props.getRefs(this.getArgs()),this._setState=function(){return e.setState.apply(e,arguments)},this._forceUpdate=function(){return e.forceUpdate.apply(e,arguments)}},f=p,h=function(t){var n=t.children,r=t.container,o=void 0===r?document.body:r,a=t.type,i=void 0===a?"reach-portal":a;return(0,e.createElement)(f,{getRefs:function(){return{node:null}},didMount:function(e){var t=e.refs,n=e.forceUpdate,r=o.hasOwnProperty("current")?o.current:o;t.node=document.createElement(i),r.appendChild(t.node),n()},willUnmount:function(e){var t=e.refs.node,n=o.hasOwnProperty("current")?o.current:o;n&&n.removeChild(t)},render:function(t){var r=t.refs.node;return r?(0,e.createPortal)(n,r):null}})},y=function(e,t){return function(n){if(e&&e(n),!n.defaultPrevented)return t(n)}},b=n(172),v=n.n(b);function g(){return g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},g.apply(this,arguments)}function _(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var E=function(){},w=function(){},k=function(e){var t=e.refs;t.trap.deactivate(),t.disposeAriaHider()},O=React.createContext(),x=React.forwardRef((function(t,n){var r=t.container,o=t.isOpen,a=void 0===o||o,i=t.onDismiss,c=void 0===i?E:i,l=t.initialFocusRef,s=t.onClick,u=t.onKeyDown,m=_(t,["container","isOpen","onDismiss","initialFocusRef","onClick","onKeyDown"]);return(0,e.createElement)(f,{didMount:w},a?(0,e.createElement)(h,{container:r,"data-reach-dialog-wrapper":!0},(0,e.createElement)(f,{refs:{overlayNode:null,contentNode:null},didMount:function(e){!function(e,t){var n,r,o;e.disposeAriaHider=(n=e.overlayNode,r=[],o=[],Array.prototype.forEach.call(document.querySelectorAll("body > *"),(function(e){if(e!==n.parentNode){var t=e.getAttribute("aria-hidden");null!==t&&"false"!==t||(r.push(t),o.push(e),e.setAttribute("aria-hidden","true"))}})),function(){o.forEach((function(e,t){var n=r[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)}))}),e.trap=v()(e.overlayNode,{initialFocus:t?function(){return t.current}:void 0,fallbackFocus:e.contentNode,escapeDeactivates:!1,clickOutsideDeactivates:!1})}(e.refs,l)},willUnmount:k},(function(t){var r=t.refs;return(0,e.createElement)(O.Provider,{value:function(e){return r.contentNode=e}},(0,e.createElement)("div",g({"data-reach-dialog-overlay":!0,onClick:y(s,(function(e){e.stopPropagation(),c()})),onKeyDown:y(u,(function(e){"Escape"===e.key&&(e.stopPropagation(),c())})),ref:function(e){r.overlayNode=e,n&&n(e)}},m)))}))):null)}));x.propTypes={initialFocusRef:function(){}};var S=function(e){return e.stopPropagation()},C=React.forwardRef((function(t,n){var r=t.onClick,o=(t.onKeyDown,_(t,["onClick","onKeyDown"]));return(0,e.createElement)(O.Consumer,null,(function(t){return(0,e.createElement)("div",g({"aria-modal":"true","data-reach-dialog-content":!0,tabIndex:"-1",onClick:y(r,S),ref:function(e){t(e),n&&n(e)}},o))}))})),j=window.blocksyOptions,D=function(e){return!!e},A=function(t){var n=t.items,r=t.isVisible,o=void 0===r?D:r,a=t.render,c=t.className,l=t.onDismiss;return(0,e.createElement)(j.Transition,{items:n,onStart:function(){return document.body.classList[o(n)?"add":"remove"]("ct-dashboard-overlay-open")},config:{duration:200},from:{opacity:0,y:-10},enter:{opacity:1,y:0},leave:{opacity:0,y:10}},(function(t){return o(t)&&function(n){return(0,e.createElement)(x,{style:{opacity:n.opacity},container:document.querySelector("#wpbody"),onDismiss:function(){return l()}},(0,e.createElement)(C,{className:i()("ct-admin-modal",c),style:{transform:"translate3d(0px, ".concat(n.y,"px, 0px)")}},(0,e.createElement)("button",{className:"close-button",onClick:function(){return l()}},"×"),a(t,n)))}}))};function P(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var N=function(t){var n,r,o=(n=(0,e.useState)(!1),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,r)||function(e,t){if(e){if("string"==typeof e)return P(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?P(e,t):void 0}}(n,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=o[0],i=o[1];return[function(){return i(!0)},(0,e.createElement)(A,{items:a,onDismiss:function(){return i(!1)},render:function(){return(0,e.createElement)("div",{className:"ct-modal-content",dangerouslySetInnerHTML:{__html:t.readme}})}})]},M=window.ctDashboardLocalizations.DashboardContext,L=(M.Provider,M.Consumer,M);function z(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function T(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){z(a,r,o,i,c,"next",e)}function c(e){z(a,r,o,i,c,"throw",e)}i(void 0)}))}}function I(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return B(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?B(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function B(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var R=function(){return ctDashboardLocalizations.plugin_data.hide_support_section?null:(0,e.createElement)("div",{className:"ct-support-container"},(0,e.createElement)("h2",null,(0,o.__)("Need help or advice?","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community.","blocksy-companion")),(0,e.createElement)("a",{href:ctDashboardLocalizations.support_url,className:"ct-button","data-hover":"blue",target:"_blank"},(0,o.__)("Submit a Support Ticket","blocksy-companion")),(0,e.createElement)("a",{href:"https://www.facebook.com/groups/blocksy.community",className:"ct-button","data-hover":"blue",target:"_blank"},(0,o.__)("Join Facebook Community","blocksy-companion")))};function F(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 U(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?F(Object(n),!0).forEach((function(t){V(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):F(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function V(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function H(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function q(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return W(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?W(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function W(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var G=null,Z=function(t){var n=t.extension,r=t.onExtsSync,a=q(N(n),2),c=a[0],l=a[1],s=q(function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){},r=I((0,e.useState)(!1),2),a=r[0],i=r[1],c=I((0,e.useState)(!1),2),l=c[0],s=c[1],u=(0,e.useContext)(L),m=(u.Link,u.history),p=ctDashboardLocalizations.plugin_data.is_pro,d=function(){var e=T(regeneratorRuntime.mark((function e(){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(p||!t.config.pro){e.next=3;break}return s(!0),e.abrupt("return");case 3:return(r=new FormData).append("ext",t.name),r.append("action",t.__object?"blocksy_extension_deactivate":"blocksy_extension_activate"),i(!0),e.prev=7,e.next=10,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:r});case 10:t.config.require_refresh&&location.reload(),n(),e.next=16;break;case 14:e.prev=14,e.t0=e.catch(7);case 16:i(!1);case 17:case"end":return e.stop()}}),e,null,[[7,14]])})));return function(){return e.apply(this,arguments)}}();return[a,d,!p&&t.config.pro?(0,e.createElement)(A,{items:l,className:"ct-onboarding-modal",onDismiss:function(){return s(!1)},render:function(){return(0,e.createElement)("div",{className:"ct-modal-content"},(0,e.createElement)("svg",{width:"55",height:"55",viewBox:"0 0 40.5 48.3"},(0,e.createElement)("path",{fill:"#2d82c8",d:"M33.4 29.4l7.1 12.3-7.4.6-4 6-7.3-12.9"}),(0,e.createElement)("path",{d:"M33.5 29.6L26 42.7l-4.2-7.3 11.6-6 .1.2zM0 41.7l7.5.6 3.9 6 7.2-12.4-11-7.3L0 41.7z",fill:"#2271b1"}),(0,e.createElement)("path",{d:"M39.5 18.7c0 1.6-2.4 2.8-2.7 4.3-.4 1.5 1 3.8.2 5.1-.8 1.3-3.4 1.2-4.5 2.3-1.1 1.1-1 3.7-2.3 4.5-1.3.8-3.6-.6-5.1-.2-1.5.4-2.7 2.7-4.3 2.7S18 35 16.5 34.7c-1.5-.4-3.8 1-5.1.2s-1.2-3.4-2.3-4.5-3.7-1-4.5-2.3.6-3.6.2-5.1-2.7-2.7-2.7-4.3 2.4-2.8 2.7-4.3c.4-1.5-1-3.8-.2-5.1C5.4 8 8.1 8.1 9.1 7c1.1-1.1 1-3.7 2.3-4.5s3.6.6 5.1.2C18 2.4 19.2 0 20.8 0c1.6 0 2.8 2.4 4.3 2.7 1.5.4 3.8-1 5.1-.2 1.3.8 1.2 3.4 2.3 4.5 1.1 1.1 3.7 1 4.5 2.3s-.6 3.6-.2 5.1c.3 1.5 2.7 2.7 2.7 4.3z",fill:"#599fd9"}),(0,e.createElement)("path",{d:"M23.6 7c-6.4-1.5-12.9 2.5-14.4 8.9-.7 3.1-.2 6.3 1.5 9.1 1.7 2.7 4.3 4.6 7.4 5.4.9.2 1.9.3 2.8.3 2.2 0 4.4-.6 6.3-1.8 2.7-1.7 4.6-4.3 5.4-7.5C34 15 30 8.5 23.6 7zm7 14c-.6 2.6-2.2 4.8-4.5 6.2-2.3 1.4-5 1.8-7.6 1.2-2.6-.6-4.8-2.2-6.2-4.5-1.4-2.3-1.8-5-1.2-7.6.6-2.6 2.2-4.8 4.5-6.2 1.6-1 3.4-1.5 5.2-1.5.8 0 1.5.1 2.3.3 5.4 1.3 8.7 6.7 7.5 12.1zm-8.2-4.5l3.7.5-2.7 2.7.7 3.7-3.4-1.8-3.3 1.8.6-3.7-2.7-2.7 3.8-.5 1.6-3.4 1.7 3.4z",fill:"#fff"})),(0,e.createElement)("h2",{className:"ct-modal-title"},"This is a Pro extension"),(0,e.createElement)("p",null,(0,o.__)("Upgrade to the Pro version and get instant access to all premium extensions, features and future updates.","blocksy-companion")),(0,e.createElement)("div",{className:"ct-modal-actions has-divider","data-buttons":"2"},(0,e.createElement)("a",{onClick:function(e){e.preventDefault(),s(!1),setTimeout((function(){m.navigate("/pro")}),300)},className:"button"},(0,o.__)("Free vs Pro","blocksy")),(0,e.createElement)("a",{href:"https://creativethemes.com/blocksy/pricing/",target:"_blank",className:"button button-primary"},(0,o.__)("Upgrade Now","blocksy-companion"))))}}):null]}(n,(function(){r()})),3),u=s[0],m=s[1],p=s[2];return(0,e.createElement)("li",{className:i()({active:!!n.__object})},(0,e.createElement)("h4",{className:"ct-extension-title"},n.config.name,u&&(0,e.createElement)("svg",{width:"15",height:"15",viewBox:"0 0 100 100"},(0,e.createElement)("g",{transform:"translate(50,50)"},(0,e.createElement)("g",{transform:"scale(1)"},(0,e.createElement)("circle",{cx:"0",cy:"0",r:"50",fill:"#687c93"}),(0,e.createElement)("circle",{cx:"0",cy:"-26",r:"12",fill:"#ffffff",transform:"rotate(161.634)"},(0,e.createElement)("animateTransform",{attributeName:"transform",type:"rotate",calcMode:"linear",values:"0 0 0;360 0 0",keyTimes:"0;1",dur:"1s",begin:"0s",repeatCount:"indefinite"})))))),n.config.description&&(0,e.createElement)("div",{className:"ct-extension-description"},n.config.description),(0,e.createElement)("div",{className:"ct-extension-actions"},(0,e.createElement)("button",{className:i()(n.__object?"ct-button":"ct-button-primary"),"data-hover":"white",disabled:u,onClick:function(){m()}},n.__object?(0,o.__)("Deactivate","blocksy-companion"):(0,o.__)("Activate","blocksy-companion")),n.readme&&(0,e.createElement)("button",{onClick:function(){return c()},className:"ct-minimal-button ct-instruction"},(0,e.createElement)("svg",{width:"16",height:"16",viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M12,2C6.477,2,2,6.477,2,12s4.477,10,10,10s10-4.477,10-10S17.523,2,12,2z M12,17L12,17c-0.552,0-1-0.448-1-1v-4 c0-0.552,0.448-1,1-1h0c0.552,0,1,0.448,1,1v4C13,16.552,12.552,17,12,17z M12.5,9h-1C11.224,9,11,8.776,11,8.5v-1 C11,7.224,11.224,7,11.5,7h1C12.776,7,13,7.224,13,7.5v1C13,8.776,12.776,9,12.5,9z"}))),n.__object&&n.config&&n.config.buttons&&n.config.buttons.map((function(t,n){var r=t.text,o=t.url;return(0,e.createElement)("a",{href:o,className:"ct-button ct-config-btn",dataButton:"white"},r)}))),l,p)},$=function(){var t=q((0,e.useState)(!G),2),n=t[0],a=t[1],c=q((0,e.useState)(G||[]),2),l=c[0],s=c[1],u=q((0,e.useState)(!1),2),m=u[0],p=u[1],d=q((0,e.useState)("free"),2),f=d[0],h=d[1],y=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,r,o,i,c,l,u,m,d=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=d.length>0&&void 0!==d[0]?d[0]:{},n=U({verbose:!1,extension:null,extAction:null},t),r=n.verbose,o=n.extension,i=n.extAction,r&&a(!0),p(!0),e.next=6,fetch("".concat(wp.ajax.settings.url,"?action=blocksy_extensions_status"),U({method:"POST"},o&&i?{body:JSON.stringify({extension:o,extAction:i})}:{}));case 6:if(200===(c=e.sent).status){e.next=9;break}return e.abrupt("return");case 9:return e.next=11,c.json();case 11:if(l=e.sent,u=l.success,m=l.data,u){e.next=16;break}return e.abrupt("return");case 16:if(p(!1),a(!1),s(m),G=m,!o){e.next=22;break}return e.abrupt("return",m[o]);case 22:return e.abrupt("return",m);case 23:case"end":return e.stop()}}),e)})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){H(a,r,o,i,c,"next",e)}function c(e){H(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();(0,e.useEffect)((function(){y({verbose:!G});var e=function(){y()};return r().on("blocksy_exts_sync_exts",e),function(){r().off("blocksy_exts_sync_exts",e)}}),[]);var b=(0,e.useMemo)((function(){return Object.values(l).map((function(e,t){return U(U({},e),{},{name:Object.keys(l)[t]})})).find((function(e){return e.config.pro}))}),[l]),v=(0,e.useMemo)((function(){return Object.values(l).map((function(e,t){return U(U({},e),{},{name:Object.keys(l)[t]})})).filter((function(e){return!e.config.hidden})).filter((function(e){var t=e.config;return"free"===f?!t.pro:t.pro}))}),[f,l]);return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"ct-extensions-container"},(0,e.createElement)(j.Transition,{items:n,from:{opacity:0},enter:[{opacity:1}],leave:[{opacity:0}],initial:null,config:function(e,t){return"leave"===t?{duration:300}:{delay:300,duration:300}}},(function(t){return t?function(t){return(0,e.createElement)(j.animated.p,{style:t,className:"ct-loading-text"},(0,e.createElement)("span",null),(0,o.__)("Loading Extensions Status...","blocksy-companion"))}:function(t){return(0,e.createElement)(j.animated.div,{style:t},(0,e.createElement)(e.Fragment,null,b&&(0,e.createElement)("ul",{className:"ct-extensions-sourse"},["free","pro"].map((function(t){return(0,e.createElement)("li",{key:t,onClick:function(){return h(t)},className:i()({active:t===f})},{free:(0,o.__)("Free Extensions","blocksy-companion"),pro:(0,o.__)("Pro Extensions","blocksy-companion")}[t])}))),(0,e.createElement)("ul",{className:i()("ct-extensions-list",{"is-pro":"pro"===f})},v.map((function(t){var n={extension:Z};return r().trigger("ct:extensions:card",{CustomComponent:n,extension:t}),(0,e.createElement)(n.extension,{key:t.name,extension:t,extsSyncLoading:m,onExtsSync:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e.extAction||(l[t.name].__object=!l[t.name].__object,s(l)),y(U(U({},e),{},{extension:t.name}))}})}))),(0,e.createElement)(R,null)))}}))))},K=function(t){var n=t.children,r=t.activated,o=t.checked,a=t.onChange;return(0,e.createElement)("div",{onClick:function(){return a()},className:i()("ct-checkbox-container",{activated:r})},n,(0,e.createElement)("span",{className:i()("ct-checkbox",{active:o})},(0,e.createElement)("svg",{width:"10",height:"8",viewBox:"0 0 11.2 9.1"},(0,e.createElement)("polyline",{class:"check",points:"1.2,4.8 4.4,7.9 9.9,1.2 "}))))};function J(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?J(Object(n),!0).forEach((function(t){X(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):J(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function X(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ee=function(e){return({"stackable-ultimate-gutenberg-blocks":"Stackable - Gutenberg Blocks","wpforms-lite":"WPForms - Contact Form",woocommerce:"WooCommerce",elementor:"Elementor",brizy:"Brizy",getwid:"Getwid","simply-gallery-block":"SimpLy Gallery Block & Lightbox","recipe-card-blocks-by-wpzoom":"Recipe Card Blocks by WPZOOM","map-block-gutenberg":"Map Block for Google Maps","mb-custom-post-type":"MB Custom Post Types & Custom Taxonomies",leadin:"HubSpot","block-slider":"Block Slider"}[e]||e).replace(/\b\w/,(function(e){return e.toUpperCase()}))},te=function(t){var n,r,a=t.demoConfiguration,i=t.setDemoConfiguration,c=t.style,l=(0,e.useContext)(Ge),s=l.currentDemo,u=l.demos_list,m=l.pluginsStatus,p=(l.setCurrentDemo,n=(s||"").split(":"),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,r)||function(e,t){if(e){if("string"==typeof e)return Q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Q(e,t):void 0}}(n,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),d=p[0];return p[1],u.filter((function(e){return e.name===d||""})),(0,e.createElement)("div",{style:c},(0,e.createElement)("div",{className:"ct-demo-plugins"},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 40 40"},(0,e.createElement)("path",{fill:"#0C7AB3",d:"M20,0v7.6c0,0.3-0.2,0.5-0.5,0.5h-1.5c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.5-0.7-1.3-1.1-2.1-1.1c-1.5,0-2.6,1.2-2.6,2.6c0,1.5,1.2,2.6,2.6,2.6c0.8,0,1.6-0.4,2.1-1.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0,0,0,0,0h1.5c0,0,0,0,0,0c0.3,0,0.5,0.2,0.5,0.5V20h8.1v-0.8c-0.8-0.7-1.3-1.7-1.3-2.8c0-2,1.7-3.7,3.7-3.7c2,0,3.7,1.7,3.7,3.7c0,1.1-0.5,2.1-1.3,2.8V20H40C40,9,31,0,20,0z"}),(0,e.createElement)("path",{fill:"#3497D3",d:"M20,40v-7.6c0-0.3,0.2-0.5,0.5-0.5h1.5c0,0,0,0,0,0c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0.5,0.7,1.3,1.1,2.1,1.1c1.5,0,2.6-1.2,2.6-2.6c0-1.5-1.2-2.6-2.6-2.6c-0.8,0-1.6,0.4-2.1,1.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0h-1.5c0,0,0,0,0,0c-0.3,0-0.5-0.2-0.5-0.5V20h-8.1v0.8c0.8,0.7,1.3,1.7,1.3,2.8c0,2-1.7,3.7-3.7,3.7c-2,0-3.7-1.7-3.7-3.7c0-1.1,0.5-2.1,1.3-2.8V20H0C0,31,9,40,20,40z"}))),(0,e.createElement)("h2",null,(0,o.__)("Install & Activate Plugins","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("The following plugins are required for this starter site in order to work properly.","blocksy-companion")),a.plugins.map((function(t){var n=t.plugin,r=t.enabled;return(0,e.createElement)(e.Fragment,{key:n},!m[n]&&(0,e.createElement)(K,{key:n,checked:r,onChange:function(){return i(Y(Y({},a),{},{plugins:a.plugins.map((function(e){return e.plugin===n?Y(Y({},e),{},{enabled:!r}):e}))}))}},ee(n)),m[n]&&(0,e.createElement)(K,{activated:!0,checked:!0,onChange:function(){}},ee(n)))}))))},ne=function(){var t=(0,e.useContext)(Ge),n=t.currentlyInstalledDemo,r=t.demos_list,a=t.setCurrentDemo,c=t.demo_error,l=t.setInstallerBlockingReleased;return(0,e.useContext)(L).Link,(0,e.createElement)("ul",null,r.filter((function(e,t){return r.map((function(e){return e.name})).indexOf(e.name)===t})).map((function(t){return(0,e.createElement)("li",{key:t.name,className:i()("ct-single-demo",{"ct-is-pro":t.is_pro})},(0,e.createElement)("figure",null,(0,e.createElement)("img",{src:t.screenshot}),(0,e.createElement)("section",null,(0,e.createElement)("h3",null,(0,o.__)("Available for","blocksy-companion")),(0,e.createElement)("div",null,r.filter((function(e){return e.name===t.name||""})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0})).map((function(t){var n=t.builder;return(0,e.createElement)("span",{key:n},ee(n)||"Gutenberg")})))),t.is_pro&&(0,e.createElement)("a",{onClick:function(e){return e.preventDefault()},href:"#"},"PRO")),(0,e.createElement)("div",{className:"ct-demo-actions"},(0,e.createElement)("h4",null,t.name),(0,e.createElement)("div",null,(0,e.createElement)("a",{className:"ct-button",target:"_blank",href:t.url},(0,o.__)("Preview","blocksy-companion")),(0,e.createElement)("button",{className:"ct-button-primary",onClick:function(){l(!1),a(t.name)},disabled:!!c},n&&n.demo.indexOf(t.name)>-1?(0,o.__)("Modify","blocksy-companion"):(0,o.__)("Import","blocksy-companion")))))})))};function re(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return oe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?oe(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function oe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ae=function(t){var n=t.style,r=t.nextStep,a=((0,e.useContext)(L).is_child_theme,(0,e.useContext)(Ge)),i=a.setCurrentlyInstalledDemo,c=a.setCurrentDemo,l=a.currentDemo,s=a.demos_list,u=re((0,e.useState)(0),2),m=u[0],p=u[1],d=re((0,e.useState)("idle"),2),f=d[0],h=d[1],y=re((l||"").split(":"),2),b=y[0],v=(y[1],s.filter((function(e){return e.name===b}))),g={erase_content:{title:(0,o.__)("Erase content","blocksy-companion"),query_string:"action=blocksy_demo_erase_content&wp_customize=on"},deactivate_demo_plugins:{title:(0,o.__)("Deactivate demo plugins","blocksy-companion"),query_string:"action=blocksy_demo_deactivate_plugins&plugins=".concat(v[0].plugins.join(":"))},deregister_current_demo:{title:(0,o.__)("Erase content","blocksy-companion"),query_string:"action=blocksy_demo_deregister_current_demo"}},_=["erase_content","deactivate_demo_plugins","deregister_current_demo"],E=_[m],w=function(){var e=g[E],t=new EventSource("".concat(ctDashboardLocalizations.ajax_url,"?").concat(e.query_string));t.onmessage=function(e){if("complete"===JSON.parse(e.data).action){if(t&&t.close&&t.close(),m===_.length-1)return void h("done");p(Math.min(_.length-1,m+1))}}};return(0,e.useEffect)((function(){0!==m&&"done"!==f&&w()}),[E]),(0,e.createElement)("div",{className:"ct-modify-demo",style:n},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"36",height:"36",viewBox:"0 0 40 40"},(0,e.createElement)("path",{d:"M5.71,40a1,1,0,0,1-1-1V21.59a1,1,0,0,1,1.91,0V39.05A1,1,0,0,1,5.71,40Zm1-31.83V1.07A1,1,0,0,0,5.71,0a1,1,0,0,0-1,1.07v7.1a1,1,0,0,0,1,1.07A1,1,0,0,0,6.67,8.17ZM21,39.05V34.29a1,1,0,1,0-1.9,0v4.76a1,1,0,1,0,1.9,0Zm0-18.14V1a1,1,0,1,0-1.9,0V20.91a1,1,0,1,0,1.9,0ZM35.24,39.05V26.35a1,1,0,0,0-1.91,0v12.7a1,1,0,0,0,1.91,0Zm0-26.25V1a1,1,0,1,0-1.91,0V12.8a1,1,0,1,0,1.91,0Z",transform:"translate(-0.71)",fill:"#dae3e8"}),(0,e.createElement)("path",{d:"M5.71,18.06a5,5,0,1,1,5-5A5,5,0,0,1,5.71,18.06ZM20,30.76a5,5,0,1,1,5-5A5,5,0,0,1,20,30.76Zm14.29-7.93a5,5,0,1,1,5-5A5,5,0,0,1,34.29,22.83Z",transform:"translate(-0.71)",fill:"#0c7ab3"}))),"idle"===f&&(0,e.createElement)("h2",null,(0,o.__)("This starter site is already installed","blocksy-companion")),"loading"===f&&(0,e.createElement)("h2",null,"Removing starter site..."),"done"===f&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("h2",null,(0,o.__)("Starter Site Removed","blocksy-companion")),(0,e.createElement)("div",{className:"ct-modify-actions"},(0,e.createElement)("button",{className:"ct-demo-btn ct-dismiss",onClick:function(e){e.preventDefault(),c("".concat(b,":hide"))}},(0,o.__)("Dismiss","blocksy-companion")))),"idle"===f&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",null,(0,o.__)("What steps do you want to perform next?","blocksy-companion")),(0,e.createElement)("div",{className:"ct-modify-actions"},(0,e.createElement)("button",{className:"ct-demo-btn demo-remove",onClick:function(e){h("loading"),e.preventDefault(),w(),i()}},(0,o.__)("Remove","blocksy-companion")),(0,e.createElement)("button",{className:"ct-demo-btn",onClick:function(e){e.preventDefault(),r()}},(0,o.__)("Reinstall","blocksy-companion")))))};function ie(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 ce(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ie(Object(n),!0).forEach((function(t){le(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ie(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var se=function(t){var n=t.demoConfiguration,r=t.setDemoConfiguration,a=t.style,i=(0,e.useContext)(L),c=i.is_child_theme,l=i.child_theme_exists;return(0,e.createElement)("div",{className:"ct-demo-child",style:a},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 43 41.1"},(0,e.createElement)("path",{fill:"#DBE7EE",d:"M0,39.5c0,0.9,0.7,1.6,1.5,1.6h32.3c0.9,0,1.5-0.7,1.5-1.6V14H0V39.5z"}),(0,e.createElement)("path",{fill:"#BDC8D7",d:"M18.2,41.1h15.6c0.9,0,1.5-0.7,1.5-1.6V14H7.6L8,32.4L18.2,41.1z"}),(0,e.createElement)("path",{fill:"#BDC8D7",d:"M0,15.6V9.8c0-0.9,0.7-1.6,1.5-1.6h32.3c0.9,0,1.5,0.7,1.5,1.6v5.8H0z"}),(0,e.createElement)("path",{fill:"#3497D3",d:"M7.6,31.3c0,0.9,0.7,1.6,1.5,1.6h32.4c0.9,0,1.5-0.7,1.5-1.6V5.8H7.6V31.3z"}),(0,e.createElement)("path",{fill:"#0C7AB3",d:"M7.6,7.4V1.6C7.6,0.7,8.3,0,9.1,0h32.4C42.4,0,43,0.7,43,1.6v5.8H7.6z"}),(0,e.createElement)("rect",{x:"11.2",y:"11",fill:"#44ACDF",width:"16.8",height:"17.9"}),(0,e.createElement)("rect",{x:"31.5",y:"11",fill:"#44ACDF",width:"7.9",height:"17.9"}))),l?(0,e.createElement)("h2",null,(0,o.__)("Activate Child Theme","blocksy-companion")):(0,e.createElement)("h2",null,(0,o.__)("Install Child Theme","blocksy-companion")),!c&&(0,e.createElement)(e.Fragment,null,l?(0,e.createElement)("p",null,(0,o.__)("We strongly recommend to activate the child theme, this way you will have freedom to make changes without breaking the parent theme.","blocksy-companion")):(0,e.createElement)("p",null,(0,o.__)("We strongly recommend to install the child theme, this way you will have freedom to make changes without breaking the parent theme.","blocksy-companion")),(0,e.createElement)(K,{checked:n.child_theme,onChange:function(){return r(ce(ce({},n),{},{child_theme:!n.child_theme}))}},l?(0,o.__)("Activate Child Theme","blocksy-companion"):(0,o.__)("Install Child Theme","blocksy-companion"))),c&&(0,o.__)("You already have a child theme properly installed and activated. Move on.","blocksy-companion"),(0,e.createElement)("a",{href:"https://developer.wordpress.org/themes/advanced-topics/child-themes/",target:"_blank"},(0,o.__)("Learn more about child themes","blocksy-companion")))};function ue(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 me(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ue(Object(n),!0).forEach((function(t){pe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ue(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function de(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var fe=function(t){var n,r,a=t.demoConfiguration,c=t.setDemoConfiguration,l=t.style,s=(0,e.useContext)(Ge),u=s.currentDemo,m=s.demos_list,p=(s.pluginsStatus,s.setCurrentDemo,n=(u||"").split(":"),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,r)||function(e,t){if(e){if("string"==typeof e)return de(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?de(e,t):void 0}}(n,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),d=p[0],f=(p[1],m.filter((function(e){return e.name===d||""})));return(0,e.createElement)("div",{style:l},f.length>1&&(0,e.createElement)("div",{className:"ct-demo-builder"},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"52",height:"40",viewBox:"0 0 52 40"},(0,e.createElement)("path",{fill:"#DBE7EE",d:"M0,38.1C0,39.1,0.9,40,1.8,40h39.3c1.1,0,1.8-0.9,1.8-1.9v-31H0V38.1z"}),(0,e.createElement)("path",{fill:"#CFDBE4",d:"M13.8,14.6v18.8h22.6V14.6H13.8zM34.8,31.9H15.4V16.1h19.4V31.9z"}),(0,e.createElement)("path",{fill:"#BDC8D7",d:"M13.1,15.3L13.1,15.3c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C13.7,16.8,13.1,16.1,13.1,15.3z M34.1,15.3L34.1,15.3c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C34.8,16.8,34.1,16.1,34.1,15.3z M13.1,32.7L13.1,32.7c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C13.7,34.1,13.1,33.5,13.1,32.7z M34.1,32.7L34.1,32.7c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C34.8,34.1,34.1,33.5,34.1,32.7z M23.3,15.3L23.3,15.3c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4l0,0C24,16.8,23.3,16.1,23.3,15.3z M4.2,13.9h5.9v7.9H4.2V13.9zM4.2,23.3h5.9v2.9H4.2V23.3zM0,9V1.9C0,0.9,0.9,0,1.8,0h39.3c1.1,0,1.8,0.9,1.8,1.9V9H0z M42.9,35.4V10.9h-9.3v15.2L42.9,35.4zM7.2,27.6c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3s3-1.3,3-3C10.2,28.9,8.8,27.6,7.2,27.6z"}),(0,e.createElement)("path",{fill:"#0C7AB3",d:"M50,27.8H35.6c-1.1,0-2-0.9-2-2v-18c0-1.1,0.9-2,2-2H50c1.1,0,2,0.9,2,2v18C52,26.9,51.1,27.8,50,27.8z"}),(0,e.createElement)("path",{fill:"#44ACDF",d:"M49,17.5H36.8c-0.7,0-1.2-0.5-1.2-1.2V9.1c0-0.7,0.5-1.2,1.2-1.2H49c0.7,0,1.2,0.5,1.2,1.2v7.3C50.2,17,49.6,17.5,49,17.5z M50.2,20.4v-0.1c0-0.5-0.4-1-1-1H36.5c-0.5,0-1,0.4-1,1v0.1c0,0.5,0.4,1,1,1h12.7C49.7,21.4,50.2,20.9,50.2,20.4z M40.8,25.2h-4.3c-0.5,0-1-0.4-1-1v-0.1c0-0.5,0.4-1,1-1h4.3c0.5,0,1,0.4,1,1v0.1C41.7,24.8,41.3,25.2,40.8,25.2z M49.2,25.2h-4.3c-0.5,0-1-0.4-1-1v-0.1c0-0.5,0.4-1,1-1h4.3c0.5,0,1,0.4,1,1v0.1C50.2,24.8,49.7,25.2,49.2,25.2z"}),(0,e.createElement)("path",{fill:"#C8E6F4",d:"M47.4,11.2h-9.1c-0.2,0-0.5-0.2-0.5-0.4v0c0-0.2,0.2-0.4,0.5-0.4h9.1c0.2,0,0.5,0.2,0.5,0.4v0C47.8,11,47.6,11.2,47.4,11.2z M47.9,14.7L47.9,14.7c0-0.2-0.2-0.5-0.5-0.5h-9.1c-0.2,0-0.4,0.2-0.4,0.4v0c0,0.2,0.2,0.4,0.4,0.4h9.1C47.7,15.1,47.9,14.9,47.9,14.7z"}),(0,e.createElement)("path",{fill:"#FFFFFF",d:"M26.3,20.8h-2.9l-2.9,7.9H23l0.3-0.7h2.8l0.3,0.7h2.7L26.3,20.8z M23.9,25.8l0.8-2.2h0l0.8,2.2H23.9zM46.5,10.7c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5S46.5,9.9,46.5,10.7zM42.1,14.7c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5S42.1,13.9,42.1,14.7z"}))),(0,e.createElement)("h2",null,(0,o.__)("Choose Page Builder","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("This starter site can be imported and used with one of these page builders. Please select your prefered one in order to continue.","blocksy-companion")),(0,e.createElement)("ul",{"data-count":f.length},f.sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0})).map((function(t){var n=t.builder,r=t.plugins;return(0,e.createElement)("li",{className:i()({active:n===(null===a.builder?f[0].builder:a.builder)}),onClick:function(){return c(me(me({},a),{},{builder:n,plugins:r.map((function(e){return{plugin:e,enabled:!0}}))}))}},(0,e.createElement)("figure",null,(0,e.createElement)("span",{className:i()("ct-checkbox",{active:n===(null===a.builder?f[0].builder:a.builder)})},(0,e.createElement)("svg",{width:"10",height:"8",viewBox:"0 0 11.2 9.1"},(0,e.createElement)("polyline",{className:"check",points:"1.2,4.8 4.4,7.9 9.9,1.2 "}))),""===n&&(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},(0,e.createElement)("path",{d:"M122.5 35.5c-1.7-1.1-4-.7-5.1 1C110.8 46.4 96.8 47 96 47h-.3c-17.4 0-24 14.8-24.3 15.4-.8 1.9.1 4 1.9 4.8.5.2 1 .3 1.5.3 1.4 0 2.7-.8 3.4-2.2.1-.1 4.6-10.3 16.3-11v19c-.5 4.1-2.4 7.3-5.8 9.7-3.6 2.5-8.3 3.8-14.1 3.8-7 0-12.7-2.4-16.9-7.2-4.3-4.8-6.4-11.5-6.4-20.2l.1-20.9c.3-7.7 2.4-13.8 6.4-18.2 4.3-4.8 9.9-7.2 16.9-7.2 5.8 0 10.6 1.3 14.1 3.8 3.6 2.5 5.6 5.9 5.9 10.3v.5c0 2.5 2.1 4.6 4.6 4.6 2.5 0 4.6-2.1 4.6-4.6v-.5c-.7-6.6-3.7-11.9-9.1-15.8-5.4-4-12.2-5.9-20.4-5.9-9.7 0-17.6 3.2-23.5 9.6-5.6 6-8.6 13.8-8.9 23.5 0 .7-.1 1.3-.1 2l.1 18.8h-.1c0 10.7 3 19.2 9 25.5 6 6.4 13.8 9.6 23.5 9.6 8.2 0 14.9-1.9 20.4-5.9 5-3.6 7.9-8.4 8.9-14.3l.2-21c6.1-1.5 14.4-4.8 19.6-12.7 1.3-1.7.8-4-1-5.1z"})),"brizy"===n&&(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},(0,e.createElement)("path",{d:"M14.6 36.7L75 0l60.4 36.7L75 73.4 14.6 36.7zm21.7.9L75 61.2l38.8-23.6L75 14 36.3 37.6z",fill:"#181c25"}),(0,e.createElement)("path",{fill:"#a7b2dd",d:"M14.6 63.2l10.8-6.5L75 86.8l49.9-30 10.5 6.4L75 100z"})),"elementor"===n&&(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},(0,e.createElement)("path",{d:"M32.5 7.6h17v84.9h-17V7.6zm34 84.9h51v-17h-51v17zm0-34h51v-17h-51v17zm0-51v17h51v-17h-51z"}))),(0,e.createElement)("div",{className:"builder-name"},ee(n)||"Gutenberg"))})))))};function he(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 ye(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){be(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function be(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ve=function(t){var n=t.demoConfiguration,r=t.setDemoConfiguration,a=(t.currentDemo,t.style);return(0,e.createElement)("div",{style:a},(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 40 40"},(0,e.createElement)("path",{d:"M25,22.67a5,5,0,0,1-10,0H0V36a3.33,3.33,0,0,0,3.33,3.33H36.67A3.33,3.33,0,0,0,40,36V22.67Z",transform:"translate(0 -0.67)",fill:"#bdc8d7"}),(0,e.createElement)("rect",{x:"2.5",y:"14",width:"35",height:"3",rx:"1.5",fill:"#0c7ab3"}),(0,e.createElement)("rect",{x:"5",y:"7",width:"30",height:"3",rx:"1.5",fill:"#3497d3"}),(0,e.createElement)("rect",{x:"7.5",width:"25",height:"3",rx:"1.5",fill:"#44acdf"}))),(0,e.createElement)("h2",null,(0,o.__)("Import Content","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("This will import posts, pages, comments, navigation menus, custom fields, terms and custom posts","blocksy-companion")),["options","widgets","content"].map((function(t){return(0,e.createElement)(K,{checked:n.content[t],onChange:function(){return r(ye(ye({},n),{},{content:ye(ye({},n.content),{},be({},t,!n.content[t]))}))},key:t},t.split("_").map((function(e){return e.replace(/^\w/,(function(e){return e.toUpperCase()}))})).join(" "))})),(0,e.createElement)("div",{className:"ct-demo-erase"},(0,e.createElement)(K,{checked:n.content.erase_content,onChange:function(){return r(ye(ye({},n),{},{content:ye(ye({},n.content),{},{erase_content:!n.content.erase_content})}))}},(0,e.createElement)("div",null,(0,o.__)("Clean Install","blocksy-companion"),(0,e.createElement)("i",null,(0,o.__)("This option will remove the previous imported content and will perform a fresh and clean install.","blocksy-companion"))))))},ge=function(){var t=(0,e.useContext)(L),n=t.home_url,r=t.customizer_url;return(0,e.createElement)("div",{className:"ct-install-success"},(0,e.createElement)("h2",null,(0,o.__)("Starter Site Imported Successfully","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Now you can view your website or start customizing it","blocksy-companion")),(0,e.createElement)("div",null,(0,e.createElement)("a",{href:r,className:"ct-button"},(0,o.__)("Customize","blocksy-companion")),(0,e.createElement)("a",{href:n,target:"_blank",className:"ct-button-primary"},(0,o.__)("View site","blocksy-companion"))))};function _e(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 Ee(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_e(Object(n),!0).forEach((function(t){we(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_e(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function we(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ke(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Oe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Oe(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Oe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var xe=function(e){e.preventDefault(),e.returnValue=""},Se=function(e){var t=e.demoConfiguration,n=e.pluginsStatus,r=e.is_child_theme,o=e.includeMetaSteps,a=[];return void 0!==o&&o&&a.push("register_current_demo"),t.child_theme&&(r||a.push("child_theme")),t.plugins.filter((function(e){var t=e.enabled,r=e.plugin;return!!t&&!n[r]})).length>0&&a.push("plugins"),t.content.erase_content&&a.push("erase_content"),t.content.options&&a.push("options"),t.content.widgets&&a.push("widgets"),t.content.content&&a.push("content"),a.push("install_finish"),a},Ce=function(e,t){var n=e.action;if("complete"===n)return"";if("import_install_child"===n)return(0,o.__)("copying child theme sources","blocksy-companion");if("import_activate_child"===n)return(0,o.__)("activating child theme","blocksy-companion");if("install_plugin"===n)return(0,o.sprintf)((0,o.__)("installing plugin %s","blocksy-companion"),ee(e.name)||e.name);if("activate_plugin"===n)return(0,o.sprintf)((0,o.__)("activating plugin %s","blocksy-companion"),ee(e.name)||e.name);if("download_demo_widgets"===n)return(0,o.__)("downloading demo widgets","blocksy-companion");if("apply_demo_widgets"===n)return(0,o.__)("installing demo widgets","blocksy-companion");if("download_demo_options"===n)return(0,o.__)("downloading demo options","blocksy-companion");if("import_mods_images"===n)return(0,o.__)("importing images from customizer","blocksy-companion");if("import_customizer_options"===n)return(0,o.__)("import customizer options","blocksy-companion");if("activate_required_extensions"===n)return(0,o.__)("activating required extensions","blocksy-companion");if("erase_previous_posts"===n)return(0,o.__)("removing previously installed posts","blocksy-companion");if("erase_previous_terms"===n)return(0,o.__)("removing previously installed taxonomies","blocksy-companion");if("erase_default_pages"===n)return(0,o.__)("removing default WordPress pages","blocksy-companion");if("erase_customizer_settings"===n)return(0,o.__)("resetting customizer options","blocksy-companion");if("erase_widgets_data"===n)return(0,o.__)("resetting widgets","blocksy-companion");if("content_installer_progress"===n){if(!e.kind)return"";var r=t.content.preliminary_data["".concat(e.kind,"_count")],a=t.content["".concat(e.kind,"_count")];return"".concat(Math.min(a,r)," of ").concat(r," ").concat({users:(0,o.__)("users","blocksy-companion"),term:(0,o.__)("terms","blocksy-companion"),media:(0,o.__)("images","blocksy-companion"),post:(0,o.__)("posts","blocksy-companion"),comment:(0,o.__)("comments","blocksy-companion")}[e.kind])}return""},je=function(t){var n=t.stepName,r=t.stepsDescriptors,a=t.lastMessage,i=t.progress;return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"40",height:"40",viewBox:"0 0 50 50"},(0,e.createElement)("path",{class:"g1",d:"M47,38.8c0.3-1,0.5-2,0.5-3.1c0-1.1-0.2-2.1-0.5-3.1l0.2-0.1l1.8-1.7l-1.8-3.1l-2.3,0.7l-0.2,0.1c-1.4-1.5-3.3-2.7-5.4-3.1V25l-0.6-2.4h-3.5L34.5,25v0.3c-2.1,0.5-4,1.6-5.4,3.1l-0.2-0.1l-2.3-0.7l-1.8,3.1l1.7,1.7l0.2,0.1c-0.3,1-0.5,2-0.5,3.1c0,1.1,0.2,2.1,0.5,3.1l-0.2,0.1l-1.8,1.7l1.8,3.1l2.3-0.7l0.2-0.1c1.4,1.5,3.3,2.7,5.4,3.1v0.3l0.6,2.4h3.5l0.6-2.4V46c2.1-0.5,4-1.6,5.4-3.1l0.2,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L47,38.8z M36.9,41.5c-3.3,0-5.9-2.6-5.9-5.9s2.6-5.9,5.9-5.9s5.9,2.6,5.9,5.9S40.1,41.5,36.9,41.5z"}),(0,e.createElement)("path",{class:"g2",d:"M21.2,32.2c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1L19.1,23l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5v-0.3l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5L5.1,23l-2.3-0.7L1,25.4L2.7,27L3,27.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1L1,34.1l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L21.2,32.2z M12.1,34.4c-2.6,0-4.7-2.1-4.7-4.7S9.5,25,12.1,25s4.7,2.1,4.7,4.7S14.7,34.4,12.1,34.4z"}),(0,e.createElement)("path",{class:"g3",d:"M37.7,15.7c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1l-2.3,0.7l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5V3.8l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5l-0.3-0.2l-2.3-0.7l-1.8,3.1l1.7,1.7l0.3,0.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1l-1.7,1.7l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1L38,15.9L37.7,15.7z M28.6,17.9c-2.6,0-4.7-2.1-4.7-4.7s2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7S31.2,17.9,28.6,17.9z"}))),(0,e.createElement)("h2",null,(0,o.__)("Installing","blocksy-companion"),"..."),(0,e.createElement)("p",null,(0,o.__)("Please be patient and don't refresh this page, the import process may take a while, this also depends on your server.","blocksy-companion")),(0,e.createElement)("div",{className:"ct-progress-info"},r[n].title,a&&Ce(a,r)?": ".concat(Ce(a,r)):"",(0,e.createElement)("span",null,Math.round(i),"%")),(0,e.createElement)("div",{style:{"--progress":"".concat(i,"%")},className:"ct-installer-progress"},(0,e.createElement)("div",null)))},De=function(){return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("i",{className:"ct-demo-icon"},(0,e.createElement)("svg",{width:"37",height:"37",viewBox:"0 0 40 40"},(0,e.createElement)("path",{fill:"#BDC8D7",d:"M30.7,25.4L14.6,9.3c0.7-2.5,0-5.2-1.9-7.2c-2.4-2.3-6-2.7-8.8-1.3l4.5,4.5L7.9,7.9L5.3,8.4L0.8,3.9c-1.5,2.8-1,6.4,1.3,8.7c2,2,4.7,2.6,7.2,1.9l16.1,16.1c-0.7,2.5,0,5.2,1.9,7.2c2.3,2.3,5.9,2.8,8.7,1.3l-4.5-4.5L32,32l2.6-0.5l4.5,4.5c1.5-2.8,1-6.4-1.3-8.7C35.9,25.4,33.1,24.7,30.7,25.4z"}),(0,e.createElement)("polygon",{fill:"#44ACDF",points:"34.6,11.3 39.8,3.7 36.3,0.2 28.7,5.4 28.7,7.8 11.8,24.7 15.3,28.2 32.2,11.3 "}),(0,e.createElement)("path",{fill:"#0C7AB3",d:"M18.4,27.5l-5.9-5.9c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l0,0L0.7,33.5c-0.7,0.7-0.7,1.7,0,2.3l3.5,3.5c0.7,0.7,1.7,0.7,2.3,0L17,28.9l0,0c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3C18.8,28.5,18.8,27.9,18.4,27.5z"}))),(0,e.createElement)("h2",null,(0,o.__)("Can't Import Starter Site","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Unfortunately, your hosting configuration doesn't meet the minimum requirements for importing a starter site.","blocksy-companion")),(0,e.createElement)("a",{href:"https://creativethemes.com/blocksy/docs/troubleshooting/starter-site-import-stuck-at-xx/",className:"ct-demo-btn",target:"_blank"},"More Information"))},Ae=function(t){var n=t.demoConfiguration,r=t.style,a=function(t){var n=(0,e.useContext)(Ge),r=n.demos_list,a=n.currentDemo,i=(n.setCurrentDemo,n.setInstallerBlockingReleased),c=n.setCurrentlyInstalledDemo,l=n.pluginsStatus,s=(0,e.useContext)(L),u=(s.home_url,s.customizer_url,s.is_child_theme),m=(s.Link,ke((0,e.useState)(!1),2)),p=m[0],d=m[1],f=ke((0,e.useState)(!1),2),h=f[0],y=f[1],b=ke((0,e.useState)(0),2),v=b[0],g=b[1],_=ke((a||"").split(":"),2),E=_[0],w=(_[1],r.filter((function(e){return e.name===E})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0}))),k=t.plugins.filter((function(e){var t=e.enabled,n=e.plugin;return t&&!l[n]})).map((function(e){return e.plugin})),O=ke((0,e.useState)({register_current_demo:{title:(0,o.__)("Register demo","blocksy-companion"),query_string:"action=blocksy_demo_register_current_demo&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?w[0].builder:t.builder),expected_signals:1},child_theme:{title:(0,o.__)("Child theme","blocksy-companion"),query_string:"action=blocksy_demo_install_child_theme",expected_signals:3},plugins:{title:(0,o.__)("Required plugins","blocksy-companion"),query_string:"action=blocksy_demo_activate_plugins&plugins=".concat(k.join(":")),expected_signals:2*k.length+1},fake_step:{title:(0,o.__)("Fake Required plugins","blocksy-companion"),query_string:"action=blocksy_demo_fake_step",expected_signals:6},erase_content:{title:(0,o.__)("Erase content","blocksy-companion"),query_string:"action=blocksy_demo_erase_content&wp_customize=on",expected_signals:6},install_finish:{title:(0,o.__)("Final touches","blocksy-companion"),query_string:"action=blocksy_demo_install_finish&wp_customize=on",expected_signals:1},options:{title:(0,o.__)("Import options","blocksy-companion"),query_string:"action=blocksy_demo_install_options&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?w[0].builder:t.builder),expected_signals:5},widgets:{title:(0,o.__)("Import widgets","blocksy-companion"),query_string:"action=blocksy_demo_install_widgets&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?w[0].builder:t.builder),expected_signals:3},content:{title:(0,o.__)("Import content","blocksy-companion"),query_string:"action=blocksy_demo_install_content&wp_customize=on&demo_name=".concat(a,":").concat(null===t.builder?w[0].builder:t.builder),expected_signals:50}}),2),x=O[0],S=O[1],C=Se({demoConfiguration:t,pluginsStatus:l,is_child_theme:u,includeMetaSteps:!0}),j=C[v],D=ke((0,e.useState)(0),2),A=D[0],P=D[1],N=ke((0,e.useState)(null),2),M=N[0],z=N[1],T=(0,e.useRef)(A),I=(0,e.useRef)(x);(0,e.useEffect)((function(){T.current=A,I.current=x}));var B=function(e){return"content"===e?1===C.length?100:50:C.indexOf("content")>-1?50/(C.length-1):100/C.length},R=C.reduce((function(e,t,n){return n>=v?e:e+B(t)}),0)+100*A/x[j].expected_signals*(B(j)/100),F=function(){var e=x[j],t=new EventSource("".concat(ctDashboardLocalizations.ajax_url,"?").concat(e.query_string));t.onerror=function(e){y(!0)},t.onmessage=function(e){var n=JSON.parse(e.data);if(P(T.current+1),"content_installer_progress"===n.action){var r=n.kind;r&&(z(n),S(Ee(Ee({},I.current),{},{content:Ee(Ee({},I.current.content),{},we({},"".concat(r,"_count"),I.current.content["".concat(r,"_count")]+1))})))}else z(n);if("get_content_preliminary_data"===n.action){var o=n.data,a=(o.comment_count,o.media_count,o.post_count,o.term_count,o.users,Ee(Ee({},n.data),{},{term_count:n.data.terms.length,post_count:n.data.posts.filter((function(e){return"attachment"!==e.post_type})).length,media_count:n.data.posts.filter((function(e){return"attachment"===e.post_type})).length,comment_count:n.data.posts.reduce((function(e,t){return e+(t.comments||[]).length}),0),users_count:Object.keys(n.data.authors).length}));S(Ee(Ee({},I.current),{},{content:Ee(Ee({},I.current.content),{},{preliminary_data:a,comment_count:0,media_count:0,post_count:0,term_count:0,users_count:0,expected_signals:a.comment_count+a.media_count+a.post_count+a.term_count+a.users_count+3})}))}if("complete"===n.action){if(t&&t.close&&t.close(),v===C.length-1)return d(!0),i(!0),void window.removeEventListener("beforeunload",xe);z(null),P(0),g(Math.min(C.length-1,v+1))}}};return(0,e.useEffect)((function(){p||(z(null),P(0),"fake_step"===j?(console.log("here we go delay before fake_step"),setTimeout((function(){F()}),2e3)):F())}),[j]),(0,e.useEffect)((function(){return window.addEventListener("beforeunload",xe),c({demo:"".concat(a,":").concat(t.builder)}),function(){window.removeEventListener("beforeunload",xe)}}),[]),{isCompleted:p,isError:h,stepName:j,stepsDescriptors:x,lastMessage:M,progress:R}}(n),i=a.isCompleted,c=a.isError,l=a.stepName,s=a.stepsDescriptors,u=a.lastMessage,m=a.progress,p=i?"complete":c?"error":"progress";return(0,e.createElement)("div",{className:"ct-demo-install",style:r},(0,e.createElement)(j.Transition,{initial:!0,items:p,from:{opacity:0},enter:[{opacity:1}],leave:[{opacity:0}],config:function(e,t){return"leave"===t?{duration:300}:{delay:300,duration:300}}},(function(t){return function(n){return(0,e.createElement)("div",{style:n},"complete"===t&&(0,e.createElement)(ge,null),"error"===t&&(0,e.createElement)(De,null),"progress"===t&&(0,e.createElement)(je,{stepName:l,stepsDescriptors:s,lastMessage:u,progress:m}))}})))};function Pe(e){return function(e){if(Array.isArray(e))return Le(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Me(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ne(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||Me(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Me(e,t){if(e){if("string"==typeof e)return Le(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Le(e,t):void 0}}function Le(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ze=function(t){t.location,t.navigate;var n=Ne((0,e.useState)(!0),2),r=(n[0],n[1],(0,e.useContext)(Ge)),a=r.installerBlockingReleased,c=r.demos_list,l=r.currentDemo,s=r.pluginsStatus,u=r.currentlyInstalledDemo,m=r.setCurrentDemo,p=(0,e.useContext)(L).is_child_theme,d=Ne((0,e.useState)(u),2),f=d[0],h=d[1],y=Ne((0,e.useState)({builder:"",child_theme:!1,plugins:[],content:{options:!0,widgets:!0,content:!0,erase_content:!0}}),2),b=y[0],v=y[1],g=Ne((0,e.useState)(0),2),_=g[0],E=g[1],w=Ne((l||"").split(":"),2),k=w[0],O=(w[1],["modify_demo","child_theme","builder","plugins","content","installer"].filter((function(e){if(!l)return!1;if("modify_demo"===e){if(!f)return!1;if(-1===f.demo.indexOf(k))return!1}if("child_theme"===e&&p)return!1;var t=c.filter((function(e){return e.name===k})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0}));return("plugins"!==e||0!==t.reduce((function(e,t){return[].concat(Pe(e),Pe(t.plugins||[]))}),[]).filter((function(e){return!s[e]})).length)&&("builder"!==e||t.length>1)}))),x=O[_];return(0,e.useEffect)((function(){if(k&&!(l.indexOf(":hide")>-1)){var e=c.filter((function(e){return e.name===k})).sort((function(e,t){return e.builder<t.builder?-1:e.builder>t.builder?1:0}));E(0),h(u),v({builder:1===e.length?e[0].builder:null,child_theme:!1,plugins:e[0].plugins.map((function(e){return{plugin:e,enabled:!0}})),content:{options:!0,widgets:!0,content:!0,erase_content:!0}})}}),[l]),(0,e.createElement)(A,{items:l,isVisible:function(e){return e&&-1===e.indexOf(":hide")},className:i()("ct-demo-modal",{"ct-demo-installer":"installer"===x||"modify_demo"===x}),onDismiss:function(){("installer"!==x||a)&&m("".concat(k,":hide"))},render:function(){return(0,e.createElement)("div",{className:"ct-modal-content ct-demo-step-container"},(0,e.createElement)("div",{className:"ct-current-step"},(0,e.createElement)(j.Transition,{items:x,from:{opacity:0},enter:{opacity:1},leave:{opacity:0},initial:!1,config:function(e,t){return"leave"===t?{duration:150}:{delay:150,duration:150}}},(function(t){return function(n){return(0,e.createElement)(e.Fragment,null,"modify_demo"===t&&(0,e.createElement)(ae,{demoConfiguration:b,nextStep:function(){E(Math.min(_+1,O.length-1))},style:n}),"child_theme"===t&&(0,e.createElement)(se,{style:n,demoConfiguration:b,setDemoConfiguration:v}),"plugins"===t&&(0,e.createElement)(te,{demoConfiguration:b,style:n,setDemoConfiguration:v}),"builder"===t&&(0,e.createElement)(fe,{style:n,demoConfiguration:b,setDemoConfiguration:v}),"content"===t&&(0,e.createElement)(ve,{style:n,demoConfiguration:b,setDemoConfiguration:v}),"installer"===t&&(0,e.createElement)(Ae,{style:n,demoConfiguration:b}))}}))),"installer"!==x&&"modify_demo"!==x&&(0,e.createElement)("div",{className:"ct-demo-step-controls"},_>0&&(0,e.createElement)("button",{className:"ct-demo-btn demo-back-btn",onClick:function(){E(Math.max(_-1,0))}},(0,o.__)("Back","blocksy-companion")),O.length>2&&(0,e.createElement)("ul",{className:"ct-steps-pills"},O.map((function(t,n){return n===O.length-1?null:(0,e.createElement)("li",{className:i()({active:t===x}),key:t},n+1)}))),(0,e.createElement)("button",{className:"ct-demo-btn demo-main-btn",disabled:"content"===x&&0===Se({demoConfiguration:b,pluginsStatus:s,is_child_theme:p}).length,onClick:function(){E(Math.min(_+1,O.length-1))}},"content"===x?(0,o.__)("Install","blocksy-companion"):(0,o.__)("Next","blocksy-companion"))))}})},Te=n(162),Ie=n.n(Te);function Be(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function Re(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||Fe(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fe(e,t){if(e){if("string"==typeof e)return Ue(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ue(e,t):void 0}}function Ue(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ve=function(){var t=Re((0,e.useState)(!1),2),n=t[0],r=t[1],a=Re((0,e.useState)(!1),2),i=a[0],c=a[1],l=Re((0,e.useState)(""),2),s=l[0],u=l[1],m=Re((0,e.useState)(""),2),p=m[0],d=m[1],f=Re((0,e.useState)([]),2),h=f[0],y=f[1],b=Re((0,e.useState)(""),2),v=b[0],g=b[1],_=Re((0,e.useState)(!1),2),E=_[0],w=_[1],k=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,o,a,i,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r(!0),(t=new FormData).append("action","blocksy_demo_export"),t.append("name",s),t.append("is_pro",E),t.append("url",v),t.append("builder",p),t.append("plugins",h.join(",")),t.append("wp_customize","on"),e.prev=9,e.next=12,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:t});case 12:if(200!==(n=e.sent).status){e.next=20;break}return e.next=16,n.json();case 16:o=e.sent,a=o.success,i=o.data,a&&(c=new Blob([JSON.stringify(i.demo)],{type:"text/plain;charset=utf-8"}),Ie().saveAs(c,"".concat(s,".json")));case 20:e.next=24;break;case 22:e.prev=22,e.t0=e.catch(9);case 24:r(!1);case 25:case"end":return e.stop()}}),e,null,[[9,22]])})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Be(a,r,o,i,c,"next",e)}function c(e){Be(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();return ct_localizations.is_dev_mode?(0,e.createElement)("div",{className:"ct-export"},(0,e.createElement)("button",{className:"ct-button",onClick:function(e){c(!0)}},(0,o.__)("Site export")),(0,e.createElement)(A,{items:i,className:"ct-site-export-modal",onDismiss:function(){return c(!1)},render:function(){return(0,e.createElement)("div",{className:"ct-site-export"},(0,e.createElement)("label",null,(0,o.__)("Name","blocksy-companion"),(0,e.createElement)("input",{type:"text",placeholder:(0,o.__)("Name","blocksy-companion"),value:s,onChange:function(e){var t=e.target.value;return u(t)}})),(0,e.createElement)("label",null,(0,o.__)("Preview URL","blocksy-companion"),(0,e.createElement)("input",{type:"text",placeholder:(0,o.__)("Preview URL","blocksy-companion"),value:v,onChange:function(e){var t=e.target.value;return g(t)}})),(0,e.createElement)("label",null,(0,o.__)("PRO","blocksy-companion"),(0,e.createElement)("input",{type:"checkbox",value:E,onChange:function(e){return e.target.value,w(!E)}})),(0,e.createElement)("label",null,(0,o.__)("Builder","blocksy-companion"),(0,e.createElement)("input",{type:"text",placeholder:(0,o.__)("Builder","blocksy-companion"),value:p,onChange:function(e){var t=e.target.value;return d(t)}})),(0,e.createElement)("h3",null,"Required plugins"),(0,e.createElement)("div",{className:"ct-bundled-plugins-list ct-modal-scroll"},Object.keys({"stackable-ultimate-gutenberg-blocks":"Stackable - Gutenberg Blocks","wpforms-lite":"WPForms - Contact Form",woocommerce:"WooCommerce",elementor:"Elementor",brizy:"Brizy",getwid:"Getwid","simply-gallery-block":"SimpLy Gallery Block & Lightbox","recipe-card-blocks-by-wpzoom":"Recipe Card Blocks by WPZOOM","map-block-gutenberg":"Map Block for Google Maps","mb-custom-post-type":"MB Custom Post Types & Custom Taxonomies",leadin:"HubSpot","block-slider":"Block Slider"}).map((function(t){return(0,e.createElement)("label",{tabindex:"0",onClick:function(e){e.preventDefault(),y((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(function(e){if(Array.isArray(e))return Ue(e)}(n=e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(n)||Fe(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t]);var n}))}},(0,e.createElement)("span",null,{"stackable-ultimate-gutenberg-blocks":"Stackable - Gutenberg Blocks","wpforms-lite":"WPForms - Contact Form",woocommerce:"WooCommerce",elementor:"Elementor",brizy:"Brizy",getwid:"Getwid","simply-gallery-block":"SimpLy Gallery Block & Lightbox","recipe-card-blocks-by-wpzoom":"Recipe Card Blocks by WPZOOM","map-block-gutenberg":"Map Block for Google Maps","mb-custom-post-type":"MB Custom Post Types & Custom Taxonomies",leadin:"HubSpot","block-slider":"Block Slider"}[t]),(0,e.createElement)("input",{type:"checkbox",checked:h.indexOf(t)>-1,onChange:function(e){e.target.checked}}))}))),(0,e.createElement)("button",{className:"ct-button",disabled:n,onClick:function(){return k()}},n?(0,o.__)("Loading...","blocksy-companion"):(0,o.__)("Export site","blocksy-companion")))}})):null};function He(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}function qe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,c=e[Symbol.iterator]();!(r=(i=c.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return We(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?We(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function We(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ge=(0,e.createContext)({demos:[]}),Ze=null,$e=null,Ke=function(t){t.children,t.path,t.location;var n=qe((0,e.useState)(!Ze),2),r=n[0],a=n[1],i=qe((0,e.useState)(Ze||[]),2),c=i[0],l=i[1],s=qe((0,e.useState)($e||{}),2),u=s[0],m=s[1],p=qe((0,e.useState)(null),2),d=p[0],f=p[1],h=qe((0,e.useState)(null),2),y=h[0],b=h[1],v=qe((0,e.useState)(!1),2),g=v[0],_=v[1],E=qe((0,e.useState)({builder:""}),2),w=(E[0],E[1],qe((0,e.useState)(!1),2)),k=w[0],O=w[1],x=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,r,o,i,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return c.length>0&&void 0!==c[0]&&c[0]&&a(!0),(t=new FormData).append("action","blocksy_demo_list"),e.prev=4,e.next=7,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:t});case 7:if(200!==(n=e.sent).status){e.next=15;break}return e.next=11,n.json();case 11:r=e.sent,o=r.success,i=r.data,o&&(l(i.demos),m(i.active_plugins),b(i.current_installed_demo),_(i.demo_error),$e=i.active_plugins,Ze=i.demos,i.demo_error);case 15:e.next=19;break;case 17:e.prev=17,e.t0=e.catch(4);case 19:a(!1);case 20:case"end":return e.stop()}}),e,null,[[4,17]])})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){He(a,r,o,i,c,"next",e)}function c(e){He(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();return(0,e.useEffect)((function(){x(!Ze)}),[]),(0,e.createElement)("div",{className:"ct-demos-list-container"},g&&(0,e.createElement)("div",{className:"ct-demo-notification",dangerouslySetInnerHTML:{__html:g}}),(0,e.createElement)(j.Transition,{items:r,from:{opacity:0},enter:[{opacity:1}],leave:[{opacity:0}],config:function(e,t){return"leave"===t?{duration:300}:{delay:300,duration:300}}},(function(t){return t?function(t){return(0,e.createElement)(j.animated.p,{style:t,className:"ct-loading-text"},(0,e.createElement)("span",null),(0,o.__)("Loading Starter Sites...","blocksy-companion"))}:0===c.length?function(t){return(0,e.createElement)(j.animated.div,{style:t},(0,e.createElement)("div",{className:"ct-demo-notification",dangerouslySetInnerHTML:{__html:(0,o.__)("The connection to our <b>demo.creativethemes.com</b> server didn't worked. This connection is required for importing the starter sites from our demo content server. All you have to do is to contact your hosting provider and ask them to white list our demo server address.","blocksy-companion")}}),(0,e.createElement)(R,null))}:function(t){return(0,e.createElement)(j.animated.div,{style:t},(0,e.createElement)(e.Fragment,null,(0,e.createElement)(Ge.Provider,{value:{demo_error:g,demos_list:c.filter((function(e){return!e.dev||ct_localizations.is_dev_mode})),currentDemo:d,pluginsStatus:u,installerBlockingReleased:k,setInstallerBlockingReleased:O,setCurrentDemo:f,currentlyInstalledDemo:y,setCurrentlyInstalledDemo:b}},(0,e.createElement)(ne,null),(0,e.createElement)(ze,null),(0,e.createElement)(Ve,null)),(0,e.createElement)(R,null)))}})))};function Je(e,t,n,r,o,a,i){try{var c=e[a](i),l=c.value}catch(e){return void n(e)}c.done?t(l):Promise.resolve(l).then(r,o)}var Ye=function(){var t=function(){var e,t=(e=regeneratorRuntime.mark((function e(){var t,n,r,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return(t=new FormData).append("action","blocksy_fs_connect_again"),e.prev=2,e.next=5,fetch(ctDashboardLocalizations.ajax_url,{method:"POST",body:t});case 5:if(200!==(n=e.sent).status){e.next=13;break}return e.next=9,n.json();case 9:r=e.sent,o=r.success,r.data,o&&((a=document.createElement("div")).innerHTML=ctDashboardLocalizations.plugin_data.connect_template,i=a.querySelector("form"),document.body.appendChild(i),i.submit());case 13:e.next=17;break;case 15:e.prev=15,e.t0=e.catch(2);case 17:case"end":return e.stop()}}),e,null,[[2,15]])})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Je(a,r,o,i,c,"next",e)}function c(e){Je(a,r,o,i,c,"throw",e)}i(void 0)}))});return function(){return t.apply(this,arguments)}}();return(0,e.createElement)("div",{className:"ct-freemius-optin-message"},(0,e.createElement)("i",null,(0,e.createElement)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"currentColor",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),(0,e.createElement)("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))),(0,e.createElement)("h2",null,(0,o.__)("Stay Updated","blocksy-companion")),(0,e.createElement)("p",null,(0,o.__)("Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking.","blocksy-companion")),(0,e.createElement)("button",{className:"ct-button-primary",onClick:function(e){e.preventDefault(),t()}},(0,o.__)("Allow & Continue","blocksy-companion")))};r().on("ct:dashboard:routes",(function(t){t.push({Component:function(){return(0,e.createElement)($,null)},path:"/extensions"}),"yes"===ctDashboardLocalizations.plugin_data.has_demo_install&&t.push({Component:function(t){return(0,e.createElement)(Ke,t)},path:"/demos"})})),r().on("ct:dashboard:navigation-links",(function(e){"yes"===ctDashboardLocalizations.plugin_data.has_demo_install&&e.push({text:(0,o.__)("Starter Sites","blocksy-companion"),path:"demos",getProps:function(e){var t=e.isPartiallyCurrent;return e.isCurrent,t?{"aria-current":"page"}:{}}}),e.push({text:(0,o.__)("Extensions","blocksy-companion"),path:"/extensions"})})),r().on("ct:dashboard:home:before",(function(t){ctDashboardLocalizations.plugin_data.is_anonymous&&(t.content=(0,e.createElement)(Ye,null))})),r().on("ct:dashboard:heading:after",(function(t){ctDashboardLocalizations.plugin_data.is_pro&&(t.content=(0,e.createElement)("span",null,"PRO"))}))}()}();
|
static/bundle/dashboard.min.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
.ct-mailchimp-modal{--modal-min-height: 300px}.ct-newsletter-select-provider{padding-top:1.5em;border-top:1px dashed #eee}.ct-newsletter-select-provider p{margin-top:1em;font-style:italic}.mailchimp-credentials{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:10px;margin-top:1.5em;padding-top:1.5em;border-top:1px dashed #eee}.mailchimp-credentials section{display:flex;flex-direction:column;min-width:0}.mailchimp-credentials label{display:block;font-size:12px;margin-bottom:3px;opacity:.7}.mailchimp-credentials input{--input-height: 35px}.ct-extensions-sourse{display:flex;justify-content:center;margin:0 0 40px 0}.ct-extensions-sourse li{display:flex;align-items:center;height:38px;font-weight:500;padding:0 30px;margin:0;cursor:pointer;border:1px solid rgba(226,230,235,.7)}.ct-extensions-sourse li.active{color:#fff;background:var(--accentColor);border-color:var(--accentColor)}.ct-extensions-sourse li:hover:not(.active){color:var(--accentColor)}.ct-extensions-sourse li:first-child{border-inline-end:0;border-radius:4px 0 0 4px}.ct-extensions-sourse li:last-child{border-inline-start:0;border-radius:0 4px 4px 0}.ct-config-btn{margin-inline-end:auto;margin-inline-start:10px}.ct-config-btn:before{font-family:dashicons;content:"";font-size:14px;margin-right:5px;opacity:.9}.ct-minimal-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;-webkit-appearance:none;appearance:none;border:none;padding:0;color:inherit;cursor:pointer;color:#c9cfd6;background:rgba(0,0,0,0);transition:color .2s ease}.ct-minimal-button:hover{color:#9ca9b9}.ct-minimal-button:focus{outline:none}.ct-minimal-button svg{fill:currentColor}.ct-option-info{display:flex;align-items:center;justify-content:center;font-style:normal;line-height:normal;margin-left:auto}.ct-option-info:before{font-family:dashicons;content:"";font-size:16px;line-height:16px}.ct-demos-list-container ul{display:grid;grid-column-gap:30px;grid-row-gap:30px;margin:0;padding:0;list-style:none}@media(min-width: 783px){.ct-demos-list-container ul{grid-template-columns:repeat(3, 1fr)}}.ct-demos-list-container ul li{display:flex;flex-direction:column;margin:0;box-sizing:border-box;box-shadow:0 2px 5px rgba(143,163,184,.12)}.ct-demos-list-container ul li figure{position:relative;margin:0;overflow:hidden;border-radius:3px 3px 0 0}.ct-demos-list-container ul li figure:before{content:"";display:block;width:100%;padding-bottom:75%}.ct-demos-list-container ul li figure img{position:absolute;top:0;left:0;width:100%;height:100%}.ct-demos-list-container ul li figure section{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;opacity:0;background:rgba(36,41,45,.9);transition:opacity .2s ease}.ct-demos-list-container ul li figure section h3{font-size:15px;color:#fff !important;margin:0 0 25px 0}.ct-demos-list-container ul li figure section div{display:flex}.ct-demos-list-container ul li figure section span{padding:8px 12px;display:block;font-size:17px;font-weight:500;color:#fff;border-radius:3px;border:2px solid rgba(255,255,255,.5);background:rgba(36,41,45,.4)}.ct-demos-list-container ul li figure section span:not(:last-child){margin-right:15px}.ct-demos-list-container ul li:hover figure>section{opacity:1}.ct-demos-list-container ul li.ct-is-pro figure{position:relative}.ct-demos-list-container ul li.ct-is-pro figure a{position:absolute;z-index:1;content:"PRO";top:0;right:0;font-size:13px;font-weight:700;letter-spacing:.03em;color:#a1680d;text-decoration:none;padding:5px 15px;margin:25px;background:#ffc568;border-radius:3px;box-shadow:0 5px 8px 0 rgba(234,157,33,.3)}.ct-demo-actions{flex:1;display:flex;align-items:center;padding:20px;border-radius:0 0 3px 3px;border:1px solid rgba(226,230,235,.7);background:rgba(235,237,241,.2)}@media(max-width: 549px){.ct-demo-actions{flex-direction:column}}@media(min-width: 550px){.ct-demo-actions{justify-content:space-between}}.ct-demo-actions h4{margin:0}@media(max-width: 549px){.ct-demo-actions h4{margin-bottom:20px}}.ct-demo-actions>div{display:flex;gap:15px}.ct-demo-actions button[disabled]{opacity:.3;-webkit-user-select:none;user-select:none;pointer-events:none}.ct-demo-modal{--modal-width: 500px;height:100%;transition:max-height .2s ease}.ct-demo-modal:not(.ct-demo-installer){--modal-max-height: 620px}.ct-demo-modal.ct-demo-installer{--modal-max-height: 380px}.ct-demo-step-container{height:100%;display:flex;flex-direction:column;color:#687c93;text-align:center}.ct-demo-step-container>*:first-child{flex:1;position:relative}.ct-demo-step-container>*:first-child>*{position:absolute;top:0;left:0;right:0;bottom:0}.ct-demo-step-container .ct-demo-icon{display:flex;align-items:center;justify-content:center;width:85px;height:85px;margin:10px auto 20px auto;background:#f3f6f8;border-radius:100%}.ct-demo-step-container h2{text-align:center;font-size:17px;font-weight:600;color:#3e5667;margin-top:0}.ct-demo-step-controls{position:relative;width:100%;height:40px}.ct-demo-step-controls button{position:absolute;z-index:2;top:0}.ct-demo-step-controls button.demo-back-btn{left:0}.ct-demo-step-controls button.demo-main-btn{right:0}.ct-steps-pills{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;width:200px;margin:0;padding:0;list-style:none;margin:0 auto}.ct-steps-pills li{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0;font-size:0}.ct-steps-pills li:before{content:"";width:12px;height:12px;border-radius:100%;box-shadow:inset 0 0 0 2px rgba(104,124,147,.8);transition:box-shadow .2s ease,transform .2s ease}.ct-steps-pills li:not(.active):before{transform:scale3d(0.5, 0.5, 1);box-shadow:inset 0 0 0 10px rgba(104,124,147,.8)}.ct-demo-child .ct-checkbox-container{max-width:250px;margin:25px auto 0 auto;padding-left:15px;padding-right:15px;border-radius:4px;border:1px solid rgba(179,189,201,.3)}.ct-demo-child a{display:block;color:#687c93;font-weight:500;text-decoration:none;margin-top:25px}.ct-demo-child a:hover{color:#0073aa}.ct-demo-builder .ct-demo-icon svg{margin-left:10px}.ct-demo-builder ul{display:grid;margin:0;padding:0;list-style:none;margin:40px auto 0 auto}.ct-demo-builder ul[data-count="2"]{max-width:70%;grid-template-columns:repeat(2, 1fr);grid-column-gap:30px}.ct-demo-builder ul[data-count="3"]{grid-template-columns:repeat(3, 1fr);grid-column-gap:20px}.ct-demo-builder ul li{margin-bottom:0;cursor:pointer}.ct-demo-builder ul li figure{position:relative;display:flex;align-items:center;justify-content:center;min-height:100px;border:2px solid #e9ecee;border-radius:5px;margin:0;font-weight:500;transition:border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),box-shadow .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-demo-builder ul li figure>svg{width:47%}.ct-demo-builder ul li .builder-name{font-weight:500;color:#3e5667;margin-top:15px}.ct-demo-builder ul li:hover figure{border-color:var(--accentColor)}.ct-demo-builder ul li.active figure{border-color:var(--accentColor);box-shadow:0 0 0 1px var(--accentColor)}.ct-demo-builder ul li .ct-checkbox{--checkMarkColor: #fff;--background: rgba(179, 189, 201, 0.8);--backgroundActive: var(--accentColor);position:absolute;top:0px;right:0px}.ct-demo-builder ul li .ct-checkbox:before{width:22px !important;height:22px !important;border-radius:0px 3px 0px 5px}.ct-demo-builder ul li .ct-checkbox:not(.active):before{opacity:0}.ct-demo-plugins label{margin:0 auto}.ct-active-plugin{display:flex;align-items:center;position:relative;text-align:left;padding:10px 0}.ct-active-plugin span{display:flex;align-items:center;justify-content:center;position:absolute;right:-2px;width:22px;height:22px;border-radius:100%;box-sizing:border-box;background:rgba(179,189,201,.3)}.ct-active-plugin span:before,.ct-active-plugin span:after{position:absolute;content:"";width:2px;border-radius:2px;background:rgba(104,124,147,.6)}.ct-active-plugin span:before{top:10px;left:10px;height:5px;transform:rotate(-45deg);transform-origin:bottom center}.ct-active-plugin span:after{height:9px;left:9px;transform:rotate(40deg);transform-origin:bottom center}.ct-demo-erase{margin-top:10px;padding-top:10px;padding-bottom:20px;text-align:left;font-weight:600;border-top:1px dashed rgba(179,189,201,.5);border-bottom:1px dashed rgba(179,189,201,.5)}.ct-demo-erase .ct-checkbox-container{align-items:flex-start;padding-bottom:0}.ct-demo-erase i{display:block;width:90%;font-size:13px;margin-top:8px;opacity:.8;font-weight:400;font-style:normal}.ct-export{text-align:center;margin-top:50px}.ct-site-export{display:flex;flex-direction:column;max-height:calc(var(--modal-max-height) - var(--modal-padding)*2)}.ct-site-export label{display:flex;justify-content:space-between;padding:10px 0}.ct-site-export input[type=checkbox]{margin:0}.ct-site-export textarea,.ct-site-export input[type=text]{width:60%}.ct-site-export textarea{min-height:80px}.ct-site-export button{margin-top:20px}.ct-bundled-plugins-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px}.ct-bundled-plugins-list label{gap:10px;padding:10px;border-radius:3px;background:rgba(0,0,0,.02)}.ct-demo-installer .close-button{opacity:0 !important}.ct-demo-install{position:relative}.ct-demo-install>*{position:absolute;top:0;left:0;right:0;bottom:0}.ct-demo-install svg path{transform-origin:50% 50%;transform-box:fill-box;animation-name:spin;animation-iteration-count:infinite;animation-timing-function:linear}.ct-demo-install .g1{fill:#44acdf;animation-duration:5.5s;animation-direction:reverse}.ct-demo-install .g2{fill:#3497d3;animation-duration:4.5s}.ct-demo-install .g3{fill:#0c7ab3;animation-duration:4s}.ct-installer-progress{width:100%;border-radius:5px;background:#f3f6f8;box-sizing:border-box}.ct-installer-progress div{width:var(--progress);height:4px;border-radius:inherit;background:var(--accentColor);transition:width .3s ease}.ct-progress-info{display:flex;justify-content:space-between;margin-top:30px;margin-bottom:15px;font-size:13px;opacity:.8}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ct-install-success{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.ct-install-success div{margin-top:10px}.ct-install-success a:first-child{margin-right:15px}.ct-modify-actions{margin-top:50px}.ct-modify-actions>*:not(:last-child){margin-right:15px}.ct-modify-actions .demo-remove{--ct-buttonHoverColor: #e04f4f}#ct-dashboard .ct-demo-notification{position:relative;padding:15px 20px 15px 55px;margin-bottom:40px;color:#0072aa;line-height:1.5;border:2px solid rgba(0,114,170,.3);background:rgba(0,114,170,.1);border-radius:5px}#ct-dashboard .ct-demo-notification:before{font-family:dashicons;content:"";font-size:20px;position:absolute;top:13px;left:20px;color:rgba(0,114,170,.8)}#ct-dashboard .ct-demo-notification b{font-weight:700}.ct-demos-list{display:flex;flex-direction:column}.ct-demos-list .ct-single-demo img{max-width:100px}.ct-demo-btn{font-size:15px;font-weight:600;letter-spacing:.03em;color:#687c93;height:40px;border:none;cursor:pointer;padding:0 18px;border-radius:4px;background:#f3f6f8;transition:background .2s ease color .2s ease}.ct-demo-btn:focus{outline:none}.ct-demo-btn:hover{color:#fff;background:var(--ct-buttonHoverColor, var(--accentColor))}.ct-onboarding-modal{--modal-width: 500px;--modal-min-height: 360px;text-align:center}.ct-onboarding-modal .close-button{display:none}.ct-onboarding-modal svg{width:55px;height:55px;margin:0 auto 25px auto}.ct-onboarding-modal h2{color:#3e5667}.ct-onboarding-modal button{--buttonHeight: 42px;--buttonPadding: 20px;--buttonFontSize: 14px}.ct-beta-consent{margin-top:60px;border-radius:3px;text-align:center;color:#fff}@media(max-width: 782px){.ct-beta-consent{padding:10%}}@media(min-width: 783px){.ct-beta-consent{padding:50px}}.ct-beta-consent h2{display:flex;align-items:center;justify-content:center;color:#fff !important;margin-top:0;cursor:pointer}.ct-beta-consent h2 span{display:flex;font-size:15px;font-weight:500;cursor:pointer}.ct-beta-consent h2 .ct-option-switch{margin-inline-start:15px}.ct-beta-consent h2 .ct-option-switch:not(.ct-active){border-color:#fff}.ct-beta-consent h2 .ct-option-switch:not(.ct-active)>span{background:#fff}.ct-beta-consent h2 .ct-option-switch:not(.ct-active):after{border-color:#fff}.ct-beta-consent+.ct-support-container{margin-top:50px !important}.ct-beta-consent{background-color:#32373c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%234f5660' fill-opacity='0.2' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");background-size:250px;background-position:0 5px}.ct-beta-updates-consent{--modal-width: 450px;--modal-min-height: 330px;--modal-padding: 45px;text-align:center}.ct-beta-updates-consent .ct-modal-content p{margin-bottom:1.2em}.ct-freemius-optin-message{position:relative;text-align:center;border-radius:3px;background:#f5f7f9}@media(max-width: 782px){.ct-freemius-optin-message{padding:50px 10% 10% 10%}}@media(min-width: 783px){.ct-freemius-optin-message{padding:60px 50px 50px 50px}}.ct-freemius-optin-message h2{margin-top:0}.ct-freemius-optin-message i{display:flex;align-items:center;justify-content:center;position:absolute;top:-25px;left:0;right:0;margin:0 auto;width:50px;height:50px;background:#fff;border-radius:100%;color:#0591c9;border:2px solid #deecf3}.ct-freemius-optin-message i svg{animation:ring-shake 5s ease-in-out infinite;transform-origin:50% 0%}.ct-freemius-optin-message p{max-width:600px;margin:0 auto 20px auto !important}.ct-freemius-optin-message .ct-button-primary{--buttonHeight: 42px;--buttonPadding: 20px;--buttonFontSize: 14px}.ct-freemius-optin-message+.ct-first-steps-container{margin-top:55px;padding-top:50px;border-top:1px solid rgba(143,163,184,.15)}@keyframes ring-shake{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}.blocksy-fs-optin-dashboard #wpwrap,.blocksy-fs-optin-dashboard #wpcontent,.blocksy-fs-optin-dashboard #wpbody{height:100%;min-height:100%}.blocksy-fs-optin-dashboard #wpbody-content{height:100%;padding-bottom:0}.blocksy-fs-optin-dashboard #wpbody-content #screen-meta,.blocksy-fs-optin-dashboard #wpbody-content .clear{display:none}.blocksy-fs-optin-dashboard .toplevel_page_ct-dashboard.current:after{border-right-color:#f2cf88 !important}.blocksy-fs-optin-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);height:100%}.blocksy-fs-optin-wrapper>*{display:flex;flex-direction:column;justify-content:center;padding:9%;box-sizing:border-box}.blocksy-fs-optin-wrapper .ct-optin-svg{background:#f2cf88}.blocksy-fs-optin-wrapper .ct-optin-svg svg{max-width:750px;margin:0 auto}.blocksy-fs-optin-wrapper #fs_connect{width:100%;max-width:900px;margin:0;box-shadow:none}.blocksy-fs-optin-wrapper #fs_connect .fs-visual{display:none}.blocksy-fs-optin-wrapper #fs_connect .fs-content{padding:0;margin-bottom:30px}.blocksy-fs-optin-wrapper #fs_connect .fs-content>p span{display:block;font-size:25px;font-weight:700;color:#23282d;margin-bottom:20px}.blocksy-fs-optin-wrapper #fs_connect .fs-actions{display:flex;padding:0;margin-bottom:20px;background:rgba(0,0,0,0)}.blocksy-fs-optin-wrapper #fs_connect .fs-actions .button{height:49px;line-height:49px;padding:0 20px !important}.blocksy-fs-optin-wrapper #fs_connect .fs-actions .button-primary{margin-right:15px}.blocksy-fs-optin-wrapper #fs_connect .fs-actions #skip_activation{order:2;float:none;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.blocksy-fs-optin-wrapper #fs_connect .fs-actions #skip_activation:hover{border-color:#0071a1}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions{padding:0 0 30px 0}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-trigger{text-align:left;text-decoration:underline}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-trigger:focus{outline:none;box-shadow:none}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul{display:none}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li{margin-bottom:0}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li>i.dashicons{display:none;font-size:18px;width:18px;height:18px;margin-right:8px;color:#23282d}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div{margin-left:0}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div span{display:flex;align-items:center;font-weight:600;text-transform:capitalize}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div span i.dashicons{font-size:15px;width:15px;height:15px;margin-inline-start:8px}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div span i.dashicons:before{opacity:.4}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div p{margin-top:8px}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(1){order:1}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(2){order:4}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(3){order:3}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(4){order:2}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions.fs-open ul{display:grid;grid-template-columns:repeat(2, minmax(auto, 280px));grid-column-gap:5px;grid-row-gap:30px;margin:20px 0 0 0;padding-top:30px;border-top:1px dashed #ddd}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch{float:left;width:25px;height:16px;top:1px;margin-inline-end:8px;padding:0;box-shadow:none;box-sizing:border-box;transition:all .1s linear;border:2px solid #555d66}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch .fs-toggle{box-sizing:border-box;border:none;top:1px;width:10px;height:10px;box-shadow:none;transition:all .1s linear}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-off{background:rgba(0,0,0,0)}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-off .fs-toggle{left:1px;background:#555d66}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-on{border-color:#0085ba}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-on .fs-toggle{left:10px}.blocksy-fs-optin-wrapper #fs_connect .fs-terms{display:none}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container{width:100%;margin:30px 0 0 0}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container input[type=text]{min-height:49px;padding:0 12px;line-height:initial}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container .dashicons{top:17px;right:10px;font-size:16px;height:16px;width:16px}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container .show-license-resend-modal{font-size:.9em;margin-top:10px}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-actions{flex-wrap:wrap}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-actions form{width:100%}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-actions #license_issues_link{flex:1 1 auto;text-align:left}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-permissions p{text-align:left}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-permissions p:last-of-type{margin-bottom:0}.blocksy-fs-optin-dashboard #fs_connect #fs_marketing_optin{border:none;padding:30px 0;margin:30px 0 0 0;box-shadow:none;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd}.blocksy-fs-optin-dashboard #fs_connect #fs_marketing_optin.error{background:rgba(0,0,0,0)}.blocksy-fs-optin-dashboard #fs_connect #fs_marketing_optin .fs-input-label{margin-left:22px}.blocksy-fs-optin-dashboard #fs_connect .fs-freemium-licensing{border-top:1px dashed #ddd;padding:30px 0;background:rgba(0,0,0,0)}.blocksy-fs-optin-dashboard #fs_connect .fs-freemium-licensing p{text-align:left;color:#444}.blocksy-fs-optin-dashboard #fs_connect .fs-freemium-licensing p a{color:#0073aa}
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
.ct-mailchimp-modal{--modal-min-height: 300px}.ct-newsletter-select-provider{padding-top:1.5em;border-top:1px dashed #eee}.ct-newsletter-select-provider p{margin-top:1em;font-style:italic}.mailchimp-credentials{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:10px;margin-top:1.5em;padding-top:1.5em;border-top:1px dashed #eee}.mailchimp-credentials section{display:flex;flex-direction:column;min-width:0}.mailchimp-credentials label{display:block;font-size:12px;margin-bottom:3px;opacity:.7}.mailchimp-credentials input{--input-height: 35px}.ct-extensions-sourse{display:flex;justify-content:center;margin:0 0 40px 0}.ct-extensions-sourse li{display:flex;align-items:center;height:38px;font-weight:500;padding:0 30px;margin:0;cursor:pointer;border:1px solid rgba(226,230,235,.7)}.ct-extensions-sourse li.active{color:#fff;background:var(--accentColor);border-color:var(--accentColor)}.ct-extensions-sourse li:hover:not(.active){color:var(--accentColor)}.ct-extensions-sourse li:first-child{border-inline-end:0;border-radius:4px 0 0 4px}.ct-extensions-sourse li:last-child{border-inline-start:0;border-radius:0 4px 4px 0}.ct-config-btn{margin-inline-end:auto;margin-inline-start:10px}.ct-config-btn:before{font-family:dashicons;content:"";font-size:14px;margin-right:5px;opacity:.9}.ct-minimal-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;-webkit-appearance:none;appearance:none;border:none;padding:0;color:inherit;cursor:pointer;color:#c9cfd6;background:rgba(0,0,0,0);transition:color .2s ease}.ct-minimal-button:hover{color:#9ca9b9}.ct-minimal-button:focus{outline:none}.ct-minimal-button svg{fill:currentColor}.ct-option-info{display:flex;align-items:center;justify-content:center;font-style:normal;line-height:normal;margin-left:auto}.ct-option-info:before{font-family:dashicons;content:"";font-size:16px;line-height:16px}.ct-demos-list-container ul{display:grid;grid-column-gap:30px;grid-row-gap:30px;margin:0;padding:0;list-style:none}@media(min-width: 783px){.ct-demos-list-container ul{grid-template-columns:repeat(3, 1fr)}}.ct-demos-list-container ul li{display:flex;flex-direction:column;margin:0;box-sizing:border-box;box-shadow:0 2px 5px rgba(143,163,184,.12)}.ct-demos-list-container ul li figure{position:relative;aspect-ratio:4/3;margin:0;overflow:hidden;border-radius:3px 3px 0 0}.ct-demos-list-container ul li figure img{max-width:100%;aspect-ratio:inherit}.ct-demos-list-container ul li figure section{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;opacity:0;background:rgba(36,41,45,.9);transition:opacity .2s ease}.ct-demos-list-container ul li figure section h3{font-size:15px;color:#fff !important;margin:0 0 25px 0}.ct-demos-list-container ul li figure section div{display:flex}.ct-demos-list-container ul li figure section span{padding:8px 12px;display:block;font-size:17px;font-weight:500;color:#fff;border-radius:3px;border:2px solid rgba(255,255,255,.5);background:rgba(36,41,45,.4)}.ct-demos-list-container ul li figure section span:not(:last-child){margin-right:15px}.ct-demos-list-container ul li:hover figure>section{opacity:1}.ct-demos-list-container ul li.ct-is-pro figure{position:relative}.ct-demos-list-container ul li.ct-is-pro figure a{position:absolute;z-index:1;content:"PRO";top:0;right:0;font-size:13px;font-weight:700;letter-spacing:.03em;color:#a1680d;text-decoration:none;padding:5px 15px;margin:25px;background:#ffc568;border-radius:3px;box-shadow:0 5px 8px 0 rgba(234,157,33,.3)}.ct-demo-actions{flex:1;display:flex;align-items:center;padding:20px;border-radius:0 0 3px 3px;border:1px solid rgba(226,230,235,.7);background:rgba(235,237,241,.2)}@media(max-width: 549px){.ct-demo-actions{flex-direction:column}}@media(min-width: 550px){.ct-demo-actions{justify-content:space-between}}.ct-demo-actions h4{margin:0}@media(max-width: 549px){.ct-demo-actions h4{margin-bottom:20px}}.ct-demo-actions>div{display:flex;gap:15px}.ct-demo-actions button[disabled]{opacity:.3;-webkit-user-select:none;user-select:none;pointer-events:none}.ct-demo-modal{--modal-width: 500px;height:100%;transition:max-height .2s ease}.ct-demo-modal:not(.ct-demo-installer){--modal-max-height: 620px}.ct-demo-modal.ct-demo-installer{--modal-max-height: 380px}.ct-demo-step-container{height:100%;display:flex;flex-direction:column;color:#687c93;text-align:center}.ct-demo-step-container>*:first-child{flex:1;position:relative}.ct-demo-step-container>*:first-child>*{position:absolute;top:0;left:0;right:0;bottom:0}.ct-demo-step-container .ct-demo-icon{display:flex;align-items:center;justify-content:center;width:85px;height:85px;margin:10px auto 20px auto;background:#f3f6f8;border-radius:100%}.ct-demo-step-container h2{text-align:center;font-size:17px;font-weight:600;color:#3e5667;margin-top:0}.ct-demo-step-controls{position:relative;width:100%;height:40px}.ct-demo-step-controls button{position:absolute;z-index:2;top:0}.ct-demo-step-controls button.demo-back-btn{left:0}.ct-demo-step-controls button.demo-main-btn{right:0}.ct-steps-pills{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;width:200px;margin:0;padding:0;list-style:none;margin:0 auto}.ct-steps-pills li{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0;font-size:0}.ct-steps-pills li:before{content:"";width:12px;height:12px;border-radius:100%;box-shadow:inset 0 0 0 2px rgba(104,124,147,.8);transition:box-shadow .2s ease,transform .2s ease}.ct-steps-pills li:not(.active):before{transform:scale3d(0.5, 0.5, 1);box-shadow:inset 0 0 0 10px rgba(104,124,147,.8)}.ct-demo-child .ct-checkbox-container{max-width:250px;margin:25px auto 0 auto;padding-left:15px;padding-right:15px;border-radius:4px;border:1px solid rgba(179,189,201,.3)}.ct-demo-child a{display:block;color:#687c93;font-weight:500;text-decoration:none;margin-top:25px}.ct-demo-child a:hover{color:#0073aa}.ct-demo-builder .ct-demo-icon svg{margin-left:10px}.ct-demo-builder ul{display:grid;margin:0;padding:0;list-style:none;margin:40px auto 0 auto}.ct-demo-builder ul[data-count="2"]{max-width:70%;grid-template-columns:repeat(2, 1fr);grid-column-gap:30px}.ct-demo-builder ul[data-count="3"]{grid-template-columns:repeat(3, 1fr);grid-column-gap:20px}.ct-demo-builder ul li{margin-bottom:0;cursor:pointer}.ct-demo-builder ul li figure{position:relative;display:flex;align-items:center;justify-content:center;min-height:100px;border:2px solid #e9ecee;border-radius:5px;margin:0;font-weight:500;transition:border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),box-shadow .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-demo-builder ul li figure>svg{width:47%}.ct-demo-builder ul li .builder-name{font-weight:500;color:#3e5667;margin-top:15px}.ct-demo-builder ul li:hover figure{border-color:var(--accentColor)}.ct-demo-builder ul li.active figure{border-color:var(--accentColor);box-shadow:0 0 0 1px var(--accentColor)}.ct-demo-builder ul li .ct-checkbox{--checkMarkColor: #fff;--background: rgba(179, 189, 201, 0.8);--backgroundActive: var(--accentColor);position:absolute;top:0px;right:0px}.ct-demo-builder ul li .ct-checkbox:before{width:22px !important;height:22px !important;border-radius:0px 3px 0px 5px}.ct-demo-builder ul li .ct-checkbox:not(.active):before{opacity:0}.ct-demo-plugins label{margin:0 auto}.ct-active-plugin{display:flex;align-items:center;position:relative;text-align:left;padding:10px 0}.ct-active-plugin span{display:flex;align-items:center;justify-content:center;position:absolute;right:-2px;width:22px;height:22px;border-radius:100%;box-sizing:border-box;background:rgba(179,189,201,.3)}.ct-active-plugin span:before,.ct-active-plugin span:after{position:absolute;content:"";width:2px;border-radius:2px;background:rgba(104,124,147,.6)}.ct-active-plugin span:before{top:10px;left:10px;height:5px;transform:rotate(-45deg);transform-origin:bottom center}.ct-active-plugin span:after{height:9px;left:9px;transform:rotate(40deg);transform-origin:bottom center}.ct-demo-erase{margin-top:10px;padding-top:10px;padding-bottom:20px;text-align:left;font-weight:600;border-top:1px dashed rgba(179,189,201,.5);border-bottom:1px dashed rgba(179,189,201,.5)}.ct-demo-erase .ct-checkbox-container{align-items:flex-start;padding-bottom:0}.ct-demo-erase i{display:block;width:90%;font-size:13px;margin-top:8px;opacity:.8;font-weight:400;font-style:normal}.ct-export{text-align:center;margin-top:50px}.ct-site-export{display:flex;flex-direction:column;max-height:calc(var(--modal-max-height) - var(--modal-padding)*2)}.ct-site-export label{display:flex;justify-content:space-between;padding:10px 0}.ct-site-export input[type=checkbox]{margin:0}.ct-site-export textarea,.ct-site-export input[type=text]{width:60%}.ct-site-export textarea{min-height:80px}.ct-site-export button{margin-top:20px}.ct-bundled-plugins-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px}.ct-bundled-plugins-list label{gap:10px;padding:10px;border-radius:3px;background:rgba(0,0,0,.02)}.ct-demo-installer .close-button{opacity:0 !important}.ct-demo-install{position:relative}.ct-demo-install>*{position:absolute;top:0;left:0;right:0;bottom:0}.ct-demo-install svg path{transform-origin:50% 50%;transform-box:fill-box;animation-name:spin;animation-iteration-count:infinite;animation-timing-function:linear}.ct-demo-install .g1{fill:#44acdf;animation-duration:5.5s;animation-direction:reverse}.ct-demo-install .g2{fill:#3497d3;animation-duration:4.5s}.ct-demo-install .g3{fill:#0c7ab3;animation-duration:4s}.ct-installer-progress{width:100%;border-radius:5px;background:#f3f6f8;box-sizing:border-box}.ct-installer-progress div{width:var(--progress);height:4px;border-radius:inherit;background:var(--accentColor);transition:width .3s ease}.ct-progress-info{display:flex;justify-content:space-between;margin-top:30px;margin-bottom:15px;font-size:13px;opacity:.8}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ct-install-success{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.ct-install-success div{margin-top:10px}.ct-install-success a:first-child{margin-right:15px}.ct-modify-actions{margin-top:50px}.ct-modify-actions>*:not(:last-child){margin-right:15px}.ct-modify-actions .demo-remove{--ct-buttonHoverColor: #e04f4f}#ct-dashboard .ct-demo-notification{position:relative;padding:15px 20px 15px 55px;margin-bottom:40px;color:#0072aa;line-height:1.5;border:2px solid rgba(0,114,170,.3);background:rgba(0,114,170,.1);border-radius:5px}#ct-dashboard .ct-demo-notification:before{font-family:dashicons;content:"";font-size:20px;position:absolute;top:13px;left:20px;color:rgba(0,114,170,.8)}#ct-dashboard .ct-demo-notification b{font-weight:700}.ct-demos-list{display:flex;flex-direction:column}.ct-demos-list .ct-single-demo img{max-width:100px}.ct-demo-btn{display:inline-flex;align-items:center;font-size:15px;font-weight:600;letter-spacing:.03em;color:#687c93;height:40px;border:none;cursor:pointer;padding:0 18px;text-decoration:none;border-radius:4px;background:#f3f6f8;transition:background .2s ease color .2s ease}.ct-demo-btn:focus{outline:none}.ct-demo-btn:hover{color:#fff;background:var(--ct-buttonHoverColor, var(--accentColor))}.ct-onboarding-modal{--modal-width: 500px;--modal-min-height: 360px;text-align:center}.ct-onboarding-modal .close-button{display:none}.ct-onboarding-modal svg{width:55px;height:55px;margin:0 auto 25px auto}.ct-onboarding-modal h2{color:#3e5667}.ct-onboarding-modal button{--buttonHeight: 42px;--buttonPadding: 20px;--buttonFontSize: 14px}.ct-beta-consent{margin-top:60px;border-radius:3px;text-align:center;color:#fff}@media(max-width: 782px){.ct-beta-consent{padding:10%}}@media(min-width: 783px){.ct-beta-consent{padding:50px}}.ct-beta-consent h2{display:flex;align-items:center;justify-content:center;color:#fff !important;margin-top:0;cursor:pointer}.ct-beta-consent h2 span{display:flex;font-size:15px;font-weight:500;cursor:pointer}.ct-beta-consent h2 .ct-option-switch{margin-inline-start:15px}.ct-beta-consent h2 .ct-option-switch:not(.ct-active){border-color:#fff}.ct-beta-consent h2 .ct-option-switch:not(.ct-active)>span{background:#fff}.ct-beta-consent h2 .ct-option-switch:not(.ct-active):after{border-color:#fff}.ct-beta-consent+.ct-support-container{margin-top:50px !important}.ct-beta-consent{background-color:#32373c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%234f5660' fill-opacity='0.2' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");background-size:250px;background-position:0 5px}.ct-beta-updates-consent{--modal-width: 450px;--modal-min-height: 330px;--modal-padding: 45px;text-align:center}.ct-beta-updates-consent .ct-modal-content p{margin-bottom:1.2em}.ct-freemius-optin-message{position:relative;text-align:center;border-radius:3px;background:#f5f7f9}@media(max-width: 782px){.ct-freemius-optin-message{padding:50px 10% 10% 10%}}@media(min-width: 783px){.ct-freemius-optin-message{padding:60px 50px 50px 50px}}.ct-freemius-optin-message h2{margin-top:0}.ct-freemius-optin-message i{display:flex;align-items:center;justify-content:center;position:absolute;top:-25px;left:0;right:0;margin:0 auto;width:50px;height:50px;background:#fff;border-radius:100%;color:#0591c9;border:2px solid #deecf3}.ct-freemius-optin-message i svg{animation:ring-shake 5s ease-in-out infinite;transform-origin:50% 0%}.ct-freemius-optin-message p{max-width:600px;margin:0 auto 20px auto !important}.ct-freemius-optin-message .ct-button-primary{--buttonHeight: 42px;--buttonPadding: 20px;--buttonFontSize: 14px}.ct-freemius-optin-message+.ct-first-steps-container{margin-top:55px;padding-top:50px;border-top:1px solid rgba(143,163,184,.15)}@keyframes ring-shake{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}.blocksy-fs-optin-dashboard #wpwrap,.blocksy-fs-optin-dashboard #wpcontent,.blocksy-fs-optin-dashboard #wpbody{height:100%;min-height:100%}.blocksy-fs-optin-dashboard #wpbody-content{height:100%;padding-bottom:0}.blocksy-fs-optin-dashboard #wpbody-content #screen-meta,.blocksy-fs-optin-dashboard #wpbody-content .clear{display:none}.blocksy-fs-optin-dashboard .toplevel_page_ct-dashboard.current:after{border-right-color:#f2cf88 !important}.blocksy-fs-optin-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);height:100%}.blocksy-fs-optin-wrapper>*{display:flex;flex-direction:column;justify-content:center;padding:9%;box-sizing:border-box}.blocksy-fs-optin-wrapper .ct-optin-svg{background:#f2cf88}.blocksy-fs-optin-wrapper .ct-optin-svg svg{max-width:750px;margin:0 auto}.blocksy-fs-optin-wrapper #fs_connect{width:100%;max-width:900px;margin:0;box-shadow:none}.blocksy-fs-optin-wrapper #fs_connect .fs-visual{display:none}.blocksy-fs-optin-wrapper #fs_connect .fs-content{padding:0;margin-bottom:30px}.blocksy-fs-optin-wrapper #fs_connect .fs-content>p span{display:block;font-size:25px;font-weight:700;color:#23282d;margin-bottom:20px}.blocksy-fs-optin-wrapper #fs_connect .fs-actions{display:flex;padding:0;margin-bottom:20px;background:rgba(0,0,0,0)}.blocksy-fs-optin-wrapper #fs_connect .fs-actions .button{height:49px;line-height:49px;padding:0 20px !important}.blocksy-fs-optin-wrapper #fs_connect .fs-actions .button-primary{margin-right:15px}.blocksy-fs-optin-wrapper #fs_connect .fs-actions #skip_activation{order:2;float:none;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.blocksy-fs-optin-wrapper #fs_connect .fs-actions #skip_activation:hover{border-color:#0071a1}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions{padding:0 0 30px 0}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-trigger{text-align:left;text-decoration:underline}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-trigger:focus{outline:none;box-shadow:none}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul{display:none}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li{margin-bottom:0}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li>i.dashicons{display:none;font-size:18px;width:18px;height:18px;margin-right:8px;color:#23282d}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div{margin-left:0}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div span{display:flex;align-items:center;font-weight:600;text-transform:capitalize}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div span i.dashicons{font-size:15px;width:15px;height:15px;margin-inline-start:8px}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div span i.dashicons:before{opacity:.4}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li div p{margin-top:8px}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(1){order:1}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(2){order:4}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(3){order:3}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions ul li:nth-child(4){order:2}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions.fs-open ul{display:grid;grid-template-columns:repeat(2, minmax(auto, 280px));grid-column-gap:5px;grid-row-gap:30px;margin:20px 0 0 0;padding-top:30px;border-top:1px dashed #ddd}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch{float:left;width:25px;height:16px;top:1px;margin-inline-end:8px;padding:0;box-shadow:none;box-sizing:border-box;transition:all .1s linear;border:2px solid #555d66}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch .fs-toggle{box-sizing:border-box;border:none;top:1px;width:10px;height:10px;box-shadow:none;transition:all .1s linear}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-off{background:rgba(0,0,0,0)}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-off .fs-toggle{left:1px;background:#555d66}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-on{border-color:#0085ba}.blocksy-fs-optin-wrapper #fs_connect .fs-permissions .fs-switch.fs-on .fs-toggle{left:10px}.blocksy-fs-optin-wrapper #fs_connect .fs-terms{display:none}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container{width:100%;margin:30px 0 0 0}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container input[type=text]{min-height:49px;padding:0 12px;line-height:initial}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container .dashicons{top:17px;right:10px;font-size:16px;height:16px;width:16px}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-license-key-container .show-license-resend-modal{font-size:.9em;margin-top:10px}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-actions{flex-wrap:wrap}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-actions form{width:100%}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-actions #license_issues_link{flex:1 1 auto;text-align:left}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-permissions p{text-align:left}.blocksy-fs-optin-dashboard #fs_connect.require-license-key .fs-permissions p:last-of-type{margin-bottom:0}.blocksy-fs-optin-dashboard #fs_connect #fs_marketing_optin{border:none;padding:30px 0;margin:30px 0 0 0;box-shadow:none;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd}.blocksy-fs-optin-dashboard #fs_connect #fs_marketing_optin.error{background:rgba(0,0,0,0)}.blocksy-fs-optin-dashboard #fs_connect #fs_marketing_optin .fs-input-label{margin-left:22px}.blocksy-fs-optin-dashboard #fs_connect .fs-freemium-licensing{border-top:1px dashed #ddd;padding:30px 0;background:rgba(0,0,0,0)}.blocksy-fs-optin-dashboard #fs_connect .fs-freemium-licensing p{text-align:left;color:#444}.blocksy-fs-optin-dashboard #fs_connect .fs-freemium-licensing p a{color:#0073aa}
|
static/bundle/options.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.45
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
static/bundle/sticky.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(){"use strict";var t={n:function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,{a:n}),n},d:function(e,n){for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}},e=window.ctEvents,n=t.n(e),r=window.ctFrontend,o=function(t,e,n){return Math.max(t,Math.min(e,n))},i=function(t,e,n){return e[0]+(e[1]-e[0])/(t[1]-t[0])*(n-t[0])},a=function(t){if(t.blcInitialHeight)return t.blcInitialHeight;var e=t.firstElementChild;t.firstElementChild.firstElementChild&&(e=t.firstElementChild.firstElementChild);var n=e.getBoundingClientRect().height;return t.blcInitialHeight=n,n},c=function(t){var e=getComputedStyle(t),n=100;t.dataset.row.includes("middle")&&(n=e.getPropertyValue("--sticky-shrink"));var r=a(t);return n&&(r*=parseFloat(n)/100),r},s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return 0},e=document.querySelector(".ct-floating-bar");e&&e.style.setProperty("--header-sticky-height-animated",t())};function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var l=null,d=function(t){var e,n=t.stickyContainer,r=t.startPosition;(e=n.querySelectorAll('[data-row*="middle"]'),function(t){if(Array.isArray(t))return u(t)}(e)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(e)||function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).map((function(t){if(t.querySelector('[data-id="logo"] .site-logo-container')){var e=t.querySelector('[data-id="logo"] .site-logo-container'),n=function(t){var e=t.logo,n=t.row;if(l)return l;var r=parseFloat(getComputedStyle(e).getPropertyValue("--logo-max-height")||50),o=parseFloat(getComputedStyle(e).getPropertyValue("--logo-sticky-shrink").toString().replace(",",".")||1),i=a(n),s=c(n);return l={initialHeight:r,stickyShrink:o,rowInitialHeight:i,rowStickyHeight:s}}({logo:e,row:t}),s=n.initialHeight,u=n.stickyShrink,d=n.rowInitialHeight,y=n.rowStickyHeight,f=s*u;1!==u&&e.style.setProperty("--logo-shrink-height","".concat(i([r,r+Math.abs(d===y?s-f:d-y)],[1,u],o(r,r+Math.abs(d===y?s-f:d-y),scrollY))*s,"px"))}}))},y=null,f=function(t){var e=t.stickyContainer,n=(t.containerInitialHeight,t.startPosition);e.querySelector('[data-row*="middle"]')&&[e.querySelector('[data-row*="middle"]')].map((function(t){var e=function(t){var e=t.row;if(y)return y;var n=a(e),r=c(e);return y={rowInitialHeight:n,rowStickyHeight:r}}({row:t}),r=e.rowInitialHeight,s=e.rowStickyHeight;r!==s&&t.style.setProperty("--shrink-height","".concat(i([n,n+Math.abs(r-s)],[r,s],o(n,n+Math.abs(r-s),scrollY)),"px"))}))};function h(t){return function(t){if(Array.isArray(t))return p(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function m(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var w=null,k=function(t){var e=t.stickyContainer;if(w)return w;var n=m(e.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0);return w={stickyContainerHeight:n}},v={up:{anchor:null,offset:100},down:{anchor:null,offset:0}};function b(t){return function(t){if(Array.isArray(t))return S(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return S(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?S(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function A(t){return function(t){if(Array.isArray(t))return C(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return C(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?C(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yes";Array.from(t.querySelectorAll("[data-row][data-transparent-row]")).map((function(t){t.dataset.transparentRow=e}))},O=null,j=null,I=null;window.wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(t){setTimeout((function(){y=null,l=null,O=null,j=null,I=null,H=null,P()}),500)}));var H=null,P=function(){if(H!==scrollY){var t=document.querySelector('[data-device="'.concat((0,r.getCurrentScreen)(),'"] [data-sticky]'));if(t){var e=O;null===e&&(e=function(t){if(-1===t.dataset.sticky.indexOf("shrink")&&-1===t.dataset.sticky.indexOf("auto-hide"))return t.parentNode.getBoundingClientRect().height+200;var e=t.closest("header").getBoundingClientRect().top+scrollY;if(e>0){var n=document.elementFromPoint(0,3);n&&function(t){for(var e=[];t&&t!==document;t=t.parentNode)e.push(t);return e}(n).map((function(t){return getComputedStyle(t).position})).indexOf("fixed")>-1&&(e-=n.getBoundingClientRect().height)}var r=t.parentNode,o=getComputedStyle(document.body),i=parseFloat(o.getPropertyValue("--header-sticky-offset")||0);if(i=i+parseFloat(o.getPropertyValue("--frame-size"))||0,1===r.parentNode.children.length||r.parentNode.children[0].classList.contains("ct-sticky-container"))return e>0?e-i:e;var a=Array.from(r.parentNode.children).reduce((function(t,e,n){return t.indexOf(0)>-1||!e.dataset.row?[].concat(A(t),[0]):[].concat(A(t),[e.classList.contains("ct-sticky-container")?0:e.getBoundingClientRect().height])}),[]).reduce((function(t,e){return t+e}),e);return a>0?a-i:a}(t),O=e);var n=I,i=t.dataset.sticky.split(":").filter((function(t){return"yes"!==t&&"no"!==t&&"fixed"!==t}));n||(n=parseInt(t.getBoundingClientRect().height),I=parseInt(n),s((function(){return-1===i.indexOf("auto-hide")?"".concat(A(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0),"px"):"0px"})));var a=e>0&&Math.abs(window.scrollY-e)<5||window.scrollY>e;i.indexOf("shrink")>-1&&(a=e>0?window.scrollY>=e:window.scrollY>0),setTimeout((function(){a&&-1===document.body.dataset.header.indexOf("shrink")&&(document.body.dataset.header="".concat(document.body.dataset.header,":shrink")),!a&&document.body.dataset.header.indexOf("shrink")>-1&&(document.body.dataset.header=document.body.dataset.header.replace(":shrink",""))}),300);var u=j,l=scrollY;u||(u=j=Array.from(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+e.getBoundingClientRect().height}),0),t.parentNode.style.height="".concat(u,"px")),i.indexOf("shrink")>-1&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.isSticky,o=t.startPosition,i=t.stickyComponents;if(0===o&&0===window.scrollY&&(n.dataset.sticky=["fixed"].concat(h(i)).join(":")),r){if(i.indexOf("yes")>-1)return;-1===n.dataset.sticky.indexOf("yes")&&(x(n,"no"),n.dataset.sticky=["yes"].concat(h(i)).join(":")),d({stickyContainer:n,startPosition:o}),f({stickyContainer:n,containerInitialHeight:e,startPosition:o})}else Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),x(n,"yes"),0===o&&window.scrollY<=0?n.dataset.sticky=["fixed"].concat(h(i)).join(":"):n.dataset.sticky=i.join(":")}({stickyContainer:t,stickyContainerHeight:n,containerInitialHeight:u,isSticky:a,startPosition:e,stickyComponents:i}),i.indexOf("auto-hide")>-1&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=t.containerInitialHeight,i=t.startPosition,a=t.isSticky,c=e<t.prevScrollY?"up":"down";a&&e-t.prevScrollY==0&&s((function(){return"0px"})),"up"===c&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.stickyComponents,o=t.isSticky,i=t.prevScrollY,a=t.startPosition,c=t.currentScrollY,u=k({stickyContainer:n}).stickyContainerHeight;o&&c-i==0&&s((function(){return"0px"})),!v.up.anchor&&c>2*e+a&&-1===n.dataset.sticky.indexOf("yes:")&&(v.up.anchor=c,n.dataset.sticky=["yes"].concat(m(r)).join(":"),x(n,"no"),document.body.removeAttribute("style")),!v.up.anchor&&v.down.anchor&&v.down.offset===u&&(v.up.anchor=c,v.down.anchor=null),o||(v.up.anchor=null,n.dataset.sticky=m(r).join(":"),x(n,"yes"),s((function(){return"0px"})))}(t),"down"===c&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=k({stickyContainer:n}).stickyContainerHeight;!v.down.anchor&&v.up.anchor&&0===v.up.offset&&(v.up.anchor=null,v.down.anchor=e),!v.down.anchor&&v.up.anchor&&v.up.offset===r&&(v.up.anchor=null,v.down.anchor=e-r)}(t),a?(d({stickyContainer:n,startPosition:i}),f({stickyContainer:n,containerInitialHeight:r,startPosition:i})):(Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")}))),function(t){var e=t.currentScrollY,n=t.stickyContainer,r=null,i=k({stickyContainer:n}).stickyContainerHeight;v.down.anchor&&(v.down.offset=o(0,i,e-v.down.anchor),r=v.down.offset),!v.down.anchor&&v.up.anchor&&(v.up.offset=o(0,i,i-(v.up.anchor-e)),r=v.up.offset),null!==r&&(n.style.transform="translate3d(0px, ".concat(-1*Math.floor(r),"px, 0px)"),s((function(){return"".concat(i-r,"px")})))}(t)}({stickyContainer:t,isSticky:a,startPosition:e,stickyComponents:i,containerInitialHeight:u,stickyContainerHeight:n,currentScrollY:l,prevScrollY:H}),(i.indexOf("slide")>-1||i.indexOf("fade")>-1)&&function(t){var e=t.stickyContainer,n=t.startPosition,r=t.stickyComponents;t.isSticky?(-1===e.dataset.sticky.indexOf("yes")&&(e.dataset.sticky=["yes-start"].concat(b(r)).join(":"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-end","yes")}),200)}),1)),x(e,"no")):-1===e.dataset.sticky.indexOf("yes-hide")&&e.dataset.sticky.indexOf("yes:")>-1&&(Math.abs(window.scrollY-n)>10?(e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")):(e.dataset.sticky=["yes-hide-start"].concat(b(r)).join(":"),requestAnimationFrame((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")}),200)}))))}({stickyContainer:t,isSticky:a,startPosition:e,stickyComponents:i}),H=l}}},Y=function(){document.querySelector("header [data-sticky]")&&(window.addEventListener("resize",(function(t){P(t),n().trigger("ct:header:update")}),!1),window.addEventListener("orientationchange",(function(t){P(t),n().trigger("ct:header:update")})),window.addEventListener("scroll",P,!1),window.addEventListener("load",P,!1),P())};document.body.className.indexOf("e-preview")>-1?setTimeout((function(){Y()}),500):Y(),(0,r.registerDynamicChunk)("blocksy_sticky_header",{mount:function(t){}})}();
|
| 1 |
+
!function(){"use strict";var t={n:function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,{a:n}),n},d:function(e,n){for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}},e=window.ctEvents,n=t.n(e),r=window.ctFrontend,i=function(t,e,n){return Math.max(t,Math.min(e,n))},o=function(t,e,n){return e[0]+(e[1]-e[0])/(t[1]-t[0])*(n-t[0])},a=function(t){if(t.blcInitialHeight)return t.blcInitialHeight;var e=t.firstElementChild;t.firstElementChild.firstElementChild&&(e=t.firstElementChild.firstElementChild);var n=e.getBoundingClientRect().height;return t.blcInitialHeight=n,n},c=function(t){if(t.blcStickyHeight)return t.blcStickyHeight;var e=a(t);if(t.closest('[data-sticky*="yes"]')){var n=t.getBoundingClientRect().height;if(n!==e)return t.blcStickyHeight=n,n}var r=getComputedStyle(t),i=100;return t.dataset.row.includes("middle")&&(i=r.getPropertyValue("--sticky-shrink")),i&&(e*=parseFloat(i)/100),e},s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return 0},e=document.querySelector(".ct-floating-bar");e&&e.style.setProperty("--header-sticky-height-animated",t())};function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var u=null,d=function(){u=null},y=function(t){var e,n=t.stickyContainer,r=t.startPosition;(e=n.querySelectorAll('[data-row*="middle"]'),function(t){if(Array.isArray(t))return l(t)}(e)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(e)||function(t,e){if(t){if("string"==typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(t,e):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).map((function(t){if(t.querySelector('[data-id="logo"] .site-logo-container')){var e=t.querySelector('[data-id="logo"] .site-logo-container'),n=function(t){var e=t.logo,n=t.row;if(u)return u;var r=parseFloat(getComputedStyle(e).getPropertyValue("--logo-max-height")||50),i=parseFloat(getComputedStyle(e).getPropertyValue("--logo-sticky-shrink").toString().replace(",",".")||1),o=a(n),s=c(n);return u={initialHeight:r,stickyShrink:i,rowInitialHeight:o,rowStickyHeight:s}}({logo:e,row:t}),s=n.initialHeight,l=n.stickyShrink,d=n.rowInitialHeight,y=n.rowStickyHeight,f=s*l;1!==l&&e.style.setProperty("--logo-shrink-height","".concat(o([r,r+Math.abs(d===y?s-f:d-y)],[1,l],i(r,r+Math.abs(d===y?s-f:d-y),scrollY))*s,"px"))}}))},f=null,m=function(){f=null},h=function(t){var e=t.stickyContainer,n=(t.containerInitialHeight,t.startPosition);e.querySelector('[data-row*="middle"]')&&[e.querySelector('[data-row*="middle"]')].map((function(t){var e=function(t){var e=t.row;if(f)return f;var n=a(e),r=c(e);return f={rowInitialHeight:n,rowStickyHeight:r}}({row:t}),r=e.rowInitialHeight,s=e.rowStickyHeight;if(r!==s){var l;l=o([n,n+Math.abs(r-s)],[r,s],i(n,n+Math.abs(r-s),scrollY)),t.style.setProperty("--shrink-height","".concat(l,"px"))}}))};function p(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function k(t){return function(t){if(Array.isArray(t))return v(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?v(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var b=function(t){var e=t.stickyContainer,n=k(e.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0);return{stickyContainerHeight:n,stickyContainerHeightAbsolute:n+parseFloat(getComputedStyle(e).top)}},w=null;function S(t){return function(t){if(Array.isArray(t))return A(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return A(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?A(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function A(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function C(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return O(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?O(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function O(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yes";Array.from(t.querySelectorAll("[data-row][data-transparent-row]")).map((function(t){t.dataset.transparentRow=e}))},I=null,j=null,H=null,P=null;n().on("blocksy:sticky:compute",(function(){setTimeout((function(){m(),d(),I=null,j=null,H=null,P=null,Y=null,q()}),100)})),window.wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(t){setTimeout((function(){m(),d(),I=null,j=null,H=null,P=null,Y=null,q()}),500)}));var Y=null,q=function(){if(Y!==scrollY){var t=document.querySelector('[data-device="'.concat((0,r.getCurrentScreen)(),'"] [data-sticky]'));if(t){var e=j;e||(e=j=Array.from(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+e.getBoundingClientRect().height}),0),t.parentNode.style.height="".concat(e,"px"));var n=I;null===n&&(n=function(t){if(-1===t.dataset.sticky.indexOf("shrink")&&-1===t.dataset.sticky.indexOf("auto-hide"))return t.parentNode.getBoundingClientRect().height+200;var e=t.closest("header").getBoundingClientRect().top+scrollY;if(e>0){var n=document.elementFromPoint(0,3);n&&function(t){for(var e=[];t&&t!==document;t=t.parentNode)e.push(t);return e}(n).map((function(t){return getComputedStyle(t).position})).indexOf("fixed")>-1&&(e-=n.getBoundingClientRect().height)}var r=t.parentNode,i=getComputedStyle(document.body),o=parseFloat(i.getPropertyValue("--header-sticky-offset")||0);if(o+=parseFloat(i.getPropertyValue("--frame-size"))||0,1===r.parentNode.children.length||r.parentNode.children[0].classList.contains("ct-sticky-container"))return e>0?e-o:e;var a=Array.from(r.parentNode.children).reduce((function(t,e,n){return t.indexOf(0)>-1||!e.dataset.row?[].concat(C(t),[0]):[].concat(C(t),[e.classList.contains("ct-sticky-container")?0:e.getBoundingClientRect().height])}),[]).reduce((function(t,e){return t+e}),e);return a>0?a-o:a}(t),I=n);var i=H;null===i&&(i=t.closest("[data-device]").getBoundingClientRect().height,H=i);var o=P,a=t.dataset.sticky.split(":").filter((function(t){return"yes"!==t&&"no"!==t&&"fixed"!==t}));o||(o=parseInt(t.getBoundingClientRect().height),P=parseInt(o),s((function(){return-1===a.indexOf("auto-hide")?"".concat(C(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0),"px"):"0px"})));var l=n>0&&Math.abs(window.scrollY-n)<5||window.scrollY>n;a.indexOf("shrink")>-1&&(l=n>0?window.scrollY>=n:window.scrollY>0),setTimeout((function(){l&&-1===document.body.dataset.header.indexOf("shrink")&&(document.body.dataset.header="".concat(document.body.dataset.header,":shrink")),!l&&document.body.dataset.header.indexOf("shrink")>-1&&(document.body.dataset.header=document.body.dataset.header.replace(":shrink",""))}),300);var u=scrollY;a.indexOf("shrink")>-1&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.isSticky,i=t.startPosition,o=t.stickyComponents;if(0===i&&0===window.scrollY&&(n.dataset.sticky=["fixed"].concat(p(o)).join(":")),r){if(o.indexOf("yes")>-1)return;-1===n.dataset.sticky.indexOf("yes")&&(x(n,"no"),n.dataset.sticky=["yes"].concat(p(o)).join(":")),y({stickyContainer:n,startPosition:i}),h({stickyContainer:n,containerInitialHeight:e,startPosition:i})}else Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),x(n,"yes"),0===i&&window.scrollY<=0?n.dataset.sticky=["fixed"].concat(p(o)).join(":"):n.dataset.sticky=o.join(":")}({stickyContainer:t,stickyContainerHeight:o,containerInitialHeight:e,isSticky:l,startPosition:n,stickyComponents:a}),a.indexOf("auto-hide")>-1&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=t.containerInitialHeight,i=t.headerInitialHeight,o=t.startPosition,a=t.isSticky,c=t.stickyComponents;a&&e-t.prevScrollY==0&&s((function(){return"0px"})),a?-1===n.dataset.sticky.indexOf("yes")&&e>2*i+o&&(n.dataset.sticky=["yes"].concat(k(c)).join(":"),y({stickyContainer:n,startPosition:o}),h({stickyContainer:n,containerInitialHeight:r,startPosition:o}),x(n,"no"),document.body.removeAttribute("style")):(Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),n.dataset.sticky=k(c).join(":"),x(n,"yes"),s((function(){return"0px"})),w=null),null===w&&(w=1e3);var l=w+t.prevScrollY-e,u=0;if(e>2*i+o||n.dataset.sticky.indexOf("yes")>-1){if(e<=o)u=0;else if(e>t.prevScrollY){var d=b({stickyContainer:n}).stickyContainerHeightAbsolute;u=Math.abs(l)>d?-d:l}else u=l>0?0:l;n.style.transform="translateY(".concat(u,"px)"),w=u}else n.removeAttribute("style");n.dataset.sticky.indexOf("yes")>-1&&(e<=o||e>t.prevScrollY||(y({stickyContainer:n,startPosition:o}),h({stickyContainer:n,containerInitialHeight:r,startPosition:o}))),s((function(){var t=b({stickyContainer:n}).stickyContainerHeight;return"".concat(t-Math.abs(u),"px")}))}({stickyContainer:t,isSticky:l,startPosition:n,stickyComponents:a,containerInitialHeight:e,stickyContainerHeight:o,headerInitialHeight:i,currentScrollY:u,prevScrollY:Y}),(a.indexOf("slide")>-1||a.indexOf("fade")>-1)&&function(t){var e=t.stickyContainer,n=t.startPosition,r=t.stickyComponents;t.isSticky?(-1===e.dataset.sticky.indexOf("yes")&&(e.dataset.sticky=["yes-start"].concat(S(r)).join(":"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-end","yes")}),200)}),1)),x(e,"no")):-1===e.dataset.sticky.indexOf("yes-hide")&&e.dataset.sticky.indexOf("yes:")>-1&&(Math.abs(window.scrollY-n)>10?(e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")):(e.dataset.sticky=["yes-hide-start"].concat(S(r)).join(":"),requestAnimationFrame((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")}),200)}))))}({stickyContainer:t,isSticky:l,startPosition:n,stickyComponents:a}),Y=u}}},M=function(){document.querySelector("header [data-sticky]")&&(window.addEventListener("resize",(function(t){q(t),n().trigger("ct:header:update")}),!1),window.addEventListener("orientationchange",(function(t){q(t),n().trigger("ct:header:update")})),window.addEventListener("scroll",q,!1),window.addEventListener("load",q,!1),q())};document.body.className.indexOf("e-preview")>-1?setTimeout((function(){M()}),500):M(),(0,r.registerDynamicChunk)("blocksy_sticky_header",{mount:function(t){}})}();
|
static/js/frontend/sticky.js
CHANGED
|
@@ -33,8 +33,24 @@ var getParents = function (elem) {
|
|
| 33 |
|
| 34 |
let cachedStartPosition = null
|
| 35 |
let cachedContainerInitialHeight = null
|
|
|
|
| 36 |
let cachedStickyContainerHeight = null
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
if (window.wp && wp.customize && wp.customize.selectiveRefresh) {
|
| 39 |
wp.customize.selectiveRefresh.bind(
|
| 40 |
'partial-content-rendered',
|
|
@@ -45,6 +61,7 @@ if (window.wp && wp.customize && wp.customize.selectiveRefresh) {
|
|
| 45 |
|
| 46 |
cachedStartPosition = null
|
| 47 |
cachedContainerInitialHeight = null
|
|
|
|
| 48 |
cachedStickyContainerHeight = null
|
| 49 |
prevScrollY = null
|
| 50 |
|
|
@@ -92,7 +109,7 @@ const getStartPositionFor = (stickyContainer) => {
|
|
| 92 |
|
| 93 |
maybeDynamicOffset =
|
| 94 |
maybeDynamicOffset +
|
| 95 |
-
|
| 96 |
|
| 97 |
if (
|
| 98 |
row.parentNode.children.length === 1 ||
|
|
@@ -143,13 +160,36 @@ const compute = () => {
|
|
| 143 |
return
|
| 144 |
}
|
| 145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
let startPosition = cachedStartPosition
|
| 147 |
|
| 148 |
if (startPosition === null) {
|
| 149 |
-
startPosition = getStartPositionFor(stickyContainer)
|
| 150 |
cachedStartPosition = startPosition
|
| 151 |
}
|
| 152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
let stickyContainerHeight = cachedStickyContainerHeight
|
| 154 |
|
| 155 |
const stickyComponents = stickyContainer.dataset.sticky
|
|
@@ -196,20 +236,8 @@ const compute = () => {
|
|
| 196 |
}
|
| 197 |
}, 300)
|
| 198 |
|
| 199 |
-
let containerInitialHeight = cachedContainerInitialHeight
|
| 200 |
-
|
| 201 |
let currentScrollY = scrollY
|
| 202 |
|
| 203 |
-
if (!containerInitialHeight) {
|
| 204 |
-
cachedContainerInitialHeight = Array.from(
|
| 205 |
-
stickyContainer.querySelectorAll('[data-row]')
|
| 206 |
-
).reduce((sum, el) => sum + el.getBoundingClientRect().height, 0)
|
| 207 |
-
|
| 208 |
-
containerInitialHeight = cachedContainerInitialHeight
|
| 209 |
-
|
| 210 |
-
stickyContainer.parentNode.style.height = `${containerInitialHeight}px`
|
| 211 |
-
}
|
| 212 |
-
|
| 213 |
if (stickyComponents.indexOf('shrink') > -1) {
|
| 214 |
computeShrink({
|
| 215 |
stickyContainer,
|
|
@@ -232,6 +260,8 @@ const compute = () => {
|
|
| 232 |
containerInitialHeight,
|
| 233 |
stickyContainerHeight,
|
| 234 |
|
|
|
|
|
|
|
| 235 |
currentScrollY,
|
| 236 |
prevScrollY,
|
| 237 |
})
|
| 33 |
|
| 34 |
let cachedStartPosition = null
|
| 35 |
let cachedContainerInitialHeight = null
|
| 36 |
+
let cachedHeaderInitialHeight = null
|
| 37 |
let cachedStickyContainerHeight = null
|
| 38 |
|
| 39 |
+
ctEvents.on('blocksy:sticky:compute', () => {
|
| 40 |
+
setTimeout(() => {
|
| 41 |
+
clearShrinkCache()
|
| 42 |
+
clearLogoShrinkCache()
|
| 43 |
+
|
| 44 |
+
cachedStartPosition = null
|
| 45 |
+
cachedContainerInitialHeight = null
|
| 46 |
+
cachedHeaderInitialHeight = null
|
| 47 |
+
cachedStickyContainerHeight = null
|
| 48 |
+
prevScrollY = null
|
| 49 |
+
|
| 50 |
+
compute()
|
| 51 |
+
}, 100)
|
| 52 |
+
})
|
| 53 |
+
|
| 54 |
if (window.wp && wp.customize && wp.customize.selectiveRefresh) {
|
| 55 |
wp.customize.selectiveRefresh.bind(
|
| 56 |
'partial-content-rendered',
|
| 61 |
|
| 62 |
cachedStartPosition = null
|
| 63 |
cachedContainerInitialHeight = null
|
| 64 |
+
cachedHeaderInitialHeight = null
|
| 65 |
cachedStickyContainerHeight = null
|
| 66 |
prevScrollY = null
|
| 67 |
|
| 109 |
|
| 110 |
maybeDynamicOffset =
|
| 111 |
maybeDynamicOffset +
|
| 112 |
+
(parseFloat(bodyComp.getPropertyValue('--frame-size')) || 0)
|
| 113 |
|
| 114 |
if (
|
| 115 |
row.parentNode.children.length === 1 ||
|
| 160 |
return
|
| 161 |
}
|
| 162 |
|
| 163 |
+
let containerInitialHeight = cachedContainerInitialHeight
|
| 164 |
+
|
| 165 |
+
if (!containerInitialHeight) {
|
| 166 |
+
cachedContainerInitialHeight = Array.from(
|
| 167 |
+
stickyContainer.querySelectorAll('[data-row]')
|
| 168 |
+
).reduce((sum, el) => sum + el.getBoundingClientRect().height, 0)
|
| 169 |
+
|
| 170 |
+
containerInitialHeight = cachedContainerInitialHeight
|
| 171 |
+
|
| 172 |
+
stickyContainer.parentNode.style.height = `${containerInitialHeight}px`
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
let startPosition = cachedStartPosition
|
| 176 |
|
| 177 |
if (startPosition === null) {
|
| 178 |
+
startPosition = getStartPositionFor(stickyContainer, {})
|
| 179 |
cachedStartPosition = startPosition
|
| 180 |
}
|
| 181 |
|
| 182 |
+
let headerInitialHeight = cachedHeaderInitialHeight
|
| 183 |
+
|
| 184 |
+
if (headerInitialHeight === null) {
|
| 185 |
+
const headerRect = stickyContainer
|
| 186 |
+
.closest('[data-device]')
|
| 187 |
+
.getBoundingClientRect()
|
| 188 |
+
|
| 189 |
+
headerInitialHeight = headerRect.height
|
| 190 |
+
cachedHeaderInitialHeight = headerInitialHeight
|
| 191 |
+
}
|
| 192 |
+
|
| 193 |
let stickyContainerHeight = cachedStickyContainerHeight
|
| 194 |
|
| 195 |
const stickyComponents = stickyContainer.dataset.sticky
|
| 236 |
}
|
| 237 |
}, 300)
|
| 238 |
|
|
|
|
|
|
|
| 239 |
let currentScrollY = scrollY
|
| 240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 241 |
if (stickyComponents.indexOf('shrink') > -1) {
|
| 242 |
computeShrink({
|
| 243 |
stickyContainer,
|
| 260 |
containerInitialHeight,
|
| 261 |
stickyContainerHeight,
|
| 262 |
|
| 263 |
+
headerInitialHeight,
|
| 264 |
+
|
| 265 |
currentScrollY,
|
| 266 |
prevScrollY,
|
| 267 |
})
|
static/js/frontend/sticky/auto-hide.js
CHANGED
|
@@ -9,67 +9,56 @@ import {
|
|
| 9 |
import { shrinkHandleLogo } from './shrink-handle-logo'
|
| 10 |
import { shrinkHandleMiddleRow } from './shrink-handle-middle-row'
|
| 11 |
|
| 12 |
-
let cache = null
|
| 13 |
-
|
| 14 |
const getData = ({ stickyContainer }) => {
|
| 15 |
-
|
| 16 |
-
return cache
|
| 17 |
-
}
|
| 18 |
-
|
| 19 |
-
let stickyContainerHeight = [
|
| 20 |
...stickyContainer.querySelectorAll('[data-row]'),
|
| 21 |
].reduce((res, row) => res + getRowStickyHeight(row), 0)
|
| 22 |
|
| 23 |
-
|
| 24 |
stickyContainerHeight,
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
| 26 |
-
|
| 27 |
-
return cache
|
| 28 |
}
|
| 29 |
|
| 30 |
-
let
|
| 31 |
-
up: {
|
| 32 |
-
anchor: null,
|
| 33 |
-
offset: 100,
|
| 34 |
-
},
|
| 35 |
-
down: {
|
| 36 |
-
anchor: null,
|
| 37 |
-
offset: 0,
|
| 38 |
-
},
|
| 39 |
-
}
|
| 40 |
|
| 41 |
export const computeAutoHide = (args) => {
|
| 42 |
let {
|
| 43 |
currentScrollY,
|
| 44 |
stickyContainer,
|
| 45 |
containerInitialHeight,
|
|
|
|
| 46 |
startPosition,
|
| 47 |
isSticky,
|
|
|
|
| 48 |
} = args
|
| 49 |
|
| 50 |
-
let direction = currentScrollY < args.prevScrollY ? 'up' : 'down'
|
| 51 |
-
|
| 52 |
if (isSticky && currentScrollY - args.prevScrollY === 0) {
|
| 53 |
maybeSetStickyHeightAnimated(() => {
|
| 54 |
return '0px'
|
| 55 |
})
|
| 56 |
}
|
| 57 |
|
| 58 |
-
if (direction === 'up') {
|
| 59 |
-
processUpDirection(args)
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
if (direction === 'down') {
|
| 63 |
-
processDownDirection(args)
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
if (isSticky) {
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
} else {
|
| 74 |
Array.from(stickyContainer.querySelectorAll('[data-row]')).map((row) =>
|
| 75 |
row.removeAttribute('style')
|
|
@@ -79,51 +68,6 @@ export const computeAutoHide = (args) => {
|
|
| 79 |
'[data-row*="middle"] .site-logo-container'
|
| 80 |
)
|
| 81 |
).map((el) => el.removeAttribute('style'))
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
renderPayload(args)
|
| 85 |
-
}
|
| 86 |
-
|
| 87 |
-
const processUpDirection = ({
|
| 88 |
-
containerInitialHeight,
|
| 89 |
-
stickyContainer,
|
| 90 |
-
stickyComponents,
|
| 91 |
-
isSticky,
|
| 92 |
-
prevScrollY,
|
| 93 |
-
startPosition,
|
| 94 |
-
currentScrollY,
|
| 95 |
-
}) => {
|
| 96 |
-
let { stickyContainerHeight } = getData({ stickyContainer })
|
| 97 |
-
|
| 98 |
-
if (isSticky && currentScrollY - prevScrollY === 0) {
|
| 99 |
-
maybeSetStickyHeightAnimated(() => {
|
| 100 |
-
return '0px'
|
| 101 |
-
})
|
| 102 |
-
}
|
| 103 |
-
|
| 104 |
-
if (
|
| 105 |
-
!payload.up.anchor &&
|
| 106 |
-
currentScrollY > containerInitialHeight * 2 + startPosition &&
|
| 107 |
-
stickyContainer.dataset.sticky.indexOf('yes:') === -1
|
| 108 |
-
) {
|
| 109 |
-
payload.up.anchor = currentScrollY
|
| 110 |
-
stickyContainer.dataset.sticky = ['yes', ...stickyComponents].join(':')
|
| 111 |
-
|
| 112 |
-
setTransparencyFor(stickyContainer, 'no')
|
| 113 |
-
document.body.removeAttribute('style')
|
| 114 |
-
}
|
| 115 |
-
|
| 116 |
-
if (
|
| 117 |
-
!payload.up.anchor &&
|
| 118 |
-
payload.down.anchor &&
|
| 119 |
-
payload.down.offset === stickyContainerHeight
|
| 120 |
-
) {
|
| 121 |
-
payload.up.anchor = currentScrollY
|
| 122 |
-
payload.down.anchor = null
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
-
if (!isSticky) {
|
| 126 |
-
payload.up.anchor = null
|
| 127 |
|
| 128 |
stickyContainer.dataset.sticky = [...stickyComponents].join(':')
|
| 129 |
|
|
@@ -132,59 +76,57 @@ const processUpDirection = ({
|
|
| 132 |
maybeSetStickyHeightAnimated(() => {
|
| 133 |
return '0px'
|
| 134 |
})
|
| 135 |
-
}
|
| 136 |
-
}
|
| 137 |
|
| 138 |
-
|
| 139 |
-
let { stickyContainerHeight } = getData({ stickyContainer })
|
| 140 |
-
|
| 141 |
-
if (!payload.down.anchor && payload.up.anchor && payload.up.offset === 0) {
|
| 142 |
-
payload.up.anchor = null
|
| 143 |
-
payload.down.anchor = currentScrollY
|
| 144 |
}
|
| 145 |
|
| 146 |
-
if (
|
| 147 |
-
|
| 148 |
-
payload.up.anchor &&
|
| 149 |
-
payload.up.offset === stickyContainerHeight
|
| 150 |
-
) {
|
| 151 |
-
payload.up.anchor = null
|
| 152 |
-
payload.down.anchor = currentScrollY - stickyContainerHeight
|
| 153 |
}
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
const renderPayload = ({ currentScrollY, stickyContainer }) => {
|
| 157 |
-
let offset = null
|
| 158 |
|
| 159 |
-
|
| 160 |
|
| 161 |
-
|
| 162 |
-
payload.down.offset = clamp(
|
| 163 |
-
0,
|
| 164 |
-
stickyContainerHeight,
|
| 165 |
-
currentScrollY - payload.down.anchor
|
| 166 |
-
)
|
| 167 |
|
| 168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
}
|
| 170 |
|
| 171 |
-
if (
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
|
|
|
|
|
|
|
|
|
| 179 |
}
|
| 180 |
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
maybeSetStickyHeightAnimated(() => {
|
| 187 |
-
return `${stickyContainerHeight - offset}px`
|
| 188 |
-
})
|
| 189 |
-
}
|
| 190 |
}
|
| 9 |
import { shrinkHandleLogo } from './shrink-handle-logo'
|
| 10 |
import { shrinkHandleMiddleRow } from './shrink-handle-middle-row'
|
| 11 |
|
|
|
|
|
|
|
| 12 |
const getData = ({ stickyContainer }) => {
|
| 13 |
+
const stickyContainerHeight = [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
...stickyContainer.querySelectorAll('[data-row]'),
|
| 15 |
].reduce((res, row) => res + getRowStickyHeight(row), 0)
|
| 16 |
|
| 17 |
+
return {
|
| 18 |
stickyContainerHeight,
|
| 19 |
+
stickyContainerHeightAbsolute:
|
| 20 |
+
stickyContainerHeight +
|
| 21 |
+
parseFloat(getComputedStyle(stickyContainer).top),
|
| 22 |
}
|
|
|
|
|
|
|
| 23 |
}
|
| 24 |
|
| 25 |
+
let prevOffset = null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
export const computeAutoHide = (args) => {
|
| 28 |
let {
|
| 29 |
currentScrollY,
|
| 30 |
stickyContainer,
|
| 31 |
containerInitialHeight,
|
| 32 |
+
headerInitialHeight,
|
| 33 |
startPosition,
|
| 34 |
isSticky,
|
| 35 |
+
stickyComponents,
|
| 36 |
} = args
|
| 37 |
|
|
|
|
|
|
|
| 38 |
if (isSticky && currentScrollY - args.prevScrollY === 0) {
|
| 39 |
maybeSetStickyHeightAnimated(() => {
|
| 40 |
return '0px'
|
| 41 |
})
|
| 42 |
}
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
if (isSticky) {
|
| 45 |
+
if (
|
| 46 |
+
stickyContainer.dataset.sticky.indexOf('yes') === -1 &&
|
| 47 |
+
currentScrollY > headerInitialHeight * 2 + startPosition
|
| 48 |
+
) {
|
| 49 |
+
stickyContainer.dataset.sticky = ['yes', ...stickyComponents].join(
|
| 50 |
+
':'
|
| 51 |
+
)
|
| 52 |
+
|
| 53 |
+
shrinkHandleLogo({ stickyContainer, startPosition })
|
| 54 |
+
shrinkHandleMiddleRow({
|
| 55 |
+
stickyContainer,
|
| 56 |
+
containerInitialHeight,
|
| 57 |
+
startPosition,
|
| 58 |
+
})
|
| 59 |
+
setTransparencyFor(stickyContainer, 'no')
|
| 60 |
+
document.body.removeAttribute('style')
|
| 61 |
+
}
|
| 62 |
} else {
|
| 63 |
Array.from(stickyContainer.querySelectorAll('[data-row]')).map((row) =>
|
| 64 |
row.removeAttribute('style')
|
| 68 |
'[data-row*="middle"] .site-logo-container'
|
| 69 |
)
|
| 70 |
).map((el) => el.removeAttribute('style'))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
stickyContainer.dataset.sticky = [...stickyComponents].join(':')
|
| 73 |
|
| 76 |
maybeSetStickyHeightAnimated(() => {
|
| 77 |
return '0px'
|
| 78 |
})
|
|
|
|
|
|
|
| 79 |
|
| 80 |
+
prevOffset = null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
}
|
| 82 |
|
| 83 |
+
if (prevOffset === null) {
|
| 84 |
+
prevOffset = 1000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
+
var elTopOff = prevOffset + args.prevScrollY - currentScrollY
|
| 88 |
|
| 89 |
+
let offset = 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
+
if (
|
| 92 |
+
currentScrollY > headerInitialHeight * 2 + startPosition ||
|
| 93 |
+
stickyContainer.dataset.sticky.indexOf('yes') > -1
|
| 94 |
+
) {
|
| 95 |
+
if (currentScrollY <= startPosition) {
|
| 96 |
+
offset = 0
|
| 97 |
+
} else if (currentScrollY > args.prevScrollY) {
|
| 98 |
+
let { stickyContainerHeightAbsolute } = getData({ stickyContainer })
|
| 99 |
+
|
| 100 |
+
offset =
|
| 101 |
+
Math.abs(elTopOff) > stickyContainerHeightAbsolute
|
| 102 |
+
? -stickyContainerHeightAbsolute
|
| 103 |
+
: elTopOff
|
| 104 |
+
} else {
|
| 105 |
+
offset = elTopOff > 0 ? 0 : elTopOff
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
stickyContainer.style.transform = `translateY(${offset}px)`
|
| 109 |
+
|
| 110 |
+
prevOffset = offset
|
| 111 |
+
} else {
|
| 112 |
+
stickyContainer.removeAttribute('style')
|
| 113 |
}
|
| 114 |
|
| 115 |
+
if (stickyContainer.dataset.sticky.indexOf('yes') > -1) {
|
| 116 |
+
if (currentScrollY <= startPosition) {
|
| 117 |
+
} else if (currentScrollY > args.prevScrollY) {
|
| 118 |
+
} else {
|
| 119 |
+
shrinkHandleLogo({ stickyContainer, startPosition })
|
| 120 |
+
shrinkHandleMiddleRow({
|
| 121 |
+
stickyContainer,
|
| 122 |
+
containerInitialHeight,
|
| 123 |
+
startPosition,
|
| 124 |
+
})
|
| 125 |
+
}
|
| 126 |
}
|
| 127 |
|
| 128 |
+
maybeSetStickyHeightAnimated(() => {
|
| 129 |
+
let { stickyContainerHeight } = getData({ stickyContainer })
|
| 130 |
+
return `${stickyContainerHeight - Math.abs(offset)}px`
|
| 131 |
+
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
}
|
static/js/frontend/sticky/shrink-handle-middle-row.js
CHANGED
|
@@ -37,9 +37,10 @@ export const shrinkHandleMiddleRow = ({
|
|
| 37 |
let { rowInitialHeight, rowStickyHeight } = getShrinkData({ row })
|
| 38 |
|
| 39 |
if (rowInitialHeight !== rowStickyHeight) {
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
| 43 |
[
|
| 44 |
startPosition,
|
| 45 |
startPosition +
|
|
@@ -54,8 +55,10 @@ export const shrinkHandleMiddleRow = ({
|
|
| 54 |
|
| 55 |
scrollY
|
| 56 |
)
|
| 57 |
-
)
|
| 58 |
-
|
|
|
|
|
|
|
| 59 |
}
|
| 60 |
})
|
| 61 |
}
|
| 37 |
let { rowInitialHeight, rowStickyHeight } = getShrinkData({ row })
|
| 38 |
|
| 39 |
if (rowInitialHeight !== rowStickyHeight) {
|
| 40 |
+
let shrinkHeight = rowStickyHeight
|
| 41 |
+
|
| 42 |
+
if (true || stickyContainer.dataset.sticky.indexOf('auto-hide') === -1) {
|
| 43 |
+
shrinkHeight = computeLinearScale(
|
| 44 |
[
|
| 45 |
startPosition,
|
| 46 |
startPosition +
|
| 55 |
|
| 56 |
scrollY
|
| 57 |
)
|
| 58 |
+
)
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
row.style.setProperty('--shrink-height', `${shrinkHeight}px`)
|
| 62 |
}
|
| 63 |
})
|
| 64 |
}
|
static/js/frontend/sticky/shrink-utils.js
CHANGED
|
@@ -28,6 +28,21 @@ export const getRowInitialHeight = (el) => {
|
|
| 28 |
}
|
| 29 |
|
| 30 |
export const getRowStickyHeight = (el) => {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
let styles = getComputedStyle(el)
|
| 32 |
|
| 33 |
let maybeShrink = 100
|
|
@@ -36,7 +51,6 @@ export const getRowStickyHeight = (el) => {
|
|
| 36 |
maybeShrink = styles.getPropertyValue('--sticky-shrink')
|
| 37 |
}
|
| 38 |
|
| 39 |
-
let rowStickyHeight = getRowInitialHeight(el)
|
| 40 |
let finalInitialHeight = 0
|
| 41 |
|
| 42 |
// if (el.querySelector('.site-logo-container')) {
|
| 28 |
}
|
| 29 |
|
| 30 |
export const getRowStickyHeight = (el) => {
|
| 31 |
+
if (el.blcStickyHeight) {
|
| 32 |
+
return el.blcStickyHeight
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
let rowStickyHeight = getRowInitialHeight(el)
|
| 36 |
+
|
| 37 |
+
if (el.closest('[data-sticky*="yes"]')) {
|
| 38 |
+
let stickyHeight = el.getBoundingClientRect().height
|
| 39 |
+
|
| 40 |
+
if (stickyHeight !== rowStickyHeight) {
|
| 41 |
+
el.blcStickyHeight = stickyHeight
|
| 42 |
+
return stickyHeight
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
let styles = getComputedStyle(el)
|
| 47 |
|
| 48 |
let maybeShrink = 100
|
| 51 |
maybeShrink = styles.getPropertyValue('--sticky-shrink')
|
| 52 |
}
|
| 53 |
|
|
|
|
| 54 |
let finalInitialHeight = 0
|
| 55 |
|
| 56 |
// if (el.querySelector('.site-logo-container')) {
|
static/js/screens/DemoInstall/DemoInstaller.js
CHANGED
|
@@ -1,29 +1,30 @@
|
|
| 1 |
import { createElement, Component, Fragment } from '@wordpress/element'
|
| 2 |
-
|
| 3 |
-
import { sprintf, __ } from 'ct-i18n'
|
| 4 |
-
import classnames from 'classnames'
|
| 5 |
import { Transition } from 'blocksy-options'
|
| 6 |
|
| 7 |
import InstallCompleted from './Installer/InstallCompleted'
|
| 8 |
|
| 9 |
-
import { getMessageForAction } from './Installer/messages'
|
| 10 |
-
|
| 11 |
import { useInstaller } from './Installer/useInstaller'
|
|
|
|
|
|
|
| 12 |
|
| 13 |
const DemoInstaller = ({ demoConfiguration, style }) => {
|
| 14 |
const {
|
| 15 |
isCompleted,
|
|
|
|
| 16 |
stepName,
|
| 17 |
stepsDescriptors,
|
| 18 |
lastMessage,
|
| 19 |
progress,
|
| 20 |
} = useInstaller(demoConfiguration)
|
| 21 |
|
|
|
|
|
|
|
| 22 |
return (
|
| 23 |
<div className="ct-demo-install" style={style}>
|
| 24 |
<Transition
|
| 25 |
initial
|
| 26 |
-
items={
|
| 27 |
from={{ opacity: 0 }}
|
| 28 |
enter={[{ opacity: 1 }]}
|
| 29 |
leave={[{ opacity: 0 }]}
|
|
@@ -37,67 +38,23 @@ const DemoInstaller = ({ demoConfiguration, style }) => {
|
|
| 37 |
duration: 300,
|
| 38 |
}
|
| 39 |
}}>
|
| 40 |
-
{(
|
| 41 |
-
|
| 42 |
-
{
|
| 43 |
-
<InstallCompleted />
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
<
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
viewBox="0 0 50 50">
|
| 51 |
-
<path
|
| 52 |
-
class="g1"
|
| 53 |
-
d="M47,38.8c0.3-1,0.5-2,0.5-3.1c0-1.1-0.2-2.1-0.5-3.1l0.2-0.1l1.8-1.7l-1.8-3.1l-2.3,0.7l-0.2,0.1c-1.4-1.5-3.3-2.7-5.4-3.1V25l-0.6-2.4h-3.5L34.5,25v0.3c-2.1,0.5-4,1.6-5.4,3.1l-0.2-0.1l-2.3-0.7l-1.8,3.1l1.7,1.7l0.2,0.1c-0.3,1-0.5,2-0.5,3.1c0,1.1,0.2,2.1,0.5,3.1l-0.2,0.1l-1.8,1.7l1.8,3.1l2.3-0.7l0.2-0.1c1.4,1.5,3.3,2.7,5.4,3.1v0.3l0.6,2.4h3.5l0.6-2.4V46c2.1-0.5,4-1.6,5.4-3.1l0.2,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L47,38.8z M36.9,41.5c-3.3,0-5.9-2.6-5.9-5.9s2.6-5.9,5.9-5.9s5.9,2.6,5.9,5.9S40.1,41.5,36.9,41.5z"
|
| 54 |
-
/>
|
| 55 |
-
<path
|
| 56 |
-
class="g2"
|
| 57 |
-
d="M21.2,32.2c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1L19.1,23l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5v-0.3l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5L5.1,23l-2.3-0.7L1,25.4L2.7,27L3,27.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1L1,34.1l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L21.2,32.2z M12.1,34.4c-2.6,0-4.7-2.1-4.7-4.7S9.5,25,12.1,25s4.7,2.1,4.7,4.7S14.7,34.4,12.1,34.4z"
|
| 58 |
-
/>
|
| 59 |
-
<path
|
| 60 |
-
class="g3"
|
| 61 |
-
d="M37.7,15.7c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1l-2.3,0.7l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5V3.8l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5l-0.3-0.2l-2.3-0.7l-1.8,3.1l1.7,1.7l0.3,0.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1l-1.7,1.7l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1L38,15.9L37.7,15.7z M28.6,17.9c-2.6,0-4.7-2.1-4.7-4.7s2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7S31.2,17.9,28.6,17.9z"
|
| 62 |
-
/>
|
| 63 |
-
</svg>
|
| 64 |
-
</i>
|
| 65 |
-
|
| 66 |
-
<h2>{__('Installing', 'blocksy-companion')}...</h2>
|
| 67 |
-
|
| 68 |
-
<p>
|
| 69 |
-
{__(
|
| 70 |
-
"Please be patient and don't refresh this page, the import process may take a while, this also depends on your server.",
|
| 71 |
-
'blocksy-companion'
|
| 72 |
-
)}
|
| 73 |
-
</p>
|
| 74 |
-
|
| 75 |
-
<div className="ct-progress-info">
|
| 76 |
-
{stepsDescriptors[stepName].title}
|
| 77 |
-
{lastMessage &&
|
| 78 |
-
getMessageForAction(
|
| 79 |
lastMessage,
|
| 80 |
-
|
| 81 |
-
)
|
| 82 |
-
? `: ${getMessageForAction(
|
| 83 |
-
lastMessage,
|
| 84 |
-
stepsDescriptors
|
| 85 |
-
)}`
|
| 86 |
-
: ''}
|
| 87 |
-
<span>{Math.round(progress)}%</span>
|
| 88 |
-
</div>
|
| 89 |
-
|
| 90 |
-
<div
|
| 91 |
-
style={{
|
| 92 |
-
'--progress': `${progress}%`,
|
| 93 |
}}
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
)}
|
| 99 |
-
</div>
|
| 100 |
-
)}
|
| 101 |
</Transition>
|
| 102 |
</div>
|
| 103 |
)
|
| 1 |
import { createElement, Component, Fragment } from '@wordpress/element'
|
| 2 |
+
import { __ } from 'ct-i18n'
|
|
|
|
|
|
|
| 3 |
import { Transition } from 'blocksy-options'
|
| 4 |
|
| 5 |
import InstallCompleted from './Installer/InstallCompleted'
|
| 6 |
|
|
|
|
|
|
|
| 7 |
import { useInstaller } from './Installer/useInstaller'
|
| 8 |
+
import Progress from './components/Progress'
|
| 9 |
+
import Error from './components/Error'
|
| 10 |
|
| 11 |
const DemoInstaller = ({ demoConfiguration, style }) => {
|
| 12 |
const {
|
| 13 |
isCompleted,
|
| 14 |
+
isError,
|
| 15 |
stepName,
|
| 16 |
stepsDescriptors,
|
| 17 |
lastMessage,
|
| 18 |
progress,
|
| 19 |
} = useInstaller(demoConfiguration)
|
| 20 |
|
| 21 |
+
const screenName = isCompleted ? 'complete' : isError ? 'error' : 'progress'
|
| 22 |
+
|
| 23 |
return (
|
| 24 |
<div className="ct-demo-install" style={style}>
|
| 25 |
<Transition
|
| 26 |
initial
|
| 27 |
+
items={screenName}
|
| 28 |
from={{ opacity: 0 }}
|
| 29 |
enter={[{ opacity: 1 }]}
|
| 30 |
leave={[{ opacity: 0 }]}
|
| 38 |
duration: 300,
|
| 39 |
}
|
| 40 |
}}>
|
| 41 |
+
{(screenName) => (props) =>
|
| 42 |
+
(
|
| 43 |
+
<div style={props}>
|
| 44 |
+
{screenName === 'complete' && <InstallCompleted />}
|
| 45 |
+
{screenName === 'error' && <Error />}
|
| 46 |
+
{screenName === 'progress' && (
|
| 47 |
+
<Progress
|
| 48 |
+
{...{
|
| 49 |
+
stepName,
|
| 50 |
+
stepsDescriptors,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
lastMessage,
|
| 52 |
+
progress,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
}}
|
| 54 |
+
/>
|
| 55 |
+
)}
|
| 56 |
+
</div>
|
| 57 |
+
)}
|
|
|
|
|
|
|
|
|
|
| 58 |
</Transition>
|
| 59 |
</div>
|
| 60 |
)
|
static/js/screens/DemoInstall/Installer/useInstaller.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
| 6 |
useRef,
|
| 7 |
createContext,
|
| 8 |
useContext,
|
| 9 |
-
Fragment
|
| 10 |
} from '@wordpress/element'
|
| 11 |
import DashboardContext from '../../../DashboardContext'
|
| 12 |
import { DemosContext } from '../../DemoInstall'
|
| 13 |
|
| 14 |
import { sprintf, __ } from 'ct-i18n'
|
| 15 |
|
| 16 |
-
const listener = e => {
|
| 17 |
e.preventDefault()
|
| 18 |
e.returnValue = ''
|
| 19 |
}
|
|
@@ -22,7 +22,7 @@ export const getStepsForDemoConfiguration = ({
|
|
| 22 |
demoConfiguration,
|
| 23 |
pluginsStatus,
|
| 24 |
is_child_theme,
|
| 25 |
-
includeMetaSteps = false
|
| 26 |
}) => {
|
| 27 |
let steps = []
|
| 28 |
|
|
@@ -66,21 +66,21 @@ export const getStepsForDemoConfiguration = ({
|
|
| 66 |
return steps
|
| 67 |
}
|
| 68 |
|
| 69 |
-
export const useInstaller = demoConfiguration => {
|
| 70 |
const {
|
| 71 |
demos_list,
|
| 72 |
currentDemo,
|
| 73 |
setCurrentDemo,
|
| 74 |
setInstallerBlockingReleased,
|
| 75 |
setCurrentlyInstalledDemo,
|
| 76 |
-
pluginsStatus
|
| 77 |
} = useContext(DemosContext)
|
| 78 |
|
| 79 |
-
const { home_url, customizer_url, is_child_theme, Link } =
|
| 80 |
-
DashboardContext
|
| 81 |
-
)
|
| 82 |
|
| 83 |
const [isCompleted, setIsCompleted] = useState(false)
|
|
|
|
| 84 |
const [currentStep, setCurrentStep] = useState(0)
|
| 85 |
|
| 86 |
const [properDemoName, _] = (currentDemo || '').split(':')
|
|
@@ -112,13 +112,13 @@ export const useInstaller = demoConfiguration => {
|
|
| 112 |
? demoVariations[0].builder
|
| 113 |
: demoConfiguration.builder
|
| 114 |
}`,
|
| 115 |
-
expected_signals: 1
|
| 116 |
},
|
| 117 |
|
| 118 |
child_theme: {
|
| 119 |
title: __('Child theme', 'blocksy-companion'),
|
| 120 |
query_string: `action=blocksy_demo_install_child_theme`,
|
| 121 |
-
expected_signals: 3
|
| 122 |
},
|
| 123 |
|
| 124 |
plugins: {
|
|
@@ -126,25 +126,25 @@ export const useInstaller = demoConfiguration => {
|
|
| 126 |
query_string: `action=blocksy_demo_activate_plugins&plugins=${pluginsToActivate.join(
|
| 127 |
':'
|
| 128 |
)}`,
|
| 129 |
-
expected_signals: pluginsToActivate.length * 2 + 1
|
| 130 |
},
|
| 131 |
|
| 132 |
fake_step: {
|
| 133 |
title: __('Fake Required plugins', 'blocksy-companion'),
|
| 134 |
query_string: `action=blocksy_demo_fake_step`,
|
| 135 |
-
expected_signals: 6
|
| 136 |
},
|
| 137 |
|
| 138 |
erase_content: {
|
| 139 |
title: __('Erase content', 'blocksy-companion'),
|
| 140 |
query_string: `action=blocksy_demo_erase_content&wp_customize=on`,
|
| 141 |
-
expected_signals: 6
|
| 142 |
},
|
| 143 |
|
| 144 |
install_finish: {
|
| 145 |
title: __('Final touches', 'blocksy-companion'),
|
| 146 |
query_string: 'action=blocksy_demo_install_finish&wp_customize=on',
|
| 147 |
-
expected_signals: 1
|
| 148 |
},
|
| 149 |
|
| 150 |
options: {
|
|
@@ -155,7 +155,7 @@ export const useInstaller = demoConfiguration => {
|
|
| 155 |
? demoVariations[0].builder
|
| 156 |
: demoConfiguration.builder
|
| 157 |
}`,
|
| 158 |
-
expected_signals: 5
|
| 159 |
},
|
| 160 |
widgets: {
|
| 161 |
title: __('Import widgets', 'blocksy-companion'),
|
|
@@ -164,7 +164,7 @@ export const useInstaller = demoConfiguration => {
|
|
| 164 |
? demoVariations[0].builder
|
| 165 |
: demoConfiguration.builder
|
| 166 |
}`,
|
| 167 |
-
expected_signals: 3
|
| 168 |
},
|
| 169 |
|
| 170 |
content: {
|
|
@@ -174,15 +174,15 @@ export const useInstaller = demoConfiguration => {
|
|
| 174 |
? demoVariations[0].builder
|
| 175 |
: demoConfiguration.builder
|
| 176 |
}`,
|
| 177 |
-
expected_signals: 50
|
| 178 |
-
}
|
| 179 |
})
|
| 180 |
|
| 181 |
const stepsForConfiguration = getStepsForDemoConfiguration({
|
| 182 |
demoConfiguration,
|
| 183 |
pluginsStatus,
|
| 184 |
is_child_theme,
|
| 185 |
-
includeMetaSteps: true
|
| 186 |
})
|
| 187 |
|
| 188 |
const stepName = stepsForConfiguration[currentStep]
|
|
@@ -198,7 +198,7 @@ export const useInstaller = demoConfiguration => {
|
|
| 198 |
stepsDescriptorsRef.current = stepsDescriptors
|
| 199 |
})
|
| 200 |
|
| 201 |
-
const getPercentageForStep = step => {
|
| 202 |
if (step === 'content') {
|
| 203 |
return stepsForConfiguration.length === 1 ? 100 : 50
|
| 204 |
}
|
|
@@ -227,7 +227,11 @@ export const useInstaller = demoConfiguration => {
|
|
| 227 |
`${ctDashboardLocalizations.ajax_url}?${stepDescriptor.query_string}`
|
| 228 |
)
|
| 229 |
|
| 230 |
-
evtSource.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 231 |
var data = JSON.parse(e.data)
|
| 232 |
|
| 233 |
setProgressSignals(progressSignalsRef.current + 1)
|
|
@@ -245,8 +249,8 @@ export const useInstaller = demoConfiguration => {
|
|
| 245 |
[`${kind}_count`]:
|
| 246 |
stepsDescriptorsRef.current.content[
|
| 247 |
`${kind}_count`
|
| 248 |
-
] + 1
|
| 249 |
-
}
|
| 250 |
})
|
| 251 |
}
|
| 252 |
} else {
|
|
@@ -259,7 +263,7 @@ export const useInstaller = demoConfiguration => {
|
|
| 259 |
media_count,
|
| 260 |
post_count,
|
| 261 |
term_count,
|
| 262 |
-
users
|
| 263 |
} = data.data
|
| 264 |
|
| 265 |
const preliminary_data = {
|
|
@@ -275,7 +279,7 @@ export const useInstaller = demoConfiguration => {
|
|
| 275 |
(total, post) => total + (post.comments || []).length,
|
| 276 |
0
|
| 277 |
),
|
| 278 |
-
users_count: Object.keys(data.data.authors).length
|
| 279 |
}
|
| 280 |
|
| 281 |
setStepsDescriptors({
|
|
@@ -296,8 +300,8 @@ export const useInstaller = demoConfiguration => {
|
|
| 296 |
preliminary_data.post_count +
|
| 297 |
preliminary_data.term_count +
|
| 298 |
preliminary_data.users_count +
|
| 299 |
-
3
|
| 300 |
-
}
|
| 301 |
})
|
| 302 |
}
|
| 303 |
|
|
@@ -344,7 +348,7 @@ export const useInstaller = demoConfiguration => {
|
|
| 344 |
window.addEventListener('beforeunload', listener)
|
| 345 |
|
| 346 |
setCurrentlyInstalledDemo({
|
| 347 |
-
demo: `${currentDemo}:${demoConfiguration.builder}
|
| 348 |
})
|
| 349 |
|
| 350 |
return () => {
|
|
@@ -354,9 +358,10 @@ export const useInstaller = demoConfiguration => {
|
|
| 354 |
|
| 355 |
return {
|
| 356 |
isCompleted,
|
|
|
|
| 357 |
stepName,
|
| 358 |
stepsDescriptors,
|
| 359 |
lastMessage,
|
| 360 |
-
progress
|
| 361 |
}
|
| 362 |
}
|
| 6 |
useRef,
|
| 7 |
createContext,
|
| 8 |
useContext,
|
| 9 |
+
Fragment,
|
| 10 |
} from '@wordpress/element'
|
| 11 |
import DashboardContext from '../../../DashboardContext'
|
| 12 |
import { DemosContext } from '../../DemoInstall'
|
| 13 |
|
| 14 |
import { sprintf, __ } from 'ct-i18n'
|
| 15 |
|
| 16 |
+
const listener = (e) => {
|
| 17 |
e.preventDefault()
|
| 18 |
e.returnValue = ''
|
| 19 |
}
|
| 22 |
demoConfiguration,
|
| 23 |
pluginsStatus,
|
| 24 |
is_child_theme,
|
| 25 |
+
includeMetaSteps = false,
|
| 26 |
}) => {
|
| 27 |
let steps = []
|
| 28 |
|
| 66 |
return steps
|
| 67 |
}
|
| 68 |
|
| 69 |
+
export const useInstaller = (demoConfiguration) => {
|
| 70 |
const {
|
| 71 |
demos_list,
|
| 72 |
currentDemo,
|
| 73 |
setCurrentDemo,
|
| 74 |
setInstallerBlockingReleased,
|
| 75 |
setCurrentlyInstalledDemo,
|
| 76 |
+
pluginsStatus,
|
| 77 |
} = useContext(DemosContext)
|
| 78 |
|
| 79 |
+
const { home_url, customizer_url, is_child_theme, Link } =
|
| 80 |
+
useContext(DashboardContext)
|
|
|
|
| 81 |
|
| 82 |
const [isCompleted, setIsCompleted] = useState(false)
|
| 83 |
+
const [isError, setIsError] = useState(false)
|
| 84 |
const [currentStep, setCurrentStep] = useState(0)
|
| 85 |
|
| 86 |
const [properDemoName, _] = (currentDemo || '').split(':')
|
| 112 |
? demoVariations[0].builder
|
| 113 |
: demoConfiguration.builder
|
| 114 |
}`,
|
| 115 |
+
expected_signals: 1,
|
| 116 |
},
|
| 117 |
|
| 118 |
child_theme: {
|
| 119 |
title: __('Child theme', 'blocksy-companion'),
|
| 120 |
query_string: `action=blocksy_demo_install_child_theme`,
|
| 121 |
+
expected_signals: 3,
|
| 122 |
},
|
| 123 |
|
| 124 |
plugins: {
|
| 126 |
query_string: `action=blocksy_demo_activate_plugins&plugins=${pluginsToActivate.join(
|
| 127 |
':'
|
| 128 |
)}`,
|
| 129 |
+
expected_signals: pluginsToActivate.length * 2 + 1,
|
| 130 |
},
|
| 131 |
|
| 132 |
fake_step: {
|
| 133 |
title: __('Fake Required plugins', 'blocksy-companion'),
|
| 134 |
query_string: `action=blocksy_demo_fake_step`,
|
| 135 |
+
expected_signals: 6,
|
| 136 |
},
|
| 137 |
|
| 138 |
erase_content: {
|
| 139 |
title: __('Erase content', 'blocksy-companion'),
|
| 140 |
query_string: `action=blocksy_demo_erase_content&wp_customize=on`,
|
| 141 |
+
expected_signals: 6,
|
| 142 |
},
|
| 143 |
|
| 144 |
install_finish: {
|
| 145 |
title: __('Final touches', 'blocksy-companion'),
|
| 146 |
query_string: 'action=blocksy_demo_install_finish&wp_customize=on',
|
| 147 |
+
expected_signals: 1,
|
| 148 |
},
|
| 149 |
|
| 150 |
options: {
|
| 155 |
? demoVariations[0].builder
|
| 156 |
: demoConfiguration.builder
|
| 157 |
}`,
|
| 158 |
+
expected_signals: 5,
|
| 159 |
},
|
| 160 |
widgets: {
|
| 161 |
title: __('Import widgets', 'blocksy-companion'),
|
| 164 |
? demoVariations[0].builder
|
| 165 |
: demoConfiguration.builder
|
| 166 |
}`,
|
| 167 |
+
expected_signals: 3,
|
| 168 |
},
|
| 169 |
|
| 170 |
content: {
|
| 174 |
? demoVariations[0].builder
|
| 175 |
: demoConfiguration.builder
|
| 176 |
}`,
|
| 177 |
+
expected_signals: 50,
|
| 178 |
+
},
|
| 179 |
})
|
| 180 |
|
| 181 |
const stepsForConfiguration = getStepsForDemoConfiguration({
|
| 182 |
demoConfiguration,
|
| 183 |
pluginsStatus,
|
| 184 |
is_child_theme,
|
| 185 |
+
includeMetaSteps: true,
|
| 186 |
})
|
| 187 |
|
| 188 |
const stepName = stepsForConfiguration[currentStep]
|
| 198 |
stepsDescriptorsRef.current = stepsDescriptors
|
| 199 |
})
|
| 200 |
|
| 201 |
+
const getPercentageForStep = (step) => {
|
| 202 |
if (step === 'content') {
|
| 203 |
return stepsForConfiguration.length === 1 ? 100 : 50
|
| 204 |
}
|
| 227 |
`${ctDashboardLocalizations.ajax_url}?${stepDescriptor.query_string}`
|
| 228 |
)
|
| 229 |
|
| 230 |
+
evtSource.onerror = (e) => {
|
| 231 |
+
setIsError(true)
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
evtSource.onmessage = (e) => {
|
| 235 |
var data = JSON.parse(e.data)
|
| 236 |
|
| 237 |
setProgressSignals(progressSignalsRef.current + 1)
|
| 249 |
[`${kind}_count`]:
|
| 250 |
stepsDescriptorsRef.current.content[
|
| 251 |
`${kind}_count`
|
| 252 |
+
] + 1,
|
| 253 |
+
},
|
| 254 |
})
|
| 255 |
}
|
| 256 |
} else {
|
| 263 |
media_count,
|
| 264 |
post_count,
|
| 265 |
term_count,
|
| 266 |
+
users,
|
| 267 |
} = data.data
|
| 268 |
|
| 269 |
const preliminary_data = {
|
| 279 |
(total, post) => total + (post.comments || []).length,
|
| 280 |
0
|
| 281 |
),
|
| 282 |
+
users_count: Object.keys(data.data.authors).length,
|
| 283 |
}
|
| 284 |
|
| 285 |
setStepsDescriptors({
|
| 300 |
preliminary_data.post_count +
|
| 301 |
preliminary_data.term_count +
|
| 302 |
preliminary_data.users_count +
|
| 303 |
+
3,
|
| 304 |
+
},
|
| 305 |
})
|
| 306 |
}
|
| 307 |
|
| 348 |
window.addEventListener('beforeunload', listener)
|
| 349 |
|
| 350 |
setCurrentlyInstalledDemo({
|
| 351 |
+
demo: `${currentDemo}:${demoConfiguration.builder}`,
|
| 352 |
})
|
| 353 |
|
| 354 |
return () => {
|
| 358 |
|
| 359 |
return {
|
| 360 |
isCompleted,
|
| 361 |
+
isError,
|
| 362 |
stepName,
|
| 363 |
stepsDescriptors,
|
| 364 |
lastMessage,
|
| 365 |
+
progress,
|
| 366 |
}
|
| 367 |
}
|
static/js/screens/DemoInstall/Wizzard/Plugins.js
CHANGED
|
@@ -13,7 +13,7 @@ import { DemosContext } from '../../DemoInstall'
|
|
| 13 |
import Checkbox from '../../../helpers/Checkbox'
|
| 14 |
|
| 15 |
export const getPluginsMap = (plugins) => ({
|
| 16 |
-
'stackable-ultimate-gutenberg-blocks': 'Stackable
|
| 17 |
'wpforms-lite': 'WPForms - Contact Form',
|
| 18 |
woocommerce: 'WooCommerce',
|
| 19 |
elementor: 'Elementor',
|
|
@@ -27,8 +27,11 @@ export const getPluginsMap = (plugins) => ({
|
|
| 27 |
'block-slider': 'Block Slider',
|
| 28 |
})
|
| 29 |
|
| 30 |
-
export const getNameForPlugin = (plugin) =>
|
| 31 |
-
(getPluginsMap[plugin] || plugin).replace(/\b\w/, (v) =>
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
const Plugins = ({ demoConfiguration, setDemoConfiguration, style }) => {
|
| 34 |
const { currentDemo, demos_list, pluginsStatus, setCurrentDemo } =
|
| 13 |
import Checkbox from '../../../helpers/Checkbox'
|
| 14 |
|
| 15 |
export const getPluginsMap = (plugins) => ({
|
| 16 |
+
'stackable-ultimate-gutenberg-blocks': 'Stackable - Gutenberg Blocks',
|
| 17 |
'wpforms-lite': 'WPForms - Contact Form',
|
| 18 |
woocommerce: 'WooCommerce',
|
| 19 |
elementor: 'Elementor',
|
| 27 |
'block-slider': 'Block Slider',
|
| 28 |
})
|
| 29 |
|
| 30 |
+
export const getNameForPlugin = (plugin) => {
|
| 31 |
+
return (getPluginsMap()[plugin] || plugin).replace(/\b\w/, (v) =>
|
| 32 |
+
v.toUpperCase()
|
| 33 |
+
)
|
| 34 |
+
}
|
| 35 |
|
| 36 |
const Plugins = ({ demoConfiguration, setDemoConfiguration, style }) => {
|
| 37 |
const { currentDemo, demos_list, pluginsStatus, setCurrentDemo } =
|
static/js/screens/DemoInstall/components/Error.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { createElement, Component, Fragment } from '@wordpress/element'
|
| 2 |
+
|
| 3 |
+
import { __ } from 'ct-i18n'
|
| 4 |
+
|
| 5 |
+
const Error = () => {
|
| 6 |
+
return (
|
| 7 |
+
<Fragment>
|
| 8 |
+
<i className="ct-demo-icon">
|
| 9 |
+
<svg width="37" height="37" viewBox="0 0 40 40">
|
| 10 |
+
<path fill="#BDC8D7" d="M30.7,25.4L14.6,9.3c0.7-2.5,0-5.2-1.9-7.2c-2.4-2.3-6-2.7-8.8-1.3l4.5,4.5L7.9,7.9L5.3,8.4L0.8,3.9c-1.5,2.8-1,6.4,1.3,8.7c2,2,4.7,2.6,7.2,1.9l16.1,16.1c-0.7,2.5,0,5.2,1.9,7.2c2.3,2.3,5.9,2.8,8.7,1.3l-4.5-4.5L32,32l2.6-0.5l4.5,4.5c1.5-2.8,1-6.4-1.3-8.7C35.9,25.4,33.1,24.7,30.7,25.4z"/>
|
| 11 |
+
<polygon fill="#44ACDF" points="34.6,11.3 39.8,3.7 36.3,0.2 28.7,5.4 28.7,7.8 11.8,24.7 15.3,28.2 32.2,11.3 "/>
|
| 12 |
+
<path fill="#0C7AB3" d="M18.4,27.5l-5.9-5.9c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l0,0L0.7,33.5c-0.7,0.7-0.7,1.7,0,2.3l3.5,3.5c0.7,0.7,1.7,0.7,2.3,0L17,28.9l0,0c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3C18.8,28.5,18.8,27.9,18.4,27.5z"/>
|
| 13 |
+
</svg>
|
| 14 |
+
</i>
|
| 15 |
+
|
| 16 |
+
<h2>{__('Can\'t Import Starter Site', 'blocksy-companion')}</h2>
|
| 17 |
+
|
| 18 |
+
<p>{__('Unfortunately, your hosting configuration doesn\'t meet the minimum requirements for importing a starter site.', 'blocksy-companion')}</p>
|
| 19 |
+
|
| 20 |
+
<a
|
| 21 |
+
href="https://creativethemes.com/blocksy/docs/troubleshooting/starter-site-import-stuck-at-xx/"
|
| 22 |
+
className="ct-demo-btn"
|
| 23 |
+
target="_blank">
|
| 24 |
+
More Information
|
| 25 |
+
</a>
|
| 26 |
+
</Fragment>
|
| 27 |
+
)
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
export default Error
|
static/js/screens/DemoInstall/components/Progress.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { createElement, Component, Fragment } from '@wordpress/element'
|
| 2 |
+
|
| 3 |
+
import { sprintf, __ } from 'ct-i18n'
|
| 4 |
+
import classnames from 'classnames'
|
| 5 |
+
|
| 6 |
+
import { getMessageForAction } from '../Installer/messages'
|
| 7 |
+
|
| 8 |
+
const Progress = ({ stepName, stepsDescriptors, lastMessage, progress }) => {
|
| 9 |
+
return (
|
| 10 |
+
<Fragment>
|
| 11 |
+
<i className="ct-demo-icon">
|
| 12 |
+
<svg width="40" height="40" viewBox="0 0 50 50">
|
| 13 |
+
<path
|
| 14 |
+
class="g1"
|
| 15 |
+
d="M47,38.8c0.3-1,0.5-2,0.5-3.1c0-1.1-0.2-2.1-0.5-3.1l0.2-0.1l1.8-1.7l-1.8-3.1l-2.3,0.7l-0.2,0.1c-1.4-1.5-3.3-2.7-5.4-3.1V25l-0.6-2.4h-3.5L34.5,25v0.3c-2.1,0.5-4,1.6-5.4,3.1l-0.2-0.1l-2.3-0.7l-1.8,3.1l1.7,1.7l0.2,0.1c-0.3,1-0.5,2-0.5,3.1c0,1.1,0.2,2.1,0.5,3.1l-0.2,0.1l-1.8,1.7l1.8,3.1l2.3-0.7l0.2-0.1c1.4,1.5,3.3,2.7,5.4,3.1v0.3l0.6,2.4h3.5l0.6-2.4V46c2.1-0.5,4-1.6,5.4-3.1l0.2,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L47,38.8z M36.9,41.5c-3.3,0-5.9-2.6-5.9-5.9s2.6-5.9,5.9-5.9s5.9,2.6,5.9,5.9S40.1,41.5,36.9,41.5z"
|
| 16 |
+
/>
|
| 17 |
+
<path
|
| 18 |
+
class="g2"
|
| 19 |
+
d="M21.2,32.2c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1L19.1,23l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5v-0.3l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5L5.1,23l-2.3-0.7L1,25.4L2.7,27L3,27.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1L1,34.1l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1l-1.7-1.7L21.2,32.2z M12.1,34.4c-2.6,0-4.7-2.1-4.7-4.7S9.5,25,12.1,25s4.7,2.1,4.7,4.7S14.7,34.4,12.1,34.4z"
|
| 20 |
+
/>
|
| 21 |
+
<path
|
| 22 |
+
class="g3"
|
| 23 |
+
d="M37.7,15.7c0.2-0.8,0.4-1.7,0.4-2.5c0-0.9-0.1-1.7-0.4-2.5l0.3-0.2l1.7-1.7l-1.8-3.1l-2.3,0.7l-0.3,0.2c-1.2-1.2-2.7-2.1-4.4-2.5V3.8l-0.6-2.4h-3.5l-0.6,2.4v0.3c-1.7,0.4-3.2,1.3-4.4,2.5l-0.3-0.2l-2.3-0.7l-1.8,3.1l1.7,1.7l0.3,0.2c-0.2,0.8-0.4,1.7-0.4,2.5c0,0.9,0.1,1.7,0.4,2.5l-0.3,0.1l-1.7,1.7l1.8,3.1l2.3-0.7l0.3-0.1c1.2,1.2,2.7,2.1,4.4,2.5v0.3l0.6,2.4h3.5l0.6-2.4v-0.3c1.7-0.4,3.2-1.3,4.4-2.5l0.3,0.1l2.3,0.7l1.8-3.1L38,15.9L37.7,15.7z M28.6,17.9c-2.6,0-4.7-2.1-4.7-4.7s2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7S31.2,17.9,28.6,17.9z"
|
| 24 |
+
/>
|
| 25 |
+
</svg>
|
| 26 |
+
</i>
|
| 27 |
+
|
| 28 |
+
<h2>
|
| 29 |
+
{__('Installing', 'blocksy-companion')}
|
| 30 |
+
...
|
| 31 |
+
</h2>
|
| 32 |
+
|
| 33 |
+
<p>
|
| 34 |
+
{__(
|
| 35 |
+
"Please be patient and don't refresh this page, the import process may take a while, this also depends on your server.",
|
| 36 |
+
'blocksy-companion'
|
| 37 |
+
)}
|
| 38 |
+
</p>
|
| 39 |
+
|
| 40 |
+
<div className="ct-progress-info">
|
| 41 |
+
{stepsDescriptors[stepName].title}
|
| 42 |
+
{lastMessage &&
|
| 43 |
+
getMessageForAction(lastMessage, stepsDescriptors)
|
| 44 |
+
? `: ${getMessageForAction(lastMessage, stepsDescriptors)}`
|
| 45 |
+
: ''}
|
| 46 |
+
<span>{Math.round(progress)}%</span>
|
| 47 |
+
</div>
|
| 48 |
+
|
| 49 |
+
<div
|
| 50 |
+
style={{
|
| 51 |
+
'--progress': `${progress}%`,
|
| 52 |
+
}}
|
| 53 |
+
className="ct-installer-progress">
|
| 54 |
+
<div />
|
| 55 |
+
</div>
|
| 56 |
+
</Fragment>
|
| 57 |
+
)
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
export default Progress
|
static/sass/demo-install/demo-list.scss
CHANGED
|
@@ -19,23 +19,14 @@
|
|
| 19 |
|
| 20 |
figure {
|
| 21 |
position: relative;
|
|
|
|
| 22 |
margin: 0;
|
| 23 |
overflow: hidden;
|
| 24 |
border-radius: 3px 3px 0 0;
|
| 25 |
|
| 26 |
-
&:before {
|
| 27 |
-
content: '';
|
| 28 |
-
display: block;
|
| 29 |
-
width: 100%;
|
| 30 |
-
padding-bottom: 75%;
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
img {
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
left: 0;
|
| 37 |
-
width: 100%;
|
| 38 |
-
height: 100%;
|
| 39 |
}
|
| 40 |
|
| 41 |
section {
|
| 19 |
|
| 20 |
figure {
|
| 21 |
position: relative;
|
| 22 |
+
aspect-ratio: 4/3;
|
| 23 |
margin: 0;
|
| 24 |
overflow: hidden;
|
| 25 |
border-radius: 3px 3px 0 0;
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
img {
|
| 28 |
+
max-width: 100%;
|
| 29 |
+
aspect-ratio: inherit;
|
|
|
|
|
|
|
|
|
|
| 30 |
}
|
| 31 |
|
| 32 |
section {
|
static/sass/demo-install/main.scss
CHANGED
|
@@ -23,6 +23,8 @@
|
|
| 23 |
}
|
| 24 |
|
| 25 |
.ct-demo-btn {
|
|
|
|
|
|
|
| 26 |
font-size: 15px;
|
| 27 |
font-weight: 600;
|
| 28 |
letter-spacing: 0.03em;
|
|
@@ -31,6 +33,7 @@
|
|
| 31 |
border: none;
|
| 32 |
cursor: pointer;
|
| 33 |
padding: 0 18px;
|
|
|
|
| 34 |
border-radius: 4px;
|
| 35 |
background: rgb(243, 246, 248);
|
| 36 |
transition: background 0.2s ease color 0.2s ease;
|
| 23 |
}
|
| 24 |
|
| 25 |
.ct-demo-btn {
|
| 26 |
+
display: inline-flex;
|
| 27 |
+
align-items: center;
|
| 28 |
font-size: 15px;
|
| 29 |
font-weight: 600;
|
| 30 |
letter-spacing: 0.03em;
|
| 33 |
border: none;
|
| 34 |
cursor: pointer;
|
| 35 |
padding: 0 18px;
|
| 36 |
+
text-decoration: none;
|
| 37 |
border-radius: 4px;
|
| 38 |
background: rgb(243, 246, 248);
|
| 39 |
transition: background 0.2s ease color 0.2s ease;
|
