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
- #: framework/features/header/items/account/options.php:286
4240
  msgid "Label Type"
4241
  msgstr ""
4242
 
4243
- #: framework/features/header/items/account/options.php:305,
4244
- #: framework/features/header/items/account/options.php:492,
4245
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
4246
  msgid "Label Text"
4247
  msgstr ""
4248
 
4249
- #: framework/features/header/items/account/options.php:310,
4250
- #: framework/features/header/items/account/views/login.php:68
4251
  msgid "My Account"
4252
  msgstr ""
4253
 
4254
- #: framework/features/header/items/account/options.php:508
4255
  msgid "User Visibility"
4256
  msgstr ""
4257
 
4258
- #: framework/features/header/items/account/options.php:519
4259
  msgid "Logged In"
4260
  msgstr ""
4261
 
4262
- #: framework/features/header/items/account/options.php:520
4263
  msgid "Logged Out"
4264
  msgstr ""
4265
 
4266
- #: framework/features/header/items/account/options.php:537,
4267
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
4268
  msgid "Label Font"
4269
  msgstr ""
4270
 
4271
- #: framework/features/header/items/account/options.php:548,
4272
- #: framework/features/header/items/account/options.php:577,
4273
- #: framework/features/header/items/account/options.php:609,
4274
- #: framework/features/header/items/account/options.php:639
4275
  msgid "Label Color"
4276
  msgstr ""
4277
 
4278
- #: framework/features/header/items/account/options.php:553,
4279
- #: framework/features/header/items/account/options.php:699,
4280
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
4281
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
4282
- #: framework/premium/features/premium-header/items/contacts/options.php:361,
4283
- #: framework/premium/features/premium-header/items/contacts/options.php:531,
4284
- #: framework/premium/features/premium-header/items/contacts/options.php:678,
4285
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
4286
  #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
4287
- #: framework/premium/features/premium-header/items/search-input/options.php:189,
4288
- #: framework/premium/features/premium-header/items/search-input/options.php:319,
4289
- #: framework/premium/features/premium-header/items/search-input/options.php:449,
4290
- #: framework/premium/features/premium-header/items/search-input/options.php:585
4291
  msgid "Default State"
4292
  msgstr ""
4293
 
4294
- #: framework/features/header/items/account/options.php:558,
4295
- #: framework/features/header/items/account/options.php:704,
4296
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
4297
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
4298
- #: framework/premium/features/premium-header/items/contacts/options.php:366,
4299
- #: framework/premium/features/premium-header/items/contacts/options.php:536,
4300
- #: framework/premium/features/premium-header/items/contacts/options.php:686,
4301
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
4302
  #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
4303
- #: framework/premium/features/premium-header/items/search-input/options.php:194,
4304
- #: framework/premium/features/premium-header/items/search-input/options.php:324,
4305
- #: framework/premium/features/premium-header/items/search-input/options.php:454,
4306
- #: framework/premium/features/premium-header/items/search-input/options.php:590
4307
  msgid "Transparent State"
4308
  msgstr ""
4309
 
4310
- #: framework/features/header/items/account/options.php:567,
4311
- #: framework/features/header/items/account/options.php:713,
4312
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
4313
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
4314
- #: framework/premium/features/premium-header/items/contacts/options.php:375,
4315
- #: framework/premium/features/premium-header/items/contacts/options.php:545,
4316
- #: framework/premium/features/premium-header/items/contacts/options.php:696,
4317
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
4318
  #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
4319
- #: framework/premium/features/premium-header/items/search-input/options.php:203,
4320
- #: framework/premium/features/premium-header/items/search-input/options.php:333,
4321
- #: framework/premium/features/premium-header/items/search-input/options.php:463,
4322
- #: framework/premium/features/premium-header/items/search-input/options.php:599
4323
  msgid "Sticky State"
4324
  msgstr ""
4325
 
4326
- #: framework/features/header/items/account/options.php:819
4327
  msgid "Item Margin"
4328
  msgstr ""
4329
 
4330
- #: framework/features/header/items/account/options.php:838
4331
  msgid "Modal Options"
4332
  msgstr ""
4333
 
4334
- #: framework/features/header/items/account/options.php:973
4335
  msgid "Modal Background"
4336
  msgstr ""
4337
 
4338
- #: framework/features/header/items/account/options.php:988
4339
  msgid "Modal Backdrop"
4340
  msgstr ""
4341
 
4342
- #: framework/features/header/items/account/options.php:1003
4343
  msgid "Modal Shadow"
4344
  msgstr ""
4345
 
4346
- #: framework/features/header/items/account/options.php:1168,
4347
- #: framework/premium/features/premium-header/items/search-input/options.php:157
4348
  msgid "Element Visibility"
4349
  msgstr ""
4350
 
@@ -4384,11 +4410,11 @@ msgid "%s %s Color"
4384
  msgstr ""
4385
 
4386
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
4387
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
4388
  msgid "Read Time"
4389
  msgstr ""
4390
 
4391
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:107
4392
  msgid "%s min"
4393
  msgid_plural "%s mins"
4394
  msgstr[0] ""
@@ -4919,11 +4945,11 @@ msgstr ""
4919
  msgid "Main Color"
4920
  msgstr ""
4921
 
4922
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
4923
  msgid "Icon Badge"
4924
  msgstr ""
4925
 
4926
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
4927
  msgid "Label Font Color"
4928
  msgstr ""
4929
 
@@ -4931,46 +4957,46 @@ msgstr ""
4931
  msgid "Contacts"
4932
  msgstr ""
4933
 
4934
- #: framework/premium/features/premium-header/items/contacts/options.php:236
4935
  msgid "Open Links In New Tab"
4936
  msgstr ""
4937
 
4938
- #: framework/premium/features/premium-header/items/contacts/options.php:256,
4939
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
4940
  msgid "Items Spacing"
4941
  msgstr ""
4942
 
4943
- #: framework/premium/features/premium-header/items/contacts/options.php:305
4944
  msgid "Items Direction"
4945
  msgstr ""
4946
 
4947
- #: framework/premium/features/premium-header/items/contacts/options.php:311
4948
  msgid "Horizontal"
4949
  msgstr ""
4950
 
4951
- #: framework/premium/features/premium-header/items/contacts/options.php:312
4952
  msgid "Vertical"
4953
  msgstr ""
4954
 
4955
- #: framework/premium/features/premium-header/items/contacts/options.php:666,
4956
- #: framework/premium/features/premium-header/items/contacts/options.php:708,
4957
- #: framework/premium/features/premium-header/items/contacts/options.php:747,
4958
- #: framework/premium/features/premium-header/items/contacts/options.php:786
4959
  msgid "Icons Background Color"
4960
  msgstr ""
4961
 
4962
- #: framework/premium/features/premium-header/items/contacts/options.php:670,
4963
- #: framework/premium/features/premium-header/items/contacts/options.php:712,
4964
- #: framework/premium/features/premium-header/items/contacts/options.php:751,
4965
- #: framework/premium/features/premium-header/items/contacts/options.php:790
4966
  msgid "Icons Border Color"
4967
  msgstr ""
4968
 
4969
- #: framework/premium/features/premium-header/items/contacts/options.php:831,
4970
  #: framework/premium/features/premium-header/items/divider/options.php:107,
4971
  #: framework/premium/features/premium-header/items/divider/options.php:126,
4972
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
4973
- #: framework/premium/features/premium-header/items/search-input/options.php:724
4974
  msgid "Margin"
4975
  msgstr ""
4976
 
@@ -5042,34 +5068,34 @@ msgstr ""
5042
  msgid "Input Height"
5043
  msgstr ""
5044
 
5045
- #: framework/premium/features/premium-header/items/search-input/options.php:79
5046
  msgid "Live Results"
5047
  msgstr ""
5048
 
5049
- #: framework/premium/features/premium-header/items/search-input/options.php:90
5050
  msgid "Live Results Images"
5051
  msgstr ""
5052
 
5053
- #: framework/premium/features/premium-header/items/search-input/options.php:101
5054
  msgid "Search Through Criteria"
5055
  msgstr ""
5056
 
5057
- #: framework/premium/features/premium-header/items/search-input/options.php:102
5058
  msgid "Chose in which post types do you want to perform searches."
5059
  msgstr ""
5060
 
