Blocksy Companion - Version 1.8.37

Version Description

Download this release

Release Info

Developer creativethemeshq
Plugin Icon wp plugin Blocksy Companion
Version 1.8.37
Comparing to
See all releases

Code changes from version 1.8.36 to 1.8.37

Files changed (29) hide show
  1. blocksy-companion.php +1 -1
  2. framework/extensions/cookies-consent/static/bundle/main.min.css +1 -1
  3. framework/extensions/newsletter-subscribe/static/bundle/main.min.css +1 -1
  4. framework/extensions/product-reviews/static/bundle/main-admin.min.css +1 -1
  5. framework/extensions/product-reviews/static/bundle/main.min.css +1 -1
  6. framework/extensions/trending/static/bundle/main.min.css +1 -1
  7. framework/extensions/widgets/static/bundle/main.min.css +9 -27
  8. framework/extensions/widgets/static/sass/posts.scss +12 -33
  9. framework/extensions/widgets/widgets/ct-about-me/options.php +4 -3
  10. framework/extensions/widgets/widgets/ct-contact-info/options.php +201 -12
  11. framework/extensions/widgets/widgets/ct-socials/options.php +8 -4
  12. framework/features/account-auth.php +1 -0
  13. framework/features/conditions-manager.php +21 -0
  14. framework/features/demo-install/options-import.php +12 -0
  15. framework/features/demo-install/widgets-import.php +11 -7
  16. framework/features/header/items/account/config.php +5 -1
  17. framework/features/header/items/account/options.php +146 -75
  18. framework/features/header/items/account/views/login.php +17 -0
  19. framework/features/header/items/account/views/logout.php +18 -1
  20. framework/helpers/helpers.php +19 -18
  21. framework/theme-integration.php +1 -2
  22. languages/blocksy-companion.pot +490 -460
  23. readme.txt +5 -1
  24. static/bundle/account-lazy.min.css +1 -1
  25. static/bundle/dashboard.min.css +1 -1
  26. static/bundle/options.min.css +1 -1
  27. static/sass/common-frontend.scss +2 -2
  28. static/sass/common-frontend/functions.scss +118 -0
  29. 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.36
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.36
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.36
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.36
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.36
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.36
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.36
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
@@ -10,7 +10,8 @@
10
  --listItemSpacing: 20px;
11
  }
12
  .ct-posts-widget ul a {
13
- display: var(--display, flex);
 
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] a .ct-post-title {
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
- --display: block;
64
  }
65
- .ct-posts-widget ul[data-type=large-small] li:first-child a .ct-image-container {
66
- margin-bottom: 20px;
67
  }
