Blocksy Companion - Version 1.8.9.9

Version Description

Download this release

Release Info

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

Code changes from version 1.8.9.8 to 1.8.9.9

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.9.8
7
  Author: CreativeThemes
8
  Author URI: https://creativethemes.com
9
  Text Domain: blocksy-companion
3
  /*
4
  Plugin Name: Blocksy Companion
5
  Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
6
+ Version: 1.8.9.9
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.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/newsletter-subscribe/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main-admin.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/trending/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/widgets/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/features/header/items/account/config.php CHANGED
@@ -15,7 +15,8 @@ $config = [
15
  'login_account_action',
16
  'loggedout_account_custom_page',
17
  'logged_out_style',
18
- 'accountHeaderIcon'
 
19
  ],
20
 
21
  'translation_keys' => [
15
  'login_account_action',
16
  'loggedout_account_custom_page',
17
  'logged_out_style',
18
+ 'accountHeaderIcon',
19
+ 'account_user_visibility'
20
  ],
21
 
22
  'translation_keys' => [
framework/features/header/items/account/options.php CHANGED
@@ -487,6 +487,22 @@ $options = [
487
  ],
488
  ],
489
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
490
  ],
491
  ],
492
 
487
  ],
488
  ],
489
 
490
+ 'account_user_visibility' => [
491
+ 'label' => __( 'User Visibility', 'blocksy-companion' ),
492
+ 'type' => 'ct-checkboxes',
493
+ 'design' => 'block',
494
+ 'view' => 'text',
495
+ 'divider' => 'top:full',
496
+ 'value' => [
497
+ 'logged_in' => true,
498
+ 'logged_out' => true,
499
+ ],
500
+ 'choices' => blocksy_ordered_keys([
501
+ 'logged_in' => __( 'Logged In', 'blocksy-companion' ),
502
+ 'logged_out' => __( 'Logged Out', 'blocksy-companion' ),
503
+ ]),
504
+ ],
505
+
506
  ],
507
  ],
508
 
framework/features/header/items/account/view.php CHANGED
@@ -33,6 +33,23 @@ if (! $current_user_id) {
33
  $path = 'logout';
34
  }
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  $attr['class'] = trim('ct-header-account ' . blocksy_visibility_classes(
37
  blocksy_default_akg(
38
  'header_account_visibility',
33
  $path = 'logout';
34
  }
35
 
36
+ $account_user_visibility = blocksy_default_akg(
37
+ 'account_user_visibility',
38
+ $atts,
39
+ [
40
+ 'logged_in' => true,
41
+ 'logged_out' => true,
42
+ ]
43
+ );
44
+
45
+ if (
46
+ $path === 'login' && ! $account_user_visibility['logged_in']
47
+ ||
48
+ $path === 'logout' && ! $account_user_visibility['logged_out']
49
+ ) {
50
+ return;
51
+ }
52
+
53
  $attr['class'] = trim('ct-header-account ' . blocksy_visibility_classes(
54
  blocksy_default_akg(
55
  'header_account_visibility',
languages/blocksy-companion.pot CHANGED
@@ -129,87 +129,75 @@ msgid ""
129
  "a wishlits page."
130
  msgstr ""
131
 
132
- #: framework/theme-integration.php:276,
133
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
134
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
135
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
136
  msgid "Facebook"
137
  msgstr ""
138
 
139
- #: framework/theme-integration.php:277
140
  msgid "Twitter"
141
  msgstr ""
142
 
143
- #: framework/theme-integration.php:278
144
  msgid "LinkedIn"
145
  msgstr ""
146
 
147
- #: framework/theme-integration.php:279
148
  msgid "Dribbble"
149
  msgstr ""
150
 
151
- #: framework/theme-integration.php:280
152
  msgid "Instagram"
153
  msgstr ""
154
 
155
- #: framework/theme-integration.php:281
156
  msgid "Pinterest"
157
  msgstr ""
158
 
159
- #: framework/theme-integration.php:282
160
  msgid "WordPress"
161
  msgstr ""
162
 
163
- #: framework/theme-integration.php:283
164
  msgid "GitHub"
165
  msgstr ""
166
 
167
- #: framework/theme-integration.php:284,
168
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
169
  #: framework/extensions/widgets/widgets/ct-socials/options.php:81
170
  msgid "Medium"
171
  msgstr ""
172
 
173
- #: framework/theme-integration.php:285
174
  msgid "YouTube"
175
  msgstr ""
176
 
177
- #: framework/theme-integration.php:286
178
  msgid "Vimeo"
179
  msgstr ""
180
 
181
- #: framework/theme-integration.php:287
182
  msgid "VKontakte"
183
  msgstr ""
184
 
185
- #: framework/theme-integration.php:288
186
  msgid "Odnoklassniki"
187
  msgstr ""
188
 
189
- #: framework/theme-integration.php:289
190
  msgid "TikTok"
191
  msgstr ""
192
 
193
- #: framework/theme-integration.php:361
194
  msgid "Companion"
195
  msgstr ""
196
 
197
- #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
198
  msgid "PRO"
199
  msgstr ""
200
 
201
- #: framework/theme-integration.php:506
202
- msgid "Check your email"
203
- msgstr ""
204
-
205
- #: framework/theme-integration.php:512
206
- msgid "Registration Form"
207
- msgstr ""
208
-
209
- #: framework/theme-integration.php:513
210
- msgid "Register For This Site"
211
- msgstr ""
212
-
213
  #: framework/widgets-manager.php:75
214
  msgid "Default widget name"
215
  msgstr ""
@@ -222,6 +210,38 @@ msgstr ""
222
  msgid "Widget Title"
223
  msgstr ""
224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  #: framework/features/conditions-manager.php:344
226
  msgid "%s Single"
227
  msgstr ""
@@ -557,13 +577,13 @@ msgstr ""
557
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
558
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
559
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
560
- #: framework/premium/features/premium-header/items/contacts/options.php:55,
561
- #: framework/premium/features/premium-header/items/contacts/options.php:81,
562
- #: framework/premium/features/premium-header/items/contacts/options.php:108,
563
- #: framework/premium/features/premium-header/items/contacts/options.php:135,
564
- #: framework/premium/features/premium-header/items/contacts/options.php:162,
565
- #: framework/premium/features/premium-header/items/contacts/options.php:189,
566
- #: framework/premium/features/premium-header/items/contacts/options.php:216
567
  msgid "Content"
568
  msgstr ""
569
 
@@ -585,19 +605,19 @@ msgstr ""
585
  #: framework/extensions/cookies-consent/customizer.php:90,
586
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
587
  #: framework/extensions/product-reviews/extension.php:337,
588
- #: framework/extensions/trending/customizer.php:314,
589
- #: framework/premium/extensions/mega-menu/options.php:514,
590
  #: framework/premium/extensions/shortcuts/customizer.php:757,
591
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
592
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
593
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
594
- #: framework/features/header/items/account/options.php:497,
595
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:120,
596
  #: framework/premium/features/content-blocks/options/popup.php:342,
597
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
598
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
599
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
600
- #: framework/premium/features/premium-header/items/contacts/options.php:343,
601
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
602
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
603
  #: framework/premium/features/premium-header/items/search-input/options.php:178
@@ -605,19 +625,19 @@ msgid "Design"
605
  msgstr ""
606
 
607
  #: framework/extensions/cookies-consent/customizer.php:95,
608
- #: framework/extensions/trending/customizer.php:329,
609
- #: framework/premium/extensions/mega-menu/options.php:794,
610
  #: framework/premium/extensions/shortcuts/customizer.php:773,
611
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
612
- #: framework/features/header/items/account/options.php:808,
613
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
614
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
615
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
616
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
617
- #: framework/premium/features/premium-header/items/contacts/options.php:359,
618
- #: framework/premium/features/premium-header/items/contacts/options.php:388,
619
- #: framework/premium/features/premium-header/items/contacts/options.php:431,
620
- #: framework/premium/features/premium-header/items/contacts/options.php:471,
621
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
622
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
623
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
@@ -635,32 +655,34 @@ msgstr ""
635
  #: framework/extensions/newsletter-subscribe/customizer.php:253,
636
  #: framework/extensions/newsletter-subscribe/customizer.php:290,
637
  #: framework/extensions/newsletter-subscribe/customizer.php:322,
638
- #: framework/extensions/trending/customizer.php:347,
639
- #: framework/premium/extensions/mega-menu/options.php:760,
640
- #: framework/premium/extensions/mega-menu/options.php:807,
641
- #: framework/premium/extensions/mega-menu/options.php:826,
642
  #: framework/premium/extensions/shortcuts/customizer.php:791,
643
  #: framework/premium/extensions/shortcuts/customizer.php:823,
644
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
645
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
646
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
647
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:381,
648
- #: framework/features/header/items/account/options.php:561,
649
- #: framework/features/header/items/account/options.php:593,
650
- #: framework/features/header/items/account/options.php:623,
651
- #: framework/features/header/items/account/options.php:705,
652
- #: framework/features/header/items/account/options.php:736,
653
- #: framework/features/header/items/account/options.php:765,
654
- #: framework/features/header/items/account/options.php:826,
655
- #: framework/features/header/items/account/options.php:856,
656
- #: framework/features/header/items/account/options.php:886,
657
- #: framework/features/header/items/account/options.php:922,
658
- #: framework/features/header/items/account/options.php:976,
659
- #: framework/features/header/items/account/options.php:1007,
660
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:153,
661
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:185,
662
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:229,
663
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:305,
 
 
664
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
665
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
666
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
@@ -671,12 +693,12 @@ msgstr ""
671
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
672
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
673
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
674
- #: framework/premium/features/premium-header/items/contacts/options.php:576,
675
- #: framework/premium/features/premium-header/items/contacts/options.php:607,
676
- #: framework/premium/features/premium-header/items/contacts/options.php:637,
677
- #: framework/premium/features/premium-header/items/contacts/options.php:737,
678
- #: framework/premium/features/premium-header/items/contacts/options.php:776,
679
- #: framework/premium/features/premium-header/items/contacts/options.php:815,
680
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
681
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
682
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
@@ -706,33 +728,35 @@ msgstr ""
706
  #: framework/extensions/cookies-consent/customizer.php:147,
707
  #: framework/extensions/newsletter-subscribe/customizer.php:196,
708
  #: framework/extensions/newsletter-subscribe/customizer.php:327,
709
- #: framework/extensions/trending/customizer.php:353,
710
- #: framework/premium/extensions/mega-menu/options.php:765,
711
  #: framework/premium/extensions/shortcuts/customizer.php:797,
712
  #: framework/premium/extensions/shortcuts/customizer.php:829,
713
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:357,
714
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
715
- #: framework/features/header/items/account/options.php:567,
716
- #: framework/features/header/items/account/options.php:598,
717
- #: framework/features/header/items/account/options.php:628,
718
- #: framework/features/header/items/account/options.php:711,
719
- #: framework/features/header/items/account/options.php:741,
720
- #: framework/features/header/items/account/options.php:770,
721
- #: framework/features/header/items/account/options.php:832,
722
- #: framework/features/header/items/account/options.php:982,
723
- #: framework/features/header/items/account/options.php:1013,
 
 
724
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
725
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
726
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
727
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
728
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
729
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
730
- #: framework/premium/features/premium-header/items/contacts/options.php:581,
731
- #: framework/premium/features/premium-header/items/contacts/options.php:612,
732
- #: framework/premium/features/premium-header/items/contacts/options.php:642,
733
- #: framework/premium/features/premium-header/items/contacts/options.php:742,
734
- #: framework/premium/features/premium-header/items/contacts/options.php:781,
735
- #: framework/premium/features/premium-header/items/contacts/options.php:820,
736
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
737
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
738
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
@@ -748,8 +772,10 @@ msgid "Button Color"
748
  msgstr ""
749
 
750
  #: framework/extensions/cookies-consent/customizer.php:154,
751
- #: framework/premium/extensions/mega-menu/options.php:814,
752
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:167,
 
 
753
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
754
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
755
  msgid "Background Color"
@@ -828,13 +854,13 @@ msgstr ""
828
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
829
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
830
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
831
- #: framework/premium/features/premium-header/items/contacts/options.php:48,
832
- #: framework/premium/features/premium-header/items/contacts/options.php:74,
833
- #: framework/premium/features/premium-header/items/contacts/options.php:101,
834
- #: framework/premium/features/premium-header/items/contacts/options.php:128,
835
- #: framework/premium/features/premium-header/items/contacts/options.php:155,
836
- #: framework/premium/features/premium-header/items/contacts/options.php:182,
837
- #: framework/premium/features/premium-header/items/contacts/options.php:209
838
  msgid "Title"
839
  msgstr ""
840
 
@@ -999,7 +1025,7 @@ msgstr ""
999
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1000
  #: framework/features/header/items/account/options.php:229,
1001
  #: framework/features/header/items/account/options.php:435,
1002
- #: framework/features/header/items/account/options.php:1077,
1003
  #: framework/premium/features/content-blocks/options/404.php:152,
1004
  #: framework/premium/features/content-blocks/options/header.php:178,
1005
  #: framework/premium/features/content-blocks/options/hook.php:337,
@@ -1030,7 +1056,7 @@ msgstr ""
1030
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
1031
  #: framework/features/header/items/account/options.php:230,
1032
  #: framework/features/header/items/account/options.php:436,
1033
- #: framework/features/header/items/account/options.php:1078,
1034
  #: framework/premium/features/content-blocks/options/404.php:153,
1035
  #: framework/premium/features/content-blocks/options/header.php:179,
1036
  #: framework/premium/features/content-blocks/options/hook.php:338,
@@ -1038,7 +1064,7 @@ msgstr ""
1038
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1039
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1040
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
1041
- #: framework/premium/features/premium-header/items/contacts/options.php:97
1042
  msgid "Mobile"
1043
  msgstr ""
1044
 
@@ -1051,7 +1077,7 @@ msgid "Description Color"
1051
  msgstr ""
1052
 
1053
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1054
- #: framework/features/header/items/account/options.php:840,
1055
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
1056
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
1057
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
@@ -1062,9 +1088,9 @@ msgstr ""
1062
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1063
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1064
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
1065
- #: framework/features/header/items/account/options.php:862,
1066
- #: framework/features/header/items/account/options.php:892,
1067
- #: framework/features/header/items/account/options.php:928,
1068
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
1069
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
1070
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
@@ -1081,7 +1107,7 @@ msgid "Focus"
1081
  msgstr ""
1082
 
1083
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1084
- #: framework/features/header/items/account/options.php:870,
1085
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
1086
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
1087
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
@@ -1090,7 +1116,7 @@ msgid "Input Border Color"
1090
  msgstr ""
1091
 
1092
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1093
- #: framework/features/header/items/account/options.php:906,
1094
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
1095
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
1096
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
@@ -1099,7 +1125,7 @@ msgid "Input Background Color"
1099
  msgstr ""
1100
 
1101
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
1102
- #: framework/extensions/trending/customizer.php:361,
1103
  #: framework/premium/extensions/shortcuts/customizer.php:932
1104
  msgid "Container Background"
1105
  msgstr ""
@@ -1109,7 +1135,7 @@ msgid "Container Border"
1109
  msgstr ""
1110
 
1111
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
1112
- #: framework/extensions/trending/customizer.php:377
1113
  msgid "Container Inner Spacing"
1114
  msgstr ""
1115
 
@@ -1129,12 +1155,12 @@ msgid "Name"
1129
  msgstr ""
1130
 
1131
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
1132
- #: framework/features/header/modal/register.php:11,
1133
  #: framework/premium/extensions/shortcuts/customizer.php:130,
1134
  #: framework/premium/extensions/shortcuts/customizer.php:153,
1135
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
1136
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
1137
- #: framework/premium/features/premium-header/items/contacts/options.php:178
1138
  msgid "Email"
1139
  msgstr ""
1140
 
@@ -1211,7 +1237,7 @@ msgstr ""
1211
  #: framework/extensions/product-reviews/extension.php:359,
1212
  #: framework/extensions/product-reviews/extension.php:387,
1213
  #: framework/extensions/product-reviews/extension.php:408,
1214
- #: framework/premium/extensions/mega-menu/options.php:770
1215
  msgid "Active"
1216
  msgstr ""
1217
 
@@ -1554,7 +1580,7 @@ msgstr ""
1554
  msgid "Container Visibility"
1555
  msgstr ""
1556
 
1557
- #: framework/extensions/trending/customizer.php:320
1558
  msgid "Posts Font"
1559
  msgstr ""
1560
 
@@ -1565,17 +1591,17 @@ msgid ""
1565
  "Posts are the choices available."
1566
  msgstr ""
1567
 
1568
- #: framework/features/header/account-modal.php:47,
1569
  #: framework/features/header/items/account/options.php:481,
1570
  #: framework/features/header/items/account/views/logout.php:3
1571
  msgid "Login"
1572
  msgstr ""
1573
 
1574
- #: framework/features/header/account-modal.php:51
1575
  msgid "Sign Up"
1576
  msgstr ""
1577
 
1578
- #: framework/features/header/account-modal.php:70
1579
  msgid "Back to login"
1580
  msgstr ""
1581
 
@@ -1678,7 +1704,7 @@ msgstr ""
1678
  #: framework/premium/features/content-blocks/options/hook.php:158,
1679
  #: framework/premium/features/content-blocks/options/popup.php:162,
1680
  #: framework/premium/features/content-blocks/options/popup.php:418,
1681
- #: framework/premium/features/premium-header/items/contacts/options.php:277
1682
  msgid "None"
1683
  msgstr ""
1684
 
@@ -1725,7 +1751,8 @@ msgstr ""
1725
  msgid "Content Blocks"
1726
  msgstr ""
1727
 
1728
- #: framework/premium/features/content-blocks.php:617
 
1729
  msgid "Content Block"
1730
  msgstr ""
1731
 
@@ -1762,12 +1789,12 @@ msgstr ""
1762
  msgid "Nothing found in Trash"
1763
  msgstr ""
1764
 
1765
- #: framework/premium/features/premium-footer.php:30,
1766
- #: framework/premium/features/premium-footer.php:41
1767
  msgid "Footer Menu 1"
1768
  msgstr ""
1769
 
1770
- #: framework/premium/features/premium-footer.php:42,
1771
  #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
1772
  msgid "Footer Menu 2"
1773
  msgstr ""
@@ -1776,33 +1803,41 @@ msgstr ""
1776
  msgid "Header Menu 3"
1777
  msgstr ""
1778
 
1779
- #: framework/premium/features/premium-header.php:102
 
 
 
 
 
 
 
 
1780
  msgid "Header Widget Area "
1781
  msgstr ""
1782
 
1783
- #: framework/premium/features/premium-header.php:158,
1784
- #: framework/premium/extensions/mega-menu/options.php:420,
1785
  #: framework/features/header/items/account/options.php:123,
1786
  #: framework/features/header/items/account/options.php:348,
1787
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
1788
  msgid "Icon"
1789
  msgstr ""
1790
 
1791
- #: framework/premium/features/premium-header.php:172,
1792
- #: framework/premium/extensions/mega-menu/options.php:434,
1793
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
1794
  #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
1795
- #: framework/premium/features/premium-header/items/contacts/options.php:249
1796
  msgid "Icons Size"
1797
  msgstr ""
1798
 
1799
- #: framework/premium/features/premium-header.php:184,
1800
- #: framework/premium/extensions/mega-menu/options.php:456
1801
  msgid "Icon Position"
1802
  msgstr ""
1803
 
1804
- #: framework/premium/features/premium-header.php:191,
1805
- #: framework/premium/extensions/mega-menu/options.php:463,
1806
  #: framework/premium/extensions/shortcuts/customizer.php:638,
1807
  #: framework/features/header/items/account/options.php:259,
1808
  #: framework/features/header/items/account/options.php:465,
@@ -1810,8 +1845,8 @@ msgstr ""
1810
  msgid "Left"
1811
  msgstr ""
1812
 
1813
- #: framework/premium/features/premium-header.php:192,
1814
- #: framework/premium/extensions/mega-menu/options.php:464,
1815
  #: framework/premium/extensions/shortcuts/customizer.php:639,
1816
  #: framework/features/header/items/account/options.php:260,
1817
  #: framework/features/header/items/account/options.php:466,
@@ -1825,7 +1860,7 @@ msgid "Newsletter"
1825
  msgstr ""
1826
 
1827
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
1828
- #: framework/premium/extensions/mega-menu/options.php:491,
1829
  #: framework/premium/extensions/shortcuts/customizer.php:868,
1830
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
1831
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
@@ -1867,7 +1902,8 @@ msgstr ""
1867
  msgid "Email Address"
1868
  msgstr ""
1869
 
1870
- #: framework/features/header/modal/login.php:22
 
1871
  msgid "Password"
1872
  msgstr ""
1873
 
@@ -1879,7 +1915,7 @@ msgstr ""
1879
  msgid "Forgot Password?"
1880
  msgstr ""
1881
 
1882
- #: framework/features/header/modal/login.php:41
1883
  msgid "Log In"
1884
  msgstr ""
1885
 
@@ -1887,19 +1923,19 @@ msgstr ""
1887
  msgid "Username or Email Address"
1888
  msgstr ""
1889
 
1890
- #: framework/features/header/modal/lostpassword.php:11
1891
  msgid "Get New Password"
1892
  msgstr ""
1893
 
1894
- #: framework/features/header/modal/register.php:6
1895
  msgid "Username"
1896
  msgstr ""
1897
 
1898
- #: framework/features/header/modal/register.php:18
1899
  msgid "Registration confirmation will be emailed to you"
1900
  msgstr ""
1901
 
1902
- #: framework/features/header/modal/register.php:23
1903
  msgid "Register"
1904
  msgstr ""
1905
 
@@ -1994,7 +2030,7 @@ msgid "New"
1994
  msgstr ""
1995
 
1996
  #: framework/premium/extensions/mega-menu/options.php:16,
1997
- #: framework/premium/extensions/mega-menu/options.php:528
1998
  msgid "Mega Menu Settings"
1999
  msgstr ""
2000
 
@@ -2040,120 +2076,120 @@ msgstr ""
2040
  msgid "Custom Text"
2041
  msgstr ""
2042
 
2043
- #: framework/premium/extensions/mega-menu/options.php:333
2044
- msgid "Content Block/Hook"
2045
- msgstr ""
2046
-
2047
- #: framework/premium/extensions/mega-menu/options.php:392,
2048
- #: framework/premium/extensions/mega-menu/options.php:708
2049
  msgid "Item Label Settings"
2050
  msgstr ""
2051
 
2052
- #: framework/premium/extensions/mega-menu/options.php:397
2053
  msgid "Item Label"
2054
  msgstr ""
2055
 
2056
- #: framework/premium/extensions/mega-menu/options.php:405
2057
  msgid "Enabled"
2058
  msgstr ""
2059
 
2060
- #: framework/premium/extensions/mega-menu/options.php:406,
2061
  #: framework/premium/features/content-blocks/options/404.php:104,
2062
  #: framework/premium/features/content-blocks/options/header.php:108,
2063
  #: framework/premium/features/content-blocks/options/hook.php:113
2064
  msgid "Disabled"
2065
  msgstr ""
2066
 
2067
- #: framework/premium/extensions/mega-menu/options.php:407
2068
  msgid "Heading"
2069
  msgstr ""
2070
 
2071
- #: framework/premium/extensions/mega-menu/options.php:413
2072
  msgid "Label Link"
2073
  msgstr ""
2074
 
2075
- #: framework/premium/extensions/mega-menu/options.php:479,
2076
- #: framework/premium/extensions/mega-menu/options.php:790
2077
  msgid "Menu Badge Settings"
2078
  msgstr ""
2079
 
2080
- #: framework/premium/extensions/mega-menu/options.php:497,
2081
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
2082
  msgid "Vertical Alignment"
2083
  msgstr ""
2084
 
2085
- #: framework/premium/extensions/mega-menu/options.php:532,
2086
- #: framework/premium/extensions/shortcuts/customizer.php:862
 
 
2087
  msgid "Background"
2088
  msgstr ""
2089
 
2090
- #: framework/premium/extensions/mega-menu/options.php:546
2091
  msgid "Link Color"
2092
  msgstr ""
2093
 
2094
- #: framework/premium/extensions/mega-menu/options.php:566,
2095
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2096
- #: framework/premium/features/premium-header/items/contacts/options.php:417,
2097
- #: framework/premium/features/premium-header/items/contacts/options.php:459,
2098
- #: framework/premium/features/premium-header/items/contacts/options.php:499
2099
  msgid "Link Initial"
2100
  msgstr ""
2101
 
2102
- #: framework/premium/extensions/mega-menu/options.php:571
2103
  msgid "Link Hover/Active"
2104
  msgstr ""
2105
 
2106
- #: framework/premium/extensions/mega-menu/options.php:576
2107
  msgid "Background Hover"
2108
  msgstr ""
2109
 
2110
- #: framework/premium/extensions/mega-menu/options.php:583,
2111
- #: framework/premium/extensions/mega-menu/options.php:717
2112
  msgid "Heading Color"
2113
  msgstr ""
2114
 
2115
- #: framework/premium/extensions/mega-menu/options.php:595,
2116
- #: framework/premium/extensions/mega-menu/options.php:615,
2117
- #: framework/premium/extensions/mega-menu/options.php:729
2118
  msgid "Initial Color"
2119
  msgstr ""
2120
 
2121
- #: framework/premium/extensions/mega-menu/options.php:603
2122
  msgid "Text Color"
2123
  msgstr ""
2124
 
2125
- #: framework/premium/extensions/mega-menu/options.php:622,
2126
  #: framework/premium/extensions/shortcuts/customizer.php:879,
2127
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2128
  #: framework/premium/features/premium-header/items/search-input/options.php:815
2129
  msgid "Items Divider"
2130
  msgstr ""
2131
 
2132
- #: framework/premium/extensions/mega-menu/options.php:637
2133
  msgid "Columns Divider"
2134
  msgstr ""
2135
 
2136
- #: framework/premium/extensions/mega-menu/options.php:652,
2137
  #: framework/premium/features/premium-header/items/search-input/options.php:797
2138
  msgid "Dropdown Shadow"
2139
  msgstr ""
2140
 
2141
- #: framework/premium/extensions/mega-menu/options.php:684
2142
  msgid "Column Settings"
2143
  msgstr ""
2144
 
2145
- #: framework/premium/extensions/mega-menu/options.php:688
2146
  msgid "Column Spacing"
2147
  msgstr ""
2148
 
2149
- #: framework/premium/extensions/mega-menu/options.php:740,
2150
- #: framework/features/header/items/account/options.php:660,
2151
- #: framework/features/header/items/account/options.php:688,
2152
- #: framework/features/header/items/account/options.php:719,
2153
- #: framework/features/header/items/account/options.php:748,
2154
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:135,
2155
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:212,
2156
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:288,
 
 
2157
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
2158
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
2159
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
@@ -2259,7 +2295,7 @@ msgstr ""
2259
  #: framework/premium/extensions/shortcuts/customizer.php:551,
2260
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
2261
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
2262
- #: framework/premium/features/premium-header/items/contacts/options.php:69
2263
  msgid "Phone"
2264
  msgstr ""
2265
 
@@ -2350,17 +2386,17 @@ msgstr ""
2350
 
2351
  #: framework/premium/extensions/shortcuts/customizer.php:763,
2352
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
2353
- #: framework/premium/features/premium-header/items/contacts/options.php:349,
2354
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
2355
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
2356
  msgid "Font"
2357
  msgstr ""
2358
 
2359
  #: framework/premium/extensions/shortcuts/customizer.php:805,
2360
- #: framework/premium/features/premium-header/items/contacts/options.php:529,
2361
- #: framework/premium/features/premium-header/items/contacts/options.php:558,
2362
- #: framework/premium/features/premium-header/items/contacts/options.php:589,
2363
- #: framework/premium/features/premium-header/items/contacts/options.php:619
2364
  msgid "Icons Color"
2365
  msgstr ""
2366
 
@@ -2463,31 +2499,31 @@ msgstr ""
2463
  msgid "Number of Columns"
2464
  msgstr ""
2465
 
2466
- #: framework/premium/extensions/woocommerce-extra/extension.php:612
2467
  msgid "Available Filters"
2468
  msgstr ""
2469
 
2470
- #: framework/premium/extensions/woocommerce-extra/extension.php:690
2471
  msgid "Quick view title before"
2472
  msgstr ""
2473
 
2474
- #: framework/premium/extensions/woocommerce-extra/extension.php:695
2475
  msgid "Quick view title after"
2476
  msgstr ""
2477
 
2478
- #: framework/premium/extensions/woocommerce-extra/extension.php:700
2479
  msgid "Quick view price before"
2480
  msgstr ""
2481
 
2482
- #: framework/premium/extensions/woocommerce-extra/extension.php:705
2483
  msgid "Quick view price after"
2484
  msgstr ""
2485
 
2486
- #: framework/premium/extensions/woocommerce-extra/extension.php:710
2487
  msgid "Quick view summary before"
2488
  msgstr ""
2489
 
2490
- #: framework/premium/extensions/woocommerce-extra/extension.php:715
2491
  msgid "Quick view summary after"
2492
  msgstr ""
2493
 
@@ -2555,16 +2591,16 @@ msgid "Widgets Font Color"
2555
  msgstr ""
2556
 
2557
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
2558
- #: framework/premium/features/premium-header/items/contacts/options.php:411,
2559
- #: framework/premium/features/premium-header/items/contacts/options.php:454,
2560
- #: framework/premium/features/premium-header/items/contacts/options.php:494
2561
  msgid "Text Initial"
2562
  msgstr ""
2563
 
2564
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
2565
- #: framework/premium/features/premium-header/items/contacts/options.php:423,
2566
- #: framework/premium/features/premium-header/items/contacts/options.php:464,
2567
- #: framework/premium/features/premium-header/items/contacts/options.php:504
2568
  msgid "Link Hover"
2569
  msgstr ""
2570
 
@@ -2597,21 +2633,31 @@ msgid "Panel Width"
2597
  msgstr ""
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
 
 
 
 
2600
  msgid "Panel Shadow"
2601
  msgstr ""
2602
 
2603
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
2604
- msgid "Panel Background"
 
2605
  msgstr ""
2606
 
2607
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
2608
- #: framework/features/header/items/account/options.php:958
2609
- msgid "Close Icon Color"
2610
  msgstr ""
2611
 
2612
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:364,
2613
- #: framework/features/header/items/account/options.php:990
2614
- msgid "Close Icon Background"
 
 
 
 
 
2615
  msgstr ""
2616
 
2617
  #: framework/premium/extensions/woocommerce-extra/readme.php:4
@@ -2834,7 +2880,7 @@ msgid "After comments"
2834
  msgstr ""
2835
 
2836
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
2837
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:453
2838
  msgid "Before"
2839
  msgstr ""
2840
 
@@ -2844,7 +2890,7 @@ msgid "Loop"
2844
  msgstr ""
2845
 
2846
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
2847
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:464
2848
  msgid "After"
2849
  msgstr ""
2850
 
@@ -2959,296 +3005,304 @@ msgid "After shop loop item price"
2959
  msgstr ""
2960
 
2961
  #: framework/premium/features/content-blocks/hooks-manager.php:468
 
 
 
 
 
 
 
 
2962
  msgid "After shop loop"
2963
  msgstr ""
2964
 
2965
- #: framework/premium/features/content-blocks/hooks-manager.php:470
2966
  msgid "WooCommerce Archive"
2967
  msgstr ""
2968
 
2969
- #: framework/premium/features/content-blocks/hooks-manager.php:475
2970
  msgid "Before single product"
2971
  msgstr ""
2972
 
2973
- #: framework/premium/features/content-blocks/hooks-manager.php:493
2974
  msgid "Product meta start"
2975
  msgstr ""
2976
 
2977
- #: framework/premium/features/content-blocks/hooks-manager.php:497
2978
  msgid "Product meta end"
2979
  msgstr ""
2980
 
2981
- #: framework/premium/features/content-blocks/hooks-manager.php:501
2982
  msgid "Share"
2983
  msgstr ""
2984
 
2985
- #: framework/premium/features/content-blocks/hooks-manager.php:505
2986
  msgid "After single product"
2987
  msgstr ""
2988
 
2989
- #: framework/premium/features/content-blocks/hooks-manager.php:511
2990
  msgid "Before single product excerpt"
2991
  msgstr ""
2992
 
2993
- #: framework/premium/features/content-blocks/hooks-manager.php:516
2994
  msgid "After single product excerpt"
2995
  msgstr ""
2996
 
2997
- #: framework/premium/features/content-blocks/hooks-manager.php:521
2998
  msgid "Before single product tabs"
2999
  msgstr ""
3000
 
3001
- #: framework/premium/features/content-blocks/hooks-manager.php:527
3002
  msgid "After single product tabs"
3003
  msgstr ""
3004
 
3005
- #: framework/premium/features/content-blocks/hooks-manager.php:531
3006
  msgid "WooCommerce Product"
3007
  msgstr ""
3008
 
3009
- #: framework/premium/features/content-blocks/hooks-manager.php:536
3010
  msgid "Cart is empty"
3011
  msgstr ""
3012
 
3013
- #: framework/premium/features/content-blocks/hooks-manager.php:540
3014
  msgid "Before cart"
3015
  msgstr ""
3016
 
3017
- #: framework/premium/features/content-blocks/hooks-manager.php:544
3018
  msgid "Before cart table"
3019
  msgstr ""
3020
 
3021
- #: framework/premium/features/content-blocks/hooks-manager.php:548
3022
  msgid "Before cart contents"
3023
  msgstr ""
3024
 
3025
- #: framework/premium/features/content-blocks/hooks-manager.php:552
3026
  msgid "Cart contents"
3027
  msgstr ""
3028
 
3029
- #: framework/premium/features/content-blocks/hooks-manager.php:556
3030
  msgid "After cart contents"
3031
  msgstr ""
3032
 
3033
- #: framework/premium/features/content-blocks/hooks-manager.php:560
3034
  msgid "Cart coupon"
3035
  msgstr ""
3036
 
3037
- #: framework/premium/features/content-blocks/hooks-manager.php:564
3038
  msgid "Cart actions"
3039
  msgstr ""
3040
 
3041
- #: framework/premium/features/content-blocks/hooks-manager.php:568
3042
  msgid "After cart table"
3043
  msgstr ""
3044
 
3045
- #: framework/premium/features/content-blocks/hooks-manager.php:572
3046
  msgid "Cart collaterals"
3047
  msgstr ""
3048
 
3049
- #: framework/premium/features/content-blocks/hooks-manager.php:576
3050
  msgid "Before cart totals"
3051
  msgstr ""
3052
 
3053
- #: framework/premium/features/content-blocks/hooks-manager.php:580
3054
  msgid "Cart totals before order total"
3055
  msgstr ""
3056
 
3057
- #: framework/premium/features/content-blocks/hooks-manager.php:584
3058
  msgid "Cart totals after order total"
3059
  msgstr ""
3060
 
3061
- #: framework/premium/features/content-blocks/hooks-manager.php:588
3062
  msgid "Proceed to checkout"
3063
  msgstr ""
3064
 
3065
- #: framework/premium/features/content-blocks/hooks-manager.php:592
3066
  msgid "After cart totals"
3067
  msgstr ""
3068
 
3069
- #: framework/premium/features/content-blocks/hooks-manager.php:596
3070
  msgid "After cart"
3071
  msgstr ""
3072
 
3073
- #: framework/premium/features/content-blocks/hooks-manager.php:601
3074
  msgid "Before Mini Cart"
3075
  msgstr ""
3076
 
3077
- #: framework/premium/features/content-blocks/hooks-manager.php:606
3078
  msgid "Before Mini Cart Contents"
3079
  msgstr ""
3080
 
3081
- #: framework/premium/features/content-blocks/hooks-manager.php:611
3082
  msgid "Mini Cart Contents"
3083
  msgstr ""
3084
 
3085
- #: framework/premium/features/content-blocks/hooks-manager.php:616
3086
  msgid "Widget Shopping Cart Before Buttons"
3087
  msgstr ""
3088
 
3089
- #: framework/premium/features/content-blocks/hooks-manager.php:621
3090
  msgid "Widget Shopping Cart After Buttons"
3091
  msgstr ""
3092
 
3093
- #: framework/premium/features/content-blocks/hooks-manager.php:626
3094
  msgid "After Mini Cart"
3095
  msgstr ""
3096
 
3097
- #: framework/premium/features/content-blocks/hooks-manager.php:628
3098
  msgid "WooCommerce Cart"
3099
  msgstr ""
3100
 
3101
- #: framework/premium/features/content-blocks/hooks-manager.php:634
3102
  msgid "Before checkout form"
3103
  msgstr ""
3104
 
3105
- #: framework/premium/features/content-blocks/hooks-manager.php:638
3106
  msgid "Before customer details"
3107
  msgstr ""
3108
 
3109
- #: framework/premium/features/content-blocks/hooks-manager.php:642
3110
  msgid "After customer details"
3111
  msgstr ""
3112
 
3113
- #: framework/premium/features/content-blocks/hooks-manager.php:646
3114
  msgid "Checkout billing"
3115
  msgstr ""
3116
 
3117
- #: framework/premium/features/content-blocks/hooks-manager.php:650
3118
  msgid "Before checkout billing form"
3119
  msgstr ""
3120
 
3121
- #: framework/premium/features/content-blocks/hooks-manager.php:654
3122
  msgid "After checkout billing form"
3123
  msgstr ""
3124
 
3125
- #: framework/premium/features/content-blocks/hooks-manager.php:658
3126
  msgid "Before order notes"
3127
  msgstr ""
3128
 
3129
- #: framework/premium/features/content-blocks/hooks-manager.php:662
3130
  msgid "After order notes"
3131
  msgstr ""
3132
 
3133
- #: framework/premium/features/content-blocks/hooks-manager.php:666
3134
  msgid "Checkout shipping"
3135
  msgstr ""
3136
 
3137
- #: framework/premium/features/content-blocks/hooks-manager.php:670
3138
  msgid "Checkout before order review"
3139
  msgstr ""
3140
 
3141
- #: framework/premium/features/content-blocks/hooks-manager.php:674
3142
  msgid "Checkout order review"
3143
  msgstr ""
3144
 
3145
- #: framework/premium/features/content-blocks/hooks-manager.php:678
3146
  msgid "Review order before cart contents"
3147
  msgstr ""
3148
 
3149
- #: framework/premium/features/content-blocks/hooks-manager.php:682
3150
  msgid "Review order after cart contents"
3151
  msgstr ""
3152
 
3153
- #: framework/premium/features/content-blocks/hooks-manager.php:686
3154
  msgid "Review order before order total"
3155
  msgstr ""
3156
 
3157
- #: framework/premium/features/content-blocks/hooks-manager.php:690
3158
  msgid "Review order after order total"
3159
  msgstr ""
3160
 
3161
- #: framework/premium/features/content-blocks/hooks-manager.php:694
3162
  msgid "Review order before payment"
3163
  msgstr ""
3164
 
3165
- #: framework/premium/features/content-blocks/hooks-manager.php:698
3166
  msgid "Review order before submit"
3167
  msgstr ""
3168
 
3169
- #: framework/premium/features/content-blocks/hooks-manager.php:702
3170
  msgid "Review order after submit"
3171
  msgstr ""
3172
 
3173
- #: framework/premium/features/content-blocks/hooks-manager.php:706
3174
  msgid "Review order after payment"
3175
  msgstr ""
3176
 
3177
- #: framework/premium/features/content-blocks/hooks-manager.php:710
3178
  msgid "Checkout after order review"
3179
  msgstr ""
3180
 
3181
- #: framework/premium/features/content-blocks/hooks-manager.php:714
3182
  msgid "After checkout form"
3183
  msgstr ""
3184
 
3185
- #: framework/premium/features/content-blocks/hooks-manager.php:717
3186
  msgid "WooCommerce Checkout"
3187
  msgstr ""
3188
 
3189
- #: framework/premium/features/content-blocks/hooks-manager.php:723
3190
  msgid "Before my account"
3191
  msgstr ""
3192
 
3193
- #: framework/premium/features/content-blocks/hooks-manager.php:727
3194
  msgid "Before account navigation"
3195
  msgstr ""
3196
 
3197
- #: framework/premium/features/content-blocks/hooks-manager.php:731
3198
  msgid "Account navigation"
3199
  msgstr ""
3200
 
3201
- #: framework/premium/features/content-blocks/hooks-manager.php:735
3202
  msgid "After account navigation"
3203
  msgstr ""
3204
 
3205
- #: framework/premium/features/content-blocks/hooks-manager.php:739
3206
  msgid "Account content"
3207
  msgstr ""
3208
 
3209
- #: framework/premium/features/content-blocks/hooks-manager.php:743
3210
  msgid "Account dashboard"
3211
  msgstr ""
3212
 
3213
- #: framework/premium/features/content-blocks/hooks-manager.php:747
3214
  msgid "After my account"
3215
  msgstr ""
3216
 
3217
- #: framework/premium/features/content-blocks/hooks-manager.php:749,
3218
  #: framework/features/header/items/account/options.php:17,
3219
  #: framework/features/header/items/account/options.php:18
3220
  msgid "WooCommerce Account"
3221
  msgstr ""
3222
 
3223
- #: framework/premium/features/content-blocks/hooks-manager.php:755
3224
  msgid "WP footer"
3225
  msgstr ""
3226
 
3227
- #: framework/premium/features/content-blocks/hooks-manager.php:756,
3228
- #: framework/premium/features/content-blocks/hooks-manager.php:764,
3229
- #: framework/premium/features/content-blocks/hooks-manager.php:772
3230
  msgid "Footer"
3231
  msgstr ""
3232
 
3233
- #: framework/premium/features/content-blocks/hooks-manager.php:763
3234
  msgid "Footer before"
3235
  msgstr ""
3236
 
3237
- #: framework/premium/features/content-blocks/hooks-manager.php:771
3238
  msgid "Footer after"
3239
  msgstr ""
3240
 
3241
- #: framework/premium/features/content-blocks/hooks-manager.php:786
3242
  msgid "Custom Hook (%s)"
3243
  msgstr ""
3244
 
3245
- #: framework/premium/features/content-blocks/hooks-manager.php:792,
3246
  #: framework/premium/features/content-blocks/options/hook.php:197
3247
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
3248
  msgid "After Block Number"
3249
  msgstr ""
3250
 
3251
- #: framework/premium/features/content-blocks/hooks-manager.php:798,
3252
  #: framework/premium/features/content-blocks/options/hook.php:214
3253
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
3254
  msgid "Before Heading Number"
@@ -3318,8 +3372,8 @@ msgstr ""
3318
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
3319
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
3320
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
3321
- #: framework/premium/features/premium-header/items/contacts/options.php:20,
3322
- #: framework/premium/features/premium-header/items/contacts/options.php:49,
3323
  #: framework/premium/features/premium-header/items/contacts/view.php:22
3324
  msgid "Address:"
3325
  msgstr ""
@@ -3327,8 +3381,8 @@ msgstr ""
3327
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
3328
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
3329
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
3330
- #: framework/premium/features/premium-header/items/contacts/options.php:27,
3331
- #: framework/premium/features/premium-header/items/contacts/options.php:75,
3332
  #: framework/premium/features/premium-header/items/contacts/view.php:29
3333
  msgid "Phone:"
3334
  msgstr ""
@@ -3336,14 +3390,14 @@ msgstr ""
3336
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
3337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
3338
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
3339
- #: framework/premium/features/premium-header/items/contacts/options.php:35,
3340
- #: framework/premium/features/premium-header/items/contacts/options.php:102,
3341
  #: framework/premium/features/premium-header/items/contacts/view.php:37
3342
  msgid "Mobile:"
3343
  msgstr ""
3344
 
3345
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
3346
- #: framework/premium/features/premium-header/items/contacts/options.php:44
3347
  msgid "Address"
3348
  msgstr ""
3349
 
@@ -3354,48 +3408,48 @@ msgstr ""
3354
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
3355
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
3356
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
3357
- #: framework/premium/features/premium-header/items/contacts/options.php:62,
3358
- #: framework/premium/features/premium-header/items/contacts/options.php:88,
3359
- #: framework/premium/features/premium-header/items/contacts/options.php:115,
3360
- #: framework/premium/features/premium-header/items/contacts/options.php:142,
3361
- #: framework/premium/features/premium-header/items/contacts/options.php:169,
3362
- #: framework/premium/features/premium-header/items/contacts/options.php:196,
3363
- #: framework/premium/features/premium-header/items/contacts/options.php:223
3364
  msgid "Link (optional)"
3365
  msgstr ""
3366
 
3367
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
3368
- #: framework/premium/features/premium-header/items/contacts/options.php:124
3369
  msgid "Work Hours"
3370
  msgstr ""
3371
 
3372
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
3373
- #: framework/premium/features/premium-header/items/contacts/options.php:129
3374
  msgid "Opening hours"
3375
  msgstr ""
3376
 
3377
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
3378
- #: framework/premium/features/premium-header/items/contacts/options.php:151
3379
  msgid "Fax"
3380
  msgstr ""
3381
 
3382
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
3383
- #: framework/premium/features/premium-header/items/contacts/options.php:156
3384
  msgid "Fax:"
3385
  msgstr ""
3386
 
3387
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
3388
- #: framework/premium/features/premium-header/items/contacts/options.php:183
3389
  msgid "Email:"
3390
  msgstr ""
3391
 
3392
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
3393
- #: framework/premium/features/premium-header/items/contacts/options.php:205
3394
  msgid "Website"
3395
  msgstr ""
3396
 
3397
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
3398
- #: framework/premium/features/premium-header/items/contacts/options.php:210
3399
  msgid "Website:"
3400
  msgstr ""
3401
 
@@ -3411,37 +3465,37 @@ msgstr ""
3411
 
3412
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
3413
  #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
3414
- #: framework/premium/features/premium-header/items/contacts/options.php:270
3415
  msgid "Icons Shape Type"
3416
  msgstr ""
3417
 
3418
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
3419
  #: framework/extensions/widgets/widgets/ct-socials/options.php:95,
3420
- #: framework/premium/features/premium-header/items/contacts/options.php:278
3421
  msgid "Rounded"
3422
  msgstr ""
3423
 
3424
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
3425
  #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
3426
- #: framework/premium/features/premium-header/items/contacts/options.php:279
3427
  msgid "Square"
3428
  msgstr ""
3429
 
3430
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
3431
  #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
3432
- #: framework/premium/features/premium-header/items/contacts/options.php:290
3433
  msgid "Shape Fill Type"
3434
  msgstr ""
3435
 
3436
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
3437
  #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
3438
- #: framework/premium/features/premium-header/items/contacts/options.php:297
3439
  msgid "Solid"
3440
  msgstr ""
3441
 
3442
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
3443
  #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
3444
- #: framework/premium/features/premium-header/items/contacts/options.php:298
3445
  msgid "Outline"
3446
  msgstr ""
3447
 
@@ -3725,25 +3779,37 @@ msgstr ""
3725
  msgid "My Account"
3726
  msgstr ""
3727
 
3728
- #: framework/features/header/items/account/options.php:503,
 
 
 
 
 
 
 
 
 
 
 
 
3729
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
3730
  msgid "Label Font"
3731
  msgstr ""
3732
 
3733
- #: framework/features/header/items/account/options.php:514,
3734
- #: framework/features/header/items/account/options.php:543,
3735
- #: framework/features/header/items/account/options.php:575,
3736
- #: framework/features/header/items/account/options.php:605
3737
  msgid "Label Color"
3738
  msgstr ""
3739
 
3740
- #: framework/features/header/items/account/options.php:519,
3741
- #: framework/features/header/items/account/options.php:665,
3742
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
3743
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
3744
- #: framework/premium/features/premium-header/items/contacts/options.php:364,
3745
- #: framework/premium/features/premium-header/items/contacts/options.php:534,
3746
- #: framework/premium/features/premium-header/items/contacts/options.php:681,
3747
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
3748
  #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
3749
  #: framework/premium/features/premium-header/items/search-input/options.php:189,
@@ -3753,13 +3819,13 @@ msgstr ""
3753
  msgid "Default State"
3754
  msgstr ""
3755
 
3756
- #: framework/features/header/items/account/options.php:524,
3757
- #: framework/features/header/items/account/options.php:670,
3758
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
3759
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
3760
- #: framework/premium/features/premium-header/items/contacts/options.php:369,
3761
- #: framework/premium/features/premium-header/items/contacts/options.php:539,
3762
- #: framework/premium/features/premium-header/items/contacts/options.php:689,
3763
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
3764
  #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
3765
  #: framework/premium/features/premium-header/items/search-input/options.php:194,
@@ -3769,13 +3835,13 @@ msgstr ""
3769
  msgid "Transparent State"
3770
  msgstr ""
3771
 
3772
- #: framework/features/header/items/account/options.php:533,
3773
- #: framework/features/header/items/account/options.php:679,
3774
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
3775
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
3776
- #: framework/premium/features/premium-header/items/contacts/options.php:378,
3777
- #: framework/premium/features/premium-header/items/contacts/options.php:548,
3778
- #: framework/premium/features/premium-header/items/contacts/options.php:699,
3779
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
3780
  #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
3781
  #: framework/premium/features/premium-header/items/search-input/options.php:203,
@@ -3785,27 +3851,27 @@ msgstr ""
3785
  msgid "Sticky State"
3786
  msgstr ""
3787
 
3788
- #: framework/features/header/items/account/options.php:785
3789
  msgid "Item Margin"
3790
  msgstr ""
3791
 
3792
- #: framework/features/header/items/account/options.php:804
3793
  msgid "Modal Options"
3794
  msgstr ""
3795
 
3796
- #: framework/features/header/items/account/options.php:939
3797
- msgid "Modal Shadow"
3798
- msgstr ""
3799
-
3800
- #: framework/features/header/items/account/options.php:1021
3801
  msgid "Modal Background"
3802
  msgstr ""
3803
 
3804
- #: framework/features/header/items/account/options.php:1036
3805
  msgid "Modal Backdrop"
3806
  msgstr ""
3807
 
3808
- #: framework/features/header/items/account/options.php:1066
 
 
 
 
3809
  msgid "Element Visibility"
3810
  msgstr ""
3811
 
@@ -3818,34 +3884,34 @@ msgstr ""
3818
  msgid "Account header icon"
3819
  msgstr ""
3820
 
3821
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:403
3822
  msgid "You have no %s fields declared for this custom post type."
3823
  msgstr ""
3824
 
3825
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:415,
3826
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:836,
3827
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:847
3828
  msgid "Field"
3829
  msgstr ""
3830
 
3831
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:427,
3832
  #: framework/premium/features/premium-header/items/language-switcher/options.php:60
3833
  msgid "Label"
3834
  msgstr ""
3835
 
3836
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:476
3837
  msgid "Fallback"
3838
  msgstr ""
3839
 
3840
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:488
3841
  msgid "%s Field"
3842
  msgstr ""
3843
 
3844
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:834
3845
  msgid "%s %s Font"
3846
  msgstr ""
3847
 
3848
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:845
3849
  msgid "%s %s Color"
3850
  msgstr ""
3851
 
@@ -3934,14 +4000,18 @@ msgstr ""
3934
  msgid "AJAX Add To Cart"
3935
  msgstr ""
3936
 
3937
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
 
 
 
 
3938
  msgid "Archive Button"
3939
  msgstr ""
3940
 
3941
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
3942
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
3943
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
3944
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
3945
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
3946
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
3947
  #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
@@ -3950,11 +4020,11 @@ msgstr ""
3950
  msgid "Hover/Active"
3951
  msgstr ""
3952
 
3953
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
3954
  msgid "Single Product Button"
3955
  msgstr ""
3956
 
3957
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
3958
  msgid "Quick View Modal Button"
3959
  msgstr ""
3960
 
@@ -4308,16 +4378,16 @@ msgstr ""
4308
  msgid "Contacts"
4309
  msgstr ""
4310
 
4311
- #: framework/premium/features/premium-header/items/contacts/options.php:239
4312
  msgid "Open Links In New Tab"
4313
  msgstr ""
4314
 
4315
- #: framework/premium/features/premium-header/items/contacts/options.php:259,
4316
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
4317
  msgid "Items Spacing"
4318
  msgstr ""
4319
 
4320
- #: framework/premium/features/premium-header/items/contacts/options.php:834,
4321
  #: framework/premium/features/premium-header/items/divider/options.php:107,
4322
  #: framework/premium/features/premium-header/items/divider/options.php:126,
4323
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
129
  "a wishlits page."
130
  msgstr ""
131
 
132
+ #: framework/theme-integration.php:266,
133
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
134
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
135
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
136
  msgid "Facebook"
137
  msgstr ""
138
 
139
+ #: framework/theme-integration.php:267
140
  msgid "Twitter"
141
  msgstr ""
142
 
143
+ #: framework/theme-integration.php:268
144
  msgid "LinkedIn"
145
  msgstr ""
146
 
147
+ #: framework/theme-integration.php:269
148
  msgid "Dribbble"
149
  msgstr ""
150
 
151
+ #: framework/theme-integration.php:270
152
  msgid "Instagram"
153
  msgstr ""
154
 
155
+ #: framework/theme-integration.php:271
156
  msgid "Pinterest"
157
  msgstr ""
158
 
159
+ #: framework/theme-integration.php:272
160
  msgid "WordPress"
161
  msgstr ""
162
 
163
+ #: framework/theme-integration.php:273
164
  msgid "GitHub"
165
  msgstr ""
166
 
167
+ #: framework/theme-integration.php:274,
168
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
169
  #: framework/extensions/widgets/widgets/ct-socials/options.php:81
170
  msgid "Medium"
171
  msgstr ""
172
 
173
+ #: framework/theme-integration.php:275
174
  msgid "YouTube"
175
  msgstr ""
176
 
177
+ #: framework/theme-integration.php:276
178
  msgid "Vimeo"
179
  msgstr ""
180
 
181
+ #: framework/theme-integration.php:277
182
  msgid "VKontakte"
183
  msgstr ""
184
 
185
+ #: framework/theme-integration.php:278
186
  msgid "Odnoklassniki"
187
  msgstr ""
188
 
189
+ #: framework/theme-integration.php:279
190
  msgid "TikTok"
191
  msgstr ""
192
 
193
+ #: framework/theme-integration.php:351
194
  msgid "Companion"
195
  msgstr ""
196
 
197
+ #: framework/theme-integration.php:367 static/js/screens/SiteExport.js:106
198
  msgid "PRO"
199
  msgstr ""
200
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  #: framework/widgets-manager.php:75
202
  msgid "Default widget name"
203
  msgstr ""
210
  msgid "Widget Title"
211
  msgstr ""
212
 
213
+ #. translators: %s: Link to the login page.
214
+ #: framework/features/account-auth.php:82
215
+ msgid ""
216
+ "Check your email for the confirmation link, then visit the <a href=\"%s"
217
+ "\">login page</a>."
218
+ msgstr ""
219
+
220
+ #: framework/features/account-auth.php:94,
221
+ #: framework/features/account-auth.php:221
222
+ msgid "Check your email"
223
+ msgstr ""
224
+
225
+ #: framework/features/account-auth.php:188
226
+ msgid ""
227
+ "Your account was created successfully. Your login details have been sent to "
228
+ "your email address. Please visit the <a href=\"%s\">login page</a>."
229
+ msgstr ""
230
+
231
+ #: framework/features/account-auth.php:197
232
+ msgid ""
233
+ "Your account was created successfully and a password has been sent to your "
234
+ "email address. Please visit the <a href=\"%s\">login page</a>."
235
+ msgstr ""
236
+
237
+ #: framework/features/account-auth.php:227
238
+ msgid "Registration Form"
239
+ msgstr ""
240
+
241
+ #: framework/features/account-auth.php:228
242
+ msgid "Register For This Site"
243
+ msgstr ""
244
+
245
  #: framework/features/conditions-manager.php:344
246
  msgid "%s Single"
247
  msgstr ""
577
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
578
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
579
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
580
+ #: framework/premium/features/premium-header/items/contacts/options.php:52,
581
+ #: framework/premium/features/premium-header/items/contacts/options.php:78,
582
+ #: framework/premium/features/premium-header/items/contacts/options.php:105,
583
+ #: framework/premium/features/premium-header/items/contacts/options.php:132,
584
+ #: framework/premium/features/premium-header/items/contacts/options.php:159,
585
+ #: framework/premium/features/premium-header/items/contacts/options.php:186,
586
+ #: framework/premium/features/premium-header/items/contacts/options.php:213
587
  msgid "Content"
588
  msgstr ""
589
 
605
  #: framework/extensions/cookies-consent/customizer.php:90,
606
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
607
  #: framework/extensions/product-reviews/extension.php:337,
608
+ #: framework/extensions/trending/customizer.php:313,
609
+ #: framework/premium/extensions/mega-menu/options.php:516,
610
  #: framework/premium/extensions/shortcuts/customizer.php:757,
611
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
612
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
613
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
614
+ #: framework/features/header/items/account/options.php:513,
615
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
616
  #: framework/premium/features/content-blocks/options/popup.php:342,
617
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
618
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
619
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
620
+ #: framework/premium/features/premium-header/items/contacts/options.php:340,
621
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
622
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
623
  #: framework/premium/features/premium-header/items/search-input/options.php:178
625
  msgstr ""
626
 
627
  #: framework/extensions/cookies-consent/customizer.php:95,
628
+ #: framework/extensions/trending/customizer.php:328,
629
+ #: framework/premium/extensions/mega-menu/options.php:796,
630
  #: framework/premium/extensions/shortcuts/customizer.php:773,
631
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
632
+ #: framework/features/header/items/account/options.php:824,
633
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
634
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
635
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
636
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
637
+ #: framework/premium/features/premium-header/items/contacts/options.php:356,
638
+ #: framework/premium/features/premium-header/items/contacts/options.php:385,
639
+ #: framework/premium/features/premium-header/items/contacts/options.php:428,
640
+ #: framework/premium/features/premium-header/items/contacts/options.php:468,
641
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
642
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
643
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
655
  #: framework/extensions/newsletter-subscribe/customizer.php:253,
656
  #: framework/extensions/newsletter-subscribe/customizer.php:290,
657
  #: framework/extensions/newsletter-subscribe/customizer.php:322,
658
+ #: framework/extensions/trending/customizer.php:346,
659
+ #: framework/premium/extensions/mega-menu/options.php:762,
660
+ #: framework/premium/extensions/mega-menu/options.php:809,
661
+ #: framework/premium/extensions/mega-menu/options.php:828,
662
  #: framework/premium/extensions/shortcuts/customizer.php:791,
663
  #: framework/premium/extensions/shortcuts/customizer.php:823,
664
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
665
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
666
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
667
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
668
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
669
+ #: framework/features/header/items/account/options.php:577,
670
+ #: framework/features/header/items/account/options.php:609,
671
+ #: framework/features/header/items/account/options.php:639,
672
+ #: framework/features/header/items/account/options.php:721,
673
+ #: framework/features/header/items/account/options.php:752,
674
+ #: framework/features/header/items/account/options.php:781,
675
+ #: framework/features/header/items/account/options.php:842,
676
+ #: framework/features/header/items/account/options.php:872,
677
+ #: framework/features/header/items/account/options.php:902,
678
+ #: framework/features/header/items/account/options.php:938,
679
+ #: framework/features/header/items/account/options.php:1038,
680
+ #: framework/features/header/items/account/options.php:1074,
681
+ #: framework/features/header/items/account/options.php:1113,
682
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
683
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
684
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
685
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
686
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
687
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
688
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
693
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
694
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
695
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
696
+ #: framework/premium/features/premium-header/items/contacts/options.php:573,
697
+ #: framework/premium/features/premium-header/items/contacts/options.php:604,
698
+ #: framework/premium/features/premium-header/items/contacts/options.php:634,
699
+ #: framework/premium/features/premium-header/items/contacts/options.php:734,
700
+ #: framework/premium/features/premium-header/items/contacts/options.php:773,
701
+ #: framework/premium/features/premium-header/items/contacts/options.php:812,
702
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
703
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
704
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
728
  #: framework/extensions/cookies-consent/customizer.php:147,
729
  #: framework/extensions/newsletter-subscribe/customizer.php:196,
730
  #: framework/extensions/newsletter-subscribe/customizer.php:327,
731
+ #: framework/extensions/trending/customizer.php:352,
732
+ #: framework/premium/extensions/mega-menu/options.php:767,
733
  #: framework/premium/extensions/shortcuts/customizer.php:797,
734
  #: framework/premium/extensions/shortcuts/customizer.php:829,
735
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
736
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
737
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
738
+ #: framework/features/header/items/account/options.php:583,
739
+ #: framework/features/header/items/account/options.php:614,
740
+ #: framework/features/header/items/account/options.php:644,
741
+ #: framework/features/header/items/account/options.php:727,
742
+ #: framework/features/header/items/account/options.php:757,
743
+ #: framework/features/header/items/account/options.php:786,
744
+ #: framework/features/header/items/account/options.php:848,
745
+ #: framework/features/header/items/account/options.php:1044,
746
+ #: framework/features/header/items/account/options.php:1080,
747
+ #: framework/features/header/items/account/options.php:1119,
748
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
749
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
750
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
751
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
752
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
753
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
754
+ #: framework/premium/features/premium-header/items/contacts/options.php:578,
755
+ #: framework/premium/features/premium-header/items/contacts/options.php:609,
756
+ #: framework/premium/features/premium-header/items/contacts/options.php:639,
757
+ #: framework/premium/features/premium-header/items/contacts/options.php:739,
758
+ #: framework/premium/features/premium-header/items/contacts/options.php:778,
759
+ #: framework/premium/features/premium-header/items/contacts/options.php:817,
760
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
761
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
762
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
772
  msgstr ""
773
 
774
  #: framework/extensions/cookies-consent/customizer.php:154,
775
+ #: framework/premium/extensions/mega-menu/options.php:816,
776
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
777
+ #: framework/features/header/items/account/options.php:1096,
778
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
779
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
780
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
781
  msgid "Background Color"
854
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
855
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
856
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
857
+ #: framework/premium/features/premium-header/items/contacts/options.php:45,
858
+ #: framework/premium/features/premium-header/items/contacts/options.php:71,
859
+ #: framework/premium/features/premium-header/items/contacts/options.php:98,
860
+ #: framework/premium/features/premium-header/items/contacts/options.php:125,
861
+ #: framework/premium/features/premium-header/items/contacts/options.php:152,
862
+ #: framework/premium/features/premium-header/items/contacts/options.php:179,
863
+ #: framework/premium/features/premium-header/items/contacts/options.php:206
864
  msgid "Title"
865
  msgstr ""
866
 
1025
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1026
  #: framework/features/header/items/account/options.php:229,
1027
  #: framework/features/header/items/account/options.php:435,
1028
+ #: framework/features/header/items/account/options.php:1161,
1029
  #: framework/premium/features/content-blocks/options/404.php:152,
1030
  #: framework/premium/features/content-blocks/options/header.php:178,
1031
  #: framework/premium/features/content-blocks/options/hook.php:337,
1056
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
1057
  #: framework/features/header/items/account/options.php:230,
1058
  #: framework/features/header/items/account/options.php:436,
1059
+ #: framework/features/header/items/account/options.php:1162,
1060
  #: framework/premium/features/content-blocks/options/404.php:153,
1061
  #: framework/premium/features/content-blocks/options/header.php:179,
1062
  #: framework/premium/features/content-blocks/options/hook.php:338,
1064
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1065
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1066
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
1067
+ #: framework/premium/features/premium-header/items/contacts/options.php:94
1068
  msgid "Mobile"
1069
  msgstr ""
1070
 
1077
  msgstr ""
1078
 
1079
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1080
+ #: framework/features/header/items/account/options.php:856,
1081
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
1082
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
1083
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
1088
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1089
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1090
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
1091
+ #: framework/features/header/items/account/options.php:878,
1092
+ #: framework/features/header/items/account/options.php:908,
1093
+ #: framework/features/header/items/account/options.php:944,
1094
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
1095
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
1096
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
1107
  msgstr ""
1108
 
1109
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1110
+ #: framework/features/header/items/account/options.php:886,
1111
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
1112
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
1113
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
1116
  msgstr ""
1117
 
1118
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1119
+ #: framework/features/header/items/account/options.php:922,
1120
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
1121
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
1122
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
1125
  msgstr ""
1126
 
1127
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
1128
+ #: framework/extensions/trending/customizer.php:360,
1129
  #: framework/premium/extensions/shortcuts/customizer.php:932
1130
  msgid "Container Background"
1131
  msgstr ""
1135
  msgstr ""
1136
 
1137
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
1138
+ #: framework/extensions/trending/customizer.php:376
1139
  msgid "Container Inner Spacing"
1140
  msgstr ""
1141
 
1155
  msgstr ""
1156
 
1157
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
1158
+ #: framework/features/header/modal/register.php:36,
1159
  #: framework/premium/extensions/shortcuts/customizer.php:130,
1160
  #: framework/premium/extensions/shortcuts/customizer.php:153,
1161
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
1162
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
1163
+ #: framework/premium/features/premium-header/items/contacts/options.php:175
1164
  msgid "Email"
1165
  msgstr ""
1166
 
1237
  #: framework/extensions/product-reviews/extension.php:359,
1238
  #: framework/extensions/product-reviews/extension.php:387,
1239
  #: framework/extensions/product-reviews/extension.php:408,
1240
+ #: framework/premium/extensions/mega-menu/options.php:772
1241
  msgid "Active"
1242
  msgstr ""
1243
 
1580
  msgid "Container Visibility"
1581
  msgstr ""
1582
 
1583
+ #: framework/extensions/trending/customizer.php:319
1584
  msgid "Posts Font"
1585
  msgstr ""
1586
 
1591
  "Posts are the choices available."
1592
  msgstr ""
1593
 
1594
+ #: framework/features/header/account-modal.php:49,
1595
  #: framework/features/header/items/account/options.php:481,
1596
  #: framework/features/header/items/account/views/logout.php:3
1597
  msgid "Login"
1598
  msgstr ""
1599
 
1600
+ #: framework/features/header/account-modal.php:53
1601
  msgid "Sign Up"
1602
  msgstr ""
1603
 
1604
+ #: framework/features/header/account-modal.php:72
1605
  msgid "Back to login"
1606
  msgstr ""
1607
 
1704
  #: framework/premium/features/content-blocks/options/hook.php:158,
1705
  #: framework/premium/features/content-blocks/options/popup.php:162,
1706
  #: framework/premium/features/content-blocks/options/popup.php:418,
1707
+ #: framework/premium/features/premium-header/items/contacts/options.php:274
1708
  msgid "None"
1709
  msgstr ""
1710
 
1751
  msgid "Content Blocks"
1752
  msgstr ""
1753
 
1754
+ #: framework/premium/features/content-blocks.php:617,
1755
+ #: framework/premium/extensions/mega-menu/options.php:333
1756
  msgid "Content Block"
1757
  msgstr ""
1758
 
1789
  msgid "Nothing found in Trash"
1790
  msgstr ""
1791
 
1792
+ #: framework/premium/features/premium-footer.php:14,
1793
+ #: framework/premium/features/premium-footer.php:28
1794
  msgid "Footer Menu 1"
1795
  msgstr ""
1796
 
1797
+ #: framework/premium/features/premium-footer.php:29,
1798
  #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
1799
  msgid "Footer Menu 2"
1800
  msgstr ""
1803
  msgid "Header Menu 3"
1804
  msgstr ""
1805
 
1806
+ #: framework/premium/features/premium-header.php:43
1807
+ msgid "Mobile Menu 1"
1808
+ msgstr ""
1809
+
1810
+ #: framework/premium/features/premium-header.php:44
1811
+ msgid "Mobile Menu 2"
1812
+ msgstr ""
1813
+
1814
+ #: framework/premium/features/premium-header.php:103
1815
  msgid "Header Widget Area "
1816
  msgstr ""
1817
 
1818
+ #: framework/premium/features/premium-header.php:159,
1819
+ #: framework/premium/extensions/mega-menu/options.php:422,
1820
  #: framework/features/header/items/account/options.php:123,
1821
  #: framework/features/header/items/account/options.php:348,
1822
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445
1823
  msgid "Icon"
1824
  msgstr ""
1825
 
1826
+ #: framework/premium/features/premium-header.php:173,
1827
+ #: framework/premium/extensions/mega-menu/options.php:436,
1828
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
1829
  #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
1830
+ #: framework/premium/features/premium-header/items/contacts/options.php:246
1831
  msgid "Icons Size"
1832
  msgstr ""
1833
 
1834
+ #: framework/premium/features/premium-header.php:185,
1835
+ #: framework/premium/extensions/mega-menu/options.php:458
1836
  msgid "Icon Position"
1837
  msgstr ""
1838
 
1839
+ #: framework/premium/features/premium-header.php:192,
1840
+ #: framework/premium/extensions/mega-menu/options.php:465,
1841
  #: framework/premium/extensions/shortcuts/customizer.php:638,
1842
  #: framework/features/header/items/account/options.php:259,
1843
  #: framework/features/header/items/account/options.php:465,
1845
  msgid "Left"
1846
  msgstr ""
1847
 
1848
+ #: framework/premium/features/premium-header.php:193,
1849
+ #: framework/premium/extensions/mega-menu/options.php:466,
1850
  #: framework/premium/extensions/shortcuts/customizer.php:639,
1851
  #: framework/features/header/items/account/options.php:260,
1852
  #: framework/features/header/items/account/options.php:466,
1860
  msgstr ""
1861
 
1862
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
1863
+ #: framework/premium/extensions/mega-menu/options.php:493,
1864
  #: framework/premium/extensions/shortcuts/customizer.php:868,
1865
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
1866
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
1902
  msgid "Email Address"
1903
  msgstr ""
1904
 
1905
+ #: framework/features/header/modal/login.php:22,
1906
+ #: framework/features/header/modal/register.php:42
1907
  msgid "Password"
1908
  msgstr ""
1909
 
1915
  msgid "Forgot Password?"
1916
  msgstr ""
1917
 
1918
+ #: framework/features/header/modal/login.php:49
1919
  msgid "Log In"
1920
  msgstr ""
1921
 
1923
  msgid "Username or Email Address"
1924
  msgstr ""
1925
 
1926
+ #: framework/features/header/modal/lostpassword.php:13
1927
  msgid "Get New Password"
1928
  msgstr ""
1929
 
1930
+ #: framework/features/header/modal/register.php:30
1931
  msgid "Username"
1932
  msgstr ""
1933
 
1934
+ #: framework/features/header/modal/register.php:58
1935
  msgid "Registration confirmation will be emailed to you"
1936
  msgstr ""
1937
 
1938
+ #: framework/features/header/modal/register.php:63
1939
  msgid "Register"
1940
  msgstr ""
1941
 
2030
  msgstr ""
2031
 
2032
  #: framework/premium/extensions/mega-menu/options.php:16,
2033
+ #: framework/premium/extensions/mega-menu/options.php:530
2034
  msgid "Mega Menu Settings"
2035
  msgstr ""
2036
 
2076
  msgid "Custom Text"
2077
  msgstr ""
2078
 
2079
+ #: framework/premium/extensions/mega-menu/options.php:394,
2080
+ #: framework/premium/extensions/mega-menu/options.php:710
 
 
 
 
2081
  msgid "Item Label Settings"
2082
  msgstr ""
2083
 
2084
+ #: framework/premium/extensions/mega-menu/options.php:399
2085
  msgid "Item Label"
2086
  msgstr ""
2087
 
2088
+ #: framework/premium/extensions/mega-menu/options.php:407
2089
  msgid "Enabled"
2090
  msgstr ""
2091
 
2092
+ #: framework/premium/extensions/mega-menu/options.php:408,
2093
  #: framework/premium/features/content-blocks/options/404.php:104,
2094
  #: framework/premium/features/content-blocks/options/header.php:108,
2095
  #: framework/premium/features/content-blocks/options/hook.php:113
2096
  msgid "Disabled"
2097
  msgstr ""
2098
 
2099
+ #: framework/premium/extensions/mega-menu/options.php:409
2100
  msgid "Heading"
2101
  msgstr ""
2102
 
2103
+ #: framework/premium/extensions/mega-menu/options.php:415
2104
  msgid "Label Link"
2105
  msgstr ""
2106
 
2107
+ #: framework/premium/extensions/mega-menu/options.php:481,
2108
+ #: framework/premium/extensions/mega-menu/options.php:792
2109
  msgid "Menu Badge Settings"
2110
  msgstr ""
2111
 
2112
+ #: framework/premium/extensions/mega-menu/options.php:499,
2113
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
2114
  msgid "Vertical Alignment"
2115
  msgstr ""
2116
 
2117
+ #: framework/premium/extensions/mega-menu/options.php:534,
2118
+ #: framework/premium/extensions/shortcuts/customizer.php:862,
2119
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2120
+ #: framework/features/header/items/account/options.php:1015
2121
  msgid "Background"
2122
  msgstr ""
2123
 
2124
+ #: framework/premium/extensions/mega-menu/options.php:548
2125
  msgid "Link Color"
2126
  msgstr ""
2127
 
2128
+ #: framework/premium/extensions/mega-menu/options.php:568,
2129
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2130
+ #: framework/premium/features/premium-header/items/contacts/options.php:414,
2131
+ #: framework/premium/features/premium-header/items/contacts/options.php:456,
2132
+ #: framework/premium/features/premium-header/items/contacts/options.php:496
2133
  msgid "Link Initial"
2134
  msgstr ""
2135
 
2136
+ #: framework/premium/extensions/mega-menu/options.php:573
2137
  msgid "Link Hover/Active"
2138
  msgstr ""
2139
 
2140
+ #: framework/premium/extensions/mega-menu/options.php:578
2141
  msgid "Background Hover"
2142
  msgstr ""
2143
 
2144
+ #: framework/premium/extensions/mega-menu/options.php:585,
2145
+ #: framework/premium/extensions/mega-menu/options.php:719
2146
  msgid "Heading Color"
2147
  msgstr ""
2148
 
2149
+ #: framework/premium/extensions/mega-menu/options.php:597,
2150
+ #: framework/premium/extensions/mega-menu/options.php:617,
2151
+ #: framework/premium/extensions/mega-menu/options.php:731
2152
  msgid "Initial Color"
2153
  msgstr ""
2154
 
2155
+ #: framework/premium/extensions/mega-menu/options.php:605
2156
  msgid "Text Color"
2157
  msgstr ""
2158
 
2159
+ #: framework/premium/extensions/mega-menu/options.php:624,
2160
  #: framework/premium/extensions/shortcuts/customizer.php:879,
2161
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2162
  #: framework/premium/features/premium-header/items/search-input/options.php:815
2163
  msgid "Items Divider"
2164
  msgstr ""
2165
 
2166
+ #: framework/premium/extensions/mega-menu/options.php:639
2167
  msgid "Columns Divider"
2168
  msgstr ""
2169
 
2170
+ #: framework/premium/extensions/mega-menu/options.php:654,
2171
  #: framework/premium/features/premium-header/items/search-input/options.php:797
2172
  msgid "Dropdown Shadow"
2173
  msgstr ""
2174
 
2175
+ #: framework/premium/extensions/mega-menu/options.php:686
2176
  msgid "Column Settings"
2177
  msgstr ""
2178
 
2179
+ #: framework/premium/extensions/mega-menu/options.php:690
2180
  msgid "Column Spacing"
2181
  msgstr ""
2182
 
2183
+ #: framework/premium/extensions/mega-menu/options.php:742,
2184
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
2185
+ #: framework/features/header/items/account/options.php:676,
2186
+ #: framework/features/header/items/account/options.php:704,
2187
+ #: framework/features/header/items/account/options.php:735,
2188
+ #: framework/features/header/items/account/options.php:764,
2189
+ #: framework/features/header/items/account/options.php:1021,
2190
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2191
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2192
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
2193
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
2194
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
2195
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
2295
  #: framework/premium/extensions/shortcuts/customizer.php:551,
2296
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
2297
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
2298
+ #: framework/premium/features/premium-header/items/contacts/options.php:66
2299
  msgid "Phone"
2300
  msgstr ""
2301
 
2386
 
2387
  #: framework/premium/extensions/shortcuts/customizer.php:763,
2388
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
2389
+ #: framework/premium/features/premium-header/items/contacts/options.php:346,
2390
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
2391
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
2392
  msgid "Font"
2393
  msgstr ""
2394
 
2395
  #: framework/premium/extensions/shortcuts/customizer.php:805,
2396
+ #: framework/premium/features/premium-header/items/contacts/options.php:526,
2397
+ #: framework/premium/features/premium-header/items/contacts/options.php:555,
2398
+ #: framework/premium/features/premium-header/items/contacts/options.php:586,
2399
+ #: framework/premium/features/premium-header/items/contacts/options.php:616
2400
  msgid "Icons Color"
2401
  msgstr ""
2402
 
2499
  msgid "Number of Columns"
2500
  msgstr ""
2501
 
2502
+ #: framework/premium/extensions/woocommerce-extra/extension.php:631
2503
  msgid "Available Filters"
2504
  msgstr ""
2505
 
2506
+ #: framework/premium/extensions/woocommerce-extra/extension.php:709
2507
  msgid "Quick view title before"
2508
  msgstr ""
2509
 
2510
+ #: framework/premium/extensions/woocommerce-extra/extension.php:714
2511
  msgid "Quick view title after"
2512
  msgstr ""
2513
 
2514
+ #: framework/premium/extensions/woocommerce-extra/extension.php:719
2515
  msgid "Quick view price before"
2516
  msgstr ""
2517
 
2518
+ #: framework/premium/extensions/woocommerce-extra/extension.php:724
2519
  msgid "Quick view price after"
2520
  msgstr ""
2521
 
2522
+ #: framework/premium/extensions/woocommerce-extra/extension.php:729
2523
  msgid "Quick view summary before"
2524
  msgstr ""
2525
 
2526
+ #: framework/premium/extensions/woocommerce-extra/extension.php:734
2527
  msgid "Quick view summary after"
2528
  msgstr ""
2529
 
2591
  msgstr ""
2592
 
2593
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
2594
+ #: framework/premium/features/premium-header/items/contacts/options.php:408,
2595
+ #: framework/premium/features/premium-header/items/contacts/options.php:451,
2596
+ #: framework/premium/features/premium-header/items/contacts/options.php:491
2597
  msgid "Text Initial"
2598
  msgstr ""
2599
 
2600
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
2601
+ #: framework/premium/features/premium-header/items/contacts/options.php:420,
2602
+ #: framework/premium/features/premium-header/items/contacts/options.php:461,
2603
+ #: framework/premium/features/premium-header/items/contacts/options.php:501
2604
  msgid "Link Hover"
2605
  msgstr ""
2606
 
2633
  msgstr ""
2634
 
2635
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
2636
+ msgid "Panel Background"
2637
+ msgstr ""
2638
+
2639
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
2640
  msgid "Panel Shadow"
2641
  msgstr ""
2642
 
2643
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
2644
+ #: framework/features/header/items/account/options.php:1004
2645
+ msgid "Close Button Type"
2646
  msgstr ""
2647
 
2648
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
2649
+ #: framework/features/header/items/account/options.php:1013
2650
+ msgid "Simple"
2651
  msgstr ""
2652
 
2653
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2654
+ #: framework/features/header/items/account/options.php:1014
2655
+ msgid "Border"
2656
+ msgstr ""
2657
+
2658
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2659
+ #: framework/features/header/items/account/options.php:1057
2660
+ msgid "Border Color"
2661
  msgstr ""
2662
 
2663
  #: framework/premium/extensions/woocommerce-extra/readme.php:4
2880
  msgstr ""
2881
 
2882
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
2883
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:457
2884
  msgid "Before"
2885
  msgstr ""
2886
 
2890
  msgstr ""
2891
 
2892
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
2893
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:468
2894
  msgid "After"
2895
  msgstr ""
2896
 
3005
  msgstr ""
3006
 
3007
  #: framework/premium/features/content-blocks/hooks-manager.php:468
3008
+ msgid "Before shop loop item actions"
3009
+ msgstr ""
3010
+
3011
+ #: framework/premium/features/content-blocks/hooks-manager.php:473
3012
+ msgid "After shop loop item actions"
3013
+ msgstr ""
3014
+
3015
+ #: framework/premium/features/content-blocks/hooks-manager.php:478
3016
  msgid "After shop loop"
3017
  msgstr ""
3018
 
3019
+ #: framework/premium/features/content-blocks/hooks-manager.php:480
3020
  msgid "WooCommerce Archive"
3021
  msgstr ""
3022
 
3023
+ #: framework/premium/features/content-blocks/hooks-manager.php:485
3024
  msgid "Before single product"
3025
  msgstr ""
3026
 
3027
+ #: framework/premium/features/content-blocks/hooks-manager.php:503
3028
  msgid "Product meta start"
3029
  msgstr ""
3030
 
3031
+ #: framework/premium/features/content-blocks/hooks-manager.php:507
3032
  msgid "Product meta end"
3033
  msgstr ""
3034
 
3035
+ #: framework/premium/features/content-blocks/hooks-manager.php:511
3036
  msgid "Share"
3037
  msgstr ""
3038
 
3039
+ #: framework/premium/features/content-blocks/hooks-manager.php:515
3040
  msgid "After single product"
3041
  msgstr ""
3042
 
3043
+ #: framework/premium/features/content-blocks/hooks-manager.php:521
3044
  msgid "Before single product excerpt"
3045
  msgstr ""
3046
 
3047
+ #: framework/premium/features/content-blocks/hooks-manager.php:526
3048
  msgid "After single product excerpt"
3049
  msgstr ""
3050
 
3051
+ #: framework/premium/features/content-blocks/hooks-manager.php:531
3052
  msgid "Before single product tabs"
3053
  msgstr ""
3054
 
3055
+ #: framework/premium/features/content-blocks/hooks-manager.php:537
3056
  msgid "After single product tabs"
3057
  msgstr ""
3058
 
3059
+ #: framework/premium/features/content-blocks/hooks-manager.php:541
3060
  msgid "WooCommerce Product"
3061
  msgstr ""
3062
 
3063
+ #: framework/premium/features/content-blocks/hooks-manager.php:546
3064
  msgid "Cart is empty"
3065
  msgstr ""
3066
 
3067
+ #: framework/premium/features/content-blocks/hooks-manager.php:550
3068
  msgid "Before cart"
3069
  msgstr ""
3070
 
3071
+ #: framework/premium/features/content-blocks/hooks-manager.php:554
3072
  msgid "Before cart table"
3073
  msgstr ""
3074
 
3075
+ #: framework/premium/features/content-blocks/hooks-manager.php:558
3076
  msgid "Before cart contents"
3077
  msgstr ""
3078
 
3079
+ #: framework/premium/features/content-blocks/hooks-manager.php:562
3080
  msgid "Cart contents"
3081
  msgstr ""
3082
 
3083
+ #: framework/premium/features/content-blocks/hooks-manager.php:566
3084
  msgid "After cart contents"
3085
  msgstr ""
3086
 
3087
+ #: framework/premium/features/content-blocks/hooks-manager.php:570
3088
  msgid "Cart coupon"
3089
  msgstr ""
3090
 
3091
+ #: framework/premium/features/content-blocks/hooks-manager.php:574
3092
  msgid "Cart actions"
3093
  msgstr ""
3094
 
3095
+ #: framework/premium/features/content-blocks/hooks-manager.php:578
3096
  msgid "After cart table"
3097
  msgstr ""
3098
 
3099
+ #: framework/premium/features/content-blocks/hooks-manager.php:582
3100
  msgid "Cart collaterals"
3101
  msgstr ""
3102
 
3103
+ #: framework/premium/features/content-blocks/hooks-manager.php:586
3104
  msgid "Before cart totals"
3105
  msgstr ""
3106
 
3107
+ #: framework/premium/features/content-blocks/hooks-manager.php:590
3108
  msgid "Cart totals before order total"
3109
  msgstr ""
3110
 
3111
+ #: framework/premium/features/content-blocks/hooks-manager.php:594
3112
  msgid "Cart totals after order total"
3113
  msgstr ""
3114
 
3115
+ #: framework/premium/features/content-blocks/hooks-manager.php:598
3116
  msgid "Proceed to checkout"
3117
  msgstr ""
3118
 
3119
+ #: framework/premium/features/content-blocks/hooks-manager.php:602
3120
  msgid "After cart totals"
3121
  msgstr ""
3122
 
3123
+ #: framework/premium/features/content-blocks/hooks-manager.php:606
3124
  msgid "After cart"
3125
  msgstr ""
3126
 
3127
+ #: framework/premium/features/content-blocks/hooks-manager.php:611
3128
  msgid "Before Mini Cart"
3129
  msgstr ""
3130
 
3131
+ #: framework/premium/features/content-blocks/hooks-manager.php:616
3132
  msgid "Before Mini Cart Contents"
3133
  msgstr ""
3134
 
3135
+ #: framework/premium/features/content-blocks/hooks-manager.php:621
3136
  msgid "Mini Cart Contents"
3137
  msgstr ""
3138
 
3139
+ #: framework/premium/features/content-blocks/hooks-manager.php:626
3140
  msgid "Widget Shopping Cart Before Buttons"
3141
  msgstr ""
3142
 
3143
+ #: framework/premium/features/content-blocks/hooks-manager.php:631
3144
  msgid "Widget Shopping Cart After Buttons"
3145
  msgstr ""
3146
 
3147
+ #: framework/premium/features/content-blocks/hooks-manager.php:636
3148
  msgid "After Mini Cart"
3149
  msgstr ""
3150
 
3151
+ #: framework/premium/features/content-blocks/hooks-manager.php:638
3152
  msgid "WooCommerce Cart"
3153
  msgstr ""
3154
 
3155
+ #: framework/premium/features/content-blocks/hooks-manager.php:644
3156
  msgid "Before checkout form"
3157
  msgstr ""
3158
 
3159
+ #: framework/premium/features/content-blocks/hooks-manager.php:648
3160
  msgid "Before customer details"
3161
  msgstr ""
3162
 
3163
+ #: framework/premium/features/content-blocks/hooks-manager.php:652
3164
  msgid "After customer details"
3165
  msgstr ""
3166
 
3167
+ #: framework/premium/features/content-blocks/hooks-manager.php:656
3168
  msgid "Checkout billing"
3169
  msgstr ""
3170
 
3171
+ #: framework/premium/features/content-blocks/hooks-manager.php:660
3172
  msgid "Before checkout billing form"
3173
  msgstr ""
3174
 
3175
+ #: framework/premium/features/content-blocks/hooks-manager.php:664
3176
  msgid "After checkout billing form"
3177
  msgstr ""
3178
 
3179
+ #: framework/premium/features/content-blocks/hooks-manager.php:668
3180
  msgid "Before order notes"
3181
  msgstr ""
3182
 
3183
+ #: framework/premium/features/content-blocks/hooks-manager.php:672
3184
  msgid "After order notes"
3185
  msgstr ""
3186
 
3187
+ #: framework/premium/features/content-blocks/hooks-manager.php:676
3188
  msgid "Checkout shipping"
3189
  msgstr ""
3190
 
3191
+ #: framework/premium/features/content-blocks/hooks-manager.php:680
3192
  msgid "Checkout before order review"
3193
  msgstr ""
3194
 
3195
+ #: framework/premium/features/content-blocks/hooks-manager.php:684
3196
  msgid "Checkout order review"
3197
  msgstr ""
3198
 
3199
+ #: framework/premium/features/content-blocks/hooks-manager.php:688
3200
  msgid "Review order before cart contents"
3201
  msgstr ""
3202
 
3203
+ #: framework/premium/features/content-blocks/hooks-manager.php:692
3204
  msgid "Review order after cart contents"
3205
  msgstr ""
3206
 
3207
+ #: framework/premium/features/content-blocks/hooks-manager.php:696
3208
  msgid "Review order before order total"
3209
  msgstr ""
3210
 
3211
+ #: framework/premium/features/content-blocks/hooks-manager.php:700
3212
  msgid "Review order after order total"
3213
  msgstr ""
3214
 
3215
+ #: framework/premium/features/content-blocks/hooks-manager.php:704
3216
  msgid "Review order before payment"
3217
  msgstr ""
3218
 
3219
+ #: framework/premium/features/content-blocks/hooks-manager.php:708
3220
  msgid "Review order before submit"
3221
  msgstr ""
3222
 
3223
+ #: framework/premium/features/content-blocks/hooks-manager.php:712
3224
  msgid "Review order after submit"
3225
  msgstr ""
3226
 
3227
+ #: framework/premium/features/content-blocks/hooks-manager.php:716
3228
  msgid "Review order after payment"
3229
  msgstr ""
3230
 
3231
+ #: framework/premium/features/content-blocks/hooks-manager.php:720
3232
  msgid "Checkout after order review"
3233
  msgstr ""
3234
 
3235
+ #: framework/premium/features/content-blocks/hooks-manager.php:724
3236
  msgid "After checkout form"
3237
  msgstr ""
3238
 
3239
+ #: framework/premium/features/content-blocks/hooks-manager.php:727
3240
  msgid "WooCommerce Checkout"
3241
  msgstr ""
3242
 
3243
+ #: framework/premium/features/content-blocks/hooks-manager.php:733
3244
  msgid "Before my account"
3245
  msgstr ""
3246
 
3247
+ #: framework/premium/features/content-blocks/hooks-manager.php:737
3248
  msgid "Before account navigation"
3249
  msgstr ""
3250
 
3251
+ #: framework/premium/features/content-blocks/hooks-manager.php:741
3252
  msgid "Account navigation"
3253
  msgstr ""
3254
 
3255
+ #: framework/premium/features/content-blocks/hooks-manager.php:745
3256
  msgid "After account navigation"
3257
  msgstr ""
3258
 
3259
+ #: framework/premium/features/content-blocks/hooks-manager.php:749
3260
  msgid "Account content"
3261
  msgstr ""
3262
 
3263
+ #: framework/premium/features/content-blocks/hooks-manager.php:753
3264
  msgid "Account dashboard"
3265
  msgstr ""
3266
 
3267
+ #: framework/premium/features/content-blocks/hooks-manager.php:757
3268
  msgid "After my account"
3269
  msgstr ""
3270
 
3271
+ #: framework/premium/features/content-blocks/hooks-manager.php:759,
3272
  #: framework/features/header/items/account/options.php:17,
3273
  #: framework/features/header/items/account/options.php:18
3274
  msgid "WooCommerce Account"
3275
  msgstr ""
3276
 
3277
+ #: framework/premium/features/content-blocks/hooks-manager.php:765
3278
  msgid "WP footer"
3279
  msgstr ""
3280
 
3281
+ #: framework/premium/features/content-blocks/hooks-manager.php:766,
3282
+ #: framework/premium/features/content-blocks/hooks-manager.php:774,
3283
+ #: framework/premium/features/content-blocks/hooks-manager.php:782
3284
  msgid "Footer"
3285
  msgstr ""
3286
 
3287
+ #: framework/premium/features/content-blocks/hooks-manager.php:773
3288
  msgid "Footer before"
3289
  msgstr ""
3290
 
3291
+ #: framework/premium/features/content-blocks/hooks-manager.php:781
3292
  msgid "Footer after"
3293
  msgstr ""
3294
 
3295
+ #: framework/premium/features/content-blocks/hooks-manager.php:796
3296
  msgid "Custom Hook (%s)"
3297
  msgstr ""
3298
 
3299
+ #: framework/premium/features/content-blocks/hooks-manager.php:802,
3300
  #: framework/premium/features/content-blocks/options/hook.php:197
3301
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
3302
  msgid "After Block Number"
3303
  msgstr ""
3304
 
3305
+ #: framework/premium/features/content-blocks/hooks-manager.php:808,
3306
  #: framework/premium/features/content-blocks/options/hook.php:214
3307
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
3308
  msgid "Before Heading Number"
3372
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
3373
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
3374
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
3375
+ #: framework/premium/features/premium-header/items/contacts/options.php:17,
3376
+ #: framework/premium/features/premium-header/items/contacts/options.php:46,
3377
  #: framework/premium/features/premium-header/items/contacts/view.php:22
3378
  msgid "Address:"
3379
  msgstr ""
3381
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
3382
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
3383
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
3384
+ #: framework/premium/features/premium-header/items/contacts/options.php:24,
3385
+ #: framework/premium/features/premium-header/items/contacts/options.php:72,
3386
  #: framework/premium/features/premium-header/items/contacts/view.php:29
3387
  msgid "Phone:"
3388
  msgstr ""
3390
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
3391
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
3392
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
3393
+ #: framework/premium/features/premium-header/items/contacts/options.php:32,
3394
+ #: framework/premium/features/premium-header/items/contacts/options.php:99,
3395
  #: framework/premium/features/premium-header/items/contacts/view.php:37
3396
  msgid "Mobile:"
3397
  msgstr ""
3398
 
3399
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
3400
+ #: framework/premium/features/premium-header/items/contacts/options.php:41
3401
  msgid "Address"
3402
  msgstr ""
3403
 
3408
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
3409
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
3410
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
3411
+ #: framework/premium/features/premium-header/items/contacts/options.php:59,
3412
+ #: framework/premium/features/premium-header/items/contacts/options.php:85,
3413
+ #: framework/premium/features/premium-header/items/contacts/options.php:112,
3414
+ #: framework/premium/features/premium-header/items/contacts/options.php:139,
3415
+ #: framework/premium/features/premium-header/items/contacts/options.php:166,
3416
+ #: framework/premium/features/premium-header/items/contacts/options.php:193,
3417
+ #: framework/premium/features/premium-header/items/contacts/options.php:220
3418
  msgid "Link (optional)"
3419
  msgstr ""
3420
 
3421
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
3422
+ #: framework/premium/features/premium-header/items/contacts/options.php:121
3423
  msgid "Work Hours"
3424
  msgstr ""
3425
 
3426
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
3427
+ #: framework/premium/features/premium-header/items/contacts/options.php:126
3428
  msgid "Opening hours"
3429
  msgstr ""
3430
 
3431
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
3432
+ #: framework/premium/features/premium-header/items/contacts/options.php:148
3433
  msgid "Fax"
3434
  msgstr ""
3435
 
3436
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
3437
+ #: framework/premium/features/premium-header/items/contacts/options.php:153
3438
  msgid "Fax:"
3439
  msgstr ""
3440
 
3441
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
3442
+ #: framework/premium/features/premium-header/items/contacts/options.php:180
3443
  msgid "Email:"
3444
  msgstr ""
3445
 
3446
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
3447
+ #: framework/premium/features/premium-header/items/contacts/options.php:202
3448
  msgid "Website"
3449
  msgstr ""
3450
 
3451
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
3452
+ #: framework/premium/features/premium-header/items/contacts/options.php:207
3453
  msgid "Website:"
3454
  msgstr ""
3455
 
3465
 
3466
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
3467
  #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
3468
+ #: framework/premium/features/premium-header/items/contacts/options.php:267
3469
  msgid "Icons Shape Type"
3470
  msgstr ""
3471
 
3472
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
3473
  #: framework/extensions/widgets/widgets/ct-socials/options.php:95,
3474
+ #: framework/premium/features/premium-header/items/contacts/options.php:275
3475
  msgid "Rounded"
3476
  msgstr ""
3477
 
3478
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
3479
  #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
3480
+ #: framework/premium/features/premium-header/items/contacts/options.php:276
3481
  msgid "Square"
3482
  msgstr ""
3483
 
3484
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
3485
  #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
3486
+ #: framework/premium/features/premium-header/items/contacts/options.php:287
3487
  msgid "Shape Fill Type"
3488
  msgstr ""
3489
 
3490
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
3491
  #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
3492
+ #: framework/premium/features/premium-header/items/contacts/options.php:294
3493
  msgid "Solid"
3494
  msgstr ""
3495
 
3496
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
3497
  #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
3498
+ #: framework/premium/features/premium-header/items/contacts/options.php:295
3499
  msgid "Outline"
3500
  msgstr ""
3501
 
3779
  msgid "My Account"
3780
  msgstr ""
3781
 
3782
+ #: framework/features/header/items/account/options.php:491
3783
+ msgid "User Visibility"
3784
+ msgstr ""
3785
+
3786
+ #: framework/features/header/items/account/options.php:501
3787
+ msgid "Logged In"
3788
+ msgstr ""
3789
+
3790
+ #: framework/features/header/items/account/options.php:502
3791
+ msgid "Logged Out"
3792
+ msgstr ""
3793
+
3794
+ #: framework/features/header/items/account/options.php:519,
3795
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
3796
  msgid "Label Font"
3797
  msgstr ""
3798
 
3799
+ #: framework/features/header/items/account/options.php:530,
3800
+ #: framework/features/header/items/account/options.php:559,
3801
+ #: framework/features/header/items/account/options.php:591,
3802
+ #: framework/features/header/items/account/options.php:621
3803
  msgid "Label Color"
3804
  msgstr ""
3805
 
3806
+ #: framework/features/header/items/account/options.php:535,
3807
+ #: framework/features/header/items/account/options.php:681,
3808
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
3809
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
3810
+ #: framework/premium/features/premium-header/items/contacts/options.php:361,
3811
+ #: framework/premium/features/premium-header/items/contacts/options.php:531,
3812
+ #: framework/premium/features/premium-header/items/contacts/options.php:678,
3813
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
3814
  #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
3815
  #: framework/premium/features/premium-header/items/search-input/options.php:189,
3819
  msgid "Default State"
3820
  msgstr ""
3821
 
3822
+ #: framework/features/header/items/account/options.php:540,
3823
+ #: framework/features/header/items/account/options.php:686,
3824
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
3825
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
3826
+ #: framework/premium/features/premium-header/items/contacts/options.php:366,
3827
+ #: framework/premium/features/premium-header/items/contacts/options.php:536,
3828
+ #: framework/premium/features/premium-header/items/contacts/options.php:686,
3829
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
3830
  #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
3831
  #: framework/premium/features/premium-header/items/search-input/options.php:194,
3835
  msgid "Transparent State"
3836
  msgstr ""
3837
 
3838
+ #: framework/features/header/items/account/options.php:549,
3839
+ #: framework/features/header/items/account/options.php:695,
3840
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
3841
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
3842
+ #: framework/premium/features/premium-header/items/contacts/options.php:375,
3843
+ #: framework/premium/features/premium-header/items/contacts/options.php:545,
3844
+ #: framework/premium/features/premium-header/items/contacts/options.php:696,
3845
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
3846
  #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
3847
  #: framework/premium/features/premium-header/items/search-input/options.php:203,
3851
  msgid "Sticky State"
3852
  msgstr ""
3853
 
3854
+ #: framework/features/header/items/account/options.php:801
3855
  msgid "Item Margin"
3856
  msgstr ""
3857
 
3858
+ #: framework/features/header/items/account/options.php:820
3859
  msgid "Modal Options"
3860
  msgstr ""
3861
 
3862
+ #: framework/features/header/items/account/options.php:955
 
 
 
 
3863
  msgid "Modal Background"
3864
  msgstr ""
3865
 
3866
+ #: framework/features/header/items/account/options.php:970
3867
  msgid "Modal Backdrop"
3868
  msgstr ""
3869
 
3870
+ #: framework/features/header/items/account/options.php:985
3871
+ msgid "Modal Shadow"
3872
+ msgstr ""
3873
+
3874
+ #: framework/features/header/items/account/options.php:1150
3875
  msgid "Element Visibility"
3876
  msgstr ""
3877
 
3884
  msgid "Account header icon"
3885
  msgstr ""
3886
 
3887
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:407
3888
  msgid "You have no %s fields declared for this custom post type."
3889
  msgstr ""
3890
 
3891
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:419,
3892
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:858,
3893
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:869
3894
  msgid "Field"
3895
  msgstr ""
3896
 
3897
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:431,
3898
  #: framework/premium/features/premium-header/items/language-switcher/options.php:60
3899
  msgid "Label"
3900
  msgstr ""
3901
 
3902
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:480
3903
  msgid "Fallback"
3904
  msgstr ""
3905
 
3906
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:492
3907
  msgid "%s Field"
3908
  msgstr ""
3909
 
3910
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:856
3911
  msgid "%s %s Font"
3912
  msgstr ""
3913
 
3914
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:867
3915
  msgid "%s %s Color"
3916
  msgstr ""
3917
 
4000
  msgid "AJAX Add To Cart"
4001
  msgstr ""
4002
 
4003
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
4004
+ msgid "Enable AJAX loading"
4005
+ msgstr ""
4006
+
4007
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
4008
  msgid "Archive Button"
4009
  msgstr ""
4010
 
4011
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
4012
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
4013
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
4014
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
4015
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
4016
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
4017
  #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
4020
  msgid "Hover/Active"
4021
  msgstr ""
4022
 
4023
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
4024
  msgid "Single Product Button"
4025
  msgstr ""
4026
 
4027
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
4028
  msgid "Quick View Modal Button"
4029
  msgstr ""
4030
 
4378
  msgid "Contacts"
4379
  msgstr ""
4380
 
4381
+ #: framework/premium/features/premium-header/items/contacts/options.php:236
4382
  msgid "Open Links In New Tab"
4383
  msgstr ""
4384
 
4385
+ #: framework/premium/features/premium-header/items/contacts/options.php:256,
4386
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
4387
  msgid "Items Spacing"
4388
  msgstr ""
4389
 
4390
+ #: framework/premium/features/premium-header/items/contacts/options.php:831,
4391
  #: framework/premium/features/premium-header/items/divider/options.php:107,
4392
  #: framework/premium/features/premium-header/items/divider/options.php:126,
4393
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
5
  Tested up to: 5.8
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
- Stable tag: 1.8.9.8
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.9.8: 2021-11-18
27
  - Improvement: Account modal add nonce check for login, lostpassword and register forms
28
  - Improvement: A11Y - title markup for header SVG icons
5
  Tested up to: 5.8
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
+ Stable tag: 1.8.9.9
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.9.9: 2021-11-26
27
+ - Improvement: Account header element add visibility option for logged in/out users
28
+ - Improvement: Update sticky header on browser resize
29
+
30
  1.8.9.8: 2021-11-18
31
  - Improvement: Account modal add nonce check for login, lostpassword and register forms
32
  - Improvement: A11Y - title markup for header SVG icons
static/bundle/account.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=2)}([function(e,t){e.exports=window.ctEvents},function(e,t){e.exports=window.ctFrontend},function(e,t,r){"use strict";r.r(t);var o=r(0),n=r.n(o),c=r(1);function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return l(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}var s=function(e,t){var r=function(e){var t=jQuery();return i(e.querySelectorAll("input")).map((function(e){t=t.add(e)})),t}(t);if("object"===("undefined"==typeof grecaptcha?"undefined":a(grecaptcha)))grecaptcha.ready((function(){grecaptcha.execute(WFLSVars.recaptchasitekey,{action:"login"}).then((function(t){var o=jQuery("#wfls-captcha-token");o.length?o.val(t):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val(t),r.parent().append(o)),"function"==typeof e&&e(!0)}))}));else{var o=jQuery("#wfls-captcha-token");o.length?o.val("grecaptcha-missing"):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val("grecaptcha-missing"),r.parent().append(o)),"function"==typeof e&&e(!0)}},u=function(e){i(e.querySelectorAll(".g-recaptcha, .anr_captcha_field")).map((function(e){e.classList.contains("anr_captcha_field")?grecaptcha.reset(parseFloat(e.firstElementChild.id.replace("anr_captcha_field_",""))-1):grecaptcha.reset(e.gID)}))},f=function(e){return new Promise((function(t){(function(e,t){return!(!window.WFLSVars||!parseInt(WFLSVars.useCAPTCHA))&&(s((function(){return e()}),t),!0)})(t,e)||t()}))},d=function(e,t){var r=t.screen,o=void 0===r?"login":r;e.querySelector(".ct-".concat(o,"-form"))||(o="login"),e.querySelector("ul")&&e.querySelector("ul .ct-".concat(o))&&(e.querySelector("ul .active").classList.remove("active"),e.querySelector("ul .ct-".concat(o)).classList.add("active")),e.querySelector('[class*="-form"].active').classList.remove("active"),e.querySelector(".ct-".concat(o,"-form")).classList.add("active"),e.querySelector(".ct-".concat(o,"-form form"))&&e.querySelector(".ct-".concat(o,"-form form")).reset(),e.querySelector(".ct-account-form").classList.remove("ct-error");var n=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification");n&&n.remove();var c=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification-error");c&&c.remove()},m=function(e,t){var r=e.querySelector(".ct-form-notification-error");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&(e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification-error">'.concat(t,"</div>")),requestAnimationFrame((function(){e.closest(".ct-account-form").classList.add("ct-error")})))},p=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector("#login_error"),n="";return o&&(n=o.innerHTML),m(e,n),{hasError:!!o,doc:r}},y=function(e,t){var r=e.querySelector(".ct-form-notification");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification">'.concat(maybeMessage.innerHTML,"</div>"))},h=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector(".message"),n="";return o&&(n=o.innerHTML),y(e,n),{doc:r}};function v(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return g(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}Object(c.registerDynamicChunk)("blocksy_account",{mount:function(e,t){var r=t.event;r.preventDefault(),function(e){var t="#account-modal";try{document.querySelector(t)}catch(e){return}document.querySelector(t)?e(document.querySelector(t)):fetch("".concat(ct_localizations.ajax_url,"?action=blc_retrieve_account_modal&header_id=").concat(document.body.dataset.header.split(":")[0]),{method:"POST",body:JSON.stringify({current_url:location.href})}).then((function(e){return e.json()})).then((function(r){var o=r.data.html;document.querySelector(".ct-drawer-canvas").insertAdjacentHTML("beforeend",o),setTimeout((function(){var r=document.querySelector(t);window.nslReinit&&window.nslReinit(),v(r.querySelectorAll("script")).map((function(e){var t=document.createElement("script");t.textContent=e.textContent,document.body.appendChild(t)})),v(r.querySelectorAll(".g-recaptcha")).map((function(e){window.grecaptcha&&!e.gr_rendered&&(e.gr_rendered=!0,e.id+=Math.floor(1e3*Math.random())+1,e.gID=grecaptcha.render(e.id,{sitekey:e.dataset.sitekey}))})),window.anr_onloadCallback&&anr_onloadCallback(),e(r)}))}))}((function(t){!function(e){if(e&&!e.hasListeners){e.hasListeners=!0,e.addEventListener("click",(function(t){t.target.href&&t.target.href.indexOf("lostpassword")>-1&&(d(e,{screen:"forgot-password"}),t.preventDefault()),t.target.href&&t.target.classList.contains("showlogin")&&(d(e,{screen:"login"}),t.preventDefault()),t.target.href&&t.target.href.indexOf("wp-login")>-1&&-1===t.target.href.indexOf("lostpassword")&&(d(e,{screen:"login"}),t.preventDefault())}),!0);var t=e.querySelector('[name="loginform"]'),r=e.querySelector('[name="registerform"]'),o=e.querySelector('[name="lostpasswordform"]');t&&t.addEventListener("submit",(function(e){if(e.preventDefault(),!window.ct_customizer_localizations){var r=new FormData(t),o=t.action;if(window.WFLSVars&&!t.loginProceed)return r.append("action","wordfence_ls_authenticate"),o=WFLSVars.ajaxurl,void f(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.json()})).then((function(e){var r=!!e.error,o=t.closest(".ct-login-form"),n=t.closest(".ct-login-form").querySelector("form");if(r&&m(o,e.error),e.message&&y(n,e.message),e.login&&e.jwt){if(!jQuery("#wfls-token").length){var c=jQuery('<div id="wfls-prompt-overlay-blocksy"></div>'),a=jQuery('<div id="wfls-prompt-wrapper"></div>'),i=jQuery('<label for="wfls-token">2FA Code <a href="javascript:void(0)" class="wfls-2fa-code-help wfls-tooltip-trigger" title="The 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."><i class="dashicons dashicons-editor-help"></i></a></label>'),l=jQuery('<input type="text" name="wfls-token" id="wfls-token" aria-describedby="wfls-token-error" class="input" value="" size="6" autocomplete="off"/>'),s=jQuery('<label for="wfls-remember-device"><input name="wfls-remember-device" type="checkbox" id="wfls-remember-device" class="ct-checkbox" value="1" /> Remember for 30 days</label>');a.append(i),a.append(l),parseInt(WFLSVars.allowremember)&&a.append(s),c.append(a),jQuery(n).prepend(c),new jQuery.Zebra_Tooltips(jQuery(".wfls-tooltip-trigger"))}var f=jQuery("#wfls-token-jwt");f.length||(f=jQuery('<input type="hidden" name="wfls-token-jwt" id="wfls-token-jwt" value=""/>'),jQuery("#wfls-prompt-overlay-blocksy").append(f)),jQuery("#wfls-token-jwt").val(e.jwt)}e.combined&&(t.loginProceed=!0,n.submit()),(!r||r&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(t.closest(".ct-login-form"))}))}));f(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.text()})).then((function(e){var r=p(t.closest(".ct-login-form"),e),o=(r.doc,r.hasError);o||(location=t.querySelector('[name="redirect_to"]').value),(!o||o&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(t.closest(".ct-login-form"))}))}))}})),r&&r.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||f(r).then((function(){return fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_registration"),{method:r.method,body:new FormData(r)}).then((function(e){return e.text()})).then((function(e){var t=p(r.closest(".ct-register-form"),e),o=(t.doc,t.hasError);o||h(r.closest(".ct-register-form"),e),(!o||o&&-1===r.closest(".ct-register-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(r.closest(".ct-register-form"))}))}))})),o&&o.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_lostpassword"),{method:o.method,body:new FormData(o)}).then((function(e){return e.text()})).then((function(e){var t=p(o.closest(".ct-forgot-password-form"),e),r=(t.doc,t.hasError);r||h(o.closest(".ct-forgot-password-form"),e),(!r||r&&-1===o.closest(".ct-forgot-password-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(o.closest(".ct-forgot-password-form"))}))})),["login","register","forgot-password"].map((function(t){Array.from(e.querySelectorAll(".ct-".concat(t))).map((function(r){r.addEventListener("click",(function(r){r.preventDefault(),d(e,{screen:t})}))}))}))}}(t),d(t,{screen:e.dataset.view||"login"}),n.a.trigger("ct:overlay:handle-click",{e:r,href:"#account-modal",options:{isModal:!0}})}))}})}]);
1
+ !function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=2)}([function(e,t){e.exports=window.ctEvents},function(e,t){e.exports=window.ctFrontend},function(e,t,r){"use strict";r.r(t);var o=r(0),n=r.n(o),c=r(1);function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return l(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}var s=function(e,t){var r=function(e){var t=jQuery();return i(e.querySelectorAll("input")).map((function(e){t=t.add(e)})),t}(t);if("object"===("undefined"==typeof grecaptcha?"undefined":a(grecaptcha)))grecaptcha.ready((function(){grecaptcha.execute(WFLSVars.recaptchasitekey,{action:"login"}).then((function(t){var o=jQuery("#wfls-captcha-token");o.length?o.val(t):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val(t),r.parent().append(o)),"function"==typeof e&&e(!0)}))}));else{var o=jQuery("#wfls-captcha-token");o.length?o.val("grecaptcha-missing"):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val("grecaptcha-missing"),r.parent().append(o)),"function"==typeof e&&e(!0)}},u=function(e){i(e.querySelectorAll(".g-recaptcha, .anr_captcha_field")).map((function(e){e.classList.contains("anr_captcha_field")?grecaptcha.reset(parseFloat(e.firstElementChild.id.replace("anr_captcha_field_",""))-1):grecaptcha.reset(e.gID)}))},f=function(e){return new Promise((function(t){(function(e,t){return!(!window.WFLSVars||!parseInt(WFLSVars.useCAPTCHA))&&(s((function(){return e()}),t),!0)})(t,e)||t()}))},d=function(e,t){var r=t.screen,o=void 0===r?"login":r;e.querySelector(".ct-".concat(o,"-form"))||(o="login"),e.querySelector("ul")&&e.querySelector("ul .ct-".concat(o))&&(e.querySelector("ul .active").classList.remove("active"),e.querySelector("ul .ct-".concat(o)).classList.add("active")),e.querySelector('[class*="-form"].active').classList.remove("active"),e.querySelector(".ct-".concat(o,"-form")).classList.add("active"),e.querySelector(".ct-".concat(o,"-form form"))&&e.querySelector(".ct-".concat(o,"-form form")).reset(),e.querySelector(".ct-account-form").classList.remove("ct-error");var n=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification");n&&n.remove();var c=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification-error");c&&c.remove()},m=function(e,t){var r=e.querySelector(".ct-form-notification-error");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&(e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification-error">'.concat(t,"</div>")),requestAnimationFrame((function(){e.closest(".ct-account-form").classList.add("ct-error")})))},p=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector("#login_error"),n="";return o&&(n=o.innerHTML),m(e,n),{hasError:!!o,doc:r}},y=function(e,t){var r=e.querySelector(".ct-form-notification");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification">'.concat(t,"</div>"))},h=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector(".message"),n="";return o&&(n=o.innerHTML),y(e,n),{doc:r}};function v(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return g(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}Object(c.registerDynamicChunk)("blocksy_account",{mount:function(e,t){var r=t.event;r.preventDefault(),function(e){var t="#account-modal";try{document.querySelector(t)}catch(e){return}document.querySelector(t)?e(document.querySelector(t)):fetch("".concat(ct_localizations.ajax_url,"?action=blc_retrieve_account_modal&header_id=").concat(document.body.dataset.header.split(":")[0]),{method:"POST",body:JSON.stringify({current_url:location.href})}).then((function(e){return e.json()})).then((function(r){var o=r.data.html;document.querySelector(".ct-drawer-canvas").insertAdjacentHTML("beforeend",o),setTimeout((function(){var r=document.querySelector(t);window.nslReinit&&window.nslReinit(),v(r.querySelectorAll("script")).map((function(e){var t=document.createElement("script");t.textContent=e.textContent,document.body.appendChild(t)})),v(r.querySelectorAll(".g-recaptcha")).map((function(e){window.grecaptcha&&!e.gr_rendered&&(e.gr_rendered=!0,e.id+=Math.floor(1e3*Math.random())+1,e.gID=grecaptcha.render(e.id,{sitekey:e.dataset.sitekey}))})),window.anr_onloadCallback&&anr_onloadCallback(),e(r)}))}))}((function(t){!function(e){if(e&&!e.hasListeners){e.hasListeners=!0,e.addEventListener("click",(function(t){t.target.href&&t.target.href.indexOf("lostpassword")>-1&&(d(e,{screen:"forgot-password"}),t.preventDefault()),t.target.href&&t.target.classList.contains("showlogin")&&(d(e,{screen:"login"}),t.preventDefault()),t.target.href&&t.target.href.indexOf("wp-login")>-1&&-1===t.target.href.indexOf("lostpassword")&&(d(e,{screen:"login"}),t.preventDefault())}),!0);var t=e.querySelector('[name="loginform"]'),r=e.querySelector('[name="registerform"]'),o=e.querySelector('[name="lostpasswordform"]');t&&t.addEventListener("submit",(function(e){if(e.preventDefault(),!window.ct_customizer_localizations){var r=new FormData(t),o=t.action;if(window.WFLSVars&&!t.loginProceed)return r.append("action","wordfence_ls_authenticate"),o=WFLSVars.ajaxurl,void f(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.json()})).then((function(e){var r=!!e.error,o=t.closest(".ct-login-form"),n=t.closest(".ct-login-form").querySelector("form");if(r&&m(o,e.error),e.message&&y(n,e.message),e.login&&e.jwt){if(!jQuery("#wfls-token").length){var c=jQuery('<div id="wfls-prompt-overlay-blocksy"></div>'),a=jQuery('<div id="wfls-prompt-wrapper"></div>'),i=jQuery('<label for="wfls-token">2FA Code <a href="javascript:void(0)" class="wfls-2fa-code-help wfls-tooltip-trigger" title="The 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."><i class="dashicons dashicons-editor-help"></i></a></label>'),l=jQuery('<input type="text" name="wfls-token" id="wfls-token" aria-describedby="wfls-token-error" class="input" value="" size="6" autocomplete="off"/>'),s=jQuery('<label for="wfls-remember-device"><input name="wfls-remember-device" type="checkbox" id="wfls-remember-device" class="ct-checkbox" value="1" /> Remember for 30 days</label>');a.append(i),a.append(l),parseInt(WFLSVars.allowremember)&&a.append(s),c.append(a),jQuery(n).prepend(c),new jQuery.Zebra_Tooltips(jQuery(".wfls-tooltip-trigger"))}var f=jQuery("#wfls-token-jwt");f.length||(f=jQuery('<input type="hidden" name="wfls-token-jwt" id="wfls-token-jwt" value=""/>'),jQuery("#wfls-prompt-overlay-blocksy").append(f)),jQuery("#wfls-token-jwt").val(e.jwt)}e.combined&&(t.loginProceed=!0,n.submit()),(!r||r&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(t.closest(".ct-login-form"))}))}));f(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.text()})).then((function(e){var r=p(t.closest(".ct-login-form"),e),o=(r.doc,r.hasError);o||(location=t.querySelector('[name="redirect_to"]').value),(!o||o&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(t.closest(".ct-login-form"))}))}))}})),r&&r.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||f(r).then((function(){return fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_registration"),{method:r.method,body:new FormData(r)}).then((function(e){return e.text()})).then((function(e){var t=p(r.closest(".ct-register-form"),e),o=(t.doc,t.hasError);o||h(r.closest(".ct-register-form"),e),(!o||o&&-1===r.closest(".ct-register-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(r.closest(".ct-register-form"))}))}))})),o&&o.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_lostpassword"),{method:o.method,body:new FormData(o)}).then((function(e){return e.text()})).then((function(e){var t=p(o.closest(".ct-forgot-password-form"),e),r=(t.doc,t.hasError);r||h(o.closest(".ct-forgot-password-form"),e),(!r||r&&-1===o.closest(".ct-forgot-password-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(o.closest(".ct-forgot-password-form"))}))})),["login","register","forgot-password"].map((function(t){Array.from(e.querySelectorAll(".ct-".concat(t))).map((function(r){r.addEventListener("click",(function(r){r.preventDefault(),d(e,{screen:t})}))}))}))}}(t),d(t,{screen:e.dataset.view||"login"}),n.a.trigger("ct:overlay:handle-click",{e:r,href:"#account-modal",options:{isModal:!0}})}))}})}]);
static/bundle/dashboard.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
static/bundle/options.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.8
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
static/bundle/sticky.js CHANGED
@@ -1 +1 @@
1
- !function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=2)}([function(t,e){t.exports=window.ctFrontend},function(t,e){t.exports=window.ctEvents},function(t,e,r){"use strict";r.r(e);var n=r(1),i=r.n(n),o=r(0),a=function(t,e,r){return Math.max(t,Math.min(e,r))},c=function(t,e,r){return e[0]+(e[1]-e[0])/(t[1]-t[0])*(r-t[0])},s=function(t){if(t.blcInitialHeight)return t.blcInitialHeight;var e=t.firstElementChild.firstElementChild.getBoundingClientRect().height;return t.blcInitialHeight=e,e},u=function(t){var e=getComputedStyle(t),r=100;"middle"===t.dataset.row&&(r=e.getPropertyValue("--sticky-shrink"));var n=s(t);if(t.querySelector(".site-logo-container")){var i=getComputedStyle(t.querySelector(".site-logo-container")),o=parseFloat(i.getPropertyValue("--logo-max-height")||"50px"),a=parseFloat(i.getPropertyValue("--logo-sticky-shrink")||"1");if(a<1){var c=function(t){var e=getComputedStyle(t);return parseFloat(e.getPropertyValue("--height"))}(t);r&&(c*=parseFloat(r)/100);var u=n-o+o*a;return Math.max(c,u)}}return r&&(n*=parseFloat(r)/100),n};function l(t){return function(t){if(Array.isArray(t))return d(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return d(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var y=null,f=function(t){var e=t.stickyContainer,r=t.startPosition;l(e.querySelectorAll('[data-row*="middle"]')).map((function(t){if(t.querySelector('[data-id="logo"] .site-logo-container')){var e=t.querySelector('[data-id="logo"] .site-logo-container'),n=function(t){var e=t.logo,r=t.row;if(y)return y;var n=parseFloat(getComputedStyle(e).getPropertyValue("--logo-max-height")||50),i=parseFloat(getComputedStyle(e).getPropertyValue("--logo-sticky-shrink").toString().replace(",",".")||1),o=s(r),a=u(r);return y={initialHeight:n,stickyShrink:i,rowInitialHeight:o,rowStickyHeight:a}}({logo:e,row:t}),i=n.initialHeight,o=n.stickyShrink,l=n.rowInitialHeight,d=n.rowStickyHeight,f=i*o;1!==o&&e.style.setProperty("--logo-shrink-height","".concat(c([r,r+Math.abs(l===d?i-f:l-d)],[1,o],a(r,r+Math.abs(l===d?i-f:l-d),scrollY))*i,"px"))}}))},m=null,p=function(t){var e=t.stickyContainer,r=(t.containerInitialHeight,t.startPosition);e.querySelector('[data-row*="middle"]')&&[e.querySelector('[data-row*="middle"]')].map((function(t){var e=function(t){var e=t.row;if(m)return m;var r=s(e),n=u(e);return m={rowInitialHeight:r,rowStickyHeight:n}}({row:t}),n=e.rowInitialHeight,i=e.rowStickyHeight;n!==i&&t.style.setProperty("--shrink-height","".concat(c([r,r+Math.abs(n-i)],[n,i],a(r,r+Math.abs(n-i),scrollY)),"px"))}))};function h(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return g(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return g(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function b(t){return function(t){if(Array.isArray(t))return k(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return k(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return k(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function k(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var w=window.scrollY;function v(t){return function(t){if(Array.isArray(t))return S(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return S(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return S(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function A(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return O(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return O(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function O(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yes";Array.from(t.querySelectorAll("[data-row][data-transparent-row]")).map((function(t){t.dataset.transparentRow=e}))},j=null,C=null,I=null;i.a.on("ct:header:update",(function(){j=null,C=null,I=null,Y()}));var P=function(t){if(-1===t.dataset.sticky.indexOf("shrink")&&-1===t.dataset.sticky.indexOf("auto-hide"))return t.parentNode.getBoundingClientRect().height+200;var e=t.closest("header").getBoundingClientRect().top+scrollY;if(e>0){var r=document.elementFromPoint(0,3);r&&function(t){for(var e=[];t&&t!==document;t=t.parentNode)e.push(t);return e}(r).map((function(t){return getComputedStyle(t).position})).indexOf("fixed")>-1&&(e-=r.getBoundingClientRect().height)}var n=t.parentNode;return 1===n.parentNode.children.length||n.parentNode.children[0].classList.contains("ct-sticky-container")?e:Array.from(n.parentNode.children).reduce((function(t,e,r){return t.indexOf(0)>-1||!e.dataset.row?[].concat(A(t),[0]):[].concat(A(t),[e.classList.contains("ct-sticky-container")?0:e.getBoundingClientRect().height])}),[]).reduce((function(t,e){return t+e}),e)},q=null,Y=function(){if(q!==scrollY){q=scrollY;var t=document.querySelector('[data-device="'.concat(Object(o.getCurrentScreen)(),'"] [data-sticky]'));if(t){var e=j;null===e&&(e=P(t),j=e);var r=I;r||(r=parseInt(t.getBoundingClientRect().height),I=parseInt(r),document.body.style.setProperty("--header-sticky-height-animated","".concat(A(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+u(e)}),0),"px")));var n=t.dataset.sticky.split(":").filter((function(t){return"yes"!==t&&"no"!==t&&"fixed"!==t})),i=e>0&&Math.abs(window.scrollY-e)<5||window.scrollY>e;n.indexOf("shrink")>-1&&(i=e>0?window.scrollY>=e:window.scrollY>0),setTimeout((function(){i&&-1===document.body.dataset.header.indexOf("shrink")&&(document.body.dataset.header="".concat(document.body.dataset.header,":shrink")),!i&&document.body.dataset.header.indexOf("shrink")>-1&&(document.body.dataset.header=document.body.dataset.header.replace(":shrink",""))}),300);var a=C;a||(a=C=Array.from(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+e.getBoundingClientRect().height}),0),t.parentNode.style.height="".concat(a,"px")),n.indexOf("shrink")>-1&&function(t){var e=t.containerInitialHeight,r=t.stickyContainer,n=(t.stickyContainerHeight,t.isSticky),i=t.startPosition,o=t.stickyComponents;if(0===i&&0===window.scrollY&&(r.dataset.sticky=["fixed"].concat(h(o)).join(":")),n){if(o.indexOf("yes")>-1)return;-1===r.dataset.sticky.indexOf("yes")&&(x(r,"no"),r.dataset.sticky=["yes"].concat(h(o)).join(":")),f({stickyContainer:r,startPosition:i}),p({stickyContainer:r,containerInitialHeight:e,startPosition:i})}else Array.from(r.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(r.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),x(r,"yes"),0===i&&0===window.scrollY?r.dataset.sticky=["fixed"].concat(h(o)).join(":"):r.dataset.sticky=o.join(":")}({stickyContainer:t,stickyContainerHeight:r,containerInitialHeight:a,isSticky:i,startPosition:e,stickyComponents:n}),n.indexOf("auto-hide")>-1&&function(t){var e=t.startPosition,r=t.stickyContainer,n=t.isSticky,i=t.stickyComponents;if(window.scrollY<e&&(w=window.scrollY),n&&window.scrollY-w==0&&document.body.style.setProperty("--header-sticky-height-animated","0px"),n&&window.scrollY-w<-5)-1===r.dataset.sticky.indexOf("yes")&&(r.dataset.sticky=["yes-start"].concat(b(i)).join(":"),requestAnimationFrame((function(){r.dataset.sticky=r.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){r.dataset.sticky=r.dataset.sticky.replace("yes-end","yes")}),200)}))),x(r,"no"),document.body.removeAttribute("style");else{if(!n)return r.dataset.sticky=i.filter((function(t){return"yes-end"!==t})).join(":"),Array.from(r.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),x(r,"yes"),document.body.style.setProperty("--header-sticky-height-animated","0px"),void(w=window.scrollY);-1===r.dataset.sticky.indexOf("yes-hide")&&r.dataset.sticky.indexOf("yes:")>-1&&window.scrollY-w>5&&(r.dataset.sticky=["yes-hide-start"].concat(b(i)).join(":"),document.body.style.setProperty("--header-sticky-height-animated","0px"),requestAnimationFrame((function(){r.dataset.sticky=r.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){r.dataset.sticky=i.join(":"),Array.from(r.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),x(r,"yes")}),200)})))}w=window.scrollY}({stickyContainer:t,isSticky:i,startPosition:e,stickyComponents:n}),(n.indexOf("slide")>-1||n.indexOf("fade")>-1)&&function(t){var e=t.stickyContainer,r=t.isSticky,n=t.startPosition,i=t.stickyComponents;r?(-1===e.dataset.sticky.indexOf("yes")&&(e.dataset.sticky=["yes-start"].concat(v(i)).join(":"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-end","yes")}),200)}),1)),x(e,"no")):-1===e.dataset.sticky.indexOf("yes-hide")&&e.dataset.sticky.indexOf("yes:")>-1&&(Math.abs(window.scrollY-n)>10?(e.dataset.sticky=i.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")):(e.dataset.sticky=["yes-hide-start"].concat(v(i)).join(":"),requestAnimationFrame((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){e.dataset.sticky=i.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")}),200)}))))}({stickyContainer:t,isSticky:i,startPosition:e,stickyComponents:n})}}},H=function(){document.querySelector("header [data-sticky]")&&(window.addEventListener("resize",Y,!1),window.addEventListener("scroll",Y,!1),window.addEventListener("load",Y,!1),window.addEventListener("orientationchange",Y),Y())};document.body.className.indexOf("e-preview")>-1?setTimeout((function(){H()}),500):H(),Object(o.registerDynamicChunk)("blocksy_sticky_header",{mount:function(t){}})}]);
1
+ !function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=2)}([function(t,e){t.exports=window.ctEvents},function(t,e){t.exports=window.ctFrontend},function(t,e,r){"use strict";r.r(e);var n=r(0),i=r.n(n),o=r(1),a=function(t,e,r){return Math.max(t,Math.min(e,r))},c=function(t,e,r){return e[0]+(e[1]-e[0])/(t[1]-t[0])*(r-t[0])},s=function(t){if(t.blcInitialHeight)return t.blcInitialHeight;var e=t.firstElementChild.firstElementChild.getBoundingClientRect().height;return t.blcInitialHeight=e,e},u=function(t){var e=getComputedStyle(t),r=100;"middle"===t.dataset.row&&(r=e.getPropertyValue("--sticky-shrink"));var n=s(t);if(t.querySelector(".site-logo-container")){var i=getComputedStyle(t.querySelector(".site-logo-container")),o=parseFloat(i.getPropertyValue("--logo-max-height")||"50px"),a=parseFloat(i.getPropertyValue("--logo-sticky-shrink")||"1");if(a<1){var c=function(t){var e=getComputedStyle(t);return parseFloat(e.getPropertyValue("--height"))}(t);r&&(c*=parseFloat(r)/100);var u=n-o+o*a;return Math.max(c,u)}}return r&&(n*=parseFloat(r)/100),n};function l(t){return function(t){if(Array.isArray(t))return d(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return d(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var y=null,f=function(t){var e=t.stickyContainer,r=t.startPosition;l(e.querySelectorAll('[data-row*="middle"]')).map((function(t){if(t.querySelector('[data-id="logo"] .site-logo-container')){var e=t.querySelector('[data-id="logo"] .site-logo-container'),n=function(t){var e=t.logo,r=t.row;if(y)return y;var n=parseFloat(getComputedStyle(e).getPropertyValue("--logo-max-height")||50),i=parseFloat(getComputedStyle(e).getPropertyValue("--logo-sticky-shrink").toString().replace(",",".")||1),o=s(r),a=u(r);return y={initialHeight:n,stickyShrink:i,rowInitialHeight:o,rowStickyHeight:a}}({logo:e,row:t}),i=n.initialHeight,o=n.stickyShrink,l=n.rowInitialHeight,d=n.rowStickyHeight,f=i*o;1!==o&&e.style.setProperty("--logo-shrink-height","".concat(c([r,r+Math.abs(l===d?i-f:l-d)],[1,o],a(r,r+Math.abs(l===d?i-f:l-d),scrollY))*i,"px"))}}))},m=null,p=function(t){var e=t.stickyContainer,r=(t.containerInitialHeight,t.startPosition);e.querySelector('[data-row*="middle"]')&&[e.querySelector('[data-row*="middle"]')].map((function(t){var e=function(t){var e=t.row;if(m)return m;var r=s(e),n=u(e);return m={rowInitialHeight:r,rowStickyHeight:n}}({row:t}),n=e.rowInitialHeight,i=e.rowStickyHeight;n!==i&&t.style.setProperty("--shrink-height","".concat(c([r,r+Math.abs(n-i)],[n,i],a(r,r+Math.abs(n-i),scrollY)),"px"))}))};function h(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return g(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return g(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function b(t){return function(t){if(Array.isArray(t))return k(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return k(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return k(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function k(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var w=window.scrollY;function v(t){return function(t){if(Array.isArray(t))return S(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return S(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return S(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function A(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return O(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return O(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function O(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yes";Array.from(t.querySelectorAll("[data-row][data-transparent-row]")).map((function(t){t.dataset.transparentRow=e}))},j=null,C=null,I=null;i.a.on("ct:header:update",(function(){j=null,C=null,I=null,Y()}));var P=function(t){if(-1===t.dataset.sticky.indexOf("shrink")&&-1===t.dataset.sticky.indexOf("auto-hide"))return t.parentNode.getBoundingClientRect().height+200;var e=t.closest("header").getBoundingClientRect().top+scrollY;if(e>0){var r=document.elementFromPoint(0,3);r&&function(t){for(var e=[];t&&t!==document;t=t.parentNode)e.push(t);return e}(r).map((function(t){return getComputedStyle(t).position})).indexOf("fixed")>-1&&(e-=r.getBoundingClientRect().height)}var n=t.parentNode;return 1===n.parentNode.children.length||n.parentNode.children[0].classList.contains("ct-sticky-container")?e:Array.from(n.parentNode.children).reduce((function(t,e,r){return t.indexOf(0)>-1||!e.dataset.row?[].concat(A(t),[0]):[].concat(A(t),[e.classList.contains("ct-sticky-container")?0:e.getBoundingClientRect().height])}),[]).reduce((function(t,e){return t+e}),e)},q=null,Y=function(){if(q!==scrollY){q=scrollY;var t=document.querySelector('[data-device="'.concat(Object(o.getCurrentScreen)(),'"] [data-sticky]'));if(t){var e=j;null===e&&(e=P(t),j=e);var r=I;r||(r=parseInt(t.getBoundingClientRect().height),I=parseInt(r),document.body.style.setProperty("--header-sticky-height-animated","".concat(A(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+u(e)}),0),"px")));var n=t.dataset.sticky.split(":").filter((function(t){return"yes"!==t&&"no"!==t&&"fixed"!==t})),i=e>0&&Math.abs(window.scrollY-e)<5||window.scrollY>e;n.indexOf("shrink")>-1&&(i=e>0?window.scrollY>=e:window.scrollY>0),setTimeout((function(){i&&-1===document.body.dataset.header.indexOf("shrink")&&(document.body.dataset.header="".concat(document.body.dataset.header,":shrink")),!i&&document.body.dataset.header.indexOf("shrink")>-1&&(document.body.dataset.header=document.body.dataset.header.replace(":shrink",""))}),300);var a=C;a||(a=C=Array.from(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+e.getBoundingClientRect().height}),0),t.parentNode.style.height="".concat(a,"px")),n.indexOf("shrink")>-1&&function(t){var e=t.containerInitialHeight,r=t.stickyContainer,n=(t.stickyContainerHeight,t.isSticky),i=t.startPosition,o=t.stickyComponents;if(0===i&&0===window.scrollY&&(r.dataset.sticky=["fixed"].concat(h(o)).join(":")),n){if(o.indexOf("yes")>-1)return;-1===r.dataset.sticky.indexOf("yes")&&(x(r,"no"),r.dataset.sticky=["yes"].concat(h(o)).join(":")),f({stickyContainer:r,startPosition:i}),p({stickyContainer:r,containerInitialHeight:e,startPosition:i})}else Array.from(r.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(r.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),x(r,"yes"),0===i&&0===window.scrollY?r.dataset.sticky=["fixed"].concat(h(o)).join(":"):r.dataset.sticky=o.join(":")}({stickyContainer:t,stickyContainerHeight:r,containerInitialHeight:a,isSticky:i,startPosition:e,stickyComponents:n}),n.indexOf("auto-hide")>-1&&function(t){var e=t.startPosition,r=t.stickyContainer,n=t.isSticky,i=t.stickyComponents;if(window.scrollY<e&&(w=window.scrollY),n&&window.scrollY-w==0&&document.body.style.setProperty("--header-sticky-height-animated","0px"),n&&window.scrollY-w<-5)-1===r.dataset.sticky.indexOf("yes")&&(r.dataset.sticky=["yes-start"].concat(b(i)).join(":"),requestAnimationFrame((function(){r.dataset.sticky=r.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){r.dataset.sticky=r.dataset.sticky.replace("yes-end","yes")}),200)}))),x(r,"no"),document.body.removeAttribute("style");else{if(!n)return r.dataset.sticky=i.filter((function(t){return"yes-end"!==t})).join(":"),Array.from(r.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),x(r,"yes"),document.body.style.setProperty("--header-sticky-height-animated","0px"),void(w=window.scrollY);-1===r.dataset.sticky.indexOf("yes-hide")&&r.dataset.sticky.indexOf("yes:")>-1&&window.scrollY-w>5&&(r.dataset.sticky=["yes-hide-start"].concat(b(i)).join(":"),document.body.style.setProperty("--header-sticky-height-animated","0px"),requestAnimationFrame((function(){r.dataset.sticky=r.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){r.dataset.sticky=i.join(":"),Array.from(r.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),x(r,"yes")}),200)})))}w=window.scrollY}({stickyContainer:t,isSticky:i,startPosition:e,stickyComponents:n}),(n.indexOf("slide")>-1||n.indexOf("fade")>-1)&&function(t){var e=t.stickyContainer,r=t.isSticky,n=t.startPosition,i=t.stickyComponents;r?(-1===e.dataset.sticky.indexOf("yes")&&(e.dataset.sticky=["yes-start"].concat(v(i)).join(":"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-end","yes")}),200)}),1)),x(e,"no")):-1===e.dataset.sticky.indexOf("yes-hide")&&e.dataset.sticky.indexOf("yes:")>-1&&(Math.abs(window.scrollY-n)>10?(e.dataset.sticky=i.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")):(e.dataset.sticky=["yes-hide-start"].concat(v(i)).join(":"),requestAnimationFrame((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){e.dataset.sticky=i.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")}),200)}))))}({stickyContainer:t,isSticky:i,startPosition:e,stickyComponents:n})}}},H=function(){document.querySelector("header [data-sticky]")&&(window.addEventListener("resize",(function(t){Y(t),i.a.trigger("ct:header:update")}),!1),window.addEventListener("orientationchange",(function(t){Y(t),i.a.trigger("ct:header:update")})),window.addEventListener("scroll",Y,!1),window.addEventListener("load",Y,!1),Y())};document.body.className.indexOf("e-preview")>-1?setTimeout((function(){H()}),500):H(),Object(o.registerDynamicChunk)("blocksy_sticky_header",{mount:function(t){}})}]);
static/js/frontend/account.js CHANGED
@@ -99,7 +99,7 @@ const actuallyInsertMessage = (container, html) => {
99
  if (html) {
100
  container.insertAdjacentHTML(
101
  'afterbegin',
102
- `<div class="ct-form-notification">${maybeMessage.innerHTML}</div>`
103
  )
104
  }
105
  }
99
  if (html) {
100
  container.insertAdjacentHTML(
101
  'afterbegin',
102
+ `<div class="ct-form-notification">${html}</div>`
103
  )
104
  }
105
  }
static/js/frontend/sticky.js CHANGED
@@ -218,10 +218,22 @@ export const mountStickyHeader = () => {
218
  return
219
  }
220
 
221
- window.addEventListener('resize', compute, false)
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  window.addEventListener('scroll', compute, false)
223
  window.addEventListener('load', compute, false)
224
- window.addEventListener('orientationchange', compute)
225
 
226
  compute()
227
  }
218
  return
219
  }
220
 
221
+ window.addEventListener(
222
+ 'resize',
223
+ (event) => {
224
+ compute(event)
225
+ ctEvents.trigger('ct:header:update')
226
+ },
227
+ false
228
+ )
229
+
230
+ window.addEventListener('orientationchange', (event) => {
231
+ compute(event)
232
+ ctEvents.trigger('ct:header:update')
233
+ })
234
+
235
  window.addEventListener('scroll', compute, false)
236
  window.addEventListener('load', compute, false)
 
237
 
238
  compute()
239
  }