5061
- #: framework/premium/features/premium-header/items/search-input/options.php:314,
5062
- #: framework/premium/features/premium-header/items/search-input/options.php:343,
5063
- #: framework/premium/features/premium-header/items/search-input/options.php:375,
5064
- #: framework/premium/features/premium-header/items/search-input/options.php:405
5065
  msgid "Input Icon Color"
5066
  msgstr ""
5067
 
5068
- #: framework/premium/features/premium-header/items/search-input/options.php:755
5069
  msgid "Dropdown Text Color"
5070
  msgstr ""
5071
 
5072
- #: framework/premium/features/premium-header/items/search-input/options.php:786
5073
  msgid "Dropdown Background"
5074
  msgstr ""
5075
 
@@ -5775,7 +5801,7 @@ msgid "FontAwesome Regular"
5775
  msgstr ""
5776
 
5777
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
5778
- msgid "Upload Icon"
5779
  msgstr ""
5780
 
5781
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
@@ -5787,7 +5813,11 @@ msgid "Search icon"
5787
  msgstr ""
5788
 
5789
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
5790
- msgid "Predefined"
 
 
 
 
5791
  msgstr ""
5792
 
5793
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
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-28 16:31+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
  "a wishlits page."
123
  msgstr ""
124
 
125
+ #: framework/theme-integration.php:309,
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:310
133
  msgid "Twitter"
134
  msgstr ""
135
 
136
+ #: framework/theme-integration.php:311
137
  msgid "LinkedIn"
138
  msgstr ""
139
 
140
+ #: framework/theme-integration.php:312
141
  msgid "Dribbble"
142
  msgstr ""
143
 
144
+ #: framework/theme-integration.php:313
145
  msgid "Instagram"
146
  msgstr ""
147
 
148
+ #: framework/theme-integration.php:314
149
  msgid "Pinterest"
150
  msgstr ""
151
 
152
+ #: framework/theme-integration.php:315
153
  msgid "WordPress"
154
  msgstr ""
155
 
156
+ #: framework/theme-integration.php:316
157
  msgid "GitHub"
158
  msgstr ""
159
 
160
+ #: framework/theme-integration.php:317,
161
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:469,
162
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
163
  #: framework/premium/features/content-blocks/options/archive.php:47
164
  msgid "Medium"
165
  msgstr ""
166
 
167
+ #: framework/theme-integration.php:318
168
  msgid "YouTube"
169
  msgstr ""
170
 
171
+ #: framework/theme-integration.php:319
172
  msgid "Vimeo"
173
  msgstr ""
174
 
175
+ #: framework/theme-integration.php:320
176
  msgid "VKontakte"
177
  msgstr ""
178
 
179
+ #: framework/theme-integration.php:321
180
  msgid "Odnoklassniki"
181
  msgstr ""
182
 
183
+ #: framework/theme-integration.php:322
184
  msgid "TikTok"
185
  msgstr ""
186
 
187
+ #: framework/theme-integration.php:394
188
  msgid "Companion"
189
  msgstr ""
190
 
191
+ #: framework/theme-integration.php:410 static/js/screens/SiteExport.js:106
192
  msgid "PRO"
193
  msgstr ""
194
 
212
  msgstr ""
213
 
214
  #: framework/features/account-auth.php:104,
215
+ #: framework/features/account-auth.php:232
216
  msgid "Check your email"
217
  msgstr ""
218
 
219
+ #: framework/features/account-auth.php:199
220
  msgid ""
221
  "Your account was created successfully. Your login details have been sent to "
222
  "your email address. Please visit the <a href=\"%s\">login page</a>."
223
  msgstr ""
224
 
225
+ #: framework/features/account-auth.php:208
226
  msgid ""
227
  "Your account was created successfully and a password has been sent to your "
228
  "email address. Please visit the <a href=\"%s\">login page</a>."
229
  msgstr ""
230
 
231
+ #: framework/features/account-auth.php:238
232
  msgid "Registration Form"
233
  msgstr ""
234
 
235
+ #: framework/features/account-auth.php:239
236
  msgid "Register For This Site"
237
  msgstr ""
238
 
239
+ #: framework/features/conditions-manager.php:479
240
  msgid "Entire Website"
241
  msgstr ""
242
 
243
+ #: framework/features/conditions-manager.php:487,
244
+ #: framework/features/conditions-manager.php:529,
245
+ #: framework/features/conditions-manager.php:561
246
  msgid "Basic"
247
  msgstr ""
248
 
249
+ #: framework/features/conditions-manager.php:491,
250
+ #: framework/features/conditions-manager.php:565
251
  msgid "Singulars"
252
  msgstr ""
253
 
254
+ #: framework/features/conditions-manager.php:496,
255
+ #: framework/features/conditions-manager.php:533
256
  msgid "Archives"
257
  msgstr ""
258
 
259
+ #: framework/features/conditions-manager.php:502,
260
+ #: framework/features/conditions-manager.php:539,
261
+ #: framework/features/conditions-manager.php:571,
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
  msgid "Posts"
269
  msgstr ""
270
 
271
+ #: framework/features/conditions-manager.php:506,
272
+ #: framework/features/conditions-manager.php:575,
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
  msgid "Single Post"
280
  msgstr ""
281
 
282
+ #: framework/features/conditions-manager.php:511,
283
+ #: framework/features/conditions-manager.php:543
284
  msgid "All Post Archives"
285
  msgstr ""
286
 
287
+ #: framework/features/conditions-manager.php:516,
288
+ #: framework/features/conditions-manager.php:548
289
  msgid "Post Categories"
290
  msgstr ""
291
 
292
+ #: framework/features/conditions-manager.php:521,
293
+ #: framework/features/conditions-manager.php:553
294
  msgid "Post Tags"
295
  msgstr ""
296
 
297
+ #: framework/features/conditions-manager.php:583,
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:587
304
  msgid "Single Page"
305
  msgstr ""
306
 
307
+ #: framework/features/conditions-manager.php:614
308
  msgid "%s Single"
309
  msgstr ""
310
 
311
+ #: framework/features/conditions-manager.php:624
312
  msgid "%s Archive"
313
  msgstr ""
314
 
315
+ #: framework/features/conditions-manager.php:637
316
  msgid "%s %s Taxonomy"
317
  msgstr ""
318
 
319
+ #: framework/features/conditions-manager.php:652
320
  msgid "Post ID"
321
  msgstr ""
322
 
323
+ #: framework/features/conditions-manager.php:657
324
  msgid "Page ID"
325
  msgstr ""
326
 
327
+ #: framework/features/conditions-manager.php:662
328
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
329
  msgid "Custom Post Type ID"
330
  msgstr ""
331
 
332
+ #: framework/features/conditions-manager.php:667
333
  msgid "Post with Taxonomy ID"
334
  msgstr ""
335
 
336
+ #: framework/features/conditions-manager.php:672
337
  msgid "Taxonomy ID"
338
  msgstr ""
339
 
340
+ #: framework/features/conditions-manager.php:676
341
  msgid "Specific"
342
  msgstr ""
343
 
344
+ #: framework/features/conditions-manager.php:682
345
  msgid "Other Pages"
346
  msgstr ""
347
 
348
+ #: framework/features/conditions-manager.php:686
349
  msgid "404"
350
  msgstr ""
351
 
352
+ #: framework/features/conditions-manager.php:691,
353
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
354
+ #: framework/premium/features/premium-header/items/search-input/view.php:83
355
  msgid "Search"
356
  msgstr ""
357
 
358
+ #: framework/features/conditions-manager.php:696
359
  msgid "Blog"
360
  msgstr ""
361
 
362
+ #: framework/features/conditions-manager.php:701
363
  msgid "Front Page"
364
  msgstr ""
365
 
366
+ #: framework/features/conditions-manager.php:706
367
+ msgid "Privacy Policy Page"
368
+ msgstr ""
369
+
370
+ #: framework/features/conditions-manager.php:718
371
  msgid "Author"
372
  msgstr ""
373
 
374
+ #: framework/features/conditions-manager.php:728
375
  msgid "WooCommerce"
376
  msgstr ""
377
 
378
+ #: framework/features/conditions-manager.php:732
379
  msgid "Shop Home"
380
  msgstr ""
381
 
