Version Description
Download this release
Release Info
Developer | creativethemeshq |
Plugin | Blocksy Companion |
Version | 1.8.37 |
Comparing to | |
See all releases |
Code changes from version 1.8.36 to 1.8.37
- 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 +9 -27
- framework/extensions/widgets/static/sass/posts.scss +12 -33
- framework/extensions/widgets/widgets/ct-about-me/options.php +4 -3
- framework/extensions/widgets/widgets/ct-contact-info/options.php +201 -12
- framework/extensions/widgets/widgets/ct-socials/options.php +8 -4
- framework/features/account-auth.php +1 -0
- framework/features/conditions-manager.php +21 -0
- framework/features/demo-install/options-import.php +12 -0
- framework/features/demo-install/widgets-import.php +11 -7
- framework/features/header/items/account/config.php +5 -1
- framework/features/header/items/account/options.php +146 -75
- framework/features/header/items/account/views/login.php +17 -0
- framework/features/header/items/account/views/logout.php +18 -1
- framework/helpers/helpers.php +19 -18
- framework/theme-integration.php +1 -2
- languages/blocksy-companion.pot +490 -460
- readme.txt +5 -1
- static/bundle/account-lazy.min.css +1 -1
- static/bundle/dashboard.min.css +1 -1
- static/bundle/options.min.css +1 -1
- static/sass/common-frontend.scss +2 -2
- static/sass/common-frontend/functions.scss +118 -0
- static/sass/common-frontend/mixins.scss +45 -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.37
|
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.37
|
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.37
|
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.37
|
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.37
|
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.37
|
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+
|
@@ -10,7 +10,8 @@
|
|
10 |
--listItemSpacing: 20px;
|
11 |
}
|
12 |
.ct-posts-widget ul a {
|
13 |
-
display:
|
|
|
14 |
}
|
15 |
.ct-posts-widget ul .ct-image-container {
|
16 |
align-self: start;
|
@@ -38,41 +39,22 @@
|
|
38 |
}
|
39 |
.ct-posts-widget ul[data-type=rounded] .ct-image-container, .ct-posts-widget ul[data-type=large-small] .ct-image-container, .ct-posts-widget ul[data-type=small-thumbs] .ct-image-container {
|
40 |
flex: 0 0 25%;
|
41 |
-
margin-inline-end: 20px;
|
42 |
-
}
|
43 |
-
.ct-posts-widget ul[data-type=no-thumbs] a {
|
44 |
-
--display: block;
|
45 |
-
}
|
46 |
-
.ct-posts-widget ul[data-type=large-thumbs] {
|
47 |
-
--listItemSpacing: 25px;
|
48 |
-
}
|
49 |
-
.ct-posts-widget ul[data-type=large-thumbs] a {
|
50 |
-
--display: block;
|
51 |
-
}
|
52 |
-
.ct-posts-widget ul[data-type=large-thumbs] a .ct-image-container {
|
53 |
-
margin-bottom: 12px;
|
54 |
}
|
55 |
-
.ct-posts-widget ul[data-type=large-thumbs]
|
56 |
-
--fontSize: 17px;
|
57 |
-
--fontWeight: 600;
|
58 |
-
}
|
59 |
-
.ct-posts-widget ul[data-type=large-small] li:first-child {
|
60 |
--listItemSpacing: 30px;
|
61 |
}
|
62 |
-
.ct-posts-widget ul[data-type=large-small] li:first-child a {
|
63 |
-
|
64 |
}
|
65 |
-
.ct-posts-widget ul[data-type=large-small] li:first-child
|
66 |
-
|
67 |
}
|
68 |
-
.ct-posts-widget ul[data-type=large-small] li:first-child
|
69 |
--fontSize: 17px;
|
70 |
--fontWeight: 600;
|
71 |
}
|
72 |
.ct-posts-widget ul[data-type=rounded] .ct-image-container {
|
73 |
-
overflow: hidden;
|
74 |
border-radius: 100%;
|
75 |
-
-webkit-mask-image: -webkit-radial-gradient(white, black);
|
76 |
}
|
77 |
.ct-posts-widget ul[data-type=numbered] {
|
78 |
counter-reset: ct-counter;
|
1 |
/**
|
2 |
+
* - v1.8.37
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
10 |
--listItemSpacing: 20px;
|
11 |
}
|
12 |
.ct-posts-widget ul a {
|
13 |
+
display: flex;
|
14 |
+
gap: var(--items-gap, 20px);
|
15 |
}
|
16 |
.ct-posts-widget ul .ct-image-container {
|
17 |
align-self: start;
|
39 |
}
|
40 |
.ct-posts-widget ul[data-type=rounded] .ct-image-container, .ct-posts-widget ul[data-type=large-small] .ct-image-container, .ct-posts-widget ul[data-type=small-thumbs] .ct-image-container {
|
41 |
flex: 0 0 25%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
+
.ct-posts-widget ul[data-type=large-thumbs], .ct-posts-widget ul[data-type=large-small] li:first-child {
|
|
|
|
|
|
|
|
|
44 |
--listItemSpacing: 30px;
|
45 |
}
|
46 |
+
.ct-posts-widget ul[data-type=large-thumbs] a, .ct-posts-widget ul[data-type=large-small] li:first-child a {
|
47 |
+
flex-direction: column;
|
48 |
}
|
49 |
+
.ct-posts-widget ul[data-type=large-thumbs] .ct-entry-content, .ct-posts-widget ul[data-type=large-small] li:first-child .ct-entry-content {
|
50 |
+
align-self: initial;
|
51 |
}
|
52 |
+
.ct-posts-widget ul[data-type=large-thumbs] .ct-post-title, .ct-posts-widget ul[data-type=large-small] li:first-child .ct-post-title {
|
53 |
--fontSize: 17px;
|
54 |
--fontWeight: 600;
|
55 |
}
|
56 |
.ct-posts-widget ul[data-type=rounded] .ct-image-container {
|
|
|
57 |
border-radius: 100%;
|
|
|
58 |
}
|
59 |
.ct-posts-widget ul[data-type=numbered] {
|
60 |
counter-reset: ct-counter;
|
framework/extensions/widgets/static/sass/posts.scss
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
--listItemSpacing: 20px;
|
3 |
|
4 |
a {
|
5 |
-
display:
|
|
|
6 |
}
|
7 |
|
8 |
.ct-image-container {
|
@@ -43,54 +44,32 @@
|
|
43 |
&[data-type="small-thumbs"] {
|
44 |
.ct-image-container {
|
45 |
flex: 0 0 25%;
|
46 |
-
margin-inline-end: 20px;
|
47 |
}
|
48 |
}
|
49 |
|
50 |
|
51 |
-
&[data-type="
|
52 |
-
--display: block;
|
53 |
-
}
|
54 |
-
|
55 |
-
&[data-type="large-thumbs"] {
|
56 |
-
--listItemSpacing: 25px;
|
57 |
-
|
58 |
-
a {
|
59 |
-
--display: block;
|
60 |
-
|
61 |
-
.ct-image-container {
|
62 |
-
margin-bottom: 12px;
|
63 |
-
}
|
64 |
-
|
65 |
-
.ct-post-title {
|
66 |
-
--fontSize: 17px;
|
67 |
-
--fontWeight: 600;
|
68 |
-
}
|
69 |
-
}
|
70 |
-
}
|
71 |
-
|
72 |
&[data-type="large-small"] li:first-child {
|
73 |
--listItemSpacing: 30px;
|
74 |
|
75 |
a {
|
76 |
-
|
|
|
77 |
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
}
|
86 |
}
|
87 |
}
|
88 |
|
|
|
89 |
&[data-type="rounded"] {
|
90 |
.ct-image-container {
|
91 |
-
overflow: hidden;
|
92 |
border-radius: 100%;
|
93 |
-
-webkit-mask-image: -webkit-radial-gradient(white, black);
|
94 |
}
|
95 |
}
|
96 |
|
2 |
--listItemSpacing: 20px;
|
3 |
|
4 |
a {
|
5 |
+
display: flex;
|
6 |
+
gap: var(--items-gap, 20px);
|
7 |
}
|
8 |
|
9 |
.ct-image-container {
|
44 |
&[data-type="small-thumbs"] {
|
45 |
.ct-image-container {
|
46 |
flex: 0 0 25%;
|
|
|
47 |
}
|
48 |
}
|
49 |
|
50 |
|
51 |
+
&[data-type="large-thumbs"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
&[data-type="large-small"] li:first-child {
|
53 |
--listItemSpacing: 30px;
|
54 |
|
55 |
a {
|
56 |
+
flex-direction: column;
|
57 |
+
}
|
58 |
|
59 |
+
.ct-entry-content {
|
60 |
+
align-self: initial;
|
61 |
+
}
|
62 |
|
63 |
+
.ct-post-title {
|
64 |
+
--fontSize: 17px;
|
65 |
+
--fontWeight: 600;
|
|
|
66 |
}
|
67 |
}
|
68 |
|
69 |
+
|
70 |
&[data-type="rounded"] {
|
71 |
.ct-image-container {
|
|
|
72 |
border-radius: 100%;
|
|
|
73 |
}
|
74 |
}
|
75 |
|
framework/extensions/widgets/widgets/ct-about-me/options.php
CHANGED
@@ -190,11 +190,12 @@ $options = [
|
|
190 |
],
|
191 |
],
|
192 |
|
193 |
-
'settings' =>
|
194 |
-
|
|
|
195 |
'fn' => 'blocksy_get_social_networks_list',
|
196 |
'default' => []
|
197 |
-
]
|
198 |
)
|
199 |
],
|
200 |
|
190 |
],
|
191 |
],
|
192 |
|
193 |
+
'settings' => apply_filters(
|
194 |
+
'blocksy:header:socials:options:icon',
|
195 |
+
blc_call_fn([
|
196 |
'fn' => 'blocksy_get_social_networks_list',
|
197 |
'default' => []
|
198 |
+
])
|
199 |
)
|
200 |
],
|
201 |
|
framework/extensions/widgets/widgets/ct-contact-info/options.php
CHANGED
@@ -14,26 +14,18 @@ $options = [
|
|
14 |
'type' => 'text',
|
15 |
'label' => __( 'Title', 'blocksy-companion' ),
|
16 |
'field_attr' => [ 'id' => 'widget-title' ],
|
17 |
-
'design' => '
|
18 |
'value' => __( 'Contact Info', 'blocksy-companion' ),
|
19 |
'disableRevertButton' => true,
|
20 |
],
|
21 |
|
22 |
-
// 'contact_text' => [
|
23 |
-
// 'label' => __( 'Text', 'blocksy-companion' ),
|
24 |
-
// 'type' => 'textarea',
|
25 |
-
// 'design' => 'inline',
|
26 |
-
// 'disableRevertButton' => true,
|
27 |
-
// ],
|
28 |
-
|
29 |
'contact_text' => [
|
30 |
'label' => __( 'Text', 'blocksy-companion' ),
|
31 |
'type' => 'wp-editor',
|
32 |
-
'design' => '
|
33 |
'desc' => __( 'You can add here some arbitrary HTML code.', 'blocksy-companion' ),
|
34 |
'disableRevertButton' => true,
|
35 |
'setting' => [ 'transport' => 'postMessage' ],
|
36 |
-
|
37 |
'mediaButtons' => false,
|
38 |
'tinymce' => [
|
39 |
'toolbar1' => 'bold,italic,link,undo,redo',
|
@@ -92,7 +84,36 @@ $options = [
|
|
92 |
'type' => 'text',
|
93 |
'label' => __('Link (optional)', 'blocksy-companion'),
|
94 |
'design' => 'inline',
|
95 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
],
|
97 |
|
98 |
'clone' => true
|
@@ -122,7 +143,35 @@ $options = [
|
|
122 |
'label' => __('Link (optional)', 'blocksy-companion'),
|
123 |
'value' => 'tel:578-393-4937',
|
124 |
'design' => 'inline',
|
125 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
]
|
128 |
],
|
@@ -152,6 +201,34 @@ $options = [
|
|
152 |
'design' => 'inline',
|
153 |
],
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
]
|
156 |
],
|
157 |
|
@@ -180,6 +257,34 @@ $options = [
|
|
180 |
'design' => 'inline',
|
181 |
],
|
182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
]
|
184 |
],
|
185 |
|
@@ -208,6 +313,34 @@ $options = [
|
|
208 |
'design' => 'inline',
|
209 |
],
|
210 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
]
|
212 |
],
|
213 |
|
@@ -236,6 +369,34 @@ $options = [
|
|
236 |
'design' => 'inline',
|
237 |
],
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
]
|
240 |
],
|
241 |
|
@@ -263,6 +424,34 @@ $options = [
|
|
263 |
'value' => 'https://creativethemes.com',
|
264 |
'design' => 'inline',
|
265 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
]
|
267 |
],
|
268 |
],
|
14 |
'type' => 'text',
|
15 |
'label' => __( 'Title', 'blocksy-companion' ),
|
16 |
'field_attr' => [ 'id' => 'widget-title' ],
|
17 |
+
'design' => 'block',
|
18 |
'value' => __( 'Contact Info', 'blocksy-companion' ),
|
19 |
'disableRevertButton' => true,
|
20 |
],
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
'contact_text' => [
|
23 |
'label' => __( 'Text', 'blocksy-companion' ),
|
24 |
'type' => 'wp-editor',
|
25 |
+
'design' => 'block',
|
26 |
'desc' => __( 'You can add here some arbitrary HTML code.', 'blocksy-companion' ),
|
27 |
'disableRevertButton' => true,
|
28 |
'setting' => [ 'transport' => 'postMessage' ],
|
|
|
29 |
'mediaButtons' => false,
|
30 |
'tinymce' => [
|
31 |
'toolbar1' => 'bold,italic,link,undo,redo',
|
84 |
'type' => 'text',
|
85 |
'label' => __('Link (optional)', 'blocksy-companion'),
|
86 |
'design' => 'inline',
|
87 |
+
],
|
88 |
+
|
89 |
+
'icon_source' => [
|
90 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
91 |
+
'type' => 'ct-radio',
|
92 |
+
'value' => 'default',
|
93 |
+
'view' => 'text',
|
94 |
+
'design' => 'block',
|
95 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
96 |
+
'choices' => [
|
97 |
+
'default' => __( 'Default', 'blocksy' ),
|
98 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
99 |
+
],
|
100 |
+
],
|
101 |
+
|
102 |
+
blocksy_rand_md5() => [
|
103 |
+
'type' => 'ct-condition',
|
104 |
+
'condition' => ['icon_source' => 'custom'],
|
105 |
+
'options' => [
|
106 |
+
'icon' => [
|
107 |
+
'type' => 'icon-picker',
|
108 |
+
'label' => __('Icon', 'blocksy-companion'),
|
109 |
+
'design' => 'inline',
|
110 |
+
'value' => [
|
111 |
+
'icon' => 'blc blc-map-pin'
|
112 |
+
]
|
113 |
+
]
|
114 |
+
]
|
115 |
+
],
|
116 |
+
|
117 |
],
|
118 |
|
119 |
'clone' => true
|
143 |
'label' => __('Link (optional)', 'blocksy-companion'),
|
144 |
'value' => 'tel:578-393-4937',
|
145 |
'design' => 'inline',
|
146 |
+
],
|
147 |
+
|
148 |
+
'icon_source' => [
|
149 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
150 |
+
'type' => 'ct-radio',
|
151 |
+
'value' => 'default',
|
152 |
+
'view' => 'text',
|
153 |
+
'design' => 'block',
|
154 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
155 |
+
'choices' => [
|
156 |
+
'default' => __( 'Default', 'blocksy' ),
|
157 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
158 |
+
],
|
159 |
+
],
|
160 |
+
|
161 |
+
blocksy_rand_md5() => [
|
162 |
+
'type' => 'ct-condition',
|
163 |
+
'condition' => ['icon_source' => 'custom'],
|
164 |
+
'options' => [
|
165 |
+
'icon' => [
|
166 |
+
'type' => 'icon-picker',
|
167 |
+
'label' => __('Icon', 'blocksy-companion'),
|
168 |
+
'design' => 'inline',
|
169 |
+
'value' => [
|
170 |
+
'icon' => 'blc blc-phone'
|
171 |
+
]
|
172 |
+
]
|
173 |
+
]
|
174 |
+
],
|
175 |
|
176 |
]
|
177 |
],
|
201 |
'design' => 'inline',
|
202 |
],
|
203 |
|
204 |
+
'icon_source' => [
|
205 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
206 |
+
'type' => 'ct-radio',
|
207 |
+
'value' => 'default',
|
208 |
+
'view' => 'text',
|
209 |
+
'design' => 'block',
|
210 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
211 |
+
'choices' => [
|
212 |
+
'default' => __( 'Default', 'blocksy' ),
|
213 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
214 |
+
],
|
215 |
+
],
|
216 |
+
|
217 |
+
blocksy_rand_md5() => [
|
218 |
+
'type' => 'ct-condition',
|
219 |
+
'condition' => ['icon_source' => 'custom'],
|
220 |
+
'options' => [
|
221 |
+
'icon' => [
|
222 |
+
'type' => 'icon-picker',
|
223 |
+
'label' => __('Icon', 'blocksy-companion'),
|
224 |
+
'design' => 'inline',
|
225 |
+
'value' => [
|
226 |
+
'icon' => 'blc blc-mobile-phone'
|
227 |
+
]
|
228 |
+
]
|
229 |
+
]
|
230 |
+
],
|
231 |
+
|
232 |
]
|
233 |
],
|
234 |
|
257 |
'design' => 'inline',
|
258 |
],
|
259 |
|
260 |
+
'icon_source' => [
|
261 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
262 |
+
'type' => 'ct-radio',
|
263 |
+
'value' => 'default',
|
264 |
+
'view' => 'text',
|
265 |
+
'design' => 'block',
|
266 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
267 |
+
'choices' => [
|
268 |
+
'default' => __( 'Default', 'blocksy' ),
|
269 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
270 |
+
],
|
271 |
+
],
|
272 |
+
|
273 |
+
blocksy_rand_md5() => [
|
274 |
+
'type' => 'ct-condition',
|
275 |
+
'condition' => ['icon_source' => 'custom'],
|
276 |
+
'options' => [
|
277 |
+
'icon' => [
|
278 |
+
'type' => 'icon-picker',
|
279 |
+
'label' => __('Icon', 'blocksy-companion'),
|
280 |
+
'design' => 'inline',
|
281 |
+
'value' => [
|
282 |
+
'icon' => 'blc blc-clock'
|
283 |
+
]
|
284 |
+
]
|
285 |
+
]
|
286 |
+
],
|
287 |
+
|
288 |
]
|
289 |
],
|
290 |
|
313 |
'design' => 'inline',
|
314 |
],
|
315 |
|
316 |
+
'icon_source' => [
|
317 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
318 |
+
'type' => 'ct-radio',
|
319 |
+
'value' => 'default',
|
320 |
+
'view' => 'text',
|
321 |
+
'design' => 'block',
|
322 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
323 |
+
'choices' => [
|
324 |
+
'default' => __( 'Default', 'blocksy' ),
|
325 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
326 |
+
],
|
327 |
+
],
|
328 |
+
|
329 |
+
blocksy_rand_md5() => [
|
330 |
+
'type' => 'ct-condition',
|
331 |
+
'condition' => ['icon_source' => 'custom'],
|
332 |
+
'options' => [
|
333 |
+
'icon' => [
|
334 |
+
'type' => 'icon-picker',
|
335 |
+
'label' => __('Icon', 'blocksy-companion'),
|
336 |
+
'design' => 'inline',
|
337 |
+
'value' => [
|
338 |
+
'icon' => 'blc blc-fax'
|
339 |
+
]
|
340 |
+
]
|
341 |
+
]
|
342 |
+
],
|
343 |
+
|
344 |
]
|
345 |
],
|
346 |
|
369 |
'design' => 'inline',
|
370 |
],
|
371 |
|
372 |
+
'icon_source' => [
|
373 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
374 |
+
'type' => 'ct-radio',
|
375 |
+
'value' => 'default',
|
376 |
+
'view' => 'text',
|
377 |
+
'design' => 'block',
|
378 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
379 |
+
'choices' => [
|
380 |
+
'default' => __( 'Default', 'blocksy' ),
|
381 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
382 |
+
],
|
383 |
+
],
|
384 |
+
|
385 |
+
blocksy_rand_md5() => [
|
386 |
+
'type' => 'ct-condition',
|
387 |
+
'condition' => ['icon_source' => 'custom'],
|
388 |
+
'options' => [
|
389 |
+
'icon' => [
|
390 |
+
'type' => 'icon-picker',
|
391 |
+
'label' => __('Icon', 'blocksy-companion'),
|
392 |
+
'design' => 'inline',
|
393 |
+
'value' => [
|
394 |
+
'icon' => 'blc blc-email'
|
395 |
+
]
|
396 |
+
]
|
397 |
+
]
|
398 |
+
],
|
399 |
+
|
400 |
]
|
401 |
],
|
402 |
|
424 |
'value' => 'https://creativethemes.com',
|
425 |
'design' => 'inline',
|
426 |
],
|
427 |
+
|
428 |
+
'icon_source' => [
|
429 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
430 |
+
'type' => 'ct-radio',
|
431 |
+
'value' => 'default',
|
432 |
+
'view' => 'text',
|
433 |
+
'design' => 'block',
|
434 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
435 |
+
'choices' => [
|
436 |
+
'default' => __( 'Default', 'blocksy' ),
|
437 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
438 |
+
],
|
439 |
+
],
|
440 |
+
|
441 |
+
blocksy_rand_md5() => [
|
442 |
+
'type' => 'ct-condition',
|
443 |
+
'condition' => ['icon_source' => 'custom'],
|
444 |
+
'options' => [
|
445 |
+
'icon' => [
|
446 |
+
'type' => 'icon-picker',
|
447 |
+
'label' => __('Icon', 'blocksy-companion'),
|
448 |
+
'design' => 'inline',
|
449 |
+
'value' => [
|
450 |
+
'icon' => 'blc blc-globe'
|
451 |
+
]
|
452 |
+
]
|
453 |
+
]
|
454 |
+
],
|
455 |
]
|
456 |
],
|
457 |
],
|
framework/extensions/widgets/widgets/ct-socials/options.php
CHANGED
@@ -50,10 +50,14 @@ $options = [
|
|
50 |
],
|
51 |
],
|
52 |
|
53 |
-
'settings' =>
|
54 |
-
'
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
57 |
],
|
58 |
|
59 |
'link_target' => [
|
50 |
],
|
51 |
],
|
52 |
|
53 |
+
'settings' => apply_filters(
|
54 |
+
'blocksy:header:socials:options:icon',
|
55 |
+
blc_call_fn([
|
56 |
+
'fn' => 'blocksy_get_social_networks_list',
|
57 |
+
'default' => []
|
58 |
+
])
|
59 |
+
)
|
60 |
+
|
61 |
],
|
62 |
|
63 |
'link_target' => [
|
framework/features/account-auth.php
CHANGED
@@ -130,6 +130,7 @@ class AccountAuth {
|
|
130 |
$res = ob_get_clean();
|
131 |
|
132 |
$_POST['woocommerce-register-nonce'] = '~';
|
|
|
133 |
|
134 |
$users_can_register = get_option('users_can_register');
|
135 |
|
130 |
$res = ob_get_clean();
|
131 |
|
132 |
$_POST['woocommerce-register-nonce'] = '~';
|
133 |
+
add_filter('dokan_register_nonce_check', '__return_false');
|
134 |
|
135 |
$users_can_register = get_option('users_can_register');
|
136 |
|
framework/features/conditions-manager.php
CHANGED
@@ -106,6 +106,22 @@ class ConditionsManager {
|
|
106 |
return is_front_page();
|
107 |
}
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
if ($rule['rule'] === 'date') {
|
110 |
return is_date();
|
111 |
}
|
@@ -685,6 +701,11 @@ class ConditionsManager {
|
|
685 |
'title' => __('Front Page', 'blocksy-companion')
|
686 |
],
|
687 |
|
|
|
|
|
|
|
|
|
|
|
688 |
/*
|
689 |
[
|
690 |
'id' => 'date',
|
106 |
return is_front_page();
|
107 |
}
|
108 |
|
109 |
+
if ($rule['rule'] === 'privacy_policy_page') {
|
110 |
+
$is_blocksy_page = blocksy_is_page();
|
111 |
+
|
112 |
+
if (is_singular() || $is_blocksy_page) {
|
113 |
+
$post_id = get_the_ID();
|
114 |
+
|
115 |
+
if ($is_blocksy_page) {
|
116 |
+
$post_id = $is_blocksy_page;
|
117 |
+
}
|
118 |
+
|
119 |
+
return intval($post_id) === intval(
|
120 |
+
get_option('wp_page_for_privacy_policy')
|
121 |
+
);
|
122 |
+
}
|
123 |
+
}
|
124 |
+
|
125 |
if ($rule['rule'] === 'date') {
|
126 |
return is_date();
|
127 |
}
|
701 |
'title' => __('Front Page', 'blocksy-companion')
|
702 |
],
|
703 |
|
704 |
+
[
|
705 |
+
'id' => 'privacy_policy_page',
|
706 |
+
'title' => __('Privacy Policy Page', 'blocksy-companion')
|
707 |
+
],
|
708 |
+
|
709 |
/*
|
710 |
[
|
711 |
'id' => 'date',
|
framework/features/demo-install/options-import.php
CHANGED
@@ -377,6 +377,18 @@ class DemoInstallOptionsInstaller {
|
|
377 |
$data->url = wp_get_attachment_url($id);
|
378 |
$data->thumbnail_url = wp_get_attachment_thumb_url($id);
|
379 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
if ($meta && is_array($meta)) {
|
381 |
$data->height = $meta['height'];
|
382 |
$data->width = $meta['width'];
|
377 |
$data->url = wp_get_attachment_url($id);
|
378 |
$data->thumbnail_url = wp_get_attachment_thumb_url($id);
|
379 |
|
380 |
+
if ('svg' === $file_array['extension']) {
|
381 |
+
$dimensions = Plugin::instance()
|
382 |
+
->theme_integration
|
383 |
+
->svg_dimensions($file);
|
384 |
+
|
385 |
+
$data->width = (int) $dimensions->width;
|
386 |
+
$data->height = (int) $dimensions->height;
|
387 |
+
} else {
|
388 |
+
$data->height = $meta['height'];
|
389 |
+
$data->width = $meta['width'];
|
390 |
+
}
|
391 |
+
|
392 |
if ($meta && is_array($meta)) {
|
393 |
$data->height = $meta['height'];
|
394 |
$data->width = $meta['width'];
|
framework/features/demo-install/widgets-import.php
CHANGED
@@ -214,15 +214,19 @@ class DemoInstallWidgetsInstaller {
|
|
214 |
// All instances for that widget ID base, get fresh every time.
|
215 |
global $wpdb;
|
216 |
|
217 |
-
$single_widget_instances =
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
)
|
224 |
);
|
225 |
|
|
|
|
|
|
|
|
|
226 |
if (empty($single_widget_instances)) {
|
227 |
$single_widget_instances = [
|
228 |
'_multiwidget' => 1,
|
214 |
// All instances for that widget ID base, get fresh every time.
|
215 |
global $wpdb;
|
216 |
|
217 |
+
$single_widget_instances = [];
|
218 |
+
|
219 |
+
$row = $wpdb->get_row(
|
220 |
+
$wpdb->prepare(
|
221 |
+
"SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1",
|
222 |
+
'widget_' . $id_base
|
223 |
+
)
|
224 |
);
|
225 |
|
226 |
+
if (! is_null($row)) {
|
227 |
+
$single_widget_instances = maybe_unserialize($row->option_value);
|
228 |
+
}
|
229 |
+
|
230 |
if (empty($single_widget_instances)) {
|
231 |
$single_widget_instances = [
|
232 |
'_multiwidget' => 1,
|
framework/features/header/items/account/config.php
CHANGED
@@ -16,7 +16,11 @@ $config = [
|
|
16 |
'loggedout_account_custom_page',
|
17 |
'logged_out_style',
|
18 |
'accountHeaderIcon',
|
19 |
-
'account_user_visibility'
|
|
|
|
|
|
|
|
|
20 |
],
|
21 |
|
22 |
'translation_keys' => [
|
16 |
'loggedout_account_custom_page',
|
17 |
'logged_out_style',
|
18 |
'accountHeaderIcon',
|
19 |
+
'account_user_visibility',
|
20 |
+
'loggedin_icon_source',
|
21 |
+
'loggedin_custom_icon',
|
22 |
+
'logged_out_icon_source',
|
23 |
+
'logged_out_custom_icon'
|
24 |
],
|
25 |
|
26 |
'translation_keys' => [
|
framework/features/header/items/account/options.php
CHANGED
@@ -166,49 +166,84 @@ $options = [
|
|
166 |
'type' => 'ct-condition',
|
167 |
'condition' => [ 'loggedin_media' => 'icon' ],
|
168 |
'options' => [
|
169 |
-
|
170 |
-
|
171 |
-
'
|
172 |
-
'
|
173 |
-
'
|
174 |
-
'
|
175 |
-
'data-type' => 'background',
|
176 |
-
'data-columns' => '3',
|
177 |
-
],
|
178 |
'divider' => 'top',
|
179 |
'setting' => [ 'transport' => 'postMessage' ],
|
180 |
'choices' => [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
'
|
189 |
-
'
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
'
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
],
|
211 |
-
]
|
212 |
],
|
213 |
|
214 |
'account_loggedin_icon_size' => [
|
@@ -373,48 +408,84 @@ $options = [
|
|
373 |
'condition' => [ 'logged_out_style' => 'icon' ],
|
374 |
'options' => [
|
375 |
|
376 |
-
'
|
377 |
-
'label' =>
|
378 |
-
'type' => 'ct-
|
379 |
-
'value' => '
|
380 |
-
'
|
381 |
-
|
382 |
-
'data-columns' => '3',
|
383 |
-
],
|
384 |
'divider' => 'top',
|
385 |
'setting' => [ 'transport' => 'postMessage' ],
|
386 |
'choices' => [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
'
|
395 |
-
'
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
'
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
],
|
417 |
-
]
|
418 |
],
|
419 |
|
420 |
'accountHeaderIconSize' => [
|
166 |
'type' => 'ct-condition',
|
167 |
'condition' => [ 'loggedin_media' => 'icon' ],
|
168 |
'options' => [
|
169 |
+
'loggedin_icon_source' => [
|
170 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
171 |
+
'type' => 'ct-radio',
|
172 |
+
'value' => 'default',
|
173 |
+
'view' => 'text',
|
174 |
+
'design' => 'block',
|
|
|
|
|
|
|
175 |
'divider' => 'top',
|
176 |
'setting' => [ 'transport' => 'postMessage' ],
|
177 |
'choices' => [
|
178 |
+
'default' => __( 'Default', 'blocksy' ),
|
179 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
180 |
+
],
|
181 |
+
],
|
182 |
+
|
183 |
+
blocksy_rand_md5() => [
|
184 |
+
'type' => 'ct-condition',
|
185 |
+
'condition' => ['loggedin_icon_source' => 'custom'],
|
186 |
+
'options' => [
|
187 |
+
'loggedin_custom_icon' => [
|
188 |
+
'type' => 'icon-picker',
|
189 |
+
'label' => __('Icon', 'blocksy-companion'),
|
190 |
+
'design' => 'inline',
|
191 |
+
'divider' => 'top',
|
192 |
+
'value' => [
|
193 |
+
'icon' => 'blc blc-user'
|
194 |
+
]
|
195 |
+
]
|
196 |
+
]
|
197 |
+
],
|
198 |
|
199 |
+
blocksy_rand_md5() => [
|
200 |
+
'type' => 'ct-condition',
|
201 |
+
'condition' => ['loggedin_icon_source' => 'default'],
|
202 |
+
'options' => [
|
203 |
+
'account_loggedin_icon' => [
|
204 |
+
'label' => false,
|
205 |
+
'type' => 'ct-image-picker',
|
206 |
+
'value' => 'type-1',
|
207 |
+
'attr' => [
|
208 |
+
'data-type' => 'background',
|
209 |
+
'data-columns' => '3',
|
210 |
+
],
|
211 |
+
'divider' => 'top',
|
212 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
213 |
+
'choices' => [
|
214 |
+
|
215 |
+
'type-1' => [
|
216 |
+
'src' => blocksy_image_picker_file( 'account-1' ),
|
217 |
+
'title' => __( 'Type 1', 'blocksy-companion' ),
|
218 |
+
],
|
219 |
+
|
220 |
+
'type-2' => [
|
221 |
+
'src' => blocksy_image_picker_file( 'account-2' ),
|
222 |
+
'title' => __( 'Type 2', 'blocksy-companion' ),
|
223 |
+
],
|
224 |
+
|
225 |
+
'type-3' => [
|
226 |
+
'src' => blocksy_image_picker_file( 'account-3' ),
|
227 |
+
'title' => __( 'Type 3', 'blocksy-companion' ),
|
228 |
+
],
|
229 |
+
|
230 |
+
'type-4' => [
|
231 |
+
'src' => blocksy_image_picker_file( 'account-4' ),
|
232 |
+
'title' => __( 'Type 4', 'blocksy-companion' ),
|
233 |
+
],
|
234 |
+
|
235 |
+
'type-5' => [
|
236 |
+
'src' => blocksy_image_picker_file( 'account-5' ),
|
237 |
+
'title' => __( 'Type 5', 'blocksy-companion' ),
|
238 |
+
],
|
239 |
+
|
240 |
+
'type-6' => [
|
241 |
+
'src' => blocksy_image_picker_file( 'account-6' ),
|
242 |
+
'title' => __( 'Type 6', 'blocksy-companion' ),
|
243 |
+
],
|
244 |
+
],
|
245 |
],
|
246 |
+
]
|
247 |
],
|
248 |
|
249 |
'account_loggedin_icon_size' => [
|
408 |
'condition' => [ 'logged_out_style' => 'icon' ],
|
409 |
'options' => [
|
410 |
|
411 |
+
'logged_out_icon_source' => [
|
412 |
+
'label' => __( 'Icon Source', 'blocksy' ),
|
413 |
+
'type' => 'ct-radio',
|
414 |
+
'value' => 'default',
|
415 |
+
'view' => 'text',
|
416 |
+
'design' => 'block',
|
|
|
|
|
417 |
'divider' => 'top',
|
418 |
'setting' => [ 'transport' => 'postMessage' ],
|
419 |
'choices' => [
|
420 |
+
'default' => __( 'Default', 'blocksy' ),
|
421 |
+
'custom' => __( 'Custom', 'blocksy' ),
|
422 |
+
],
|
423 |
+
],
|
424 |
+
|
425 |
+
blocksy_rand_md5() => [
|
426 |
+
'type' => 'ct-condition',
|
427 |
+
'condition' => ['logged_out_icon_source' => 'custom'],
|
428 |
+
'options' => [
|
429 |
+
'logged_out_custom_icon' => [
|
430 |
+
'type' => 'icon-picker',
|
431 |
+
'label' => __('Icon', 'blocksy-companion'),
|
432 |
+
'design' => 'inline',
|
433 |
+
'divider' => 'top',
|
434 |
+
'value' => [
|
435 |
+
'icon' => 'blc blc-user'
|
436 |
+
]
|
437 |
+
]
|
438 |
+
]
|
439 |
+
],
|
440 |
|
441 |
+
blocksy_rand_md5() => [
|
442 |
+
'type' => 'ct-condition',
|
443 |
+
'condition' => ['logged_out_icon_source' => 'default'],
|
444 |
+
'options' => [
|
445 |
+
'accountHeaderIcon' => [
|
446 |
+
'label' => false,
|
447 |
+
'type' => 'ct-image-picker',
|
448 |
+
'value' => 'type-1',
|
449 |
+
'attr' => [
|
450 |
+
'data-type' => 'background',
|
451 |
+
'data-columns' => '3',
|
452 |
+
],
|
453 |
+
'divider' => 'top',
|
454 |
+
'setting' => [ 'transport' => 'postMessage' ],
|
455 |
+
'choices' => [
|
456 |
+
|
457 |
+
'type-1' => [
|
458 |
+
'src' => blocksy_image_picker_file( 'account-1' ),
|
459 |
+
'title' => __( 'Type 1', 'blocksy-companion' ),
|
460 |
+
],
|
461 |
+
|
462 |
+
'type-2' => [
|
463 |
+
'src' => blocksy_image_picker_file( 'account-2' ),
|
464 |
+
'title' => __( 'Type 2', 'blocksy-companion' ),
|
465 |
+
],
|
466 |
+
|
467 |
+
'type-3' => [
|
468 |
+
'src' => blocksy_image_picker_file( 'account-3' ),
|
469 |
+
'title' => __( 'Type 3', 'blocksy-companion' ),
|
470 |
+
],
|
471 |
+
|
472 |
+
'type-4' => [
|
473 |
+
'src' => blocksy_image_picker_file( 'account-4' ),
|
474 |
+
'title' => __( 'Type 4', 'blocksy-companion' ),
|
475 |
+
],
|
476 |
+
|
477 |
+
'type-5' => [
|
478 |
+
'src' => blocksy_image_picker_file( 'account-5' ),
|
479 |
+
'title' => __( 'Type 5', 'blocksy-companion' ),
|
480 |
+
],
|
481 |
+
|
482 |
+
'type-6' => [
|
483 |
+
'src' => blocksy_image_picker_file( 'account-6' ),
|
484 |
+
'title' => __( 'Type 6', 'blocksy-companion' ),
|
485 |
+
],
|
486 |
+
],
|
487 |
],
|
488 |
+
]
|
489 |
],
|
490 |
|
491 |
'accountHeaderIconSize' => [
|
framework/features/header/items/account/views/login.php
CHANGED
@@ -62,6 +62,23 @@ if ($loggedin_media === 'icon') {
|
|
62 |
$media_html = $icon[
|
63 |
blocksy_akg('account_loggedin_icon', $atts, 'type-1')
|
64 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
66 |
|
67 |
// Label
|
62 |
$media_html = $icon[
|
63 |
blocksy_akg('account_loggedin_icon', $atts, 'type-1')
|
64 |
];
|
65 |
+
|
66 |
+
if (function_exists('blc_get_icon')) {
|
67 |
+
$icon_source = blocksy_default_akg('loggedin_icon_source', $atts, 'default');
|
68 |
+
|
69 |
+
if ( $icon_source === 'custom' ) {
|
70 |
+
$media_html = blc_get_icon([
|
71 |
+
'icon_descriptor' => blocksy_akg(
|
72 |
+
'loggedin_custom_icon',
|
73 |
+
$atts,
|
74 |
+
['icon' => 'blc blc-user']
|
75 |
+
),
|
76 |
+
'icon_container' => false,
|
77 |
+
'icon_class' => 'ct-icon'
|
78 |
+
]);
|
79 |
+
}
|
80 |
+
|
81 |
+
}
|
82 |
}
|
83 |
|
84 |
// Label
|
framework/features/header/items/account/views/logout.php
CHANGED
@@ -57,9 +57,26 @@ if (! empty($login_label)) {
|
|
57 |
}
|
58 |
|
59 |
if (blocksy_akg('logged_out_style', $atts, 'icon') === 'icon') {
|
60 |
-
|
61 |
blocksy_default_akg('accountHeaderIcon', $atts, 'type-1')
|
62 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
}
|
64 |
|
65 |
echo '</a>';
|
57 |
}
|
58 |
|
59 |
if (blocksy_akg('logged_out_style', $atts, 'icon') === 'icon') {
|
60 |
+
$media_html = $icon[
|
61 |
blocksy_default_akg('accountHeaderIcon', $atts, 'type-1')
|
62 |
];
|
63 |
+
|
64 |
+
if (function_exists('blc_get_icon')) {
|
65 |
+
$icon_source = blocksy_default_akg('logged_out_icon_source', $atts, 'default');
|
66 |
+
|
67 |
+
if ( $icon_source === 'custom' ) {
|
68 |
+
$media_html = blc_get_icon([
|
69 |
+
'icon_descriptor' => blocksy_akg(
|
70 |
+
'logged_out_custom_icon',
|
71 |
+
$atts,
|
72 |
+
['icon' => 'blc blc-user']
|
73 |
+
),
|
74 |
+
]);
|
75 |
+
}
|
76 |
+
|
77 |
+
}
|
78 |
+
|
79 |
+
echo $media_html ;
|
80 |
}
|
81 |
|
82 |
echo '</a>';
|
framework/helpers/helpers.php
CHANGED
@@ -92,21 +92,14 @@ function blc_get_contacts_output($args = []) {
|
|
92 |
$data_target = 'target="_blank"';
|
93 |
}
|
94 |
|
95 |
-
$
|
96 |
-
'address' => '
|
97 |
-
|
98 |
-
'
|
99 |
-
|
100 |
-
'
|
101 |
-
|
102 |
-
'
|
103 |
-
|
104 |
-
'fax' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-hidden="true"><path d="M17.5,5.8h-1.7v-4V0h-1.7H5.8H4.2v1.8v4H2.5C1.1,5.8,0,7,0,8.3v8.3h4.2V20h11.7v-3.3H20V8.3C20,7,18.9,5.8,17.5,5.8zM5.8,1.8h8.3v4H5.8V1.8zM14.2,18.3H5.8v-5h8.3V18.3zM18.3,15h-2.5v-3.3H4.2V15H1.7V8.3c0-0.5,0.4-0.8,0.8-0.8h15c0.5,0,0.8,0.4,0.8,0.8V15zM4.2,9.2c0,0.5-0.4,0.8-0.8,0.8S2.5,9.6,2.5,9.2s0.4-0.8,0.8-0.8S4.2,8.7,4.2,9.2z"/></svg>',
|
105 |
-
|
106 |
-
'email' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-hidden="true"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10h5v-2h-5c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8v1.5c0,0.8-0.7,1.5-1.5,1.5S15,12.3,15,11.5V10c0-2.7-2.3-5-5-5s-5,2.3-5,5s2.3,5,5,5c1.4,0,2.7-0.6,3.6-1.6c0.6,0.9,1.7,1.6,2.9,1.6c1.9,0,3.5-1.6,3.5-3.5V10C20,4.5,15.5,0,10,0zM10,7c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S8.3,7,10,7z"/></svg>',
|
107 |
-
|
108 |
-
'website' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.3,0C4.4,0,0.4,4,0.4,8.9s4,8.9,8.9,8.9c0.8,0,1.5-0.1,2.2-0.3v-3.9c-0.6,1.7-1.4,2.7-2.2,2.7c-0.9,0-2-1.5-2.5-3.7h4.8
|
109 |
-
v-1.5h-5c-0.1-0.7-0.1-1.4-0.1-2.2c0-0.8,0.1-1.5,0.2-2.2h5.6c0.1,0.7,0.2,1.4,0.2,2.2c0,0.2,0,0.4,0,0.6c0.4-0.4,0.9-0.6,1.5-0.6c0-0.8,0-1.5-0.1-2.2h2.8c0.2,0.7,0.3,1.4,0.3,2.2c0,0.5-0.1,1-0.2,1.5l1.3,0.9c0.2-0.8,0.3-1.6,0.3-2.4C18.1,4,14.2,0,9.3,0zM9.3,1.5c0.9,0,2,1.5,2.5,3.7h-5C7.3,2.9,8.3,1.5,9.3,1.5zM6.3,2.1C5.9,2.9,5.5,4,5.2,5.2H2.8C3.6,3.8,4.9,2.7,6.3,2.1zM12.2,2.1c1.5,0.6,2.7,1.7,3.5,3.1h-2.3C13.1,4,12.7,2.9,12.2,2.1zM2.2,6.7h2.8C4.9,7.4,4.8,8.1,4.8,8.9c0,0.8,0.1,1.5,0.1,2.2H2.2C2,10.4,1.9,9.7,1.9,8.9C1.9,8.1,2,7.4,2.2,6.7z M13.7,10.4c-0.4,0-0.7,0.3-0.8,0.7c0,0,0,0.1,0,0.1v6.6c0,0.4,0.3,0.7,0.7,0.7c0.2,0,0.4-0.1,0.5-0.2l0,0l1.4-1.6l1.5,3c0.2,0.4,0.6,0.5,1,0.3c0.4-0.2,0.5-0.6,0.3-1l-1.5-3l2.2-0.4l0,0c0.3-0.1,0.5-0.4,0.5-0.7c0-0.3-0.1-0.5-0.3-0.6l0,0l-5.1-3.6C14.1,10.4,13.9,10.4,13.7,10.4zM2.9,12.6h2.3c0.3,1.2,0.7,2.3,1.1,3.1C4.9,15.1,3.7,14,2.9,12.6z"/></svg>',
|
110 |
];
|
111 |
|
112 |
$attr = [];
|
@@ -131,9 +124,17 @@ function blc_get_contacts_output($args = []) {
|
|
131 |
<?php foreach ($args['data'] as $single_layer) { ?>
|
132 |
<?php if (! $single_layer['enabled']) { continue; }?>
|
133 |
<li>
|
134 |
-
|
135 |
-
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
<div class="contact-info">
|
139 |
<?php if (! empty(blocksy_akg('title', $single_layer, ''))) { ?>
|
92 |
$data_target = 'target="_blank"';
|
93 |
}
|
94 |
|
95 |
+
$custom_icon_defaults = [
|
96 |
+
'address' => 'blc blc-map-pin',
|
97 |
+
'phone' => 'blc blc-phone',
|
98 |
+
'mobile' => 'blc blc-mobile-phone',
|
99 |
+
'hours' => 'blc blc-clock',
|
100 |
+
'fax' => 'blc blc-fax',
|
101 |
+
'email' => 'blc blc-email',
|
102 |
+
'website' => 'blc blc-globe',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
];
|
104 |
|
105 |
$attr = [];
|
124 |
<?php foreach ($args['data'] as $single_layer) { ?>
|
125 |
<?php if (! $single_layer['enabled']) { continue; }?>
|
126 |
<li>
|
127 |
+
<?php
|
128 |
+
if (function_exists('blc_get_icon')) {
|
129 |
+
echo blc_get_icon([
|
130 |
+
'icon_descriptor' => blocksy_akg(
|
131 |
+
'icon',
|
132 |
+
$single_layer,
|
133 |
+
['icon' => $custom_icon_defaults[$single_layer['id']]]
|
134 |
+
),
|
135 |
+
]);
|
136 |
+
}
|
137 |
+
?>
|
138 |
|
139 |
<div class="contact-info">
|
140 |
<?php if (! empty(blocksy_akg('title', $single_layer, ''))) { ?>
|
framework/theme-integration.php
CHANGED
@@ -4,7 +4,6 @@ namespace Blocksy;
|
|
4 |
|
5 |
class ThemeIntegration {
|
6 |
public function __construct() {
|
7 |
-
|
8 |
add_filter('blocksy:frontend:dynamic-js-chunks', function ($chunks) {
|
9 |
$render = new \Blocksy_Header_Builder_Render();
|
10 |
|
@@ -453,7 +452,7 @@ class ThemeIntegration {
|
|
453 |
);
|
454 |
}
|
455 |
|
456 |
-
|
457 |
$svg = @simplexml_load_file($svg);
|
458 |
$width = 0;
|
459 |
$height = 0;
|
4 |
|
5 |
class ThemeIntegration {
|
6 |
public function __construct() {
|
|
|
7 |
add_filter('blocksy:frontend:dynamic-js-chunks', function ($chunks) {
|
8 |
$render = new \Blocksy_Header_Builder_Render();
|
9 |
|
452 |
);
|
453 |
}
|
454 |
|
455 |
+
public function svg_dimensions($svg) {
|
456 |
$svg = @simplexml_load_file($svg);
|
457 |
$width = 0;
|
458 |
$height = 0;
|
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-06-
|
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;"
|
@@ -122,73 +122,73 @@ msgid ""
|
|
122 |
"a wishlits page."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: framework/theme-integration.php:
|
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:
|
133 |
msgid "Twitter"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: framework/theme-integration.php:
|
137 |
msgid "LinkedIn"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: framework/theme-integration.php:
|
141 |
msgid "Dribbble"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: framework/theme-integration.php:
|
145 |
msgid "Instagram"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: framework/theme-integration.php:
|
149 |
msgid "Pinterest"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: framework/theme-integration.php:
|
153 |
msgid "WordPress"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: framework/theme-integration.php:
|
157 |
msgid "GitHub"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: framework/theme-integration.php:
|
161 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
162 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
163 |
#: framework/premium/features/content-blocks/options/archive.php:47
|
164 |
msgid "Medium"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: framework/theme-integration.php:
|
168 |
msgid "YouTube"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: framework/theme-integration.php:
|
172 |
msgid "Vimeo"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: framework/theme-integration.php:
|
176 |
msgid "VKontakte"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: framework/theme-integration.php:
|
180 |
msgid "Odnoklassniki"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: framework/theme-integration.php:
|
184 |
msgid "TikTok"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: framework/theme-integration.php:
|
188 |
msgid "Companion"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: framework/theme-integration.php:
|
192 |
msgid "PRO"
|
193 |
msgstr ""
|
194 |
|
@@ -212,53 +212,53 @@ msgid ""
|
|
212 |
msgstr ""
|
213 |
|
214 |
#: framework/features/account-auth.php:104,
|
215 |
-
#: framework/features/account-auth.php:
|
216 |
msgid "Check your email"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: framework/features/account-auth.php:
|
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:
|
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:
|
232 |
msgid "Registration Form"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: framework/features/account-auth.php:
|
236 |
msgid "Register For This Site"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: framework/features/conditions-manager.php:
|
240 |
msgid "Entire Website"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: framework/features/conditions-manager.php:
|
244 |
-
#: framework/features/conditions-manager.php:
|
245 |
-
#: framework/features/conditions-manager.php:
|
246 |
msgid "Basic"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: framework/features/conditions-manager.php:
|
250 |
-
#: framework/features/conditions-manager.php:
|
251 |
msgid "Singulars"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: framework/features/conditions-manager.php:
|
255 |
-
#: framework/features/conditions-manager.php:
|
256 |
msgid "Archives"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: framework/features/conditions-manager.php:
|
260 |
-
#: framework/features/conditions-manager.php:
|
261 |
-
#: framework/features/conditions-manager.php:
|
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,
|
@@ -268,8 +268,8 @@ msgstr ""
|
|
268 |
msgid "Posts"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: framework/features/conditions-manager.php:
|
272 |
-
#: framework/features/conditions-manager.php:
|
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,
|
@@ -279,139 +279,143 @@ msgstr ""
|
|
279 |
msgid "Single Post"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: framework/features/conditions-manager.php:
|
283 |
-
#: framework/features/conditions-manager.php:
|
284 |
msgid "All Post Archives"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: framework/features/conditions-manager.php:
|
288 |
-
#: framework/features/conditions-manager.php:
|
289 |
msgid "Post Categories"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: framework/features/conditions-manager.php:
|
293 |
-
#: framework/features/conditions-manager.php:
|
294 |
msgid "Post Tags"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: framework/features/conditions-manager.php:
|
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:
|
304 |
msgid "Single Page"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: framework/features/conditions-manager.php:
|
308 |
msgid "%s Single"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: framework/features/conditions-manager.php:
|
312 |
msgid "%s Archive"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: framework/features/conditions-manager.php:
|
316 |
msgid "%s %s Taxonomy"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: framework/features/conditions-manager.php:
|
320 |
msgid "Post ID"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: framework/features/conditions-manager.php:
|
324 |
msgid "Page ID"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: framework/features/conditions-manager.php:
|
328 |
#: static/js/options/ConditionsManager/PostIdPicker.js:76
|
329 |
msgid "Custom Post Type ID"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: framework/features/conditions-manager.php:
|
333 |
msgid "Post with Taxonomy ID"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: framework/features/conditions-manager.php:
|
337 |
msgid "Taxonomy ID"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: framework/features/conditions-manager.php:
|
341 |
msgid "Specific"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: framework/features/conditions-manager.php:
|
345 |
msgid "Other Pages"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: framework/features/conditions-manager.php:
|
349 |
msgid "404"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: framework/features/conditions-manager.php:
|
353 |
#: framework/premium/features/premium-header/items/search-input/options.php:45,
|
354 |
-
#: framework/premium/features/premium-header/items/search-input/view.php:
|
355 |
msgid "Search"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: framework/features/conditions-manager.php:
|
359 |
msgid "Blog"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: framework/features/conditions-manager.php:
|
363 |
msgid "Front Page"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: framework/features/conditions-manager.php:
|
|
|
|
|
|
|
|
|
367 |
msgid "Author"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: framework/features/conditions-manager.php:
|
371 |
msgid "WooCommerce"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: framework/features/conditions-manager.php:
|
375 |
msgid "Shop Home"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: framework/features/conditions-manager.php:
|
379 |
msgid "Single Product"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: framework/features/conditions-manager.php:
|
383 |
msgid "Product Archives"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: framework/features/conditions-manager.php:
|
387 |
msgid "Product Categories"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: framework/features/conditions-manager.php:
|
391 |
msgid "Product Tags"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: framework/features/conditions-manager.php:
|
395 |
msgid "Custom Post Types"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: framework/features/conditions-manager.php:
|
399 |
msgid "User Auth"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: framework/features/conditions-manager.php:
|
403 |
msgid "User Logged In"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: framework/features/conditions-manager.php:
|
407 |
msgid "User Logged Out"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: framework/features/conditions-manager.php:
|
411 |
msgid "User Roles"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: framework/features/conditions-manager.php:
|
415 |
#: framework/premium/features/content-blocks/options/404.php:19,
|
416 |
#: framework/premium/features/content-blocks/options/header.php:19,
|
417 |
#: framework/premium/features/content-blocks/options/hook.php:24,
|
@@ -419,38 +423,38 @@ msgstr ""
|
|
419 |
msgid "Other"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: framework/features/conditions-manager.php:
|
423 |
msgid "Post Author"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: framework/features/conditions-manager.php:
|
427 |
#: framework/premium/features/premium-header/items/language-switcher/config.php:14
|
428 |
msgid "Languages"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: framework/features/conditions-manager.php:
|
432 |
msgid "Current Language"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: framework/features/conditions-manager.php:
|
436 |
msgid "bbPress"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: framework/features/conditions-manager.php:
|
440 |
msgid "Profile"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: framework/features/conditions-manager.php:
|
444 |
#: static/js/options/ConditionsManager.js:104
|
445 |
msgid "Include"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: framework/features/conditions-manager.php:
|
449 |
#: static/js/options/ConditionsManager.js:105
|
450 |
msgid "Exclude"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: framework/features/conditions-manager.php:
|
454 |
msgid "Language"
|
455 |
msgstr ""
|
456 |
|
@@ -569,10 +573,10 @@ msgstr ""
|
|
569 |
#: framework/premium/extensions/shortcuts/customizer.php:546,
|
570 |
#: framework/premium/extensions/woocommerce-extra/extension.php:73,
|
571 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
|
572 |
-
#: framework/features/header/items/account/options.php:
|
573 |
-
#: framework/features/header/items/account/options.php:
|
574 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
|
575 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
576 |
msgid "Type 1"
|
577 |
msgstr ""
|
578 |
|
@@ -580,10 +584,10 @@ msgstr ""
|
|
580 |
#: framework/premium/extensions/shortcuts/customizer.php:551,
|
581 |
#: framework/premium/extensions/woocommerce-extra/extension.php:78,
|
582 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
|
583 |
-
#: framework/features/header/items/account/options.php:
|
584 |
-
#: framework/features/header/items/account/options.php:
|
585 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
|
586 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
587 |
msgid "Type 2"
|
588 |
msgstr ""
|
589 |
|
@@ -628,20 +632,20 @@ msgstr ""
|
|
628 |
#: framework/premium/features/content-blocks/hooks-manager.php:243,
|
629 |
#: framework/premium/features/content-blocks/hooks-manager.php:251,
|
630 |
#: framework/premium/features/content-blocks/hooks-manager.php:259,
|
631 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
632 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
633 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
634 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
635 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
636 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
637 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
638 |
#: framework/premium/features/premium-header/items/contacts/options.php:52,
|
639 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
640 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
641 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
642 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
643 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
644 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
645 |
msgid "Content"
|
646 |
msgstr ""
|
647 |
|
@@ -690,16 +694,16 @@ msgstr ""
|
|
690 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
691 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
692 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
693 |
-
#: framework/features/header/items/account/options.php:
|
694 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
695 |
#: framework/premium/features/content-blocks/options/popup.php:361,
|
696 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
697 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
|
698 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
699 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
700 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:186,
|
701 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:371,
|
702 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
703 |
msgid "Design"
|
704 |
msgstr ""
|
705 |
|
@@ -731,19 +735,19 @@ msgstr ""
|
|
731 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
732 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
733 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
734 |
-
#: framework/features/header/items/account/options.php:
|
735 |
-
#: framework/features/header/items/account/options.php:
|
736 |
-
#: framework/features/header/items/account/options.php:
|
737 |
-
#: framework/features/header/items/account/options.php:
|
738 |
-
#: framework/features/header/items/account/options.php:
|
739 |
-
#: framework/features/header/items/account/options.php:
|
740 |
-
#: framework/features/header/items/account/options.php:
|
741 |
-
#: framework/features/header/items/account/options.php:
|
742 |
-
#: framework/features/header/items/account/options.php:
|
743 |
-
#: framework/features/header/items/account/options.php:
|
744 |
-
#: framework/features/header/items/account/options.php:
|
745 |
-
#: framework/features/header/items/account/options.php:
|
746 |
-
#: framework/features/header/items/account/options.php:
|
747 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
|
748 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
749 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
@@ -752,18 +756,18 @@ msgstr ""
|
|
752 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
|
753 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
|
754 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
|
755 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
756 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
757 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
758 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
759 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
760 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
761 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
762 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
763 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
764 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
765 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
766 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
767 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
|
768 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
|
769 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
|
@@ -772,20 +776,20 @@ msgstr ""
|
|
772 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:308,
|
773 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:399,
|
774 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:425,
|
775 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
776 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
777 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
778 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
779 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
780 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
781 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
782 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
783 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
784 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
785 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
786 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
787 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
788 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
789 |
msgid "Initial"
|
790 |
msgstr ""
|
791 |
|
@@ -803,33 +807,33 @@ msgstr ""
|
|
803 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
804 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
805 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
806 |
-
#: framework/features/header/items/account/options.php:
|
807 |
-
#: framework/features/header/items/account/options.php:
|
808 |
-
#: framework/features/header/items/account/options.php:
|
809 |
-
#: framework/features/header/items/account/options.php:
|
810 |
-
#: framework/features/header/items/account/options.php:
|
811 |
-
#: framework/features/header/items/account/options.php:
|
812 |
-
#: framework/features/header/items/account/options.php:
|
813 |
-
#: framework/features/header/items/account/options.php:
|
814 |
-
#: framework/features/header/items/account/options.php:
|
815 |
-
#: framework/features/header/items/account/options.php:
|
816 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
817 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
818 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
819 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
820 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
821 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
822 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
823 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
824 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
825 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
826 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
827 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
828 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
|
829 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
|
830 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
|
831 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:404,
|
832 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
833 |
msgid "Hover"
|
834 |
msgstr ""
|
835 |
|
@@ -838,7 +842,7 @@ msgstr ""
|
|
838 |
#: framework/extensions/cookies-consent/customizer.php:299,
|
839 |
#: framework/premium/extensions/mega-menu/options.php:816,
|
840 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
841 |
-
#: framework/features/header/items/account/options.php:
|
842 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
843 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
844 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
@@ -851,15 +855,15 @@ msgstr ""
|
|
851 |
#: framework/premium/extensions/mega-menu/options.php:796,
|
852 |
#: framework/premium/extensions/shortcuts/customizer.php:794,
|
853 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
854 |
-
#: framework/features/header/items/account/options.php:
|
855 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
856 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
857 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
858 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
859 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
860 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
861 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
862 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
863 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:203,
|
864 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:232,
|
865 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:262,
|
@@ -918,24 +922,24 @@ msgstr ""
|
|
918 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
|
919 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
|
920 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
|
921 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
922 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
923 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
924 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
925 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
926 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
927 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
928 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:13,
|
929 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:95,
|
930 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:15,
|
931 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:15,
|
932 |
#: framework/premium/features/premium-header/items/contacts/options.php:45,
|
933 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
934 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
935 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
936 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
937 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
938 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
939 |
msgid "Title"
|
940 |
msgstr ""
|
941 |
|
@@ -980,7 +984,6 @@ msgstr ""
|
|
980 |
#: framework/premium/extensions/shortcuts/customizer.php:276,
|
981 |
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
|
982 |
#: framework/premium/features/content-blocks/options/archive.php:48
|
983 |
-
#: framework/premium/static/js/options/IconPicker/Modal.js:148
|
984 |
msgid "Custom"
|
985 |
msgstr ""
|
986 |
|
@@ -1075,15 +1078,15 @@ msgstr ""
|
|
1075 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
|
1076 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
|
1077 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
|
1078 |
-
#: framework/features/header/items/account/options.php:
|
1079 |
-
#: framework/features/header/items/account/options.php:
|
1080 |
#: framework/premium/features/content-blocks/options/404.php:157,
|
1081 |
#: framework/premium/features/content-blocks/options/header.php:177,
|
1082 |
#: framework/premium/features/content-blocks/options/hook.php:354,
|
1083 |
#: framework/premium/features/content-blocks/options/popup.php:350,
|
1084 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
|
1085 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
|
1086 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
1087 |
msgid "Desktop"
|
1088 |
msgstr ""
|
1089 |
|
@@ -1104,16 +1107,16 @@ msgstr ""
|
|
1104 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
|
1105 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
|
1106 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
1107 |
-
#: framework/features/header/items/account/options.php:
|
1108 |
-
#: framework/features/header/items/account/options.php:
|
1109 |
-
#: framework/features/header/items/account/options.php:
|
1110 |
#: framework/premium/features/content-blocks/options/404.php:158,
|
1111 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
1112 |
#: framework/premium/features/content-blocks/options/hook.php:355,
|
1113 |
#: framework/premium/features/content-blocks/options/popup.php:351,
|
1114 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
|
1115 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
|
1116 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
1117 |
msgid "Tablet"
|
1118 |
msgstr ""
|
1119 |
|
@@ -1136,18 +1139,18 @@ msgstr ""
|
|
1136 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
|
1137 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
|
1138 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
|
1139 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
1140 |
-
#: framework/features/header/items/account/options.php:
|
1141 |
-
#: framework/features/header/items/account/options.php:
|
1142 |
-
#: framework/features/header/items/account/options.php:
|
1143 |
#: framework/premium/features/content-blocks/options/404.php:159,
|
1144 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
1145 |
#: framework/premium/features/content-blocks/options/hook.php:356,
|
1146 |
#: framework/premium/features/content-blocks/options/popup.php:352,
|
1147 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
|
1148 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
|
1149 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
1150 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1151 |
msgid "Mobile"
|
1152 |
msgstr ""
|
1153 |
|
@@ -1160,50 +1163,50 @@ msgid "Description Color"
|
|
1160 |
msgstr ""
|
1161 |
|
1162 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
1163 |
-
#: framework/features/header/items/account/options.php:
|
1164 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1165 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1166 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1167 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1168 |
msgid "Input Font Color"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
1172 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
1173 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
1174 |
-
#: framework/features/header/items/account/options.php:
|
1175 |
-
#: framework/features/header/items/account/options.php:
|
1176 |
-
#: framework/features/header/items/account/options.php:
|
1177 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1178 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1179 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1180 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1181 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1182 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1183 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1184 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1185 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1186 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1187 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1188 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1189 |
msgid "Focus"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
1193 |
-
#: framework/features/header/items/account/options.php:
|
1194 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1195 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1196 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1197 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1198 |
msgid "Input Border Color"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
1202 |
-
#: framework/features/header/items/account/options.php:
|
1203 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1204 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1205 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1206 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
1207 |
msgid "Input Background Color"
|
1208 |
msgstr ""
|
1209 |
|
@@ -1237,7 +1240,7 @@ msgid "Disable Subscribe Form"
|
|
1237 |
msgstr ""
|
1238 |
|
1239 |
#: framework/extensions/newsletter-subscribe/helpers.php:163,
|
1240 |
-
#: framework/features/header/items/account/options.php:
|
1241 |
#: static/js/screens/SiteExport.js:85
|
1242 |
msgid "Name"
|
1243 |
msgstr ""
|
@@ -1246,9 +1249,9 @@ msgstr ""
|
|
1246 |
#: framework/features/header/modal/register.php:36,
|
1247 |
#: framework/premium/extensions/shortcuts/customizer.php:130,
|
1248 |
#: framework/premium/extensions/shortcuts/customizer.php:153,
|
1249 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
1250 |
#: framework/premium/extensions/shortcuts/views/bar.php:45,
|
1251 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1252 |
msgid "Email"
|
1253 |
msgstr ""
|
1254 |
|
@@ -1754,7 +1757,7 @@ msgid "Close account modal"
|
|
1754 |
msgstr ""
|
1755 |
|
1756 |
#: framework/features/header/account-modal.php:49,
|
1757 |
-
#: framework/features/header/items/account/options.php:
|
1758 |
#: framework/features/header/items/account/views/logout.php:7
|
1759 |
msgid "Login"
|
1760 |
msgstr ""
|
@@ -1949,19 +1952,42 @@ msgid "Header Widget Area "
|
|
1949 |
msgstr ""
|
1950 |
|
1951 |
#: framework/premium/features/premium-header.php:198,
|
|
|
|
|
|
|
|
|
1952 |
#: framework/premium/extensions/mega-menu/options.php:422,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1953 |
#: framework/features/header/items/account/options.php:140,
|
1954 |
-
#: framework/features/header/items/account/options.php:
|
1955 |
-
#: framework/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1956 |
msgid "Icon"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
#: framework/premium/features/premium-header.php:212,
|
1960 |
#: framework/premium/extensions/mega-menu/options.php:436,
|
1961 |
#: framework/premium/extensions/woocommerce-extra/extension.php:373,
|
1962 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
1963 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
1964 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1965 |
msgid "Icons Size"
|
1966 |
msgstr ""
|
1967 |
|
@@ -1973,18 +1999,18 @@ msgstr ""
|
|
1973 |
#: framework/premium/features/premium-header.php:231,
|
1974 |
#: framework/premium/extensions/mega-menu/options.php:465,
|
1975 |
#: framework/premium/extensions/shortcuts/customizer.php:659,
|
1976 |
-
#: framework/features/header/items/account/options.php:
|
1977 |
-
#: framework/features/header/items/account/options.php:
|
1978 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
1979 |
msgid "Left"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
#: framework/premium/features/premium-header.php:232,
|
1983 |
#: framework/premium/extensions/mega-menu/options.php:466,
|
1984 |
#: framework/premium/extensions/shortcuts/customizer.php:660,
|
1985 |
-
#: framework/features/header/items/account/options.php:
|
1986 |
-
#: framework/features/header/items/account/options.php:
|
1987 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
1988 |
msgid "Right"
|
1989 |
msgstr ""
|
1990 |
|
@@ -1996,14 +2022,14 @@ msgstr ""
|
|
1996 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
|
1997 |
#: framework/premium/extensions/mega-menu/options.php:493,
|
1998 |
#: framework/premium/extensions/shortcuts/customizer.php:889,
|
1999 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
2000 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:31,
|
2001 |
-
#: framework/features/header/items/account/options.php:
|
2002 |
msgid "Text"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
|
2006 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
2007 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:34
|
2008 |
msgid "You can add here some arbitrary HTML code."
|
2009 |
msgstr ""
|
@@ -2308,7 +2334,7 @@ msgstr ""
|
|
2308 |
#: framework/premium/extensions/mega-menu/options.php:534,
|
2309 |
#: framework/premium/extensions/shortcuts/customizer.php:883,
|
2310 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
2311 |
-
#: framework/features/header/items/account/options.php:
|
2312 |
msgid "Background"
|
2313 |
msgstr ""
|
2314 |
|
@@ -2318,9 +2344,9 @@ msgstr ""
|
|
2318 |
|
2319 |
#: framework/premium/extensions/mega-menu/options.php:568,
|
2320 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
|
2321 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2322 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2323 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2324 |
msgid "Link Initial"
|
2325 |
msgstr ""
|
2326 |
|
@@ -2346,7 +2372,7 @@ msgstr ""
|
|
2346 |
#: framework/premium/extensions/mega-menu/options.php:624,
|
2347 |
#: framework/premium/extensions/shortcuts/customizer.php:900,
|
2348 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:432,
|
2349 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
2350 |
msgid "Items Divider"
|
2351 |
msgstr ""
|
2352 |
|
@@ -2355,7 +2381,7 @@ msgid "Columns Divider"
|
|
2355 |
msgstr ""
|
2356 |
|
2357 |
#: framework/premium/extensions/mega-menu/options.php:654,
|
2358 |
-
#: framework/premium/features/premium-header/items/search-input/options.php:
|
2359 |
msgid "Dropdown Shadow"
|
2360 |
msgstr ""
|
2361 |
|
@@ -2369,18 +2395,18 @@ msgstr ""
|
|
2369 |
|
2370 |
#: framework/premium/extensions/mega-menu/options.php:742,
|
2371 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
|
2372 |
-
#: framework/features/header/items/account/options.php:
|
2373 |
-
#: framework/features/header/items/account/options.php:
|
2374 |
-
#: framework/features/header/items/account/options.php:
|
2375 |
-
#: framework/features/header/items/account/options.php:
|
2376 |
-
#: framework/features/header/items/account/options.php:
|
2377 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
2378 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
2379 |
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
2380 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2381 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2382 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2383 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2384 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
|
2385 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
|
2386 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
|
@@ -2490,10 +2516,10 @@ msgstr ""
|
|
2490 |
#: framework/premium/extensions/shortcuts/customizer.php:68,
|
2491 |
#: framework/premium/extensions/shortcuts/customizer.php:91,
|
2492 |
#: framework/premium/extensions/shortcuts/customizer.php:572,
|
2493 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
2494 |
#: framework/premium/extensions/shortcuts/views/bar.php:22,
|
2495 |
#: framework/premium/extensions/shortcuts/views/bar.php:44,
|
2496 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2497 |
msgid "Phone"
|
2498 |
msgstr ""
|
2499 |
|
@@ -2505,7 +2531,7 @@ msgstr ""
|
|
2505 |
|
2506 |
#: framework/premium/extensions/shortcuts/customizer.php:293,
|
2507 |
#: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
|
2508 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
2509 |
msgid "Open link in new tab"
|
2510 |
msgstr ""
|
2511 |
|
@@ -2532,9 +2558,9 @@ msgstr ""
|
|
2532 |
#: framework/premium/extensions/shortcuts/customizer.php:473,
|
2533 |
#: framework/premium/extensions/woocommerce-extra/readme.php:70,
|
2534 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
2535 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2536 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:
|
2537 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:
|
2538 |
msgid "Wishlist"
|
2539 |
msgstr ""
|
2540 |
|
@@ -2548,33 +2574,33 @@ msgid "Shortcuts"
|
|
2548 |
msgstr ""
|
2549 |
|
2550 |
#: framework/premium/extensions/shortcuts/customizer.php:612,
|
2551 |
-
#: framework/features/header/items/account/options.php:
|
2552 |
-
#: framework/features/header/items/account/options.php:
|
2553 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2554 |
msgid "Label Visibility"
|
2555 |
msgstr ""
|
2556 |
|
2557 |
#: framework/premium/extensions/shortcuts/customizer.php:652,
|
2558 |
-
#: framework/features/header/items/account/options.php:
|
2559 |
-
#: framework/features/header/items/account/options.php:
|
2560 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2561 |
msgid "Label Position"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
#: framework/premium/extensions/shortcuts/customizer.php:661,
|
2565 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
|
2566 |
#: framework/premium/features/content-blocks/hooks-manager.php:445,
|
2567 |
-
#: framework/features/header/items/account/options.php:
|
2568 |
-
#: framework/features/header/items/account/options.php:
|
2569 |
#: framework/premium/features/content-blocks/options/hook.php:307,
|
2570 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2571 |
msgid "Bottom"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
#: framework/premium/extensions/shortcuts/customizer.php:672,
|
2575 |
-
#: framework/features/header/items/account/options.php:
|
2576 |
-
#: framework/features/header/items/account/options.php:
|
2577 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2578 |
msgid "Icon Size"
|
2579 |
msgstr ""
|
2580 |
|
@@ -2592,15 +2618,15 @@ msgstr ""
|
|
2592 |
|
2593 |
#: framework/premium/extensions/shortcuts/customizer.php:726,
|
2594 |
#: framework/premium/features/content-blocks/admin-ui.php:225,
|
2595 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
2596 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
2597 |
#: framework/features/header/items/account/options.php:141,
|
2598 |
-
#: framework/features/header/items/account/options.php:
|
2599 |
#: framework/premium/features/content-blocks/options/hook.php:9,
|
2600 |
#: framework/premium/features/content-blocks/options/hook.php:158,
|
2601 |
#: framework/premium/features/content-blocks/options/popup.php:162,
|
2602 |
#: framework/premium/features/content-blocks/options/popup.php:437,
|
2603 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2604 |
msgid "None"
|
2605 |
msgstr ""
|
2606 |
|
@@ -2618,17 +2644,17 @@ msgstr ""
|
|
2618 |
|
2619 |
#: framework/premium/extensions/shortcuts/customizer.php:784,
|
2620 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
|
2621 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2622 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
2623 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:376
|
2624 |
msgid "Font"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
#: framework/premium/extensions/shortcuts/customizer.php:826,
|
2628 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2629 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2630 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2631 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2632 |
msgid "Icons Color"
|
2633 |
msgstr ""
|
2634 |
|
@@ -2731,16 +2757,16 @@ msgstr ""
|
|
2731 |
|
2732 |
#: framework/premium/extensions/woocommerce-extra/extension.php:83,
|
2733 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
|
2734 |
-
#: framework/features/header/items/account/options.php:
|
2735 |
-
#: framework/features/header/items/account/options.php:
|
2736 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:
|
2737 |
msgid "Type 3"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
#: framework/premium/extensions/woocommerce-extra/extension.php:88,
|
2741 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
|
2742 |
-
#: framework/features/header/items/account/options.php:
|
2743 |
-
#: framework/features/header/items/account/options.php:
|
2744 |
msgid "Type 4"
|
2745 |
msgstr ""
|
2746 |
|
@@ -2877,16 +2903,16 @@ msgid "Widgets Font Color"
|
|
2877 |
msgstr ""
|
2878 |
|
2879 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
|
2880 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2881 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2882 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2883 |
msgid "Text Initial"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
|
2887 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2888 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2889 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2890 |
msgid "Link Hover"
|
2891 |
msgstr ""
|
2892 |
|
@@ -2927,22 +2953,22 @@ msgid "Panel Shadow"
|
|
2927 |
msgstr ""
|
2928 |
|
2929 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
2930 |
-
#: framework/features/header/items/account/options.php:
|
2931 |
msgid "Close Button Type"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
2935 |
-
#: framework/features/header/items/account/options.php:
|
2936 |
msgid "Simple"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
2940 |
-
#: framework/features/header/items/account/options.php:
|
2941 |
msgid "Border"
|
2942 |
msgstr ""
|
2943 |
|
2944 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
2945 |
-
#: framework/features/header/items/account/options.php:
|
2946 |
msgid "Border Color"
|
2947 |
msgstr ""
|
2948 |
|
@@ -3837,8 +3863,8 @@ msgstr ""
|
|
3837 |
msgid "Contact Info"
|
3838 |
msgstr ""
|
3839 |
|
3840 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3841 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3842 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
|
3843 |
#: framework/premium/features/premium-header/items/contacts/options.php:17,
|
3844 |
#: framework/premium/features/premium-header/items/contacts/options.php:46,
|
@@ -3846,125 +3872,125 @@ msgstr ""
|
|
3846 |
msgid "Address:"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3850 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3851 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
|
3852 |
#: framework/premium/features/premium-header/items/contacts/options.php:24,
|
3853 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3854 |
#: framework/premium/features/premium-header/items/contacts/view.php:29
|
3855 |
msgid "Phone:"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3859 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3860 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
|
3861 |
#: framework/premium/features/premium-header/items/contacts/options.php:32,
|
3862 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3863 |
#: framework/premium/features/premium-header/items/contacts/view.php:37
|
3864 |
msgid "Mobile:"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3868 |
#: framework/premium/features/premium-header/items/contacts/options.php:41
|
3869 |
msgid "Address"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3873 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3874 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3875 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3876 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3877 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3878 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3879 |
#: framework/premium/features/premium-header/items/contacts/options.php:59,
|
3880 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3881 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3882 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3883 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3884 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3885 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3886 |
msgid "Link (optional)"
|
3887 |
msgstr ""
|
3888 |
|
3889 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3890 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3891 |
msgid "Work Hours"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3895 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3896 |
msgid "Opening hours"
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3900 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3901 |
msgid "Fax"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3905 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3906 |
msgid "Fax:"
|
3907 |
msgstr ""
|
3908 |
|
3909 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3910 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3911 |
msgid "Email:"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3915 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3916 |
msgid "Website"
|
3917 |
msgstr ""
|
3918 |
|
3919 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3920 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3921 |
msgid "Website:"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3925 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3926 |
#: framework/premium/features/content-blocks/options/archive.php:46
|
3927 |
msgid "Small"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3931 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3932 |
msgid "Large"
|
3933 |
msgstr ""
|
3934 |
|
3935 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3936 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3937 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3938 |
msgid "Icons Shape Type"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3942 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3943 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3944 |
msgid "Rounded"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3948 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3949 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3950 |
msgid "Square"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3954 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3955 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3956 |
msgid "Shape Fill Type"
|
3957 |
msgstr ""
|
3958 |
|
3959 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3960 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3961 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3962 |
msgid "Solid"
|
3963 |
msgstr ""
|
3964 |
|
3965 |
-
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:
|
3966 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
3967 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3968 |
msgid "Outline"
|
3969 |
msgstr ""
|
3970 |
|
@@ -4145,11 +4171,11 @@ msgid ""
|
|
4145 |
"Accounts%s."
|
4146 |
msgstr ""
|
4147 |
|
4148 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
4149 |
msgid "Open links in new tab"
|
4150 |
msgstr ""
|
4151 |
|
4152 |
-
#: framework/extensions/widgets/widgets/ct-socials/options.php:
|
4153 |
msgid "Set links to nofollow"
|
4154 |
msgstr ""
|
4155 |
|
@@ -4191,7 +4217,7 @@ msgid "Logged Out Options"
|
|
4191 |
msgstr ""
|
4192 |
|
4193 |
#: framework/features/header/items/account/options.php:78,
|
4194 |
-
#: framework/features/header/items/account/options.php:
|
4195 |
msgid "Account Action"
|
4196 |
msgstr ""
|
4197 |
|
@@ -4209,12 +4235,12 @@ msgid "Manage your menu items in the %sMenus screen%s."
|
|
4209 |
msgstr ""
|
4210 |
|
4211 |
#: framework/features/header/items/account/options.php:118,
|
4212 |
-
#: framework/features/header/items/account/options.php:
|
4213 |
msgid "Custom Page Link"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
#: framework/features/header/items/account/options.php:133,
|
4217 |
-
#: framework/features/header/items/account/options.php:
|
4218 |
msgid "Account Image"
|
4219 |
msgstr ""
|
4220 |
|
@@ -4226,125 +4252,125 @@ msgstr ""
|
|
4226 |
msgid "Avatar Size"
|
4227 |
msgstr ""
|
4228 |
|
4229 |
-
#: framework/features/header/items/account/options.php:
|
4230 |
-
#: framework/features/header/items/account/options.php:
|
4231 |
msgid "Type 5"
|
4232 |
msgstr ""
|
4233 |
|
4234 |
-
#: framework/features/header/items/account/options.php:
|
4235 |
-
#: framework/features/header/items/account/options.php:
|
4236 |
msgid "Type 6"
|
4237 |
msgstr ""
|
4238 |
|
4239 |