68
- .ct-posts-widget ul[data-type=large-small] li:first-child a .ct-post-title {
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: var(--display, flex);
 
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="no-thumbs"] a {
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
- --display: block;
 
77
 
78
- .ct-image-container {
79
- margin-bottom: 20px;
80
- }
81
 
82
- .ct-post-title {
83
- --fontSize: 17px;
84
- --fontWeight: 600;
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' => blc_call_fn(
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' => 'inline',
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' => 'inline',
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' => blc_call_fn([
54
- 'fn' => 'blocksy_get_social_networks_list',
55
- 'default' => []
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 = maybe_unserialize(
218
- $wpdb->get_row(
219
- $wpdb->prepare(
220
- "SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1",
221
- 'widget_' . $id_base
222
- )
223
- )->option_value
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
- 'account_loggedin_icon' => [
171
- 'label' => false,
172
- 'type' => 'ct-image-picker',
173
- 'value' => 'type-1',
174
- 'attr' => [
175
- 'data-type' => 'background',
176
- 'data-columns' => '3',
177
- ],
178
  'divider' => 'top',
179
  'setting' => [ 'transport' => 'postMessage' ],
180
  'choices' => [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
- 'type-1' => [
183
- 'src' => blocksy_image_picker_file( 'account-1' ),
184
- 'title' => __( 'Type 1', 'blocksy-companion' ),
185
- ],
186
-
187
- 'type-2' => [
188
- 'src' => blocksy_image_picker_file( 'account-2' ),
189
- 'title' => __( 'Type 2', 'blocksy-companion' ),
190
- ],
191
-
192
- 'type-3' => [
193
- 'src' => blocksy_image_picker_file( 'account-3' ),
194
- 'title' => __( 'Type 3', 'blocksy-companion' ),
195
- ],
196
-
197
- 'type-4' => [
198
- 'src' => blocksy_image_picker_file( 'account-4' ),
199
- 'title' => __( 'Type 4', 'blocksy-companion' ),
200
- ],
201
-
202
- 'type-5' => [
203
- 'src' => blocksy_image_picker_file( 'account-5' ),
204
- 'title' => __( 'Type 5', 'blocksy-companion' ),
205
- ],
206
-
207
- 'type-6' => [
208
- 'src' => blocksy_image_picker_file( 'account-6' ),
209
- 'title' => __( 'Type 6', 'blocksy-companion' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  ],
211
- ],
212
  ],
213
 
214
  'account_loggedin_icon_size' => [
@@ -373,48 +408,84 @@ $options = [
373
  'condition' => [ 'logged_out_style' => 'icon' ],
374
  'options' => [
375
 
376
- 'accountHeaderIcon' => [
377
- 'label' => false,
378
- 'type' => 'ct-image-picker',
379
- 'value' => 'type-1',
380
- 'attr' => [
381
- 'data-type' => 'background',
382
- 'data-columns' => '3',
383
- ],
384
  'divider' => 'top',
385
  'setting' => [ 'transport' => 'postMessage' ],
386
  'choices' => [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
387
 
388
- 'type-1' => [
389
- 'src' => blocksy_image_picker_file( 'account-1' ),
390
- 'title' => __( 'Type 1', 'blocksy-companion' ),
391
- ],
392
-
393
- 'type-2' => [
394
- 'src' => blocksy_image_picker_file( 'account-2' ),
395
- 'title' => __( 'Type 2', 'blocksy-companion' ),
396
- ],
397
-
398
- 'type-3' => [
399
- 'src' => blocksy_image_picker_file( 'account-3' ),
400
- 'title' => __( 'Type 3', 'blocksy-companion' ),
401
- ],
402
-
403
- 'type-4' => [
404
- 'src' => blocksy_image_picker_file( 'account-4' ),
405
- 'title' => __( 'Type 4', 'blocksy-companion' ),
406
- ],
407
-
408
- 'type-5' => [
409
- 'src' => blocksy_image_picker_file( 'account-5' ),
410
- 'title' => __( 'Type 5', 'blocksy-companion' ),
411
- ],
412
-
413
- 'type-6' => [
414
- 'src' => blocksy_image_picker_file( 'account-6' ),
415
- 'title' => __( 'Type 6', 'blocksy-companion' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- echo $icon[
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
- $svgs = [
96
- 'address' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-hidden="true"><path d="M10,0C6.1,0,3,3.1,3,7c0,4.5,6,11.8,6.2,12.1L10,20l0.8-0.9C11,18.8,17,11.5,17,7C17,3.1,13.9,0,10,0z M10,2c2.8,0,5,2.2,5,5c0,2.7-3.1,7.4-5,9.8C8.1,14.4,5,9.7,5,7C5,4.2,7.2,2,10,2zM10,4.5C8.6,4.5,7.5,5.6,7.5,7S8.6,9.5,10,9.5s2.5-1.1,2.5-2.5S11.4,4.5,10,4.5z"/></svg>',
97
-
98
- 'phone' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-hidden="true"><path d="M4.4,0C4,0,3.6,0.2,3.2,0.4l0,0l0,0L0.8,2.9l0,0C0,3.6-0.2,4.7,0.1,5.6c0,0,0,0,0,0c0.7,1.9,2.3,5.5,5.6,8.7c3.3,3.3,6.9,4.9,8.7,5.6h0c0.9,0.3,1.9,0.1,2.7-0.5l2.4-2.4c0.6-0.6,0.6-1.7,0-2.4l-3.1-3.1l0,0c-0.6-0.6-1.8-0.6-2.4,0l-1.5,1.5c-0.6-0.3-1.9-1-3.1-2.2C8,9.5,7.4,8.2,7.2,7.6l1.5-1.5c0.6-0.6,0.7-1.7,0-2.4l0,0L8.6,3.6L5.6,0.5l0,0l0,0C5.2,0.2,4.8,0,4.4,0zM4.4,1.5c0.1,0,0.1,0,0.2,0.1l3.1,3.1l0.1,0.1c0,0,0,0.1,0,0.2L5.7,6.9L5.3,7.3l0.2,0.5c0,0,0.9,2.4,2.7,4.1L8.4,12c1.8,1.6,3.9,2.5,3.9,2.5l0.5,0.2l2.3-2.3c0.1-0.1,0.1-0.1,0.2,0l3.1,3.1c0.1,0.1,0.1,0.1,0,0.2l-2.4,2.4c-0.4,0.3-0.7,0.4-1.2,0.2c-1.7-0.7-5.1-2.2-8.1-5.2c-3-3-4.6-6.5-5.2-8.2c-0.1-0.3,0-0.8,0.2-1l0,0l2.3-2.4C4.2,1.6,4.3,1.5,4.4,1.5z"/></svg>',
99
-
100
- 'mobile' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-hidden="true"><path d="M13.5,20H6.5c-1.6,0-2.9-1.3-2.9-2.9V2.9C3.5,1.3,4.8,0,6.5,0h7.1c1.6,0,2.9,1.3,2.9,2.9v14.1C16.5,18.7,15.2,20,13.5,20zM6.7,1.7C5.8,1.7,5,2.5,5,3.4v13.2c0,0.9,0.7,1.7,1.7,1.7h6.6c0.9,0,1.7-0.7,1.7-1.7V3.4c0-0.9-0.7-1.7-1.7-1.7H6.7z"/><path d="M11.2,4.4H8.8c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h2.4c0.3,0,0.6,0.3,0.6,0.6S11.5,4.4,11.2,4.4z"/><circle cx="10" cy="15.7" r="1.2"/></svg>',
101
-
102
- 'hours' => '<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,10s10-4.5,10-10S15.5,0,10,0z M10,18.2c-4.5,0-8.2-3.7-8.2-8.2c0-4.5,3.7-8.2,8.2-8.2c4.5,0,8.2,3.7,8.2,8.2C18.2,14.5,14.5,18.2,10,18.2z M14.4,12.2c-0.2,0.3-0.5,0.5-0.8,0.5c-0.1,0-0.3,0-0.4-0.1l-3.6-1.8c-0.3-0.2-0.5-0.5-0.5-0.8V4.5C9.1,4,9.5,3.6,10,3.6s0.9,0.4,0.9,0.9v4.9L14,11C14.5,11.2,14.7,11.8,14.4,12.2z"/></svg>',
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
- <span class="ct-icon-container">
135
- <?php echo $svgs[$single_layer['id']] ?>
136
- </span>
 
 
 
 
 
 
 
 
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
- protected function svg_dimensions($svg) {
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-21 15:47+0000\n"
11
  "Project-Id-Version: undefined\n"
12
  "X-Poedit-Basepath: ..\n"
13
  "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;"
@@ -122,73 +122,73 @@ msgid ""
122
  "a wishlits page."
123
  msgstr ""
124
 
125
- #: framework/theme-integration.php:310,
126
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
127
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
128
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
129
  msgid "Facebook"
130
  msgstr ""
131
 
132
- #: framework/theme-integration.php:311
133
  msgid "Twitter"
134
  msgstr ""
135
 
136
- #: framework/theme-integration.php:312
137
  msgid "LinkedIn"
138
  msgstr ""
139
 
140
- #: framework/theme-integration.php:313
141
  msgid "Dribbble"
142
  msgstr ""
143
 
144
- #: framework/theme-integration.php:314
145
  msgid "Instagram"
146
  msgstr ""
147
 
148
- #: framework/theme-integration.php:315
149
  msgid "Pinterest"
150
  msgstr ""
151
 
152
- #: framework/theme-integration.php:316
153
  msgid "WordPress"
154
  msgstr ""
155
 
156
- #: framework/theme-integration.php:317
157
  msgid "GitHub"
158
  msgstr ""
159
 
160
- #: framework/theme-integration.php:318,
161
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
162
- #: framework/extensions/widgets/widgets/ct-socials/options.php:83,
163
  #: framework/premium/features/content-blocks/options/archive.php:47
164
  msgid "Medium"
165
  msgstr ""
166
 
167
- #: framework/theme-integration.php:319
168
  msgid "YouTube"
169
  msgstr ""
170
 
171
- #: framework/theme-integration.php:320
172
  msgid "Vimeo"
173
  msgstr ""
174
 
175
- #: framework/theme-integration.php:321
176
  msgid "VKontakte"
177
  msgstr ""
178
 
179
- #: framework/theme-integration.php:322
180
  msgid "Odnoklassniki"
181
  msgstr ""
182
 
183
- #: framework/theme-integration.php:323
184
  msgid "TikTok"
185
  msgstr ""
186
 
187
- #: framework/theme-integration.php:395
188
  msgid "Companion"
189
  msgstr ""
190
 
191
- #: framework/theme-integration.php:411 static/js/screens/SiteExport.js:106
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:231
216
  msgid "Check your email"
217
  msgstr ""
218
 
219
- #: framework/features/account-auth.php:198
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:207
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:237
232
  msgid "Registration Form"
233
  msgstr ""
234
 
235
- #: framework/features/account-auth.php:238
236
  msgid "Register For This Site"
237
  msgstr ""
238
 
239
- #: framework/features/conditions-manager.php:463
240
  msgid "Entire Website"
241
  msgstr ""
242
 
243
- #: framework/features/conditions-manager.php:471,
244
- #: framework/features/conditions-manager.php:513,
245
- #: framework/features/conditions-manager.php:545
246
  msgid "Basic"
247
  msgstr ""
248
 
249
- #: framework/features/conditions-manager.php:475,
250
- #: framework/features/conditions-manager.php:549
251
  msgid "Singulars"
252
  msgstr ""
253
 
254
- #: framework/features/conditions-manager.php:480,
255
- #: framework/features/conditions-manager.php:517
256
  msgid "Archives"
257
  msgstr ""
258
 
259
- #: framework/features/conditions-manager.php:486,
260
- #: framework/features/conditions-manager.php:523,
261
- #: framework/features/conditions-manager.php:555,
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:490,
272
- #: framework/features/conditions-manager.php:559,
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:495,
283
- #: framework/features/conditions-manager.php:527
284
  msgid "All Post Archives"
285
  msgstr ""
286
 
287
- #: framework/features/conditions-manager.php:500,
288
- #: framework/features/conditions-manager.php:532
289
  msgid "Post Categories"
290
  msgstr ""
291
 
292
- #: framework/features/conditions-manager.php:505,
293
- #: framework/features/conditions-manager.php:537
294
  msgid "Post Tags"
295
  msgstr ""
296
 
297
- #: framework/features/conditions-manager.php:567,
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:571
304
  msgid "Single Page"
305
  msgstr ""
306
 
307
- #: framework/features/conditions-manager.php:598
308
  msgid "%s Single"
309
  msgstr ""
310
 
311
- #: framework/features/conditions-manager.php:608
312
  msgid "%s Archive"
313
  msgstr ""
314
 
315
- #: framework/features/conditions-manager.php:621
316
  msgid "%s %s Taxonomy"
317
  msgstr ""
318
 
319
- #: framework/features/conditions-manager.php:636
320
  msgid "Post ID"
321
  msgstr ""
322
 
323
- #: framework/features/conditions-manager.php:641
324
  msgid "Page ID"
325
  msgstr ""
326
 
327
- #: framework/features/conditions-manager.php:646
328
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
329
  msgid "Custom Post Type ID"
330
  msgstr ""
331
 
332
- #: framework/features/conditions-manager.php:651
333
  msgid "Post with Taxonomy ID"
334
  msgstr ""
335
 
336
- #: framework/features/conditions-manager.php:656
337
  msgid "Taxonomy ID"
338
  msgstr ""
339
 
340
- #: framework/features/conditions-manager.php:660
341
  msgid "Specific"
342
  msgstr ""
343
 
344
- #: framework/features/conditions-manager.php:666
345
  msgid "Other Pages"
346
  msgstr ""
347
 
348
- #: framework/features/conditions-manager.php:670
349
  msgid "404"
350
  msgstr ""
351
 
352
- #: framework/features/conditions-manager.php:675,
353
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
354
- #: framework/premium/features/premium-header/items/search-input/view.php:71
355
  msgid "Search"
356
  msgstr ""
357
 
358
- #: framework/features/conditions-manager.php:680
359
  msgid "Blog"
360
  msgstr ""
361
 
362
- #: framework/features/conditions-manager.php:685
363
  msgid "Front Page"
364
  msgstr ""
365
 
366
- #: framework/features/conditions-manager.php:697
 
 
 
 
367
  msgid "Author"
368
  msgstr ""
369
 
370
- #: framework/features/conditions-manager.php:707
371
  msgid "WooCommerce"
372
  msgstr ""
373
 
374
- #: framework/features/conditions-manager.php:711
375
  msgid "Shop Home"
376
  msgstr ""
377
 
378
- #: framework/features/conditions-manager.php:716
379
  msgid "Single Product"
380
  msgstr ""
381
 
382
- #: framework/features/conditions-manager.php:721
383
  msgid "Product Archives"
384
  msgstr ""
385
 
386
- #: framework/features/conditions-manager.php:726
387
  msgid "Product Categories"
388
  msgstr ""
389
 
390
- #: framework/features/conditions-manager.php:731
391
  msgid "Product Tags"
392
  msgstr ""
393
 
394
- #: framework/features/conditions-manager.php:739
395
  msgid "Custom Post Types"
396
  msgstr ""
397
 
398
- #: framework/features/conditions-manager.php:748
399
  msgid "User Auth"
400
  msgstr ""
401
 
402
- #: framework/features/conditions-manager.php:752
403
  msgid "User Logged In"
404
  msgstr ""
405
 
406
- #: framework/features/conditions-manager.php:757
407
  msgid "User Logged Out"
408
  msgstr ""
409
 
410
- #: framework/features/conditions-manager.php:763
411
  msgid "User Roles"
412
  msgstr ""
413
 
414
- #: framework/features/conditions-manager.php:768,
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:772
423
  msgid "Post Author"
424
  msgstr ""
425
 
426
- #: framework/features/conditions-manager.php:784,
427
  #: framework/premium/features/premium-header/items/language-switcher/config.php:14
428
  msgid "Languages"
429
  msgstr ""
430
 
431
- #: framework/features/conditions-manager.php:788
432
  msgid "Current Language"
433
  msgstr ""
434
 
435
- #: framework/features/conditions-manager.php:796
436
  msgid "bbPress"
437
  msgstr ""
438
 
439
- #: framework/features/conditions-manager.php:800
440
  msgid "Profile"
441
  msgstr ""
442
 
443
- #: framework/features/conditions-manager.php:812
444
  #: static/js/options/ConditionsManager.js:104
445
  msgid "Include"
446
  msgstr ""
447
 
448
- #: framework/features/conditions-manager.php:812
449
  #: static/js/options/ConditionsManager.js:105
450
  msgid "Exclude"
451
  msgstr ""
452
 
453
- #: framework/features/conditions-manager.php:865
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:184,
573
- #: framework/features/header/items/account/options.php:390,
574
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
575
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
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:189,
584
- #: framework/features/header/items/account/options.php:395,
585
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
586
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
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:86,
632
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
633
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
634
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:171,
635
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
636
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
637
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
638
  #: framework/premium/features/premium-header/items/contacts/options.php:52,
639
- #: framework/premium/features/premium-header/items/contacts/options.php:78,
640
- #: framework/premium/features/premium-header/items/contacts/options.php:105,
641
- #: framework/premium/features/premium-header/items/contacts/options.php:132,
642
- #: framework/premium/features/premium-header/items/contacts/options.php:159,
643
- #: framework/premium/features/premium-header/items/contacts/options.php:186,
644
- #: framework/premium/features/premium-header/items/contacts/options.php:213
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:531,
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:119,
699
- #: framework/premium/features/premium-header/items/contacts/options.php:340,
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:178
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:595,
735
- #: framework/features/header/items/account/options.php:627,
736
- #: framework/features/header/items/account/options.php:657,
737
- #: framework/features/header/items/account/options.php:739,
738
- #: framework/features/header/items/account/options.php:770,
739
- #: framework/features/header/items/account/options.php:799,
740
- #: framework/features/header/items/account/options.php:860,
741
- #: framework/features/header/items/account/options.php:890,
742
- #: framework/features/header/items/account/options.php:920,
743
- #: framework/features/header/items/account/options.php:956,
744
- #: framework/features/header/items/account/options.php:1056,
745
- #: framework/features/header/items/account/options.php:1092,
746
- #: framework/features/header/items/account/options.php:1131,
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:191,
756
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:222,
757
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:251,
758
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
759
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
760
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
761
- #: framework/premium/features/premium-header/items/contacts/options.php:573,
762
- #: framework/premium/features/premium-header/items/contacts/options.php:604,
763
- #: framework/premium/features/premium-header/items/contacts/options.php:634,
764
- #: framework/premium/features/premium-header/items/contacts/options.php:734,
765
- #: framework/premium/features/premium-header/items/contacts/options.php:773,
766
- #: framework/premium/features/premium-header/items/contacts/options.php:812,
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:231,
776
- #: framework/premium/features/premium-header/items/search-input/options.php:263,
777
- #: framework/premium/features/premium-header/items/search-input/options.php:293,
778
- #: framework/premium/features/premium-header/items/search-input/options.php:361,
779
- #: framework/premium/features/premium-header/items/search-input/options.php:393,
780
- #: framework/premium/features/premium-header/items/search-input/options.php:423,
781
- #: framework/premium/features/premium-header/items/search-input/options.php:491,
782
- #: framework/premium/features/premium-header/items/search-input/options.php:523,
783
- #: framework/premium/features/premium-header/items/search-input/options.php:553,
784
- #: framework/premium/features/premium-header/items/search-input/options.php:626,
785
- #: framework/premium/features/premium-header/items/search-input/options.php:656,
786
- #: framework/premium/features/premium-header/items/search-input/options.php:686,
787
- #: framework/premium/features/premium-header/items/search-input/options.php:773,
788
- #: framework/premium/features/premium-header/items/search-input/options.php:801
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:601,
807
- #: framework/features/header/items/account/options.php:632,
808
- #: framework/features/header/items/account/options.php:662,
809
- #: framework/features/header/items/account/options.php:745,
810
- #: framework/features/header/items/account/options.php:775,
811
- #: framework/features/header/items/account/options.php:804,
812
- #: framework/features/header/items/account/options.php:866,
813
- #: framework/features/header/items/account/options.php:1062,
814
- #: framework/features/header/items/account/options.php:1098,
815
- #: framework/features/header/items/account/options.php:1137,
816
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
817
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
818
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
819
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
820
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
821
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
822
- #: framework/premium/features/premium-header/items/contacts/options.php:578,
823
- #: framework/premium/features/premium-header/items/contacts/options.php:609,
824
- #: framework/premium/features/premium-header/items/contacts/options.php:639,
825
- #: framework/premium/features/premium-header/items/contacts/options.php:739,
826
- #: framework/premium/features/premium-header/items/contacts/options.php:778,
827
- #: framework/premium/features/premium-header/items/contacts/options.php:817,
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:778
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:1114,
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:842,
855
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
856
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
857
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
858
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
859
- #: framework/premium/features/premium-header/items/contacts/options.php:356,
860
- #: framework/premium/features/premium-header/items/contacts/options.php:385,
861
- #: framework/premium/features/premium-header/items/contacts/options.php:428,
862
- #: framework/premium/features/premium-header/items/contacts/options.php:468,
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:79,
922
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:108,
923
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:136,
924
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:164,
925
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:192,
926
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:220,
927
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
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:71,
934
- #: framework/premium/features/premium-header/items/contacts/options.php:98,
935
- #: framework/premium/features/premium-header/items/contacts/options.php:125,
936
- #: framework/premium/features/premium-header/items/contacts/options.php:152,
937
- #: framework/premium/features/premium-header/items/contacts/options.php:179,
938
- #: framework/premium/features/premium-header/items/contacts/options.php:206
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:245,
1079
- #: framework/features/header/items/account/options.php:451,
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:73
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:246,
1108
- #: framework/features/header/items/account/options.php:452,
1109
- #: framework/features/header/items/account/options.php:1179,
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:74
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:131,
1140
- #: framework/features/header/items/account/options.php:247,
1141
- #: framework/features/header/items/account/options.php:453,
1142
- #: framework/features/header/items/account/options.php:1180,
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:75,
1150
- #: framework/premium/features/premium-header/items/contacts/options.php:94
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:874,
1164
- #: framework/premium/features/premium-header/items/search-input/options.php:184,
1165
- #: framework/premium/features/premium-header/items/search-input/options.php:213,
1166
- #: framework/premium/features/premium-header/items/search-input/options.php:245,
1167
- #: framework/premium/features/premium-header/items/search-input/options.php:275
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:896,
1175
- #: framework/features/header/items/account/options.php:926,
1176
- #: framework/features/header/items/account/options.php:962,
1177
- #: framework/premium/features/premium-header/items/search-input/options.php:237,
1178
- #: framework/premium/features/premium-header/items/search-input/options.php:268,
1179
- #: framework/premium/features/premium-header/items/search-input/options.php:298,
1180
- #: framework/premium/features/premium-header/items/search-input/options.php:367,
1181
- #: framework/premium/features/premium-header/items/search-input/options.php:398,
1182
- #: framework/premium/features/premium-header/items/search-input/options.php:428,
1183
- #: framework/premium/features/premium-header/items/search-input/options.php:497,
1184
- #: framework/premium/features/premium-header/items/search-input/options.php:528,
1185
- #: framework/premium/features/premium-header/items/search-input/options.php:558,
1186
- #: framework/premium/features/premium-header/items/search-input/options.php:631,
1187
- #: framework/premium/features/premium-header/items/search-input/options.php:661,
1188
- #: framework/premium/features/premium-header/items/search-input/options.php:691
1189
  msgid "Focus"
1190
  msgstr ""
1191
 
1192
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1193
- #: framework/features/header/items/account/options.php:904,
1194
- #: framework/premium/features/premium-header/items/search-input/options.php:444,
1195
- #: framework/premium/features/premium-header/items/search-input/options.php:473,
1196
- #: framework/premium/features/premium-header/items/search-input/options.php:505,
1197
- #: framework/premium/features/premium-header/items/search-input/options.php:535
1198
  msgid "Input Border Color"
1199
  msgstr ""
1200
 
1201
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1202
- #: framework/features/header/items/account/options.php:940,
1203
- #: framework/premium/features/premium-header/items/search-input/options.php:580,
1204
- #: framework/premium/features/premium-header/items/search-input/options.php:608,
1205
- #: framework/premium/features/premium-header/items/search-input/options.php:638,
1206
- #: framework/premium/features/premium-header/items/search-input/options.php:668
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:295
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:215,
1250
  #: framework/premium/extensions/shortcuts/views/bar.php:45,
1251
- #: framework/premium/features/premium-header/items/contacts/options.php:175
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:498,
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:365,
1955
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447
 
 
 
 
 
 
 
 
 
 
 
 
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:272,
1963
- #: framework/extensions/widgets/widgets/ct-socials/options.php:75,
1964
- #: framework/premium/features/premium-header/items/contacts/options.php:246
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:276,
1977
- #: framework/features/header/items/account/options.php:482,
1978
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
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:277,
1986
- #: framework/features/header/items/account/options.php:483,
1987
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
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:30,
2000
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
2001
- #: framework/features/header/items/account/options.php:294
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:33,
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:1033
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:414,
2322
- #: framework/premium/features/premium-header/items/contacts/options.php:456,
2323
- #: framework/premium/features/premium-header/items/contacts/options.php:496
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:826
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:808
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:694,
2373
- #: framework/features/header/items/account/options.php:722,
2374
- #: framework/features/header/items/account/options.php:753,
2375
- #: framework/features/header/items/account/options.php:782,
2376
- #: framework/features/header/items/account/options.php:1039,
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:273,
2381
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
2382
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
2383
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
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:102,
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:66
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:322
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:109,
2536
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
2537
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
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:233,
2552
- #: framework/features/header/items/account/options.php:439,
2553
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
2554
  msgid "Label Visibility"
2555
  msgstr ""
2556
 
2557
  #: framework/premium/extensions/shortcuts/customizer.php:652,
2558
- #: framework/features/header/items/account/options.php:269,
2559
- #: framework/features/header/items/account/options.php:475,
2560
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
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:278,
2568
- #: framework/features/header/items/account/options.php:484,
2569
  #: framework/premium/features/content-blocks/options/hook.php:307,
2570
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
2571
  msgid "Bottom"
2572
  msgstr ""
2573
 
2574
  #: framework/premium/extensions/shortcuts/customizer.php:672,
2575
- #: framework/features/header/items/account/options.php:215,
2576
- #: framework/features/header/items/account/options.php:421,
2577
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
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:293,
2596
- #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
2597
  #: framework/features/header/items/account/options.php:141,
2598
- #: framework/features/header/items/account/options.php:366,
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:274
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:346,
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:526,
2629
- #: framework/premium/features/premium-header/items/contacts/options.php:555,
2630
- #: framework/premium/features/premium-header/items/contacts/options.php:586,
2631
- #: framework/premium/features/premium-header/items/contacts/options.php:616
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:194,
2735
- #: framework/features/header/items/account/options.php:400,
2736
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
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:199,
2743
- #: framework/features/header/items/account/options.php:405
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:408,
2881
- #: framework/premium/features/premium-header/items/contacts/options.php:451,
2882
- #: framework/premium/features/premium-header/items/contacts/options.php:491
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:420,
2888
- #: framework/premium/features/premium-header/items/contacts/options.php:461,
2889
- #: framework/premium/features/premium-header/items/contacts/options.php:501
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:1022
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:1031
2936
  msgid "Simple"
2937
  msgstr ""
2938
 
2939
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2940
- #: framework/features/header/items/account/options.php:1032
2941
  msgid "Border"
2942
  msgstr ""
2943
 
2944
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2945
- #: framework/features/header/items/account/options.php:1075
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:51,
3841
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
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:58,
3850
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
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:72,
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:66,
3859
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
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:99,
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:75,
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:93,
3873
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
3874
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
3875
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
3876
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
3877
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
3878
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
3879
  #: framework/premium/features/premium-header/items/contacts/options.php:59,
3880
- #: framework/premium/features/premium-header/items/contacts/options.php:85,
3881
- #: framework/premium/features/premium-header/items/contacts/options.php:112,
3882
- #: framework/premium/features/premium-header/items/contacts/options.php:139,
3883
- #: framework/premium/features/premium-header/items/contacts/options.php:166,
3884
- #: framework/premium/features/premium-header/items/contacts/options.php:193,
3885
- #: framework/premium/features/premium-header/items/contacts/options.php:220
3886
  msgid "Link (optional)"
3887
  msgstr ""
3888
 
3889
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
3890
- #: framework/premium/features/premium-header/items/contacts/options.php:121
3891
  msgid "Work Hours"
3892
  msgstr ""
3893
 
3894
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
3895
- #: framework/premium/features/premium-header/items/contacts/options.php:126
3896
  msgid "Opening hours"
3897
  msgstr ""
3898
 
3899
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
3900
- #: framework/premium/features/premium-header/items/contacts/options.php:148
3901
  msgid "Fax"
3902
  msgstr ""
3903
 
3904
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
3905
- #: framework/premium/features/premium-header/items/contacts/options.php:153
3906
  msgid "Fax:"
3907
  msgstr ""
3908
 
3909
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
3910
- #: framework/premium/features/premium-header/items/contacts/options.php:180
3911
  msgid "Email:"
3912
  msgstr ""
3913
 
3914
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
3915
- #: framework/premium/features/premium-header/items/contacts/options.php:202
3916
  msgid "Website"
3917
  msgstr ""
3918
 
3919
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
3920
- #: framework/premium/features/premium-header/items/contacts/options.php:207
3921
  msgid "Website:"
3922
  msgstr ""
3923
 
3924
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
3925
- #: framework/extensions/widgets/widgets/ct-socials/options.php:82,
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:281,
3931
- #: framework/extensions/widgets/widgets/ct-socials/options.php:84
3932
  msgid "Large"
3933
  msgstr ""
3934
 
3935
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
3936
- #: framework/extensions/widgets/widgets/ct-socials/options.php:89,
3937
- #: framework/premium/features/premium-header/items/contacts/options.php:267
3938
  msgid "Icons Shape Type"
3939
  msgstr ""
3940
 
3941
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
3942
- #: framework/extensions/widgets/widgets/ct-socials/options.php:97,
3943
- #: framework/premium/features/premium-header/items/contacts/options.php:275
3944
  msgid "Rounded"
3945
  msgstr ""
3946
 
3947
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
3948
- #: framework/extensions/widgets/widgets/ct-socials/options.php:98,
3949
- #: framework/premium/features/premium-header/items/contacts/options.php:276
3950
  msgid "Square"
3951
  msgstr ""
3952
 
3953
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
3954
- #: framework/extensions/widgets/widgets/ct-socials/options.php:108,
3955
- #: framework/premium/features/premium-header/items/contacts/options.php:287
3956
  msgid "Shape Fill Type"
3957
  msgstr ""
3958
 
3959
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
3960
- #: framework/extensions/widgets/widgets/ct-socials/options.php:115,
3961
- #: framework/premium/features/premium-header/items/contacts/options.php:294
3962
  msgid "Solid"
3963
  msgstr ""
3964
 
3965
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
3966
- #: framework/extensions/widgets/widgets/ct-socials/options.php:116,
3967
- #: framework/premium/features/premium-header/items/contacts/options.php:295
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:61
4149
  msgid "Open links in new tab"
4150
  msgstr ""
4151
 
4152
- #: framework/extensions/widgets/widgets/ct-socials/options.php:69
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:328
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:343
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:359
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:204,
4230
- #: framework/features/header/items/account/options.php:410
4231
  msgid "Type 5"
4232
  msgstr ""
4233
 
4234
- #: framework/features/header/items/account/options.php:209,
4235
- #: framework/features/header/items/account/options.php:415
4236
  msgid "Type 6"
4237
  msgstr ""
4238
 
4239