382
+ #: framework/features/conditions-manager.php:737
383
  msgid "Single Product"
384
  msgstr ""
385
 
386
+ #: framework/features/conditions-manager.php:742
387
  msgid "Product Archives"
388
  msgstr ""
389
 
390
+ #: framework/features/conditions-manager.php:747
391
  msgid "Product Categories"
392
  msgstr ""
393
 
394
+ #: framework/features/conditions-manager.php:752
395
  msgid "Product Tags"
396
  msgstr ""
397
 
398
+ #: framework/features/conditions-manager.php:760
399
  msgid "Custom Post Types"
400
  msgstr ""
401
 
402
+ #: framework/features/conditions-manager.php:769
403
  msgid "User Auth"
404
  msgstr ""
405
 
406
+ #: framework/features/conditions-manager.php:773
407
  msgid "User Logged In"
408
  msgstr ""
409
 
410
+ #: framework/features/conditions-manager.php:778
411
  msgid "User Logged Out"
412
  msgstr ""
413
 
414
+ #: framework/features/conditions-manager.php:784
415
  msgid "User Roles"
416
  msgstr ""
417
 
418
+ #: framework/features/conditions-manager.php:789,
419
  #: framework/premium/features/content-blocks/options/404.php:19,
420
  #: framework/premium/features/content-blocks/options/header.php:19,
421
  #: framework/premium/features/content-blocks/options/hook.php:24,
423
  msgid "Other"
424
  msgstr ""
425
 
426
+ #: framework/features/conditions-manager.php:793
427
  msgid "Post Author"
428
  msgstr ""
429
 
430
+ #: framework/features/conditions-manager.php:805,
431
  #: framework/premium/features/premium-header/items/language-switcher/config.php:14
432
  msgid "Languages"
433
  msgstr ""
434
 
435
+ #: framework/features/conditions-manager.php:809
436
  msgid "Current Language"
437
  msgstr ""
438
 
439
+ #: framework/features/conditions-manager.php:817
440
  msgid "bbPress"
441
  msgstr ""
442
 
443
+ #: framework/features/conditions-manager.php:821
444
  msgid "Profile"
445
  msgstr ""
446
 
447
+ #: framework/features/conditions-manager.php:833
448
  #: static/js/options/ConditionsManager.js:104
449
  msgid "Include"
450
  msgstr ""
451
 
452
+ #: framework/features/conditions-manager.php:833
453
  #: static/js/options/ConditionsManager.js:105
454
  msgid "Exclude"
455
  msgstr ""
456
 
457
+ #: framework/features/conditions-manager.php:886
458
  msgid "Language"
459
  msgstr ""
460
 
573
  #: framework/premium/extensions/shortcuts/customizer.php:546,
574
  #: framework/premium/extensions/woocommerce-extra/extension.php:73,
575
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
576
+ #: framework/features/header/items/account/options.php:217,
577
+ #: framework/features/header/items/account/options.php:459,
578
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
579
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56
580
  msgid "Type 1"
581
  msgstr ""
582
 
584
  #: framework/premium/extensions/shortcuts/customizer.php:551,
585
  #: framework/premium/extensions/woocommerce-extra/extension.php:78,
586
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
587
+ #: framework/features/header/items/account/options.php:222,
588
+ #: framework/features/header/items/account/options.php:464,
589
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
590
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
591
  msgid "Type 2"
592
  msgstr ""
593
 
632
  #: framework/premium/features/content-blocks/hooks-manager.php:243,
633
  #: framework/premium/features/content-blocks/hooks-manager.php:251,
634
  #: framework/premium/features/content-blocks/hooks-manager.php:259,
635
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:78,
636
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:136,
637
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:192,
638
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
639
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:304,
640
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:360,
641
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:416,
642
  #: framework/premium/features/premium-header/items/contacts/options.php:52,
643
+ #: framework/premium/features/premium-header/items/contacts/options.php:88,
644
+ #: framework/premium/features/premium-header/items/contacts/options.php:124,
645
+ #: framework/premium/features/premium-header/items/contacts/options.php:160,
646
+ #: framework/premium/features/premium-header/items/contacts/options.php:196,
647
+ #: framework/premium/features/premium-header/items/contacts/options.php:232,
648
+ #: framework/premium/features/premium-header/items/contacts/options.php:268
649
  msgid "Content"
650
  msgstr ""
651
 
694
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
695
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
696
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
697
+ #: framework/features/header/items/account/options.php:602,
698
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
699
  #: framework/premium/features/content-blocks/options/popup.php:361,
700
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
701
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
702
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
703
+ #: framework/premium/features/premium-header/items/contacts/options.php:404,
704
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
705
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
706
+ #: framework/premium/features/premium-header/items/search-input/options.php:188
707
  msgid "Design"
708
  msgstr ""
709
 
735
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
736
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
737
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
738
+ #: framework/features/header/items/account/options.php:666,
739
+ #: framework/features/header/items/account/options.php:698,
740
+ #: framework/features/header/items/account/options.php:728,
741
+ #: framework/features/header/items/account/options.php:810,
742
+ #: framework/features/header/items/account/options.php:841,
743
+ #: framework/features/header/items/account/options.php:870,
744
+ #: framework/features/header/items/account/options.php:931,
745
+ #: framework/features/header/items/account/options.php:961,
746
+ #: framework/features/header/items/account/options.php:991,
747
+ #: framework/features/header/items/account/options.php:1027,
748
+ #: framework/features/header/items/account/options.php:1127,
749
+ #: framework/features/header/items/account/options.php:1163,
750
+ #: framework/features/header/items/account/options.php:1202,
751
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
752
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
753
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
756
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
757
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
758
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
759
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:223,
760
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:254,
761
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
762
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:350,
763
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:381,
764
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:410,
765
+ #: framework/premium/features/premium-header/items/contacts/options.php:637,
766
+ #: framework/premium/features/premium-header/items/contacts/options.php:668,
767
+ #: framework/premium/features/premium-header/items/contacts/options.php:698,
768
+ #: framework/premium/features/premium-header/items/contacts/options.php:798,
769
+ #: framework/premium/features/premium-header/items/contacts/options.php:837,
770
+ #: framework/premium/features/premium-header/items/contacts/options.php:876,
771
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
772
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
773
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
776
  #: framework/premium/features/premium-header/items/language-switcher/options.php:308,
777
  #: framework/premium/features/premium-header/items/language-switcher/options.php:399,
778
  #: framework/premium/features/premium-header/items/language-switcher/options.php:425,
779
+ #: framework/premium/features/premium-header/items/search-input/options.php:241,
780
+ #: framework/premium/features/premium-header/items/search-input/options.php:273,
781
+ #: framework/premium/features/premium-header/items/search-input/options.php:303,
782
+ #: framework/premium/features/premium-header/items/search-input/options.php:371,
783
+ #: framework/premium/features/premium-header/items/search-input/options.php:403,
784
+ #: framework/premium/features/premium-header/items/search-input/options.php:433,
785
+ #: framework/premium/features/premium-header/items/search-input/options.php:501,
786
+ #: framework/premium/features/premium-header/items/search-input/options.php:533,
787
+ #: framework/premium/features/premium-header/items/search-input/options.php:563,
788
+ #: framework/premium/features/premium-header/items/search-input/options.php:636,
789
+ #: framework/premium/features/premium-header/items/search-input/options.php:666,
790
+ #: framework/premium/features/premium-header/items/search-input/options.php:696,
791
+ #: framework/premium/features/premium-header/items/search-input/options.php:783,
792
+ #: framework/premium/features/premium-header/items/search-input/options.php:811
793
  msgid "Initial"
794
  msgstr ""
795
 
807
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
808
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
809
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
810
+ #: framework/features/header/items/account/options.php:672,
811
+ #: framework/features/header/items/account/options.php:703,
812
+ #: framework/features/header/items/account/options.php:733,
813
+ #: framework/features/header/items/account/options.php:816,
814
+ #: framework/features/header/items/account/options.php:846,
815
+ #: framework/features/header/items/account/options.php:875,
816
+ #: framework/features/header/items/account/options.php:937,
817
+ #: framework/features/header/items/account/options.php:1133,
818
+ #: framework/features/header/items/account/options.php:1169,
819
+ #: framework/features/header/items/account/options.php:1208,
820
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
821
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
822
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
823
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:356,
824
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:386,
825
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:415,
826
+ #: framework/premium/features/premium-header/items/contacts/options.php:642,
827
+ #: framework/premium/features/premium-header/items/contacts/options.php:673,
828
+ #: framework/premium/features/premium-header/items/contacts/options.php:703,
829
+ #: framework/premium/features/premium-header/items/contacts/options.php:803,
830
+ #: framework/premium/features/premium-header/items/contacts/options.php:842,
831
+ #: framework/premium/features/premium-header/items/contacts/options.php:881,
832
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
833
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
834
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
835
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
836
+ #: framework/premium/features/premium-header/items/search-input/options.php:788
837
  msgid "Hover"
838
  msgstr ""
839
 
842
  #: framework/extensions/cookies-consent/customizer.php:299,
843
  #: framework/premium/extensions/mega-menu/options.php:816,
844
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
845
+ #: framework/features/header/items/account/options.php:1185,
846
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
847
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
848
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
855
  #: framework/premium/extensions/mega-menu/options.php:796,
856
  #: framework/premium/extensions/shortcuts/customizer.php:794,
857
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
858
+ #: framework/features/header/items/account/options.php:913,
859
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
860
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
861
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
862
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:266,
863
+ #: framework/premium/features/premium-header/items/contacts/options.php:420,
864
+ #: framework/premium/features/premium-header/items/contacts/options.php:449,
865
+ #: framework/premium/features/premium-header/items/contacts/options.php:492,
866
+ #: framework/premium/features/premium-header/items/contacts/options.php:532,
867
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
868
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
869
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
922
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
923
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
924
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
925
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:71,
926
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:129,
927
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:185,
928
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:241,
929
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:297,
930
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:353,
931
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:409,
932
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:13,
933
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
934
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
935
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
936
  #: framework/premium/features/premium-header/items/contacts/options.php:45,
937
+ #: framework/premium/features/premium-header/items/contacts/options.php:81,
938
+ #: framework/premium/features/premium-header/items/contacts/options.php:117,
939
+ #: framework/premium/features/premium-header/items/contacts/options.php:153,
940
+ #: framework/premium/features/premium-header/items/contacts/options.php:189,
941
+ #: framework/premium/features/premium-header/items/contacts/options.php:225,
942
+ #: framework/premium/features/premium-header/items/contacts/options.php:261
943
  msgid "Title"
944
  msgstr ""
945
 
984
  #: framework/premium/extensions/shortcuts/customizer.php:276,
985
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
986
  #: framework/premium/features/content-blocks/options/archive.php:48
 
987
  msgid "Custom"
988
  msgstr ""
989
 
1078
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
1079
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
1080
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
1081
+ #: framework/features/header/items/account/options.php:280,
1082
+ #: framework/features/header/items/account/options.php:522,
1083
  #: framework/premium/features/content-blocks/options/404.php:157,
1084
  #: framework/premium/features/content-blocks/options/header.php:177,
1085
  #: framework/premium/features/content-blocks/options/hook.php:354,
1086
  #: framework/premium/features/content-blocks/options/popup.php:350,
1087
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1088
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1089
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
1090
  msgid "Desktop"
1091
  msgstr ""
1092
 
1107
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1108
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1109
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1110
+ #: framework/features/header/items/account/options.php:281,
1111
+ #: framework/features/header/items/account/options.php:523,
1112
+ #: framework/features/header/items/account/options.php:1250,
1113
  #: framework/premium/features/content-blocks/options/404.php:158,
1114
  #: framework/premium/features/content-blocks/options/header.php:178,
1115
  #: framework/premium/features/content-blocks/options/hook.php:355,
1116
  #: framework/premium/features/content-blocks/options/popup.php:351,
1117
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1118
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1119
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106
1120
  msgid "Tablet"
1121
  msgstr ""
1122
 
1139
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1140
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1141
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
1142
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:180,
1143
+ #: framework/features/header/items/account/options.php:282,
1144
+ #: framework/features/header/items/account/options.php:524,
1145
+ #: framework/features/header/items/account/options.php:1251,
1146
  #: framework/premium/features/content-blocks/options/404.php:159,
1147
  #: framework/premium/features/content-blocks/options/header.php:179,
1148
  #: framework/premium/features/content-blocks/options/hook.php:356,
1149
  #: framework/premium/features/content-blocks/options/popup.php:352,
1150
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1151
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1152
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
1153
+ #: framework/premium/features/premium-header/items/contacts/options.php:113
1154
  msgid "Mobile"
1155
  msgstr ""
1156
 
1163
  msgstr ""
1164
 
1165
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1166
+ #: framework/features/header/items/account/options.php:945,
1167
+ #: framework/premium/features/premium-header/items/search-input/options.php:194,
1168
+ #: framework/premium/features/premium-header/items/search-input/options.php:223,
1169
+ #: framework/premium/features/premium-header/items/search-input/options.php:255,
1170
+ #: framework/premium/features/premium-header/items/search-input/options.php:285
1171
  msgid "Input Font Color"
1172
  msgstr ""
1173
 
1174
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1175
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1176
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
1177
+ #: framework/features/header/items/account/options.php:967,
1178
+ #: framework/features/header/items/account/options.php:997,
1179
+ #: framework/features/header/items/account/options.php:1033,
1180
+ #: framework/premium/features/premium-header/items/search-input/options.php:247,
1181
+ #: framework/premium/features/premium-header/items/search-input/options.php:278,
1182
+ #: framework/premium/features/premium-header/items/search-input/options.php:308,
1183
+ #: framework/premium/features/premium-header/items/search-input/options.php:377,
1184
+ #: framework/premium/features/premium-header/items/search-input/options.php:408,
1185
+ #: framework/premium/features/premium-header/items/search-input/options.php:438,
1186
+ #: framework/premium/features/premium-header/items/search-input/options.php:507,
1187
+ #: framework/premium/features/premium-header/items/search-input/options.php:538,
1188
+ #: framework/premium/features/premium-header/items/search-input/options.php:568,
1189
+ #: framework/premium/features/premium-header/items/search-input/options.php:641,
1190
+ #: framework/premium/features/premium-header/items/search-input/options.php:671,
1191
+ #: framework/premium/features/premium-header/items/search-input/options.php:701
1192
  msgid "Focus"
1193
  msgstr ""
1194
 
1195
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1196
+ #: framework/features/header/items/account/options.php:975,
1197
+ #: framework/premium/features/premium-header/items/search-input/options.php:454,
1198
+ #: framework/premium/features/premium-header/items/search-input/options.php:483,
1199
+ #: framework/premium/features/premium-header/items/search-input/options.php:515,
1200
+ #: framework/premium/features/premium-header/items/search-input/options.php:545
1201
  msgid "Input Border Color"
1202
  msgstr ""
1203
 
1204
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1205
+ #: framework/features/header/items/account/options.php:1011,
1206
+ #: framework/premium/features/premium-header/items/search-input/options.php:590,
1207
+ #: framework/premium/features/premium-header/items/search-input/options.php:618,
1208
+ #: framework/premium/features/premium-header/items/search-input/options.php:648,
1209
+ #: framework/premium/features/premium-header/items/search-input/options.php:678
1210
  msgid "Input Background Color"
1211
  msgstr ""
1212
 
1240
  msgstr ""
1241
 
1242
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
1243
+ #: framework/features/header/items/account/options.php:330
1244
  #: static/js/screens/SiteExport.js:85
1245
  msgid "Name"
1246
  msgstr ""
1249
  #: framework/features/header/modal/register.php:36,
1250
  #: framework/premium/extensions/shortcuts/customizer.php:130,
1251
  #: framework/premium/extensions/shortcuts/customizer.php:153,
1252
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:348,
1253
  #: framework/premium/extensions/shortcuts/views/bar.php:45,
1254
+ #: framework/premium/features/premium-header/items/contacts/options.php:221
1255
  msgid "Email"
1256
  msgstr ""
1257
 
1757
  msgstr ""
1758
 
1759
  #: framework/features/header/account-modal.php:49,
1760
+ #: framework/features/header/items/account/options.php:569,
1761
  #: framework/features/header/items/account/views/logout.php:7
1762
  msgid "Login"
1763
  msgstr ""
1952
  msgstr ""
1953
 
1954
  #: framework/premium/features/premium-header.php:198,
1955
+ #: framework/premium/features/premium-header.php:274,
1956
+ #: framework/premium/features/premium-header.php:294,
1957
+ #: framework/premium/features/premium-header.php:333,
1958
+ #: framework/premium/features/premium-header.php:355,
1959
  #: framework/premium/extensions/mega-menu/options.php:422,
1960
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:108,
1961
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:167,
1962
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:223,
1963
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
1964
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:335,
1965
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:391,
1966
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:447,
1967
  #: framework/features/header/items/account/options.php:140,
1968
+ #: framework/features/header/items/account/options.php:189,
1969
+ #: framework/features/header/items/account/options.php:400,
1970
+ #: framework/features/header/items/account/options.php:431,
1971
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
1972
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
1973
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
1974
+ #: framework/premium/features/premium-header/items/contacts/options.php:65,
1975
+ #: framework/premium/features/premium-header/items/contacts/options.php:102,
1976
+ #: framework/premium/features/premium-header/items/contacts/options.php:138,
1977
+ #: framework/premium/features/premium-header/items/contacts/options.php:174,
1978
+ #: framework/premium/features/premium-header/items/contacts/options.php:210,
1979
+ #: framework/premium/features/premium-header/items/contacts/options.php:246,
1980
+ #: framework/premium/features/premium-header/items/contacts/options.php:282,
1981
+ #: framework/premium/features/premium-header/items/search-input/options.php:76
1982
  msgid "Icon"
1983
  msgstr ""
1984
 
1985
  #: framework/premium/features/premium-header.php:212,
1986
  #: framework/premium/extensions/mega-menu/options.php:436,
1987
  #: framework/premium/extensions/woocommerce-extra/extension.php:373,
1988
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:461,
1989
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:79,
1990
+ #: framework/premium/features/premium-header/items/contacts/options.php:310
1991
  msgid "Icons Size"
1992
  msgstr ""
1993
 
1999
  #: framework/premium/features/premium-header.php:231,
2000
  #: framework/premium/extensions/mega-menu/options.php:465,
2001
  #: framework/premium/extensions/shortcuts/customizer.php:659,
2002
+ #: framework/features/header/items/account/options.php:311,
2003
+ #: framework/features/header/items/account/options.php:553,
2004
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130
2005
  msgid "Left"
2006
  msgstr ""
2007
 
2008
  #: framework/premium/features/premium-header.php:232,
2009
  #: framework/premium/extensions/mega-menu/options.php:466,
2010
  #: framework/premium/extensions/shortcuts/customizer.php:660,
2011
+ #: framework/features/header/items/account/options.php:312,
2012
+ #: framework/features/header/items/account/options.php:554,
2013
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131
2014
  msgid "Right"
2015
  msgstr ""
2016
 
2022
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
2023
  #: framework/premium/extensions/mega-menu/options.php:493,
2024
  #: framework/premium/extensions/shortcuts/customizer.php:889,
2025
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:23,
2026
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
2027
+ #: framework/features/header/items/account/options.php:329
2028
  msgid "Text"
2029
  msgstr ""
2030
 
2031
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
2032
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:26,
2033
  #: framework/extensions/widgets/widgets/ct-quote/options.php:34
2034
  msgid "You can add here some arbitrary HTML code."
2035
  msgstr ""
2334
  #: framework/premium/extensions/mega-menu/options.php:534,
2335
  #: framework/premium/extensions/shortcuts/customizer.php:883,
2336
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2337
+ #: framework/features/header/items/account/options.php:1104
2338
  msgid "Background"
2339
  msgstr ""
2340
 
2344
 
2345
  #: framework/premium/extensions/mega-menu/options.php:568,
2346
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2347
+ #: framework/premium/features/premium-header/items/contacts/options.php:478,
2348
+ #: framework/premium/features/premium-header/items/contacts/options.php:520,
2349
+ #: framework/premium/features/premium-header/items/contacts/options.php:560
2350
  msgid "Link Initial"
2351
  msgstr ""
2352
 
2372
  #: framework/premium/extensions/mega-menu/options.php:624,
2373
  #: framework/premium/extensions/shortcuts/customizer.php:900,
2374
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2375
+ #: framework/premium/features/premium-header/items/search-input/options.php:836
2376
  msgid "Items Divider"
2377
  msgstr ""
2378
 
2381
  msgstr ""
2382
 
2383
  #: framework/premium/extensions/mega-menu/options.php:654,
2384
+ #: framework/premium/features/premium-header/items/search-input/options.php:818
2385
  msgid "Dropdown Shadow"
2386
  msgstr ""
2387
 
2395
 
2396
  #: framework/premium/extensions/mega-menu/options.php:742,
2397
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
2398
+ #: framework/features/header/items/account/options.php:765,
2399
+ #: framework/features/header/items/account/options.php:793,
2400
+ #: framework/features/header/items/account/options.php:824,
2401
+ #: framework/features/header/items/account/options.php:853,
2402
+ #: framework/features/header/items/account/options.php:1110,
2403
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2404
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2405
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
2406
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
2407
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
2408
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
2409
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:393,
2410
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
2411
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
2412
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
2516
  #: framework/premium/extensions/shortcuts/customizer.php:68,
2517
  #: framework/premium/extensions/shortcuts/customizer.php:91,
2518
  #: framework/premium/extensions/shortcuts/customizer.php:572,
2519
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:123,
2520
  #: framework/premium/extensions/shortcuts/views/bar.php:22,
2521
  #: framework/premium/extensions/shortcuts/views/bar.php:44,
2522
+ #: framework/premium/features/premium-header/items/contacts/options.php:76
2523
  msgid "Phone"
2524
  msgstr ""
2525
 
2531
 
2532
  #: framework/premium/extensions/shortcuts/customizer.php:293,
2533
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
2534
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:511
2535
  msgid "Open link in new tab"
2536
  msgstr ""
2537
 
2558
  #: framework/premium/extensions/shortcuts/customizer.php:473,
2559
  #: framework/premium/extensions/woocommerce-extra/readme.php:70,
2560
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
2561
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
2562
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:105,
2563
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:111
2564
  msgid "Wishlist"
2565
  msgstr ""
2566
 
2574
  msgstr ""
2575
 
2576
  #: framework/premium/extensions/shortcuts/customizer.php:612,
2577
+ #: framework/features/header/items/account/options.php:268,
2578
+ #: framework/features/header/items/account/options.php:510,
2579
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92
2580
  msgid "Label Visibility"
2581
  msgstr ""
2582
 
2583
  #: framework/premium/extensions/shortcuts/customizer.php:652,
2584
+ #: framework/features/header/items/account/options.php:304,
2585
+ #: framework/features/header/items/account/options.php:546,
2586
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123
2587
  msgid "Label Position"
2588
  msgstr ""
2589
 
2590
  #: framework/premium/extensions/shortcuts/customizer.php:661,
2591
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
2592
  #: framework/premium/features/content-blocks/hooks-manager.php:445,
2593
+ #: framework/features/header/items/account/options.php:313,
2594
+ #: framework/features/header/items/account/options.php:555,
2595
  #: framework/premium/features/content-blocks/options/hook.php:307,
2596
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132
2597
  msgid "Bottom"
2598
  msgstr ""
2599
 
2600
  #: framework/premium/extensions/shortcuts/customizer.php:672,
2601
+ #: framework/features/header/items/account/options.php:250,
2602
+ #: framework/features/header/items/account/options.php:492,
2603
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
2604
  msgid "Icon Size"
2605
  msgstr ""
2606
 
2618
 
2619
  #: framework/premium/extensions/shortcuts/customizer.php:726,
2620
  #: framework/premium/features/content-blocks/admin-ui.php:225,
2621
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:482,
2622
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:100,
2623
  #: framework/features/header/items/account/options.php:141,
2624
+ #: framework/features/header/items/account/options.php:401,
2625
  #: framework/premium/features/content-blocks/options/hook.php:9,
2626
  #: framework/premium/features/content-blocks/options/hook.php:158,
2627
  #: framework/premium/features/content-blocks/options/popup.php:162,
2628
  #: framework/premium/features/content-blocks/options/popup.php:437,
2629
+ #: framework/premium/features/premium-header/items/contacts/options.php:338
2630
  msgid "None"
2631
  msgstr ""
2632
 
2644
 
2645
  #: framework/premium/extensions/shortcuts/customizer.php:784,
2646
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
2647
+ #: framework/premium/features/premium-header/items/contacts/options.php:410,
2648
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
2649
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
2650
  msgid "Font"
2651
  msgstr ""
2652
 
2653
  #: framework/premium/extensions/shortcuts/customizer.php:826,
2654
+ #: framework/premium/features/premium-header/items/contacts/options.php:590,
2655
+ #: framework/premium/features/premium-header/items/contacts/options.php:619,
2656
+ #: framework/premium/features/premium-header/items/contacts/options.php:650,
2657
+ #: framework/premium/features/premium-header/items/contacts/options.php:680
2658
  msgid "Icons Color"
2659
  msgstr ""
2660
 
2757
 
2758
  #: framework/premium/extensions/woocommerce-extra/extension.php:83,
2759
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
2760
+ #: framework/features/header/items/account/options.php:227,
2761
+ #: framework/features/header/items/account/options.php:469,
2762
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66
2763
  msgid "Type 3"
2764
  msgstr ""
2765
 
2766
  #: framework/premium/extensions/woocommerce-extra/extension.php:88,
2767
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
2768
+ #: framework/features/header/items/account/options.php:232,
2769
+ #: framework/features/header/items/account/options.php:474
2770
  msgid "Type 4"
2771
  msgstr ""
2772
 
2903
  msgstr ""
2904
 
2905
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
2906
+ #: framework/premium/features/premium-header/items/contacts/options.php:472,
2907
+ #: framework/premium/features/premium-header/items/contacts/options.php:515,
2908
+ #: framework/premium/features/premium-header/items/contacts/options.php:555
2909
  msgid "Text Initial"
2910
  msgstr ""
2911
 
2912
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
2913
+ #: framework/premium/features/premium-header/items/contacts/options.php:484,
2914
+ #: framework/premium/features/premium-header/items/contacts/options.php:525,
2915
+ #: framework/premium/features/premium-header/items/contacts/options.php:565
2916
  msgid "Link Hover"
2917
  msgstr ""
2918
 
2953
  msgstr ""
2954
 
2955
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
2956
+ #: framework/features/header/items/account/options.php:1093
2957
  msgid "Close Button Type"
2958
  msgstr ""
2959
 
2960
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
2961
+ #: framework/features/header/items/account/options.php:1102
2962
  msgid "Simple"
2963
  msgstr ""
2964
 
2965
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2966
+ #: framework/features/header/items/account/options.php:1103
2967
  msgid "Border"
2968
  msgstr ""
2969
 
2970
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2971
+ #: framework/features/header/items/account/options.php:1146
2972
  msgid "Border Color"
2973
  msgstr ""
2974
 
3863
  msgid "Contact Info"
3864
  msgstr ""
3865
 
3866
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:43,
3867
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:72,
3868
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
3869
  #: framework/premium/features/premium-header/items/contacts/options.php:17,
3870
  #: framework/premium/features/premium-header/items/contacts/options.php:46,
3872
  msgid "Address:"
3873
  msgstr ""
3874
 
3875
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:50,
3876
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:130,
3877
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
3878
  #: framework/premium/features/premium-header/items/contacts/options.php:24,
3879
+ #: framework/premium/features/premium-header/items/contacts/options.php:82,
3880
  #: framework/premium/features/premium-header/items/contacts/view.php:29
3881
  msgid "Phone:"
3882
  msgstr ""
3883
 
3884
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
3885
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:186,
3886
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
3887
  #: framework/premium/features/premium-header/items/contacts/options.php:32,
3888
+ #: framework/premium/features/premium-header/items/contacts/options.php:118,
3889
  #: framework/premium/features/premium-header/items/contacts/view.php:37
3890
  msgid "Mobile:"
3891
  msgstr ""
3892
 
3893
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:67,
3894
  #: framework/premium/features/premium-header/items/contacts/options.php:41
3895
  msgid "Address"
3896
  msgstr ""
3897
 
3898
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:85,
3899
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
3900
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
3901
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
3902
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:311,
3903
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:367,
3904
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:423,
3905
  #: framework/premium/features/premium-header/items/contacts/options.php:59,
3906
+ #: framework/premium/features/premium-header/items/contacts/options.php:95,
3907
+ #: framework/premium/features/premium-header/items/contacts/options.php:131,
3908
+ #: framework/premium/features/premium-header/items/contacts/options.php:167,
3909
+ #: framework/premium/features/premium-header/items/contacts/options.php:203,
3910
+ #: framework/premium/features/premium-header/items/contacts/options.php:239,
3911
+ #: framework/premium/features/premium-header/items/contacts/options.php:275
3912
  msgid "Link (optional)"
3913
  msgstr ""
3914
 
3915
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:236,
3916
+ #: framework/premium/features/premium-header/items/contacts/options.php:149
3917
  msgid "Work Hours"
3918
  msgstr ""
3919
 
3920
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:242,
3921
+ #: framework/premium/features/premium-header/items/contacts/options.php:154
3922
  msgid "Opening hours"
3923
  msgstr ""
3924
 
3925
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:292,
3926
+ #: framework/premium/features/premium-header/items/contacts/options.php:185
3927
  msgid "Fax"
3928
  msgstr ""
3929
 
3930
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:298,
3931
+ #: framework/premium/features/premium-header/items/contacts/options.php:190
3932
  msgid "Fax:"
3933
  msgstr ""
3934
 
3935
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:354,
3936
+ #: framework/premium/features/premium-header/items/contacts/options.php:226
3937
  msgid "Email:"
3938
  msgstr ""
3939
 
3940
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:404,
3941
+ #: framework/premium/features/premium-header/items/contacts/options.php:257
3942
  msgid "Website"
3943
  msgstr ""
3944
 
3945
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:410,
3946
+ #: framework/premium/features/premium-header/items/contacts/options.php:262
3947
  msgid "Website:"
3948
  msgstr ""
3949
 
3950
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:468,
3951
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:86,
3952
  #: framework/premium/features/content-blocks/options/archive.php:46
3953
  msgid "Small"
3954
  msgstr ""
3955
 
3956
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:470,
3957
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:88
3958
  msgid "Large"
3959
  msgstr ""
3960
 
3961
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:475,
3962
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:93,
3963
+ #: framework/premium/features/premium-header/items/contacts/options.php:331
3964
  msgid "Icons Shape Type"
3965
  msgstr ""
3966
 
3967
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:483,
3968
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:101,
3969
+ #: framework/premium/features/premium-header/items/contacts/options.php:339
3970
  msgid "Rounded"
3971
  msgstr ""
3972
 
3973
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:484,
3974
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:102,
3975
+ #: framework/premium/features/premium-header/items/contacts/options.php:340
3976
  msgid "Square"
3977
  msgstr ""
3978
 
3979
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:494,
3980
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:112,
3981
+ #: framework/premium/features/premium-header/items/contacts/options.php:351
3982
  msgid "Shape Fill Type"
3983
  msgstr ""
3984
 
3985
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:501,
3986
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:119,
3987
+ #: framework/premium/features/premium-header/items/contacts/options.php:358
3988
  msgid "Solid"
3989
  msgstr ""
3990
 
3991
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:502,
3992
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:120,
3993
+ #: framework/premium/features/premium-header/items/contacts/options.php:359
3994
  msgid "Outline"
3995
  msgstr ""
3996
 
4171
  "Accounts%s."
4172
  msgstr ""
4173
 
4174
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:65
4175
  msgid "Open links in new tab"
4176
  msgstr ""
4177
 
4178
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:73
4179
  msgid "Set links to nofollow"
4180
  msgstr ""
4181
 
4217
  msgstr ""
4218
 
4219
  #: framework/features/header/items/account/options.php:78,
4220
+ #: framework/features/header/items/account/options.php:363
4221
  msgid "Account Action"
4222
  msgstr ""
4223
 
4235
  msgstr ""
4236
 
4237
  #: framework/features/header/items/account/options.php:118,
4238
+ #: framework/features/header/items/account/options.php:378
4239
  msgid "Custom Page Link"
4240
  msgstr ""
4241
 
4242
  #: framework/features/header/items/account/options.php:133,
4243
+ #: framework/features/header/items/account/options.php:394
4244
  msgid "Account Image"
4245
  msgstr ""
4246
 
4252
  msgid "Avatar Size"
4253
  msgstr ""
4254
 
4255
+ #: framework/features/header/items/account/options.php:237,
4256
+ #: framework/features/header/items/account/options.php:479
4257
  msgid "Type 5"
4258
  msgstr ""
4259
 
4260
+ #: framework/features/header/items/account/options.php:242,
4261
+ #: framework/features/header/items/account/options.php:484
4262
  msgid "Type 6"
4263
  msgstr ""
4264
 
4265
+ #: framework/features/header/items/account/options.php:321
4266
  msgid "Label Type"
4267
  msgstr ""
4268
 
4269
+ #: framework/features/header/items/account/options.php:340,
4270
+ #: framework/features/header/items/account/options.php:563,
4271
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137
4272
  msgid "Label Text"
4273
  msgstr ""
4274
 
4275
+ #: framework/features/header/items/account/options.php:345,
4276
+ #: framework/features/header/items/account/views/login.php:85
4277
  msgid "My Account"
4278
  msgstr ""
4279
 
4280
+ #: framework/features/header/items/account/options.php:579
4281
  msgid "User Visibility"
4282
  msgstr ""
4283
 
4284
+ #: framework/features/header/items/account/options.php:590
4285
  msgid "Logged In"
4286
  msgstr ""
4287
 
4288
+ #: framework/features/header/items/account/options.php:591
4289
  msgid "Logged Out"
4290
  msgstr ""
4291
 
4292
+ #: framework/features/header/items/account/options.php:608,
4293
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167
4294
  msgid "Label Font"
4295
  msgstr ""
4296
 
4297
+ #: framework/features/header/items/account/options.php:619,
4298
+ #: framework/features/header/items/account/options.php:648,
4299
+ #: framework/features/header/items/account/options.php:680,
4300
+ #: framework/features/header/items/account/options.php:710
4301
  msgid "Label Color"
4302
  msgstr ""
4303
 
4304
+ #: framework/features/header/items/account/options.php:624,
4305
+ #: framework/features/header/items/account/options.php:770,
4306
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:183,
4307
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:310,
4308
+ #: framework/premium/features/premium-header/items/contacts/options.php:425,
4309
+ #: framework/premium/features/premium-header/items/contacts/options.php:595,
4310
+ #: framework/premium/features/premium-header/items/contacts/options.php:742,
4311
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
4312
  #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
4313
+ #: framework/premium/features/premium-header/items/search-input/options.php:199,
4314
+ #: framework/premium/features/premium-header/items/search-input/options.php:329,
4315
+ #: framework/premium/features/premium-header/items/search-input/options.php:459,
4316
+ #: framework/premium/features/premium-header/items/search-input/options.php:595
4317
  msgid "Default State"
4318
  msgstr ""
4319
 
4320
+ #: framework/features/header/items/account/options.php:629,
4321
+ #: framework/features/header/items/account/options.php:775,
4322
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:188,
4323
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:315,
4324
+ #: framework/premium/features/premium-header/items/contacts/options.php:430,
4325
+ #: framework/premium/features/premium-header/items/contacts/options.php:600,
4326
+ #: framework/premium/features/premium-header/items/contacts/options.php:750,
4327
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
4328
  #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
4329
+ #: framework/premium/features/premium-header/items/search-input/options.php:204,
4330
+ #: framework/premium/features/premium-header/items/search-input/options.php:334,
4331
+ #: framework/premium/features/premium-header/items/search-input/options.php:464,
4332
+ #: framework/premium/features/premium-header/items/search-input/options.php:600
4333
  msgid "Transparent State"
4334
  msgstr ""
4335
 
4336
+ #: framework/features/header/items/account/options.php:638,
4337
+ #: framework/features/header/items/account/options.php:784,
4338
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
4339
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
4340
+ #: framework/premium/features/premium-header/items/contacts/options.php:439,
4341
+ #: framework/premium/features/premium-header/items/contacts/options.php:609,
4342
+ #: framework/premium/features/premium-header/items/contacts/options.php:760,
4343
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
4344
  #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
4345
+ #: framework/premium/features/premium-header/items/search-input/options.php:213,
4346
+ #: framework/premium/features/premium-header/items/search-input/options.php:343,
4347
+ #: framework/premium/features/premium-header/items/search-input/options.php:473,
4348
+ #: framework/premium/features/premium-header/items/search-input/options.php:609
4349
  msgid "Sticky State"
4350
  msgstr ""
4351
 
4352
+ #: framework/features/header/items/account/options.php:890
4353
  msgid "Item Margin"
4354
  msgstr ""
4355
 
4356
+ #: framework/features/header/items/account/options.php:909
4357
  msgid "Modal Options"
4358
  msgstr ""
4359
 
4360
+ #: framework/features/header/items/account/options.php:1044
4361
  msgid "Modal Background"
4362
  msgstr ""
4363
 
4364
+ #: framework/features/header/items/account/options.php:1059
4365
  msgid "Modal Backdrop"
4366
  msgstr ""
4367
 
4368
+ #: framework/features/header/items/account/options.php:1074
4369
  msgid "Modal Shadow"
4370
  msgstr ""
4371
 
4372
+ #: framework/features/header/items/account/options.php:1239,
4373
+ #: framework/premium/features/premium-header/items/search-input/options.php:167
4374
  msgid "Element Visibility"
4375
  msgstr ""
4376
 
4410
  msgstr ""
4411
 
4412
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
4413
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66
4414
  msgid "Read Time"
4415
  msgstr ""
4416
 
4417
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123
4418
  msgid "%s min"
4419
  msgid_plural "%s mins"
4420
  msgstr[0] ""
4945
  msgid "Main Color"
4946
  msgstr ""
4947
 
4948
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84
4949
  msgid "Icon Badge"
4950
  msgstr ""
4951
 
4952
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178
4953
  msgid "Label Font Color"
4954
  msgstr ""
4955
 
4957
  msgid "Contacts"
4958
  msgstr ""
4959
 
4960
+ #: framework/premium/features/premium-header/items/contacts/options.php:300
4961
  msgid "Open Links In New Tab"
4962
  msgstr ""
4963
 
4964
+ #: framework/premium/features/premium-header/items/contacts/options.php:320,
4965
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
4966
  msgid "Items Spacing"
4967
  msgstr ""
4968
 
4969
+ #: framework/premium/features/premium-header/items/contacts/options.php:369
4970
  msgid "Items Direction"
4971
  msgstr ""
4972
 
4973
+ #: framework/premium/features/premium-header/items/contacts/options.php:375
4974
  msgid "Horizontal"
4975
  msgstr ""
4976
 
4977
+ #: framework/premium/features/premium-header/items/contacts/options.php:376
4978
  msgid "Vertical"
4979
  msgstr ""
4980
 
4981
+ #: framework/premium/features/premium-header/items/contacts/options.php:730,
4982
+ #: framework/premium/features/premium-header/items/contacts/options.php:772,
4983
+ #: framework/premium/features/premium-header/items/contacts/options.php:811,
4984
+ #: framework/premium/features/premium-header/items/contacts/options.php:850
4985
  msgid "Icons Background Color"
4986
  msgstr ""
4987
 
4988
+ #: framework/premium/features/premium-header/items/contacts/options.php:734,
4989
+ #: framework/premium/features/premium-header/items/contacts/options.php:776,
4990
+ #: framework/premium/features/premium-header/items/contacts/options.php:815,
4991
+ #: framework/premium/features/premium-header/items/contacts/options.php:854
4992
  msgid "Icons Border Color"
4993
  msgstr ""
4994
 
4995
+ #: framework/premium/features/premium-header/items/contacts/options.php:895,
4996
  #: framework/premium/features/premium-header/items/divider/options.php:107,
4997
  #: framework/premium/features/premium-header/items/divider/options.php:126,
4998
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
4999
+ #: framework/premium/features/premium-header/items/search-input/options.php:734
5000
  msgid "Margin"
5001
  msgstr ""
5002
 
5068
  msgid "Input Height"
5069
  msgstr ""
5070
 
5071
+ #: framework/premium/features/premium-header/items/search-input/options.php:89
5072
  msgid "Live Results"
5073
  msgstr ""
5074
 
5075
+ #: framework/premium/features/premium-header/items/search-input/options.php:100
5076
  msgid "Live Results Images"
5077
  msgstr ""
5078
 
5079
+ #: framework/premium/features/premium-header/items/search-input/options.php:111
5080
  msgid "Search Through Criteria"
5081
  msgstr ""
5082
 
5083
+ #: framework/premium/features/premium-header/items/search-input/options.php:112
5084
  msgid "Chose in which post types do you want to perform searches."
5085
  msgstr ""
5086
 
5087
+ #: framework/premium/features/premium-header/items/search-input/options.php:324,
5088
+ #: framework/premium/features/premium-header/items/search-input/options.php:353,
5089
+ #: framework/premium/features/premium-header/items/search-input/options.php:385,
5090
+ #: framework/premium/features/premium-header/items/search-input/options.php:415
5091
  msgid "Input Icon Color"
5092
  msgstr ""
5093
 
5094
+ #: framework/premium/features/premium-header/items/search-input/options.php:765
5095
  msgid "Dropdown Text Color"
5096
  msgstr ""
5097
 
5098
+ #: framework/premium/features/premium-header/items/search-input/options.php:796
5099
  msgid "Dropdown Background"
5100
  msgstr ""
5101
 
5801
  msgstr ""
5802
 
5803
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
5804
+ msgid "Click to upload"
5805
  msgstr ""
5806
 
5807
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
5813
  msgstr ""
5814
 
5815
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
5816
+ msgid "All Icons"
5817
+ msgstr ""
5818
+
5819
+ #: framework/premium/static/js/options/IconPicker/Modal.js:148
5820
+ msgid "Upload Icon"
5821
  msgstr ""
5822
 
5823
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
5
  Tested up to: 6.0
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
- Stable tag: 1.8.36
9
 
10
  == Description ==
11
 
@@ -23,6 +23,10 @@ It runs and adds its enhancements only if the Blocksy theme is installed and act
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
 
 
 
 
26
  1.8.36: 2022-06-21
27
  - Improvement: Automatically reset minified CSS/JS files from WPRocket after update
28
 
5
  Tested up to: 6.0
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
+ Stable tag: 1.8.37
9
 
10
  == Description ==
11
 
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
26
+ 1.8.37: 2022-06-28
27
+ - Improvement: Account register form better handle when Dokan plugin is active
28
+ - Improvement: Correct calculation of SVG dimensions during the demo import process
29
+
30
  1.8.36: 2022-06-21
31
  - Improvement: Automatically reset minified CSS/JS files from WPRocket after update
32
 
static/bundle/account-lazy.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+
static/bundle/dashboard.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+
static/bundle/options.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+
static/sass/common-frontend.scss CHANGED
@@ -1,2 +1,2 @@
1
- @import '../../themes/blocksy/static/sass/frontend/1-helpers/functions';
2
- @import '../../themes/blocksy/static/sass/frontend/1-helpers/mixins';
1
+ @import './common-frontend/functions';
2
+ @import './common-frontend/mixins';
static/sass/common-frontend/functions.scss ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $grid-breakpoints: (
2
+ xs: 0,
3
+ sm: 480px,
4
+ md: 690px,
5
+ lg: 1000px,
6
+ xl: 1200px,
7
+ );
8
+
9
+ // Breakpoint viewport sizes and media queries.
10
+ //
11
+ // Breakpoints are defined as a map of (name: minimum width), order from small to large:
12
+ //
13
+ // (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)
14
+ //
15
+ // The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.
16
+
17
+ // Name of the next breakpoint, or null for the last breakpoint.
18
+ //
19
+ // >> breakpoint-next(sm)
20
+ // md
21
+ // >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
22
+ // md
23
+ // >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))
24
+ // md
25
+ @function breakpoint-next(
26
+ $name,
27
+ $breakpoints: $grid-breakpoints,
28
+ $breakpoint-names: map-keys($breakpoints)
29
+ ) {
30
+ $n: index($breakpoint-names, $name);
31
+ @return if(
32
+ $n != null and $n < length($breakpoint-names),
33
+ nth($breakpoint-names, $n + 1),
34
+ null
35
+ );
36
+ }
37
+
38
+ // Minimum breakpoint width. Null for the smallest (first) breakpoint.
39
+ //
40
+ // >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
41
+ // 576px
42
+ @function breakpoint-min($name, $breakpoints: $grid-breakpoints) {
43
+ $min: map-get($breakpoints, $name);
44
+ @return if($min != 0, $min, null);
45
+ }
46
+
47
+ // Maximum breakpoint width. Null for the largest (last) breakpoint.
48
+ // The maximum value is calculated as the minimum of the next one less 0.02px
49
+ // to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.
50
+ // See https://www.w3.org/TR/mediaqueries-4/#mq-min-max
51
+ // Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.
52
+ // See https://bugs.webkit.org/show_bug.cgi?id=178261
53
+ //
54
+ // >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
55
+ // 767.98px
56
+ @function breakpoint-max($name, $breakpoints: $grid-breakpoints) {
57
+ $next: breakpoint-next($name, $breakpoints);
58
+ @return if($next, breakpoint-min($next, $breakpoints) - 0.02, null);
59
+ }
60
+
61
+ // Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.
62
+ // Useful for making responsive utilities.
63
+ //
64
+ // >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
65
+ // "" (Returns a blank string)
66
+ // >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
67
+ // "-sm"
68
+ @function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {
69
+ @return if(breakpoint-min($name, $breakpoints) == null, '', '-#{$name}');
70
+ }
71
+
72
+ // Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
73
+ // Makes the @content apply to the given breakpoint and wider.
74
+ @mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {
75
+ $min: breakpoint-min($name, $breakpoints);
76
+ @if $min {
77
+ @media (min-width: $min) {
78
+ @content;
79
+ }
80
+ } @else {
81
+ @content;
82
+ }
83
+ }
84
+
85
+ // Media of at most the maximum breakpoint width. No query for the largest breakpoint.
86
+ // Makes the @content apply to the given breakpoint and narrower.
87
+ @mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {
88
+ $max: breakpoint-max($name, $breakpoints);
89
+ @if $max {
90
+ @media (max-width: $max) {
91
+ @content;
92
+ }
93
+ } @else {
94
+ @content;
95
+ }
96
+ }
97
+
98
+ // Media between the breakpoint's minimum and maximum widths.
99
+ // No minimum for the smallest breakpoint, and no maximum for the largest one.
100
+ // Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.
101
+ @mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {
102
+ $min: breakpoint-min($name, $breakpoints);
103
+ $max: breakpoint-max($name, $breakpoints);
104
+
105
+ @if $min != null and $max != null {
106
+ @media (min-width: $min) and (max-width: $max) {
107
+ @content;
108
+ }
109
+ } @else if $max == null {
110
+ @include media-breakpoint-up($name, $breakpoints) {
111
+ @content;
112
+ }
113
+ } @else if $min == null {
114
+ @include media-breakpoint-down($name, $breakpoints) {
115
+ @content;
116
+ }
117
+ }
118
+ }
static/sass/common-frontend/mixins.scss ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // placeholder
2
+ @mixin input-placeholder {
3
+ &.placeholder {
4
+ @content;
5
+ }
6
+ &:-moz-placeholder {
7
+ @content;
8
+ }
9
+ &::-moz-placeholder {
10
+ @content;
11
+ }
12
+ &:-ms-input-placeholder {
13
+ @content;
14
+ }
15
+ &::-webkit-input-placeholder {
16
+ @content;
17
+ }
18
+ }
19
+
20
+
21
+ // list normalize
22
+ @mixin list-normalize( $args: () ) {
23
+
24
+ $args: map-merge( (
25
+ margin: 0,
26
+ padding: 0,
27
+ ), $args );
28
+
29
+ margin: map-get( $args, margin );
30
+ padding: map-get( $args, padding );
31
+ list-style: none;
32
+ }
33
+
34
+
35
+ // line height crop
36
+ @mixin lhCrop($line-height) {
37
+ &::before {
38
+ content: '';
39
+ display: block;
40
+ height: 0;
41
+ width: 0;
42
+ margin-top: calc((1 - #{$line-height}) * 0.5em);
43
+ }
44
+ }
45
+