YITH WooCommerce Wishlist - Version 3.0.12

Version Description

  • Released on 14 August 2020 =

  • New: support for WordPress 5.5

  • New: support for WooCommerce 4.4

  • New: support for Polylang PRO

  • New: load correct Add to Wishlist (ATW) template for selected variation, and refresh it when changing variations on product page

  • Update: plugin framework

  • Fix: upsells are now correctly identified as loop by wishlist

  • Fix: icon select at backend showing [Object object]

  • Fix: changed fragments indexes to work with a greater set of configurations

  • Fix: notice when using custom icons for ATW buttons

  • Dev: added new filter yith_wcwl_fragments_index_glue

Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Wishlist
Version 3.0.12
Comparing to
See all releases

Code changes from version 3.0.11 to 3.0.12

Files changed (101) hide show
  1. README.md +10 -12
  2. README.txt +17 -4
  3. assets/css/font-awesome.css +1 -2334
  4. assets/css/font-awesome.min.css +0 -4
  5. assets/css/jquery.selectBox.css +1 -147
  6. assets/css/style.css +1 -1
  7. assets/css/unminified/font-awesome.css +2337 -0
  8. assets/css/unminified/jquery.selectBox.css +147 -0
  9. assets/css/unminified/style.css +30 -1
  10. assets/js/admin/yith-wcwl.js +1 -1
  11. assets/js/jquery.yith-wcwl.js +1 -1
  12. assets/js/unminified/admin/yith-wcwl.js +1 -2
  13. assets/js/unminified/jquery.yith-wcwl.js +139 -94
  14. gulpfile.js +1 -1
  15. includes/class.yith-wcwl-ajax-handler.php +1 -0
  16. includes/class.yith-wcwl-frontend.php +7 -4
  17. includes/class.yith-wcwl-shortcode.php +2 -0
  18. includes/class.yith-wcwl-wishlist-item.php +13 -18
  19. includes/class.yith-wcwl-wishlist.php +4 -20
  20. includes/class.yith-wcwl.php +46 -2
  21. includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php +1 -4
  22. includes/functions.yith-wcwl.php +204 -168
  23. init.php +3 -3
  24. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  25. languages/yith-woocommerce-wishlist-da_DK.po +31 -27
  26. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  27. languages/yith-woocommerce-wishlist-de_DE.po +31 -27
  28. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  29. languages/yith-woocommerce-wishlist-es_AR.po +31 -27
  30. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  31. languages/yith-woocommerce-wishlist-es_ES.po +31 -27
  32. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  33. languages/yith-woocommerce-wishlist-es_MX.po +31 -27
  34. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  35. languages/yith-woocommerce-wishlist-fa_IR.po +31 -27
  36. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  37. languages/yith-woocommerce-wishlist-fr_FR.po +31 -27
  38. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  39. languages/yith-woocommerce-wishlist-he_IL.po +31 -27
  40. languages/yith-woocommerce-wishlist-hr.mo +0 -0
  41. languages/yith-woocommerce-wishlist-hr.po +31 -27
  42. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  43. languages/yith-woocommerce-wishlist-it_IT.po +31 -27
  44. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  45. languages/yith-woocommerce-wishlist-ko_KR.po +31 -27
  46. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  47. languages/yith-woocommerce-wishlist-nl_NL.po +31 -27
  48. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  49. languages/yith-woocommerce-wishlist-pl_PL.po +31 -27
  50. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  51. languages/yith-woocommerce-wishlist-pt_BR.po +31 -27
  52. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  53. languages/yith-woocommerce-wishlist-pt_PT.po +31 -27
  54. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  55. languages/yith-woocommerce-wishlist-ru_RU.po +31 -27
  56. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  57. languages/yith-woocommerce-wishlist-sv_SE.po +31 -27
  58. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  59. languages/yith-woocommerce-wishlist-tr_TR.po +31 -27
  60. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  61. languages/yith-woocommerce-wishlist-uk_UA.po +31 -27
  62. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  63. languages/yith-woocommerce-wishlist-zh_CN.po +31 -27
  64. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  65. languages/yith-woocommerce-wishlist-zh_TW.po +31 -27
  66. languages/yith-woocommerce-wishlist.pot +29 -25
  67. package-lock.json +997 -102
  68. package.json +3 -5
  69. plugin-fw/assets/css/admin.css +111 -97
  70. plugin-fw/assets/css/yit-plugin-panel.css +148 -15
  71. plugin-fw/assets/css/yith-fields.css +101 -19
  72. plugin-fw/assets/js/yit-plugin-panel.js +23 -0
  73. plugin-fw/assets/js/yit-plugin-panel.min.js +1 -5
  74. plugin-fw/assets/js/yith-fields.min.js +1 -30
  75. plugin-fw/assets/js/yith-gutenberg.js +1 -0
  76. plugin-fw/assets/js/yith-gutenberg.min.js +1 -1
  77. plugin-fw/assets/js/yith-system-info.js +17 -11
  78. plugin-fw/assets/js/yith-system-info.min.js +1 -1
  79. plugin-fw/init.php +2 -2
  80. plugin-fw/languages/yith-plugin-fw-el.mo +0 -0
  81. plugin-fw/languages/yith-plugin-fw-el.po +203 -135
  82. plugin-fw/languages/yith-plugin-fw-es_ES.po +201 -130
  83. plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
  84. plugin-fw/languages/yith-plugin-fw-it_IT.po +202 -142
  85. plugin-fw/languages/yith-plugin-fw-nl_NL.po +200 -127
  86. plugin-fw/languages/yith-plugin-fw.pot +165 -104
  87. plugin-fw/lib/yit-assets.php +105 -91
  88. plugin-fw/lib/yit-plugin-panel-wc.php +35 -9
  89. plugin-fw/lib/yit-plugin-panel.php +1174 -1155
  90. plugin-fw/lib/yith-system-status.php +286 -78
  91. plugin-fw/package.json +1 -1
  92. plugin-fw/templates/fields/inline-fields.php +60 -0
  93. plugin-fw/templates/fields/textarea-editor.php +3 -1
  94. plugin-fw/templates/fields/toggle-element.php +6 -1
  95. plugin-fw/templates/sysinfo/system-information-panel.php +147 -169
  96. plugin-fw/yit-functions.php +23 -10
  97. templates/add-to-wishlist-added.php +17 -16
  98. templates/add-to-wishlist-browse.php +3 -2
  99. templates/add-to-wishlist-button.php +2 -2
  100. templates/add-to-wishlist-remove.php +3 -2
  101. templates/share.php +1 -1
README.md CHANGED
@@ -151,20 +151,18 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
151
 
152
  ## Changelog
153
 
154
- ### 3.0.11 - Released on 08 June 2020
155
 
156
- * New: support for WooCommerce 4.2
 
 
 
157
  * Update: plugin framework
158
- * Tweak: added WordPress among blocked bot user agents
159
- * Tweak: make sure to finalize session when possible
160
- * Tweak: added link to product in wishlist mobile template
161
- * Fix: Prevent error if default wishlist doesn't exists
162
- * Fix: correctly applied yith_wcwl_is_wishlist_responsive filter to yith_wcwl_is_mobile function
163
- * Fix: avoid to use cache that cannot be invalidated (stop caching queries results, use cache for user wishlists)
164
- * Fix: clear_caches method wasnt properly cleaning cache for guest users
165
- * Dev: added yith_wcwl_add_to_wishlist_icon_html filter
166
- * Dev: added yith_wcwl_add_to_wishlist_heading_icon_html filter
167
- * Dev: added yith_wcwl_add_to_wishlist_data trigger, to allow third party code change data submitted with ATW ajax call
168
 
169
 
170
  ## Support
151
 
152
  ## Changelog
153
 
154
+ ### 3.0.12 - Released on 14 August 2020
155
 
156
+ * New: support for WordPress 5.5
157
+ * New: support for WooCommerce 4.4
158
+ * New: support for Polylang PRO
159
+ * New: load correct Add to Wishlist (ATW) template for selected variation, and refresh it when changing variations on product page
160
  * Update: plugin framework
161
+ * Fix: upsells are now correctly identified as loop by wishlist
162
+ * Fix: icon select at backend showing \[Object object\]
163
+ * Fix: changed fragments indexes to work with a greater set of configurations
164
+ * Fix: notice when using custom icons for ATW buttons
165
+ * Dev: added new filter yith_wcwl_fragments_index_glue
 
 
 
 
 
166
 
167
 
168
  ## Support
README.txt CHANGED
@@ -2,14 +2,14 @@
2
 
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
- Requires at least: 4.0
6
- Tested up to: 5.4
7
- Stable tag: 3.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
- WooCommerce 4.2.x compatible.
13
 
14
  == Description ==
15
 
@@ -113,6 +113,19 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
113
 
114
  == Changelog ==
115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  = 3.0.11 - Released on 08 Jun 2020 =
117
 
118
  * New: support for WooCommerce 4.2
2
 
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
+ Requires at least: 4.5
6
+ Tested up to: 5.5
7
+ Stable tag: 3.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
+ WooCommerce 4.4.x compatible.
13
 
14
  == Description ==
15
 
113
 
114
  == Changelog ==
115
 
116
+ = 3.0.12 - Released on 14 August 2020 =
117
+
118
+ * New: support for WordPress 5.5
119
+ * New: support for WooCommerce 4.4
120
+ * New: support for Polylang PRO
121
+ * New: load correct Add to Wishlist (ATW) template for selected variation, and refresh it when changing variations on product page
122
+ * Update: plugin framework
123
+ * Fix: upsells are now correctly identified as loop by wishlist
124
+ * Fix: icon select at backend showing [Object object]
125
+ * Fix: changed fragments indexes to work with a greater set of configurations
126
+ * Fix: notice when using custom icons for ATW buttons
127
+ * Dev: added new filter yith_wcwl_fragments_index_glue
128
+
129
  = 3.0.11 - Released on 08 Jun 2020 =
130
 
131
  * New: support for WooCommerce 4.2
assets/css/font-awesome.css CHANGED
@@ -1,2337 +1,4 @@
1
  /*!
2
  * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */
5
- /* FONT PATH
6
- * -------------------------- */
7
- @font-face {
8
- font-family: 'FontAwesome';
9
- src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
10
- src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
11
- font-weight: normal;
12
- font-style: normal;
13
- }
14
- .fa {
15
- display: inline-block;
16
- font: normal normal normal 14px/1 FontAwesome;
17
- font-size: inherit;
18
- text-rendering: auto;
19
- -webkit-font-smoothing: antialiased;
20
- -moz-osx-font-smoothing: grayscale;
21
- }
22
- /* makes the font 33% larger relative to the icon container */
23
- .fa-lg {
24
- font-size: 1.33333333em;
25
- line-height: 0.75em;
26
- vertical-align: -15%;
27
- }
28
- .fa-2x {
29
- font-size: 2em;
30
- }
31
- .fa-3x {
32
- font-size: 3em;
33
- }
34
- .fa-4x {
35
- font-size: 4em;
36
- }
37
- .fa-5x {
38
- font-size: 5em;
39
- }
40
- .fa-fw {
41
- width: 1.28571429em;
42
- text-align: center;
43
- }
44
- .fa-ul {
45
- padding-left: 0;
46
- margin-left: 2.14285714em;
47
- list-style-type: none;
48
- }
49
- .fa-ul > li {
50
- position: relative;
51
- }
52
- .fa-li {
53
- position: absolute;
54
- left: -2.14285714em;
55
- width: 2.14285714em;
56
- top: 0.14285714em;
57
- text-align: center;
58
- }
59
- .fa-li.fa-lg {
60
- left: -1.85714286em;
61
- }
62
- .fa-border {
63
- padding: .2em .25em .15em;
64
- border: solid 0.08em #eeeeee;
65
- border-radius: .1em;
66
- }
67
- .fa-pull-left {
68
- float: left;
69
- }
70
- .fa-pull-right {
71
- float: right;
72
- }
73
- .fa.fa-pull-left {
74
- margin-right: .3em;
75
- }
76
- .fa.fa-pull-right {
77
- margin-left: .3em;
78
- }
79
- /* Deprecated as of 4.4.0 */
80
- .pull-right {
81
- float: right;
82
- }
83
- .pull-left {
84
- float: left;
85
- }
86
- .fa.pull-left {
87
- margin-right: .3em;
88
- }
89
- .fa.pull-right {
90
- margin-left: .3em;
91
- }
92
- .fa-spin {
93
- -webkit-animation: fa-spin 2s infinite linear;
94
- animation: fa-spin 2s infinite linear;
95
- }
96
- .fa-pulse {
97
- -webkit-animation: fa-spin 1s infinite steps(8);
98
- animation: fa-spin 1s infinite steps(8);
99
- }
100
- @-webkit-keyframes fa-spin {
101
- 0% {
102
- -webkit-transform: rotate(0deg);
103
- transform: rotate(0deg);
104
- }
105
- 100% {
106
- -webkit-transform: rotate(359deg);
107
- transform: rotate(359deg);
108
- }
109
- }
110
- @keyframes fa-spin {
111
- 0% {
112
- -webkit-transform: rotate(0deg);
113
- transform: rotate(0deg);
114
- }
115
- 100% {
116
- -webkit-transform: rotate(359deg);
117
- transform: rotate(359deg);
118
- }
119
- }
120
- .fa-rotate-90 {
121
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
122
- -webkit-transform: rotate(90deg);
123
- -ms-transform: rotate(90deg);
124
- transform: rotate(90deg);
125
- }
126
- .fa-rotate-180 {
127
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
128
- -webkit-transform: rotate(180deg);
129
- -ms-transform: rotate(180deg);
130
- transform: rotate(180deg);
131
- }
132
- .fa-rotate-270 {
133
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134
- -webkit-transform: rotate(270deg);
135
- -ms-transform: rotate(270deg);
136
- transform: rotate(270deg);
137
- }
138
- .fa-flip-horizontal {
139
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
140
- -webkit-transform: scale(-1, 1);
141
- -ms-transform: scale(-1, 1);
142
- transform: scale(-1, 1);
143
- }
144
- .fa-flip-vertical {
145
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
146
- -webkit-transform: scale(1, -1);
147
- -ms-transform: scale(1, -1);
148
- transform: scale(1, -1);
149
- }
150
- :root .fa-rotate-90,
151
- :root .fa-rotate-180,
152
- :root .fa-rotate-270,
153
- :root .fa-flip-horizontal,
154
- :root .fa-flip-vertical {
155
- filter: none;
156
- }
157
- .fa-stack {
158
- position: relative;
159
- display: inline-block;
160
- width: 2em;
161
- height: 2em;
162
- line-height: 2em;
163
- vertical-align: middle;
164
- }
165
- .fa-stack-1x,
166
- .fa-stack-2x {
167
- position: absolute;
168
- left: 0;
169
- width: 100%;
170
- text-align: center;
171
- }
172
- .fa-stack-1x {
173
- line-height: inherit;
174
- }
175
- .fa-stack-2x {
176
- font-size: 2em;
177
- }
178
- .fa-inverse {
179
- color: #ffffff;
180
- }
181
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
- readers do not read off random characters that represent icons */
183
- .fa-glass:before {
184
- content: "\f000";
185
- }
186
- .fa-music:before {
187
- content: "\f001";
188
- }
189
- .fa-search:before {
190
- content: "\f002";
191
- }
192
- .fa-envelope-o:before {
193
- content: "\f003";
194
- }
195
- .fa-heart:before {
196
- content: "\f004";
197
- }
198
- .fa-star:before {
199
- content: "\f005";
200
- }
201
- .fa-star-o:before {
202
- content: "\f006";
203
- }
204
- .fa-user:before {
205
- content: "\f007";
206
- }
207
- .fa-film:before {
208
- content: "\f008";
209
- }
210
- .fa-th-large:before {
211
- content: "\f009";
212
- }
213
- .fa-th:before {
214
- content: "\f00a";
215
- }
216
- .fa-th-list:before {
217
- content: "\f00b";
218
- }
219
- .fa-check:before {
220
- content: "\f00c";
221
- }
222
- .fa-remove:before,
223
- .fa-close:before,
224
- .fa-times:before {
225
- content: "\f00d";
226
- }
227
- .fa-search-plus:before {
228
- content: "\f00e";
229
- }
230
- .fa-search-minus:before {
231
- content: "\f010";
232
- }
233
- .fa-power-off:before {
234
- content: "\f011";
235
- }
236
- .fa-signal:before {
237
- content: "\f012";
238
- }
239
- .fa-gear:before,
240
- .fa-cog:before {
241
- content: "\f013";
242
- }
243
- .fa-trash-o:before {
244
- content: "\f014";
245
- }
246
- .fa-home:before {
247
- content: "\f015";
248
- }
249
- .fa-file-o:before {
250
- content: "\f016";
251
- }
252
- .fa-clock-o:before {
253
- content: "\f017";
254
- }
255
- .fa-road:before {
256
- content: "\f018";
257
- }
258
- .fa-download:before {
259
- content: "\f019";
260
- }
261
- .fa-arrow-circle-o-down:before {
262
- content: "\f01a";
263
- }
264
- .fa-arrow-circle-o-up:before {
265
- content: "\f01b";
266
- }
267
- .fa-inbox:before {
268
- content: "\f01c";
269
- }
270
- .fa-play-circle-o:before {
271
- content: "\f01d";
272
- }
273
- .fa-rotate-right:before,
274
- .fa-repeat:before {
275
- content: "\f01e";
276
- }
277
- .fa-refresh:before {
278
- content: "\f021";
279
- }
280
- .fa-list-alt:before {
281
- content: "\f022";
282
- }
283
- .fa-lock:before {
284
- content: "\f023";
285
- }
286
- .fa-flag:before {
287
- content: "\f024";
288
- }
289
- .fa-headphones:before {
290
- content: "\f025";
291
- }
292
- .fa-volume-off:before {
293
- content: "\f026";
294
- }
295
- .fa-volume-down:before {
296
- content: "\f027";
297
- }
298
- .fa-volume-up:before {
299
- content: "\f028";
300
- }
301
- .fa-qrcode:before {
302
- content: "\f029";
303
- }
304
- .fa-barcode:before {
305
- content: "\f02a";
306
- }
307
- .fa-tag:before {
308
- content: "\f02b";
309
- }
310
- .fa-tags:before {
311
- content: "\f02c";
312
- }
313
- .fa-book:before {
314
- content: "\f02d";
315
- }
316
- .fa-bookmark:before {
317
- content: "\f02e";
318
- }
319
- .fa-print:before {
320
- content: "\f02f";
321
- }
322
- .fa-camera:before {
323
- content: "\f030";
324
- }
325
- .fa-font:before {
326
- content: "\f031";
327
- }
328
- .fa-bold:before {
329
- content: "\f032";
330
- }
331
- .fa-italic:before {
332
- content: "\f033";
333
- }
334
- .fa-text-height:before {
335
- content: "\f034";
336
- }
337
- .fa-text-width:before {
338
- content: "\f035";
339
- }
340
- .fa-align-left:before {
341
- content: "\f036";
342
- }
343
- .fa-align-center:before {
344
- content: "\f037";
345
- }
346
- .fa-align-right:before {
347
- content: "\f038";
348
- }
349
- .fa-align-justify:before {
350
- content: "\f039";
351
- }
352
- .fa-list:before {
353
- content: "\f03a";
354
- }
355
- .fa-dedent:before,
356
- .fa-outdent:before {
357
- content: "\f03b";
358
- }
359
- .fa-indent:before {
360
- content: "\f03c";
361
- }
362
- .fa-video-camera:before {
363
- content: "\f03d";
364
- }
365
- .fa-photo:before,
366
- .fa-image:before,
367
- .fa-picture-o:before {
368
- content: "\f03e";
369
- }
370
- .fa-pencil:before {
371
- content: "\f040";
372
- }
373
- .fa-map-marker:before {
374
- content: "\f041";
375
- }
376
- .fa-adjust:before {
377
- content: "\f042";
378
- }
379
- .fa-tint:before {
380
- content: "\f043";
381
- }
382
- .fa-edit:before,
383
- .fa-pencil-square-o:before {
384
- content: "\f044";
385
- }
386
- .fa-share-square-o:before {
387
- content: "\f045";
388
- }
389
- .fa-check-square-o:before {
390
- content: "\f046";
391
- }
392
- .fa-arrows:before {
393
- content: "\f047";
394
- }
395
- .fa-step-backward:before {
396
- content: "\f048";
397
- }
398
- .fa-fast-backward:before {
399
- content: "\f049";
400
- }
401
- .fa-backward:before {
402
- content: "\f04a";
403
- }
404
- .fa-play:before {
405
- content: "\f04b";
406
- }
407
- .fa-pause:before {
408
- content: "\f04c";
409
- }
410
- .fa-stop:before {
411
- content: "\f04d";
412
- }
413
- .fa-forward:before {
414
- content: "\f04e";
415
- }
416
- .fa-fast-forward:before {
417
- content: "\f050";
418
- }
419
- .fa-step-forward:before {
420
- content: "\f051";
421
- }
422
- .fa-eject:before {
423
- content: "\f052";
424
- }
425
- .fa-chevron-left:before {
426
- content: "\f053";
427
- }
428
- .fa-chevron-right:before {
429
- content: "\f054";
430
- }
431
- .fa-plus-circle:before {
432
- content: "\f055";
433
- }
434
- .fa-minus-circle:before {
435
- content: "\f056";
436
- }
437
- .fa-times-circle:before {
438
- content: "\f057";
439
- }
440
- .fa-check-circle:before {
441
- content: "\f058";
442
- }
443
- .fa-question-circle:before {
444
- content: "\f059";
445
- }
446
- .fa-info-circle:before {
447
- content: "\f05a";
448
- }
449
- .fa-crosshairs:before {
450
- content: "\f05b";
451
- }
452
- .fa-times-circle-o:before {
453
- content: "\f05c";
454
- }
455
- .fa-check-circle-o:before {
456
- content: "\f05d";
457
- }
458
- .fa-ban:before {
459
- content: "\f05e";
460
- }
461
- .fa-arrow-left:before {
462
- content: "\f060";
463
- }
464
- .fa-arrow-right:before {
465
- content: "\f061";
466
- }
467
- .fa-arrow-up:before {
468
- content: "\f062";
469
- }
470
- .fa-arrow-down:before {
471
- content: "\f063";
472
- }
473
- .fa-mail-forward:before,
474
- .fa-share:before {
475
- content: "\f064";
476
- }
477
- .fa-expand:before {
478
- content: "\f065";
479
- }
480
- .fa-compress:before {
481
- content: "\f066";
482
- }
483
- .fa-plus:before {
484
- content: "\f067";
485
- }
486
- .fa-minus:before {
487
- content: "\f068";
488
- }
489
- .fa-asterisk:before {
490
- content: "\f069";
491
- }
492
- .fa-exclamation-circle:before {
493
- content: "\f06a";
494
- }
495
- .fa-gift:before {
496
- content: "\f06b";
497
- }
498
- .fa-leaf:before {
499
- content: "\f06c";
500
- }
501
- .fa-fire:before {
502
- content: "\f06d";
503
- }
504
- .fa-eye:before {
505
- content: "\f06e";
506
- }
507
- .fa-eye-slash:before {
508
- content: "\f070";
509
- }
510
- .fa-warning:before,
511
- .fa-exclamation-triangle:before {
512
- content: "\f071";
513
- }
514
- .fa-plane:before {
515
- content: "\f072";
516
- }
517
- .fa-calendar:before {
518
- content: "\f073";
519
- }
520
- .fa-random:before {
521
- content: "\f074";
522
- }
523
- .fa-comment:before {
524
- content: "\f075";
525
- }
526
- .fa-magnet:before {
527
- content: "\f076";
528
- }
529
- .fa-chevron-up:before {
530
- content: "\f077";
531
- }
532
- .fa-chevron-down:before {
533
- content: "\f078";
534
- }
535
- .fa-retweet:before {
536
- content: "\f079";
537
- }
538
- .fa-shopping-cart:before {
539
- content: "\f07a";
540
- }
541
- .fa-folder:before {
542
- content: "\f07b";
543
- }
544
- .fa-folder-open:before {
545
- content: "\f07c";
546
- }
547
- .fa-arrows-v:before {
548
- content: "\f07d";
549
- }
550
- .fa-arrows-h:before {
551
- content: "\f07e";
552
- }
553
- .fa-bar-chart-o:before,
554
- .fa-bar-chart:before {
555
- content: "\f080";
556
- }
557
- .fa-twitter-square:before {
558
- content: "\f081";
559
- }
560
- .fa-facebook-square:before {
561
- content: "\f082";
562
- }
563
- .fa-camera-retro:before {
564
- content: "\f083";
565
- }
566
- .fa-key:before {
567
- content: "\f084";
568
- }
569
- .fa-gears:before,
570
- .fa-cogs:before {
571
- content: "\f085";
572
- }
573
- .fa-comments:before {
574
- content: "\f086";
575
- }
576
- .fa-thumbs-o-up:before {
577
- content: "\f087";
578
- }
579
- .fa-thumbs-o-down:before {
580
- content: "\f088";
581
- }
582
- .fa-star-half:before {
583
- content: "\f089";
584
- }
585
- .fa-heart-o:before {
586
- content: "\f08a";
587
- }
588
- .fa-sign-out:before {
589
- content: "\f08b";
590
- }
591
- .fa-linkedin-square:before {
592
- content: "\f08c";
593
- }
594
- .fa-thumb-tack:before {
595
- content: "\f08d";
596
- }
597
- .fa-external-link:before {
598
- content: "\f08e";
599
- }
600
- .fa-sign-in:before {
601
- content: "\f090";
602
- }
603
- .fa-trophy:before {
604
- content: "\f091";
605
- }
606
- .fa-github-square:before {
607
- content: "\f092";
608
- }
609
- .fa-upload:before {
610
- content: "\f093";
611
- }
612
- .fa-lemon-o:before {
613
- content: "\f094";
614
- }
615
- .fa-phone:before {
616
- content: "\f095";
617
- }
618
- .fa-square-o:before {
619
- content: "\f096";
620
- }
621
- .fa-bookmark-o:before {
622
- content: "\f097";
623
- }
624
- .fa-phone-square:before {
625
- content: "\f098";
626
- }
627
- .fa-twitter:before {
628
- content: "\f099";
629
- }
630
- .fa-facebook-f:before,
631
- .fa-facebook:before {
632
- content: "\f09a";
633
- }
634
- .fa-github:before {
635
- content: "\f09b";
636
- }
637
- .fa-unlock:before {
638
- content: "\f09c";
639
- }
640
- .fa-credit-card:before {
641
- content: "\f09d";
642
- }
643
- .fa-feed:before,
644
- .fa-rss:before {
645
- content: "\f09e";
646
- }
647
- .fa-hdd-o:before {
648
- content: "\f0a0";
649
- }
650
- .fa-bullhorn:before {
651
- content: "\f0a1";
652
- }
653
- .fa-bell:before {
654
- content: "\f0f3";
655
- }
656
- .fa-certificate:before {
657
- content: "\f0a3";
658
- }
659
- .fa-hand-o-right:before {
660
- content: "\f0a4";
661
- }
662
- .fa-hand-o-left:before {
663
- content: "\f0a5";
664
- }
665
- .fa-hand-o-up:before {
666
- content: "\f0a6";
667
- }
668
- .fa-hand-o-down:before {
669
- content: "\f0a7";
670
- }
671
- .fa-arrow-circle-left:before {
672
- content: "\f0a8";
673
- }
674
- .fa-arrow-circle-right:before {
675
- content: "\f0a9";
676
- }
677
- .fa-arrow-circle-up:before {
678
- content: "\f0aa";
679
- }
680
- .fa-arrow-circle-down:before {
681
- content: "\f0ab";
682
- }
683
- .fa-globe:before {
684
- content: "\f0ac";
685
- }
686
- .fa-wrench:before {
687
- content: "\f0ad";
688
- }
689
- .fa-tasks:before {
690
- content: "\f0ae";
691
- }
692
- .fa-filter:before {
693
- content: "\f0b0";
694
- }
695
- .fa-briefcase:before {
696
- content: "\f0b1";
697
- }
698
- .fa-arrows-alt:before {
699
- content: "\f0b2";
700
- }
701
- .fa-group:before,
702
- .fa-users:before {
703
- content: "\f0c0";
704
- }
705
- .fa-chain:before,
706
- .fa-link:before {
707
- content: "\f0c1";
708
- }
709
- .fa-cloud:before {
710
- content: "\f0c2";
711
- }
712
- .fa-flask:before {
713
- content: "\f0c3";
714
- }
715
- .fa-cut:before,
716
- .fa-scissors:before {
717
- content: "\f0c4";
718
- }
719
- .fa-copy:before,
720
- .fa-files-o:before {
721
- content: "\f0c5";
722
- }
723
- .fa-paperclip:before {
724
- content: "\f0c6";
725
- }
726
- .fa-save:before,
727
- .fa-floppy-o:before {
728
- content: "\f0c7";
729
- }
730
- .fa-square:before {
731
- content: "\f0c8";
732
- }
733
- .fa-navicon:before,
734
- .fa-reorder:before,
735
- .fa-bars:before {
736
- content: "\f0c9";
737
- }
738
- .fa-list-ul:before {
739
- content: "\f0ca";
740
- }
741
- .fa-list-ol:before {
742
- content: "\f0cb";
743
- }
744
- .fa-strikethrough:before {
745
- content: "\f0cc";
746
- }
747
- .fa-underline:before {
748
- content: "\f0cd";
749
- }
750
- .fa-table:before {
751
- content: "\f0ce";
752
- }
753
- .fa-magic:before {
754
- content: "\f0d0";
755
- }
756
- .fa-truck:before {
757
- content: "\f0d1";
758
- }
759
- .fa-pinterest:before {
760
- content: "\f0d2";
761
- }
762
- .fa-pinterest-square:before {
763
- content: "\f0d3";
764
- }
765
- .fa-google-plus-square:before {
766
- content: "\f0d4";
767
- }
768
- .fa-google-plus:before {
769
- content: "\f0d5";
770
- }
771
- .fa-money:before {
772
- content: "\f0d6";
773
- }
774
- .fa-caret-down:before {
775
- content: "\f0d7";
776
- }
777
- .fa-caret-up:before {
778
- content: "\f0d8";
779
- }
780
- .fa-caret-left:before {
781
- content: "\f0d9";
782
- }
783
- .fa-caret-right:before {
784
- content: "\f0da";
785
- }
786
- .fa-columns:before {
787
- content: "\f0db";
788
- }
789
- .fa-unsorted:before,
790
- .fa-sort:before {
791
- content: "\f0dc";
792
- }
793
- .fa-sort-down:before,
794
- .fa-sort-desc:before {
795
- content: "\f0dd";
796
- }
797
- .fa-sort-up:before,
798
- .fa-sort-asc:before {
799
- content: "\f0de";
800
- }
801
- .fa-envelope:before {
802
- content: "\f0e0";
803
- }
804
- .fa-linkedin:before {
805
- content: "\f0e1";
806
- }
807
- .fa-rotate-left:before,
808
- .fa-undo:before {
809
- content: "\f0e2";
810
- }
811
- .fa-legal:before,
812
- .fa-gavel:before {
813
- content: "\f0e3";
814
- }
815
- .fa-dashboard:before,
816
- .fa-tachometer:before {
817
- content: "\f0e4";
818
- }
819
- .fa-comment-o:before {
820
- content: "\f0e5";
821
- }
822
- .fa-comments-o:before {
823
- content: "\f0e6";
824
- }
825
- .fa-flash:before,
826
- .fa-bolt:before {
827
- content: "\f0e7";
828
- }
829
- .fa-sitemap:before {
830
- content: "\f0e8";
831
- }
832
- .fa-umbrella:before {
833
- content: "\f0e9";
834
- }
835
- .fa-paste:before,
836
- .fa-clipboard:before {
837
- content: "\f0ea";
838
- }
839
- .fa-lightbulb-o:before {
840
- content: "\f0eb";
841
- }
842
- .fa-exchange:before {
843
- content: "\f0ec";
844
- }
845
- .fa-cloud-download:before {
846
- content: "\f0ed";
847
- }
848
- .fa-cloud-upload:before {
849
- content: "\f0ee";
850
- }
851
- .fa-user-md:before {
852
- content: "\f0f0";
853
- }
854
- .fa-stethoscope:before {
855
- content: "\f0f1";
856
- }
857
- .fa-suitcase:before {
858
- content: "\f0f2";
859
- }
860
- .fa-bell-o:before {
861
- content: "\f0a2";
862
- }
863
- .fa-coffee:before {
864
- content: "\f0f4";
865
- }
866
- .fa-cutlery:before {
867
- content: "\f0f5";
868
- }
869
- .fa-file-text-o:before {
870
- content: "\f0f6";
871
- }
872
- .fa-building-o:before {
873
- content: "\f0f7";
874
- }
875
- .fa-hospital-o:before {
876
- content: "\f0f8";
877
- }
878
- .fa-ambulance:before {
879
- content: "\f0f9";
880
- }
881
- .fa-medkit:before {
882
- content: "\f0fa";
883
- }
884
- .fa-fighter-jet:before {
885
- content: "\f0fb";
886
- }
887
- .fa-beer:before {
888
- content: "\f0fc";
889
- }
890
- .fa-h-square:before {
891
- content: "\f0fd";
892
- }
893
- .fa-plus-square:before {
894
- content: "\f0fe";
895
- }
896
- .fa-angle-double-left:before {
897
- content: "\f100";
898
- }
899
- .fa-angle-double-right:before {
900
- content: "\f101";
901
- }
902
- .fa-angle-double-up:before {
903
- content: "\f102";
904
- }
905
- .fa-angle-double-down:before {
906
- content: "\f103";
907
- }
908
- .fa-angle-left:before {
909
- content: "\f104";
910
- }
911
- .fa-angle-right:before {
912
- content: "\f105";
913
- }
914
- .fa-angle-up:before {
915
- content: "\f106";
916
- }
917
- .fa-angle-down:before {
918
- content: "\f107";
919
- }
920
- .fa-desktop:before {
921
- content: "\f108";
922
- }
923
- .fa-laptop:before {
924
- content: "\f109";
925
- }
926
- .fa-tablet:before {
927
- content: "\f10a";
928
- }
929
- .fa-mobile-phone:before,
930
- .fa-mobile:before {
931
- content: "\f10b";
932
- }
933
- .fa-circle-o:before {
934
- content: "\f10c";
935
- }
936
- .fa-quote-left:before {
937
- content: "\f10d";
938
- }
939
- .fa-quote-right:before {
940
- content: "\f10e";
941
- }
942
- .fa-spinner:before {
943
- content: "\f110";
944
- }
945
- .fa-circle:before {
946
- content: "\f111";
947
- }
948
- .fa-mail-reply:before,
949
- .fa-reply:before {
950
- content: "\f112";
951
- }
952
- .fa-github-alt:before {
953
- content: "\f113";
954
- }
955
- .fa-folder-o:before {
956
- content: "\f114";
957
- }
958
- .fa-folder-open-o:before {
959
- content: "\f115";
960
- }
961
- .fa-smile-o:before {
962
- content: "\f118";
963
- }
964
- .fa-frown-o:before {
965
- content: "\f119";
966
- }
967
- .fa-meh-o:before {
968
- content: "\f11a";
969
- }
970
- .fa-gamepad:before {
971
- content: "\f11b";
972
- }
973
- .fa-keyboard-o:before {
974
- content: "\f11c";
975
- }
976
- .fa-flag-o:before {
977
- content: "\f11d";
978
- }
979
- .fa-flag-checkered:before {
980
- content: "\f11e";
981
- }
982
- .fa-terminal:before {
983
- content: "\f120";
984
- }
985
- .fa-code:before {
986
- content: "\f121";
987
- }
988
- .fa-mail-reply-all:before,
989
- .fa-reply-all:before {
990
- content: "\f122";
991
- }
992
- .fa-star-half-empty:before,
993
- .fa-star-half-full:before,
994
- .fa-star-half-o:before {
995
- content: "\f123";
996
- }
997
- .fa-location-arrow:before {
998
- content: "\f124";
999
- }
1000
- .fa-crop:before {
1001
- content: "\f125";
1002
- }
1003
- .fa-code-fork:before {
1004
- content: "\f126";
1005
- }
1006
- .fa-unlink:before,
1007
- .fa-chain-broken:before {
1008
- content: "\f127";
1009
- }
1010
- .fa-question:before {
1011
- content: "\f128";
1012
- }
1013
- .fa-info:before {
1014
- content: "\f129";
1015
- }
1016
- .fa-exclamation:before {
1017
- content: "\f12a";
1018
- }
1019
- .fa-superscript:before {
1020
- content: "\f12b";
1021
- }
1022
- .fa-subscript:before {
1023
- content: "\f12c";
1024
- }
1025
- .fa-eraser:before {
1026
- content: "\f12d";
1027
- }
1028
- .fa-puzzle-piece:before {
1029
- content: "\f12e";
1030
- }
1031
- .fa-microphone:before {
1032
- content: "\f130";
1033
- }
1034
- .fa-microphone-slash:before {
1035
- content: "\f131";
1036
- }
1037
- .fa-shield:before {
1038
- content: "\f132";
1039
- }
1040
- .fa-calendar-o:before {
1041
- content: "\f133";
1042
- }
1043
- .fa-fire-extinguisher:before {
1044
- content: "\f134";
1045
- }
1046
- .fa-rocket:before {
1047
- content: "\f135";
1048
- }
1049
- .fa-maxcdn:before {
1050
- content: "\f136";
1051
- }
1052
- .fa-chevron-circle-left:before {
1053
- content: "\f137";
1054
- }
1055
- .fa-chevron-circle-right:before {
1056
- content: "\f138";
1057
- }
1058
- .fa-chevron-circle-up:before {
1059
- content: "\f139";
1060
- }
1061
- .fa-chevron-circle-down:before {
1062
- content: "\f13a";
1063
- }
1064
- .fa-html5:before {
1065
- content: "\f13b";
1066
- }
1067
- .fa-css3:before {
1068
- content: "\f13c";
1069
- }
1070
- .fa-anchor:before {
1071
- content: "\f13d";
1072
- }
1073
- .fa-unlock-alt:before {
1074
- content: "\f13e";
1075
- }
1076
- .fa-bullseye:before {
1077
- content: "\f140";
1078
- }
1079
- .fa-ellipsis-h:before {
1080
- content: "\f141";
1081
- }
1082
- .fa-ellipsis-v:before {
1083
- content: "\f142";
1084
- }
1085
- .fa-rss-square:before {
1086
- content: "\f143";
1087
- }
1088
- .fa-play-circle:before {
1089
- content: "\f144";
1090
- }
1091
- .fa-ticket:before {
1092
- content: "\f145";
1093
- }
1094
- .fa-minus-square:before {
1095
- content: "\f146";
1096
- }
1097
- .fa-minus-square-o:before {
1098
- content: "\f147";
1099
- }
1100
- .fa-level-up:before {
1101
- content: "\f148";
1102
- }
1103
- .fa-level-down:before {
1104
- content: "\f149";
1105
- }
1106
- .fa-check-square:before {
1107
- content: "\f14a";
1108
- }
1109
- .fa-pencil-square:before {
1110
- content: "\f14b";
1111
- }
1112
- .fa-external-link-square:before {
1113
- content: "\f14c";
1114
- }
1115
- .fa-share-square:before {
1116
- content: "\f14d";
1117
- }
1118
- .fa-compass:before {
1119
- content: "\f14e";
1120
- }
1121
- .fa-toggle-down:before,
1122
- .fa-caret-square-o-down:before {
1123
- content: "\f150";
1124
- }
1125
- .fa-toggle-up:before,
1126
- .fa-caret-square-o-up:before {
1127
- content: "\f151";
1128
- }
1129
- .fa-toggle-right:before,
1130
- .fa-caret-square-o-right:before {
1131
- content: "\f152";
1132
- }
1133
- .fa-euro:before,
1134
- .fa-eur:before {
1135
- content: "\f153";
1136
- }
1137
- .fa-gbp:before {
1138
- content: "\f154";
1139
- }
1140
- .fa-dollar:before,
1141
- .fa-usd:before {
1142
- content: "\f155";
1143
- }
1144
- .fa-rupee:before,
1145
- .fa-inr:before {
1146
- content: "\f156";
1147
- }
1148
- .fa-cny:before,
1149
- .fa-rmb:before,
1150
- .fa-yen:before,
1151
- .fa-jpy:before {
1152
- content: "\f157";
1153
- }
1154
- .fa-ruble:before,
1155
- .fa-rouble:before,
1156
- .fa-rub:before {
1157
- content: "\f158";
1158
- }
1159
- .fa-won:before,
1160
- .fa-krw:before {
1161
- content: "\f159";
1162
- }
1163
- .fa-bitcoin:before,
1164
- .fa-btc:before {
1165
- content: "\f15a";
1166
- }
1167
- .fa-file:before {
1168
- content: "\f15b";
1169
- }
1170
- .fa-file-text:before {
1171
- content: "\f15c";
1172
- }
1173
- .fa-sort-alpha-asc:before {
1174
- content: "\f15d";
1175
- }
1176
- .fa-sort-alpha-desc:before {
1177
- content: "\f15e";
1178
- }
1179
- .fa-sort-amount-asc:before {
1180
- content: "\f160";
1181
- }
1182
- .fa-sort-amount-desc:before {
1183
- content: "\f161";
1184
- }
1185
- .fa-sort-numeric-asc:before {
1186
- content: "\f162";
1187
- }
1188
- .fa-sort-numeric-desc:before {
1189
- content: "\f163";
1190
- }
1191
- .fa-thumbs-up:before {
1192
- content: "\f164";
1193
- }
1194
- .fa-thumbs-down:before {
1195
- content: "\f165";
1196
- }
1197
- .fa-youtube-square:before {
1198
- content: "\f166";
1199
- }
1200
- .fa-youtube:before {
1201
- content: "\f167";
1202
- }
1203
- .fa-xing:before {
1204
- content: "\f168";
1205
- }
1206
- .fa-xing-square:before {
1207
- content: "\f169";
1208
- }
1209
- .fa-youtube-play:before {
1210
- content: "\f16a";
1211
- }
1212
- .fa-dropbox:before {
1213
- content: "\f16b";
1214
- }
1215
- .fa-stack-overflow:before {
1216
- content: "\f16c";
1217
- }
1218
- .fa-instagram:before {
1219
- content: "\f16d";
1220
- }
1221
- .fa-flickr:before {
1222
- content: "\f16e";
1223
- }
1224
- .fa-adn:before {
1225
- content: "\f170";
1226
- }
1227
- .fa-bitbucket:before {
1228
- content: "\f171";
1229
- }
1230
- .fa-bitbucket-square:before {
1231
- content: "\f172";
1232
- }
1233
- .fa-tumblr:before {
1234
- content: "\f173";
1235
- }
1236
- .fa-tumblr-square:before {
1237
- content: "\f174";
1238
- }
1239
- .fa-long-arrow-down:before {
1240
- content: "\f175";
1241
- }
1242
- .fa-long-arrow-up:before {
1243
- content: "\f176";
1244
- }
1245
- .fa-long-arrow-left:before {
1246
- content: "\f177";
1247
- }
1248
- .fa-long-arrow-right:before {
1249
- content: "\f178";
1250
- }
1251
- .fa-apple:before {
1252
- content: "\f179";
1253
- }
1254
- .fa-windows:before {
1255
- content: "\f17a";
1256
- }
1257
- .fa-android:before {
1258
- content: "\f17b";
1259
- }
1260
- .fa-linux:before {
1261
- content: "\f17c";
1262
- }
1263
- .fa-dribbble:before {
1264
- content: "\f17d";
1265
- }
1266
- .fa-skype:before {
1267
- content: "\f17e";
1268
- }
1269
- .fa-foursquare:before {
1270
- content: "\f180";
1271
- }
1272
- .fa-trello:before {
1273
- content: "\f181";
1274
- }
1275
- .fa-female:before {
1276
- content: "\f182";
1277
- }
1278
- .fa-male:before {
1279
- content: "\f183";
1280
- }
1281
- .fa-gittip:before,
1282
- .fa-gratipay:before {
1283
- content: "\f184";
1284
- }
1285
- .fa-sun-o:before {
1286
- content: "\f185";
1287
- }
1288
- .fa-moon-o:before {
1289
- content: "\f186";
1290
- }
1291
- .fa-archive:before {
1292
- content: "\f187";
1293
- }
1294
- .fa-bug:before {
1295
- content: "\f188";
1296
- }
1297
- .fa-vk:before {
1298
- content: "\f189";
1299
- }
1300
- .fa-weibo:before {
1301
- content: "\f18a";
1302
- }
1303
- .fa-renren:before {
1304
- content: "\f18b";
1305
- }
1306
- .fa-pagelines:before {
1307
- content: "\f18c";
1308
- }
1309
- .fa-stack-exchange:before {
1310
- content: "\f18d";
1311
- }
1312
- .fa-arrow-circle-o-right:before {
1313
- content: "\f18e";
1314
- }
1315
- .fa-arrow-circle-o-left:before {
1316
- content: "\f190";
1317
- }
1318
- .fa-toggle-left:before,
1319
- .fa-caret-square-o-left:before {
1320
- content: "\f191";
1321
- }
1322
- .fa-dot-circle-o:before {
1323
- content: "\f192";
1324
- }
1325
- .fa-wheelchair:before {
1326
- content: "\f193";
1327
- }
1328
- .fa-vimeo-square:before {
1329
- content: "\f194";
1330
- }
1331
- .fa-turkish-lira:before,
1332
- .fa-try:before {
1333
- content: "\f195";
1334
- }
1335
- .fa-plus-square-o:before {
1336
- content: "\f196";
1337
- }
1338
- .fa-space-shuttle:before {
1339
- content: "\f197";
1340
- }
1341
- .fa-slack:before {
1342
- content: "\f198";
1343
- }
1344
- .fa-envelope-square:before {
1345
- content: "\f199";
1346
- }
1347
- .fa-wordpress:before {
1348
- content: "\f19a";
1349
- }
1350
- .fa-openid:before {
1351
- content: "\f19b";
1352
- }
1353
- .fa-institution:before,
1354
- .fa-bank:before,
1355
- .fa-university:before {
1356
- content: "\f19c";
1357
- }
1358
- .fa-mortar-board:before,
1359
- .fa-graduation-cap:before {
1360
- content: "\f19d";
1361
- }
1362
- .fa-yahoo:before {
1363
- content: "\f19e";
1364
- }
1365
- .fa-google:before {
1366
- content: "\f1a0";
1367
- }
1368
- .fa-reddit:before {
1369
- content: "\f1a1";
1370
- }
1371
- .fa-reddit-square:before {
1372
- content: "\f1a2";
1373
- }
1374
- .fa-stumbleupon-circle:before {
1375
- content: "\f1a3";
1376
- }
1377
- .fa-stumbleupon:before {
1378
- content: "\f1a4";
1379
- }
1380
- .fa-delicious:before {
1381
- content: "\f1a5";
1382
- }
1383
- .fa-digg:before {
1384
- content: "\f1a6";
1385
- }
1386
- .fa-pied-piper-pp:before {
1387
- content: "\f1a7";
1388
- }
1389
- .fa-pied-piper-alt:before {
1390
- content: "\f1a8";
1391
- }
1392
- .fa-drupal:before {
1393
- content: "\f1a9";
1394
- }
1395
- .fa-joomla:before {
1396
- content: "\f1aa";
1397
- }
1398
- .fa-language:before {
1399
- content: "\f1ab";
1400
- }
1401
- .fa-fax:before {
1402
- content: "\f1ac";
1403
- }
1404
- .fa-building:before {
1405
- content: "\f1ad";
1406
- }
1407
- .fa-child:before {
1408
- content: "\f1ae";
1409
- }
1410
- .fa-paw:before {
1411
- content: "\f1b0";
1412
- }
1413
- .fa-spoon:before {
1414
- content: "\f1b1";
1415
- }
1416
- .fa-cube:before {
1417
- content: "\f1b2";
1418
- }
1419
- .fa-cubes:before {
1420
- content: "\f1b3";
1421
- }
1422
- .fa-behance:before {
1423
- content: "\f1b4";
1424
- }
1425
- .fa-behance-square:before {
1426
- content: "\f1b5";
1427
- }
1428
- .fa-steam:before {
1429
- content: "\f1b6";
1430
- }
1431
- .fa-steam-square:before {
1432
- content: "\f1b7";
1433
- }
1434
- .fa-recycle:before {
1435
- content: "\f1b8";
1436
- }
1437
- .fa-automobile:before,
1438
- .fa-car:before {
1439
- content: "\f1b9";
1440
- }
1441
- .fa-cab:before,
1442
- .fa-taxi:before {
1443
- content: "\f1ba";
1444
- }
1445
- .fa-tree:before {
1446
- content: "\f1bb";
1447
- }
1448
- .fa-spotify:before {
1449
- content: "\f1bc";
1450
- }
1451
- .fa-deviantart:before {
1452
- content: "\f1bd";
1453
- }
1454
- .fa-soundcloud:before {
1455
- content: "\f1be";
1456
- }
1457
- .fa-database:before {
1458
- content: "\f1c0";
1459
- }
1460
- .fa-file-pdf-o:before {
1461
- content: "\f1c1";
1462
- }
1463
- .fa-file-word-o:before {
1464
- content: "\f1c2";
1465
- }
1466
- .fa-file-excel-o:before {
1467
- content: "\f1c3";
1468
- }
1469
- .fa-file-powerpoint-o:before {
1470
- content: "\f1c4";
1471
- }
1472
- .fa-file-photo-o:before,
1473
- .fa-file-picture-o:before,
1474
- .fa-file-image-o:before {
1475
- content: "\f1c5";
1476
- }
1477
- .fa-file-zip-o:before,
1478
- .fa-file-archive-o:before {
1479
- content: "\f1c6";
1480
- }
1481
- .fa-file-sound-o:before,
1482
- .fa-file-audio-o:before {
1483
- content: "\f1c7";
1484
- }
1485
- .fa-file-movie-o:before,
1486
- .fa-file-video-o:before {
1487
- content: "\f1c8";
1488
- }
1489
- .fa-file-code-o:before {
1490
- content: "\f1c9";
1491
- }
1492
- .fa-vine:before {
1493
- content: "\f1ca";
1494
- }
1495
- .fa-codepen:before {
1496
- content: "\f1cb";
1497
- }
1498
- .fa-jsfiddle:before {
1499
- content: "\f1cc";
1500
- }
1501
- .fa-life-bouy:before,
1502
- .fa-life-buoy:before,
1503
- .fa-life-saver:before,
1504
- .fa-support:before,
1505
- .fa-life-ring:before {
1506
- content: "\f1cd";
1507
- }
1508
- .fa-circle-o-notch:before {
1509
- content: "\f1ce";
1510
- }
1511
- .fa-ra:before,
1512
- .fa-resistance:before,
1513
- .fa-rebel:before {
1514
- content: "\f1d0";
1515
- }
1516
- .fa-ge:before,
1517
- .fa-empire:before {
1518
- content: "\f1d1";
1519
- }
1520
- .fa-git-square:before {
1521
- content: "\f1d2";
1522
- }
1523
- .fa-git:before {
1524
- content: "\f1d3";
1525
- }
1526
- .fa-y-combinator-square:before,
1527
- .fa-yc-square:before,
1528
- .fa-hacker-news:before {
1529
- content: "\f1d4";
1530
- }
1531
- .fa-tencent-weibo:before {
1532
- content: "\f1d5";
1533
- }
1534
- .fa-qq:before {
1535
- content: "\f1d6";
1536
- }
1537
- .fa-wechat:before,
1538
- .fa-weixin:before {
1539
- content: "\f1d7";
1540
- }
1541
- .fa-send:before,
1542
- .fa-paper-plane:before {
1543
- content: "\f1d8";
1544
- }
1545
- .fa-send-o:before,
1546
- .fa-paper-plane-o:before {
1547
- content: "\f1d9";
1548
- }
1549
- .fa-history:before {
1550
- content: "\f1da";
1551
- }
1552
- .fa-circle-thin:before {
1553
- content: "\f1db";
1554
- }
1555
- .fa-header:before {
1556
- content: "\f1dc";
1557
- }
1558
- .fa-paragraph:before {
1559
- content: "\f1dd";
1560
- }
1561
- .fa-sliders:before {
1562
- content: "\f1de";
1563
- }
1564
- .fa-share-alt:before {
1565
- content: "\f1e0";
1566
- }
1567
- .fa-share-alt-square:before {
1568
- content: "\f1e1";
1569
- }
1570
- .fa-bomb:before {
1571
- content: "\f1e2";
1572
- }
1573
- .fa-soccer-ball-o:before,
1574
- .fa-futbol-o:before {
1575
- content: "\f1e3";
1576
- }
1577
- .fa-tty:before {
1578
- content: "\f1e4";
1579
- }
1580
- .fa-binoculars:before {
1581
- content: "\f1e5";
1582
- }
1583
- .fa-plug:before {
1584
- content: "\f1e6";
1585
- }
1586
- .fa-slideshare:before {
1587
- content: "\f1e7";
1588
- }
1589
- .fa-twitch:before {
1590
- content: "\f1e8";
1591
- }
1592
- .fa-yelp:before {
1593
- content: "\f1e9";
1594
- }
1595
- .fa-newspaper-o:before {
1596
- content: "\f1ea";
1597
- }
1598
- .fa-wifi:before {
1599
- content: "\f1eb";
1600
- }
1601
- .fa-calculator:before {
1602
- content: "\f1ec";
1603
- }
1604
- .fa-paypal:before {
1605
- content: "\f1ed";
1606
- }
1607
- .fa-google-wallet:before {
1608
- content: "\f1ee";
1609
- }
1610
- .fa-cc-visa:before {
1611
- content: "\f1f0";
1612
- }
1613
- .fa-cc-mastercard:before {
1614
- content: "\f1f1";
1615
- }
1616
- .fa-cc-discover:before {
1617
- content: "\f1f2";
1618
- }
1619
- .fa-cc-amex:before {
1620
- content: "\f1f3";
1621
- }
1622
- .fa-cc-paypal:before {
1623
- content: "\f1f4";
1624
- }
1625
- .fa-cc-stripe:before {
1626
- content: "\f1f5";
1627
- }
1628
- .fa-bell-slash:before {
1629
- content: "\f1f6";
1630
- }
1631
- .fa-bell-slash-o:before {
1632
- content: "\f1f7";
1633
- }
1634
- .fa-trash:before {
1635
- content: "\f1f8";
1636
- }
1637
- .fa-copyright:before {
1638
- content: "\f1f9";
1639
- }
1640
- .fa-at:before {
1641
- content: "\f1fa";
1642
- }
1643
- .fa-eyedropper:before {
1644
- content: "\f1fb";
1645
- }
1646
- .fa-paint-brush:before {
1647
- content: "\f1fc";
1648
- }
1649
- .fa-birthday-cake:before {
1650
- content: "\f1fd";
1651
- }
1652
- .fa-area-chart:before {
1653
- content: "\f1fe";
1654
- }
1655
- .fa-pie-chart:before {
1656
- content: "\f200";
1657
- }
1658
- .fa-line-chart:before {
1659
- content: "\f201";
1660
- }
1661
- .fa-lastfm:before {
1662
- content: "\f202";
1663
- }
1664
- .fa-lastfm-square:before {
1665
- content: "\f203";
1666
- }
1667
- .fa-toggle-off:before {
1668
- content: "\f204";
1669
- }
1670
- .fa-toggle-on:before {
1671
- content: "\f205";
1672
- }
1673
- .fa-bicycle:before {
1674
- content: "\f206";
1675
- }
1676
- .fa-bus:before {
1677
- content: "\f207";
1678
- }
1679
- .fa-ioxhost:before {
1680
- content: "\f208";
1681
- }
1682
- .fa-angellist:before {
1683
- content: "\f209";
1684
- }
1685
- .fa-cc:before {
1686
- content: "\f20a";
1687
- }
1688
- .fa-shekel:before,
1689
- .fa-sheqel:before,
1690
- .fa-ils:before {
1691
- content: "\f20b";
1692
- }
1693
- .fa-meanpath:before {
1694
- content: "\f20c";
1695
- }
1696
- .fa-buysellads:before {
1697
- content: "\f20d";
1698
- }
1699
- .fa-connectdevelop:before {
1700
- content: "\f20e";
1701
- }
1702
- .fa-dashcube:before {
1703
- content: "\f210";
1704
- }
1705
- .fa-forumbee:before {
1706
- content: "\f211";
1707
- }
1708
- .fa-leanpub:before {
1709
- content: "\f212";
1710
- }
1711
- .fa-sellsy:before {
1712
- content: "\f213";
1713
- }
1714
- .fa-shirtsinbulk:before {
1715
- content: "\f214";
1716
- }
1717
- .fa-simplybuilt:before {
1718
- content: "\f215";
1719
- }
1720
- .fa-skyatlas:before {
1721
- content: "\f216";
1722
- }
1723
- .fa-cart-plus:before {
1724
- content: "\f217";
1725
- }
1726
- .fa-cart-arrow-down:before {
1727
- content: "\f218";
1728
- }
1729
- .fa-diamond:before {
1730
- content: "\f219";
1731
- }
1732
- .fa-ship:before {
1733
- content: "\f21a";
1734
- }
1735
- .fa-user-secret:before {
1736
- content: "\f21b";
1737
- }
1738
- .fa-motorcycle:before {
1739
- content: "\f21c";
1740
- }
1741
- .fa-street-view:before {
1742
- content: "\f21d";
1743
- }
1744
- .fa-heartbeat:before {
1745
- content: "\f21e";
1746
- }
1747
- .fa-venus:before {
1748
- content: "\f221";
1749
- }
1750
- .fa-mars:before {
1751
- content: "\f222";
1752
- }
1753
- .fa-mercury:before {
1754
- content: "\f223";
1755
- }
1756
- .fa-intersex:before,
1757
- .fa-transgender:before {
1758
- content: "\f224";
1759
- }
1760
- .fa-transgender-alt:before {
1761
- content: "\f225";
1762
- }
1763
- .fa-venus-double:before {
1764
- content: "\f226";
1765
- }
1766
- .fa-mars-double:before {
1767
- content: "\f227";
1768
- }
1769
- .fa-venus-mars:before {
1770
- content: "\f228";
1771
- }
1772
- .fa-mars-stroke:before {
1773
- content: "\f229";
1774
- }
1775
- .fa-mars-stroke-v:before {
1776
- content: "\f22a";
1777
- }
1778
- .fa-mars-stroke-h:before {
1779
- content: "\f22b";
1780
- }
1781
- .fa-neuter:before {
1782
- content: "\f22c";
1783
- }
1784
- .fa-genderless:before {
1785
- content: "\f22d";
1786
- }
1787
- .fa-facebook-official:before {
1788
- content: "\f230";
1789
- }
1790
- .fa-pinterest-p:before {
1791
- content: "\f231";
1792
- }
1793
- .fa-whatsapp:before {
1794
- content: "\f232";
1795
- }
1796
- .fa-server:before {
1797
- content: "\f233";
1798
- }
1799
- .fa-user-plus:before {
1800
- content: "\f234";
1801
- }
1802
- .fa-user-times:before {
1803
- content: "\f235";
1804
- }
1805
- .fa-hotel:before,
1806
- .fa-bed:before {
1807
- content: "\f236";
1808
- }
1809
- .fa-viacoin:before {
1810
- content: "\f237";
1811
- }
1812
- .fa-train:before {
1813
- content: "\f238";
1814
- }
1815
- .fa-subway:before {
1816
- content: "\f239";
1817
- }
1818
- .fa-medium:before {
1819
- content: "\f23a";
1820
- }
1821
- .fa-yc:before,
1822
- .fa-y-combinator:before {
1823
- content: "\f23b";
1824
- }
1825
- .fa-optin-monster:before {
1826
- content: "\f23c";
1827
- }
1828
- .fa-opencart:before {
1829
- content: "\f23d";
1830
- }
1831
- .fa-expeditedssl:before {
1832
- content: "\f23e";
1833
- }
1834
- .fa-battery-4:before,
1835
- .fa-battery:before,
1836
- .fa-battery-full:before {
1837
- content: "\f240";
1838
- }
1839
- .fa-battery-3:before,
1840
- .fa-battery-three-quarters:before {
1841
- content: "\f241";
1842
- }
1843
- .fa-battery-2:before,
1844
- .fa-battery-half:before {
1845
- content: "\f242";
1846
- }
1847
- .fa-battery-1:before,
1848
- .fa-battery-quarter:before {
1849
- content: "\f243";
1850
- }
1851
- .fa-battery-0:before,
1852
- .fa-battery-empty:before {
1853
- content: "\f244";
1854
- }
1855
- .fa-mouse-pointer:before {
1856
- content: "\f245";
1857
- }
1858
- .fa-i-cursor:before {
1859
- content: "\f246";
1860
- }
1861
- .fa-object-group:before {
1862
- content: "\f247";
1863
- }
1864
- .fa-object-ungroup:before {
1865
- content: "\f248";
1866
- }
1867
- .fa-sticky-note:before {
1868
- content: "\f249";
1869
- }
1870
- .fa-sticky-note-o:before {
1871
- content: "\f24a";
1872
- }
1873
- .fa-cc-jcb:before {
1874
- content: "\f24b";
1875
- }
1876
- .fa-cc-diners-club:before {
1877
- content: "\f24c";
1878
- }
1879
- .fa-clone:before {
1880
- content: "\f24d";
1881
- }
1882
- .fa-balance-scale:before {
1883
- content: "\f24e";
1884
- }
1885
- .fa-hourglass-o:before {
1886
- content: "\f250";
1887
- }
1888
- .fa-hourglass-1:before,
1889
- .fa-hourglass-start:before {
1890
- content: "\f251";
1891
- }
1892
- .fa-hourglass-2:before,
1893
- .fa-hourglass-half:before {
1894
- content: "\f252";
1895
- }
1896
- .fa-hourglass-3:before,
1897
- .fa-hourglass-end:before {
1898
- content: "\f253";
1899
- }
1900
- .fa-hourglass:before {
1901
- content: "\f254";
1902
- }
1903
- .fa-hand-grab-o:before,
1904
- .fa-hand-rock-o:before {
1905
- content: "\f255";
1906
- }
1907
- .fa-hand-stop-o:before,
1908
- .fa-hand-paper-o:before {
1909
- content: "\f256";
1910
- }
1911
- .fa-hand-scissors-o:before {
1912
- content: "\f257";
1913
- }
1914
- .fa-hand-lizard-o:before {
1915
- content: "\f258";
1916
- }
1917
- .fa-hand-spock-o:before {
1918
- content: "\f259";
1919
- }
1920
- .fa-hand-pointer-o:before {
1921
- content: "\f25a";
1922
- }
1923
- .fa-hand-peace-o:before {
1924
- content: "\f25b";
1925
- }
1926
- .fa-trademark:before {
1927
- content: "\f25c";
1928
- }
1929
- .fa-registered:before {
1930
- content: "\f25d";
1931
- }
1932
- .fa-creative-commons:before {
1933
- content: "\f25e";
1934
- }
1935
- .fa-gg:before {
1936
- content: "\f260";
1937
- }
1938
- .fa-gg-circle:before {
1939
- content: "\f261";
1940
- }
1941
- .fa-tripadvisor:before {
1942
- content: "\f262";
1943
- }
1944
- .fa-odnoklassniki:before {
1945
- content: "\f263";
1946
- }
1947
- .fa-odnoklassniki-square:before {
1948
- content: "\f264";
1949
- }
1950
- .fa-get-pocket:before {
1951
- content: "\f265";
1952
- }
1953
- .fa-wikipedia-w:before {
1954
- content: "\f266";
1955
- }
1956
- .fa-safari:before {
1957
- content: "\f267";
1958
- }
1959
- .fa-chrome:before {
1960
- content: "\f268";
1961
- }
1962
- .fa-firefox:before {
1963
- content: "\f269";
1964
- }
1965
- .fa-opera:before {
1966
- content: "\f26a";
1967
- }
1968
- .fa-internet-explorer:before {
1969
- content: "\f26b";
1970
- }
1971
- .fa-tv:before,
1972
- .fa-television:before {
1973
- content: "\f26c";
1974
- }
1975
- .fa-contao:before {
1976
- content: "\f26d";
1977
- }
1978
- .fa-500px:before {
1979
- content: "\f26e";
1980
- }
1981
- .fa-amazon:before {
1982
- content: "\f270";
1983
- }
1984
- .fa-calendar-plus-o:before {
1985
- content: "\f271";
1986
- }
1987
- .fa-calendar-minus-o:before {
1988
- content: "\f272";
1989
- }
1990
- .fa-calendar-times-o:before {
1991
- content: "\f273";
1992
- }
1993
- .fa-calendar-check-o:before {
1994
- content: "\f274";
1995
- }
1996
- .fa-industry:before {
1997
- content: "\f275";
1998
- }
1999
- .fa-map-pin:before {
2000
- content: "\f276";
2001
- }
2002
- .fa-map-signs:before {
2003
- content: "\f277";
2004
- }
2005
- .fa-map-o:before {
2006
- content: "\f278";
2007
- }
2008
- .fa-map:before {
2009
- content: "\f279";
2010
- }
2011
- .fa-commenting:before {
2012
- content: "\f27a";
2013
- }
2014
- .fa-commenting-o:before {
2015
- content: "\f27b";
2016
- }
2017
- .fa-houzz:before {
2018
- content: "\f27c";
2019
- }
2020
- .fa-vimeo:before {
2021
- content: "\f27d";
2022
- }
2023
- .fa-black-tie:before {
2024
- content: "\f27e";
2025
- }
2026
- .fa-fonticons:before {
2027
- content: "\f280";
2028
- }
2029
- .fa-reddit-alien:before {
2030
- content: "\f281";
2031
- }
2032
- .fa-edge:before {
2033
- content: "\f282";
2034
- }
2035
- .fa-credit-card-alt:before {
2036
- content: "\f283";
2037
- }
2038
- .fa-codiepie:before {
2039
- content: "\f284";
2040
- }
2041
- .fa-modx:before {
2042
- content: "\f285";
2043
- }
2044
- .fa-fort-awesome:before {
2045
- content: "\f286";
2046
- }
2047
- .fa-usb:before {
2048
- content: "\f287";
2049
- }
2050
- .fa-product-hunt:before {
2051
- content: "\f288";
2052
- }
2053
- .fa-mixcloud:before {
2054
- content: "\f289";
2055
- }
2056
- .fa-scribd:before {
2057
- content: "\f28a";
2058
- }
2059
- .fa-pause-circle:before {
2060
- content: "\f28b";
2061
- }
2062
- .fa-pause-circle-o:before {
2063
- content: "\f28c";
2064
- }
2065
- .fa-stop-circle:before {
2066
- content: "\f28d";
2067
- }
2068
- .fa-stop-circle-o:before {
2069
- content: "\f28e";
2070
- }
2071
- .fa-shopping-bag:before {
2072
- content: "\f290";
2073
- }
2074
- .fa-shopping-basket:before {
2075
- content: "\f291";
2076
- }
2077
- .fa-hashtag:before {
2078
- content: "\f292";
2079
- }
2080
- .fa-bluetooth:before {
2081
- content: "\f293";
2082
- }
2083
- .fa-bluetooth-b:before {
2084
- content: "\f294";
2085
- }
2086
- .fa-percent:before {
2087
- content: "\f295";
2088
- }
2089
- .fa-gitlab:before {
2090
- content: "\f296";
2091
- }
2092
- .fa-wpbeginner:before {
2093
- content: "\f297";
2094
- }
2095
- .fa-wpforms:before {
2096
- content: "\f298";
2097
- }
2098
- .fa-envira:before {
2099
- content: "\f299";
2100
- }
2101
- .fa-universal-access:before {
2102
- content: "\f29a";
2103
- }
2104
- .fa-wheelchair-alt:before {
2105
- content: "\f29b";
2106
- }
2107
- .fa-question-circle-o:before {
2108
- content: "\f29c";
2109
- }
2110
- .fa-blind:before {
2111
- content: "\f29d";
2112
- }
2113
- .fa-audio-description:before {
2114
- content: "\f29e";
2115
- }
2116
- .fa-volume-control-phone:before {
2117
- content: "\f2a0";
2118
- }
2119
- .fa-braille:before {
2120
- content: "\f2a1";
2121
- }
2122
- .fa-assistive-listening-systems:before {
2123
- content: "\f2a2";
2124
- }
2125
- .fa-asl-interpreting:before,
2126
- .fa-american-sign-language-interpreting:before {
2127
- content: "\f2a3";
2128
- }
2129
- .fa-deafness:before,
2130
- .fa-hard-of-hearing:before,
2131
- .fa-deaf:before {
2132
- content: "\f2a4";
2133
- }
2134
- .fa-glide:before {
2135
- content: "\f2a5";
2136
- }
2137
- .fa-glide-g:before {
2138
- content: "\f2a6";
2139
- }
2140
- .fa-signing:before,
2141
- .fa-sign-language:before {
2142
- content: "\f2a7";
2143
- }
2144
- .fa-low-vision:before {
2145
- content: "\f2a8";
2146
- }
2147
- .fa-viadeo:before {
2148
- content: "\f2a9";
2149
- }
2150
- .fa-viadeo-square:before {
2151
- content: "\f2aa";
2152
- }
2153
- .fa-snapchat:before {
2154
- content: "\f2ab";
2155
- }
2156
- .fa-snapchat-ghost:before {
2157
- content: "\f2ac";
2158
- }
2159
- .fa-snapchat-square:before {
2160
- content: "\f2ad";
2161
- }
2162
- .fa-pied-piper:before {
2163
- content: "\f2ae";
2164
- }
2165
- .fa-first-order:before {
2166
- content: "\f2b0";
2167
- }
2168
- .fa-yoast:before {
2169
- content: "\f2b1";
2170
- }
2171
- .fa-themeisle:before {
2172
- content: "\f2b2";
2173
- }
2174
- .fa-google-plus-circle:before,
2175
- .fa-google-plus-official:before {
2176
- content: "\f2b3";
2177
- }
2178
- .fa-fa:before,
2179
- .fa-font-awesome:before {
2180
- content: "\f2b4";
2181
- }
2182
- .fa-handshake-o:before {
2183
- content: "\f2b5";
2184
- }
2185
- .fa-envelope-open:before {
2186
- content: "\f2b6";
2187
- }
2188
- .fa-envelope-open-o:before {
2189
- content: "\f2b7";
2190
- }
2191
- .fa-linode:before {
2192
- content: "\f2b8";
2193
- }
2194
- .fa-address-book:before {
2195
- content: "\f2b9";
2196
- }
2197
- .fa-address-book-o:before {
2198
- content: "\f2ba";
2199
- }
2200
- .fa-vcard:before,
2201
- .fa-address-card:before {
2202
- content: "\f2bb";
2203
- }
2204
- .fa-vcard-o:before,
2205
- .fa-address-card-o:before {
2206
- content: "\f2bc";
2207
- }
2208
- .fa-user-circle:before {
2209
- content: "\f2bd";
2210
- }
2211
- .fa-user-circle-o:before {
2212
- content: "\f2be";
2213
- }
2214
- .fa-user-o:before {
2215
- content: "\f2c0";
2216
- }
2217
- .fa-id-badge:before {
2218
- content: "\f2c1";
2219
- }
2220
- .fa-drivers-license:before,
2221
- .fa-id-card:before {
2222
- content: "\f2c2";
2223
- }
2224
- .fa-drivers-license-o:before,
2225
- .fa-id-card-o:before {
2226
- content: "\f2c3";
2227
- }
2228
- .fa-quora:before {
2229
- content: "\f2c4";
2230
- }
2231
- .fa-free-code-camp:before {
2232
- content: "\f2c5";
2233
- }
2234
- .fa-telegram:before {
2235
- content: "\f2c6";
2236
- }
2237
- .fa-thermometer-4:before,
2238
- .fa-thermometer:before,
2239
- .fa-thermometer-full:before {
2240
- content: "\f2c7";
2241
- }
2242
- .fa-thermometer-3:before,
2243
- .fa-thermometer-three-quarters:before {
2244
- content: "\f2c8";
2245
- }
2246
- .fa-thermometer-2:before,
2247
- .fa-thermometer-half:before {
2248
- content: "\f2c9";
2249
- }
2250
- .fa-thermometer-1:before,
2251
- .fa-thermometer-quarter:before {
2252
- content: "\f2ca";
2253
- }
2254
- .fa-thermometer-0:before,
2255
- .fa-thermometer-empty:before {
2256
- content: "\f2cb";
2257
- }
2258
- .fa-shower:before {
2259
- content: "\f2cc";
2260
- }
2261
- .fa-bathtub:before,
2262
- .fa-s15:before,
2263
- .fa-bath:before {
2264
- content: "\f2cd";
2265
- }
2266
- .fa-podcast:before {
2267
- content: "\f2ce";
2268
- }
2269
- .fa-window-maximize:before {
2270
- content: "\f2d0";
2271
- }
2272
- .fa-window-minimize:before {
2273
- content: "\f2d1";
2274
- }
2275
- .fa-window-restore:before {
2276
- content: "\f2d2";
2277
- }
2278
- .fa-times-rectangle:before,
2279
- .fa-window-close:before {
2280
- content: "\f2d3";
2281
- }
2282
- .fa-times-rectangle-o:before,
2283
- .fa-window-close-o:before {
2284
- content: "\f2d4";
2285
- }
2286
- .fa-bandcamp:before {
2287
- content: "\f2d5";
2288
- }
2289
- .fa-grav:before {
2290
- content: "\f2d6";
2291
- }
2292
- .fa-etsy:before {
2293
- content: "\f2d7";
2294
- }
2295
- .fa-imdb:before {
2296
- content: "\f2d8";
2297
- }
2298
- .fa-ravelry:before {
2299
- content: "\f2d9";
2300
- }
2301
- .fa-eercast:before {
2302
- content: "\f2da";
2303
- }
2304
- .fa-microchip:before {
2305
- content: "\f2db";
2306
- }
2307
- .fa-snowflake-o:before {
2308
- content: "\f2dc";
2309
- }
2310
- .fa-superpowers:before {
2311
- content: "\f2dd";
2312
- }
2313
- .fa-wpexplorer:before {
2314
- content: "\f2de";
2315
- }
2316
- .fa-meetup:before {
2317
- content: "\f2e0";
2318
- }
2319
- .sr-only {
2320
- position: absolute;
2321
- width: 1px;
2322
- height: 1px;
2323
- padding: 0;
2324
- margin: -1px;
2325
- overflow: hidden;
2326
- clip: rect(0, 0, 0, 0);
2327
- border: 0;
2328
- }
2329
- .sr-only-focusable:active,
2330
- .sr-only-focusable:focus {
2331
- position: static;
2332
- width: auto;
2333
- height: auto;
2334
- margin: 0;
2335
- overflow: visible;
2336
- clip: auto;
2337
- }
1
  /*!
2
  * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/font-awesome.min.css DELETED
@@ -1,4 +0,0 @@
1
- /*!
2
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
 
 
assets/css/jquery.selectBox.css CHANGED
@@ -1,147 +1 @@
1
- /* Dropdown control */
2
- .selectBox-dropdown {
3
- min-width: 150px;
4
- position: relative;
5
- border: solid 1px #BBB;
6
- line-height: 1.5;
7
- text-decoration: none;
8
- text-align: left;
9
- color: #000;
10
- outline: none;
11
- vertical-align: middle;
12
- background: #F2F2F2;
13
- background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
14
- background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
15
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
16
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
17
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
18
- box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
19
- -webkit-border-radius: 4px;
20
- -moz-border-radius: 4px;
21
- border-radius: 4px;
22
- display: inline-block;
23
- cursor: default;
24
- }
25
-
26
- .selectBox-dropdown:focus,
27
- .selectBox-dropdown:focus .selectBox-arrow {
28
- border-color: #666;
29
- }
30
-
31
- .selectBox-dropdown.selectBox-menuShowing {
32
- -moz-border-radius-bottomleft: 0;
33
- -moz-border-radius-bottomright: 0;
34
- -webkit-border-bottom-left-radius: 0;
35
- -webkit-border-bottom-right-radius: 0;
36
- border-bottom-left-radius: 0;
37
- border-bottom-right-radius: 0;
38
- }
39
-
40
- .selectBox-dropdown .selectBox-label {
41
- padding: 2px 8px;
42
- display: inline-block;
43
- white-space: nowrap;
44
- overflow: hidden;
45
- }
46
-
47
- .selectBox-dropdown .selectBox-arrow {
48
- position: absolute;
49
- top: 0;
50
- right: 0;
51
- width: 23px;
52
- height: 100%;
53
- background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
54
- border-left: solid 1px #BBB;
55
- }
56
-
57
- /* Dropdown menu */
58
- .selectBox-dropdown-menu {
59
- position: absolute;
60
- z-index: 99999;
61
- max-height: 200px;
62
- min-height: 1em;
63
- border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
64
- background: #FFF;
65
- -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
66
- -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
67
- box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
68
- overflow: auto;
69
- -webkit-overflow-scrolling: touch;
70
- }
71
-
72
- /* Inline control */
73
- .selectBox-inline {
74
- min-width: 150px;
75
- outline: none;
76
- border: solid 1px #BBB;
77
- background: #FFF;
78
- display: inline-block;
79
- -webkit-border-radius: 4px;
80
- -moz-border-radius: 4px;
81
- border-radius: 4px;
82
- overflow: auto;
83
- }
84
-
85
- .selectBox-inline:focus {
86
- border-color: #666;
87
- }
88
-
89
- /* Options */
90
- .selectBox-options,
91
- .selectBox-options LI,
92
- .selectBox-options LI A {
93
- list-style: none;
94
- display: block;
95
- cursor: default;
96
- padding: 0;
97
- margin: 0;
98
- }
99
-
100
- .selectBox-options LI A {
101
- line-height: 1.5;
102
- padding: 0 .5em;
103
- white-space: nowrap;
104
- overflow: hidden;
105
- background: 6px center no-repeat;
106
- }
107
-
108
- .selectBox-options LI.selectBox-hover A {
109
- background-color: #EEE;
110
- }
111
-
112
- .selectBox-options LI.selectBox-disabled A {
113
- color: #888;
114
- background-color: transparent;
115
- }
116
-
117
- .selectBox-options LI.selectBox-selected A {
118
- background-color: #C8DEF4;
119
- }
120
-
121
- .selectBox-options .selectBox-optgroup {
122
- color: #666;
123
- background: #EEE;
124
- font-weight: bold;
125
- line-height: 1.5;
126
- padding: 0 .3em;
127
- white-space: nowrap;
128
- }
129
-
130
- /* Disabled state */
131
- .selectBox.selectBox-disabled {
132
- color: #888 !important;
133
- }
134
-
135
- .selectBox-dropdown.selectBox-disabled .selectBox-arrow {
136
- opacity: .5;
137
- filter: alpha(opacity=50);
138
- border-color: #666;
139
- }
140
-
141
- .selectBox-inline.selectBox-disabled {
142
- color: #888 !important;
143
- }
144
-
145
- .selectBox-inline.selectBox-disabled .selectBox-options A {
146
- background-color: transparent !important;
147
- }
1
+ .selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:0;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8f8 1%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f8f8f8),color-stop(100%,#e1e1e1));-moz-box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.75);box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:0;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:transparent}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888!important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;border-color:#666}.selectBox-inline.selectBox-disabled{color:#888!important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/style.css CHANGED
@@ -1 +1 @@
1
- .woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-bottom:15px}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content input[type=text],.yith-wcwl-popup-content select{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;border:1px solid #cdcdcd;background:#fff;position:absolute;z-index:15;top:calc(100% - 5px);min-width:200px}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:'\f067';margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute}.with-tooltip .yith-wcwl-tooltip:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 2px);width:0;height:0;background:0 0!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.wishlist-title{display:inline-block}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden}.wishlist-title:hover a.show-title-form{visibility:visible}.yes-js #yith-wcwl-form .hidden-title-form{display:none;margin:25px 0 39px}table.wishlist_table{font-size:80%}table.wishlist_table tr{position:relative}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table tbody td,table.wishlist_table thead th{border-color:#e7e7e7}.wishlist_table tr td,.wishlist_table tr th.product-checkbox,.wishlist_table tr th.wishlist-delete{text-align:center}.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}.wishlist_table tr th.product-thumbnail{width:80px}.wishlist_table tfoot td,.wishlist_table tr td.product-name,.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.images_grid li.wishlist-empty,.wishlist_table.modern_grid li.wishlist-empty{width:100%;font-size:1rem}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .item-details,.wishlist_table.modern_grid li .product-thumbnail{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.images_grid li .product-thumbnail,.wishlist_table.modern_grid li .product-thumbnail{position:relative}.wishlist_table.images_grid li .product-thumbnail .product-checkbox,.wishlist_table.modern_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:'';display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3,.wishlist_table.modern_grid li .item-details h3{margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info,.wishlist_table.modern_grid li .item-details table.item-details-table{border:none;margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td,.wishlist_table.modern_grid li .item-details table.item-details-table td{border:none;font-size:.7em;padding:3px;vertical-align:top}.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label,.wishlist_table.modern_grid li .item-details table.item-details-table td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value,.wishlist_table.modern_grid li .item-details table.item-details-table td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input,.wishlist_table.modern_grid li .item-details table.item-details-table td.value input{width:auto}.wishlist_table.images_grid li .item-details .product-add-to-cart,.wishlist_table.modern_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .move-to-another-wishlist,.wishlist_table.modern_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .product-remove,.wishlist_table.modern_grid li .item-details .product-remove{text-align:right}.wishlist_table.images_grid li .item-details .product-remove a,.wishlist_table.modern_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{max-width:32px;display:inline-block;margin-right:10px}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.hidden-title-form a.hide-title-form i,.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.hidden-title-form a.hide-title-form,.wishlist-title a.show-title-form,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.wishlist_table .add_to_cart.button,.wishlist_table a.ask-an-estimate-button,.woocommerce .yith-wcwl-wishlist-new button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .hidden-title-form a.hide-title-form{vertical-align:middle;line-height:normal}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0}.entry-content .yith-wcwl-share ul li,.yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:block;border:none;min-width:26px;min-height:26px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.copy-trigger{cursor:pointer}.woocommerce .ask-an-estimate-button>img{max-width:1em;display:inline;margin-right:5px}#ask_an_estimate_popup{display:none}.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{width:100%}.wishlist-ask-an-estimate-popup .woocommerce-error{margin-bottom:0}.wishlist-ask-an-estimate-popup #additional_notes{min-height:150px}.ask-an-estimate-confirmation{padding:0 30px;text-align:center}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}.wishlist_manage_table td.wishlist-name .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table td.wishlist-name .hidden-title-form a{float:right;cursor:pointer;margin-left:5px}.wishlist_manage_table td.wishlist-name .hidden-title-form a i{padding:5px;margin:0}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .item-details,.wishlist_manage_table.modern_grid li .product-thumbnail{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:30px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;left:0;right:0;text-align:center;top:calc(50% - 20px);font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:'';display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:200px;overflow-y:auto}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img. .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}
1
+ .woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-bottom:15px}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content input[type=text],.yith-wcwl-popup-content select{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;border:1px solid #cdcdcd;background:#fff;position:absolute;z-index:15;top:calc(100% - 5px);min-width:200px}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:'\f067';margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute}.with-tooltip .yith-wcwl-tooltip:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 2px);width:0;height:0;background:0 0!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.wishlist-title{display:inline-block}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden}.wishlist-title:hover a.show-title-form{visibility:visible}.yes-js #yith-wcwl-form .hidden-title-form{display:none;margin:25px 0 39px}table.wishlist_table{font-size:80%}table.wishlist_table tr{position:relative}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table tbody td,table.wishlist_table thead th{border-color:#e7e7e7}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.product-checkbox,.wishlist_table tr th.wishlist-delete{text-align:center}.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}.wishlist_table tr th.product-thumbnail{width:80px}.wishlist_table tfoot td,.wishlist_table tr td.product-name,.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.images_grid li.wishlist-empty,.wishlist_table.modern_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .item-details,.wishlist_table.modern_grid li .product-thumbnail{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.images_grid li .product-thumbnail,.wishlist_table.modern_grid li .product-thumbnail{position:relative}.wishlist_table.images_grid li .product-thumbnail .product-checkbox,.wishlist_table.modern_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:'';display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3,.wishlist_table.modern_grid li .item-details h3{margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info,.wishlist_table.modern_grid li .item-details table.item-details-table{border:none;margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td,.wishlist_table.modern_grid li .item-details table.item-details-table td{border:none;font-size:.7em;padding:3px;vertical-align:top}.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label,.wishlist_table.modern_grid li .item-details table.item-details-table td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value,.wishlist_table.modern_grid li .item-details table.item-details-table td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input,.wishlist_table.modern_grid li .item-details table.item-details-table td.value input{width:auto}.wishlist_table.images_grid li .item-details .product-add-to-cart,.wishlist_table.modern_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .move-to-another-wishlist,.wishlist_table.modern_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .product-remove,.wishlist_table.modern_grid li .item-details .product-remove{text-align:right}.wishlist_table.images_grid li .item-details .product-remove a,.wishlist_table.modern_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{max-width:32px;display:inline-block;margin-right:10px}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.hidden-title-form a.hide-title-form i,.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.hidden-title-form a.hide-title-form,.wishlist-title a.show-title-form,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.wishlist_table .add_to_cart.button,.wishlist_table a.ask-an-estimate-button,.woocommerce .yith-wcwl-wishlist-new button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .hidden-title-form a.hide-title-form{vertical-align:middle;line-height:normal}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0}.entry-content .yith-wcwl-share ul li,.yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:block;border:none;min-width:26px;min-height:26px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.copy-trigger{cursor:pointer}.woocommerce .ask-an-estimate-button>img{max-width:1em;display:inline;margin-right:5px}#ask_an_estimate_popup{display:none}.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{width:100%}.wishlist-ask-an-estimate-popup .woocommerce-error{margin-bottom:0}.wishlist-ask-an-estimate-popup #additional_notes{min-height:150px}.ask-an-estimate-confirmation{padding:0 30px;text-align:center}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}.wishlist_manage_table td.wishlist-name .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table td.wishlist-name .hidden-title-form a{float:right;cursor:pointer;margin-left:5px}.wishlist_manage_table td.wishlist-name .hidden-title-form a i{padding:5px;margin:0}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .item-details,.wishlist_manage_table.modern_grid li .product-thumbnail{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons{position:absolute;right:0;top:0}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a{float:right;line-height:1;cursor:pointer;margin-left:5px}.wishlist_manage_table.mobile li .item-details .hidden-title-form .edit-title-buttons a i{padding:5px;margin:0}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:30px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;left:0;right:0;text-align:center;top:calc(50% - 20px);font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:'';display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px rgba(255,255,255,.4)}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img. .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}
assets/css/unminified/font-awesome.css ADDED
@@ -0,0 +1,2337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ @font-face {
8
+ font-family: 'FontAwesome';
9
+ src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
10
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ .fa {
15
+ display: inline-block;
16
+ font: normal normal normal 14px/1 FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale;
21
+ }
22
+ /* makes the font 33% larger relative to the icon container */
23
+ .fa-lg {
24
+ font-size: 1.33333333em;
25
+ line-height: 0.75em;
26
+ vertical-align: -15%;
27
+ }
28
+ .fa-2x {
29
+ font-size: 2em;
30
+ }
31
+ .fa-3x {
32
+ font-size: 3em;
33
+ }
34
+ .fa-4x {
35
+ font-size: 4em;
36
+ }
37
+ .fa-5x {
38
+ font-size: 5em;
39
+ }
40
+ .fa-fw {
41
+ width: 1.28571429em;
42
+ text-align: center;
43
+ }
44
+ .fa-ul {
45
+ padding-left: 0;
46
+ margin-left: 2.14285714em;
47
+ list-style-type: none;
48
+ }
49
+ .fa-ul > li {
50
+ position: relative;
51
+ }
52
+ .fa-li {
53
+ position: absolute;
54
+ left: -2.14285714em;
55
+ width: 2.14285714em;
56
+ top: 0.14285714em;
57
+ text-align: center;
58
+ }
59
+ .fa-li.fa-lg {
60
+ left: -1.85714286em;
61
+ }
62
+ .fa-border {
63
+ padding: .2em .25em .15em;
64
+ border: solid 0.08em #eeeeee;
65
+ border-radius: .1em;
66
+ }
67
+ .fa-pull-left {
68
+ float: left;
69
+ }
70
+ .fa-pull-right {
71
+ float: right;
72
+ }
73
+ .fa.fa-pull-left {
74
+ margin-right: .3em;
75
+ }
76
+ .fa.fa-pull-right {
77
+ margin-left: .3em;
78
+ }
79
+ /* Deprecated as of 4.4.0 */
80
+ .pull-right {
81
+ float: right;
82
+ }
83
+ .pull-left {
84
+ float: left;
85
+ }
86
+ .fa.pull-left {
87
+ margin-right: .3em;
88
+ }
89
+ .fa.pull-right {
90
+ margin-left: .3em;
91
+ }
92
+ .fa-spin {
93
+ -webkit-animation: fa-spin 2s infinite linear;
94
+ animation: fa-spin 2s infinite linear;
95
+ }
96
+ .fa-pulse {
97
+ -webkit-animation: fa-spin 1s infinite steps(8);
98
+ animation: fa-spin 1s infinite steps(8);
99
+ }
100
+ @-webkit-keyframes fa-spin {
101
+ 0% {
102
+ -webkit-transform: rotate(0deg);
103
+ transform: rotate(0deg);
104
+ }
105
+ 100% {
106
+ -webkit-transform: rotate(359deg);
107
+ transform: rotate(359deg);
108
+ }
109
+ }
110
+ @keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg);
114
+ }
115
+ 100% {
116
+ -webkit-transform: rotate(359deg);
117
+ transform: rotate(359deg);
118
+ }
119
+ }
120
+ .fa-rotate-90 {
121
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
122
+ -webkit-transform: rotate(90deg);
123
+ -ms-transform: rotate(90deg);
124
+ transform: rotate(90deg);
125
+ }
126
+ .fa-rotate-180 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
128
+ -webkit-transform: rotate(180deg);
129
+ -ms-transform: rotate(180deg);
130
+ transform: rotate(180deg);
131
+ }
132
+ .fa-rotate-270 {
133
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134
+ -webkit-transform: rotate(270deg);
135
+ -ms-transform: rotate(270deg);
136
+ transform: rotate(270deg);
137
+ }
138
+ .fa-flip-horizontal {
139
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
140
+ -webkit-transform: scale(-1, 1);
141
+ -ms-transform: scale(-1, 1);
142
+ transform: scale(-1, 1);
143
+ }
144
+ .fa-flip-vertical {
145
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
146
+ -webkit-transform: scale(1, -1);
147
+ -ms-transform: scale(1, -1);
148
+ transform: scale(1, -1);
149
+ }
150
+ :root .fa-rotate-90,
151
+ :root .fa-rotate-180,
152
+ :root .fa-rotate-270,
153
+ :root .fa-flip-horizontal,
154
+ :root .fa-flip-vertical {
155
+ filter: none;
156
+ }
157
+ .fa-stack {
158
+ position: relative;
159
+ display: inline-block;
160
+ width: 2em;
161
+ height: 2em;
162
+ line-height: 2em;
163
+ vertical-align: middle;
164
+ }
165
+ .fa-stack-1x,
166
+ .fa-stack-2x {
167
+ position: absolute;
168
+ left: 0;
169
+ width: 100%;
170
+ text-align: center;
171
+ }
172
+ .fa-stack-1x {
173
+ line-height: inherit;
174
+ }
175
+ .fa-stack-2x {
176
+ font-size: 2em;
177
+ }
178
+ .fa-inverse {
179
+ color: #ffffff;
180
+ }
181
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
+ readers do not read off random characters that represent icons */
183
+ .fa-glass:before {
184
+ content: "\f000";
185
+ }
186
+ .fa-music:before {
187
+ content: "\f001";
188
+ }
189
+ .fa-search:before {
190
+ content: "\f002";
191
+ }
192
+ .fa-envelope-o:before {
193
+ content: "\f003";
194
+ }
195
+ .fa-heart:before {
196
+ content: "\f004";
197
+ }
198
+ .fa-star:before {
199
+ content: "\f005";
200
+ }
201
+ .fa-star-o:before {
202
+ content: "\f006";
203
+ }
204
+ .fa-user:before {
205
+ content: "\f007";
206
+ }
207
+ .fa-film:before {
208
+ content: "\f008";
209
+ }
210
+ .fa-th-large:before {
211
+ content: "\f009";
212
+ }
213
+ .fa-th:before {
214
+ content: "\f00a";
215
+ }
216
+ .fa-th-list:before {
217
+ content: "\f00b";
218
+ }
219
+ .fa-check:before {
220
+ content: "\f00c";
221
+ }
222
+ .fa-remove:before,
223
+ .fa-close:before,
224
+ .fa-times:before {
225
+ content: "\f00d";
226
+ }
227
+ .fa-search-plus:before {
228
+ content: "\f00e";
229
+ }
230
+ .fa-search-minus:before {
231
+ content: "\f010";
232
+ }
233
+ .fa-power-off:before {
234
+ content: "\f011";
235
+ }
236
+ .fa-signal:before {
237
+ content: "\f012";
238
+ }
239
+ .fa-gear:before,
240
+ .fa-cog:before {
241
+ content: "\f013";
242
+ }
243
+ .fa-trash-o:before {
244
+ content: "\f014";
245
+ }
246
+ .fa-home:before {
247
+ content: "\f015";
248
+ }
249
+ .fa-file-o:before {
250
+ content: "\f016";
251
+ }
252
+ .fa-clock-o:before {
253
+ content: "\f017";
254
+ }
255
+ .fa-road:before {
256
+ content: "\f018";
257
+ }
258
+ .fa-download:before {
259
+ content: "\f019";
260
+ }
261
+ .fa-arrow-circle-o-down:before {
262
+ content: "\f01a";
263
+ }
264
+ .fa-arrow-circle-o-up:before {
265
+ content: "\f01b";
266
+ }
267
+ .fa-inbox:before {
268
+ content: "\f01c";
269
+ }
270
+ .fa-play-circle-o:before {
271
+ content: "\f01d";
272
+ }
273
+ .fa-rotate-right:before,
274
+ .fa-repeat:before {
275
+ content: "\f01e";
276
+ }
277
+ .fa-refresh:before {
278
+ content: "\f021";
279
+ }
280
+ .fa-list-alt:before {
281
+ content: "\f022";
282
+ }
283
+ .fa-lock:before {
284
+ content: "\f023";
285
+ }
286
+ .fa-flag:before {
287
+ content: "\f024";
288
+ }
289
+ .fa-headphones:before {
290
+ content: "\f025";
291
+ }
292
+ .fa-volume-off:before {
293
+ content: "\f026";
294
+ }
295
+ .fa-volume-down:before {
296
+ content: "\f027";
297
+ }
298
+ .fa-volume-up:before {
299
+ content: "\f028";
300
+ }
301
+ .fa-qrcode:before {
302
+ content: "\f029";
303
+ }
304
+ .fa-barcode:before {
305
+ content: "\f02a";
306
+ }
307
+ .fa-tag:before {
308
+ content: "\f02b";
309
+ }
310
+ .fa-tags:before {
311
+ content: "\f02c";
312
+ }
313
+ .fa-book:before {
314
+ content: "\f02d";
315
+ }
316
+ .fa-bookmark:before {
317
+ content: "\f02e";
318
+ }
319
+ .fa-print:before {
320
+ content: "\f02f";
321
+ }
322
+ .fa-camera:before {
323
+ content: "\f030";
324
+ }
325
+ .fa-font:before {
326
+ content: "\f031";
327
+ }
328
+ .fa-bold:before {
329
+ content: "\f032";
330
+ }
331
+ .fa-italic:before {
332
+ content: "\f033";
333
+ }
334
+ .fa-text-height:before {
335
+ content: "\f034";
336
+ }
337
+ .fa-text-width:before {
338
+ content: "\f035";
339
+ }
340
+ .fa-align-left:before {
341
+ content: "\f036";
342
+ }
343
+ .fa-align-center:before {
344
+ content: "\f037";
345
+ }
346
+ .fa-align-right:before {
347
+ content: "\f038";
348
+ }
349
+ .fa-align-justify:before {
350
+ content: "\f039";
351
+ }
352
+ .fa-list:before {
353
+ content: "\f03a";
354
+ }
355
+ .fa-dedent:before,
356
+ .fa-outdent:before {
357
+ content: "\f03b";
358
+ }
359
+ .fa-indent:before {
360
+ content: "\f03c";
361
+ }
362
+ .fa-video-camera:before {
363
+ content: "\f03d";
364
+ }
365
+ .fa-photo:before,
366
+ .fa-image:before,
367
+ .fa-picture-o:before {
368
+ content: "\f03e";
369
+ }
370
+ .fa-pencil:before {
371
+ content: "\f040";
372
+ }
373
+ .fa-map-marker:before {
374
+ content: "\f041";
375
+ }
376
+ .fa-adjust:before {
377
+ content: "\f042";
378
+ }
379
+ .fa-tint:before {
380
+ content: "\f043";
381
+ }
382
+ .fa-edit:before,
383
+ .fa-pencil-square-o:before {
384
+ content: "\f044";
385
+ }
386
+ .fa-share-square-o:before {
387
+ content: "\f045";
388
+ }
389
+ .fa-check-square-o:before {
390
+ content: "\f046";
391
+ }
392
+ .fa-arrows:before {
393
+ content: "\f047";
394
+ }
395
+ .fa-step-backward:before {
396
+ content: "\f048";
397
+ }
398
+ .fa-fast-backward:before {
399
+ content: "\f049";
400
+ }
401
+ .fa-backward:before {
402
+ content: "\f04a";
403
+ }
404
+ .fa-play:before {
405
+ content: "\f04b";
406
+ }
407
+ .fa-pause:before {
408
+ content: "\f04c";
409
+ }
410
+ .fa-stop:before {
411
+ content: "\f04d";
412
+ }
413
+ .fa-forward:before {
414
+ content: "\f04e";
415
+ }
416
+ .fa-fast-forward:before {
417
+ content: "\f050";
418
+ }
419
+ .fa-step-forward:before {
420
+ content: "\f051";
421
+ }
422
+ .fa-eject:before {
423
+ content: "\f052";
424
+ }
425
+ .fa-chevron-left:before {
426
+ content: "\f053";
427
+ }
428
+ .fa-chevron-right:before {
429
+ content: "\f054";
430
+ }
431
+ .fa-plus-circle:before {
432
+ content: "\f055";
433
+ }
434
+ .fa-minus-circle:before {
435
+ content: "\f056";
436
+ }
437
+ .fa-times-circle:before {
438
+ content: "\f057";
439
+ }
440
+ .fa-check-circle:before {
441
+ content: "\f058";
442
+ }
443
+ .fa-question-circle:before {
444
+ content: "\f059";
445
+ }
446
+ .fa-info-circle:before {
447
+ content: "\f05a";
448
+ }
449
+ .fa-crosshairs:before {
450
+ content: "\f05b";
451
+ }
452
+ .fa-times-circle-o:before {
453
+ content: "\f05c";
454
+ }
455
+ .fa-check-circle-o:before {
456
+ content: "\f05d";
457
+ }
458
+ .fa-ban:before {
459
+ content: "\f05e";
460
+ }
461
+ .fa-arrow-left:before {
462
+ content: "\f060";
463
+ }
464
+ .fa-arrow-right:before {
465
+ content: "\f061";
466
+ }
467
+ .fa-arrow-up:before {
468
+ content: "\f062";
469
+ }
470
+ .fa-arrow-down:before {
471
+ content: "\f063";
472
+ }
473
+ .fa-mail-forward:before,
474
+ .fa-share:before {
475
+ content: "\f064";
476
+ }
477
+ .fa-expand:before {
478
+ content: "\f065";
479
+ }
480
+ .fa-compress:before {
481
+ content: "\f066";
482
+ }
483
+ .fa-plus:before {
484
+ content: "\f067";
485
+ }
486
+ .fa-minus:before {
487
+ content: "\f068";
488
+ }
489
+ .fa-asterisk:before {
490
+ content: "\f069";
491
+ }
492
+ .fa-exclamation-circle:before {
493
+ content: "\f06a";
494
+ }
495
+ .fa-gift:before {
496
+ content: "\f06b";
497
+ }
498
+ .fa-leaf:before {
499
+ content: "\f06c";
500
+ }
501
+ .fa-fire:before {
502
+ content: "\f06d";
503
+ }
504
+ .fa-eye:before {
505
+ content: "\f06e";
506
+ }
507
+ .fa-eye-slash:before {
508
+ content: "\f070";
509
+ }
510
+ .fa-warning:before,
511
+ .fa-exclamation-triangle:before {
512
+ content: "\f071";
513
+ }
514
+ .fa-plane:before {
515
+ content: "\f072";
516
+ }
517
+ .fa-calendar:before {
518
+ content: "\f073";
519
+ }
520
+ .fa-random:before {
521
+ content: "\f074";
522
+ }
523
+ .fa-comment:before {
524
+ content: "\f075";
525
+ }
526
+ .fa-magnet:before {
527
+ content: "\f076";
528
+ }
529
+ .fa-chevron-up:before {
530
+ content: "\f077";
531
+ }
532
+ .fa-chevron-down:before {
533
+ content: "\f078";
534
+ }
535
+ .fa-retweet:before {
536
+ content: "\f079";
537
+ }
538
+ .fa-shopping-cart:before {
539
+ content: "\f07a";
540
+ }
541
+ .fa-folder:before {
542
+ content: "\f07b";
543
+ }
544
+ .fa-folder-open:before {
545
+ content: "\f07c";
546
+ }
547
+ .fa-arrows-v:before {
548
+ content: "\f07d";
549
+ }
550
+ .fa-arrows-h:before {
551
+ content: "\f07e";
552
+ }
553
+ .fa-bar-chart-o:before,
554
+ .fa-bar-chart:before {
555
+ content: "\f080";
556
+ }
557
+ .fa-twitter-square:before {
558
+ content: "\f081";
559
+ }
560
+ .fa-facebook-square:before {
561
+ content: "\f082";
562
+ }
563
+ .fa-camera-retro:before {
564
+ content: "\f083";
565
+ }
566
+ .fa-key:before {
567
+ content: "\f084";
568
+ }
569
+ .fa-gears:before,
570
+ .fa-cogs:before {
571
+ content: "\f085";
572
+ }
573
+ .fa-comments:before {
574
+ content: "\f086";
575
+ }
576
+ .fa-thumbs-o-up:before {
577
+ content: "\f087";
578
+ }
579
+ .fa-thumbs-o-down:before {
580
+ content: "\f088";
581
+ }
582
+ .fa-star-half:before {
583
+ content: "\f089";
584
+ }
585
+ .fa-heart-o:before {
586
+ content: "\f08a";
587
+ }
588
+ .fa-sign-out:before {
589
+ content: "\f08b";
590
+ }
591
+ .fa-linkedin-square:before {
592
+ content: "\f08c";
593
+ }
594
+ .fa-thumb-tack:before {
595
+ content: "\f08d";
596
+ }
597
+ .fa-external-link:before {
598
+ content: "\f08e";
599
+ }
600
+ .fa-sign-in:before {
601
+ content: "\f090";
602
+ }
603
+ .fa-trophy:before {
604
+ content: "\f091";
605
+ }
606
+ .fa-github-square:before {
607
+ content: "\f092";
608
+ }
609
+ .fa-upload:before {
610
+ content: "\f093";
611
+ }
612
+ .fa-lemon-o:before {
613
+ content: "\f094";
614
+ }
615
+ .fa-phone:before {
616
+ content: "\f095";
617
+ }
618
+ .fa-square-o:before {
619
+ content: "\f096";
620
+ }
621
+ .fa-bookmark-o:before {
622
+ content: "\f097";
623
+ }
624
+ .fa-phone-square:before {
625
+ content: "\f098";
626
+ }
627
+ .fa-twitter:before {
628
+ content: "\f099";
629
+ }
630
+ .fa-facebook-f:before,
631
+ .fa-facebook:before {
632
+ content: "\f09a";
633
+ }
634
+ .fa-github:before {
635
+ content: "\f09b";
636
+ }
637
+ .fa-unlock:before {
638
+ content: "\f09c";
639
+ }
640
+ .fa-credit-card:before {
641
+ content: "\f09d";
642
+ }
643
+ .fa-feed:before,
644
+ .fa-rss:before {
645
+ content: "\f09e";
646
+ }
647
+ .fa-hdd-o:before {
648
+ content: "\f0a0";
649
+ }
650
+ .fa-bullhorn:before {
651
+ content: "\f0a1";
652
+ }
653
+ .fa-bell:before {
654
+ content: "\f0f3";
655
+ }
656
+ .fa-certificate:before {
657
+ content: "\f0a3";
658
+ }
659
+ .fa-hand-o-right:before {
660
+ content: "\f0a4";
661
+ }
662
+ .fa-hand-o-left:before {
663
+ content: "\f0a5";
664
+ }
665
+ .fa-hand-o-up:before {
666
+ content: "\f0a6";
667
+ }
668
+ .fa-hand-o-down:before {
669
+ content: "\f0a7";
670
+ }
671
+ .fa-arrow-circle-left:before {
672
+ content: "\f0a8";
673
+ }
674
+ .fa-arrow-circle-right:before {
675
+ content: "\f0a9";
676
+ }
677
+ .fa-arrow-circle-up:before {
678
+ content: "\f0aa";
679
+ }
680
+ .fa-arrow-circle-down:before {
681
+ content: "\f0ab";
682
+ }
683
+ .fa-globe:before {
684
+ content: "\f0ac";
685
+ }
686
+ .fa-wrench:before {
687
+ content: "\f0ad";
688
+ }
689
+ .fa-tasks:before {
690
+ content: "\f0ae";
691
+ }
692
+ .fa-filter:before {
693
+ content: "\f0b0";
694
+ }
695
+ .fa-briefcase:before {
696
+ content: "\f0b1";
697
+ }
698
+ .fa-arrows-alt:before {
699
+ content: "\f0b2";
700
+ }
701
+ .fa-group:before,
702
+ .fa-users:before {
703
+ content: "\f0c0";
704
+ }
705
+ .fa-chain:before,
706
+ .fa-link:before {
707
+ content: "\f0c1";
708
+ }
709
+ .fa-cloud:before {
710
+ content: "\f0c2";
711
+ }
712
+ .fa-flask:before {
713
+ content: "\f0c3";
714
+ }
715
+ .fa-cut:before,
716
+ .fa-scissors:before {
717
+ content: "\f0c4";
718
+ }
719
+ .fa-copy:before,
720
+ .fa-files-o:before {
721
+ content: "\f0c5";
722
+ }
723
+ .fa-paperclip:before {
724
+ content: "\f0c6";
725
+ }
726
+ .fa-save:before,
727
+ .fa-floppy-o:before {
728
+ content: "\f0c7";
729
+ }
730
+ .fa-square:before {
731
+ content: "\f0c8";
732
+ }
733
+ .fa-navicon:before,
734
+ .fa-reorder:before,
735
+ .fa-bars:before {
736
+ content: "\f0c9";
737
+ }
738
+ .fa-list-ul:before {
739
+ content: "\f0ca";
740
+ }
741
+ .fa-list-ol:before {
742
+ content: "\f0cb";
743
+ }
744
+ .fa-strikethrough:before {
745
+ content: "\f0cc";
746
+ }
747
+ .fa-underline:before {
748
+ content: "\f0cd";
749
+ }
750
+ .fa-table:before {
751
+ content: "\f0ce";
752
+ }
753
+ .fa-magic:before {
754
+ content: "\f0d0";
755
+ }
756
+ .fa-truck:before {
757
+ content: "\f0d1";
758
+ }
759
+ .fa-pinterest:before {
760
+ content: "\f0d2";
761
+ }
762
+ .fa-pinterest-square:before {
763
+ content: "\f0d3";
764
+ }
765
+ .fa-google-plus-square:before {
766
+ content: "\f0d4";
767
+ }
768
+ .fa-google-plus:before {
769
+ content: "\f0d5";
770
+ }
771
+ .fa-money:before {
772
+ content: "\f0d6";
773
+ }
774
+ .fa-caret-down:before {
775
+ content: "\f0d7";
776
+ }
777
+ .fa-caret-up:before {
778
+ content: "\f0d8";
779
+ }
780
+ .fa-caret-left:before {
781
+ content: "\f0d9";
782
+ }
783
+ .fa-caret-right:before {
784
+ content: "\f0da";
785
+ }
786
+ .fa-columns:before {
787
+ content: "\f0db";
788
+ }
789
+ .fa-unsorted:before,
790
+ .fa-sort:before {
791
+ content: "\f0dc";
792
+ }
793
+ .fa-sort-down:before,
794
+ .fa-sort-desc:before {
795
+ content: "\f0dd";
796
+ }
797
+ .fa-sort-up:before,
798
+ .fa-sort-asc:before {
799
+ content: "\f0de";
800
+ }
801
+ .fa-envelope:before {
802
+ content: "\f0e0";
803
+ }
804
+ .fa-linkedin:before {
805
+ content: "\f0e1";
806
+ }
807
+ .fa-rotate-left:before,
808
+ .fa-undo:before {
809
+ content: "\f0e2";
810
+ }
811
+ .fa-legal:before,
812
+ .fa-gavel:before {
813
+ content: "\f0e3";
814
+ }
815
+ .fa-dashboard:before,
816
+ .fa-tachometer:before {
817
+ content: "\f0e4";
818
+ }
819
+ .fa-comment-o:before {
820
+ content: "\f0e5";
821
+ }
822
+ .fa-comments-o:before {
823
+ content: "\f0e6";
824
+ }
825
+ .fa-flash:before,
826
+ .fa-bolt:before {
827
+ content: "\f0e7";
828
+ }
829
+ .fa-sitemap:before {
830
+ content: "\f0e8";
831
+ }
832
+ .fa-umbrella:before {
833
+ content: "\f0e9";
834
+ }
835
+ .fa-paste:before,
836
+ .fa-clipboard:before {
837
+ content: "\f0ea";
838
+ }
839
+ .fa-lightbulb-o:before {
840
+ content: "\f0eb";
841
+ }
842
+ .fa-exchange:before {
843
+ content: "\f0ec";
844
+ }
845
+ .fa-cloud-download:before {
846
+ content: "\f0ed";
847
+ }
848
+ .fa-cloud-upload:before {
849
+ content: "\f0ee";
850
+ }
851
+ .fa-user-md:before {
852
+ content: "\f0f0";
853
+ }
854
+ .fa-stethoscope:before {
855
+ content: "\f0f1";
856
+ }
857
+ .fa-suitcase:before {
858
+ content: "\f0f2";
859
+ }
860
+ .fa-bell-o:before {
861
+ content: "\f0a2";
862
+ }
863
+ .fa-coffee:before {
864
+ content: "\f0f4";
865
+ }
866
+ .fa-cutlery:before {
867
+ content: "\f0f5";
868
+ }
869
+ .fa-file-text-o:before {
870
+ content: "\f0f6";
871
+ }
872
+ .fa-building-o:before {
873
+ content: "\f0f7";
874
+ }
875
+ .fa-hospital-o:before {
876
+ content: "\f0f8";
877
+ }
878
+ .fa-ambulance:before {
879
+ content: "\f0f9";
880
+ }
881
+ .fa-medkit:before {
882
+ content: "\f0fa";
883
+ }
884
+ .fa-fighter-jet:before {
885
+ content: "\f0fb";
886
+ }
887
+ .fa-beer:before {
888
+ content: "\f0fc";
889
+ }
890
+ .fa-h-square:before {
891
+ content: "\f0fd";
892
+ }
893
+ .fa-plus-square:before {
894
+ content: "\f0fe";
895
+ }
896
+ .fa-angle-double-left:before {
897
+ content: "\f100";
898
+ }
899
+ .fa-angle-double-right:before {
900
+ content: "\f101";
901
+ }
902
+ .fa-angle-double-up:before {
903
+ content: "\f102";
904
+ }
905
+ .fa-angle-double-down:before {
906
+ content: "\f103";
907
+ }
908
+ .fa-angle-left:before {
909
+ content: "\f104";
910
+ }
911
+ .fa-angle-right:before {
912
+ content: "\f105";
913
+ }
914
+ .fa-angle-up:before {
915
+ content: "\f106";
916
+ }
917
+ .fa-angle-down:before {
918
+ content: "\f107";
919
+ }
920
+ .fa-desktop:before {
921
+ content: "\f108";
922
+ }
923
+ .fa-laptop:before {
924
+ content: "\f109";
925
+ }
926
+ .fa-tablet:before {
927
+ content: "\f10a";
928
+ }
929
+ .fa-mobile-phone:before,
930
+ .fa-mobile:before {
931
+ content: "\f10b";
932
+ }
933
+ .fa-circle-o:before {
934
+ content: "\f10c";
935
+ }
936
+ .fa-quote-left:before {
937
+ content: "\f10d";
938
+ }
939
+ .fa-quote-right:before {
940
+ content: "\f10e";
941
+ }
942
+ .fa-spinner:before {
943
+ content: "\f110";
944
+ }
945
+ .fa-circle:before {
946
+ content: "\f111";
947
+ }
948
+ .fa-mail-reply:before,
949
+ .fa-reply:before {
950
+ content: "\f112";
951
+ }
952
+ .fa-github-alt:before {
953
+ content: "\f113";
954
+ }
955
+ .fa-folder-o:before {
956
+ content: "\f114";
957
+ }
958
+ .fa-folder-open-o:before {
959
+ content: "\f115";
960
+ }
961
+ .fa-smile-o:before {
962
+ content: "\f118";
963
+ }
964
+ .fa-frown-o:before {
965
+ content: "\f119";
966
+ }
967
+ .fa-meh-o:before {
968
+ content: "\f11a";
969
+ }
970
+ .fa-gamepad:before {
971
+ content: "\f11b";
972
+ }
973
+ .fa-keyboard-o:before {
974
+ content: "\f11c";
975
+ }
976
+ .fa-flag-o:before {
977
+ content: "\f11d";
978
+ }
979
+ .fa-flag-checkered:before {
980
+ content: "\f11e";
981
+ }
982
+ .fa-terminal:before {
983
+ content: "\f120";
984
+ }
985
+ .fa-code:before {
986
+ content: "\f121";
987
+ }
988
+ .fa-mail-reply-all:before,
989
+ .fa-reply-all:before {
990
+ content: "\f122";
991
+ }
992
+ .fa-star-half-empty:before,
993
+ .fa-star-half-full:before,
994
+ .fa-star-half-o:before {
995
+ content: "\f123";
996
+ }
997
+ .fa-location-arrow:before {
998
+ content: "\f124";
999
+ }
1000
+ .fa-crop:before {
1001
+ content: "\f125";
1002
+ }
1003
+ .fa-code-fork:before {
1004
+ content: "\f126";
1005
+ }
1006
+ .fa-unlink:before,
1007
+ .fa-chain-broken:before {
1008
+ content: "\f127";
1009
+ }
1010
+ .fa-question:before {
1011
+ content: "\f128";
1012
+ }
1013
+ .fa-info:before {
1014
+ content: "\f129";
1015
+ }
1016
+ .fa-exclamation:before {
1017
+ content: "\f12a";
1018
+ }
1019
+ .fa-superscript:before {
1020
+ content: "\f12b";
1021
+ }
1022
+ .fa-subscript:before {
1023
+ content: "\f12c";
1024
+ }
1025
+ .fa-eraser:before {
1026
+ content: "\f12d";
1027
+ }
1028
+ .fa-puzzle-piece:before {
1029
+ content: "\f12e";
1030
+ }
1031
+ .fa-microphone:before {
1032
+ content: "\f130";
1033
+ }
1034
+ .fa-microphone-slash:before {
1035
+ content: "\f131";
1036
+ }
1037
+ .fa-shield:before {
1038
+ content: "\f132";
1039
+ }
1040
+ .fa-calendar-o:before {
1041
+ content: "\f133";
1042
+ }
1043
+ .fa-fire-extinguisher:before {
1044
+ content: "\f134";
1045
+ }
1046
+ .fa-rocket:before {
1047
+ content: "\f135";
1048
+ }
1049
+ .fa-maxcdn:before {
1050
+ content: "\f136";
1051
+ }
1052
+ .fa-chevron-circle-left:before {
1053
+ content: "\f137";
1054
+ }
1055
+ .fa-chevron-circle-right:before {
1056
+ content: "\f138";
1057
+ }
1058
+ .fa-chevron-circle-up:before {
1059
+ content: "\f139";
1060
+ }
1061
+ .fa-chevron-circle-down:before {
1062
+ content: "\f13a";
1063
+ }
1064
+ .fa-html5:before {
1065
+ content: "\f13b";
1066
+ }
1067
+ .fa-css3:before {
1068
+ content: "\f13c";
1069
+ }
1070
+ .fa-anchor:before {
1071
+ content: "\f13d";
1072
+ }
1073
+ .fa-unlock-alt:before {
1074
+ content: "\f13e";
1075
+ }
1076
+ .fa-bullseye:before {
1077
+ content: "\f140";
1078
+ }
1079
+ .fa-ellipsis-h:before {
1080
+ content: "\f141";
1081
+ }
1082
+ .fa-ellipsis-v:before {
1083
+ content: "\f142";
1084
+ }
1085
+ .fa-rss-square:before {
1086
+ content: "\f143";
1087
+ }
1088
+ .fa-play-circle:before {
1089
+ content: "\f144";
1090
+ }
1091
+ .fa-ticket:before {
1092
+ content: "\f145";
1093
+ }
1094
+ .fa-minus-square:before {
1095
+ content: "\f146";
1096
+ }
1097
+ .fa-minus-square-o:before {
1098
+ content: "\f147";
1099
+ }
1100
+ .fa-level-up:before {
1101
+ content: "\f148";
1102
+ }
1103
+ .fa-level-down:before {
1104
+ content: "\f149";
1105
+ }
1106
+ .fa-check-square:before {
1107
+ content: "\f14a";
1108
+ }
1109
+ .fa-pencil-square:before {
1110
+ content: "\f14b";
1111
+ }
1112
+ .fa-external-link-square:before {
1113
+ content: "\f14c";
1114
+ }
1115
+ .fa-share-square:before {
1116
+ content: "\f14d";
1117
+ }
1118
+ .fa-compass:before {
1119
+ content: "\f14e";
1120
+ }
1121
+ .fa-toggle-down:before,
1122
+ .fa-caret-square-o-down:before {
1123
+ content: "\f150";
1124
+ }
1125
+ .fa-toggle-up:before,
1126
+ .fa-caret-square-o-up:before {
1127
+ content: "\f151";
1128
+ }
1129
+ .fa-toggle-right:before,
1130
+ .fa-caret-square-o-right:before {
1131
+ content: "\f152";
1132
+ }
1133
+ .fa-euro:before,
1134
+ .fa-eur:before {
1135
+ content: "\f153";
1136
+ }
1137
+ .fa-gbp:before {
1138
+ content: "\f154";
1139
+ }
1140
+ .fa-dollar:before,
1141
+ .fa-usd:before {
1142
+ content: "\f155";
1143
+ }
1144
+ .fa-rupee:before,
1145
+ .fa-inr:before {
1146
+ content: "\f156";
1147
+ }
1148
+ .fa-cny:before,
1149
+ .fa-rmb:before,
1150
+ .fa-yen:before,
1151
+ .fa-jpy:before {
1152
+ content: "\f157";
1153
+ }
1154
+ .fa-ruble:before,
1155
+ .fa-rouble:before,
1156
+ .fa-rub:before {
1157
+ content: "\f158";
1158
+ }
1159
+ .fa-won:before,
1160
+ .fa-krw:before {
1161
+ content: "\f159";
1162
+ }
1163
+ .fa-bitcoin:before,
1164
+ .fa-btc:before {
1165
+ content: "\f15a";
1166
+ }
1167
+ .fa-file:before {
1168
+ content: "\f15b";
1169
+ }
1170
+ .fa-file-text:before {
1171
+ content: "\f15c";
1172
+ }
1173
+ .fa-sort-alpha-asc:before {
1174
+ content: "\f15d";
1175
+ }
1176
+ .fa-sort-alpha-desc:before {
1177
+ content: "\f15e";
1178
+ }
1179
+ .fa-sort-amount-asc:before {
1180
+ content: "\f160";
1181
+ }
1182
+ .fa-sort-amount-desc:before {
1183
+ content: "\f161";
1184
+ }
1185
+ .fa-sort-numeric-asc:before {
1186
+ content: "\f162";
1187
+ }
1188
+ .fa-sort-numeric-desc:before {
1189
+ content: "\f163";
1190
+ }
1191
+ .fa-thumbs-up:before {
1192
+ content: "\f164";
1193
+ }
1194
+ .fa-thumbs-down:before {
1195
+ content: "\f165";
1196
+ }
1197
+ .fa-youtube-square:before {
1198
+ content: "\f166";
1199
+ }
1200
+ .fa-youtube:before {
1201
+ content: "\f167";
1202
+ }
1203
+ .fa-xing:before {
1204
+ content: "\f168";
1205
+ }
1206
+ .fa-xing-square:before {
1207
+ content: "\f169";
1208
+ }
1209
+ .fa-youtube-play:before {
1210
+ content: "\f16a";
1211
+ }
1212
+ .fa-dropbox:before {
1213
+ content: "\f16b";
1214
+ }
1215
+ .fa-stack-overflow:before {
1216
+ content: "\f16c";
1217
+ }
1218
+ .fa-instagram:before {
1219
+ content: "\f16d";
1220
+ }
1221
+ .fa-flickr:before {
1222
+ content: "\f16e";
1223
+ }
1224
+ .fa-adn:before {
1225
+ content: "\f170";
1226
+ }
1227
+ .fa-bitbucket:before {
1228
+ content: "\f171";
1229
+ }
1230
+ .fa-bitbucket-square:before {
1231
+ content: "\f172";
1232
+ }
1233
+ .fa-tumblr:before {
1234
+ content: "\f173";
1235
+ }
1236
+ .fa-tumblr-square:before {
1237
+ content: "\f174";
1238
+ }
1239
+ .fa-long-arrow-down:before {
1240
+ content: "\f175";
1241
+ }
1242
+ .fa-long-arrow-up:before {
1243
+ content: "\f176";
1244
+ }
1245
+ .fa-long-arrow-left:before {
1246
+ content: "\f177";
1247
+ }
1248
+ .fa-long-arrow-right:before {
1249
+ content: "\f178";
1250
+ }
1251
+ .fa-apple:before {
1252
+ content: "\f179";
1253
+ }
1254
+ .fa-windows:before {
1255
+ content: "\f17a";
1256
+ }
1257
+ .fa-android:before {
1258
+ content: "\f17b";
1259
+ }
1260
+ .fa-linux:before {
1261
+ content: "\f17c";
1262
+ }
1263
+ .fa-dribbble:before {
1264
+ content: "\f17d";
1265
+ }
1266
+ .fa-skype:before {
1267
+ content: "\f17e";
1268
+ }
1269
+ .fa-foursquare:before {
1270
+ content: "\f180";
1271
+ }
1272
+ .fa-trello:before {
1273
+ content: "\f181";
1274
+ }
1275
+ .fa-female:before {
1276
+ content: "\f182";
1277
+ }
1278
+ .fa-male:before {
1279
+ content: "\f183";
1280
+ }
1281
+ .fa-gittip:before,
1282
+ .fa-gratipay:before {
1283
+ content: "\f184";
1284
+ }
1285
+ .fa-sun-o:before {
1286
+ content: "\f185";
1287
+ }
1288
+ .fa-moon-o:before {
1289
+ content: "\f186";
1290
+ }
1291
+ .fa-archive:before {
1292
+ content: "\f187";
1293
+ }
1294
+ .fa-bug:before {
1295
+ content: "\f188";
1296
+ }
1297
+ .fa-vk:before {
1298
+ content: "\f189";
1299
+ }
1300
+ .fa-weibo:before {
1301
+ content: "\f18a";
1302
+ }
1303
+ .fa-renren:before {
1304
+ content: "\f18b";
1305
+ }
1306
+ .fa-pagelines:before {
1307
+ content: "\f18c";
1308
+ }
1309
+ .fa-stack-exchange:before {
1310
+ content: "\f18d";
1311
+ }
1312
+ .fa-arrow-circle-o-right:before {
1313
+ content: "\f18e";
1314
+ }
1315
+ .fa-arrow-circle-o-left:before {
1316
+ content: "\f190";
1317
+ }
1318
+ .fa-toggle-left:before,
1319
+ .fa-caret-square-o-left:before {
1320
+ content: "\f191";
1321
+ }
1322
+ .fa-dot-circle-o:before {
1323
+ content: "\f192";
1324
+ }
1325
+ .fa-wheelchair:before {
1326
+ content: "\f193";
1327
+ }
1328
+ .fa-vimeo-square:before {
1329
+ content: "\f194";
1330
+ }
1331
+ .fa-turkish-lira:before,
1332
+ .fa-try:before {
1333
+ content: "\f195";
1334
+ }
1335
+ .fa-plus-square-o:before {
1336
+ content: "\f196";
1337
+ }
1338
+ .fa-space-shuttle:before {
1339
+ content: "\f197";
1340
+ }
1341
+ .fa-slack:before {
1342
+ content: "\f198";
1343
+ }
1344
+ .fa-envelope-square:before {
1345
+ content: "\f199";
1346
+ }
1347
+ .fa-wordpress:before {
1348
+ content: "\f19a";
1349
+ }
1350
+ .fa-openid:before {
1351
+ content: "\f19b";
1352
+ }
1353
+ .fa-institution:before,
1354
+ .fa-bank:before,
1355
+ .fa-university:before {
1356
+ content: "\f19c";
1357
+ }
1358
+ .fa-mortar-board:before,
1359
+ .fa-graduation-cap:before {
1360
+ content: "\f19d";
1361
+ }
1362
+ .fa-yahoo:before {
1363
+ content: "\f19e";
1364
+ }
1365
+ .fa-google:before {
1366
+ content: "\f1a0";
1367
+ }
1368
+ .fa-reddit:before {
1369
+ content: "\f1a1";
1370
+ }
1371
+ .fa-reddit-square:before {
1372
+ content: "\f1a2";
1373
+ }
1374
+ .fa-stumbleupon-circle:before {
1375
+ content: "\f1a3";
1376
+ }
1377
+ .fa-stumbleupon:before {
1378
+ content: "\f1a4";
1379
+ }
1380
+ .fa-delicious:before {
1381
+ content: "\f1a5";
1382
+ }
1383
+ .fa-digg:before {
1384
+ content: "\f1a6";
1385
+ }
1386
+ .fa-pied-piper-pp:before {
1387
+ content: "\f1a7";
1388
+ }
1389
+ .fa-pied-piper-alt:before {
1390
+ content: "\f1a8";
1391
+ }
1392
+ .fa-drupal:before {
1393
+ content: "\f1a9";
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: "\f1aa";
1397
+ }
1398
+ .fa-language:before {
1399
+ content: "\f1ab";
1400
+ }
1401
+ .fa-fax:before {
1402
+ content: "\f1ac";
1403
+ }
1404
+ .fa-building:before {
1405
+ content: "\f1ad";
1406
+ }
1407
+ .fa-child:before {
1408
+ content: "\f1ae";
1409
+ }
1410
+ .fa-paw:before {
1411
+ content: "\f1b0";
1412
+ }
1413
+ .fa-spoon:before {
1414
+ content: "\f1b1";
1415
+ }
1416
+ .fa-cube:before {
1417
+ content: "\f1b2";
1418
+ }
1419
+ .fa-cubes:before {
1420
+ content: "\f1b3";
1421
+ }
1422
+ .fa-behance:before {
1423
+ content: "\f1b4";
1424
+ }
1425
+ .fa-behance-square:before {
1426
+ content: "\f1b5";
1427
+ }
1428
+ .fa-steam:before {
1429
+ content: "\f1b6";
1430
+ }
1431
+ .fa-steam-square:before {
1432
+ content: "\f1b7";
1433
+ }
1434
+ .fa-recycle:before {
1435
+ content: "\f1b8";
1436
+ }
1437
+ .fa-automobile:before,
1438
+ .fa-car:before {
1439
+ content: "\f1b9";
1440
+ }
1441
+ .fa-cab:before,
1442
+ .fa-taxi:before {
1443
+ content: "\f1ba";
1444
+ }
1445
+ .fa-tree:before {
1446
+ content: "\f1bb";
1447
+ }
1448
+ .fa-spotify:before {
1449
+ content: "\f1bc";
1450
+ }
1451
+ .fa-deviantart:before {
1452
+ content: "\f1bd";
1453
+ }
1454
+ .fa-soundcloud:before {
1455
+ content: "\f1be";
1456
+ }
1457
+ .fa-database:before {
1458
+ content: "\f1c0";
1459
+ }
1460
+ .fa-file-pdf-o:before {
1461
+ content: "\f1c1";
1462
+ }
1463
+ .fa-file-word-o:before {
1464
+ content: "\f1c2";
1465
+ }
1466
+ .fa-file-excel-o:before {
1467
+ content: "\f1c3";
1468
+ }
1469
+ .fa-file-powerpoint-o:before {
1470
+ content: "\f1c4";
1471
+ }
1472
+ .fa-file-photo-o:before,
1473
+ .fa-file-picture-o:before,
1474
+ .fa-file-image-o:before {
1475
+ content: "\f1c5";
1476
+ }
1477
+ .fa-file-zip-o:before,
1478
+ .fa-file-archive-o:before {
1479
+ content: "\f1c6";
1480
+ }
1481
+ .fa-file-sound-o:before,
1482
+ .fa-file-audio-o:before {
1483
+ content: "\f1c7";
1484
+ }
1485
+ .fa-file-movie-o:before,
1486
+ .fa-file-video-o:before {
1487
+ content: "\f1c8";
1488
+ }
1489
+ .fa-file-code-o:before {
1490
+ content: "\f1c9";
1491
+ }
1492
+ .fa-vine:before {
1493
+ content: "\f1ca";
1494
+ }
1495
+ .fa-codepen:before {
1496
+ content: "\f1cb";
1497
+ }
1498
+ .fa-jsfiddle:before {
1499
+ content: "\f1cc";
1500
+ }
1501
+ .fa-life-bouy:before,
1502
+ .fa-life-buoy:before,
1503
+ .fa-life-saver:before,
1504
+ .fa-support:before,
1505
+ .fa-life-ring:before {
1506
+ content: "\f1cd";
1507
+ }
1508
+ .fa-circle-o-notch:before {
1509
+ content: "\f1ce";
1510
+ }
1511
+ .fa-ra:before,
1512
+ .fa-resistance:before,
1513
+ .fa-rebel:before {
1514
+ content: "\f1d0";
1515
+ }
1516
+ .fa-ge:before,
1517
+ .fa-empire:before {
1518
+ content: "\f1d1";
1519
+ }
1520
+ .fa-git-square:before {
1521
+ content: "\f1d2";
1522
+ }
1523
+ .fa-git:before {
1524
+ content: "\f1d3";
1525
+ }
1526
+ .fa-y-combinator-square:before,
1527
+ .fa-yc-square:before,
1528
+ .fa-hacker-news:before {
1529
+ content: "\f1d4";
1530
+ }
1531
+ .fa-tencent-weibo:before {
1532
+ content: "\f1d5";
1533
+ }
1534
+ .fa-qq:before {
1535
+ content: "\f1d6";
1536
+ }
1537
+ .fa-wechat:before,
1538
+ .fa-weixin:before {
1539
+ content: "\f1d7";
1540
+ }
1541
+ .fa-send:before,
1542
+ .fa-paper-plane:before {
1543
+ content: "\f1d8";
1544
+ }
1545
+ .fa-send-o:before,
1546
+ .fa-paper-plane-o:before {
1547
+ content: "\f1d9";
1548
+ }
1549
+ .fa-history:before {
1550
+ content: "\f1da";
1551
+ }
1552
+ .fa-circle-thin:before {
1553
+ content: "\f1db";
1554
+ }
1555
+ .fa-header:before {
1556
+ content: "\f1dc";
1557
+ }
1558
+ .fa-paragraph:before {
1559
+ content: "\f1dd";
1560
+ }
1561
+ .fa-sliders:before {
1562
+ content: "\f1de";
1563
+ }
1564
+ .fa-share-alt:before {
1565
+ content: "\f1e0";
1566
+ }
1567
+ .fa-share-alt-square:before {
1568
+ content: "\f1e1";
1569
+ }
1570
+ .fa-bomb:before {
1571
+ content: "\f1e2";
1572
+ }
1573
+ .fa-soccer-ball-o:before,
1574
+ .fa-futbol-o:before {
1575
+ content: "\f1e3";
1576
+ }
1577
+ .fa-tty:before {
1578
+ content: "\f1e4";
1579
+ }
1580
+ .fa-binoculars:before {
1581
+ content: "\f1e5";
1582
+ }
1583
+ .fa-plug:before {
1584
+ content: "\f1e6";
1585
+ }
1586
+ .fa-slideshare:before {
1587
+ content: "\f1e7";
1588
+ }
1589
+ .fa-twitch:before {
1590
+ content: "\f1e8";
1591
+ }
1592
+ .fa-yelp:before {
1593
+ content: "\f1e9";
1594
+ }
1595
+ .fa-newspaper-o:before {
1596
+ content: "\f1ea";
1597
+ }
1598
+ .fa-wifi:before {
1599
+ content: "\f1eb";
1600
+ }
1601
+ .fa-calculator:before {
1602
+ content: "\f1ec";
1603
+ }
1604
+ .fa-paypal:before {
1605
+ content: "\f1ed";
1606
+ }
1607
+ .fa-google-wallet:before {
1608
+ content: "\f1ee";
1609
+ }
1610
+ .fa-cc-visa:before {
1611
+ content: "\f1f0";
1612
+ }
1613
+ .fa-cc-mastercard:before {
1614
+ content: "\f1f1";
1615
+ }
1616
+ .fa-cc-discover:before {
1617
+ content: "\f1f2";
1618
+ }
1619
+ .fa-cc-amex:before {
1620
+ content: "\f1f3";
1621
+ }
1622
+ .fa-cc-paypal:before {
1623
+ content: "\f1f4";
1624
+ }
1625
+ .fa-cc-stripe:before {
1626
+ content: "\f1f5";
1627
+ }
1628
+ .fa-bell-slash:before {
1629
+ content: "\f1f6";
1630
+ }
1631
+ .fa-bell-slash-o:before {
1632
+ content: "\f1f7";
1633
+ }
1634
+ .fa-trash:before {
1635
+ content: "\f1f8";
1636
+ }
1637
+ .fa-copyright:before {
1638
+ content: "\f1f9";
1639
+ }
1640
+ .fa-at:before {
1641
+ content: "\f1fa";
1642
+ }
1643
+ .fa-eyedropper:before {
1644
+ content: "\f1fb";
1645
+ }
1646
+ .fa-paint-brush:before {
1647
+ content: "\f1fc";
1648
+ }
1649
+ .fa-birthday-cake:before {
1650
+ content: "\f1fd";
1651
+ }
1652
+ .fa-area-chart:before {
1653
+ content: "\f1fe";
1654
+ }
1655
+ .fa-pie-chart:before {
1656
+ content: "\f200";
1657
+ }
1658
+ .fa-line-chart:before {
1659
+ content: "\f201";
1660
+ }
1661
+ .fa-lastfm:before {
1662
+ content: "\f202";
1663
+ }
1664
+ .fa-lastfm-square:before {
1665
+ content: "\f203";
1666
+ }
1667
+ .fa-toggle-off:before {
1668
+ content: "\f204";
1669
+ }
1670
+ .fa-toggle-on:before {
1671
+ content: "\f205";
1672
+ }
1673
+ .fa-bicycle:before {
1674
+ content: "\f206";
1675
+ }
1676
+ .fa-bus:before {
1677
+ content: "\f207";
1678
+ }
1679
+ .fa-ioxhost:before {
1680
+ content: "\f208";
1681
+ }
1682
+ .fa-angellist:before {
1683
+ content: "\f209";
1684
+ }
1685
+ .fa-cc:before {
1686
+ content: "\f20a";
1687
+ }
1688
+ .fa-shekel:before,
1689
+ .fa-sheqel:before,
1690
+ .fa-ils:before {
1691
+ content: "\f20b";
1692
+ }
1693
+ .fa-meanpath:before {
1694
+ content: "\f20c";
1695
+ }
1696
+ .fa-buysellads:before {
1697
+ content: "\f20d";
1698
+ }
1699
+ .fa-connectdevelop:before {
1700
+ content: "\f20e";
1701
+ }
1702
+ .fa-dashcube:before {
1703
+ content: "\f210";
1704
+ }
1705
+ .fa-forumbee:before {
1706
+ content: "\f211";
1707
+ }
1708
+ .fa-leanpub:before {
1709
+ content: "\f212";
1710
+ }
1711
+ .fa-sellsy:before {
1712
+ content: "\f213";
1713
+ }
1714
+ .fa-shirtsinbulk:before {
1715
+ content: "\f214";
1716
+ }
1717
+ .fa-simplybuilt:before {
1718
+ content: "\f215";
1719
+ }
1720
+ .fa-skyatlas:before {
1721
+ content: "\f216";
1722
+ }
1723
+ .fa-cart-plus:before {
1724
+ content: "\f217";
1725
+ }
1726
+ .fa-cart-arrow-down:before {
1727
+ content: "\f218";
1728
+ }
1729
+ .fa-diamond:before {
1730
+ content: "\f219";
1731
+ }
1732
+ .fa-ship:before {
1733
+ content: "\f21a";
1734
+ }
1735
+ .fa-user-secret:before {
1736
+ content: "\f21b";
1737
+ }
1738
+ .fa-motorcycle:before {
1739
+ content: "\f21c";
1740
+ }
1741
+ .fa-street-view:before {
1742
+ content: "\f21d";
1743
+ }
1744
+ .fa-heartbeat:before {
1745
+ content: "\f21e";
1746
+ }
1747
+ .fa-venus:before {
1748
+ content: "\f221";
1749
+ }
1750
+ .fa-mars:before {
1751
+ content: "\f222";
1752
+ }
1753
+ .fa-mercury:before {
1754
+ content: "\f223";
1755
+ }
1756
+ .fa-intersex:before,
1757
+ .fa-transgender:before {
1758
+ content: "\f224";
1759
+ }
1760
+ .fa-transgender-alt:before {
1761
+ content: "\f225";
1762
+ }
1763
+ .fa-venus-double:before {
1764
+ content: "\f226";
1765
+ }
1766
+ .fa-mars-double:before {
1767
+ content: "\f227";
1768
+ }
1769
+ .fa-venus-mars:before {
1770
+ content: "\f228";
1771
+ }
1772
+ .fa-mars-stroke:before {
1773
+ content: "\f229";
1774
+ }
1775
+ .fa-mars-stroke-v:before {
1776
+ content: "\f22a";
1777
+ }
1778
+ .fa-mars-stroke-h:before {
1779
+ content: "\f22b";
1780
+ }
1781
+ .fa-neuter:before {
1782
+ content: "\f22c";
1783
+ }
1784
+ .fa-genderless:before {
1785
+ content: "\f22d";
1786
+ }
1787
+ .fa-facebook-official:before {
1788
+ content: "\f230";
1789
+ }
1790
+ .fa-pinterest-p:before {
1791
+ content: "\f231";
1792
+ }
1793
+ .fa-whatsapp:before {
1794
+ content: "\f232";
1795
+ }
1796
+ .fa-server:before {
1797
+ content: "\f233";
1798
+ }
1799
+ .fa-user-plus:before {
1800
+ content: "\f234";
1801
+ }
1802
+ .fa-user-times:before {
1803
+ content: "\f235";
1804
+ }
1805
+ .fa-hotel:before,
1806
+ .fa-bed:before {
1807
+ content: "\f236";
1808
+ }
1809
+ .fa-viacoin:before {
1810
+ content: "\f237";
1811
+ }
1812
+ .fa-train:before {
1813
+ content: "\f238";
1814
+ }
1815
+ .fa-subway:before {
1816
+ content: "\f239";
1817
+ }
1818
+ .fa-medium:before {
1819
+ content: "\f23a";
1820
+ }
1821
+ .fa-yc:before,
1822
+ .fa-y-combinator:before {
1823
+ content: "\f23b";
1824
+ }
1825
+ .fa-optin-monster:before {
1826
+ content: "\f23c";
1827
+ }
1828
+ .fa-opencart:before {
1829
+ content: "\f23d";
1830
+ }
1831
+ .fa-expeditedssl:before {
1832
+ content: "\f23e";
1833
+ }
1834
+ .fa-battery-4:before,
1835
+ .fa-battery:before,
1836
+ .fa-battery-full:before {
1837
+ content: "\f240";
1838
+ }
1839
+ .fa-battery-3:before,
1840
+ .fa-battery-three-quarters:before {
1841
+ content: "\f241";
1842
+ }
1843
+ .fa-battery-2:before,
1844
+ .fa-battery-half:before {
1845
+ content: "\f242";
1846
+ }
1847
+ .fa-battery-1:before,
1848
+ .fa-battery-quarter:before {
1849
+ content: "\f243";
1850
+ }
1851
+ .fa-battery-0:before,
1852
+ .fa-battery-empty:before {
1853
+ content: "\f244";
1854
+ }
1855
+ .fa-mouse-pointer:before {
1856
+ content: "\f245";
1857
+ }
1858
+ .fa-i-cursor:before {
1859
+ content: "\f246";
1860
+ }
1861
+ .fa-object-group:before {
1862
+ content: "\f247";
1863
+ }
1864
+ .fa-object-ungroup:before {
1865
+ content: "\f248";
1866
+ }
1867
+ .fa-sticky-note:before {
1868
+ content: "\f249";
1869
+ }
1870
+ .fa-sticky-note-o:before {
1871
+ content: "\f24a";
1872
+ }
1873
+ .fa-cc-jcb:before {
1874
+ content: "\f24b";
1875
+ }
1876
+ .fa-cc-diners-club:before {
1877
+ content: "\f24c";
1878
+ }
1879
+ .fa-clone:before {
1880
+ content: "\f24d";
1881
+ }
1882
+ .fa-balance-scale:before {
1883
+ content: "\f24e";
1884
+ }
1885
+ .fa-hourglass-o:before {
1886
+ content: "\f250";
1887
+ }
1888
+ .fa-hourglass-1:before,
1889
+ .fa-hourglass-start:before {
1890
+ content: "\f251";
1891
+ }
1892
+ .fa-hourglass-2:before,
1893
+ .fa-hourglass-half:before {
1894
+ content: "\f252";
1895
+ }
1896
+ .fa-hourglass-3:before,
1897
+ .fa-hourglass-end:before {
1898
+ content: "\f253";
1899
+ }
1900
+ .fa-hourglass:before {
1901
+ content: "\f254";
1902
+ }
1903
+ .fa-hand-grab-o:before,
1904
+ .fa-hand-rock-o:before {
1905
+ content: "\f255";
1906
+ }
1907
+ .fa-hand-stop-o:before,
1908
+ .fa-hand-paper-o:before {
1909
+ content: "\f256";
1910
+ }
1911
+ .fa-hand-scissors-o:before {
1912
+ content: "\f257";
1913
+ }
1914
+ .fa-hand-lizard-o:before {
1915
+ content: "\f258";
1916
+ }
1917
+ .fa-hand-spock-o:before {
1918
+ content: "\f259";
1919
+ }
1920
+ .fa-hand-pointer-o:before {
1921
+ content: "\f25a";
1922
+ }
1923
+ .fa-hand-peace-o:before {
1924
+ content: "\f25b";
1925
+ }
1926
+ .fa-trademark:before {
1927
+ content: "\f25c";
1928
+ }
1929
+ .fa-registered:before {
1930
+ content: "\f25d";
1931
+ }
1932
+ .fa-creative-commons:before {
1933
+ content: "\f25e";
1934
+ }
1935
+ .fa-gg:before {
1936
+ content: "\f260";
1937
+ }
1938
+ .fa-gg-circle:before {
1939
+ content: "\f261";
1940
+ }
1941
+ .fa-tripadvisor:before {
1942
+ content: "\f262";
1943
+ }
1944
+ .fa-odnoklassniki:before {
1945
+ content: "\f263";
1946
+ }
1947
+ .fa-odnoklassniki-square:before {
1948
+ content: "\f264";
1949
+ }
1950
+ .fa-get-pocket:before {
1951
+ content: "\f265";
1952
+ }
1953
+ .fa-wikipedia-w:before {
1954
+ content: "\f266";
1955
+ }
1956
+ .fa-safari:before {
1957
+ content: "\f267";
1958
+ }
1959
+ .fa-chrome:before {
1960
+ content: "\f268";
1961
+ }
1962
+ .fa-firefox:before {
1963
+ content: "\f269";
1964
+ }
1965
+ .fa-opera:before {
1966
+ content: "\f26a";
1967
+ }
1968
+ .fa-internet-explorer:before {
1969
+ content: "\f26b";
1970
+ }
1971
+ .fa-tv:before,
1972
+ .fa-television:before {
1973
+ content: "\f26c";
1974
+ }
1975
+ .fa-contao:before {
1976
+ content: "\f26d";
1977
+ }
1978
+ .fa-500px:before {
1979
+ content: "\f26e";
1980
+ }
1981
+ .fa-amazon:before {
1982
+ content: "\f270";
1983
+ }
1984
+ .fa-calendar-plus-o:before {
1985
+ content: "\f271";
1986
+ }
1987
+ .fa-calendar-minus-o:before {
1988
+ content: "\f272";
1989
+ }
1990
+ .fa-calendar-times-o:before {
1991
+ content: "\f273";
1992
+ }
1993
+ .fa-calendar-check-o:before {
1994
+ content: "\f274";
1995
+ }
1996
+ .fa-industry:before {
1997
+ content: "\f275";
1998
+ }
1999
+ .fa-map-pin:before {
2000
+ content: "\f276";
2001
+ }
2002
+ .fa-map-signs:before {
2003
+ content: "\f277";
2004
+ }
2005
+ .fa-map-o:before {
2006
+ content: "\f278";
2007
+ }
2008
+ .fa-map:before {
2009
+ content: "\f279";
2010
+ }
2011
+ .fa-commenting:before {
2012
+ content: "\f27a";
2013
+ }
2014
+ .fa-commenting-o:before {
2015
+ content: "\f27b";
2016
+ }
2017
+ .fa-houzz:before {
2018
+ content: "\f27c";
2019
+ }
2020
+ .fa-vimeo:before {
2021
+ content: "\f27d";
2022
+ }
2023
+ .fa-black-tie:before {
2024
+ content: "\f27e";
2025
+ }
2026
+ .fa-fonticons:before {
2027
+ content: "\f280";
2028
+ }
2029
+ .fa-reddit-alien:before {
2030
+ content: "\f281";
2031
+ }
2032
+ .fa-edge:before {
2033
+ content: "\f282";
2034
+ }
2035
+ .fa-credit-card-alt:before {
2036
+ content: "\f283";
2037
+ }
2038
+ .fa-codiepie:before {
2039
+ content: "\f284";
2040
+ }
2041
+ .fa-modx:before {
2042
+ content: "\f285";
2043
+ }
2044
+ .fa-fort-awesome:before {
2045
+ content: "\f286";
2046
+ }
2047
+ .fa-usb:before {
2048
+ content: "\f287";
2049
+ }
2050
+ .fa-product-hunt:before {
2051
+ content: "\f288";
2052
+ }
2053
+ .fa-mixcloud:before {
2054
+ content: "\f289";
2055
+ }
2056
+ .fa-scribd:before {
2057
+ content: "\f28a";
2058
+ }
2059
+ .fa-pause-circle:before {
2060
+ content: "\f28b";
2061
+ }
2062
+ .fa-pause-circle-o:before {
2063
+ content: "\f28c";
2064
+ }
2065
+ .fa-stop-circle:before {
2066
+ content: "\f28d";
2067
+ }
2068
+ .fa-stop-circle-o:before {
2069
+ content: "\f28e";
2070
+ }
2071
+ .fa-shopping-bag:before {
2072
+ content: "\f290";
2073
+ }
2074
+ .fa-shopping-basket:before {
2075
+ content: "\f291";
2076
+ }
2077
+ .fa-hashtag:before {
2078
+ content: "\f292";
2079
+ }
2080
+ .fa-bluetooth:before {
2081
+ content: "\f293";
2082
+ }
2083
+ .fa-bluetooth-b:before {
2084
+ content: "\f294";
2085
+ }
2086
+ .fa-percent:before {
2087
+ content: "\f295";
2088
+ }
2089
+ .fa-gitlab:before {
2090
+ content: "\f296";
2091
+ }
2092
+ .fa-wpbeginner:before {
2093
+ content: "\f297";
2094
+ }
2095
+ .fa-wpforms:before {
2096
+ content: "\f298";
2097
+ }
2098
+ .fa-envira:before {
2099
+ content: "\f299";
2100
+ }
2101
+ .fa-universal-access:before {
2102
+ content: "\f29a";
2103
+ }
2104
+ .fa-wheelchair-alt:before {
2105
+ content: "\f29b";
2106
+ }
2107
+ .fa-question-circle-o:before {
2108
+ content: "\f29c";
2109
+ }
2110
+ .fa-blind:before {
2111
+ content: "\f29d";
2112
+ }
2113
+ .fa-audio-description:before {
2114
+ content: "\f29e";
2115
+ }
2116
+ .fa-volume-control-phone:before {
2117
+ content: "\f2a0";
2118
+ }
2119
+ .fa-braille:before {
2120
+ content: "\f2a1";
2121
+ }
2122
+ .fa-assistive-listening-systems:before {
2123
+ content: "\f2a2";
2124
+ }
2125
+ .fa-asl-interpreting:before,
2126
+ .fa-american-sign-language-interpreting:before {
2127
+ content: "\f2a3";
2128
+ }
2129
+ .fa-deafness:before,
2130
+ .fa-hard-of-hearing:before,
2131
+ .fa-deaf:before {
2132
+ content: "\f2a4";
2133
+ }
2134
+ .fa-glide:before {
2135
+ content: "\f2a5";
2136
+ }
2137
+ .fa-glide-g:before {
2138
+ content: "\f2a6";
2139
+ }
2140
+ .fa-signing:before,
2141
+ .fa-sign-language:before {
2142
+ content: "\f2a7";
2143
+ }
2144
+ .fa-low-vision:before {
2145
+ content: "\f2a8";
2146
+ }
2147
+ .fa-viadeo:before {
2148
+ content: "\f2a9";
2149
+ }
2150
+ .fa-viadeo-square:before {
2151
+ content: "\f2aa";
2152
+ }
2153
+ .fa-snapchat:before {
2154
+ content: "\f2ab";
2155
+ }
2156
+ .fa-snapchat-ghost:before {
2157
+ content: "\f2ac";
2158
+ }
2159
+ .fa-snapchat-square:before {
2160
+ content: "\f2ad";
2161
+ }
2162
+ .fa-pied-piper:before {
2163
+ content: "\f2ae";
2164
+ }
2165
+ .fa-first-order:before {
2166
+ content: "\f2b0";
2167
+ }
2168
+ .fa-yoast:before {
2169
+ content: "\f2b1";
2170
+ }
2171
+ .fa-themeisle:before {
2172
+ content: "\f2b2";
2173
+ }
2174
+ .fa-google-plus-circle:before,
2175
+ .fa-google-plus-official:before {
2176
+ content: "\f2b3";
2177
+ }
2178
+ .fa-fa:before,
2179
+ .fa-font-awesome:before {
2180
+ content: "\f2b4";
2181
+ }
2182
+ .fa-handshake-o:before {
2183
+ content: "\f2b5";
2184
+ }
2185
+ .fa-envelope-open:before {
2186
+ content: "\f2b6";
2187
+ }
2188
+ .fa-envelope-open-o:before {
2189
+ content: "\f2b7";
2190
+ }
2191
+ .fa-linode:before {
2192
+ content: "\f2b8";
2193
+ }
2194
+ .fa-address-book:before {
2195
+ content: "\f2b9";
2196
+ }
2197
+ .fa-address-book-o:before {
2198
+ content: "\f2ba";
2199
+ }
2200
+ .fa-vcard:before,
2201
+ .fa-address-card:before {
2202
+ content: "\f2bb";
2203
+ }
2204
+ .fa-vcard-o:before,
2205
+ .fa-address-card-o:before {
2206
+ content: "\f2bc";
2207
+ }
2208
+ .fa-user-circle:before {
2209
+ content: "\f2bd";
2210
+ }
2211
+ .fa-user-circle-o:before {
2212
+ content: "\f2be";
2213
+ }
2214
+ .fa-user-o:before {
2215
+ content: "\f2c0";
2216
+ }
2217
+ .fa-id-badge:before {
2218
+ content: "\f2c1";
2219
+ }
2220
+ .fa-drivers-license:before,
2221
+ .fa-id-card:before {
2222
+ content: "\f2c2";
2223
+ }
2224
+ .fa-drivers-license-o:before,
2225
+ .fa-id-card-o:before {
2226
+ content: "\f2c3";
2227
+ }
2228
+ .fa-quora:before {
2229
+ content: "\f2c4";
2230
+ }
2231
+ .fa-free-code-camp:before {
2232
+ content: "\f2c5";
2233
+ }
2234
+ .fa-telegram:before {
2235
+ content: "\f2c6";
2236
+ }
2237
+ .fa-thermometer-4:before,
2238
+ .fa-thermometer:before,
2239
+ .fa-thermometer-full:before {
2240
+ content: "\f2c7";
2241
+ }
2242
+ .fa-thermometer-3:before,
2243
+ .fa-thermometer-three-quarters:before {
2244
+ content: "\f2c8";
2245
+ }
2246
+ .fa-thermometer-2:before,
2247
+ .fa-thermometer-half:before {
2248
+ content: "\f2c9";
2249
+ }
2250
+ .fa-thermometer-1:before,
2251
+ .fa-thermometer-quarter:before {
2252
+ content: "\f2ca";
2253
+ }
2254
+ .fa-thermometer-0:before,
2255
+ .fa-thermometer-empty:before {
2256
+ content: "\f2cb";
2257
+ }
2258
+ .fa-shower:before {
2259
+ content: "\f2cc";
2260
+ }
2261
+ .fa-bathtub:before,
2262
+ .fa-s15:before,
2263
+ .fa-bath:before {
2264
+ content: "\f2cd";
2265
+ }
2266
+ .fa-podcast:before {
2267
+ content: "\f2ce";
2268
+ }
2269
+ .fa-window-maximize:before {
2270
+ content: "\f2d0";
2271
+ }
2272
+ .fa-window-minimize:before {
2273
+ content: "\f2d1";
2274
+ }
2275
+ .fa-window-restore:before {
2276
+ content: "\f2d2";
2277
+ }
2278
+ .fa-times-rectangle:before,
2279
+ .fa-window-close:before {
2280
+ content: "\f2d3";
2281
+ }
2282
+ .fa-times-rectangle-o:before,
2283
+ .fa-window-close-o:before {
2284
+ content: "\f2d4";
2285
+ }
2286
+ .fa-bandcamp:before {
2287
+ content: "\f2d5";
2288
+ }
2289
+ .fa-grav:before {
2290
+ content: "\f2d6";
2291
+ }
2292
+ .fa-etsy:before {
2293
+ content: "\f2d7";
2294
+ }
2295
+ .fa-imdb:before {
2296
+ content: "\f2d8";
2297
+ }
2298
+ .fa-ravelry:before {
2299
+ content: "\f2d9";
2300
+ }
2301
+ .fa-eercast:before {
2302
+ content: "\f2da";
2303
+ }
2304
+ .fa-microchip:before {
2305
+ content: "\f2db";
2306
+ }
2307
+ .fa-snowflake-o:before {
2308
+ content: "\f2dc";
2309
+ }
2310
+ .fa-superpowers:before {
2311
+ content: "\f2dd";
2312
+ }
2313
+ .fa-wpexplorer:before {
2314
+ content: "\f2de";
2315
+ }
2316
+ .fa-meetup:before {
2317
+ content: "\f2e0";
2318
+ }
2319
+ .sr-only {
2320
+ position: absolute;
2321
+ width: 1px;
2322
+ height: 1px;
2323
+ padding: 0;
2324
+ margin: -1px;
2325
+ overflow: hidden;
2326
+ clip: rect(0, 0, 0, 0);
2327
+ border: 0;
2328
+ }
2329
+ .sr-only-focusable:active,
2330
+ .sr-only-focusable:focus {
2331
+ position: static;
2332
+ width: auto;
2333
+ height: auto;
2334
+ margin: 0;
2335
+ overflow: visible;
2336
+ clip: auto;
2337
+ }
assets/css/unminified/jquery.selectBox.css ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Dropdown control */
2
+ .selectBox-dropdown {
3
+ min-width: 150px;
4
+ position: relative;
5
+ border: solid 1px #BBB;
6
+ line-height: 1.5;
7
+ text-decoration: none;
8
+ text-align: left;
9
+ color: #000;
10
+ outline: none;
11
+ vertical-align: middle;
12
+ background: #F2F2F2;
13
+ background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
14
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
15
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
16
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
17
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
18
+ box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
19
+ -webkit-border-radius: 4px;
20
+ -moz-border-radius: 4px;
21
+ border-radius: 4px;
22
+ display: inline-block;
23
+ cursor: default;
24
+ }
25
+
26
+ .selectBox-dropdown:focus,
27
+ .selectBox-dropdown:focus .selectBox-arrow {
28
+ border-color: #666;
29
+ }
30
+
31
+ .selectBox-dropdown.selectBox-menuShowing {
32
+ -moz-border-radius-bottomleft: 0;
33
+ -moz-border-radius-bottomright: 0;
34
+ -webkit-border-bottom-left-radius: 0;
35
+ -webkit-border-bottom-right-radius: 0;
36
+ border-bottom-left-radius: 0;
37
+ border-bottom-right-radius: 0;
38
+ }
39
+
40
+ .selectBox-dropdown .selectBox-label {
41
+ padding: 2px 8px;
42
+ display: inline-block;
43
+ white-space: nowrap;
44
+ overflow: hidden;
45
+ }
46
+
47
+ .selectBox-dropdown .selectBox-arrow {
48
+ position: absolute;
49
+ top: 0;
50
+ right: 0;
51
+ width: 23px;
52
+ height: 100%;
53
+ background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
54
+ border-left: solid 1px #BBB;
55
+ }
56
+
57
+ /* Dropdown menu */
58
+ .selectBox-dropdown-menu {
59
+ position: absolute;
60
+ z-index: 99999;
61
+ max-height: 200px;
62
+ min-height: 1em;
63
+ border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
64
+ background: #FFF;
65
+ -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
66
+ -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
67
+ box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
68
+ overflow: auto;
69
+ -webkit-overflow-scrolling: touch;
70
+ }
71
+
72
+ /* Inline control */
73
+ .selectBox-inline {
74
+ min-width: 150px;
75
+ outline: none;
76
+ border: solid 1px #BBB;
77
+ background: #FFF;
78
+ display: inline-block;
79
+ -webkit-border-radius: 4px;
80
+ -moz-border-radius: 4px;
81
+ border-radius: 4px;
82
+ overflow: auto;
83
+ }
84
+
85
+ .selectBox-inline:focus {
86
+ border-color: #666;
87
+ }
88
+
89
+ /* Options */
90
+ .selectBox-options,
91
+ .selectBox-options LI,
92
+ .selectBox-options LI A {
93
+ list-style: none;
94
+ display: block;
95
+ cursor: default;
96
+ padding: 0;
97
+ margin: 0;
98
+ }
99
+
100
+ .selectBox-options LI A {
101
+ line-height: 1.5;
102
+ padding: 0 .5em;
103
+ white-space: nowrap;
104
+ overflow: hidden;
105
+ background: 6px center no-repeat;
106
+ }
107
+
108
+ .selectBox-options LI.selectBox-hover A {
109
+ background-color: #EEE;
110
+ }
111
+
112
+ .selectBox-options LI.selectBox-disabled A {
113
+ color: #888;
114
+ background-color: transparent;
115
+ }
116
+
117
+ .selectBox-options LI.selectBox-selected A {
118
+ background-color: #C8DEF4;
119
+ }
120
+
121
+ .selectBox-options .selectBox-optgroup {
122
+ color: #666;
123
+ background: #EEE;
124
+ font-weight: bold;
125
+ line-height: 1.5;
126
+ padding: 0 .3em;
127
+ white-space: nowrap;
128
+ }
129
+
130
+ /* Disabled state */
131
+ .selectBox.selectBox-disabled {
132
+ color: #888 !important;
133
+ }
134
+
135
+ .selectBox-dropdown.selectBox-disabled .selectBox-arrow {
136
+ opacity: .5;
137
+ filter: alpha(opacity=50);
138
+ border-color: #666;
139
+ }
140
+
141
+ .selectBox-inline.selectBox-disabled {
142
+ color: #888 !important;
143
+ }
144
+
145
+ .selectBox-inline.selectBox-disabled .selectBox-options A {
146
+ background-color: transparent !important;
147
+ }
assets/css/unminified/style.css CHANGED
@@ -377,6 +377,12 @@ table.wishlist_table tbody td{
377
  border-color: #e7e7e7;
378
  }
379
 
 
 
 
 
 
 
380
  .wishlist_table tr td,
381
  .wishlist_table tr th.wishlist-delete,
382
  .wishlist_table tr th.product-checkbox {
@@ -491,6 +497,8 @@ table.wishlist_table tbody td{
491
  .wishlist_table.images_grid li.wishlist-empty{
492
  width: 100%;
493
  font-size: 1rem;
 
 
494
  }
495
 
496
  .wishlist_table.images_grid li.show{
@@ -683,6 +691,10 @@ table.wishlist_table tbody td{
683
  margin-bottom: 7px;
684
  }
685
 
 
 
 
 
686
  .wishlist_table.wishlist_manage_table.mobile li .item-wrapper{
687
  width: 100%;
688
  }
@@ -1103,6 +1115,10 @@ table.wishlist_manage_table tfoot td{
1103
  padding: 7px 24px;
1104
  }
1105
 
 
 
 
 
1106
  .wishlist_manage_table.modern_grid li .item-wrapper{
1107
  display: block;
1108
  margin: 0;
@@ -1436,10 +1452,23 @@ table.wishlist_manage_table tfoot td{
1436
 
1437
  .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,
1438
  .widget_yith-wcwl-items .mini ul.product_list_widget{
1439
- max-height: 200px;
1440
  overflow-y: auto;
1441
  }
1442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1443
  .elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,
1444
  .widget_yith-wcwl-items p.empty-wishlist{
1445
  margin-bottom: 0!important;
377
  border-color: #e7e7e7;
378
  }
379
 
380
+ table.wishlist_table tbody td.wishlist-empty,
381
+ p.wishlist-empty{
382
+ text-align: center;
383
+ margin: 100px 0;
384
+ }
385
+
386
  .wishlist_table tr td,
387
  .wishlist_table tr th.wishlist-delete,
388
  .wishlist_table tr th.product-checkbox {
497
  .wishlist_table.images_grid li.wishlist-empty{
498
  width: 100%;
499
  font-size: 1rem;
500
+ text-align: center;
501
+ margin: 50px 0;
502
  }
503
 
504
  .wishlist_table.images_grid li.show{
691
  margin-bottom: 7px;
692
  }
693
 
694
+ .wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{
695
+ text-align: center;
696
+ }
697
+
698
  .wishlist_table.wishlist_manage_table.mobile li .item-wrapper{
699
  width: 100%;
700
  }
1115
  padding: 7px 24px;
1116
  }
1117
 
1118
+ .wishlist_manage_table.modern_grid li.wishlist-empty{
1119
+ margin: 50px 0;
1120
+ }
1121
+
1122
  .wishlist_manage_table.modern_grid li .item-wrapper{
1123
  display: block;
1124
  margin: 0;
1452
 
1453
  .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,
1454
  .widget_yith-wcwl-items .mini ul.product_list_widget{
1455
+ max-height: 30vh;
1456
  overflow-y: auto;
1457
  }
1458
 
1459
+ .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,
1460
+ .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar {
1461
+ -webkit-appearance: none;
1462
+ width: 7px;
1463
+ }
1464
+
1465
+ .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,
1466
+ .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb {
1467
+ border-radius: 4px;
1468
+ background-color: rgba(0, 0, 0, .4);
1469
+ box-shadow: 0 0 1px rgba(255, 255, 255, .4);
1470
+ }
1471
+
1472
  .elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,
1473
  .widget_yith-wcwl-items p.empty-wishlist{
1474
  margin-bottom: 0!important;
assets/js/admin/yith-wcwl.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(s){s.fn.dependency=function(t,e,n,i){var o=s(this);o.on("change",function(){var c=e(o);s.each(t,function(t,e){var n=s(e);if(n.length){var i=n.closest("tr");i.length&&(c?i.show().fadeTo("slow",1):i.is(":visible")?i.fadeTo("slow",0,function(){i.hide()}):i.css("opacity",0).hide())}}),void 0!==n&&n(o,i)}).change()};function n(e,t){var c=this;c.settings={},c.modal=null,c._init=function(){c.settings=s.extend({template:e.data("template"),template_data:{},container:".yith-wcwl-wizard-modal",events:{}},t),"function"==typeof c.settings.events.init&&c.settings.events.init(e,t),c._initOpener()},c._initOpener=function(){e.on("click",function(t){var e=s(this),n=c.settings.template_data;t.preventDefault(),"function"==typeof n&&(n=n(e)),e.WCBackboneModal({template:c.settings.template,variable:n});var i=s(c.settings.container);c._initEditor(i),c._initEnhancedSelect(i),c._initTabs(i),c._initSteps(i),c._initOptions(i,n),c._initEvents(i,c.settings.events)})},c._initEditor=function(t){t.find(".with-editor").each(function(){var n=s(this),t=n.attr("id");tinymce.get(t)&&(restoreTextMode=tinymce.get(t).isHidden(),wp.editor.remove(t)),wp.editor.initialize(t,{tinymce:{wpautop:!0,init_instance_callback:function(e){e.on("Change",function(t){n.val(e.getContent()).change()})}},quicktags:!0,mediaButtons:!0})})},c._initEnhancedSelect=function(t){s(document.body).trigger("wc-enhanced-select-init")},c._initTabs=function(t){t.find(".tabs").on("click","a",function(t){var e=s(this),n=e.closest("ul"),i=n.find("a"),c=n.parent().find(".tab"),o=e.data("target"),_=s(o),a=!1;t.preventDefault(),e.hasClass("active")||(a=!0),i.attr("aria-selected","false").removeClass("active"),e.attr("aria-selected","true").addClass("active"),c.attr("aria-expanded","false").removeClass("active").hide(),_.attr("aria-expanded","true").addClass("active").show(),a&&e.trigger("tabChange")})},c._initOptions=function(i,t){s.each(t,function(t,e){var n=i.find('[name="'+t+'"]');n.length&&e!==n.val()&&(n.is("select")&&!n.find('option[value="'+e+'"]').length?n.append('<option value="'+e+'" selected="selected">'+e+" </option>"):n.val(e))})},c._initSteps=function(i){i.find(".step").hide().first().show(),i.find(".continue-button").on("click",function(t){var e=s(this).closest(".step"),n=e.next(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)}),i.find(".back-button").on("click",function(t){var e=s(this).closest(".step"),n=e.prev(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)})},c._initEvents=function(n,t){"function"==typeof c.settings.events.open&&c.settings.events.open(e,n),s.each(t,function(t,e){"init"!==t&&"open"!==t&&("tabChange"===t?n.find(".tabs"):"stepChange"===t?n.find(".step"):n.find(":input")).on(t,function(t){return e(s(this),n,t)})})},c._changeStep=function(o,_,a){_.animate({opacity:0},{duration:200,complete:function(){var t=o.find("article"),e=t.outerWidth(),n=t.outerHeight();t.outerWidth("auto"),t.outerHeight("auto"),_.hide(),a.show();var i=a.outerWidth(),c=a.outerHeight();a.hide(),_.css("opacity",1),t.outerWidth(e),t.outerHeight(n),t.animate({width:i,height:c},{duration:200,complete:function(){a.fadeIn(200)}})}}),a.trigger("stepChange")},c._init()}function i(t,e,n){var i=e.find(".email-preview"),c=e.find("#template").val();o&&o.abort(),o=s.ajax({url:ajaxurl+"?action=preview_promotion_email",data:e.find("form").serialize(),method:"POST",beforeSend:function(){i.block({message:null,overlayCSS:{background:"transparent",opacity:.6}})},complete:function(){i.unblock()},success:function(t){i.removeClass("html plain").addClass(c).find(".no-interactions").html(t)}})}function t(){return{template:"yith-wcwl-promotion-wizard",template_data:function(t){var e;return e=t.hasClass("restore-draft")?t.data("draft"):s.extend(e,{product_id:t.data("product_id"),user_id:t.data("user_id")})},events:{change:i,open:function(t,e,n){e.find("#content_html-tmce").click(),i(0,e)},tabChange:function(t,e,n){e.find("#template").val(t.find(".active").data("template")),i(0,e)},stepChange:function(t,e,n){var i=t.find(".receivers-count"),c=t.find(".show-on-long-queue"),o=c.data("threshold");i.length&&s.ajax({url:ajaxurl+"?action=calculate_promotion_email_receivers",data:e.find("form").serialize(),method:"post",beforeSend:function(){i.css("opacity",.3),c.length&&c.hide()},complete:function(){i.css("opacity",1)},success:function(t){void 0!==t.label&&(i.html(t.label),c.length&&void 0!==t.count&&t.count>o&&c.show())}})}}}}var o=null;s.fn.wizard=function(t){var e=s(this);new n(e,t)},s(".create-promotion").wizard(t()),s(".restore-draft").wizard(t());function e(t){return t.is('input[type="radio"]')||(t=t.find('input[type="radio"]:checked')),"no"===t.val()}function c(t){return t.is(":checked")}var _=s("#yith_wcwl_disable_wishlist_for_unauthenticated_users"),a=s("#yith_wcwl_multi_wishlist_enable"),l=s("#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users"),r=s("#yith_wcwl_modal_enable"),u=s("#yith_wcwl_loop_position"),h=s(".icon-select"),d=s('[name="yith_wcwl_add_to_cart_style"]'),w=s("#yith_wcwl_add_to_cart_icon"),m=s('[name="yith_wcwl_ask_an_estimate_style"]'),f=s("#yith_wcwl_ask_an_estimate_icon"),p=s("#yith_wcwl_enable_share"),y=s("#yith_wcwl_share_fb"),g=s("#yith_wcwl_fb_button_icon"),v=s("#yith_wcwl_share_twitter"),b=s("#yith_wcwl_tw_button_icon"),k=s("#yith_wcwl_share_pinterest"),x=s("#yith_wcwl_pr_button_icon"),C=s("#yith_wcwl_share_email"),S=s("#yith_wcwl_em_button_icon"),T=s("#yith_wcwl_share_whatsapp"),z=s("#yith_wcwl_wa_button_icon"),j=s("#yith_wcwl_show_estimate_button"),E=s("#yith_wcwl_show_additional_info_textarea"),H=s("#yith_wcwl_ask_an_estimate_fields"),O=s("#woocommerce_promotion_mail_settings\\[email_type\\]"),W=s("#woocommerce_yith_wcwl_back_in_stock_settings\\[enabled\\]"),D=s("#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]"),q=s("#woocommerce_yith_wcwl_on_sale_item_settings\\[enabled\\]"),B=s("#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]"),M=s('[id^="type_"]');u.add("select#yith_wcwl_button_position").on("change",function(){var t=s(this);"shortcode"===t.val()?t.parent().next().find(".addon").show():t.parent().next().find(".addon").hide()}).change(),M.on("change",function(){var t=s(this),e=t.val(),n=t.closest(".yith-toggle-content-row").next();"radio"===e||"select"===e?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide()}).change(),d.on("change",function(){w.change()}),m.on("change",function(){f.change()}),h.each(function(){function t(t){return t.id?s('<span><i class="option-icon fa '+t.element.value.toLowerCase()+'" ></i> '+t.text+"</span>"):t.text}s(this).select2({templateResult:t,templateSelection:t})}),_.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(_)&&c(a)},function(){l.change()}),a.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(_)&&c(a)},function(){l.change()}),l.dependency(["#yith_wcwl_show_login_notice","#yith_wcwl_login_anchor_text"],function(){return c(a)&&e(_)&&e(l)}),r.dependency(["#yith_wcwl_show_exists_in_a_wishlist"],function(){var t="default"!==r.find(":checked").val();return t||s("#yith_wcwl_show_exists_in_a_wishlist").prop("checked",!0),t}),w.dependency(["#yith_wcwl_add_to_cart_custom_icon"],function(){return"custom"===w.val()&&"button_custom"===d.filter(":checked").val()}),f.dependency(["#yith_wcwl_ask_an_estimate_custom_icon"],function(){return"custom"===f.val()&&"button_custom"===m.filter(":checked").val()}),p.dependency(["#yith_wcwl_share_fb"],c,function(){y.change(),g.change(),v.change(),b.change(),k.change(),x.change(),C.change(),S.change(),T.change(),z.change()}),y.dependency(["#yith_wcwl_fb_button_icon","#yith_wcwl_color_fb_button_background"],function(){return c(y)&&c(p)},function(){g.change()}),g.dependency(["#yith_wcwl_fb_button_custom_icon"],function(){return c(y)&&c(p)&&"custom"===g.val()}),v.dependency(["#yith_wcwl_tw_button_icon","#yith_wcwl_color_tw_button_background"],function(){return c(v)&&c(p)},function(){b.change()}),b.dependency(["#yith_wcwl_tw_button_custom_icon"],function(){return c(v)&&c(p)&&"custom"===b.val()}),k.dependency(["#yith_wcwl_socials_image_url","#yith_wcwl_pr_button_icon","#yith_wcwl_color_pr_button_background"],function(){return c(k)&&c(p)},function(){x.change()}),x.dependency(["#yith_wcwl_pr_button_custom_icon"],function(){return c(k)&&c(p)&&"custom"===x.val()}),C.dependency(["#yith_wcwl_em_button_icon","#yith_wcwl_color_em_button_background"],function(){return c(C)&&c(p)},function(){S.change()}),S.dependency(["#yith_wcwl_em_button_custom_icon"],function(){return c(C)&&c(p)&&"custom"===S.val()}),T.dependency(["#yith_wcwl_wa_button_icon","#yith_wcwl_wa_button_custom_icon","#yith_wcwl_color_wa_button_background"],function(){return c(T)&&c(p)},function(){z.change()}),z.dependency(["#yith_wcwl_wa_button_custom_icon"],function(){return c(T)&&c(p)&&"custom"===z.val()}),v.add(k).dependency(["#yith_wcwl_socials_title","#yith_wcwl_socials_text"],function(){return(c(v)||c(k))&&c(p)}),j.dependency(["#yith_wcwl_show_additional_info_textarea"],c,function(){E.change()}),j.on("change",function(){E.change()}),E.dependency(["#yith_wcwl_additional_info_textarea_label"],function(){return c(j)&&c(E)}),E.on("change",function(){s(this).is(":checked")&&j.is(":checked")?H.removeClass("yith-disabled"):H.addClass("yith-disabled")}),O.dependency(["#woocommerce_promotion_mail_settings\\[content_html\\]"],function(){return"multipart"===O.val()||"html"===O.val()}),O.dependency(["#woocommerce_promotion_mail_settings\\[content_text\\]"],function(){return"multipart"===O.val()||"plain"===O.val()}),W.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[heading\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[subject\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return c(W)},function(){D.change()}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]"],function(){return("multipart"===D.val()||"html"===D.val())&&c(W)}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return("multipart"===D.val()||"plain"===D.val())&&c(W)}),q.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[heading\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[subject\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return c(q)},function(){B.change()}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]"],function(){return("multipart"===B.val()||"html"===B.val())&&c(q)}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return("multipart"===B.val()||"plain"===B.val())&&c(q)}),s(document).on("yith-add-box-button-toggle",function(){var e=s("#new_type"),n=s("#new_options").closest(".yith-add-box-row");e.on("change",function(){var t=e.val();"radio"===t||"select"===t?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){s(this).hide()}):n.css("opacity",0).hide()}).change()})});
1
+ jQuery(document).ready((function(t){t.fn.dependency=function(e,n,i,c){var o=t(this);o.on("change",(function(){var _=n(o);t.each(e,(function(e,n){var i=t(n);if(i.length){var c=i.closest("tr");c.length&&(_?c.show().fadeTo("slow",1):c.is(":visible")?c.fadeTo("slow",0,(function(){c.hide()})):c.css("opacity",0).hide())}})),void 0!==i&&i(o,c)})).change()};var e=function(e,n){var i=this;i.settings={},i.modal=null,i._init=function(){i.settings=t.extend({template:e.data("template"),template_data:{},container:".yith-wcwl-wizard-modal",events:{}},n),"function"==typeof i.settings.events.init&&i.settings.events.init(e,n),i._initOpener()},i._initOpener=function(){e.on("click",(function(e){var n=t(this),c=i.settings.template_data;e.preventDefault(),"function"==typeof c&&(c=c(n)),n.WCBackboneModal({template:i.settings.template,variable:c});var o=t(i.settings.container);i._initEditor(o),i._initEnhancedSelect(o),i._initTabs(o),i._initSteps(o),i._initOptions(o,c),i._initEvents(o,i.settings.events)}))},i._initEditor=function(e){e.find(".with-editor").each((function(){var e=t(this),n=e.attr("id");tinymce.get(n)&&(restoreTextMode=tinymce.get(n).isHidden(),wp.editor.remove(n)),wp.editor.initialize(n,{tinymce:{wpautop:!0,init_instance_callback:function(t){t.on("Change",(function(n){e.val(t.getContent()).change()}))}},quicktags:!0,mediaButtons:!0})}))},i._initEnhancedSelect=function(e){t(document.body).trigger("wc-enhanced-select-init")},i._initTabs=function(e){e.find(".tabs").on("click","a",(function(e){var n=t(this),i=n.closest("ul"),c=i.find("a"),o=i.parent().find(".tab"),_=n.data("target"),a=t(_),s=!1;e.preventDefault(),n.hasClass("active")||(s=!0),c.attr("aria-selected","false").removeClass("active"),n.attr("aria-selected","true").addClass("active"),o.attr("aria-expanded","false").removeClass("active").hide(),a.attr("aria-expanded","true").addClass("active").show(),s&&n.trigger("tabChange")}))},i._initOptions=function(e,n){t.each(n,(function(t,n){var i=e.find('[name="'+t+'"]');i.length&&n!==i.val()&&(i.is("select")&&!i.find('option[value="'+n+'"]').length?i.append('<option value="'+n+'" selected="selected">'+n+" </option>"):i.val(n))}))},i._initSteps=function(e){e.find(".step").hide().first().show(),e.find(".continue-button").on("click",(function(n){var c=t(this).closest(".step"),o=c.next(".step");n.preventDefault(),o.length&&i._changeStep(e,c,o)})),e.find(".back-button").on("click",(function(n){var c=t(this).closest(".step"),o=c.prev(".step");n.preventDefault(),o.length&&i._changeStep(e,c,o)}))},i._initEvents=function(n,c){"function"==typeof i.settings.events.open&&i.settings.events.open(e,n),t.each(c,(function(e,i){"init"!==e&&"open"!==e&&("tabChange"===e?n.find(".tabs"):"stepChange"===e?n.find(".step"):n.find(":input")).on(e,(function(e){return i(t(this),n,e)}))}))},i._changeStep=function(t,e,n){e.animate({opacity:0},{duration:200,complete:function(){var i=t.find("article"),c=i.outerWidth(),o=i.outerHeight();i.outerWidth("auto"),i.outerHeight("auto"),e.hide(),n.show();var _=n.outerWidth(),a=n.outerHeight();n.hide(),e.css("opacity",1),i.outerWidth(c),i.outerHeight(o),i.animate({width:_,height:a},{duration:200,complete:function(){n.fadeIn(200)}})}}),n.trigger("stepChange")},i._init()},n=null,i=function(e,i,c){var o=i.find(".email-preview"),_=i.find("#template").val();n&&n.abort(),n=t.ajax({url:ajaxurl+"?action=preview_promotion_email",data:i.find("form").serialize(),method:"POST",beforeSend:function(){o.block({message:null,overlayCSS:{background:"transparent",opacity:.6}})},complete:function(){o.unblock()},success:function(t){o.removeClass("html plain").addClass(_).find(".no-interactions").html(t)}})},c=function(){return{template:"yith-wcwl-promotion-wizard",template_data:function(e){var n;return n=e.hasClass("restore-draft")?e.data("draft"):t.extend(n,{product_id:e.data("product_id"),user_id:e.data("user_id")})},events:{change:i,open:function(t,e,n){e.find("#content_html-tmce").click(),i(0,e)},tabChange:function(t,e,n){e.find("#template").val(t.find(".active").data("template")),i(0,e)},stepChange:function(e,n,i){var c=e.find(".receivers-count"),o=e.find(".show-on-long-queue"),_=o.data("threshold");c.length&&t.ajax({url:ajaxurl+"?action=calculate_promotion_email_receivers",data:n.find("form").serialize(),method:"post",beforeSend:function(){c.css("opacity",.3),o.length&&o.hide()},complete:function(){c.css("opacity",1)},success:function(t){void 0!==t.label&&(c.html(t.label),o.length&&void 0!==t.count&&t.count>_&&o.show())}})}}}};t.fn.wizard=function(n){var i=t(this);new e(i,n)},t(".create-promotion").wizard(c()),t(".restore-draft").wizard(c());var o=function(t){return t.is('input[type="radio"]')||(t=t.find('input[type="radio"]:checked')),"no"===t.val()},_=function(t){return t.is(":checked")},a=t("#yith_wcwl_disable_wishlist_for_unauthenticated_users"),s=t("#yith_wcwl_multi_wishlist_enable"),l=t("#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users"),r=t("#yith_wcwl_modal_enable"),u=t("#yith_wcwl_loop_position"),h=t(".icon-select"),d=t('[name="yith_wcwl_add_to_cart_style"]'),w=t("#yith_wcwl_add_to_cart_icon"),m=t('[name="yith_wcwl_ask_an_estimate_style"]'),f=t("#yith_wcwl_ask_an_estimate_icon"),p=t("#yith_wcwl_enable_share"),y=t("#yith_wcwl_share_fb"),g=t("#yith_wcwl_fb_button_icon"),v=t("#yith_wcwl_share_twitter"),b=t("#yith_wcwl_tw_button_icon"),k=t("#yith_wcwl_share_pinterest"),x=t("#yith_wcwl_pr_button_icon"),C=t("#yith_wcwl_share_email"),S=t("#yith_wcwl_em_button_icon"),T=t("#yith_wcwl_share_whatsapp"),z=t("#yith_wcwl_wa_button_icon"),j=t("#yith_wcwl_show_estimate_button"),E=t("#yith_wcwl_show_additional_info_textarea"),H=t("#yith_wcwl_ask_an_estimate_fields"),O=t("#woocommerce_promotion_mail_settings\\[email_type\\]"),W=t("#woocommerce_yith_wcwl_back_in_stock_settings\\[enabled\\]"),D=t("#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]"),q=t("#woocommerce_yith_wcwl_on_sale_item_settings\\[enabled\\]"),B=t("#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]"),M=t('[id^="type_"]');u.add("select#yith_wcwl_button_position").on("change",(function(){var e=t(this);"shortcode"===e.val()?e.parent().next().find(".addon").show():e.parent().next().find(".addon").hide()})).change(),M.on("change",(function(){var e=t(this),n=e.val(),i=e.closest(".yith-toggle-content-row").next();"radio"===n||"select"===n?i.show().fadeTo("slow",1):i.is(":visible")?i.fadeTo("slow",0,(function(){i.hide()})):i.css("opacity",0).hide()})).change(),d.on("change",(function(){w.change()})),m.on("change",(function(){f.change()})),h.each((function(){t(this).select2({templateResult:function(e){return e.id?t('<span><i class="option-icon fa '+e.element.value.toLowerCase()+'" ></i> '+e.text+"</span>"):e.text}})})),a.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],(function(){return o(a)&&_(s)}),(function(){l.change()})),s.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],(function(){return o(a)&&_(s)}),(function(){l.change()})),l.dependency(["#yith_wcwl_show_login_notice","#yith_wcwl_login_anchor_text"],(function(){return _(s)&&o(a)&&o(l)})),r.dependency(["#yith_wcwl_show_exists_in_a_wishlist"],(function(){var e="default"!==r.find(":checked").val();return e||t("#yith_wcwl_show_exists_in_a_wishlist").prop("checked",!0),e})),w.dependency(["#yith_wcwl_add_to_cart_custom_icon"],(function(){return"custom"===w.val()&&"button_custom"===d.filter(":checked").val()})),f.dependency(["#yith_wcwl_ask_an_estimate_custom_icon"],(function(){return"custom"===f.val()&&"button_custom"===m.filter(":checked").val()})),p.dependency(["#yith_wcwl_share_fb"],_,(function(){y.change(),g.change(),v.change(),b.change(),k.change(),x.change(),C.change(),S.change(),T.change(),z.change()})),y.dependency(["#yith_wcwl_fb_button_icon","#yith_wcwl_color_fb_button_background"],(function(){return _(y)&&_(p)}),(function(){g.change()})),g.dependency(["#yith_wcwl_fb_button_custom_icon"],(function(){return _(y)&&_(p)&&"custom"===g.val()})),v.dependency(["#yith_wcwl_tw_button_icon","#yith_wcwl_color_tw_button_background"],(function(){return _(v)&&_(p)}),(function(){b.change()})),b.dependency(["#yith_wcwl_tw_button_custom_icon"],(function(){return _(v)&&_(p)&&"custom"===b.val()})),k.dependency(["#yith_wcwl_socials_image_url","#yith_wcwl_pr_button_icon","#yith_wcwl_color_pr_button_background"],(function(){return _(k)&&_(p)}),(function(){x.change()})),x.dependency(["#yith_wcwl_pr_button_custom_icon"],(function(){return _(k)&&_(p)&&"custom"===x.val()})),C.dependency(["#yith_wcwl_em_button_icon","#yith_wcwl_color_em_button_background"],(function(){return _(C)&&_(p)}),(function(){S.change()})),S.dependency(["#yith_wcwl_em_button_custom_icon"],(function(){return _(C)&&_(p)&&"custom"===S.val()})),T.dependency(["#yith_wcwl_wa_button_icon","#yith_wcwl_wa_button_custom_icon","#yith_wcwl_color_wa_button_background"],(function(){return _(T)&&_(p)}),(function(){z.change()})),z.dependency(["#yith_wcwl_wa_button_custom_icon"],(function(){return _(T)&&_(p)&&"custom"===z.val()})),v.add(k).dependency(["#yith_wcwl_socials_title","#yith_wcwl_socials_text"],(function(){return(_(v)||_(k))&&_(p)})),j.dependency(["#yith_wcwl_show_additional_info_textarea"],_,(function(){E.change()})),j.on("change",(function(){E.change()})),E.dependency(["#yith_wcwl_additional_info_textarea_label"],(function(){return _(j)&&_(E)})),E.on("change",(function(){t(this).is(":checked")&&j.is(":checked")?H.removeClass("yith-disabled"):H.addClass("yith-disabled")})),O.dependency(["#woocommerce_promotion_mail_settings\\[content_html\\]"],(function(){return"multipart"===O.val()||"html"===O.val()})),O.dependency(["#woocommerce_promotion_mail_settings\\[content_text\\]"],(function(){return"multipart"===O.val()||"plain"===O.val()})),W.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[heading\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[subject\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],(function(){return _(W)}),(function(){D.change()})),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]"],(function(){return("multipart"===D.val()||"html"===D.val())&&_(W)})),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],(function(){return("multipart"===D.val()||"plain"===D.val())&&_(W)})),q.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[heading\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[subject\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],(function(){return _(q)}),(function(){B.change()})),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]"],(function(){return("multipart"===B.val()||"html"===B.val())&&_(q)})),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],(function(){return("multipart"===B.val()||"plain"===B.val())&&_(q)})),t(document).on("yith-add-box-button-toggle",(function(){var e=t("#new_type"),n=t("#new_options").closest(".yith-add-box-row");e.on("change",(function(){var i=e.val();"radio"===i||"select"===i?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,(function(){t(this).hide()})):n.css("opacity",0).hide()})).change()}))}));
assets/js/jquery.yith-wcwl.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(r){function i(){void 0!==r.fn.selectBox&&r("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){if(void 0!==r.prettyPhoto){var t={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){i(),r(".wishlist-select").change(),r(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt">&nbsp;</div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay yith-wcwl-overlay"></div>'};r('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').unbind("click").prettyPhoto(t),r('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",function(){var t=r(this),i=r("#move_to_another_wishlist").find("form"),e=i.find(".row-id"),a=t.closest("[data-row-id]").data("row-id");e.length&&e.remove(),i.append('<input type="hidden" name="row_id" class="row-id" value="'+a+'"/>')}).prettyPhoto(t),new MutationObserver(function(t,i){for(var e in t){var a=t[e];"childList"===a.type&&(void 0!==a.addedNodes&&a.addedNodes.forEach(function(t){void 0!==t.classList&&t.classList.contains("yith-wcwl-overlay")&&r("body").addClass("yith-wcwl-with-pretty-photo")}),void 0!==a.removedNodes&&a.removedNodes.forEach(function(t){void 0!==t.classList&&t.classList.contains("yith-wcwl-overlay")&&r("body").removeClass("yith-wcwl-with-pretty-photo")}))}}).observe(document.body,{childList:!0})}}function a(){r(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",function(){var t=r(this);t.parent().removeClass("checked").removeClass("unchecked").addClass(t.is(":checked")?"checked":"unchecked")}).trigger("change")}function o(){r(".add_to_cart").filter("[data-icon]").not(".icon-added").each(function(){var t,i=r(this),e=i.data("icon");t=e.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?r("<img/>",{src:e}):r("<i/>",{class:"fa "+e}),i.prepend(t).addClass("icon-added")})}function h(){i(),e(),a(),o(),d(),n(),_(),l(),c(),r(document).trigger("yith_wcwl_init_after_ajax")}function n(){yith_wcwl_l10n.enable_tooltip&&r(".yith-wcwl-add-to-wishlist").find("[data-title]").each(function(){var t=r(this);t.hasClass("tooltip-added")||(t.on("mouseenter",function(){var t,i=r(this),e=null,a=i.outerWidth(),o=0;e=r("<span>",{class:"yith-wcwl-tooltip",text:i.data("title")}),i.append(e),t=e.outerWidth()+6,e.outerWidth(t),o=(a-t)/2,e.css({left:o.toFixed(0)+"px"}).fadeIn(200),i.addClass("with-tooltip")}).on("mouseleave",function(){var t=r(this);t.find(".yith-wcwl-tooltip").fadeOut(200,function(){t.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()})}),t.addClass("tooltip-added"))})}function d(){r(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",function(){var t=r(this).find(".yith-wcwl-dropdown");t.length&&t.fadeOut(200)}).children("a").on("mouseenter",function(){var t=r(this).closest(".with-dropdown"),i=t.find(".yith-wcwl-dropdown");i.length&&i.children().length&&t.find(".yith-wcwl-dropdown").fadeIn(200)})}function l(){void 0!==yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&r(".wishlist_table").filter(".sortable").not(".no-interactions").each(function(){var a=r(this),o=!1;a.sortable({items:"[data-row-id]",scroll:!0,helper:function(t,i){return i.children().each(function(){r(this).width(r(this).width())}),i},update:function(){var t=a.find("[data-row-id]"),i=[],e=0;t.length&&(o&&o.abort(),t.each(function(){var t=r(this);t.find('input[name*="[position]"]').val(e++),i.push(t.data("row-id"))}),o=r.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,positions:i,wishlist_token:a.data("token"),page:a.data("page"),per_page:a.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})})}function c(){r(".copy-trigger").on("click",function(){var t=r(".copy-target");if(0<t.length)if(t.is("input"))s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy");else{var i=r("<input/>",{val:t.text(),type:"text"});b("body").append(i),s()?i[0].setSelectionRange(0,9999):i.select(),document.execCommand("copy"),i.remove()}})}function _(){r(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",function(t){var i=r(this).closest("[data-row-id]"),e=i.siblings("[data-row-id]"),a=i.find(".item-details");t.preventDefault(),a.length&&(e.removeClass("show"),i.toggleClass("show"))}).on("click","[data-row-id] a.close",function(t){var i=r(this).closest("[data-row-id]"),e=i.find(".item-details");t.preventDefault(),e.length&&i.removeClass("show")}).on("click","[data-row-id] a.remove_from_wishlist",function(t){var i=r(this);return t.stopPropagation(),f(i),!1}).addClass("enhanced"),r(document).on("click",function(t){r(t.target).closest("[data-row-id]").length||r(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}).on("added_to_cart",function(){r(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})}function w(i,t,e){i.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,""!==i.wishlist_token&&""!==i.destination_wishlist_token&&""!==i.item_id&&r.ajax({beforeSend:t,url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",method:"post",success:function(t){e(t),h(),r("body").trigger("moved_to_another_wishlist",[r(this),i.item_id])}})}function f(i){var t=i.parents(".cart.wishlist_table"),e=i.parents("[data-row-id]"),a=e.data("row-id"),o=t.data("id"),n=t.data("token"),s={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,wishlist_id:o,wishlist_token:n,fragments:T(a)};r.ajax({beforeSend:function(){x(t)},complete:function(){j(t)},data:s,method:"post",success:function(t){void 0!==t.fragments&&P(t.fragments),h(),r("body").trigger("removed_from_wishlist",[i,e])},url:yith_wcwl_l10n.ajax_url})}function p(t){var i=r(this),e=i.closest(".wishlist_table"),a=null;t.preventDefault(),(a=e.length?i.closest("[data-wishlist-id]").find(".wishlist-title"):i.parents(".wishlist-title")).next().show().find('input[type="text"]').focus(),a.hide()}function u(t){var i=r(this);t.preventDefault(),i.parents(".hidden-title-form").hide(),i.parents(".hidden-title-form").prev().show()}function m(t){var i,e=r(this),a=e.closest(".hidden-title-form"),o=e.closest("[data-wishlist-id]").data("wishlist-id"),n=a.find('input[type="text"]'),s=n.val();if(t.preventDefault(),!s)return a.addClass("woocommerce-invalid"),void n.focus();i={action:yith_wcwl_l10n.actions.save_title_action,wishlist_id:o,title:s,fragments:T()},r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",beforeSend:function(){x(a)},complete:function(){j(a)},success:function(t){var i=t.fragments;t.result?(a.hide(),a.prev().find(".wishlist-anchor").text(s).end().show()):(a.addClass("woocommerce-invalid"),n.focus()),void 0!==i&&P(i)}})}function v(t){var i=r(this),e=i.val(),a=i.closest("[data-wishlist-id]").data("wishlist-id"),o={action:yith_wcwl_l10n.actions.save_privacy_action,wishlist_id:a,privacy:e,fragments:T()};r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:o,dataType:"json",success:function(t){var i=t.fragments;void 0!==i&&P(i)}})}function y(t){if(void 0!==r.prettyPhoto&&void 0!==r.prettyPhoto.close)if(void 0!==t){var i=r(".pp_content_container"),e=i.find(".pp_content"),a=i.find(".yith-wcwl-popup-form"),o=a.closest(".pp_pic_holder");if(a.length){var n=r("<div/>",{class:"yith-wcwl-popup-feedback"});n.append(r("<i/>",{class:"fa fa-check heading-icon"})),n.append(r("<p/>",{class:"feedback",html:t})),n.css("display","none"),e.css("height","auto"),a.after(n),a.fadeOut(200,function(){n.fadeIn()}),o.addClass("feedback"),o.css("left",r(window).innerWidth()/2-o.outerWidth()/2+"px"),void 0!==yith_wcwl_l10n.auto_close_popup&&!yith_wcwl_l10n.auto_close_popup||setTimeout(y,yith_wcwl_l10n.popup_timeout)}}else try{r.prettyPhoto.close()}catch(t){}}function g(t){var i=r("#yith-wcwl-popup-message"),e=r("#yith-wcwl-message"),a=void 0!==yith_wcwl_l10n.popup_timeout?yith_wcwl_l10n.popup_timeout:3e3;void 0!==yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices||(e.html(t),i.css("margin-left","-"+r(i).width()+"px").fadeIn(),window.setTimeout(function(){i.fadeOut()},a))}function k(n){var t=r("select.wishlist-select"),i=r("ul.yith-wcwl-dropdown");t.each(function(){var e=r(this),t=e.find("option"),i=t.filter('[value="new"]');t.not(i).remove(),r.each(n,function(t,i){r("<option>",{value:i.id,html:i.wishlist_name}).appendTo(e)}),e.append(i)}),i.each(function(){var e=r(this),t=e.find("li"),i=e.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),a=i.attr("data-product-id"),o=i.attr("data-product-type");t.remove(),r.each(n,function(t,i){r("<li>").append(r("<a>",{rel:"nofollow",html:i.wishlist_name,class:"add_to_wishlist",href:i.add_to_this_wishlist_url,"data-product-id":a,"data-product-type":o,"data-wishlist-id":i.id})).appendTo(e)})})}function x(t){void 0!==r.fn.block&&t.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"40px 40px",opacity:1}})}function j(t){void 0!==r.fn.unblock&&t.stop(!0).css("opacity","1").unblock()}function C(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}function T(t){var e={},i=null;return t?"object"==typeof t?(i=(t=r.extend({s:"",container:r(document),firstLoad:!1},t)).container.find(".wishlist-fragment"),t.s&&(i=i.not("[data-fragment-ref]").add(i.filter('[data-fragment-ref="'+t.s+'"]'))),t.firstLoad&&(i=i.filter(".on-first-load"))):(i=r(".wishlist-fragment"),"string"!=typeof t&&"number"!=typeof t||(i=i.not("[data-fragment-ref]").add(i.filter('[data-fragment-ref="'+t+'"]')))):i=r(".wishlist-fragment"),i.each(function(){var t=r(this),i=t.attr("class");e[i]=t.data("fragment-options")}),e}function S(t){if(yith_wcwl_l10n.enable_ajax_loading){var i=T(t=r.extend({firstLoad:!0},t));i&&r.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,fragments:i},method:"post",success:function(t){void 0!==t.fragments&&(P(t.fragments),h(),r(document).trigger("yith_wcwl_fragments_loaded",[i,t.fragments]))},url:yith_wcwl_l10n.ajax_url})}}function P(t){r.each(t,function(t,i){var e="."+t.split(" ").filter(function(t){return t.length&&"exists"!==t}).join("."),a=r(e),o=r(i).filter(e);o.length||(o=r(i).find(e)),a.length&&o.length&&a.replaceWith(o)})}function s(){return navigator.userAgent.match(/ipad|iphone/i)}r(document).on("yith_wcwl_init",function(){var t=r(this),s="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";t.on("click",".add_to_wishlist",function(t){var i,a=r(this),e=a.attr("data-product-id"),o=r(".add-to-wishlist-"+e),n={add_to_wishlist:e,product_type:a.data("product-type"),wishlist_id:a.data("wishlist-id"),action:yith_wcwl_l10n.actions.add_to_wishlist_action,fragments:T(e)};if((i=r(document).triggerHandler("yith_wcwl_add_to_wishlist_data",[a,n]))&&(n=i),t.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){var s=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),d=s.find(".wishlist-select"),l=s.find(".wishlist-name"),c=s.find(".wishlist-visibility").filter(":checked");if(n.wishlist_id=d.is(":visible")?d.val():"new",n.wishlist_name=l.val(),n.wishlist_visibility=c.val(),"new"===n.wishlist_id&&!n.wishlist_name)return l.closest("p").addClass("woocommerce-invalid"),!1;l.closest("p").removeClass("woocommerce-invalid")}if(C())return r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:n,dataType:"json",beforeSend:function(){x(a)},complete:function(){j(a)},success:function(t){var i=t.result,e=t.message;yith_wcwl_l10n.multi_wishlist?(y(e),void 0!==t.user_wishlists&&k(t.user_wishlists)):g(e),"true"!==i&&"exists"!==i||(void 0!==t.fragments&&P(t.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||o.find(".yith-wcwl-add-button").remove(),o.addClass("exists")),h(),r("body").trigger("added_to_wishlist",[a,o])}}),!1;alert(yith_wcwl_l10n.labels.cookie_disabled)}),t.on("click",".wishlist_table .remove_from_wishlist",function(t){var i=r(this);return t.preventDefault(),f(i),!1}),t.on("adding_to_cart","body",function(t,i,e){void 0!==i&&void 0!==e&&i.closest(".wishlist_table").length&&(e.remove_from_wishlist_after_add_to_cart=i.closest("[data-row-id]").data("row-id"),e.wishlist_id=i.closest(".wishlist_table").data("id"),"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=yith_wcwl_l10n.redirect_to_cart))}),t.on("added_to_cart","body",function(t,i,e,a){if(void 0!==a&&a.closest(".wishlist_table").length){"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=s),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=s);var o=a.closest("[data-row-id]"),n=o.closest(".wishlist-fragment").data("fragment-options");a.removeClass("added"),o.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&n.is_user_owner&&o.remove()}}),t.on("added_to_cart","body",function(){var t=r(".woocommerce-message");0===t.length?r("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):t.fadeOut(300,function(){r(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}),t.on("cart_page_refreshed","body",h),t.on("click",".show-title-form",p),t.on("click",".wishlist-title-with-form h2",p),t.on("click",".remove_from_all_wishlists",function(t){var i=r(this),e=i.attr("data-product-id"),a=i.data("wishlist-id"),o=i.closest(".content"),n={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,prod_id:e,wishlist_id:a,fragments:T(e)};t.preventDefault(),r.ajax({beforeSend:function(){x(o)},complete:function(){j(o)},data:n,dataType:"json",method:"post",success:function(t){void 0!==t.fragments&&P(t.fragments),h()},url:yith_wcwl_l10n.ajax_url})}),t.on("click",".hide-title-form",u),t.on("click",".save-title-form",m),t.on("change",".wishlist_manage_table .wishlist-visibility",v),t.on("change",".change-wishlist",function(){var t=r(this),i=t.parents(".cart.wishlist_table"),e=i.data("token"),a=t.parents("[data-row-id]").data("row-id");w({wishlist_token:e,destination_wishlist_token:t.val(),item_id:a,fragments:T()},function(){x(i)},function(t){void 0!==t.fragments&&P(t.fragments),j(i)})}),t.on("click",".yith-wcwl-popup-footer .move_to_wishlist",function(){var e=r(this),t=e.attr("data-product-id"),i=e.data("origin-wishlist-id"),a=e.closest("form"),o=a.find(".wishlist-select").val(),n=a.find(".wishlist-name"),s=n.val(),d=a.find(".wishlist-visibility").filter(":checked").val();if("new"===o&&!s)return n.closest("p").addClass("woocommerce-invalid"),!1;n.closest("p").removeClass("woocommerce-invalid"),w({wishlist_token:i,destination_wishlist_token:o,item_id:t,wishlist_name:s,wishlist_visibility:d,fragments:T(t)},function(){x(e)},function(t){var i=t.message;yith_wcwl_l10n.multi_wishlist?(y(i),void 0!==t.user_wishlists&&k(t.user_wishlists)):g(i),void 0!==t.fragments&&P(t.fragments),h(),j(e)})}),t.on("click",".delete_item",function(){var a=r(this),t=a.attr("data-product-id"),i=a.data("item-id"),o=r(".add-to-wishlist-"+t);return r.ajax({url:yith_wcwl_l10n.ajax_url,data:{action:yith_wcwl_l10n.actions.delete_item_action,item_id:i,fragments:T(t)},dataType:"json",beforeSend:function(){x(a)},complete:function(){j(a)},method:"post",success:function(t){var i=t.fragments,e=t.message;yith_wcwl_l10n.multi_wishlist&&y(e),a.closest(".yith-wcwl-remove-button").length||g(e),void 0!==i&&P(i),h(),r("body").trigger("removed_from_wishlist",[a,o])}}),!1}),t.on("change",".yith-wcwl-popup-content .wishlist-select",function(){var t=r(this);"new"===t.val()?t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()}),t.on("change","#bulk_add_to_cart",function(){var t=r(this),i=t.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');t.is(":checked")?i.attr("checked","checked").change():i.removeAttr("checked").change()}),t.on("submit",".wishlist-ask-an-estimate-popup",function(){var t=r(this),e=t.closest("form"),a=t.closest(".pp_content"),i=e.serialize();return r.ajax({beforeSend:function(){x(e)},complete:function(){j(e)},data:i+"&action="+yith_wcwl_l10n.actions.ask_an_estimate,dataType:"json",method:"post",success:function(t){if(void 0!==t.result&&t.result){var i=t.template;void 0!==i&&(e.replaceWith(i),a.css("height","auto"),setTimeout(y,3e3))}else void 0!==t.message&&(e.find(".woocommerce-error").remove(),e.find(".popup-description").after(r("<div>",{text:t.message,class:"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1}),t.on("click",".yith-wfbt-add-wishlist",function(t){t.preventDefault();var i=r(this),e=r("#yith-wcwl-form");r("html, body").animate({scrollTop:e.offset().top},500),function(t,e){var i=t.data("data-product-id"),a=r(document).find(".cart.wishlist_table"),o=a.data("pagination"),n=a.data("per-page"),s=a.data("id"),d=a.data("token"),l={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:o,per_page:n,wishlist_id:s,wishlist_token:d,add_to_wishlist:i,product_type:t.data("product-type")};if(!C())return alert(yith_wcwl_l10n.labels.cookie_disabled);r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:l,dataType:"html",beforeSend:function(){x(a)},complete:function(){j(a)},success:function(t){var i=r(t).find("#yith-wcwl-form");e.replaceWith(i),h()}})}(i,e)}),t.on("submit",".yith-wcwl-popup-form",function(){return!1}),t.on("yith_infs_added_elem",function(){e()}),t.on("found_variation",function(t,i){var a=r(t.target).data("product_id"),o=i.variation_id,e=r('.add_to_wishlist[data-product-id="'+a+'"]').add('.add_to_wishlist[data-original-product-id="'+a+'"]');a&&o&&e.length&&e.each(function(){var t,i=r(this),e=i.closest(".yith-wcwl-add-to-wishlist");i.attr("data-original-product-id",a),i.attr("data-product-id",o),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=o,e.data("fragment-options",t)),e.removeClass(function(t,i){return i.match(/add-to-wishlist-\S+/g).join(" ")}).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})}),t.on("reset_data",function(t){var o=r(t.target).data("product_id"),i=r('.add_to_wishlist[data-original-product-id="'+o+'"]');o&&i.length&&i.each(function(){var t,i=r(this),e=i.closest(".yith-wcwl-add-to-wishlist"),a=i.attr("data-product-id");i.attr("data-product-id",o),i.attr("data-original-product-id",""),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=o,e.data("fragment-options",t)),e.removeClass("add-to-wishlist-"+a).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})}),t.on("yith_wcwl_reload_fragments",S),t.on("yith_infs_added_elem",function(t,i){S({container:i,firstLoad:!1})}),t.on("yith_wcwl_fragments_loaded",function(t){r(".variations_form").find(".variations select").last().change()}),t.on("click",".yith-wcwl-popup-feedback .close-popup",function(){y()}),function(){if(void 0!==yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices)return;if(r(".yith-wcwl-add-to-wishlist").length&&!r("#yith-wcwl-popup-message").length){var t=r("<div>").attr("id","yith-wcwl-message"),i=r("<div>").attr("id","yith-wcwl-popup-message").html(t).hide();r("body").prepend(i)}}(),n(),d(),l(),function(){var n,s;r(".wishlist_table").on("change",".product-quantity input",function(){var t=r(this),i=t.closest("[data-row-id]"),e=i.data("row-id"),a=t.closest(".wishlist_table"),o=a.data("token");clearTimeout(s),i.find(".add_to_cart").data("quantity",t.val()),s=setTimeout(function(){n&&n.abort(),n=r.ajax({beforeSend:function(){x(a)},complete:function(){j(a)},data:{product_id:e,wishlist_token:o,quantity:t.val(),action:yith_wcwl_l10n.actions.update_item_quantity},method:"POST",url:yith_wcwl_l10n.ajax_url})},1e3)})}(),_(),r(document).on("click",".show-tab",function(t){var i=r(this),e=i.closest(".yith-wcwl-popup-content"),a=i.data("tab"),o=e.find(".tab").filter("."+a);if(t.preventDefault(),!o.length)return!1;i.addClass("active").siblings(".show-tab").removeClass("active"),o.show().siblings(".tab").hide(),"create"===a?e.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):e.find("#new_wishlist_selector").remove()}),r(document).on("change",".wishlist-select",function(t){var i=r(this),e=i.closest(".yith-wcwl-popup-content"),a=i.closest(".tab"),o=e.find(".tab.create"),n=e.find(".show-tab"),s=n.filter('[data-tab="create"]');"new"===i.val()&&o.length&&(a.hide(),o.show(),n.removeClass("active"),s.addClass("active"),i.find("option").removeProp("selected"),i.change())}),i(),a(),e(),o(),function(){var c=!1;if(!yith_wcwl_l10n.is_wishlist_responsive)return;r(window).on("resize",function(t){var i=r(".wishlist_table.responsive"),e=i.is(".mobile"),a=window.matchMedia("(max-width: 768px)"),o=i.closest("form"),n=o.attr("class"),s=o.data("fragment-options"),d={},l=!1;i.length&&(a.matches&&i&&!e?(s.is_mobile="yes",l=!0):!a.matches&&i&&e&&(s.is_mobile="no",l=!0),l&&(c&&c.abort(),d[n]=s,c=r.ajax({beforeSend:function(){x(i)},complete:function(){j(i)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,fragments:d},method:"post",success:function(t){void 0!==t.fragments&&(P(t.fragments),h(),r(document).trigger("yith_wcwl_responsive_template",[e,t.fragments]))},url:yith_wcwl_l10n.ajax_url})))})}(),c(),S()}).trigger("yith_wcwl_init")});
1
+ jQuery(document).ready((function(t){function i(){void 0!==t.fn.selectBox&&t("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){if(void 0!==t.prettyPhoto){var e={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){i(),t(".wishlist-select").filter(":visible").change(),t(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt">&nbsp;</div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay yith-wcwl-overlay"></div>'};t('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').unbind("click").prettyPhoto(e),t('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",(function(){var i=t(this),e=t("#move_to_another_wishlist").find("form"),a=e.find(".row-id"),o=i.closest("[data-row-id]").data("row-id");a.length&&a.remove(),e.append('<input type="hidden" name="row_id" class="row-id" value="'+o+'"/>')})).prettyPhoto(e);var a=function(i,e){if(void 0!==i.classList&&i.classList.contains("yith-wcwl-overlay")){var a="remove"===e?"removeClass":"addClass";t("body")[a]("yith-wcwl-with-pretty-photo")}},o=function(t){a(t,"add")},n=function(t){a(t,"remove")};new MutationObserver((function(t){for(var i in t){var e=t[i];"childList"===e.type&&(void 0!==e.addedNodes&&e.addedNodes.forEach(o),void 0!==e.removedNodes&&e.removedNodes.forEach(n))}})).observe(document.body,{childList:!0})}}function a(){t(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",(function(){var i=t(this);i.parent().removeClass("checked").removeClass("unchecked").addClass(i.is(":checked")?"checked":"unchecked")})).trigger("change")}function o(){t(".add_to_cart").filter("[data-icon]").not(".icon-added").each((function(){var i,e=t(this),a=e.data("icon");i=a.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?t("<img/>",{src:a}):t("<i/>",{class:"fa "+a}),e.prepend(i).addClass("icon-added")}))}function n(){i(),e(),a(),o(),l(),s(),_(),d(),c(),r(),t(document).trigger("yith_wcwl_init_after_ajax")}function s(){yith_wcwl_l10n.enable_tooltip&&t(".yith-wcwl-add-to-wishlist").find("[data-title]").each((function(){var i=t(this);i.hasClass("tooltip-added")||(i.on("mouseenter",(function(){var i,e=t(this),a=null,o=e.outerWidth(),n=0;a=t("<span>",{class:"yith-wcwl-tooltip",text:e.data("title")}),e.append(a),i=a.outerWidth()+6,a.outerWidth(i),n=(o-i)/2,a.css({left:n.toFixed(0)+"px"}).fadeIn(200),e.addClass("with-tooltip")})).on("mouseleave",(function(){var i=t(this);i.find(".yith-wcwl-tooltip").fadeOut(200,(function(){i.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()}))})),i.addClass("tooltip-added"))}))}function l(){t(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",(function(){var i=t(this).find(".yith-wcwl-dropdown");i.length&&i.fadeOut(200)})).children("a").on("mouseenter",(function(){var i=t(this).closest(".with-dropdown"),e=i.find(".yith-wcwl-dropdown");e.length&&e.children().length&&i.find(".yith-wcwl-dropdown").fadeIn(200)}))}function d(){void 0!==yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&t(".wishlist_table").filter(".sortable").not(".no-interactions").each((function(){var i=t(this),e=!1;i.sortable({items:"[data-row-id]",scroll:!0,helper:function(i,e){return e.children().each((function(){t(this).width(t(this).width())})),e},update:function(){var a=i.find("[data-row-id]"),o=[],n=0;a.length&&(e&&e.abort(),a.each((function(){var i=t(this);i.find('input[name*="[position]"]').val(n++),o.push(i.data("row-id"))})),e=t.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,positions:o,wishlist_token:i.data("token"),page:i.data("page"),per_page:i.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})}))}function c(){var i,e;t(".wishlist_table").on("change",".product-quantity input",(function(){var a=t(this),o=a.closest("[data-row-id]"),n=o.data("row-id"),s=a.closest(".wishlist_table"),l=s.data("token");clearTimeout(e),o.find(".add_to_cart").attr("data-quantity",a.val()),e=setTimeout((function(){i&&i.abort(),i=t.ajax({beforeSend:function(){b(s)},complete:function(){k(s)},data:{product_id:n,wishlist_token:l,quantity:a.val(),action:yith_wcwl_l10n.actions.update_item_quantity},method:"POST",url:yith_wcwl_l10n.ajax_url})}),1e3)}))}function r(){t(".copy-trigger").on("click",(function(){var i=t(".copy-target");if(i.length>0)if(i.is("input"))S()?i[0].setSelectionRange(0,9999):i.select(),document.execCommand("copy");else{var e=t("<input/>",{val:i.text(),type:"text"});t("body").append(e),S()?e[0].setSelectionRange(0,9999):e.select(),document.execCommand("copy"),e.remove()}}))}function _(){t(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",(function(i){var e=t(this).closest("[data-row-id]"),a=e.siblings("[data-row-id]"),o=e.find(".item-details");i.preventDefault(),o.length&&(a.removeClass("show"),e.toggleClass("show"))})).on("click","[data-row-id] a.close",(function(i){var e=t(this).closest("[data-row-id]"),a=e.find(".item-details");i.preventDefault(),a.length&&e.removeClass("show")})).on("click","[data-row-id] a.remove_from_wishlist",(function(i){var e=t(this);return i.stopPropagation(),w(e),!1})).addClass("enhanced"),t(document).on("click",(function(i){t(i.target).closest("[data-row-id]").length||t(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})).on("added_to_cart",(function(){t(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}))}function h(i,e,a){i.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,""!==i.wishlist_token&&""!==i.destination_wishlist_token&&""!==i.item_id&&t.ajax({beforeSend:e,url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",method:"post",success:function(e){a(e),n(),t("body").trigger("moved_to_another_wishlist",[t(this),i.item_id])}})}function w(i){var e=i.parents(".cart.wishlist_table"),a=i.parents("[data-row-id]"),o=a.data("row-id"),s=e.data("id"),l=e.data("token"),d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:o,wishlist_id:s,wishlist_token:l,fragments:j(o)};t.ajax({beforeSend:function(){b(e)},complete:function(){k(e)},data:d,method:"post",success:function(e){void 0!==e.fragments&&T(e.fragments),n(),t("body").trigger("removed_from_wishlist",[i,a])},url:yith_wcwl_l10n.ajax_url})}function f(i){var e=t(this),a=e.closest(".wishlist_table"),o=null;i.preventDefault(),(o=a.length?e.closest("[data-wishlist-id]").find(".wishlist-title"):e.parents(".wishlist-title")).next().show().find('input[type="text"]').focus(),o.hide()}function p(i){var e=t(this);i.preventDefault(),e.parents(".hidden-title-form").hide(),e.parents(".hidden-title-form").prev().show()}function u(i){var e,a=t(this),o=a.closest(".hidden-title-form"),n=a.closest("[data-wishlist-id]").data("wishlist-id"),s=o.find('input[type="text"]'),l=s.val();if(i.preventDefault(),!l)return o.addClass("woocommerce-invalid"),void s.focus();e={action:yith_wcwl_l10n.actions.save_title_action,wishlist_id:n,title:l,fragments:j()},t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){b(o)},complete:function(){k(o)},success:function(t){var i=t.fragments;t.result?(o.hide(),o.prev().find(".wishlist-anchor").text(l).end().show()):(o.addClass("woocommerce-invalid"),s.focus()),void 0!==i&&T(i)}})}function m(){var i=t(this),e=i.val(),a=i.closest("[data-wishlist-id]").data("wishlist-id"),o={action:yith_wcwl_l10n.actions.save_privacy_action,wishlist_id:a,privacy:e,fragments:j()};t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:o,dataType:"json",success:function(t){var i=t.fragments;void 0!==i&&T(i)}})}function v(i){if(void 0!==t.prettyPhoto&&void 0!==t.prettyPhoto.close)if(void 0!==i){var e=t(".pp_content_container"),a=e.find(".pp_content"),o=e.find(".yith-wcwl-popup-form"),n=o.closest(".pp_pic_holder");if(o.length){var s=t("<div/>",{class:"yith-wcwl-popup-feedback"});s.append(t("<i/>",{class:"fa fa-check heading-icon"})),s.append(t("<p/>",{class:"feedback",html:i})),s.css("display","none"),a.css("height","auto"),o.after(s),o.fadeOut(200,(function(){s.fadeIn()})),n.addClass("feedback"),n.css("left",t(window).innerWidth()/2-n.outerWidth()/2+"px"),(void 0===yith_wcwl_l10n.auto_close_popup||yith_wcwl_l10n.auto_close_popup)&&setTimeout(v,yith_wcwl_l10n.popup_timeout)}}else try{t.prettyPhoto.close()}catch(t){}}function g(i){var e=t("#yith-wcwl-popup-message"),a=t("#yith-wcwl-message"),o=void 0!==yith_wcwl_l10n.popup_timeout?yith_wcwl_l10n.popup_timeout:3e3;(void 0===yith_wcwl_l10n.enable_notices||yith_wcwl_l10n.enable_notices)&&(a.html(i),e.css("margin-left","-"+t(e).width()+"px").fadeIn(),window.setTimeout((function(){e.fadeOut()}),o))}function y(i){var e=t("select.wishlist-select"),a=t("ul.yith-wcwl-dropdown");e.each((function(){var e=t(this),a=e.find("option"),o=a.filter('[value="new"]');a.not(o).remove(),t.each(i,(function(i,a){t("<option>",{value:a.id,html:a.wishlist_name}).appendTo(e)})),e.append(o)})),a.each((function(){var e=t(this),a=e.find("li"),o=e.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),n=o.attr("data-product-id"),s=o.attr("data-product-type");a.remove(),t.each(i,(function(i,a){a.default||t("<li>").append(t("<a>",{rel:"nofollow",html:a.wishlist_name,class:"add_to_wishlist",href:a.add_to_this_wishlist_url,"data-product-id":n,"data-product-type":s,"data-wishlist-id":a.id})).appendTo(e)}))}))}function b(i){void 0!==t.fn.block&&i.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"40px 40px",opacity:1}})}function k(i){void 0!==t.fn.unblock&&i.stop(!0).css("opacity","1").unblock()}function x(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}function j(i){var e={},a=null;return i?"object"==typeof i?(a=(i=t.extend({fragments:null,s:"",container:t(document),firstLoad:!1},i)).fragments?i.fragments:i.container.find(".wishlist-fragment"),i.s&&(a=a.not("[data-fragment-ref]").add(a.filter('[data-fragment-ref="'+i.s+'"]'))),i.firstLoad&&(a=a.filter(".on-first-load"))):(a=t(".wishlist-fragment"),"string"!=typeof i&&"number"!=typeof i||(a=a.not("[data-fragment-ref]").add(a.filter('[data-fragment-ref="'+i+'"]')))):a=t(".wishlist-fragment"),a.each((function(){var i=t(this),a=i.attr("class").split(" ").filter(t=>t.length&&"exists"!==t).join(yith_wcwl_l10n.fragments_index_glue);e[a]=i.data("fragment-options")})),e}function C(i){if(yith_wcwl_l10n.enable_ajax_loading){var e=j(i=t.extend({firstLoad:!0},i));e&&t.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,fragments:e},method:"post",success:function(a){void 0!==a.fragments&&(T(a.fragments),n(),t(document).trigger("yith_wcwl_fragments_loaded",[e,a.fragments,i.firstLoad]))},url:yith_wcwl_l10n.ajax_url})}}function T(i){t.each(i,(function(i,e){var a="."+i.split(yith_wcwl_l10n.fragments_index_glue).filter(t=>t.length&&"exists"!==t).join("."),o=t(a),n=t(e).filter(a);n.length||(n=t(e).find(a)),o.length&&n.length&&o.replaceWith(n)}))}function S(){return navigator.userAgent.match(/ipad|iphone/i)}t(document).on("yith_wcwl_init",(function(){var S=t(this),P="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";S.on("click",".add_to_wishlist",(function(i){var e,a=t(this),o=a.attr("data-product-id"),s=t(".add-to-wishlist-"+o),l={add_to_wishlist:o,product_type:a.data("product-type"),wishlist_id:a.data("wishlist-id"),action:yith_wcwl_l10n.actions.add_to_wishlist_action,fragments:j(o)};if((e=t(document).triggerHandler("yith_wcwl_add_to_wishlist_data",[a,l]))&&(l=e),i.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){var d=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),c=d.find(".wishlist-select"),r=d.find(".wishlist-name"),_=d.find(".wishlist-visibility").filter(":checked");if(l.wishlist_id=c.is(":visible")?c.val():"new",l.wishlist_name=r.val(),l.wishlist_visibility=_.val(),"new"===l.wishlist_id&&!l.wishlist_name)return r.closest("p").addClass("woocommerce-invalid"),!1;r.closest("p").removeClass("woocommerce-invalid")}if(x())return t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:l,dataType:"json",beforeSend:function(){b(a)},complete:function(){k(a)},success:function(i){var e=i.result,o=i.message;yith_wcwl_l10n.multi_wishlist?(v(o),void 0!==i.user_wishlists&&y(i.user_wishlists)):g(o),"true"!==e&&"exists"!==e||(void 0!==i.fragments&&T(i.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||s.find(".yith-wcwl-add-button").remove(),s.addClass("exists")),n(),t("body").trigger("added_to_wishlist",[a,s])}}),!1;window.alert(yith_wcwl_l10n.labels.cookie_disabled)})),S.on("click",".wishlist_table .remove_from_wishlist",(function(i){var e=t(this);return i.preventDefault(),w(e),!1})),S.on("adding_to_cart","body",(function(t,i,e){void 0!==i&&void 0!==e&&i.closest(".wishlist_table").length&&(e.remove_from_wishlist_after_add_to_cart=i.closest("[data-row-id]").data("row-id"),e.wishlist_id=i.closest(".wishlist_table").data("id"),"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=yith_wcwl_l10n.redirect_to_cart))})),S.on("added_to_cart","body",(function(t,i,e,a){if(void 0!==a&&a.closest(".wishlist_table").length){"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=P),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=P);var o=a.closest("[data-row-id]"),n=o.closest(".wishlist-fragment").data("fragment-options");a.removeClass("added"),o.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&n.is_user_owner&&o.remove()}})),S.on("added_to_cart","body",(function(){var i=t(".woocommerce-message");0===i.length?t("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):i.fadeOut(300,(function(){t(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()}))})),S.on("cart_page_refreshed","body",n),S.on("click",".show-title-form",f),S.on("click",".wishlist-title-with-form h2",f),S.on("click",".remove_from_all_wishlists",(function(i){var e=t(this),a=e.attr("data-product-id"),o=e.data("wishlist-id"),s=e.closest(".content"),l={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,prod_id:a,wishlist_id:o,fragments:j(a)};i.preventDefault(),t.ajax({beforeSend:function(){b(s)},complete:function(){k(s)},data:l,dataType:"json",method:"post",success:function(t){void 0!==t.fragments&&T(t.fragments),n()},url:yith_wcwl_l10n.ajax_url})})),S.on("click",".hide-title-form",p),S.on("click",".save-title-form",u),S.on("change",".wishlist_manage_table .wishlist-visibility",m),S.on("change",".change-wishlist",(function(){var i=t(this),e=i.parents(".cart.wishlist_table"),a=e.data("token"),o=i.parents("[data-row-id]").data("row-id");h({wishlist_token:a,destination_wishlist_token:i.val(),item_id:o,fragments:j()},(function(){b(e)}),(function(t){void 0!==t.fragments&&T(t.fragments),k(e)}))})),S.on("click",".yith-wcwl-popup-footer .move_to_wishlist",(function(){var i=t(this),e=i.attr("data-product-id"),a=i.data("origin-wishlist-id"),o=i.closest("form"),s=o.find(".wishlist-select").val(),l=o.find(".wishlist-name"),d=l.val(),c=o.find(".wishlist-visibility").filter(":checked").val();if("new"===s&&!d)return l.closest("p").addClass("woocommerce-invalid"),!1;l.closest("p").removeClass("woocommerce-invalid"),h({wishlist_token:a,destination_wishlist_token:s,item_id:e,wishlist_name:d,wishlist_visibility:c,fragments:j(e)},(function(){b(i)}),(function(t){var e=t.message;yith_wcwl_l10n.multi_wishlist?(v(e),void 0!==t.user_wishlists&&y(t.user_wishlists)):g(e),void 0!==t.fragments&&T(t.fragments),n(),k(i)}))})),S.on("click",".delete_item",(function(){var i=t(this),e=i.attr("data-product-id"),a=i.data("item-id"),o=t(".add-to-wishlist-"+e);return t.ajax({url:yith_wcwl_l10n.ajax_url,data:{action:yith_wcwl_l10n.actions.delete_item_action,item_id:a,fragments:j(e)},dataType:"json",beforeSend:function(){b(i)},complete:function(){k(i)},method:"post",success:function(e){var a=e.fragments,s=e.message;yith_wcwl_l10n.multi_wishlist&&v(s),i.closest(".yith-wcwl-remove-button").length||g(s),void 0!==a&&T(a),n(),t("body").trigger("removed_from_wishlist",[i,o])}}),!1})),S.on("change",".yith-wcwl-popup-content .wishlist-select",(function(){var i=t(this);"new"===i.val()?i.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():i.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()})),S.on("change","#bulk_add_to_cart",(function(){var i=t(this),e=i.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');i.is(":checked")?e.attr("checked","checked").change():e.removeAttr("checked").change()})),S.on("submit",".wishlist-ask-an-estimate-popup",(function(){var i=t(this),e=i.closest("form"),a=i.closest(".pp_content"),o=e.serialize();return t.ajax({beforeSend:function(){b(e)},complete:function(){k(e)},data:o+"&action="+yith_wcwl_l10n.actions.ask_an_estimate,dataType:"json",method:"post",success:function(i){if(void 0!==i.result&&i.result){var o=i.template;void 0!==o&&(e.replaceWith(o),a.css("height","auto"),setTimeout(v,yith_wcwl_l10n.time_to_close_prettyphoto))}else void 0!==i.message&&(e.find(".woocommerce-error").remove(),e.find(".popup-description").after(t("<div>",{text:i.message,class:"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1})),S.on("click",".yith-wfbt-add-wishlist",(function(i){i.preventDefault();var e=t(this),a=t("#yith-wcwl-form");t("html, body").animate({scrollTop:a.offset().top},500),function(i,e){var a=i.attr("data-product-id"),o=t(document).find(".cart.wishlist_table"),s=o.data("pagination"),l=o.data("per-page"),d=o.data("id"),c=o.data("token"),r={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:s,per_page:l,wishlist_id:d,wishlist_token:c,add_to_wishlist:a,context:"frontend",product_type:i.data("product-type")};if(!x())return void window.alert(yith_wcwl_l10n.labels.cookie_disabled);t.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:r,dataType:"html",beforeSend:function(){b(o)},complete:function(){k(o)},success:function(i){var a=t(i),o=a.find("#yith-wcwl-form"),s=a.find(".yith-wfbt-slider-wrapper");e.replaceWith(o),t(".yith-wfbt-slider-wrapper").replaceWith(s),n(),t(document).trigger("yith_wcwl_reload_wishlist_from_frequently")}})}(e,a)})),S.on("submit",".yith-wcwl-popup-form",(function(){return!1})),S.on("yith_infs_added_elem",(function(){e()})),S.on("found_variation",(function(i,e){var a=t(i.target).data("product_id"),o=e.variation_id,n=t('[data-product-id="'+a+'"]').add('[data-original-product-id="'+a+'"]'),s=n.closest(".wishlist-fragment");a&&o&&n.length&&(n.each((function(){var i,e=t(this),n=e.closest(".yith-wcwl-add-to-wishlist");e.attr("data-original-product-id",a),e.attr("data-product-id",o),n.length&&(void 0!==(i=n.data("fragment-options"))&&(i.product_id=o,n.data("fragment-options",i)),n.removeClass((function(t,i){return i.match(/add-to-wishlist-\S+/g).join(" ")})).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})),b(s),C({fragments:s,firstLoad:!1}))})),S.on("reset_data",(function(i){var e=t(i.target).data("product_id"),a=t('[data-original-product-id="'+e+'"]'),o=a.closest(".wishlist-fragment");e&&a.length&&(a.each((function(){var i,a=t(this),o=a.closest(".yith-wcwl-add-to-wishlist"),n=a.attr("data-product-id");a.attr("data-product-id",e),a.attr("data-original-product-id",""),o.length&&(void 0!==(i=o.data("fragment-options"))&&(i.product_id=e,o.data("fragment-options",i)),o.removeClass("add-to-wishlist-"+n).addClass("add-to-wishlist-"+e).attr("data-fragment-ref",e))})),b(o),C({fragments:o,firstLoad:!1}))})),S.on("yith_wcwl_reload_fragments",C),S.on("yith_infs_added_elem",(function(t,i){C({container:i,firstLoad:!1})})),S.on("yith_wcwl_fragments_loaded",(function(i,e,a,o){o&&t(".variations_form").find(".variations select").last().change()})),S.on("click",".yith-wcwl-popup-feedback .close-popup",(function(t){t.preventDefault(),v()})),function(){if(void 0!==yith_wcwl_l10n.enable_notices&&!yith_wcwl_l10n.enable_notices)return;if(t(".yith-wcwl-add-to-wishlist").length&&!t("#yith-wcwl-popup-message").length){var i=t("<div>").attr("id","yith-wcwl-message"),e=t("<div>").attr("id","yith-wcwl-popup-message").html(i).hide();t("body").prepend(e)}}(),s(),l(),d(),c(),_(),t(document).on("click",".show-tab",(function(i){var e=t(this),a=e.closest(".yith-wcwl-popup-content"),o=e.data("tab"),n=a.find(".tab").filter("."+o);if(i.preventDefault(),!n.length)return!1;e.addClass("active").siblings(".show-tab").removeClass("active"),n.show().siblings(".tab").hide(),"create"===o?a.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):a.find("#new_wishlist_selector").remove()})),t(document).on("change",".wishlist-select",(function(){var i=t(this),e=i.closest(".yith-wcwl-popup-content"),a=i.closest(".tab"),o=e.find(".tab.create"),n=e.find(".show-tab"),s=n.filter('[data-tab="create"]');"new"===i.val()&&o.length&&(a.hide(),o.show(),n.removeClass("active"),s.addClass("active"),i.find("option").removeProp("selected"),i.change())})),i(),a(),e(),o(),function(){var i=!1;if(!yith_wcwl_l10n.is_wishlist_responsive)return;t(window).on("resize",(function(){var e=t(".wishlist_table.responsive"),a=e.is(".mobile"),o=window.matchMedia("(max-width: 768px)"),s=e.closest("form"),l=s.attr("class"),d=s.data("fragment-options"),c={},r=!1;e.length&&(o.matches&&e&&!a?(d.is_mobile="yes",r=!0):!o.matches&&e&&a&&(d.is_mobile="no",r=!0),r&&(i&&i.abort(),c[l.split(" ").join(yith_wcwl_l10n.fragments_index_glue)]=d,i=t.ajax({beforeSend:function(){b(e)},complete:function(){k(e)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,fragments:c},method:"post",success:function(i){void 0!==i.fragments&&(T(i.fragments),n(),t(document).trigger("yith_wcwl_responsive_template",[a,i.fragments]))},url:yith_wcwl_l10n.ajax_url})))}))}(),r(),C()})).trigger("yith_wcwl_init")}));
assets/js/unminified/admin/yith-wcwl.js CHANGED
@@ -485,8 +485,7 @@ jQuery( document ).ready( function( $ ) {
485
  };
486
 
487
  t.select2({
488
- templateResult: renderOption,
489
- templateSelection: renderOption
490
  });
491
  } );
492
 
485
  };
486
 
487
  t.select2({
488
+ templateResult: renderOption
 
489
  });
490
  } );
491
 
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -6,6 +6,8 @@
6
  * @version 3.0.0
7
  */
8
 
 
 
9
  jQuery( document ).ready( function( $ ){
10
 
11
  /* === MAIN INIT === */
@@ -56,7 +58,7 @@ jQuery( document ).ready( function( $ ){
56
  }
57
 
58
  if( ! is_cookie_enabled() ){
59
- alert( yith_wcwl_l10n.labels.cookie_disabled );
60
  return;
61
  }
62
 
@@ -80,7 +82,7 @@ jQuery( document ).ready( function( $ ){
80
  close_pretty_photo( response_message );
81
 
82
  // update options for all wishlist selects
83
- if( typeof( response.user_wishlists ) != 'undefined' ) {
84
  update_wishlists( response.user_wishlists );
85
  }
86
  }
@@ -88,8 +90,8 @@ jQuery( document ).ready( function( $ ){
88
  print_message(response_message);
89
  }
90
 
91
- if( response_result === "true" || response_result === "exists" ) {
92
- if( typeof response.fragments != 'undefined' ) {
93
  replace_fragments( response.fragments );
94
  }
95
 
@@ -121,7 +123,7 @@ jQuery( document ).ready( function( $ ){
121
  } );
122
 
123
  t.on( 'adding_to_cart', 'body', function( ev, button, data ){
124
- if( typeof button != 'undefined' && typeof data != 'undefined' && button.closest( '.wishlist_table' ).length ){
125
  data.remove_from_wishlist_after_add_to_cart = button.closest( '[data-row-id]' ).data( 'row-id' );
126
  data.wishlist_id = button.closest( '.wishlist_table' ).data( 'id' );
127
  typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart );
@@ -130,7 +132,7 @@ jQuery( document ).ready( function( $ ){
130
  } );
131
 
132
  t.on( 'added_to_cart', 'body', function( ev, fragments, carthash, button ){
133
- if( typeof button != 'undefined' && button.closest( '.wishlist_table' ).length ) {
134
  typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add );
135
  typeof yith_wccl_general !== 'undefined' && ( yith_wccl_general.cart_redirect = cart_redirect_after_add );
136
 
@@ -191,7 +193,7 @@ jQuery( document ).ready( function( $ ){
191
  dataType: 'json',
192
  method: 'post',
193
  success: function( data ){
194
- if( typeof data.fragments != 'undefined' ){
195
  replace_fragments( data.fragments );
196
  }
197
 
@@ -225,7 +227,7 @@ jQuery( document ).ready( function( $ ){
225
  block( table );
226
  },
227
  function( data ){
228
- if( typeof data.fragments != 'undefined' ) {
229
  replace_fragments( data.fragments );
230
  }
231
 
@@ -270,7 +272,7 @@ jQuery( document ).ready( function( $ ){
270
  if( yith_wcwl_l10n.multi_wishlist ) {
271
  close_pretty_photo( response_message );
272
 
273
- if( typeof( response.user_wishlists ) != 'undefined' ){
274
  update_wishlists( response.user_wishlists );
275
  }
276
  }
@@ -278,7 +280,7 @@ jQuery( document ).ready( function( $ ){
278
  print_message(response_message);
279
  }
280
 
281
- if( typeof response.fragments != 'undefined' ) {
282
  replace_fragments( response.fragments );
283
  }
284
 
@@ -304,7 +306,7 @@ jQuery( document ).ready( function( $ ){
304
  },
305
  dataType: 'json',
306
  beforeSend: function(){
307
- block( t )
308
  },
309
  complete: function(){
310
  unblock( t );
@@ -322,7 +324,7 @@ jQuery( document ).ready( function( $ ){
322
  print_message(response_message);
323
  }
324
 
325
- if( typeof fragments != 'undefined' ){
326
  replace_fragments( fragments );
327
  }
328
 
@@ -375,22 +377,22 @@ jQuery( document ).ready( function( $ ){
375
  dataType: 'json',
376
  method: 'post',
377
  success: function( data ){
378
- if( typeof data.result != 'undefined' && data.result ){
379
  var template = data.template;
380
 
381
- if( typeof template != 'undefined' ){
382
  form.replaceWith( template );
383
  pp_content.css('height', 'auto');
384
 
385
- setTimeout( close_pretty_photo, 3000 );
386
  }
387
  }
388
- else if( typeof data.message != 'undefined' ){
389
  form.find( '.woocommerce-error' ).remove();
390
  form.find( '.popup-description' ).after( $('<div>', {
391
- text: data.message,
392
- class: 'woocommerce-error'
393
- } ) )
394
  }
395
  },
396
  url: yith_wcwl_l10n.ajax_url
@@ -424,7 +426,8 @@ jQuery( document ).ready( function( $ ){
424
  var t = $( ev.target ),
425
  product_id = t.data( 'product_id' ),
426
  variation_id = variation.variation_id,
427
- targets = $('.add_to_wishlist[data-product-id="' + product_id + '"]').add('.add_to_wishlist[data-original-product-id="' + product_id + '"]');
 
428
 
429
  if( ! product_id || ! variation_id || ! targets.length ){
430
  return;
@@ -441,7 +444,7 @@ jQuery( document ).ready( function( $ ){
441
  if( container.length ) {
442
  options = container.data( 'fragment-options' );
443
 
444
- if( typeof options != 'undefined' ){
445
  options.product_id = variation_id;
446
  container.data( 'fragment-options', options );
447
  }
@@ -454,12 +457,20 @@ jQuery( document ).ready( function( $ ){
454
  .attr('data-fragment-ref', variation_id);
455
  }
456
  } );
 
 
 
 
 
 
 
457
  } );
458
 
459
  t.on( 'reset_data', function( ev ){
460
  var t = $( ev.target ),
461
  product_id = t.data( 'product_id' ),
462
- targets = $('.add_to_wishlist[data-original-product-id="' + product_id + '"]');
 
463
 
464
  if( ! product_id || ! targets.length ){
465
  return;
@@ -477,7 +488,7 @@ jQuery( document ).ready( function( $ ){
477
  if( container.length ) {
478
  options = container.data( 'fragment-options' );
479
 
480
- if( typeof options != 'undefined' ){
481
  options.product_id = product_id;
482
  container.data( 'fragment-options', options );
483
  }
@@ -488,6 +499,13 @@ jQuery( document ).ready( function( $ ){
488
  .attr('data-fragment-ref', product_id);
489
  }
490
  } );
 
 
 
 
 
 
 
491
  } );
492
 
493
  t.on( 'yith_wcwl_reload_fragments', load_fragments );
@@ -499,13 +517,19 @@ jQuery( document ).ready( function( $ ){
499
  } );
500
  } );
501
 
502
- t.on( 'yith_wcwl_fragments_loaded', function( ev ){
 
 
 
 
503
  $( '.variations_form' ).find( '.variations select' ).last().change();
504
  } );
505
 
506
- t.on( 'click', '.yith-wcwl-popup-feedback .close-popup', function(){
 
 
507
  close_pretty_photo();
508
- } )
509
 
510
  init_wishlist_popup();
511
 
@@ -546,7 +570,7 @@ jQuery( document ).ready( function( $ ){
546
  * @since 3.0.0
547
  */
548
  function init_select_box() {
549
- if( typeof $.fn.selectBox != 'undefined' ) {
550
  $('select.selectBox').filter(':visible').not('.enhanced').selectBox().addClass('enhanced');
551
  }
552
  }
@@ -558,7 +582,7 @@ jQuery( document ).ready( function( $ ){
558
  * @since 2.0.16
559
  */
560
  function init_wishlist_pretty_photo() {
561
- if( typeof $.prettyPhoto == 'undefined' ){
562
  return;
563
  }
564
 
@@ -574,7 +598,7 @@ jQuery( document ).ready( function( $ ){
574
  changepicturecallback : function(){
575
  init_select_box();
576
 
577
- $('.wishlist-select').change();
578
  $(document).trigger( 'yith_wcwl_popup_opened', [ this ] );
579
  },
580
  markup: '<div class="pp_pic_holder">' +
@@ -634,24 +658,29 @@ jQuery( document ).ready( function( $ ){
634
  } ).prettyPhoto( ppParams );
635
 
636
  // add & remove class to body when popup is opened
637
- var observer = new MutationObserver( function( mutationsList, observer ){
638
- for ( var i in mutationsList ) {
639
- var mutation = mutationsList[ i ];
640
- if ( mutation.type === 'childList' ) {
641
- typeof mutation.addedNodes !== 'undefined' && mutation.addedNodes.forEach( function( currentValue ){
642
- if( typeof currentValue.classList !== 'undefined' && currentValue.classList.contains( 'yith-wcwl-overlay' ) ){
643
- $('body').addClass( 'yith-wcwl-with-pretty-photo' );
644
- }
645
- } );
646
-
647
- typeof mutation.removedNodes !== 'undefined' && mutation.removedNodes.forEach( function( currentValue ){
648
- if( typeof currentValue.classList !== 'undefined' && currentValue.classList.contains( 'yith-wcwl-overlay' ) ){
649
- $('body').removeClass( 'yith-wcwl-with-pretty-photo' );
650
- }
651
- } );
652
  }
653
- }
654
- } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
655
 
656
  observer.observe( document.body, {
657
  childList: true
@@ -690,14 +719,14 @@ jQuery( document ).ready( function( $ ){
690
  icon;
691
 
692
  if( data.match( /[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi ) ){
693
- icon = $( '<img/>', { src: data } );
694
  }
695
  else{
696
- icon = $( '<i/>', { class: 'fa ' + data } );
697
  }
698
 
699
  t.prepend( icon ).addClass('icon-added');
700
- } )
701
  }
702
 
703
  /**
@@ -715,6 +744,7 @@ jQuery( document ).ready( function( $ ){
715
  init_wishlist_tooltip();
716
  init_wishlist_details_popup();
717
  init_wishlist_drag_n_drop();
 
718
  init_copy_wishlist_link();
719
 
720
  $(document).trigger( 'yith_wcwl_init_after_ajax' );
@@ -746,7 +776,7 @@ jQuery( document ).ready( function( $ ){
746
  left = 0,
747
  width = 0;
748
 
749
- tooltip = $('<span>', {class: 'yith-wcwl-tooltip', text: t.data('title')});
750
 
751
  t.append(tooltip);
752
 
@@ -777,7 +807,7 @@ jQuery( document ).ready( function( $ ){
777
  * @since 2.0.0
778
  */
779
  function init_wishlist_popup() {
780
- if( typeof yith_wcwl_l10n.enable_notices != 'undefined' && ! yith_wcwl_l10n.enable_notices ){
781
  return;
782
  }
783
 
@@ -902,7 +932,7 @@ jQuery( document ).ready( function( $ ){
902
  clearTimeout( timeout );
903
 
904
  // set add to cart link to add specific qty to cart
905
- row.find( '.add_to_cart' ).data('quantity', t.val());
906
 
907
  timeout = setTimeout( function(){
908
  if( jqxhr ){
@@ -949,7 +979,7 @@ jQuery( document ).ready( function( $ ){
949
  } else {
950
  obj_to_copy.select();
951
  }
952
- document.execCommand("copy");
953
  } else {
954
 
955
  var hidden = $('<input/>', {
@@ -957,7 +987,7 @@ jQuery( document ).ready( function( $ ){
957
  type: 'text'
958
  });
959
 
960
- b('body').append(hidden);
961
 
962
  if (isOS()) {
963
  hidden[0].setSelectionRange(0, 9999);
@@ -1058,7 +1088,7 @@ jQuery( document ).ready( function( $ ){
1058
  }
1059
  } );
1060
 
1061
- $(document).on( 'change', '.wishlist-select', function(ev){
1062
  var t = $(this),
1063
  container = t.closest('.yith-wcwl-popup-content'),
1064
  tab = t.closest( '.tab' ),
@@ -1077,7 +1107,7 @@ jQuery( document ).ready( function( $ ){
1077
  t.find('option').removeProp( 'selected' );
1078
  t.change();
1079
  }
1080
- } )
1081
  }
1082
 
1083
  /**
@@ -1093,7 +1123,7 @@ jQuery( document ).ready( function( $ ){
1093
  return;
1094
  }
1095
 
1096
- $( window ).on( 'resize', function( ev ){
1097
  var table = $('.wishlist_table.responsive'),
1098
  mobile = table.is('.mobile'),
1099
  media = window.matchMedia( '(max-width: 768px)' ),
@@ -1121,7 +1151,7 @@ jQuery( document ).ready( function( $ ){
1121
  jqxhr.abort();
1122
  }
1123
 
1124
- fragments[ id ] = options;
1125
 
1126
  jqxhr = $.ajax( {
1127
  beforeSend: function(){
@@ -1136,7 +1166,7 @@ jQuery( document ).ready( function( $ ){
1136
  },
1137
  method: 'post',
1138
  success: function( data ){
1139
- if( typeof data.fragments != 'undefined' ){
1140
  replace_fragments( data.fragments );
1141
 
1142
  init_handling_after_ajax();
@@ -1212,7 +1242,7 @@ jQuery( document ).ready( function( $ ){
1212
  data: data,
1213
  method: 'post',
1214
  success: function( data ){
1215
- if( typeof data.fragments != 'undefined' ){
1216
  replace_fragments( data.fragments );
1217
  }
1218
 
@@ -1234,7 +1264,7 @@ jQuery( document ).ready( function( $ ){
1234
  */
1235
  function reload_wishlist_and_adding_elem( el, form ) {
1236
 
1237
- var product_id = el.data( 'data-product-id' ),
1238
  table = $(document).find( '.cart.wishlist_table' ),
1239
  pagination = table.data( 'pagination' ),
1240
  per_page = table.data( 'per-page' ),
@@ -1247,12 +1277,13 @@ jQuery( document ).ready( function( $ ){
1247
  wishlist_id: wishlist_id,
1248
  wishlist_token: wishlist_token,
1249
  add_to_wishlist: product_id,
 
1250
  product_type: el.data( 'product-type' )
1251
  };
1252
 
1253
  if( ! is_cookie_enabled() ){
1254
- alert( yith_wcwl_l10n.labels.cookie_disabled );
1255
- return
1256
  }
1257
 
1258
  $.ajax({
@@ -1267,11 +1298,15 @@ jQuery( document ).ready( function( $ ){
1267
  unblock( table );
1268
  },
1269
  success: function(res) {
1270
- var obj = $(res),
1271
- new_form = obj.find('#yith-wcwl-form'); // get new form
 
1272
 
1273
  form.replaceWith( new_form );
 
1274
  init_handling_after_ajax();
 
 
1275
  }
1276
  });
1277
  }
@@ -1371,7 +1406,7 @@ jQuery( document ).ready( function( $ ){
1371
  title_input.focus();
1372
  }
1373
 
1374
- if( typeof fragments != 'undefined' ){
1375
  replace_fragments( fragments );
1376
  }
1377
  }
@@ -1381,11 +1416,10 @@ jQuery( document ).ready( function( $ ){
1381
  /**
1382
  * Submit form to save a new wishlist privacy
1383
  *
1384
- * @param ev event
1385
  * @return void
1386
  * @since 2.0.7
1387
  */
1388
- function save_privacy( ev ){
1389
  var t = $(this),
1390
  new_privacy = t.val(),
1391
  row = t.closest( '[data-wishlist-id]' ),
@@ -1405,7 +1439,7 @@ jQuery( document ).ready( function( $ ){
1405
  success: function( response ) {
1406
  var fragments = response.fragments;
1407
 
1408
- if( typeof fragments != 'undefined' ){
1409
  replace_fragments( fragments );
1410
  }
1411
  }
@@ -1421,8 +1455,8 @@ jQuery( document ).ready( function( $ ){
1421
  * @since 3.0.0
1422
  */
1423
  function close_pretty_photo( message ) {
1424
- if( typeof $.prettyPhoto != 'undefined' && typeof $.prettyPhoto.close != 'undefined' ) {
1425
- if( typeof message != 'undefined' ){
1426
  var container = $('.pp_content_container'),
1427
  content = container.find('.pp_content'),
1428
  form = container.find('.yith-wcwl-popup-form'),
@@ -1430,11 +1464,11 @@ jQuery( document ).ready( function( $ ){
1430
 
1431
  if( form.length ){
1432
  var new_content = $( '<div/>', {
1433
- class: 'yith-wcwl-popup-feedback'
1434
  } );
1435
 
1436
- new_content.append( $( '<i/>', { class: 'fa fa-check heading-icon' } ) );
1437
- new_content.append( $( '<p/>', { class: 'feedback', html: message } ) );
1438
  new_content.css( 'display', 'none' );
1439
 
1440
  content.css( 'height', 'auto' );
@@ -1447,7 +1481,7 @@ jQuery( document ).ready( function( $ ){
1447
  popup.addClass( 'feedback' );
1448
  popup.css( 'left', ( ( $( window ).innerWidth() / 2 ) - ( popup.outerWidth() / 2 ) ) + 'px' );
1449
 
1450
- if( typeof yith_wcwl_l10n.auto_close_popup == 'undefined' || yith_wcwl_l10n.auto_close_popup ) {
1451
  setTimeout(close_pretty_photo, yith_wcwl_l10n.popup_timeout);
1452
  }
1453
  }
@@ -1471,9 +1505,9 @@ jQuery( document ).ready( function( $ ){
1471
  function print_message( response_message ) {
1472
  var msgPopup = $( '#yith-wcwl-popup-message' ),
1473
  msg = $( '#yith-wcwl-message' ),
1474
- timeout = typeof yith_wcwl_l10n.popup_timeout != 'undefined' ? yith_wcwl_l10n.popup_timeout : 3000;
1475
 
1476
- if( typeof yith_wcwl_l10n.enable_notices != 'undefined' && ! yith_wcwl_l10n.enable_notices ){
1477
  return;
1478
  }
1479
 
@@ -1501,7 +1535,7 @@ jQuery( document ).ready( function( $ ){
1501
  wishlist_options = t.find( 'option' ),
1502
  new_option = wishlist_options.filter( '[value="new"]' );
1503
 
1504
- wishlist_options.not(new_option ).remove();
1505
 
1506
  $.each( wishlists, function( i, v ){
1507
  $('<option>', { value: v.id, html: v.wishlist_name } ).appendTo(t);
@@ -1521,11 +1555,15 @@ jQuery( document ).ready( function( $ ){
1521
 
1522
  wishlist_options.remove();
1523
  $.each( wishlists, function( i, v ) {
 
 
 
 
1524
  $('<li>').append( $('<a>', {
1525
- rel: 'nofollow',
1526
- html: v.wishlist_name,
1527
- class: 'add_to_wishlist',
1528
- href: v.add_to_this_wishlist_url,
1529
  'data-product-id': product_id,
1530
  'data-product-type': product_type,
1531
  'data-wishlist-id': v.id
@@ -1542,7 +1580,7 @@ jQuery( document ).ready( function( $ ){
1542
  * @since 3.0.0
1543
  */
1544
  function block( item ) {
1545
- if( typeof $.fn.block != 'undefined' ) {
1546
  item.fadeTo('400', '0.6').block( {
1547
  message: null,
1548
  overlayCSS : {
@@ -1562,7 +1600,7 @@ jQuery( document ).ready( function( $ ){
1562
  * @since 3.0.0
1563
  */
1564
  function unblock( item ) {
1565
- if( typeof $.fn.unblock != 'undefined' ) {
1566
  item.stop(true).css('opacity', '1').unblock();
1567
  }
1568
  }
@@ -1574,14 +1612,16 @@ jQuery( document ).ready( function( $ ){
1574
  * @since 2.0.0
1575
  */
1576
  function is_cookie_enabled() {
1577
- if (navigator.cookieEnabled) return true;
 
 
1578
 
1579
  // set and read cookie
1580
- document.cookie = "cookietest=1";
1581
- var ret = document.cookie.indexOf("cookietest=") !== -1;
1582
 
1583
  // delete cookie
1584
- document.cookie = "cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";
1585
 
1586
  return ret;
1587
  }
@@ -1600,12 +1640,17 @@ jQuery( document ).ready( function( $ ){
1600
  if( search ){
1601
  if( typeof search === 'object' ){
1602
  search = $.extend( {
 
1603
  s: '',
1604
  container: $(document),
1605
  firstLoad: false
1606
  }, search );
1607
 
1608
- fragments = search.container.find( '.wishlist-fragment' );
 
 
 
 
1609
 
1610
  if( search.s ){
1611
  fragments = fragments.not('[data-fragment-ref]').add(fragments.filter('[data-fragment-ref="' + search.s + '"]'));
@@ -1618,7 +1663,7 @@ jQuery( document ).ready( function( $ ){
1618
  else {
1619
  fragments = $('.wishlist-fragment');
1620
 
1621
- if (typeof search == 'string' || typeof search == 'number') {
1622
  fragments = fragments.not('[data-fragment-ref]').add(fragments.filter('[data-fragment-ref="' + search + '"]'));
1623
  }
1624
  }
@@ -1629,7 +1674,7 @@ jQuery( document ).ready( function( $ ){
1629
 
1630
  fragments.each( function(){
1631
  var t = $(this),
1632
- id = t.attr('class');
1633
 
1634
  options[ id ] = t.data('fragment-options');
1635
  } );
@@ -1665,12 +1710,12 @@ jQuery( document ).ready( function( $ ){
1665
  },
1666
  method: 'post',
1667
  success: function( data ){
1668
- if( typeof data.fragments != 'undefined' ){
1669
  replace_fragments( data.fragments );
1670
 
1671
  init_handling_after_ajax();
1672
 
1673
- $(document).trigger( 'yith_wcwl_fragments_loaded', [ fragments, data.fragments ] );
1674
  }
1675
  },
1676
  url: yith_wcwl_l10n.ajax_url
@@ -1685,7 +1730,7 @@ jQuery( document ).ready( function( $ ){
1685
  */
1686
  function replace_fragments( fragments ) {
1687
  $.each( fragments, function( i, v ){
1688
- var itemSelector = '.' + i.split( ' ' ).filter( function(val){ return val.length && val !== 'exists' } ).join( '.' ),
1689
  toReplace = $( itemSelector );
1690
 
1691
  // find replace tempalte
6
  * @version 3.0.0
7
  */
8
 
9
+ /* globals yith_wcwl_l10n, wc_add_to_cart_params, yith_wccl_general */
10
+
11
  jQuery( document ).ready( function( $ ){
12
 
13
  /* === MAIN INIT === */
58
  }
59
 
60
  if( ! is_cookie_enabled() ){
61
+ window.alert( yith_wcwl_l10n.labels.cookie_disabled );
62
  return;
63
  }
64
 
82
  close_pretty_photo( response_message );
83
 
84
  // update options for all wishlist selects
85
+ if( typeof( response.user_wishlists ) !== 'undefined' ) {
86
  update_wishlists( response.user_wishlists );
87
  }
88
  }
90
  print_message(response_message);
91
  }
92
 
93
+ if( response_result === 'true' || response_result === 'exists' ) {
94
+ if( typeof response.fragments !== 'undefined' ) {
95
  replace_fragments( response.fragments );
96
  }
97
 
123
  } );
124
 
125
  t.on( 'adding_to_cart', 'body', function( ev, button, data ){
126
+ if( typeof button !== 'undefined' && typeof data !== 'undefined' && button.closest( '.wishlist_table' ).length ){
127
  data.remove_from_wishlist_after_add_to_cart = button.closest( '[data-row-id]' ).data( 'row-id' );
128
  data.wishlist_id = button.closest( '.wishlist_table' ).data( 'id' );
129
  typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart );
132
  } );
133
 
134
  t.on( 'added_to_cart', 'body', function( ev, fragments, carthash, button ){
135
+ if( typeof button !== 'undefined' && button.closest( '.wishlist_table' ).length ) {
136
  typeof wc_add_to_cart_params !== 'undefined' && ( wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add );
137
  typeof yith_wccl_general !== 'undefined' && ( yith_wccl_general.cart_redirect = cart_redirect_after_add );
138
 
193
  dataType: 'json',
194
  method: 'post',
195
  success: function( data ){
196
+ if( typeof data.fragments !== 'undefined' ){
197
  replace_fragments( data.fragments );
198
  }
199
 
227
  block( table );
228
  },
229
  function( data ){
230
+ if( typeof data.fragments !== 'undefined' ) {
231
  replace_fragments( data.fragments );
232
  }
233
 
272
  if( yith_wcwl_l10n.multi_wishlist ) {
273
  close_pretty_photo( response_message );
274
 
275
+ if( typeof( response.user_wishlists ) !== 'undefined' ){
276
  update_wishlists( response.user_wishlists );
277
  }
278
  }
280
  print_message(response_message);
281
  }
282
 
283
+ if( typeof response.fragments !== 'undefined' ) {
284
  replace_fragments( response.fragments );
285
  }
286
 
306
  },
307
  dataType: 'json',
308
  beforeSend: function(){
309
+ block( t );
310
  },
311
  complete: function(){
312
  unblock( t );
324
  print_message(response_message);
325
  }
326
 
327
+ if( typeof fragments !== 'undefined' ){
328
  replace_fragments( fragments );
329
  }
330
 
377
  dataType: 'json',
378
  method: 'post',
379
  success: function( data ){
380
+ if( typeof data.result !== 'undefined' && data.result ){
381
  var template = data.template;
382
 
383
+ if( typeof template !== 'undefined' ){
384
  form.replaceWith( template );
385
  pp_content.css('height', 'auto');
386
 
387
+ setTimeout( close_pretty_photo, yith_wcwl_l10n.time_to_close_prettyphoto );
388
  }
389
  }
390
+ else if( typeof data.message !== 'undefined' ){
391
  form.find( '.woocommerce-error' ).remove();
392
  form.find( '.popup-description' ).after( $('<div>', {
393
+ 'text' : data.message,
394
+ 'class': 'woocommerce-error'
395
+ } ) );
396
  }
397
  },
398
  url: yith_wcwl_l10n.ajax_url
426
  var t = $( ev.target ),
427
  product_id = t.data( 'product_id' ),
428
  variation_id = variation.variation_id,
429
+ targets = $('[data-product-id="' + product_id + '"]').add('[data-original-product-id="' + product_id + '"]'),
430
+ fragments = targets.closest( '.wishlist-fragment' );
431
 
432
  if( ! product_id || ! variation_id || ! targets.length ){
433
  return;
444
  if( container.length ) {
445
  options = container.data( 'fragment-options' );
446
 
447
+ if( typeof options !== 'undefined' ){
448
  options.product_id = variation_id;
449
  container.data( 'fragment-options', options );
450
  }
457
  .attr('data-fragment-ref', variation_id);
458
  }
459
  } );
460
+
461
+ block( fragments );
462
+
463
+ load_fragments( {
464
+ fragments: fragments,
465
+ firstLoad: false
466
+ } );
467
  } );
468
 
469
  t.on( 'reset_data', function( ev ){
470
  var t = $( ev.target ),
471
  product_id = t.data( 'product_id' ),
472
+ targets = $('[data-original-product-id="' + product_id + '"]'),
473
+ fragments = targets.closest( '.wishlist-fragment' );
474
 
475
  if( ! product_id || ! targets.length ){
476
  return;
488
  if( container.length ) {
489
  options = container.data( 'fragment-options' );
490
 
491
+ if( typeof options !== 'undefined' ){
492
  options.product_id = product_id;
493
  container.data( 'fragment-options', options );
494
  }
499
  .attr('data-fragment-ref', product_id);
500
  }
501
  } );
502
+
503
+ block( fragments );
504
+
505
+ load_fragments( {
506
+ fragments: fragments,
507
+ firstLoad: false
508
+ } );
509
  } );
510
 
511
  t.on( 'yith_wcwl_reload_fragments', load_fragments );
517
  } );
518
  } );
519
 
520
+ t.on( 'yith_wcwl_fragments_loaded', function( ev, original, update, firstLoad ){
521
+ if ( ! firstLoad ) {
522
+ return;
523
+ }
524
+
525
  $( '.variations_form' ).find( '.variations select' ).last().change();
526
  } );
527
 
528
+ t.on( 'click', '.yith-wcwl-popup-feedback .close-popup', function(ev){
529
+ ev.preventDefault();
530
+
531
  close_pretty_photo();
532
+ } );
533
 
534
  init_wishlist_popup();
535
 
570
  * @since 3.0.0
571
  */
572
  function init_select_box() {
573
+ if( typeof $.fn.selectBox !== 'undefined' ) {
574
  $('select.selectBox').filter(':visible').not('.enhanced').selectBox().addClass('enhanced');
575
  }
576
  }
582
  * @since 2.0.16
583
  */
584
  function init_wishlist_pretty_photo() {
585
+ if( typeof $.prettyPhoto === 'undefined' ){
586
  return;
587
  }
588
 
598
  changepicturecallback : function(){
599
  init_select_box();
600
 
601
+ $('.wishlist-select').filter(':visible').change();
602
  $(document).trigger( 'yith_wcwl_popup_opened', [ this ] );
603
  },
604
  markup: '<div class="pp_pic_holder">' +
658
  } ).prettyPhoto( ppParams );
659
 
660
  // add & remove class to body when popup is opened
661
+ var callback = function( node, op ){
662
+ if( typeof node.classList !== 'undefined' && node.classList.contains( 'yith-wcwl-overlay' ) ){
663
+ var method = 'remove' === op ? 'removeClass' : 'addClass';
664
+
665
+ $('body')[method]( 'yith-wcwl-with-pretty-photo' );
 
 
 
 
 
 
 
 
 
 
666
  }
667
+ },
668
+ callbackAdd = function( node ) {
669
+ callback( node, 'add' );
670
+ },
671
+ callbackRemove = function( node ) {
672
+ callback( node, 'remove' );
673
+ },
674
+ observer = new MutationObserver( function( mutationsList ){
675
+ for ( var i in mutationsList ) {
676
+ var mutation = mutationsList[ i ];
677
+ if ( mutation.type === 'childList' ) {
678
+ typeof mutation.addedNodes !== 'undefined' && mutation.addedNodes.forEach( callbackAdd);
679
+
680
+ typeof mutation.removedNodes !== 'undefined' && mutation.removedNodes.forEach( callbackRemove );
681
+ }
682
+ }
683
+ } );
684
 
685
  observer.observe( document.body, {
686
  childList: true
719
  icon;
720
 
721
  if( data.match( /[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi ) ){
722
+ icon = $( '<img/>', { 'src': data } );
723
  }
724
  else{
725
+ icon = $( '<i/>', { 'class': 'fa ' + data } );
726
  }
727
 
728
  t.prepend( icon ).addClass('icon-added');
729
+ } );
730
  }
731
 
732
  /**
744
  init_wishlist_tooltip();
745
  init_wishlist_details_popup();
746
  init_wishlist_drag_n_drop();
747
+ init_quantity();
748
  init_copy_wishlist_link();
749
 
750
  $(document).trigger( 'yith_wcwl_init_after_ajax' );
776
  left = 0,
777
  width = 0;
778
 
779
+ tooltip = $('<span>', {'class': 'yith-wcwl-tooltip', 'text': t.data('title')});
780
 
781
  t.append(tooltip);
782
 
807
  * @since 2.0.0
808
  */
809
  function init_wishlist_popup() {
810
+ if( typeof yith_wcwl_l10n.enable_notices !== 'undefined' && ! yith_wcwl_l10n.enable_notices ){
811
  return;
812
  }
813
 
932
  clearTimeout( timeout );
933
 
934
  // set add to cart link to add specific qty to cart
935
+ row.find( '.add_to_cart' ).attr('data-quantity', t.val());
936
 
937
  timeout = setTimeout( function(){
938
  if( jqxhr ){
979
  } else {
980
  obj_to_copy.select();
981
  }
982
+ document.execCommand( 'copy' );
983
  } else {
984
 
985
  var hidden = $('<input/>', {
987
  type: 'text'
988
  });
989
 
990
+ $('body').append(hidden);
991
 
992
  if (isOS()) {
993
  hidden[0].setSelectionRange(0, 9999);
1088
  }
1089
  } );
1090
 
1091
+ $(document).on( 'change', '.wishlist-select', function(){
1092
  var t = $(this),
1093
  container = t.closest('.yith-wcwl-popup-content'),
1094
  tab = t.closest( '.tab' ),
1107
  t.find('option').removeProp( 'selected' );
1108
  t.change();
1109
  }
1110
+ } );
1111
  }
1112
 
1113
  /**
1123
  return;
1124
  }
1125
 
1126
+ $( window ).on( 'resize', function(){
1127
  var table = $('.wishlist_table.responsive'),
1128
  mobile = table.is('.mobile'),
1129
  media = window.matchMedia( '(max-width: 768px)' ),
1151
  jqxhr.abort();
1152
  }
1153
 
1154
+ fragments[ id.split( ' ' ).join( yith_wcwl_l10n.fragments_index_glue ) ] = options;
1155
 
1156
  jqxhr = $.ajax( {
1157
  beforeSend: function(){
1166
  },
1167
  method: 'post',
1168
  success: function( data ){
1169
+ if( typeof data.fragments !== 'undefined' ){
1170
  replace_fragments( data.fragments );
1171
 
1172
  init_handling_after_ajax();
1242
  data: data,
1243
  method: 'post',
1244
  success: function( data ){
1245
+ if( typeof data.fragments !== 'undefined' ){
1246
  replace_fragments( data.fragments );
1247
  }
1248
 
1264
  */
1265
  function reload_wishlist_and_adding_elem( el, form ) {
1266
 
1267
+ var product_id = el.attr( 'data-product-id' ),
1268
  table = $(document).find( '.cart.wishlist_table' ),
1269
  pagination = table.data( 'pagination' ),
1270
  per_page = table.data( 'per-page' ),
1277
  wishlist_id: wishlist_id,
1278
  wishlist_token: wishlist_token,
1279
  add_to_wishlist: product_id,
1280
+ context: 'frontend',
1281
  product_type: el.data( 'product-type' )
1282
  };
1283
 
1284
  if( ! is_cookie_enabled() ){
1285
+ window.alert( yith_wcwl_l10n.labels.cookie_disabled );
1286
+ return;
1287
  }
1288
 
1289
  $.ajax({
1298
  unblock( table );
1299
  },
1300
  success: function(res) {
1301
+ var obj = $(res),
1302
+ new_form = obj.find('#yith-wcwl-form'), // get new form
1303
+ shortcode = obj.find('.yith-wfbt-slider-wrapper'); // get new form
1304
 
1305
  form.replaceWith( new_form );
1306
+ $('.yith-wfbt-slider-wrapper').replaceWith( shortcode );
1307
  init_handling_after_ajax();
1308
+
1309
+ $(document).trigger( 'yith_wcwl_reload_wishlist_from_frequently' );
1310
  }
1311
  });
1312
  }
1406
  title_input.focus();
1407
  }
1408
 
1409
+ if( typeof fragments !== 'undefined' ){
1410
  replace_fragments( fragments );
1411
  }
1412
  }
1416
  /**
1417
  * Submit form to save a new wishlist privacy
1418
  *
 
1419
  * @return void
1420
  * @since 2.0.7
1421
  */
1422
+ function save_privacy(){
1423
  var t = $(this),
1424
  new_privacy = t.val(),
1425
  row = t.closest( '[data-wishlist-id]' ),
1439
  success: function( response ) {
1440
  var fragments = response.fragments;
1441
 
1442
+ if( typeof fragments !== 'undefined' ){
1443
  replace_fragments( fragments );
1444
  }
1445
  }
1455
  * @since 3.0.0
1456
  */
1457
  function close_pretty_photo( message ) {
1458
+ if( typeof $.prettyPhoto !== 'undefined' && typeof $.prettyPhoto.close !== 'undefined' ) {
1459
+ if( typeof message !== 'undefined' ){
1460
  var container = $('.pp_content_container'),
1461
  content = container.find('.pp_content'),
1462
  form = container.find('.yith-wcwl-popup-form'),
1464
 
1465
  if( form.length ){
1466
  var new_content = $( '<div/>', {
1467
+ 'class': 'yith-wcwl-popup-feedback'
1468
  } );
1469
 
1470
+ new_content.append( $( '<i/>', { 'class': 'fa fa-check heading-icon' } ) );
1471
+ new_content.append( $( '<p/>', { 'class': 'feedback', 'html': message } ) );
1472
  new_content.css( 'display', 'none' );
1473
 
1474
  content.css( 'height', 'auto' );
1481
  popup.addClass( 'feedback' );
1482
  popup.css( 'left', ( ( $( window ).innerWidth() / 2 ) - ( popup.outerWidth() / 2 ) ) + 'px' );
1483
 
1484
+ if( typeof yith_wcwl_l10n.auto_close_popup === 'undefined' || yith_wcwl_l10n.auto_close_popup ) {
1485
  setTimeout(close_pretty_photo, yith_wcwl_l10n.popup_timeout);
1486
  }
1487
  }
1505
  function print_message( response_message ) {
1506
  var msgPopup = $( '#yith-wcwl-popup-message' ),
1507
  msg = $( '#yith-wcwl-message' ),
1508
+ timeout = typeof yith_wcwl_l10n.popup_timeout !== 'undefined' ? yith_wcwl_l10n.popup_timeout : 3000;
1509
 
1510
+ if( typeof yith_wcwl_l10n.enable_notices !== 'undefined' && ! yith_wcwl_l10n.enable_notices ){
1511
  return;
1512
  }
1513
 
1535
  wishlist_options = t.find( 'option' ),
1536
  new_option = wishlist_options.filter( '[value="new"]' );
1537
 
1538
+ wishlist_options.not( new_option ).remove();
1539
 
1540
  $.each( wishlists, function( i, v ){
1541
  $('<option>', { value: v.id, html: v.wishlist_name } ).appendTo(t);
1555
 
1556
  wishlist_options.remove();
1557
  $.each( wishlists, function( i, v ) {
1558
+ if ( v['default'] ) {
1559
+ return;
1560
+ }
1561
+
1562
  $('<li>').append( $('<a>', {
1563
+ 'rel': 'nofollow',
1564
+ 'html': v.wishlist_name,
1565
+ 'class': 'add_to_wishlist',
1566
+ 'href': v.add_to_this_wishlist_url,
1567
  'data-product-id': product_id,
1568
  'data-product-type': product_type,
1569
  'data-wishlist-id': v.id
1580
  * @since 3.0.0
1581
  */
1582
  function block( item ) {
1583
+ if( typeof $.fn.block !== 'undefined' ) {
1584
  item.fadeTo('400', '0.6').block( {
1585
  message: null,
1586
  overlayCSS : {
1600
  * @since 3.0.0
1601
  */
1602
  function unblock( item ) {
1603
+ if( typeof $.fn.unblock !== 'undefined' ) {
1604
  item.stop(true).css('opacity', '1').unblock();
1605
  }
1606
  }
1612
  * @since 2.0.0
1613
  */
1614
  function is_cookie_enabled() {
1615
+ if ( navigator.cookieEnabled ) {
1616
+ return true;
1617
+ }
1618
 
1619
  // set and read cookie
1620
+ document.cookie = 'cookietest=1';
1621
+ var ret = document.cookie.indexOf('cookietest=') !== -1;
1622
 
1623
  // delete cookie
1624
+ document.cookie = 'cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT';
1625
 
1626
  return ret;
1627
  }
1640
  if( search ){
1641
  if( typeof search === 'object' ){
1642
  search = $.extend( {
1643
+ fragments: null,
1644
  s: '',
1645
  container: $(document),
1646
  firstLoad: false
1647
  }, search );
1648
 
1649
+ if( ! search.fragments ) {
1650
+ fragments = search.container.find('.wishlist-fragment');
1651
+ } else {
1652
+ fragments = search.fragments;
1653
+ }
1654
 
1655
  if( search.s ){
1656
  fragments = fragments.not('[data-fragment-ref]').add(fragments.filter('[data-fragment-ref="' + search.s + '"]'));
1663
  else {
1664
  fragments = $('.wishlist-fragment');
1665
 
1666
+ if (typeof search === 'string' || typeof search === 'number') {
1667
  fragments = fragments.not('[data-fragment-ref]').add(fragments.filter('[data-fragment-ref="' + search + '"]'));
1668
  }
1669
  }
1674
 
1675
  fragments.each( function(){
1676
  var t = $(this),
1677
+ id = t.attr( 'class' ).split( ' ' ).filter( ( val ) => { return val.length && val !== 'exists'; } ).join( yith_wcwl_l10n.fragments_index_glue );
1678
 
1679
  options[ id ] = t.data('fragment-options');
1680
  } );
1710
  },
1711
  method: 'post',
1712
  success: function( data ){
1713
+ if( typeof data.fragments !== 'undefined' ){
1714
  replace_fragments( data.fragments );
1715
 
1716
  init_handling_after_ajax();
1717
 
1718
+ $(document).trigger( 'yith_wcwl_fragments_loaded', [ fragments, data.fragments, search.firstLoad ] );
1719
  }
1720
  },
1721
  url: yith_wcwl_l10n.ajax_url
1730
  */
1731
  function replace_fragments( fragments ) {
1732
  $.each( fragments, function( i, v ){
1733
+ var itemSelector = '.' + i.split( yith_wcwl_l10n.fragments_index_glue ).filter( ( val ) => { return val.length && val !== 'exists'; } ).join( '.' ),
1734
  toReplace = $( itemSelector );
1735
 
1736
  // find replace tempalte
gulpfile.js CHANGED
@@ -1,6 +1,6 @@
1
  var gulp = require('gulp');
2
  var cleanCSS = require('gulp-clean-css');
3
- var uglify = require('gulp-uglify');
4
  var wpPot = require('gulp-wp-pot');
5
  var poSync = require('gulp-po-sync');
6
  var po2mo = require('gulp-po2mo');
1
  var gulp = require('gulp');
2
  var cleanCSS = require('gulp-clean-css');
3
+ var uglify = require('gulp-uglify-es').default;
4
  var wpPot = require('gulp-wp-pot');
5
  var poSync = require('gulp-po-sync');
6
  var po2mo = require('gulp-po2mo');
includes/class.yith-wcwl-ajax-handler.php CHANGED
@@ -89,6 +89,7 @@ if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
89
  $wishlists_to_prompt[] = array(
90
  'id' => $wishlist->get_id(),
91
  'wishlist_name' => $wishlist->get_formatted_name(),
 
92
  'add_to_this_wishlist_url' => $product_id ? add_query_arg(
93
  array(
94
  'add_to_wishlist' => $product_id,
89
  $wishlists_to_prompt[] = array(
90
  'id' => $wishlist->get_id(),
91
  'wishlist_name' => $wishlist->get_formatted_name(),
92
+ 'default' => $wishlist->is_default(),
93
  'add_to_this_wishlist_url' => $product_id ? add_query_arg(
94
  array(
95
  'add_to_wishlist' => $product_id,
includes/class.yith-wcwl-frontend.php CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
33
  * @var string
34
  * @since 1.0.0
35
  */
36
- public $version = '3.0.11';
37
 
38
  /**
39
  * Plugin database version
@@ -85,7 +85,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
85
  add_action( 'init', array( $this, 'init' ), 0 );
86
 
87
  // templates
88
- add_action( 'wp_head', array( $this, 'add_button' ) );
89
  add_filter( 'body_class', array( $this, 'add_body_class' ) );
90
  add_action( 'template_redirect', array( $this, 'add_nocache_headers' ) );
91
  add_action( 'yith_wcwl_before_wishlist_title', array( $this, 'print_notices' ) );
@@ -213,7 +213,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
213
  * @since 1.0.0
214
  */
215
  public function add_body_class( $classes ) {
216
- $wishlist_page_id = yith_wcwl_object_id( get_option( 'yith_wcwl_wishlist_page_id' ) );
217
 
218
  if ( ! empty( $wishlist_page_id ) && is_page( $wishlist_page_id ) ) {
219
  $classes[] = 'woocommerce-wishlist';
@@ -249,7 +249,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
249
 
250
  // register dependencies
251
  wp_register_style( 'jquery-selectBox', YITH_WCWL_URL . 'assets/css/jquery.selectBox.css', array(), '1.2.0' );
252
- wp_register_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.min.css', array(), '4.7.0' );
253
  wp_register_style( 'woocommerce_prettyPhoto_css', $assets_path . 'css/prettyPhoto.css' );
254
 
255
  // register main style
@@ -394,6 +394,8 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
394
  'ajax_loader_url' => YITH_WCWL_URL . 'assets/images/ajax-loader-alt.svg',
395
  'remove_from_wishlist_after_add_to_cart' => get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes',
396
  'is_wishlist_responsive' => apply_filters( 'yith_wcwl_is_wishlist_responsive', true ),
 
 
397
  'labels' => array(
398
  'cookie_disabled' => __( 'We are sorry, but this feature is available only if cookies on your browser are enabled.', 'yith-woocommerce-wishlist' ),
399
  'added_to_cart_message' => sprintf( '<div class="woocommerce-notices-wrapper"><div class="woocommerce-message" role="alert">%s</div></div>', apply_filters( 'yith_wcwl_added_to_cart_message', __( 'Product added to cart successfully', 'yith-woocommerce-wishlist' ) ) )
@@ -539,6 +541,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
539
  unset( $options['found_in_list'] );
540
  unset( $options['found_item'] );
541
  unset( $options['popup_title'] );
 
542
  break;
543
  }
544
  }
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '3.0.12';
37
 
38
  /**
39
  * Plugin database version
85
  add_action( 'init', array( $this, 'init' ), 0 );
86
 
87
  // templates
88
+ add_action( 'init', array( $this, 'add_button' ) );
89
  add_filter( 'body_class', array( $this, 'add_body_class' ) );
90
  add_action( 'template_redirect', array( $this, 'add_nocache_headers' ) );
91
  add_action( 'yith_wcwl_before_wishlist_title', array( $this, 'print_notices' ) );
213
  * @since 1.0.0
214
  */
215
  public function add_body_class( $classes ) {
216
+ $wishlist_page_id = YITH_WCWL()->get_wishlist_page_id();
217
 
218
  if ( ! empty( $wishlist_page_id ) && is_page( $wishlist_page_id ) ) {
219
  $classes[] = 'woocommerce-wishlist';
249
 
250
  // register dependencies
251
  wp_register_style( 'jquery-selectBox', YITH_WCWL_URL . 'assets/css/jquery.selectBox.css', array(), '1.2.0' );
252
+ wp_register_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.css', array(), '4.7.0' );
253
  wp_register_style( 'woocommerce_prettyPhoto_css', $assets_path . 'css/prettyPhoto.css' );
254
 
255
  // register main style
394
  'ajax_loader_url' => YITH_WCWL_URL . 'assets/images/ajax-loader-alt.svg',
395
  'remove_from_wishlist_after_add_to_cart' => get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes',
396
  'is_wishlist_responsive' => apply_filters( 'yith_wcwl_is_wishlist_responsive', true ),
397
+ 'time_to_close_prettyphoto' => apply_filters( 'yith_wcwl_time_to_close_prettyphoto', 3000 ),
398
+ 'fragments_index_glue' => apply_filters( 'yith_wcwl_fragments_index_glue', '.' ),
399
  'labels' => array(
400
  'cookie_disabled' => __( 'We are sorry, but this feature is available only if cookies on your browser are enabled.', 'yith-woocommerce-wishlist' ),
401
  'added_to_cart_message' => sprintf( '<div class="woocommerce-notices-wrapper"><div class="woocommerce-message" role="alert">%s</div></div>', apply_filters( 'yith_wcwl_added_to_cart_message', __( 'Product added to cart successfully', 'yith-woocommerce-wishlist' ) ) )
541
  unset( $options['found_in_list'] );
542
  unset( $options['found_item'] );
543
  unset( $options['popup_title'] );
544
+ unset( $options['wishlist_url'] );
545
  break;
546
  }
547
  }
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -676,6 +676,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
676
 
677
  if ( 'custom' == $atts['icon'] && $atts['exists'] && $custom_added_icon ) {
678
  $icon_html = '<img class="yith-wcwl-icon" src="' . $custom_added_icon . '" width="32" />';
 
679
  } elseif ( 'custom' == $atts['icon'] && $custom_icon ) {
680
  $icon_html = '<img class="yith-wcwl-icon" src="' . $custom_icon . '" width="32" />';
681
  $heading_icon_html = $icon_html;
@@ -684,6 +685,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
684
  $heading_icon_html = ! empty( $atts['heading_icon'] ) ? '<i class="yith-wcwl-icon fa ' . $atts['heading_icon'] . '"></i>' : '';
685
  } else {
686
  $icon_html = '';
 
687
  }
688
 
689
  // set fragment options.
676
 
677
  if ( 'custom' == $atts['icon'] && $atts['exists'] && $custom_added_icon ) {
678
  $icon_html = '<img class="yith-wcwl-icon" src="' . $custom_added_icon . '" width="32" />';
679
+ $heading_icon_html = ! empty( $custom_icon ) ? '<img class="yith-wcwl-icon" src="' . $custom_icon . '" width="32" />' : '';
680
  } elseif ( 'custom' == $atts['icon'] && $custom_icon ) {
681
  $icon_html = '<img class="yith-wcwl-icon" src="' . $custom_icon . '" width="32" />';
682
  $heading_icon_html = $icon_html;
685
  $heading_icon_html = ! empty( $atts['heading_icon'] ) ? '<i class="yith-wcwl-icon fa ' . $atts['heading_icon'] . '"></i>' : '';
686
  } else {
687
  $icon_html = '';
688
+ $heading_icon_html = '';
689
  }
690
 
691
  // set fragment options.
includes/class.yith-wcwl-wishlist-item.php CHANGED
@@ -35,7 +35,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
35
  'position' => 0,
36
  'original_price' => 0,
37
  'original_currency' => '',
38
- 'on_sale' => 0
39
  );
40
 
41
  /**
@@ -84,7 +84,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
84
  $this->data_store->read( $this );
85
  }
86
 
87
- if( $this->get_object_read() ){
88
  $this->origin_wishlist_id = $this->get_wishlist_id();
89
  }
90
  }
@@ -136,10 +136,10 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
136
  * @return \WC_Product Product
137
  */
138
  public function get_product( $context = 'view' ) {
139
- if( empty( $this->product ) ){
140
  $product = wc_get_product( $this->get_product_id( $context ) );
141
 
142
- if( $product ){
143
  $this->product = $product;
144
  }
145
  }
@@ -156,11 +156,11 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
156
  public function get_product_price( $context = 'view' ) {
157
  $product = $this->get_product( $context );
158
 
159
- if( ! $product ){
160
  return 0;
161
  }
162
 
163
- switch( $product->get_type() ){
164
  case 'variable':
165
  /**
166
  * @var $product \WC_Product_Variable
@@ -184,7 +184,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
184
  $base_price = $product->is_type( 'variable' ) ? $product->get_variation_regular_price( 'max' ) : $product->get_price();
185
  $formatted_price = $base_price ? $product->get_price_html() : apply_filters( 'yith_free_text', __( 'Free!', 'yith-woocommerce-wishlist' ), $product );
186
 
187
- return apply_filters( 'yith_wcwl_item_formatted_price', $formatted_price, $base_price );
188
  }
189
 
190
  /**
@@ -196,7 +196,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
196
  public function get_formatted_product_name( $context = 'view' ) {
197
  $product = $this->get_product( $context );
198
 
199
- if( ! $product ){
200
  return '';
201
  }
202
 
@@ -232,7 +232,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
232
  public function get_user( $context = 'view' ) {
233
  $user_id = intval( $this->get_prop( 'user_id', $context ) );
234
 
235
- if( ! $user_id ){
236
  return false;
237
  }
238
 
@@ -248,10 +248,9 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
248
  public function get_date_added( $context = 'view' ) {
249
  $date_added = $this->get_prop( 'date_added', $context );
250
 
251
- if( $date_added && 'view' == $context ){
252
  return $date_added->date_i18n( 'Y-m-d H:i:s' );
253
- }
254
- else{
255
  return $date_added;
256
  }
257
  }
@@ -394,7 +393,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
394
  return '';
395
  }
396
 
397
- $product = $this->get_product();
398
  $current_price = $this->get_product_price();
399
 
400
  if( ! is_numeric( $current_price ) ){
@@ -457,11 +456,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item' ) ) {
457
  * @param $product_id int Product ID
458
  */
459
  public function set_product_id( $product_id ) {
460
- global $sitepress;
461
-
462
- if( defined('ICL_SITEPRESS_VERSION') ) {
463
- $product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
464
- }
465
 
466
  if( ! empty( $this->product ) ){
467
  $this->product = null;
35
  'position' => 0,
36
  'original_price' => 0,
37
  'original_currency' => '',
38
+ 'on_sale' => 0,
39
  );
40
 
41
  /**
84
  $this->data_store->read( $this );
85
  }
86
 
87
+ if ( $this->get_object_read() ) {
88
  $this->origin_wishlist_id = $this->get_wishlist_id();
89
  }
90
  }
136
  * @return \WC_Product Product
137
  */
138
  public function get_product( $context = 'view' ) {
139
+ if ( empty( $this->product ) ) {
140
  $product = wc_get_product( $this->get_product_id( $context ) );
141
 
142
+ if ( $product ) {
143
  $this->product = $product;
144
  }
145
  }
156
  public function get_product_price( $context = 'view' ) {
157
  $product = $this->get_product( $context );
158
 
159
+ if ( ! $product ) {
160
  return 0;
161
  }
162
 
163
+ switch ( $product->get_type() ) {
164
  case 'variable':
165
  /**
166
  * @var $product \WC_Product_Variable
184
  $base_price = $product->is_type( 'variable' ) ? $product->get_variation_regular_price( 'max' ) : $product->get_price();
185
  $formatted_price = $base_price ? $product->get_price_html() : apply_filters( 'yith_free_text', __( 'Free!', 'yith-woocommerce-wishlist' ), $product );
186
 
187
+ return apply_filters( 'yith_wcwl_item_formatted_price', $formatted_price, $base_price, $product );
188
  }
189
 
190
  /**
196
  public function get_formatted_product_name( $context = 'view' ) {
197
  $product = $this->get_product( $context );
198
 
199
+ if ( ! $product ) {
200
  return '';
201
  }
202
 
232
  public function get_user( $context = 'view' ) {
233
  $user_id = intval( $this->get_prop( 'user_id', $context ) );
234
 
235
+ if ( ! $user_id ) {
236
  return false;
237
  }
238
 
248
  public function get_date_added( $context = 'view' ) {
249
  $date_added = $this->get_prop( 'date_added', $context );
250
 
251
+ if ( $date_added && 'view' === $context ) {
252
  return $date_added->date_i18n( 'Y-m-d H:i:s' );
253
+ } else {
 
254
  return $date_added;
255
  }
256
  }
393
  return '';
394
  }
395
 
396
+ $product = $this->get_product();
397
  $current_price = $this->get_product_price();
398
 
399
  if( ! is_numeric( $current_price ) ){
456
  * @param $product_id int Product ID
457
  */
458
  public function set_product_id( $product_id ) {
459
+ $product_id = yith_wcwl_object_id( $product_id, 'product', true, 'default' );
 
 
 
 
460
 
461
  if( ! empty( $this->product ) ){
462
  $this->product = null;
includes/class.yith-wcwl-wishlist.php CHANGED
@@ -690,11 +690,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
690
  * @return bool Whether product is already in list
691
  */
692
  public function has_product( $product_id ) {
693
- global $sitepress;
694
-
695
- if( defined('ICL_SITEPRESS_VERSION') ) {
696
- $product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
697
- }
698
 
699
  return array_key_exists( $product_id, $this->get_items() );
700
  }
@@ -706,11 +702,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
706
  * @return \YITH_WCWL_Wishlist_Item|bool Item on success, false on failure
707
  */
708
  public function get_product( $product_id ) {
709
- global $sitepress;
710
-
711
- if( defined('ICL_SITEPRESS_VERSION') ) {
712
- $product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
713
- }
714
 
715
  if( ! $this->has_product( $product_id ) ){
716
  return false;
@@ -728,11 +720,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
728
  * @return \YITH_WCWL_Wishlist_Item|bool Item on success; false on failure
729
  */
730
  public function add_product( $product_id ) {
731
- global $sitepress;
732
-
733
- if( defined('ICL_SITEPRESS_VERSION') ) {
734
- $product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
735
- }
736
 
737
  $product = wc_get_product( $product_id );
738
 
@@ -762,11 +750,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist' ) ) {
762
  * @return bool Status of the operation
763
  */
764
  public function remove_product( $product_id ) {
765
- global $sitepress;
766
-
767
- if( defined('ICL_SITEPRESS_VERSION') ) {
768
- $product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
769
- }
770
 
771
  if( ! $this->has_product( $product_id ) ){
772
  return false;
690
  * @return bool Whether product is already in list
691
  */
692
  public function has_product( $product_id ) {
693
+ $product_id = yith_wcwl_object_id( $product_id, 'product', true, 'default' );
 
 
 
 
694
 
695
  return array_key_exists( $product_id, $this->get_items() );
696
  }
702
  * @return \YITH_WCWL_Wishlist_Item|bool Item on success, false on failure
703
  */
704
  public function get_product( $product_id ) {
705
+ $product_id = yith_wcwl_object_id( $product_id, 'product', true, 'default' );
 
 
 
 
706
 
707
  if( ! $this->has_product( $product_id ) ){
708
  return false;
720
  * @return \YITH_WCWL_Wishlist_Item|bool Item on success; false on failure
721
  */
722
  public function add_product( $product_id ) {
723
+ $product_id = yith_wcwl_object_id( $product_id, 'product', true, 'default' );
 
 
 
 
724
 
725
  $product = wc_get_product( $product_id );
726
 
750
  * @return bool Status of the operation
751
  */
752
  public function remove_product( $product_id ) {
753
+ $product_id = yith_wcwl_object_id( $product_id, 'product', true, 'default' );
 
 
 
 
754
 
755
  if( ! $this->has_product( $product_id ) ){
756
  return false;
includes/class.yith-wcwl.php CHANGED
@@ -87,6 +87,9 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
87
  // add rewrite rule
88
  add_action( 'init', array( $this, 'add_rewrite_rules' ), 0 );
89
  add_filter( 'query_vars', array( $this, 'add_public_query_var' ) );
 
 
 
90
  }
91
 
92
  /* === PLUGIN FW LOADER === */
@@ -587,6 +590,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
587
  /**
588
  * Checks whether current user can add to the wishlist
589
  *
 
 
590
  * @param $user_id int|bool User id to test; false to use current user id
591
  * @return bool Whether current user can add to wishlist
592
  * @since 3.0.0
@@ -629,7 +634,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
629
  $this->wishlist_param = apply_filters( 'yith_wcwl_wishlist_param', $this->wishlist_param );
630
 
631
  $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
632
- $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id );
633
 
634
  if( empty( $wishlist_page_id ) ){
635
  return;
@@ -673,6 +678,18 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
673
  return $public_var;
674
  }
675
 
 
 
 
 
 
 
 
 
 
 
 
 
676
  /**
677
  * Build wishlist page URL.
678
  *
@@ -683,7 +700,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
683
  */
684
  public function get_wishlist_url( $action = '' ) {
685
  global $sitepress;
686
- $wishlist_page_id = yith_wcwl_object_id( get_option( 'yith_wcwl_wishlist_page_id' ) );
687
  $wishlist_permalink = get_the_permalink( $wishlist_page_id );
688
 
689
  $action_params = explode( '/', $action );
@@ -808,6 +825,33 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
808
  public function is_multi_wishlist_enabled() {
809
  return false;
810
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
811
  }
812
  }
813
 
87
  // add rewrite rule
88
  add_action( 'init', array( $this, 'add_rewrite_rules' ), 0 );
89
  add_filter( 'query_vars', array( $this, 'add_public_query_var' ) );
90
+
91
+ // Polylang integration
92
+ add_filter( 'pll_translation_url', array( $this, 'get_pll_wishlist_url' ), 10, 1 );
93
  }
94
 
95
  /* === PLUGIN FW LOADER === */
590
  /**
591
  * Checks whether current user can add to the wishlist
592
  *
593
+ * TODO: merge this into \YITH_WCWL_Wishlist::current_user_can
594
+ *
595
  * @param $user_id int|bool User id to test; false to use current user id
596
  * @return bool Whether current user can add to wishlist
597
  * @since 3.0.0
634
  $this->wishlist_param = apply_filters( 'yith_wcwl_wishlist_param', $this->wishlist_param );
635
 
636
  $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
637
+ $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id, 'page', true, 'default' );
638
 
639
  if( empty( $wishlist_page_id ) ){
640
  return;
678
  return $public_var;
679
  }
680
 
681
+ /**
682
+ * Return wishlist page id, if any
683
+ *
684
+ * @return int Wishlist page id.
685
+ */
686
+ public function get_wishlist_page_id() {
687
+ $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
688
+ $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id );
689
+
690
+ return apply_filters( 'yith_wcwl_wishlist_page_id', $wishlist_page_id );
691
+ }
692
+
693
  /**
694
  * Build wishlist page URL.
695
  *
700
  */
701
  public function get_wishlist_url( $action = '' ) {
702
  global $sitepress;
703
+ $wishlist_page_id = $this->get_wishlist_page_id();
704
  $wishlist_permalink = get_the_permalink( $wishlist_page_id );
705
 
706
  $action_params = explode( '/', $action );
825
  public function is_multi_wishlist_enabled() {
826
  return false;
827
  }
828
+
829
+ /* === POLYLANG INTEGRATION === */
830
+
831
+ /**
832
+ * Filters translation url for the wishlist page, when PolyLang is enabled
833
+ *
834
+ * @param string $url Translation url.
835
+ * @return string Filtered translation url for current page/post.
836
+ */
837
+ public function get_pll_wishlist_url( $url ) {
838
+ if( yith_wcwl_is_wishlist_page() && isset( $_GET[ $this->wishlist_param ] ) ) {
839
+ $wishlist_action = sanitize_text_field( wp_unslash( $_GET[ $this->wishlist_param ] ) );
840
+ $user_id = isset( $_GET[ 'user_id' ] ) ? sanitize_text_field( wp_unslash( $_GET[ 'user_id' ] ) ) : '';
841
+ $wishlist_id = isset( $_GET[ 'wishlist_id' ] ) ? sanitize_text_field( wp_unslash( $_GET[ 'wishlist_id' ] ) ) : '';
842
+
843
+ $params = array_filter(
844
+ array(
845
+ $this->wishlist_param => $wishlist_action,
846
+ 'user_id' => $user_id,
847
+ 'wishlist_id' => $wishlist_id,
848
+ )
849
+ );
850
+
851
+ $url = add_query_arg( $params, $url );
852
+ }
853
+ return $url;
854
+ }
855
  }
856
  }
857
 
includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php CHANGED
@@ -266,10 +266,7 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
266
  }
267
 
268
  if( ! empty( $product_id ) ){
269
- if( defined('ICL_SITEPRESS_VERSION') ) {
270
- global $sitepress;
271
- $product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
272
- }
273
 
274
  $sql .= " AND i.`prod_id` = %d";
275
  $sql_args[] = $product_id;
266
  }
267
 
268
  if( ! empty( $product_id ) ){
269
+ $product_id = yith_wcwl_object_id( $product_id, 'product', true, 'default' );
 
 
 
270
 
271
  $sql .= " AND i.`prod_id` = %d";
272
  $sql_args[] = $product_id;
includes/functions.yith-wcwl.php CHANGED
@@ -11,6 +11,8 @@ if ( ! defined( 'YITH_WCWL' ) ) {
11
  exit;
12
  } // Exit if accessed directly
13
 
 
 
14
  if ( ! function_exists( 'yith_wcwl_is_wishlist' ) ) {
15
  /**
16
  * Check if we're printing wishlist shortcode
@@ -33,7 +35,7 @@ if ( ! function_exists( 'yith_wcwl_is_wishlist_page' ) ) {
33
  * @since 2.0.13
34
  */
35
  function yith_wcwl_is_wishlist_page() {
36
- $wishlist_page_id = yith_wcwl_object_id( get_option( 'yith_wcwl_wishlist_page_id' ) );
37
 
38
  if ( ! $wishlist_page_id ) {
39
  return false;
@@ -43,6 +45,35 @@ if ( ! function_exists( 'yith_wcwl_is_wishlist_page' ) ) {
43
  }
44
  }
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  if ( ! function_exists( 'yith_wcwl_locate_template' ) ) {
47
  /**
48
  * Locate the templates and return the path of the file found
@@ -156,6 +187,8 @@ if ( ! function_exists( 'yith_wcwl_get_template_part' ) ) {
156
  }
157
  }
158
 
 
 
159
  if ( ! function_exists( 'yith_wcwl_count_products' ) ) {
160
  /**
161
  * Retrieve the number of products in the wishlist.
@@ -221,7 +254,7 @@ if ( ! function_exists( 'yith_wcwl_get_count_text' ) ) {
221
  } else {
222
  $other_count = $count - $current_user_count;
223
  // translators: 1. Count of users when many, or "another" when only one.
224
- $count_text = sprintf( _n( 'You and %s user', 'You and %d users', $other_count, 'yith-woocommerce-wishlist' ), 1 == $other_count ? 'another' : $other_count );
225
  $text = __( 'have this item in wishlist', 'yith-woocommerce-wishlist' );
226
  }
227
 
@@ -231,39 +264,7 @@ if ( ! function_exists( 'yith_wcwl_get_count_text' ) ) {
231
  }
232
  }
233
 
234
- if ( ! function_exists( 'yith_frontend_css_color_picker' ) ) {
235
- /**
236
- * Output a colour picker input box.
237
- *
238
- * This function is not of the plugin YITH WCWL. It is from WooCommerce.
239
- * We redeclare it only because it is needed in the tab "Styles" where it is not available.
240
- * The original function name is woocommerce_frontend_css_colorpicker and it is declared in
241
- * wp-content/plugins/woocommerce/admin/settings/settings-frontend-styles.php
242
- *
243
- * @access public
244
- *
245
- * @param mixed $name Name for the input field.
246
- * @param mixed $id Id for the input field.
247
- * @param mixed $value Value for the input field.
248
- * @param string $desc Description to show under input field (default '').
249
- *
250
- * @return void
251
- * @deprecated
252
- */
253
- function yith_frontend_css_color_picker( $name, $id, $value, $desc = '' ) {
254
- _deprecated_function( 'yith_frontend_css_color_picker', '3.0.0' );
255
-
256
- $value = ! empty( $value ) ? $value : '#ffffff';
257
-
258
- echo '<div class="color_box">
259
- <table><tr><td>
260
- <strong>' . esc_html( $name ) . '</strong>
261
- <input name="' . esc_attr( $id ) . '" id="' . esc_attr( $id ) . '" type="text" value="' . esc_attr( $value ) . '" class="colorpick colorpickpreview" style="background-color: ' . esc_attr( $value ) . '" /> <div id="colorPickerDiv_' . esc_attr( $id ) . '" class="colorpickdiv"></div>
262
- </td></tr></table>
263
- </div>';
264
-
265
- }
266
- }
267
 
268
  if ( ! function_exists( 'yith_wcwl_get_cookie_expiration' ) ) {
269
  /**
@@ -338,25 +339,7 @@ if ( ! function_exists( 'yith_destroycookie' ) ) {
338
  }
339
  }
340
 
341
- if ( ! function_exists( 'yith_wcwl_object_id' ) ) {
342
- /**
343
- * Retrieve translated page id, if wpml is installed
344
- *
345
- * @param int $id Original page id.
346
- *
347
- * @return int Translation id
348
- * @since 1.0.0
349
- */
350
- function yith_wcwl_object_id( $id ) {
351
- if ( function_exists( 'wpml_object_id_filter' ) ) {
352
- return wpml_object_id_filter( $id, 'page', true );
353
- } elseif ( function_exists( 'icl_object_id' ) ) {
354
- return icl_object_id( $id, 'page', true );
355
- } else {
356
- return $id;
357
- }
358
- }
359
- }
360
 
361
  if ( ! function_exists( 'yith_wcwl_get_hidden_products' ) ) {
362
  /**
@@ -417,34 +400,6 @@ if ( ! function_exists( 'yith_wcwl_get_wishlist' ) ) {
417
  }
418
  }
419
 
420
- if ( ! function_exists( 'yith_wcwl_merge_in_array' ) ) {
421
- /**
422
- * Merges an array of items into a specific position of an array
423
- *
424
- * @param array $array Origin array.
425
- * @param array $element Elements to merge.
426
- * @param string $pivot Index to use as pivot.
427
- * @param string $position Where elements should be merged (before or after the pivot).
428
- *
429
- * @return array Result of the merge
430
- */
431
- function yith_wcwl_merge_in_array( $array, $element, $pivot, $position = 'after' ) {
432
- // search for the pivot inside array.
433
- $pos = array_search( $pivot, array_keys( $array ) );
434
-
435
- if ( false === $pos ) {
436
- return $array;
437
- }
438
-
439
- // separate array into chunks.
440
- $i = 'after' == $position ? 1 : 0;
441
- $part_1 = array_slice( $array, 0, $pos + $i );
442
- $part_2 = array_slice( $array, $pos + $i );
443
-
444
- return array_merge( $part_1, $element, $part_2 );
445
- }
446
- }
447
-
448
  if ( ! function_exists( 'yith_wcwl_get_plugin_icons' ) ) {
449
  /**
450
  * Return array of available icons
@@ -464,77 +419,6 @@ if ( ! function_exists( 'yith_wcwl_get_plugin_icons' ) ) {
464
  }
465
  }
466
 
467
- if ( ! function_exists( 'yith_wcwl_maybe_format_field_array' ) ) {
468
- /**
469
- * Take a field structure from plugin saved data, and format it as required by WC to print fields
470
- *
471
- * @param array $field_structure Array of fields as saved on db.
472
- *
473
- * @return array Array of fields as required by WC
474
- */
475
- function yith_wcwl_maybe_format_field_array( $field_structure ) {
476
- $fields = array();
477
-
478
- if ( empty( $field_structure ) ) {
479
- return array();
480
- }
481
-
482
- foreach ( $field_structure as $field ) {
483
- if ( isset( $field['active'] ) && 'yes' != $field['active'] ) {
484
- continue;
485
- }
486
-
487
- if ( empty( $field['label'] ) ) {
488
- continue;
489
- }
490
-
491
- // format type.
492
- $field_id = sanitize_title_with_dashes( $field['label'] );
493
-
494
- // format options, if needed.
495
- if ( ! empty( $field['options'] ) ) {
496
- $options = array();
497
- $raw_options = explode( '|', $field['options'] );
498
-
499
- if ( ! empty( $raw_options ) ) {
500
- foreach ( $raw_options as $raw_option ) {
501
- if ( strpos( $raw_option, '::' ) === false ) {
502
- continue;
503
- }
504
-
505
- list( $id, $value ) = explode( '::', $raw_option );
506
- $options[ $id ] = $value;
507
- }
508
- }
509
-
510
- $field['options'] = $options;
511
- }
512
-
513
- // format class.
514
- $field['class'] = array( 'form-row-' . $field['position'] );
515
-
516
- // format requires.
517
- $field['required'] = isset( $field['required'] ) && 'yes' == $field['required'];
518
-
519
- // set custom attributes when field is required.
520
- if ( $field['required'] ) {
521
- $field['custom_attributes'] = array(
522
- 'required' => 'required',
523
- );
524
- }
525
-
526
- // if type requires options, but no options was defined, skip field printing.
527
- if ( in_array( $field['type'], array( 'select', 'radio' ) ) && empty( $field['options'] ) ) {
528
- continue;
529
- }
530
-
531
- $fields[ $field_id ] = $field;
532
- }
533
-
534
- return $fields;
535
- }
536
- }
537
-
538
  if ( ! function_exists( 'yith_wcwl_get_privacy_label' ) ) {
539
  /**
540
  * Returns privacy label
@@ -621,34 +505,114 @@ if ( ! function_exists( 'yith_wcwl_get_current_url' ) ) {
621
  function yith_wcwl_get_current_url() {
622
  global $wp;
623
 
624
- return add_query_arg( $wp->query_vars, home_url( $wp->request ) );
 
 
 
 
 
 
625
  }
626
  }
627
 
628
- if ( ! function_exists( 'yith_wcwl_is_single' ) ) {
 
 
629
  /**
630
- * Returns true if it finds that you're printing a single product
631
- * Should return false in any loop (including the ones inside single product page)
632
  *
633
- * @return bool Whether you're currently on single product template
634
- * @since 3.0.0
 
 
 
 
635
  */
636
- function yith_wcwl_is_single() {
637
- return apply_filters( 'yith_wcwl_is_single', is_product() && 'related' != wc_get_loop_prop( 'name' ) && ! wc_get_loop_prop( 'is_shortcode' ) );
 
 
 
 
 
 
 
 
 
 
 
 
638
  }
639
  }
640
 
641
- if ( ! function_exists( 'yith_wcwl_is_mobile' ) ) {
642
  /**
643
- * Returns true if we're currently on mobile view
644
  *
645
- * @return bool Whether you're currently on mobile view
646
- * @since 3.0.0
 
647
  */
648
- function yith_wcwl_is_mobile() {
649
- global $yith_wcwl_is_mobile;
650
 
651
- return apply_filters( 'yith_wcwl_is_wishlist_responsive', true ) && ( wp_is_mobile() || $yith_wcwl_is_mobile );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
652
  }
653
  }
654
 
@@ -666,3 +630,75 @@ if ( ! function_exists( 'yith_wcwl_add_notice' ) ) {
666
  function_exists( 'wc_add_notice' ) && wc_add_notice( $message, $notice_type, $data );
667
  }
668
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  exit;
12
  } // Exit if accessed directly
13
 
14
+ /* === TESTER FUNCTIONS === */
15
+
16
  if ( ! function_exists( 'yith_wcwl_is_wishlist' ) ) {
17
  /**
18
  * Check if we're printing wishlist shortcode
35
  * @since 2.0.13
36
  */
37
  function yith_wcwl_is_wishlist_page() {
38
+ $wishlist_page_id = YITH_WCWL()->get_wishlist_page_id();
39
 
40
  if ( ! $wishlist_page_id ) {
41
  return false;
45
  }
46
  }
47
 
48
+ if ( ! function_exists( 'yith_wcwl_is_single' ) ) {
49
+ /**
50
+ * Returns true if it finds that you're printing a single product
51
+ * Should return false in any loop (including the ones inside single product page)
52
+ *
53
+ * @return bool Whether you're currently on single product template
54
+ * @since 3.0.0
55
+ */
56
+ function yith_wcwl_is_single() {
57
+ return apply_filters( 'yith_wcwl_is_single', is_product() && ! in_array( wc_get_loop_prop( 'name' ), array( 'related', 'up-sells' ) ) && ! wc_get_loop_prop( 'is_shortcode' ) );
58
+ }
59
+ }
60
+
61
+ if ( ! function_exists( 'yith_wcwl_is_mobile' ) ) {
62
+ /**
63
+ * Returns true if we're currently on mobile view
64
+ *
65
+ * @return bool Whether you're currently on mobile view
66
+ * @since 3.0.0
67
+ */
68
+ function yith_wcwl_is_mobile() {
69
+ global $yith_wcwl_is_mobile;
70
+
71
+ return apply_filters( 'yith_wcwl_is_wishlist_responsive', true ) && ( wp_is_mobile() || $yith_wcwl_is_mobile );
72
+ }
73
+ }
74
+
75
+ /* === TEMPLATE FUNCTIONS === */
76
+
77
  if ( ! function_exists( 'yith_wcwl_locate_template' ) ) {
78
  /**
79
  * Locate the templates and return the path of the file found
187
  }
188
  }
189
 
190
+ /* === COUNT FUNCTIONS === */
191
+
192
  if ( ! function_exists( 'yith_wcwl_count_products' ) ) {
193
  /**
194
  * Retrieve the number of products in the wishlist.
254
  } else {
255
  $other_count = $count - $current_user_count;
256
  // translators: 1. Count of users when many, or "another" when only one.
257
+ $count_text = sprintf( _n( 'You and %s user', 'You and %d users', $other_count, 'yith-woocommerce-wishlist' ), 1 == $other_count ? __( 'another', 'yith-woocommerce-wishlist' ) : $other_count );
258
  $text = __( 'have this item in wishlist', 'yith-woocommerce-wishlist' );
259
  }
260
 
264
  }
265
  }
266
 
267
+ /* === COOKIE FUNCTIONS === */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
 
269
  if ( ! function_exists( 'yith_wcwl_get_cookie_expiration' ) ) {
270
  /**
339
  }
340
  }
341
 
342
+ /* === GET FUNCTIONS === */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
 
344
  if ( ! function_exists( 'yith_wcwl_get_hidden_products' ) ) {
345
  /**
400
  }
401
  }
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  if ( ! function_exists( 'yith_wcwl_get_plugin_icons' ) ) {
404
  /**
405
  * Return array of available icons
419
  }
420
  }
421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  if ( ! function_exists( 'yith_wcwl_get_privacy_label' ) ) {
423
  /**
424
  * Returns privacy label
505
  function yith_wcwl_get_current_url() {
506
  global $wp;
507
 
508
+ /**
509
+ * Returns empty string by default, to avoid problems with unexpected redirects
510
+ * Added filter to change default behaviour, passing what we think is current page url
511
+ *
512
+ * @since 3.0.12
513
+ */
514
+ return apply_filters( 'yith_wcwl_current_url', '', add_query_arg( $wp->query_vars, home_url( $wp->request ) ) );
515
  }
516
  }
517
 
518
+ /* === UTILITY FUNCTIONS === */
519
+
520
+ if ( ! function_exists( 'yith_wcwl_merge_in_array' ) ) {
521
  /**
522
+ * Merges an array of items into a specific position of an array
 
523
  *
524
+ * @param array $array Origin array.
525
+ * @param array $element Elements to merge.
526
+ * @param string $pivot Index to use as pivot.
527
+ * @param string $position Where elements should be merged (before or after the pivot).
528
+ *
529
+ * @return array Result of the merge
530
  */
531
+ function yith_wcwl_merge_in_array( $array, $element, $pivot, $position = 'after' ) {
532
+ // search for the pivot inside array.
533
+ $pos = array_search( $pivot, array_keys( $array ) );
534
+
535
+ if ( false === $pos ) {
536
+ return $array;
537
+ }
538
+
539
+ // separate array into chunks.
540
+ $i = 'after' == $position ? 1 : 0;
541
+ $part_1 = array_slice( $array, 0, $pos + $i );
542
+ $part_2 = array_slice( $array, $pos + $i );
543
+
544
+ return array_merge( $part_1, $element, $part_2 );
545
  }
546
  }
547
 
548
+ if ( ! function_exists( 'yith_wcwl_maybe_format_field_array' ) ) {
549
  /**
550
+ * Take a field structure from plugin saved data, and format it as required by WC to print fields
551
  *
552
+ * @param array $field_structure Array of fields as saved on db.
553
+ *
554
+ * @return array Array of fields as required by WC
555
  */
556
+ function yith_wcwl_maybe_format_field_array( $field_structure ) {
557
+ $fields = array();
558
 
559
+ if ( empty( $field_structure ) ) {
560
+ return array();
561
+ }
562
+
563
+ foreach ( $field_structure as $field ) {
564
+ if ( isset( $field['active'] ) && 'yes' != $field['active'] ) {
565
+ continue;
566
+ }
567
+
568
+ if ( empty( $field['label'] ) ) {
569
+ continue;
570
+ }
571
+
572
+ // format type.
573
+ $field_id = sanitize_title_with_dashes( $field['label'] );
574
+
575
+ // format options, if needed.
576
+ if ( ! empty( $field['options'] ) ) {
577
+ $options = array();
578
+ $raw_options = explode( '|', $field['options'] );
579
+
580
+ if ( ! empty( $raw_options ) ) {
581
+ foreach ( $raw_options as $raw_option ) {
582
+ if ( strpos( $raw_option, '::' ) === false ) {
583
+ continue;
584
+ }
585
+
586
+ list( $id, $value ) = explode( '::', $raw_option );
587
+ $options[ $id ] = $value;
588
+ }
589
+ }
590
+
591
+ $field['options'] = $options;
592
+ }
593
+
594
+ // format class.
595
+ $field['class'] = array( 'form-row-' . $field['position'] );
596
+
597
+ // format requires.
598
+ $field['required'] = isset( $field['required'] ) && 'yes' == $field['required'];
599
+
600
+ // set custom attributes when field is required.
601
+ if ( $field['required'] ) {
602
+ $field['custom_attributes'] = array(
603
+ 'required' => 'required',
604
+ );
605
+ }
606
+
607
+ // if type requires options, but no options was defined, skip field printing.
608
+ if ( in_array( $field['type'], array( 'select', 'radio' ) ) && empty( $field['options'] ) ) {
609
+ continue;
610
+ }
611
+
612
+ $fields[ $field_id ] = $field;
613
+ }
614
+
615
+ return $fields;
616
  }
617
  }
618
 
630
  function_exists( 'wc_add_notice' ) && wc_add_notice( $message, $notice_type, $data );
631
  }
632
  }
633
+
634
+ if ( ! function_exists( 'yith_wcwl_object_id' ) ) {
635
+ /**
636
+ * Retrieve translated object id, if a translation plugin is active
637
+ *
638
+ * @param int $id Original object id.
639
+ * @param string $type Object type.
640
+ * @param bool $return_original Whether to return original object if no translation is found.
641
+ * @param string $lang Language to use for translation ().
642
+ *
643
+ * @return int Translation id
644
+ * @since 1.0.0
645
+ */
646
+ function yith_wcwl_object_id( $id, $type = 'page', $return_original = true, $lang = null ) {
647
+
648
+ // process special value for $lang.
649
+ if ( 'default' === $lang ) {
650
+ if ( defined('ICL_SITEPRESS_VERSION') ) { // wpml default language.
651
+ global $sitepress;
652
+ $lang = $sitepress->get_default_language();
653
+ } elseif( function_exists( 'pll_default_language' ) ) { // polylang default language.
654
+ $lang = pll_default_language( 'locale' );
655
+ } else { // cannot determine default language.
656
+ $lang = null;
657
+ }
658
+ }
659
+
660
+ // Should work with WPML and PolyLang.
661
+ $id = apply_filters( 'wpml_object_id', $id, $type, $return_original, $lang );
662
+
663
+ // Space for additional translations
664
+ $id = apply_filters( 'yith_wcwl_object_id', $id, $type, $return_original, $lang );
665
+
666
+ return $id;
667
+ }
668
+ }
669
+
670
+ /* === DEPRECATED FUNCTIONS === */
671
+
672
+ if ( ! function_exists( 'yith_frontend_css_color_picker' ) ) {
673
+ /**
674
+ * Output a colour picker input box.
675
+ *
676
+ * This function is not of the plugin YITH WCWL. It is from WooCommerce.
677
+ * We redeclare it only because it is needed in the tab "Styles" where it is not available.
678
+ * The original function name is woocommerce_frontend_css_colorpicker and it is declared in
679
+ * wp-content/plugins/woocommerce/admin/settings/settings-frontend-styles.php
680
+ *
681
+ * @access public
682
+ *
683
+ * @param mixed $name Name for the input field.
684
+ * @param mixed $id Id for the input field.
685
+ * @param mixed $value Value for the input field.
686
+ * @param string $desc Description to show under input field (default '').
687
+ *
688
+ * @return void
689
+ * @deprecated
690
+ */
691
+ function yith_frontend_css_color_picker( $name, $id, $value, $desc = '' ) {
692
+ _deprecated_function( 'yith_frontend_css_color_picker', '3.0.0' );
693
+
694
+ $value = ! empty( $value ) ? $value : '#ffffff';
695
+
696
+ echo '<div class="color_box">
697
+ <table><tr><td>
698
+ <strong>' . esc_html( $name ) . '</strong>
699
+ <input name="' . esc_attr( $id ) . '" id="' . esc_attr( $id ) . '" type="text" value="' . esc_attr( $value ) . '" class="colorpick colorpickpreview" style="background-color: ' . esc_attr( $value ) . '" /> <div id="colorPickerDiv_' . esc_attr( $id ) . '" class="colorpickdiv"></div>
700
+ </td></tr></table>
701
+ </div>';
702
+
703
+ }
704
+ }
init.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
6
- * Version: 3.0.11
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
- * WC requires at least: 2.5.0
12
- * WC tested up to: 4.2.0
13
  *
14
  * @author YITHEMES
15
  * @package YITH WooCommerce Wishlist
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
6
+ * Version: 3.0.12
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
+ * WC requires at least: 4.2.0
12
+ * WC tested up to: 4.4.0
13
  *
14
  * @author YITHEMES
15
  * @package YITH WooCommerce Wishlist
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:47+0200\n"
9
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
11
  "Language: da_DK\n"
@@ -57,12 +57,12 @@ msgid ""
57
  msgstr ""
58
 
59
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
60
- #: ../templates/add-to-wishlist-remove.php:50
61
  msgid "View &rsaquo;"
62
  msgstr ""
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
65
- #: ../templates/add-to-wishlist-remove.php:49
66
  msgid "or"
67
  msgstr ""
68
 
@@ -70,8 +70,8 @@ msgstr ""
70
  msgid "Close"
71
  msgstr ""
72
 
73
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
74
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
75
  msgid "Product successfully removed."
76
  msgstr ""
77
 
@@ -79,17 +79,17 @@ msgstr ""
79
  msgid "Please, make sure to enter a valid title"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-frontend.php:398
83
  msgid ""
84
  "We are sorry, but this feature is available only if cookies on your browser "
85
  "are enabled."
86
  msgstr ""
87
 
88
- #: ../includes/class.yith-wcwl-frontend.php:399
89
  msgid "Product added to cart successfully"
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-frontend.php:645,
93
  #: ../includes/class.yith-wcwl-shortcode.php:237,
94
  #: ../plugin-options/wishlist_page-options.php:237,
95
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -312,29 +312,29 @@ msgstr ""
312
  msgid "Free!"
313
  msgstr "Gratis!"
314
 
315
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
316
  msgctxt ""
317
  "Part of the template that shows price variation since addition to list; "
318
  "placeholder will be replaced with a percentage"
319
  msgid "Price is %1$s%%"
320
  msgstr ""
321
 
322
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
323
  msgctxt ""
324
  "Part of the template that shows price variation since addition to list; "
325
  "placeholder will be replaced with a price"
326
  msgid "(Was %2$s when added in list)"
327
  msgstr ""
328
 
329
- #: ../includes/class.yith-wcwl.php:161
330
  msgid "The item cannot be added to this wishlist"
331
  msgstr ""
332
 
333
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
334
  msgid "An error occurred while adding the products to the wishlist."
335
  msgstr ""
336
 
337
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
338
  msgid "Error. Unable to remove the product from the wishlist."
339
  msgstr ""
340
 
@@ -348,66 +348,70 @@ msgid "Invalid wishlist item."
348
  msgstr ""
349
 
350
  #. translators: 1. Number of users.
351
- #: ../includes/functions.yith-wcwl.php:216
352
  msgid "%d user"
353
  msgid_plural "%d users"
354
  msgstr[0] ""
355
  msgstr[1] ""
356
 
357
- #: ../includes/functions.yith-wcwl.php:217
358
  msgid "has this item in wishlist"
359
  msgid_plural "have this item in wishlist"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
 
363
- #: ../includes/functions.yith-wcwl.php:219
364
  msgid "You're the first"
365
  msgstr ""
366
 
367
- #: ../includes/functions.yith-wcwl.php:220
368
  msgid "to add this item in wishlist"
369
  msgstr ""
370
 
371
  #. translators: 1. Count of users when many, or "another" when only one.
372
- #: ../includes/functions.yith-wcwl.php:224
373
  msgid "You and %s user"
374
  msgid_plural "You and %d users"
375
  msgstr[0] ""
376
  msgstr[1] ""
377
 
378
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
379
  msgid "have this item in wishlist"
380
  msgstr ""
381
 
382
- #: ../includes/functions.yith-wcwl.php:460
383
  msgid "None"
384
  msgstr ""
385
 
386
- #: ../includes/functions.yith-wcwl.php:461
387
  msgid "Custom"
388
  msgstr ""
389
 
390
- #: ../includes/functions.yith-wcwl.php:553
391
  msgid "Shared"
392
  msgstr "Delt"
393
 
394
- #: ../includes/functions.yith-wcwl.php:557
395
  msgid "Only people with a link to this list can see it"
396
  msgstr ""
397
 
398
- #: ../includes/functions.yith-wcwl.php:563
399
  msgid "Private"
400
  msgstr "Privat"
401
 
402
- #: ../includes/functions.yith-wcwl.php:567
403
  msgid "Only you can see this list"
404
  msgstr ""
405
 
406
- #: ../includes/functions.yith-wcwl.php:573
407
  msgid "Public"
408
  msgstr "Offentlig"
409
 
410
- #: ../includes/functions.yith-wcwl.php:577
411
  msgid "Anyone can search for and see this list"
412
  msgstr ""
413
 
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:02+0200\n"
9
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
11
  "Language: da_DK\n"
57
  msgstr ""
58
 
59
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
60
+ #: ../templates/add-to-wishlist-remove.php:51
61
  msgid "View &rsaquo;"
62
  msgstr ""
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
65
+ #: ../templates/add-to-wishlist-remove.php:50
66
  msgid "or"
67
  msgstr ""
68
 
70
  msgid "Close"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
74
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
75
  msgid "Product successfully removed."
76
  msgstr ""
77
 
79
  msgid "Please, make sure to enter a valid title"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-frontend.php:400
83
  msgid ""
84
  "We are sorry, but this feature is available only if cookies on your browser "
85
  "are enabled."
86
  msgstr ""
87
 
88
+ #: ../includes/class.yith-wcwl-frontend.php:401
89
  msgid "Product added to cart successfully"
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-frontend.php:648,
93
  #: ../includes/class.yith-wcwl-shortcode.php:237,
94
  #: ../plugin-options/wishlist_page-options.php:237,
95
  #: ../templates/wishlist-view-footer-mobile.php:44,
312
  msgid "Free!"
313
  msgstr "Gratis!"
314
 
315
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
316
  msgctxt ""
317
  "Part of the template that shows price variation since addition to list; "
318
  "placeholder will be replaced with a percentage"
319
  msgid "Price is %1$s%%"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
323
  msgctxt ""
324
  "Part of the template that shows price variation since addition to list; "
325
  "placeholder will be replaced with a price"
326
  msgid "(Was %2$s when added in list)"
327
  msgstr ""
328
 
329
+ #: ../includes/class.yith-wcwl.php:164
330
  msgid "The item cannot be added to this wishlist"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
334
  msgid "An error occurred while adding the products to the wishlist."
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
338
  msgid "Error. Unable to remove the product from the wishlist."
339
  msgstr ""
340
 
348
  msgstr ""
349
 
350
  #. translators: 1. Number of users.
351
+ #: ../includes/functions.yith-wcwl.php:249
352
  msgid "%d user"
353
  msgid_plural "%d users"
354
  msgstr[0] ""
355
  msgstr[1] ""
356
 
357
+ #: ../includes/functions.yith-wcwl.php:250
358
  msgid "has this item in wishlist"
359
  msgid_plural "have this item in wishlist"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
 
363
+ #: ../includes/functions.yith-wcwl.php:252
364
  msgid "You're the first"
365
  msgstr ""
366
 
367
+ #: ../includes/functions.yith-wcwl.php:253
368
  msgid "to add this item in wishlist"
369
  msgstr ""
370
 
371
  #. translators: 1. Count of users when many, or "another" when only one.
372
+ #: ../includes/functions.yith-wcwl.php:257
373
  msgid "You and %s user"
374
  msgid_plural "You and %d users"
375
  msgstr[0] ""
376
  msgstr[1] ""
377
 
378
+ #: ../includes/functions.yith-wcwl.php:257
379
+ msgid "another"
380
+ msgstr ""
381
+
382
+ #: ../includes/functions.yith-wcwl.php:258
383
  msgid "have this item in wishlist"
384
  msgstr ""
385
 
386
+ #: ../includes/functions.yith-wcwl.php:415
387
  msgid "None"
388
  msgstr ""
389
 
390
+ #: ../includes/functions.yith-wcwl.php:416
391
  msgid "Custom"
392
  msgstr ""
393
 
394
+ #: ../includes/functions.yith-wcwl.php:437
395
  msgid "Shared"
396
  msgstr "Delt"
397
 
398
+ #: ../includes/functions.yith-wcwl.php:441
399
  msgid "Only people with a link to this list can see it"
400
  msgstr ""
401
 
402
+ #: ../includes/functions.yith-wcwl.php:447
403
  msgid "Private"
404
  msgstr "Privat"
405
 
406
+ #: ../includes/functions.yith-wcwl.php:451
407
  msgid "Only you can see this list"
408
  msgstr ""
409
 
410
+ #: ../includes/functions.yith-wcwl.php:457
411
  msgid "Public"
412
  msgstr "Offentlig"
413
 
414
+ #: ../includes/functions.yith-wcwl.php:461
415
  msgid "Anyone can search for and see this list"
416
  msgstr ""
417
 
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:47+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: de_DE\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Artikel entfernt."
80
 
@@ -82,17 +82,17 @@ msgstr "Artikel entfernt."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "Kostenlos!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "Benutzerdefiniertes CSS"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "geteilt"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr "Privat"
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr "Öffentlich"
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:02+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: de_DE\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Artikel entfernt."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "Kostenlos!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "Benutzerdefiniertes CSS"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "geteilt"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr "Privat"
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr "Öffentlich"
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:47+0200\n"
9
  "Last-Translator: YIThemes <support@yithemes.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: es_AR\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Bien, lo hemos eliminado de tu lista..."
80
 
@@ -82,17 +82,17 @@ msgstr "Bien, lo hemos eliminado de tu lista..."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr ""
343
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
@@ -353,68 +353,72 @@ msgid "Invalid wishlist item."
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
- #: ../includes/functions.yith-wcwl.php:216
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
- #: ../includes/functions.yith-wcwl.php:217
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
- #: ../includes/functions.yith-wcwl.php:219
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
- #: ../includes/functions.yith-wcwl.php:220
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
- #: ../includes/functions.yith-wcwl.php:224
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
384
  msgid "have this item in wishlist"
385
  msgstr ""
386
 
387
- #: ../includes/functions.yith-wcwl.php:460
388
  msgid "None"
389
  msgstr ""
390
 
391
- #: ../includes/functions.yith-wcwl.php:461
392
  #, fuzzy
393
  #| msgid "Custom CSS"
394
  msgid "Custom"
395
  msgstr "CSS personalizado"
396
 
397
- #: ../includes/functions.yith-wcwl.php:553
398
  msgid "Shared"
399
  msgstr "Compartir en:"
400
 
401
- #: ../includes/functions.yith-wcwl.php:557
402
  msgid "Only people with a link to this list can see it"
403
  msgstr ""
404
 
405
- #: ../includes/functions.yith-wcwl.php:563
406
  msgid "Private"
407
  msgstr ""
408
 
409
- #: ../includes/functions.yith-wcwl.php:567
410
  msgid "Only you can see this list"
411
  msgstr ""
412
 
413
- #: ../includes/functions.yith-wcwl.php:573
414
  msgid "Public"
415
  msgstr ""
416
 
417
- #: ../includes/functions.yith-wcwl.php:577
418
  msgid "Anyone can search for and see this list"
419
  msgstr ""
420
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:02+0200\n"
9
  "Last-Translator: YIThemes <support@yithemes.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: es_AR\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Bien, lo hemos eliminado de tu lista..."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr ""
343
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
353
  msgstr ""
354
 
355
  #. translators: 1. Number of users.
356
+ #: ../includes/functions.yith-wcwl.php:249
357
  msgid "%d user"
358
  msgid_plural "%d users"
359
  msgstr[0] ""
360
  msgstr[1] ""
361
 
362
+ #: ../includes/functions.yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
 
368
+ #: ../includes/functions.yith-wcwl.php:252
369
  msgid "You're the first"
370
  msgstr ""
371
 
372
+ #: ../includes/functions.yith-wcwl.php:253
373
  msgid "to add this item in wishlist"
374
  msgstr ""
375
 
376
  #. translators: 1. Count of users when many, or "another" when only one.
377
+ #: ../includes/functions.yith-wcwl.php:257
378
  msgid "You and %s user"
379
  msgid_plural "You and %d users"
380
  msgstr[0] ""
381
  msgstr[1] ""
382
 
383
+ #: ../includes/functions.yith-wcwl.php:257
384
+ msgid "another"
385
+ msgstr ""
386
+
387
+ #: ../includes/functions.yith-wcwl.php:258
388
  msgid "have this item in wishlist"
389
  msgstr ""
390
 
391
+ #: ../includes/functions.yith-wcwl.php:415
392
  msgid "None"
393
  msgstr ""
394
 
395
+ #: ../includes/functions.yith-wcwl.php:416
396
  #, fuzzy
397
  #| msgid "Custom CSS"
398
  msgid "Custom"
399
  msgstr "CSS personalizado"
400
 
401
+ #: ../includes/functions.yith-wcwl.php:437
402
  msgid "Shared"
403
  msgstr "Compartir en:"
404
 
405
+ #: ../includes/functions.yith-wcwl.php:441
406
  msgid "Only people with a link to this list can see it"
407
  msgstr ""
408
 
409
+ #: ../includes/functions.yith-wcwl.php:447
410
  msgid "Private"
411
  msgstr ""
412
 
413
+ #: ../includes/functions.yith-wcwl.php:451
414
  msgid "Only you can see this list"
415
  msgstr ""
416
 
417
+ #: ../includes/functions.yith-wcwl.php:457
418
  msgid "Public"
419
  msgstr ""
420
 
421
+ #: ../includes/functions.yith-wcwl.php:461
422
  msgid "Anyone can search for and see this list"
423
  msgstr ""
424
 
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:47+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: es_ES\n"
@@ -62,12 +62,12 @@ msgstr ""
62
  "tu comercio electrónico."
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
65
- #: ../templates/add-to-wishlist-remove.php:50
66
  msgid "View &rsaquo;"
67
  msgstr "Ver &rsaquo;"
68
 
69
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
70
- #: ../templates/add-to-wishlist-remove.php:49
71
  msgid "or"
72
  msgstr "o"
73
 
@@ -75,8 +75,8 @@ msgstr "o"
75
  msgid "Close"
76
  msgstr ""
77
 
78
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
79
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
80
  msgid "Product successfully removed."
81
  msgstr "Producto eliminado satisfactoriamente."
82
 
@@ -84,7 +84,7 @@ msgstr "Producto eliminado satisfactoriamente."
84
  msgid "Please, make sure to enter a valid title"
85
  msgstr "Por favor, asegúrate de haber introducido un título válido"
86
 
87
- #: ../includes/class.yith-wcwl-frontend.php:398
88
  msgid ""
89
  "We are sorry, but this feature is available only if cookies on your browser "
90
  "are enabled."
@@ -92,11 +92,11 @@ msgstr ""
92
  "Lo siento, pero esta característica solo está disponible si las cookies de "
93
  "tu navegador están habilitadas."
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:399
96
  msgid "Product added to cart successfully"
97
  msgstr "Producto añadido al carrito con éxito"
98
 
99
- #: ../includes/class.yith-wcwl-frontend.php:645,
100
  #: ../includes/class.yith-wcwl-shortcode.php:237,
101
  #: ../plugin-options/wishlist_page-options.php:237,
102
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -349,30 +349,30 @@ msgstr "Eliminar de la lista"
349
  msgid "Free!"
350
  msgstr "¡Gratis!"
351
 
352
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
353
  msgctxt ""
354
  "Part of the template that shows price variation since addition to list; "
355
  "placeholder will be replaced with a percentage"
356
  msgid "Price is %1$s%%"
357
  msgstr ""
358
 
359
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
360
  msgctxt ""
361
  "Part of the template that shows price variation since addition to list; "
362
  "placeholder will be replaced with a price"
363
  msgid "(Was %2$s when added in list)"
364
  msgstr ""
365
 
366
- #: ../includes/class.yith-wcwl.php:161
367
  msgid "The item cannot be added to this wishlist"
368
  msgstr "El artículo no puede ser añadido a la lista de deseos"
369
 
370
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
371
  msgid "An error occurred while adding the products to the wishlist."
372
  msgstr ""
373
  "Ha ocurrido un error mientras se añadían los productos a la lista de deseos."
374
 
375
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
376
  msgid "Error. Unable to remove the product from the wishlist."
377
  msgstr "Error. No hemos podido eliminar el producto de la lista de deseos."
378
 
@@ -386,68 +386,72 @@ msgid "Invalid wishlist item."
386
  msgstr "Artículo de lista de deseos no válido."
387
 
388
  #. translators: 1. Number of users.
389
- #: ../includes/functions.yith-wcwl.php:216
390
  msgid "%d user"
391
  msgid_plural "%d users"
392
  msgstr[0] "%d usuario"
393
  msgstr[1] "%d usuarios"
394
 
395
- #: ../includes/functions.yith-wcwl.php:217
396
  msgid "has this item in wishlist"
397
  msgid_plural "have this item in wishlist"
398
  msgstr[0] "tiene este artículo en la lista de deseos"
399
  msgstr[1] "tiene este artículo en la lista de deseos"
400
 
401
- #: ../includes/functions.yith-wcwl.php:219
402
  msgid "You're the first"
403
  msgstr "Eres el primero"
404
 
405
- #: ../includes/functions.yith-wcwl.php:220
406
  msgid "to add this item in wishlist"
407
  msgstr "en añadir este artículo a la lista de deseos"
408
 
409
  #. translators: 1. Count of users when many, or "another" when only one.
410
- #: ../includes/functions.yith-wcwl.php:224
411
  msgid "You and %s user"
412
  msgid_plural "You and %d users"
413
  msgstr[0] "Tú y el usuario %s"
414
  msgstr[1] "Tú y los usuarios %d"
415
 
416
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
417
  msgid "have this item in wishlist"
418
  msgstr "tienen este artículo en la lista de deseos"
419
 
420
- #: ../includes/functions.yith-wcwl.php:460
421
  msgid "None"
422
  msgstr ""
423
 
424
- #: ../includes/functions.yith-wcwl.php:461
425
  #, fuzzy
426
  #| msgid "Custom CSS"
427
  msgid "Custom"
428
  msgstr "Personalizar CSS"
429
 
430
- #: ../includes/functions.yith-wcwl.php:553
431
  msgid "Shared"
432
  msgstr "Compartidas"
433
 
434
- #: ../includes/functions.yith-wcwl.php:557
435
  msgid "Only people with a link to this list can see it"
436
  msgstr "Solo gente con un enlace a esta lista puede verla"
437
 
438
- #: ../includes/functions.yith-wcwl.php:563
439
  msgid "Private"
440
  msgstr "Privada"
441
 
442
- #: ../includes/functions.yith-wcwl.php:567
443
  msgid "Only you can see this list"
444
  msgstr "Solo tú puedes ver esta lista"
445
 
446
- #: ../includes/functions.yith-wcwl.php:573
447
  msgid "Public"
448
  msgstr "Pública"
449
 
450
- #: ../includes/functions.yith-wcwl.php:577
451
  msgid "Anyone can search for and see this list"
452
  msgstr "Cualquiera puede buscar y ver esta lista"
453
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:02+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: es_ES\n"
62
  "tu comercio electrónico."
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
65
+ #: ../templates/add-to-wishlist-remove.php:51
66
  msgid "View &rsaquo;"
67
  msgstr "Ver &rsaquo;"
68
 
69
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
70
+ #: ../templates/add-to-wishlist-remove.php:50
71
  msgid "or"
72
  msgstr "o"
73
 
75
  msgid "Close"
76
  msgstr ""
77
 
78
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
79
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
80
  msgid "Product successfully removed."
81
  msgstr "Producto eliminado satisfactoriamente."
82
 
84
  msgid "Please, make sure to enter a valid title"
85
  msgstr "Por favor, asegúrate de haber introducido un título válido"
86
 
87
+ #: ../includes/class.yith-wcwl-frontend.php:400
88
  msgid ""
89
  "We are sorry, but this feature is available only if cookies on your browser "
90
  "are enabled."
92
  "Lo siento, pero esta característica solo está disponible si las cookies de "
93
  "tu navegador están habilitadas."
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:401
96
  msgid "Product added to cart successfully"
97
  msgstr "Producto añadido al carrito con éxito"
98
 
99
+ #: ../includes/class.yith-wcwl-frontend.php:648,
100
  #: ../includes/class.yith-wcwl-shortcode.php:237,
101
  #: ../plugin-options/wishlist_page-options.php:237,
102
  #: ../templates/wishlist-view-footer-mobile.php:44,
349
  msgid "Free!"
350
  msgstr "¡Gratis!"
351
 
352
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
353
  msgctxt ""
354
  "Part of the template that shows price variation since addition to list; "
355
  "placeholder will be replaced with a percentage"
356
  msgid "Price is %1$s%%"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
360
  msgctxt ""
361
  "Part of the template that shows price variation since addition to list; "
362
  "placeholder will be replaced with a price"
363
  msgid "(Was %2$s when added in list)"
364
  msgstr ""
365
 
366
+ #: ../includes/class.yith-wcwl.php:164
367
  msgid "The item cannot be added to this wishlist"
368
  msgstr "El artículo no puede ser añadido a la lista de deseos"
369
 
370
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
371
  msgid "An error occurred while adding the products to the wishlist."
372
  msgstr ""
373
  "Ha ocurrido un error mientras se añadían los productos a la lista de deseos."
374
 
375
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
376
  msgid "Error. Unable to remove the product from the wishlist."
377
  msgstr "Error. No hemos podido eliminar el producto de la lista de deseos."
378
 
386
  msgstr "Artículo de lista de deseos no válido."
387
 
388
  #. translators: 1. Number of users.
389
+ #: ../includes/functions.yith-wcwl.php:249
390
  msgid "%d user"
391
  msgid_plural "%d users"
392
  msgstr[0] "%d usuario"
393
  msgstr[1] "%d usuarios"
394
 
395
+ #: ../includes/functions.yith-wcwl.php:250
396
  msgid "has this item in wishlist"
397
  msgid_plural "have this item in wishlist"
398
  msgstr[0] "tiene este artículo en la lista de deseos"
399
  msgstr[1] "tiene este artículo en la lista de deseos"
400
 
401
+ #: ../includes/functions.yith-wcwl.php:252
402
  msgid "You're the first"
403
  msgstr "Eres el primero"
404
 
405
+ #: ../includes/functions.yith-wcwl.php:253
406
  msgid "to add this item in wishlist"
407
  msgstr "en añadir este artículo a la lista de deseos"
408
 
409
  #. translators: 1. Count of users when many, or "another" when only one.
410
+ #: ../includes/functions.yith-wcwl.php:257
411
  msgid "You and %s user"
412
  msgid_plural "You and %d users"
413
  msgstr[0] "Tú y el usuario %s"
414
  msgstr[1] "Tú y los usuarios %d"
415
 
416
+ #: ../includes/functions.yith-wcwl.php:257
417
+ msgid "another"
418
+ msgstr ""
419
+
420
+ #: ../includes/functions.yith-wcwl.php:258
421
  msgid "have this item in wishlist"
422
  msgstr "tienen este artículo en la lista de deseos"
423
 
424
+ #: ../includes/functions.yith-wcwl.php:415
425
  msgid "None"
426
  msgstr ""
427
 
428
+ #: ../includes/functions.yith-wcwl.php:416
429
  #, fuzzy
430
  #| msgid "Custom CSS"
431
  msgid "Custom"
432
  msgstr "Personalizar CSS"
433
 
434
+ #: ../includes/functions.yith-wcwl.php:437
435
  msgid "Shared"
436
  msgstr "Compartidas"
437
 
438
+ #: ../includes/functions.yith-wcwl.php:441
439
  msgid "Only people with a link to this list can see it"
440
  msgstr "Solo gente con un enlace a esta lista puede verla"
441
 
442
+ #: ../includes/functions.yith-wcwl.php:447
443
  msgid "Private"
444
  msgstr "Privada"
445
 
446
+ #: ../includes/functions.yith-wcwl.php:451
447
  msgid "Only you can see this list"
448
  msgstr "Solo tú puedes ver esta lista"
449
 
450
+ #: ../includes/functions.yith-wcwl.php:457
451
  msgid "Public"
452
  msgstr "Pública"
453
 
454
+ #: ../includes/functions.yith-wcwl.php:461
455
  msgid "Anyone can search for and see this list"
456
  msgstr "Cualquiera puede buscar y ver esta lista"
457
 
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:47+0200\n"
9
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: es_MX\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Producto exitosamente eliminado"
80
 
@@ -82,17 +82,17 @@ msgstr "Producto exitosamente eliminado"
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "Gratis!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Error. No fue posible eliminar el producto de la Lista."
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "Css personalizado"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "Compartir en:"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:03+0200\n"
9
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: es_MX\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Producto exitosamente eliminado"
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "Gratis!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Error. No fue posible eliminar el producto de la Lista."
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "Css personalizado"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "Compartir en:"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:48+0200\n"
9
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
10
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
11
  "Language: fa\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "محصول با موفقیت حذف شد."
80
 
@@ -82,17 +82,17 @@ msgstr "محصول با موفقیت حذف شد."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "رایگان!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "CSS دستی"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr ""
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:03+0200\n"
9
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
10
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
11
  "Language: fa\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "محصول با موفقیت حذف شد."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "رایگان!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "CSS دستی"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr ""
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:48+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: fr_FR\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Le produit a bien été supprimé"
80
 
@@ -82,17 +82,17 @@ msgstr "Le produit a bien été supprimé"
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "CSS personnalisée"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "Partager sur :"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:03+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: fr_FR\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Le produit a bien été supprimé"
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "CSS personnalisée"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "Partager sur :"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:48+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: he_IL\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "המוצר הוסר מהרשימה בהצלחה."
80
 
@@ -82,17 +82,17 @@ msgstr "המוצר הוסר מהרשימה בהצלחה."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "הכנס שורות CSS משלך"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "שתף ברשת:"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:03+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: he_IL\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "המוצר הוסר מהרשימה בהצלחה."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "הכנס שורות CSS משלך"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "שתף ברשת:"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-hr.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:48+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: hr_HR\n"
@@ -61,12 +61,12 @@ msgid ""
61
  msgstr ""
62
 
63
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
64
- #: ../templates/add-to-wishlist-remove.php:50
65
  msgid "View &rsaquo;"
66
  msgstr ""
67
 
68
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
69
- #: ../templates/add-to-wishlist-remove.php:49
70
  msgid "or"
71
  msgstr ""
72
 
@@ -74,8 +74,8 @@ msgstr ""
74
  msgid "Close"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
78
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
79
  msgid "Product successfully removed."
80
  msgstr "Proizvod uspješno obrisan."
81
 
@@ -83,17 +83,17 @@ msgstr "Proizvod uspješno obrisan."
83
  msgid "Please, make sure to enter a valid title"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-wcwl-frontend.php:398
87
  msgid ""
88
  "We are sorry, but this feature is available only if cookies on your browser "
89
  "are enabled."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-frontend.php:399
93
  msgid "Product added to cart successfully"
94
  msgstr ""
95
 
96
- #: ../includes/class.yith-wcwl-frontend.php:645,
97
  #: ../includes/class.yith-wcwl-shortcode.php:237,
98
  #: ../plugin-options/wishlist_page-options.php:237,
99
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -316,29 +316,29 @@ msgstr ""
316
  msgid "Free!"
317
  msgstr "Besplatno!"
318
 
319
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
320
  msgctxt ""
321
  "Part of the template that shows price variation since addition to list; "
322
  "placeholder will be replaced with a percentage"
323
  msgid "Price is %1$s%%"
324
  msgstr ""
325
 
326
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
327
  msgctxt ""
328
  "Part of the template that shows price variation since addition to list; "
329
  "placeholder will be replaced with a price"
330
  msgid "(Was %2$s when added in list)"
331
  msgstr ""
332
 
333
- #: ../includes/class.yith-wcwl.php:161
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
344
 
@@ -352,71 +352,75 @@ msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
- #: ../includes/functions.yith-wcwl.php:216
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
  msgstr[2] ""
361
 
362
- #: ../includes/functions.yith-wcwl.php:217
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
  msgstr[2] ""
368
 
369
- #: ../includes/functions.yith-wcwl.php:219
370
  msgid "You're the first"
371
  msgstr ""
372
 
373
- #: ../includes/functions.yith-wcwl.php:220
374
  msgid "to add this item in wishlist"
375
  msgstr ""
376
 
377
  #. translators: 1. Count of users when many, or "another" when only one.
378
- #: ../includes/functions.yith-wcwl.php:224
379
  msgid "You and %s user"
380
  msgid_plural "You and %d users"
381
  msgstr[0] ""
382
  msgstr[1] ""
383
  msgstr[2] ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:460
390
  msgid "None"
391
  msgstr ""
392
 
393
- #: ../includes/functions.yith-wcwl.php:461
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "Prilagođeni CSS"
398
 
399
- #: ../includes/functions.yith-wcwl.php:553
400
  msgid "Shared"
401
  msgstr "Podijeljeno"
402
 
403
- #: ../includes/functions.yith-wcwl.php:557
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:563
408
  msgid "Private"
409
  msgstr "Privatno"
410
 
411
- #: ../includes/functions.yith-wcwl.php:567
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:573
416
  msgid "Public"
417
  msgstr "Javno"
418
 
419
- #: ../includes/functions.yith-wcwl.php:577
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:03+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: hr_HR\n"
61
  msgstr ""
62
 
63
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
64
+ #: ../templates/add-to-wishlist-remove.php:51
65
  msgid "View &rsaquo;"
66
  msgstr ""
67
 
68
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
69
+ #: ../templates/add-to-wishlist-remove.php:50
70
  msgid "or"
71
  msgstr ""
72
 
74
  msgid "Close"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
78
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
79
  msgid "Product successfully removed."
80
  msgstr "Proizvod uspješno obrisan."
81
 
83
  msgid "Please, make sure to enter a valid title"
84
  msgstr ""
85
 
86
+ #: ../includes/class.yith-wcwl-frontend.php:400
87
  msgid ""
88
  "We are sorry, but this feature is available only if cookies on your browser "
89
  "are enabled."
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-frontend.php:401
93
  msgid "Product added to cart successfully"
94
  msgstr ""
95
 
96
+ #: ../includes/class.yith-wcwl-frontend.php:648,
97
  #: ../includes/class.yith-wcwl-shortcode.php:237,
98
  #: ../plugin-options/wishlist_page-options.php:237,
99
  #: ../templates/wishlist-view-footer-mobile.php:44,
316
  msgid "Free!"
317
  msgstr "Besplatno!"
318
 
319
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
320
  msgctxt ""
321
  "Part of the template that shows price variation since addition to list; "
322
  "placeholder will be replaced with a percentage"
323
  msgid "Price is %1$s%%"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
327
  msgctxt ""
328
  "Part of the template that shows price variation since addition to list; "
329
  "placeholder will be replaced with a price"
330
  msgid "(Was %2$s when added in list)"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl.php:164
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
344
 
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: ../includes/functions.yith-wcwl.php:249
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
  msgstr[2] ""
361
 
362
+ #: ../includes/functions.yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
  msgstr[2] ""
368
 
369
+ #: ../includes/functions.yith-wcwl.php:252
370
  msgid "You're the first"
371
  msgstr ""
372
 
373
+ #: ../includes/functions.yith-wcwl.php:253
374
  msgid "to add this item in wishlist"
375
  msgstr ""
376
 
377
  #. translators: 1. Count of users when many, or "another" when only one.
378
+ #: ../includes/functions.yith-wcwl.php:257
379
  msgid "You and %s user"
380
  msgid_plural "You and %d users"
381
  msgstr[0] ""
382
  msgstr[1] ""
383
  msgstr[2] ""
384
 
385
+ #: ../includes/functions.yith-wcwl.php:257
386
+ msgid "another"
387
+ msgstr ""
388
+
389
+ #: ../includes/functions.yith-wcwl.php:258
390
  msgid "have this item in wishlist"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:415
394
  msgid "None"
395
  msgstr ""
396
 
397
+ #: ../includes/functions.yith-wcwl.php:416
398
  #, fuzzy
399
  #| msgid "Custom CSS"
400
  msgid "Custom"
401
  msgstr "Prilagođeni CSS"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:437
404
  msgid "Shared"
405
  msgstr "Podijeljeno"
406
 
407
+ #: ../includes/functions.yith-wcwl.php:441
408
  msgid "Only people with a link to this list can see it"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:447
412
  msgid "Private"
413
  msgstr "Privatno"
414
 
415
+ #: ../includes/functions.yith-wcwl.php:451
416
  msgid "Only you can see this list"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:457
420
  msgid "Public"
421
  msgstr "Javno"
422
 
423
+ #: ../includes/functions.yith-wcwl.php:461
424
  msgid "Anyone can search for and see this list"
425
  msgstr ""
426
 
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:48+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
@@ -62,12 +62,12 @@ msgstr ""
62
  "desiderano acquistare sul tuo e-commerce."
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
65
- #: ../templates/add-to-wishlist-remove.php:50
66
  msgid "View &rsaquo;"
67
  msgstr "Vedi &rsaquo;"
68
 
69
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
70
- #: ../templates/add-to-wishlist-remove.php:49
71
  msgid "or"
72
  msgstr "oppure"
73
 
@@ -75,8 +75,8 @@ msgstr "oppure"
75
  msgid "Close"
76
  msgstr ""
77
 
78
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
79
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
80
  msgid "Product successfully removed."
81
  msgstr "Prodotto rimosso con successo."
82
 
@@ -84,7 +84,7 @@ msgstr "Prodotto rimosso con successo."
84
  msgid "Please, make sure to enter a valid title"
85
  msgstr "Inserisci un valido titolo"
86
 
87
- #: ../includes/class.yith-wcwl-frontend.php:398
88
  msgid ""
89
  "We are sorry, but this feature is available only if cookies on your browser "
90
  "are enabled."
@@ -92,11 +92,11 @@ msgstr ""
92
  "Spiacenti, questa funzionalità è disponibile solo se hai abilitato i cookie "
93
  "nel tuo browser."
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:399
96
  msgid "Product added to cart successfully"
97
  msgstr "Prodotto aggiunto al carrello con successo"
98
 
99
- #: ../includes/class.yith-wcwl-frontend.php:645,
100
  #: ../includes/class.yith-wcwl-shortcode.php:237,
101
  #: ../plugin-options/wishlist_page-options.php:237,
102
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -349,31 +349,31 @@ msgstr "Rimuovi dalla lista"
349
  msgid "Free!"
350
  msgstr "Gratuito!"
351
 
352
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
353
  msgctxt ""
354
  "Part of the template that shows price variation since addition to list; "
355
  "placeholder will be replaced with a percentage"
356
  msgid "Price is %1$s%%"
357
  msgstr ""
358
 
359
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
360
  msgctxt ""
361
  "Part of the template that shows price variation since addition to list; "
362
  "placeholder will be replaced with a price"
363
  msgid "(Was %2$s when added in list)"
364
  msgstr ""
365
 
366
- #: ../includes/class.yith-wcwl.php:161
367
  msgid "The item cannot be added to this wishlist"
368
  msgstr "L'elemento non può essere aggiunto alla lista dei desideri"
369
 
370
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
371
  msgid "An error occurred while adding the products to the wishlist."
372
  msgstr ""
373
  "Si è verificato un errore mentre si cercava di aggiungere i prodotti alla "
374
  "lista."
375
 
376
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
377
  msgid "Error. Unable to remove the product from the wishlist."
378
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
379
 
@@ -387,68 +387,72 @@ msgid "Invalid wishlist item."
387
  msgstr "Elemento della lista non valido."
388
 
389
  #. translators: 1. Number of users.
390
- #: ../includes/functions.yith-wcwl.php:216
391
  msgid "%d user"
392
  msgid_plural "%d users"
393
  msgstr[0] "%s utente"
394
  msgstr[1] "%d utenti"
395
 
396
- #: ../includes/functions.yith-wcwl.php:217
397
  msgid "has this item in wishlist"
398
  msgid_plural "have this item in wishlist"
399
  msgstr[0] "ha aggiunto questo prodotto alla sua lista"
400
  msgstr[1] "hanno aggiunto questo prodotto alla propria lista"
401
 
402
- #: ../includes/functions.yith-wcwl.php:219
403
  msgid "You're the first"
404
  msgstr "Sei il primo"
405
 
406
- #: ../includes/functions.yith-wcwl.php:220
407
  msgid "to add this item in wishlist"
408
  msgstr "ad aver aggiunto questo prodotto alla lista dei desideri"
409
 
410
  #. translators: 1. Count of users when many, or "another" when only one.
411
- #: ../includes/functions.yith-wcwl.php:224
412
  msgid "You and %s user"
413
  msgid_plural "You and %d users"
414
  msgstr[0] "Tu e un altro utente"
415
  msgstr[1] "Tu e altri %d utenti"
416
 
417
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
418
  msgid "have this item in wishlist"
419
  msgstr "avete aggiunto questo prodotto alla lista dei desideri"
420
 
421
- #: ../includes/functions.yith-wcwl.php:460
422
  msgid "None"
423
  msgstr ""
424
 
425
- #: ../includes/functions.yith-wcwl.php:461
426
  #, fuzzy
427
  #| msgid "Custom CSS"
428
  msgid "Custom"
429
  msgstr "CSS personalizzato"
430
 
431
- #: ../includes/functions.yith-wcwl.php:553
432
  msgid "Shared"
433
  msgstr "Condivisa"
434
 
435
- #: ../includes/functions.yith-wcwl.php:557
436
  msgid "Only people with a link to this list can see it"
437
  msgstr "Solo le persone con cui condividi il link della lista possono vederla"
438
 
439
- #: ../includes/functions.yith-wcwl.php:563
440
  msgid "Private"
441
  msgstr "Privata"
442
 
443
- #: ../includes/functions.yith-wcwl.php:567
444
  msgid "Only you can see this list"
445
  msgstr "Solo tu puoi vedere questa lista"
446
 
447
- #: ../includes/functions.yith-wcwl.php:573
448
  msgid "Public"
449
  msgstr "Pubblica"
450
 
451
- #: ../includes/functions.yith-wcwl.php:577
452
  msgid "Anyone can search for and see this list"
453
  msgstr "Tutti possono cercare e vedere questa lista"
454
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:04+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
62
  "desiderano acquistare sul tuo e-commerce."
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
65
+ #: ../templates/add-to-wishlist-remove.php:51
66
  msgid "View &rsaquo;"
67
  msgstr "Vedi &rsaquo;"
68
 
69
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
70
+ #: ../templates/add-to-wishlist-remove.php:50
71
  msgid "or"
72
  msgstr "oppure"
73
 
75
  msgid "Close"
76
  msgstr ""
77
 
78
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
79
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
80
  msgid "Product successfully removed."
81
  msgstr "Prodotto rimosso con successo."
82
 
84
  msgid "Please, make sure to enter a valid title"
85
  msgstr "Inserisci un valido titolo"
86
 
87
+ #: ../includes/class.yith-wcwl-frontend.php:400
88
  msgid ""
89
  "We are sorry, but this feature is available only if cookies on your browser "
90
  "are enabled."
92
  "Spiacenti, questa funzionalità è disponibile solo se hai abilitato i cookie "
93
  "nel tuo browser."
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:401
96
  msgid "Product added to cart successfully"
97
  msgstr "Prodotto aggiunto al carrello con successo"
98
 
99
+ #: ../includes/class.yith-wcwl-frontend.php:648,
100
  #: ../includes/class.yith-wcwl-shortcode.php:237,
101
  #: ../plugin-options/wishlist_page-options.php:237,
102
  #: ../templates/wishlist-view-footer-mobile.php:44,
349
  msgid "Free!"
350
  msgstr "Gratuito!"
351
 
352
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
353
  msgctxt ""
354
  "Part of the template that shows price variation since addition to list; "
355
  "placeholder will be replaced with a percentage"
356
  msgid "Price is %1$s%%"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
360
  msgctxt ""
361
  "Part of the template that shows price variation since addition to list; "
362
  "placeholder will be replaced with a price"
363
  msgid "(Was %2$s when added in list)"
364
  msgstr ""
365
 
366
+ #: ../includes/class.yith-wcwl.php:164
367
  msgid "The item cannot be added to this wishlist"
368
  msgstr "L'elemento non può essere aggiunto alla lista dei desideri"
369
 
370
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
371
  msgid "An error occurred while adding the products to the wishlist."
372
  msgstr ""
373
  "Si è verificato un errore mentre si cercava di aggiungere i prodotti alla "
374
  "lista."
375
 
376
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
377
  msgid "Error. Unable to remove the product from the wishlist."
378
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
379
 
387
  msgstr "Elemento della lista non valido."
388
 
389
  #. translators: 1. Number of users.
390
+ #: ../includes/functions.yith-wcwl.php:249
391
  msgid "%d user"
392
  msgid_plural "%d users"
393
  msgstr[0] "%s utente"
394
  msgstr[1] "%d utenti"
395
 
396
+ #: ../includes/functions.yith-wcwl.php:250
397
  msgid "has this item in wishlist"
398
  msgid_plural "have this item in wishlist"
399
  msgstr[0] "ha aggiunto questo prodotto alla sua lista"
400
  msgstr[1] "hanno aggiunto questo prodotto alla propria lista"
401
 
402
+ #: ../includes/functions.yith-wcwl.php:252
403
  msgid "You're the first"
404
  msgstr "Sei il primo"
405
 
406
+ #: ../includes/functions.yith-wcwl.php:253
407
  msgid "to add this item in wishlist"
408
  msgstr "ad aver aggiunto questo prodotto alla lista dei desideri"
409
 
410
  #. translators: 1. Count of users when many, or "another" when only one.
411
+ #: ../includes/functions.yith-wcwl.php:257
412
  msgid "You and %s user"
413
  msgid_plural "You and %d users"
414
  msgstr[0] "Tu e un altro utente"
415
  msgstr[1] "Tu e altri %d utenti"
416
 
417
+ #: ../includes/functions.yith-wcwl.php:257
418
+ msgid "another"
419
+ msgstr ""
420
+
421
+ #: ../includes/functions.yith-wcwl.php:258
422
  msgid "have this item in wishlist"
423
  msgstr "avete aggiunto questo prodotto alla lista dei desideri"
424
 
425
+ #: ../includes/functions.yith-wcwl.php:415
426
  msgid "None"
427
  msgstr ""
428
 
429
+ #: ../includes/functions.yith-wcwl.php:416
430
  #, fuzzy
431
  #| msgid "Custom CSS"
432
  msgid "Custom"
433
  msgstr "CSS personalizzato"
434
 
435
+ #: ../includes/functions.yith-wcwl.php:437
436
  msgid "Shared"
437
  msgstr "Condivisa"
438
 
439
+ #: ../includes/functions.yith-wcwl.php:441
440
  msgid "Only people with a link to this list can see it"
441
  msgstr "Solo le persone con cui condividi il link della lista possono vederla"
442
 
443
+ #: ../includes/functions.yith-wcwl.php:447
444
  msgid "Private"
445
  msgstr "Privata"
446
 
447
+ #: ../includes/functions.yith-wcwl.php:451
448
  msgid "Only you can see this list"
449
  msgstr "Solo tu puoi vedere questa lista"
450
 
451
+ #: ../includes/functions.yith-wcwl.php:457
452
  msgid "Public"
453
  msgstr "Pubblica"
454
 
455
+ #: ../includes/functions.yith-wcwl.php:461
456
  msgid "Anyone can search for and see this list"
457
  msgstr "Tutti possono cercare e vedere questa lista"
458
 
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:48+0200\n"
9
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: uk_UA\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "상품이 성공적으로 제거 되었습니다."
80
 
@@ -82,17 +82,17 @@ msgstr "상품이 성공적으로 제거 되었습니다."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "프리!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "커스텀 CSS"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "공유됨 "
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr "개인 "
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr "공용 "
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:04+0200\n"
9
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: uk_UA\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "상품이 성공적으로 제거 되었습니다."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "프리!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "커스텀 CSS"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "공유됨 "
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr "개인 "
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr "공용 "
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: nl_NL\n"
@@ -62,12 +62,12 @@ msgstr ""
62
  "commerce, maken en delen."
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
65
- #: ../templates/add-to-wishlist-remove.php:50
66
  msgid "View &rsaquo;"
67
  msgstr "Bekijk &rsaquo;"
68
 
69
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
70
- #: ../templates/add-to-wishlist-remove.php:49
71
  msgid "or"
72
  msgstr "of"
73
 
@@ -75,8 +75,8 @@ msgstr "of"
75
  msgid "Close"
76
  msgstr ""
77
 
78
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
79
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
80
  msgid "Product successfully removed."
81
  msgstr "Product succesvol verwijderd."
82
 
@@ -84,7 +84,7 @@ msgstr "Product succesvol verwijderd."
84
  msgid "Please, make sure to enter a valid title"
85
  msgstr "let op dat u een geldige titel invoert"
86
 
87
- #: ../includes/class.yith-wcwl-frontend.php:398
88
  msgid ""
89
  "We are sorry, but this feature is available only if cookies on your browser "
90
  "are enabled."
@@ -92,11 +92,11 @@ msgstr ""
92
  "Sorry, deze optie is alleen beschikbaar als cookies in uw browser zijn "
93
  "ingeschakeld."
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:399
96
  msgid "Product added to cart successfully"
97
  msgstr "Product succesvol toegevoegd aan winkelwagen"
98
 
99
- #: ../includes/class.yith-wcwl-frontend.php:645,
100
  #: ../includes/class.yith-wcwl-shortcode.php:237,
101
  #: ../plugin-options/wishlist_page-options.php:237,
102
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -348,31 +348,31 @@ msgstr "Verwijderen van lijst"
348
  msgid "Free!"
349
  msgstr "Gratis!"
350
 
351
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
352
  msgctxt ""
353
  "Part of the template that shows price variation since addition to list; "
354
  "placeholder will be replaced with a percentage"
355
  msgid "Price is %1$s%%"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
359
  msgctxt ""
360
  "Part of the template that shows price variation since addition to list; "
361
  "placeholder will be replaced with a price"
362
  msgid "(Was %2$s when added in list)"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl.php:161
366
  msgid "The item cannot be added to this wishlist"
367
  msgstr "Het item kan niet worden toegevoegd aan deze verlanglijst"
368
 
369
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
370
  msgid "An error occurred while adding the products to the wishlist."
371
  msgstr ""
372
  "Er is een fout opgetreden tijdens het toevoegen van het product aan de "
373
  "verlanglijst."
374
 
375
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
376
  msgid "Error. Unable to remove the product from the wishlist."
377
  msgstr "Fout. Het product kon niet van de verlanglijst worden verwijderd."
378
 
@@ -386,68 +386,72 @@ msgid "Invalid wishlist item."
386
  msgstr "Ongeldig verlanglijst item."
387
 
388
  #. translators: 1. Number of users.
389
- #: ../includes/functions.yith-wcwl.php:216
390
  msgid "%d user"
391
  msgid_plural "%d users"
392
  msgstr[0] "%d gebruiker"
393
  msgstr[1] "%d gebruikers"
394
 
395
- #: ../includes/functions.yith-wcwl.php:217
396
  msgid "has this item in wishlist"
397
  msgid_plural "have this item in wishlist"
398
  msgstr[0] "heeft dit item in de verlanglijst"
399
  msgstr[1] "hebben dit item in de verlanglijst"
400
 
401
- #: ../includes/functions.yith-wcwl.php:219
402
  msgid "You're the first"
403
  msgstr "U bent de eerste"
404
 
405
- #: ../includes/functions.yith-wcwl.php:220
406
  msgid "to add this item in wishlist"
407
  msgstr "dit item toevoegen aan verlanglijst"
408
 
409
  #. translators: 1. Count of users when many, or "another" when only one.
410
- #: ../includes/functions.yith-wcwl.php:224
411
  msgid "You and %s user"
412
  msgid_plural "You and %d users"
413
  msgstr[0] "U en %s gebruiker"
414
  msgstr[1] "U en %s gebruikers"
415
 
416
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
417
  msgid "have this item in wishlist"
418
  msgstr "hebben dit item in de verlanglijst"
419
 
420
- #: ../includes/functions.yith-wcwl.php:460
421
  msgid "None"
422
  msgstr ""
423
 
424
- #: ../includes/functions.yith-wcwl.php:461
425
  #, fuzzy
426
  #| msgid "Custom CSS"
427
  msgid "Custom"
428
  msgstr "Custom CSS"
429
 
430
- #: ../includes/functions.yith-wcwl.php:553
431
  msgid "Shared"
432
  msgstr "Gedeeld"
433
 
434
- #: ../includes/functions.yith-wcwl.php:557
435
  msgid "Only people with a link to this list can see it"
436
  msgstr "Alleen mensen met een link naar deze lijst kunnen hem zien"
437
 
438
- #: ../includes/functions.yith-wcwl.php:563
439
  msgid "Private"
440
  msgstr "Prive"
441
 
442
- #: ../includes/functions.yith-wcwl.php:567
443
  msgid "Only you can see this list"
444
  msgstr "Alleen u kunt deze lijst zien"
445
 
446
- #: ../includes/functions.yith-wcwl.php:573
447
  msgid "Public"
448
  msgstr "Openbaar"
449
 
450
- #: ../includes/functions.yith-wcwl.php:577
451
  msgid "Anyone can search for and see this list"
452
  msgstr "Iedereen kan zoeken naar deze verlanglijst en deze lijst zien"
453
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:04+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: nl_NL\n"
62
  "commerce, maken en delen."
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
65
+ #: ../templates/add-to-wishlist-remove.php:51
66
  msgid "View &rsaquo;"
67
  msgstr "Bekijk &rsaquo;"
68
 
69
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
70
+ #: ../templates/add-to-wishlist-remove.php:50
71
  msgid "or"
72
  msgstr "of"
73
 
75
  msgid "Close"
76
  msgstr ""
77
 
78
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
79
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
80
  msgid "Product successfully removed."
81
  msgstr "Product succesvol verwijderd."
82
 
84
  msgid "Please, make sure to enter a valid title"
85
  msgstr "let op dat u een geldige titel invoert"
86
 
87
+ #: ../includes/class.yith-wcwl-frontend.php:400
88
  msgid ""
89
  "We are sorry, but this feature is available only if cookies on your browser "
90
  "are enabled."
92
  "Sorry, deze optie is alleen beschikbaar als cookies in uw browser zijn "
93
  "ingeschakeld."
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:401
96
  msgid "Product added to cart successfully"
97
  msgstr "Product succesvol toegevoegd aan winkelwagen"
98
 
99
+ #: ../includes/class.yith-wcwl-frontend.php:648,
100
  #: ../includes/class.yith-wcwl-shortcode.php:237,
101
  #: ../plugin-options/wishlist_page-options.php:237,
102
  #: ../templates/wishlist-view-footer-mobile.php:44,
348
  msgid "Free!"
349
  msgstr "Gratis!"
350
 
351
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
352
  msgctxt ""
353
  "Part of the template that shows price variation since addition to list; "
354
  "placeholder will be replaced with a percentage"
355
  msgid "Price is %1$s%%"
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
359
  msgctxt ""
360
  "Part of the template that shows price variation since addition to list; "
361
  "placeholder will be replaced with a price"
362
  msgid "(Was %2$s when added in list)"
363
  msgstr ""
364
 
365
+ #: ../includes/class.yith-wcwl.php:164
366
  msgid "The item cannot be added to this wishlist"
367
  msgstr "Het item kan niet worden toegevoegd aan deze verlanglijst"
368
 
369
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
370
  msgid "An error occurred while adding the products to the wishlist."
371
  msgstr ""
372
  "Er is een fout opgetreden tijdens het toevoegen van het product aan de "
373
  "verlanglijst."
374
 
375
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
376
  msgid "Error. Unable to remove the product from the wishlist."
377
  msgstr "Fout. Het product kon niet van de verlanglijst worden verwijderd."
378
 
386
  msgstr "Ongeldig verlanglijst item."
387
 
388
  #. translators: 1. Number of users.
389
+ #: ../includes/functions.yith-wcwl.php:249
390
  msgid "%d user"
391
  msgid_plural "%d users"
392
  msgstr[0] "%d gebruiker"
393
  msgstr[1] "%d gebruikers"
394
 
395
+ #: ../includes/functions.yith-wcwl.php:250
396
  msgid "has this item in wishlist"
397
  msgid_plural "have this item in wishlist"
398
  msgstr[0] "heeft dit item in de verlanglijst"
399
  msgstr[1] "hebben dit item in de verlanglijst"
400
 
401
+ #: ../includes/functions.yith-wcwl.php:252
402
  msgid "You're the first"
403
  msgstr "U bent de eerste"
404
 
405
+ #: ../includes/functions.yith-wcwl.php:253
406
  msgid "to add this item in wishlist"
407
  msgstr "dit item toevoegen aan verlanglijst"
408
 
409
  #. translators: 1. Count of users when many, or "another" when only one.
410
+ #: ../includes/functions.yith-wcwl.php:257
411
  msgid "You and %s user"
412
  msgid_plural "You and %d users"
413
  msgstr[0] "U en %s gebruiker"
414
  msgstr[1] "U en %s gebruikers"
415
 
416
+ #: ../includes/functions.yith-wcwl.php:257
417
+ msgid "another"
418
+ msgstr ""
419
+
420
+ #: ../includes/functions.yith-wcwl.php:258
421
  msgid "have this item in wishlist"
422
  msgstr "hebben dit item in de verlanglijst"
423
 
424
+ #: ../includes/functions.yith-wcwl.php:415
425
  msgid "None"
426
  msgstr ""
427
 
428
+ #: ../includes/functions.yith-wcwl.php:416
429
  #, fuzzy
430
  #| msgid "Custom CSS"
431
  msgid "Custom"
432
  msgstr "Custom CSS"
433
 
434
+ #: ../includes/functions.yith-wcwl.php:437
435
  msgid "Shared"
436
  msgstr "Gedeeld"
437
 
438
+ #: ../includes/functions.yith-wcwl.php:441
439
  msgid "Only people with a link to this list can see it"
440
  msgstr "Alleen mensen met een link naar deze lijst kunnen hem zien"
441
 
442
+ #: ../includes/functions.yith-wcwl.php:447
443
  msgid "Private"
444
  msgstr "Prive"
445
 
446
+ #: ../includes/functions.yith-wcwl.php:451
447
  msgid "Only you can see this list"
448
  msgstr "Alleen u kunt deze lijst zien"
449
 
450
+ #: ../includes/functions.yith-wcwl.php:457
451
  msgid "Public"
452
  msgstr "Openbaar"
453
 
454
+ #: ../includes/functions.yith-wcwl.php:461
455
  msgid "Anyone can search for and see this list"
456
  msgstr "Iedereen kan zoeken naar deze verlanglijst en deze lijst zien"
457
 
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: pl_PL\n"
@@ -61,12 +61,12 @@ msgid ""
61
  msgstr ""
62
 
63
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
64
- #: ../templates/add-to-wishlist-remove.php:50
65
  msgid "View &rsaquo;"
66
  msgstr ""
67
 
68
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
69
- #: ../templates/add-to-wishlist-remove.php:49
70
  msgid "or"
71
  msgstr ""
72
 
@@ -74,8 +74,8 @@ msgstr ""
74
  msgid "Close"
75
  msgstr ""
76
 
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
78
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
79
  msgid "Product successfully removed."
80
  msgstr "Produkt został usunięty."
81
 
@@ -83,17 +83,17 @@ msgstr "Produkt został usunięty."
83
  msgid "Please, make sure to enter a valid title"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-wcwl-frontend.php:398
87
  msgid ""
88
  "We are sorry, but this feature is available only if cookies on your browser "
89
  "are enabled."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-frontend.php:399
93
  msgid "Product added to cart successfully"
94
  msgstr ""
95
 
96
- #: ../includes/class.yith-wcwl-frontend.php:645,
97
  #: ../includes/class.yith-wcwl-shortcode.php:237,
98
  #: ../plugin-options/wishlist_page-options.php:237,
99
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -316,29 +316,29 @@ msgstr ""
316
  msgid "Free!"
317
  msgstr "Darmowe!"
318
 
319
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
320
  msgctxt ""
321
  "Part of the template that shows price variation since addition to list; "
322
  "placeholder will be replaced with a percentage"
323
  msgid "Price is %1$s%%"
324
  msgstr ""
325
 
326
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
327
  msgctxt ""
328
  "Part of the template that shows price variation since addition to list; "
329
  "placeholder will be replaced with a price"
330
  msgid "(Was %2$s when added in list)"
331
  msgstr ""
332
 
333
- #: ../includes/class.yith-wcwl.php:161
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
344
 
@@ -352,71 +352,75 @@ msgid "Invalid wishlist item."
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
- #: ../includes/functions.yith-wcwl.php:216
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
  msgstr[2] ""
361
 
362
- #: ../includes/functions.yith-wcwl.php:217
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
  msgstr[2] ""
368
 
369
- #: ../includes/functions.yith-wcwl.php:219
370
  msgid "You're the first"
371
  msgstr ""
372
 
373
- #: ../includes/functions.yith-wcwl.php:220
374
  msgid "to add this item in wishlist"
375
  msgstr ""
376
 
377
  #. translators: 1. Count of users when many, or "another" when only one.
378
- #: ../includes/functions.yith-wcwl.php:224
379
  msgid "You and %s user"
380
  msgid_plural "You and %d users"
381
  msgstr[0] ""
382
  msgstr[1] ""
383
  msgstr[2] ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:460
390
  msgid "None"
391
  msgstr ""
392
 
393
- #: ../includes/functions.yith-wcwl.php:461
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "Własny CSS"
398
 
399
- #: ../includes/functions.yith-wcwl.php:553
400
  msgid "Shared"
401
  msgstr "Udostępniony"
402
 
403
- #: ../includes/functions.yith-wcwl.php:557
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:563
408
  msgid "Private"
409
  msgstr "Prywatny"
410
 
411
- #: ../includes/functions.yith-wcwl.php:567
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:573
416
  msgid "Public"
417
  msgstr "Publiczny"
418
 
419
- #: ../includes/functions.yith-wcwl.php:577
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:04+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: pl_PL\n"
61
  msgstr ""
62
 
63
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
64
+ #: ../templates/add-to-wishlist-remove.php:51
65
  msgid "View &rsaquo;"
66
  msgstr ""
67
 
68
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
69
+ #: ../templates/add-to-wishlist-remove.php:50
70
  msgid "or"
71
  msgstr ""
72
 
74
  msgid "Close"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
78
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
79
  msgid "Product successfully removed."
80
  msgstr "Produkt został usunięty."
81
 
83
  msgid "Please, make sure to enter a valid title"
84
  msgstr ""
85
 
86
+ #: ../includes/class.yith-wcwl-frontend.php:400
87
  msgid ""
88
  "We are sorry, but this feature is available only if cookies on your browser "
89
  "are enabled."
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-frontend.php:401
93
  msgid "Product added to cart successfully"
94
  msgstr ""
95
 
96
+ #: ../includes/class.yith-wcwl-frontend.php:648,
97
  #: ../includes/class.yith-wcwl-shortcode.php:237,
98
  #: ../plugin-options/wishlist_page-options.php:237,
99
  #: ../templates/wishlist-view-footer-mobile.php:44,
316
  msgid "Free!"
317
  msgstr "Darmowe!"
318
 
319
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
320
  msgctxt ""
321
  "Part of the template that shows price variation since addition to list; "
322
  "placeholder will be replaced with a percentage"
323
  msgid "Price is %1$s%%"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
327
  msgctxt ""
328
  "Part of the template that shows price variation since addition to list; "
329
  "placeholder will be replaced with a price"
330
  msgid "(Was %2$s when added in list)"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl.php:164
334
  msgid "The item cannot be added to this wishlist"
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
338
  msgid "An error occurred while adding the products to the wishlist."
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
342
  msgid "Error. Unable to remove the product from the wishlist."
343
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
344
 
352
  msgstr ""
353
 
354
  #. translators: 1. Number of users.
355
+ #: ../includes/functions.yith-wcwl.php:249
356
  msgid "%d user"
357
  msgid_plural "%d users"
358
  msgstr[0] ""
359
  msgstr[1] ""
360
  msgstr[2] ""
361
 
362
+ #: ../includes/functions.yith-wcwl.php:250
363
  msgid "has this item in wishlist"
364
  msgid_plural "have this item in wishlist"
365
  msgstr[0] ""
366
  msgstr[1] ""
367
  msgstr[2] ""
368
 
369
+ #: ../includes/functions.yith-wcwl.php:252
370
  msgid "You're the first"
371
  msgstr ""
372
 
373
+ #: ../includes/functions.yith-wcwl.php:253
374
  msgid "to add this item in wishlist"
375
  msgstr ""
376
 
377
  #. translators: 1. Count of users when many, or "another" when only one.
378
+ #: ../includes/functions.yith-wcwl.php:257
379
  msgid "You and %s user"
380
  msgid_plural "You and %d users"
381
  msgstr[0] ""
382
  msgstr[1] ""
383
  msgstr[2] ""
384
 
385
+ #: ../includes/functions.yith-wcwl.php:257
386
+ msgid "another"
387
+ msgstr ""
388
+
389
+ #: ../includes/functions.yith-wcwl.php:258
390
  msgid "have this item in wishlist"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:415
394
  msgid "None"
395
  msgstr ""
396
 
397
+ #: ../includes/functions.yith-wcwl.php:416
398
  #, fuzzy
399
  #| msgid "Custom CSS"
400
  msgid "Custom"
401
  msgstr "Własny CSS"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:437
404
  msgid "Shared"
405
  msgstr "Udostępniony"
406
 
407
+ #: ../includes/functions.yith-wcwl.php:441
408
  msgid "Only people with a link to this list can see it"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:447
412
  msgid "Private"
413
  msgstr "Prywatny"
414
 
415
+ #: ../includes/functions.yith-wcwl.php:451
416
  msgid "Only you can see this list"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:457
420
  msgid "Public"
421
  msgstr "Publiczny"
422
 
423
+ #: ../includes/functions.yith-wcwl.php:461
424
  msgid "Anyone can search for and see this list"
425
  msgstr ""
426
 
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: YIThemes <support@yithemes.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: pt_BR\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Produto removida com sucesso."
80
 
@@ -82,17 +82,17 @@ msgstr "Produto removida com sucesso."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "CSS Customizado"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "Compartilhar em:"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:05+0200\n"
9
  "Last-Translator: YIThemes <support@yithemes.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: pt_BR\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Produto removida com sucesso."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "CSS Customizado"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "Compartilhar em:"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: YIThemes <support@yithemes.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: pt_PT\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Produto removido com sucesso."
80
 
@@ -82,17 +82,17 @@ msgstr "Produto removido com sucesso."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "CSS Customizado"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "Partilhar no:"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:05+0200\n"
9
  "Last-Translator: YIThemes <support@yithemes.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: pt_PT\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Produto removido com sucesso."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "CSS Customizado"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "Partilhar no:"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
11
  "Language: ru\n"
@@ -58,12 +58,12 @@ msgid ""
58
  msgstr ""
59
 
60
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
61
- #: ../templates/add-to-wishlist-remove.php:50
62
  msgid "View &rsaquo;"
63
  msgstr ""
64
 
65
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
66
- #: ../templates/add-to-wishlist-remove.php:49
67
  msgid "or"
68
  msgstr ""
69
 
@@ -71,8 +71,8 @@ msgstr ""
71
  msgid "Close"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
75
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
76
  msgid "Product successfully removed."
77
  msgstr "Продукт успешно удален из избранного"
78
 
@@ -80,17 +80,17 @@ msgstr "Продукт успешно удален из избранного"
80
  msgid "Please, make sure to enter a valid title"
81
  msgstr ""
82
 
83
- #: ../includes/class.yith-wcwl-frontend.php:398
84
  msgid ""
85
  "We are sorry, but this feature is available only if cookies on your browser "
86
  "are enabled."
87
  msgstr ""
88
 
89
- #: ../includes/class.yith-wcwl-frontend.php:399
90
  msgid "Product added to cart successfully"
91
  msgstr ""
92
 
93
- #: ../includes/class.yith-wcwl-frontend.php:645,
94
  #: ../includes/class.yith-wcwl-shortcode.php:237,
95
  #: ../plugin-options/wishlist_page-options.php:237,
96
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -313,29 +313,29 @@ msgstr ""
313
  msgid "Free!"
314
  msgstr ""
315
 
316
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
317
  msgctxt ""
318
  "Part of the template that shows price variation since addition to list; "
319
  "placeholder will be replaced with a percentage"
320
  msgid "Price is %1$s%%"
321
  msgstr ""
322
 
323
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
324
  msgctxt ""
325
  "Part of the template that shows price variation since addition to list; "
326
  "placeholder will be replaced with a price"
327
  msgid "(Was %2$s when added in list)"
328
  msgstr ""
329
 
330
- #: ../includes/class.yith-wcwl.php:161
331
  msgid "The item cannot be added to this wishlist"
332
  msgstr ""
333
 
334
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
335
  msgid "An error occurred while adding the products to the wishlist."
336
  msgstr ""
337
 
338
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
339
  msgid "Error. Unable to remove the product from the wishlist."
340
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
341
 
@@ -349,69 +349,73 @@ msgid "Invalid wishlist item."
349
  msgstr ""
350
 
351
  #. translators: 1. Number of users.
352
- #: ../includes/functions.yith-wcwl.php:216
353
  msgid "%d user"
354
  msgid_plural "%d users"
355
  msgstr[0] ""
356
  msgstr[1] ""
357
  msgstr[2] ""
358
 
359
- #: ../includes/functions.yith-wcwl.php:217
360
  msgid "has this item in wishlist"
361
  msgid_plural "have this item in wishlist"
362
  msgstr[0] ""
363
  msgstr[1] ""
364
  msgstr[2] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
  msgstr[2] ""
381
 
382
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
383
  msgid "have this item in wishlist"
384
  msgstr ""
385
 
386
- #: ../includes/functions.yith-wcwl.php:460
387
  msgid "None"
388
  msgstr ""
389
 
390
- #: ../includes/functions.yith-wcwl.php:461
391
  msgid "Custom"
392
  msgstr ""
393
 
394
- #: ../includes/functions.yith-wcwl.php:553
395
  msgid "Shared"
396
  msgstr "Поделиться в:"
397
 
398
- #: ../includes/functions.yith-wcwl.php:557
399
  msgid "Only people with a link to this list can see it"
400
  msgstr ""
401
 
402
- #: ../includes/functions.yith-wcwl.php:563
403
  msgid "Private"
404
  msgstr ""
405
 
406
- #: ../includes/functions.yith-wcwl.php:567
407
  msgid "Only you can see this list"
408
  msgstr ""
409
 
410
- #: ../includes/functions.yith-wcwl.php:573
411
  msgid "Public"
412
  msgstr ""
413
 
414
- #: ../includes/functions.yith-wcwl.php:577
415
  msgid "Anyone can search for and see this list"
416
  msgstr ""
417
 
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:05+0200\n"
9
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
11
  "Language: ru\n"
58
  msgstr ""
59
 
60
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
61
+ #: ../templates/add-to-wishlist-remove.php:51
62
  msgid "View &rsaquo;"
63
  msgstr ""
64
 
65
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
66
+ #: ../templates/add-to-wishlist-remove.php:50
67
  msgid "or"
68
  msgstr ""
69
 
71
  msgid "Close"
72
  msgstr ""
73
 
74
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
75
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
76
  msgid "Product successfully removed."
77
  msgstr "Продукт успешно удален из избранного"
78
 
80
  msgid "Please, make sure to enter a valid title"
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-frontend.php:400
84
  msgid ""
85
  "We are sorry, but this feature is available only if cookies on your browser "
86
  "are enabled."
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-frontend.php:401
90
  msgid "Product added to cart successfully"
91
  msgstr ""
92
 
93
+ #: ../includes/class.yith-wcwl-frontend.php:648,
94
  #: ../includes/class.yith-wcwl-shortcode.php:237,
95
  #: ../plugin-options/wishlist_page-options.php:237,
96
  #: ../templates/wishlist-view-footer-mobile.php:44,
313
  msgid "Free!"
314
  msgstr ""
315
 
316
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
317
  msgctxt ""
318
  "Part of the template that shows price variation since addition to list; "
319
  "placeholder will be replaced with a percentage"
320
  msgid "Price is %1$s%%"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
324
  msgctxt ""
325
  "Part of the template that shows price variation since addition to list; "
326
  "placeholder will be replaced with a price"
327
  msgid "(Was %2$s when added in list)"
328
  msgstr ""
329
 
330
+ #: ../includes/class.yith-wcwl.php:164
331
  msgid "The item cannot be added to this wishlist"
332
  msgstr ""
333
 
334
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
335
  msgid "An error occurred while adding the products to the wishlist."
336
  msgstr ""
337
 
338
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
339
  msgid "Error. Unable to remove the product from the wishlist."
340
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
341
 
349
  msgstr ""
350
 
351
  #. translators: 1. Number of users.
352
+ #: ../includes/functions.yith-wcwl.php:249
353
  msgid "%d user"
354
  msgid_plural "%d users"
355
  msgstr[0] ""
356
  msgstr[1] ""
357
  msgstr[2] ""
358
 
359
+ #: ../includes/functions.yith-wcwl.php:250
360
  msgid "has this item in wishlist"
361
  msgid_plural "have this item in wishlist"
362
  msgstr[0] ""
363
  msgstr[1] ""
364
  msgstr[2] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
  msgstr[2] ""
381
 
382
+ #: ../includes/functions.yith-wcwl.php:257
383
+ msgid "another"
384
+ msgstr ""
385
+
386
+ #: ../includes/functions.yith-wcwl.php:258
387
  msgid "have this item in wishlist"
388
  msgstr ""
389
 
390
+ #: ../includes/functions.yith-wcwl.php:415
391
  msgid "None"
392
  msgstr ""
393
 
394
+ #: ../includes/functions.yith-wcwl.php:416
395
  msgid "Custom"
396
  msgstr ""
397
 
398
+ #: ../includes/functions.yith-wcwl.php:437
399
  msgid "Shared"
400
  msgstr "Поделиться в:"
401
 
402
+ #: ../includes/functions.yith-wcwl.php:441
403
  msgid "Only people with a link to this list can see it"
404
  msgstr ""
405
 
406
+ #: ../includes/functions.yith-wcwl.php:447
407
  msgid "Private"
408
  msgstr ""
409
 
410
+ #: ../includes/functions.yith-wcwl.php:451
411
  msgid "Only you can see this list"
412
  msgstr ""
413
 
414
+ #: ../includes/functions.yith-wcwl.php:457
415
  msgid "Public"
416
  msgstr ""
417
 
418
+ #: ../includes/functions.yith-wcwl.php:461
419
  msgid "Anyone can search for and see this list"
420
  msgstr ""
421
 
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
11
  "Language: sv\n"
@@ -57,12 +57,12 @@ msgid ""
57
  msgstr ""
58
 
59
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
60
- #: ../templates/add-to-wishlist-remove.php:50
61
  msgid "View &rsaquo;"
62
  msgstr ""
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
65
- #: ../templates/add-to-wishlist-remove.php:49
66
  msgid "or"
67
  msgstr ""
68
 
@@ -70,8 +70,8 @@ msgstr ""
70
  msgid "Close"
71
  msgstr ""
72
 
73
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
74
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
75
  msgid "Product successfully removed."
76
  msgstr "Produkten borttagen."
77
 
@@ -79,17 +79,17 @@ msgstr "Produkten borttagen."
79
  msgid "Please, make sure to enter a valid title"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-frontend.php:398
83
  msgid ""
84
  "We are sorry, but this feature is available only if cookies on your browser "
85
  "are enabled."
86
  msgstr ""
87
 
88
- #: ../includes/class.yith-wcwl-frontend.php:399
89
  msgid "Product added to cart successfully"
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-frontend.php:645,
93
  #: ../includes/class.yith-wcwl-shortcode.php:237,
94
  #: ../plugin-options/wishlist_page-options.php:237,
95
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -312,29 +312,29 @@ msgstr ""
312
  msgid "Free!"
313
  msgstr "Gratis!"
314
 
315
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
316
  msgctxt ""
317
  "Part of the template that shows price variation since addition to list; "
318
  "placeholder will be replaced with a percentage"
319
  msgid "Price is %1$s%%"
320
  msgstr ""
321
 
322
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
323
  msgctxt ""
324
  "Part of the template that shows price variation since addition to list; "
325
  "placeholder will be replaced with a price"
326
  msgid "(Was %2$s when added in list)"
327
  msgstr ""
328
 
329
- #: ../includes/class.yith-wcwl.php:161
330
  msgid "The item cannot be added to this wishlist"
331
  msgstr ""
332
 
333
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
334
  msgid "An error occurred while adding the products to the wishlist."
335
  msgstr ""
336
 
337
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
338
  msgid "Error. Unable to remove the product from the wishlist."
339
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
340
 
@@ -348,68 +348,72 @@ msgid "Invalid wishlist item."
348
  msgstr ""
349
 
350
  #. translators: 1. Number of users.
351
- #: ../includes/functions.yith-wcwl.php:216
352
  msgid "%d user"
353
  msgid_plural "%d users"
354
  msgstr[0] ""
355
  msgstr[1] ""
356
 
357
- #: ../includes/functions.yith-wcwl.php:217
358
  msgid "has this item in wishlist"
359
  msgid_plural "have this item in wishlist"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
 
363
- #: ../includes/functions.yith-wcwl.php:219
364
  msgid "You're the first"
365
  msgstr ""
366
 
367
- #: ../includes/functions.yith-wcwl.php:220
368
  msgid "to add this item in wishlist"
369
  msgstr ""
370
 
371
  #. translators: 1. Count of users when many, or "another" when only one.
372
- #: ../includes/functions.yith-wcwl.php:224
373
  msgid "You and %s user"
374
  msgid_plural "You and %d users"
375
  msgstr[0] ""
376
  msgstr[1] ""
377
 
378
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
379
  msgid "have this item in wishlist"
380
  msgstr ""
381
 
382
- #: ../includes/functions.yith-wcwl.php:460
383
  msgid "None"
384
  msgstr ""
385
 
386
- #: ../includes/functions.yith-wcwl.php:461
387
  #, fuzzy
388
  #| msgid "Custom CSS"
389
  msgid "Custom"
390
  msgstr "Egen CSS"
391
 
392
- #: ../includes/functions.yith-wcwl.php:553
393
  msgid "Shared"
394
  msgstr "Delar"
395
 
396
- #: ../includes/functions.yith-wcwl.php:557
397
  msgid "Only people with a link to this list can see it"
398
  msgstr ""
399
 
400
- #: ../includes/functions.yith-wcwl.php:563
401
  msgid "Private"
402
  msgstr "Privat"
403
 
404
- #: ../includes/functions.yith-wcwl.php:567
405
  msgid "Only you can see this list"
406
  msgstr ""
407
 
408
- #: ../includes/functions.yith-wcwl.php:573
409
  msgid "Public"
410
  msgstr "Offentlig"
411
 
412
- #: ../includes/functions.yith-wcwl.php:577
413
  msgid "Anyone can search for and see this list"
414
  msgstr ""
415
 
5
  "Project-Id-Version: YITH WCWL\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:05+0200\n"
9
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
10
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
11
  "Language: sv\n"
57
  msgstr ""
58
 
59
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
60
+ #: ../templates/add-to-wishlist-remove.php:51
61
  msgid "View &rsaquo;"
62
  msgstr ""
63
 
64
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
65
+ #: ../templates/add-to-wishlist-remove.php:50
66
  msgid "or"
67
  msgstr ""
68
 
70
  msgid "Close"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
74
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
75
  msgid "Product successfully removed."
76
  msgstr "Produkten borttagen."
77
 
79
  msgid "Please, make sure to enter a valid title"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-frontend.php:400
83
  msgid ""
84
  "We are sorry, but this feature is available only if cookies on your browser "
85
  "are enabled."
86
  msgstr ""
87
 
88
+ #: ../includes/class.yith-wcwl-frontend.php:401
89
  msgid "Product added to cart successfully"
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-frontend.php:648,
93
  #: ../includes/class.yith-wcwl-shortcode.php:237,
94
  #: ../plugin-options/wishlist_page-options.php:237,
95
  #: ../templates/wishlist-view-footer-mobile.php:44,
312
  msgid "Free!"
313
  msgstr "Gratis!"
314
 
315
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
316
  msgctxt ""
317
  "Part of the template that shows price variation since addition to list; "
318
  "placeholder will be replaced with a percentage"
319
  msgid "Price is %1$s%%"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
323
  msgctxt ""
324
  "Part of the template that shows price variation since addition to list; "
325
  "placeholder will be replaced with a price"
326
  msgid "(Was %2$s when added in list)"
327
  msgstr ""
328
 
329
+ #: ../includes/class.yith-wcwl.php:164
330
  msgid "The item cannot be added to this wishlist"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
334
  msgid "An error occurred while adding the products to the wishlist."
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
338
  msgid "Error. Unable to remove the product from the wishlist."
339
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
340
 
348
  msgstr ""
349
 
350
  #. translators: 1. Number of users.
351
+ #: ../includes/functions.yith-wcwl.php:249
352
  msgid "%d user"
353
  msgid_plural "%d users"
354
  msgstr[0] ""
355
  msgstr[1] ""
356
 
357
+ #: ../includes/functions.yith-wcwl.php:250
358
  msgid "has this item in wishlist"
359
  msgid_plural "have this item in wishlist"
360
  msgstr[0] ""
361
  msgstr[1] ""
362
 
363
+ #: ../includes/functions.yith-wcwl.php:252
364
  msgid "You're the first"
365
  msgstr ""
366
 
367
+ #: ../includes/functions.yith-wcwl.php:253
368
  msgid "to add this item in wishlist"
369
  msgstr ""
370
 
371
  #. translators: 1. Count of users when many, or "another" when only one.
372
+ #: ../includes/functions.yith-wcwl.php:257
373
  msgid "You and %s user"
374
  msgid_plural "You and %d users"
375
  msgstr[0] ""
376
  msgstr[1] ""
377
 
378
+ #: ../includes/functions.yith-wcwl.php:257
379
+ msgid "another"
380
+ msgstr ""
381
+
382
+ #: ../includes/functions.yith-wcwl.php:258
383
  msgid "have this item in wishlist"
384
  msgstr ""
385
 
386
+ #: ../includes/functions.yith-wcwl.php:415
387
  msgid "None"
388
  msgstr ""
389
 
390
+ #: ../includes/functions.yith-wcwl.php:416
391
  #, fuzzy
392
  #| msgid "Custom CSS"
393
  msgid "Custom"
394
  msgstr "Egen CSS"
395
 
396
+ #: ../includes/functions.yith-wcwl.php:437
397
  msgid "Shared"
398
  msgstr "Delar"
399
 
400
+ #: ../includes/functions.yith-wcwl.php:441
401
  msgid "Only people with a link to this list can see it"
402
  msgstr ""
403
 
404
+ #: ../includes/functions.yith-wcwl.php:447
405
  msgid "Private"
406
  msgstr "Privat"
407
 
408
+ #: ../includes/functions.yith-wcwl.php:451
409
  msgid "Only you can see this list"
410
  msgstr ""
411
 
412
+ #: ../includes/functions.yith-wcwl.php:457
413
  msgid "Public"
414
  msgstr "Offentlig"
415
 
416
+ #: ../includes/functions.yith-wcwl.php:461
417
  msgid "Anyone can search for and see this list"
418
  msgstr ""
419
 
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:49+0200\n"
9
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
10
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
11
  "Language: tr_TR\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "Ürün başarıyla kaldırıldı."
80
 
@@ -82,17 +82,17 @@ msgstr "Ürün başarıyla kaldırıldı."
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "Ücretsiz!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
343
 
@@ -351,68 +351,72 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  #, fuzzy
391
  #| msgid "Custom CSS"
392
  msgid "Custom"
393
  msgstr "Özel CSS"
394
 
395
- #: ../includes/functions.yith-wcwl.php:553
396
  msgid "Shared"
397
  msgstr "Paylaşım seçenekleri:"
398
 
399
- #: ../includes/functions.yith-wcwl.php:557
400
  msgid "Only people with a link to this list can see it"
401
  msgstr ""
402
 
403
- #: ../includes/functions.yith-wcwl.php:563
404
  msgid "Private"
405
  msgstr ""
406
 
407
- #: ../includes/functions.yith-wcwl.php:567
408
  msgid "Only you can see this list"
409
  msgstr ""
410
 
411
- #: ../includes/functions.yith-wcwl.php:573
412
  msgid "Public"
413
  msgstr ""
414
 
415
- #: ../includes/functions.yith-wcwl.php:577
416
  msgid "Anyone can search for and see this list"
417
  msgstr ""
418
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:05+0200\n"
9
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
10
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
11
  "Language: tr_TR\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "Ürün başarıyla kaldırıldı."
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "Ücretsiz!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  #, fuzzy
395
  #| msgid "Custom CSS"
396
  msgid "Custom"
397
  msgstr "Özel CSS"
398
 
399
+ #: ../includes/functions.yith-wcwl.php:437
400
  msgid "Shared"
401
  msgstr "Paylaşım seçenekleri:"
402
 
403
+ #: ../includes/functions.yith-wcwl.php:441
404
  msgid "Only people with a link to this list can see it"
405
  msgstr ""
406
 
407
+ #: ../includes/functions.yith-wcwl.php:447
408
  msgid "Private"
409
  msgstr ""
410
 
411
+ #: ../includes/functions.yith-wcwl.php:451
412
  msgid "Only you can see this list"
413
  msgstr ""
414
 
415
+ #: ../includes/functions.yith-wcwl.php:457
416
  msgid "Public"
417
  msgstr ""
418
 
419
+ #: ../includes/functions.yith-wcwl.php:461
420
  msgid "Anyone can search for and see this list"
421
  msgstr ""
422
 
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:50+0200\n"
9
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: uk_UA\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr ""
80
 
@@ -82,17 +82,17 @@ msgstr ""
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr ""
343
 
@@ -351,66 +351,70 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  msgid "Custom"
391
  msgstr ""
392
 
393
- #: ../includes/functions.yith-wcwl.php:553
394
  msgid "Shared"
395
  msgstr "Поширити в:"
396
 
397
- #: ../includes/functions.yith-wcwl.php:557
398
  msgid "Only people with a link to this list can see it"
399
  msgstr ""
400
 
401
- #: ../includes/functions.yith-wcwl.php:563
402
  msgid "Private"
403
  msgstr ""
404
 
405
- #: ../includes/functions.yith-wcwl.php:567
406
  msgid "Only you can see this list"
407
  msgstr ""
408
 
409
- #: ../includes/functions.yith-wcwl.php:573
410
  msgid "Public"
411
  msgstr ""
412
 
413
- #: ../includes/functions.yith-wcwl.php:577
414
  msgid "Anyone can search for and see this list"
415
  msgstr ""
416
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:06+0200\n"
9
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: uk_UA\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr ""
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr ""
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  msgid "Custom"
395
  msgstr ""
396
 
397
+ #: ../includes/functions.yith-wcwl.php:437
398
  msgid "Shared"
399
  msgstr "Поширити в:"
400
 
401
+ #: ../includes/functions.yith-wcwl.php:441
402
  msgid "Only people with a link to this list can see it"
403
  msgstr ""
404
 
405
+ #: ../includes/functions.yith-wcwl.php:447
406
  msgid "Private"
407
  msgstr ""
408
 
409
+ #: ../includes/functions.yith-wcwl.php:451
410
  msgid "Only you can see this list"
411
  msgstr ""
412
 
413
+ #: ../includes/functions.yith-wcwl.php:457
414
  msgid "Public"
415
  msgstr ""
416
 
417
+ #: ../includes/functions.yith-wcwl.php:461
418
  msgid "Anyone can search for and see this list"
419
  msgstr ""
420
 
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:50+0200\n"
9
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: zh_CN\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "成功移除商品。"
80
 
@@ -82,17 +82,17 @@ msgstr "成功移除商品。"
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "免费!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "错误。无法从「愿望清单」移除这个商品。"
343
 
@@ -351,66 +351,70 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  msgid "Custom"
391
  msgstr ""
392
 
393
- #: ../includes/functions.yith-wcwl.php:553
394
  msgid "Shared"
395
  msgstr "分享:"
396
 
397
- #: ../includes/functions.yith-wcwl.php:557
398
  msgid "Only people with a link to this list can see it"
399
  msgstr ""
400
 
401
- #: ../includes/functions.yith-wcwl.php:563
402
  msgid "Private"
403
  msgstr ""
404
 
405
- #: ../includes/functions.yith-wcwl.php:567
406
  msgid "Only you can see this list"
407
  msgstr ""
408
 
409
- #: ../includes/functions.yith-wcwl.php:573
410
  msgid "Public"
411
  msgstr ""
412
 
413
- #: ../includes/functions.yith-wcwl.php:577
414
  msgid "Anyone can search for and see this list"
415
  msgstr ""
416
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:06+0200\n"
9
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: zh_CN\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "成功移除商品。"
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "免费!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "错误。无法从「愿望清单」移除这个商品。"
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  msgid "Custom"
395
  msgstr ""
396
 
397
+ #: ../includes/functions.yith-wcwl.php:437
398
  msgid "Shared"
399
  msgstr "分享:"
400
 
401
+ #: ../includes/functions.yith-wcwl.php:441
402
  msgid "Only people with a link to this list can see it"
403
  msgstr ""
404
 
405
+ #: ../includes/functions.yith-wcwl.php:447
406
  msgid "Private"
407
  msgstr ""
408
 
409
+ #: ../includes/functions.yith-wcwl.php:451
410
  msgid "Only you can see this list"
411
  msgstr ""
412
 
413
+ #: ../includes/functions.yith-wcwl.php:457
414
  msgid "Public"
415
  msgstr ""
416
 
417
+ #: ../includes/functions.yith-wcwl.php:461
418
  msgid "Anyone can search for and see this list"
419
  msgstr ""
420
 
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
- "PO-Revision-Date: 2020-06-08 18:50+0200\n"
9
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: zh_TW\n"
@@ -60,12 +60,12 @@ msgid ""
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
- #: ../templates/add-to-wishlist-remove.php:50
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
- #: ../templates/add-to-wishlist-remove.php:49
69
  msgid "or"
70
  msgstr ""
71
 
@@ -73,8 +73,8 @@ msgstr ""
73
  msgid "Close"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-ajax-handler.php:133,
77
- #: ../includes/class.yith-wcwl-ajax-handler.php:166
78
  msgid "Product successfully removed."
79
  msgstr "成功移除商品。"
80
 
@@ -82,17 +82,17 @@ msgstr "成功移除商品。"
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-frontend.php:398
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-frontend.php:399
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-frontend.php:645,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
@@ -315,29 +315,29 @@ msgstr ""
315
  msgid "Free!"
316
  msgstr "免費!"
317
 
318
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
- #: ../includes/class.yith-wcwl.php:161
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
343
 
@@ -351,66 +351,70 @@ msgid "Invalid wishlist item."
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
- #: ../includes/functions.yith-wcwl.php:216
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
- #: ../includes/functions.yith-wcwl.php:217
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ../includes/functions.yith-wcwl.php:219
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
- #: ../includes/functions.yith-wcwl.php:220
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
- #: ../includes/functions.yith-wcwl.php:224
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
382
  msgid "have this item in wishlist"
383
  msgstr ""
384
 
385
- #: ../includes/functions.yith-wcwl.php:460
386
  msgid "None"
387
  msgstr ""
388
 
389
- #: ../includes/functions.yith-wcwl.php:461
390
  msgid "Custom"
391
  msgstr ""
392
 
393
- #: ../includes/functions.yith-wcwl.php:553
394
  msgid "Shared"
395
  msgstr "分享:"
396
 
397
- #: ../includes/functions.yith-wcwl.php:557
398
  msgid "Only people with a link to this list can see it"
399
  msgstr ""
400
 
401
- #: ../includes/functions.yith-wcwl.php:563
402
  msgid "Private"
403
  msgstr ""
404
 
405
- #: ../includes/functions.yith-wcwl.php:567
406
  msgid "Only you can see this list"
407
  msgstr ""
408
 
409
- #: ../includes/functions.yith-wcwl.php:573
410
  msgid "Public"
411
  msgstr ""
412
 
413
- #: ../includes/functions.yith-wcwl.php:577
414
  msgid "Anyone can search for and see this list"
415
  msgstr ""
416
 
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
  "POT-Creation-Date: \n"
8
+ "PO-Revision-Date: 2020-08-14 12:06+0200\n"
9
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: zh_TW\n"
60
  msgstr ""
61
 
62
  #: ../includes/class.yith-wcwl-ajax-handler.php:67,
63
+ #: ../templates/add-to-wishlist-remove.php:51
64
  msgid "View &rsaquo;"
65
  msgstr ""
66
 
67
  #: ../includes/class.yith-wcwl-ajax-handler.php:68,
68
+ #: ../templates/add-to-wishlist-remove.php:50
69
  msgid "or"
70
  msgstr ""
71
 
73
  msgid "Close"
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134,
77
+ #: ../includes/class.yith-wcwl-ajax-handler.php:167
78
  msgid "Product successfully removed."
79
  msgstr "成功移除商品。"
80
 
82
  msgid "Please, make sure to enter a valid title"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-frontend.php:400
86
  msgid ""
87
  "We are sorry, but this feature is available only if cookies on your browser "
88
  "are enabled."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-frontend.php:401
92
  msgid "Product added to cart successfully"
93
  msgstr ""
94
 
95
+ #: ../includes/class.yith-wcwl-frontend.php:648,
96
  #: ../includes/class.yith-wcwl-shortcode.php:237,
97
  #: ../plugin-options/wishlist_page-options.php:237,
98
  #: ../templates/wishlist-view-footer-mobile.php:44,
315
  msgid "Free!"
316
  msgstr "免費!"
317
 
318
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
319
  msgctxt ""
320
  "Part of the template that shows price variation since addition to list; "
321
  "placeholder will be replaced with a percentage"
322
  msgid "Price is %1$s%%"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
326
  msgctxt ""
327
  "Part of the template that shows price variation since addition to list; "
328
  "placeholder will be replaced with a price"
329
  msgid "(Was %2$s when added in list)"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl.php:164
333
  msgid "The item cannot be added to this wishlist"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
337
  msgid "An error occurred while adding the products to the wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
341
  msgid "Error. Unable to remove the product from the wishlist."
342
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
343
 
351
  msgstr ""
352
 
353
  #. translators: 1. Number of users.
354
+ #: ../includes/functions.yith-wcwl.php:249
355
  msgid "%d user"
356
  msgid_plural "%d users"
357
  msgstr[0] ""
358
  msgstr[1] ""
359
 
360
+ #: ../includes/functions.yith-wcwl.php:250
361
  msgid "has this item in wishlist"
362
  msgid_plural "have this item in wishlist"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ../includes/functions.yith-wcwl.php:252
367
  msgid "You're the first"
368
  msgstr ""
369
 
370
+ #: ../includes/functions.yith-wcwl.php:253
371
  msgid "to add this item in wishlist"
372
  msgstr ""
373
 
374
  #. translators: 1. Count of users when many, or "another" when only one.
375
+ #: ../includes/functions.yith-wcwl.php:257
376
  msgid "You and %s user"
377
  msgid_plural "You and %d users"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ../includes/functions.yith-wcwl.php:257
382
+ msgid "another"
383
+ msgstr ""
384
+
385
+ #: ../includes/functions.yith-wcwl.php:258
386
  msgid "have this item in wishlist"
387
  msgstr ""
388
 
389
+ #: ../includes/functions.yith-wcwl.php:415
390
  msgid "None"
391
  msgstr ""
392
 
393
+ #: ../includes/functions.yith-wcwl.php:416
394
  msgid "Custom"
395
  msgstr ""
396
 
397
+ #: ../includes/functions.yith-wcwl.php:437
398
  msgid "Shared"
399
  msgstr "分享:"
400
 
401
+ #: ../includes/functions.yith-wcwl.php:441
402
  msgid "Only people with a link to this list can see it"
403
  msgstr ""
404
 
405
+ #: ../includes/functions.yith-wcwl.php:447
406
  msgid "Private"
407
  msgstr ""
408
 
409
+ #: ../includes/functions.yith-wcwl.php:451
410
  msgid "Only you can see this list"
411
  msgstr ""
412
 
413
+ #: ../includes/functions.yith-wcwl.php:457
414
  msgid "Public"
415
  msgstr ""
416
 
417
+ #: ../includes/functions.yith-wcwl.php:461
418
  msgid "Anyone can search for and see this list"
419
  msgstr ""
420
 
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -49,11 +49,11 @@ msgstr ""
49
  msgid "Allows your customers to create and share lists of products that they want to purchase on your e-commerce."
50
  msgstr ""
51
 
52
- #: ../includes/class.yith-wcwl-ajax-handler.php:67, ../templates/add-to-wishlist-remove.php:50
53
  msgid "View &rsaquo;"
54
  msgstr ""
55
 
56
- #: ../includes/class.yith-wcwl-ajax-handler.php:68, ../templates/add-to-wishlist-remove.php:49
57
  msgid "or"
58
  msgstr ""
59
 
@@ -61,7 +61,7 @@ msgstr ""
61
  msgid "Close"
62
  msgstr ""
63
 
64
- #: ../includes/class.yith-wcwl-ajax-handler.php:133, ../includes/class.yith-wcwl-ajax-handler.php:166
65
  msgid "Product successfully removed."
66
  msgstr ""
67
 
@@ -69,15 +69,15 @@ msgstr ""
69
  msgid "Please, make sure to enter a valid title"
70
  msgstr ""
71
 
72
- #: ../includes/class.yith-wcwl-frontend.php:398
73
  msgid "We are sorry, but this feature is available only if cookies on your browser are enabled."
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-frontend.php:399
77
  msgid "Product added to cart successfully"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-frontend.php:645, ../includes/class.yith-wcwl-shortcode.php:237, ../plugin-options/wishlist_page-options.php:237, ../templates/wishlist-view-footer-mobile.php:44, ../templates/wishlist-view-footer.php:44
81
  msgid "Add to cart"
82
  msgstr ""
83
 
@@ -265,25 +265,25 @@ msgstr ""
265
  msgid "Free!"
266
  msgstr ""
267
 
268
- #: ../includes/class.yith-wcwl-wishlist-item.php:416
269
  msgctxt "Part of the template that shows price variation since addition to list; placeholder will be replaced with a percentage"
270
  msgid "Price is %1$s%%"
271
  msgstr ""
272
 
273
- #: ../includes/class.yith-wcwl-wishlist-item.php:417
274
  msgctxt "Part of the template that shows price variation since addition to list; placeholder will be replaced with a price"
275
  msgid "(Was %2$s when added in list)"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl.php:161
279
  msgid "The item cannot be added to this wishlist"
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl.php:165, ../includes/class.yith-wcwl.php:171
283
  msgid "An error occurred while adding the products to the wishlist."
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl.php:230, ../includes/class.yith-wcwl.php:236
287
  msgid "Error. Unable to remove the product from the wishlist."
288
  msgstr ""
289
 
@@ -296,66 +296,70 @@ msgid "Invalid wishlist item."
296
  msgstr ""
297
 
298
  #. translators: 1. Number of users.
299
- #: ../includes/functions.yith-wcwl.php:216
300
  msgid "%d user"
301
  msgid_plural "%d users"
302
  msgstr[0] ""
303
  msgstr[1] ""
304
 
305
- #: ../includes/functions.yith-wcwl.php:217
306
  msgid "has this item in wishlist"
307
  msgid_plural "have this item in wishlist"
308
  msgstr[0] ""
309
  msgstr[1] ""
310
 
311
- #: ../includes/functions.yith-wcwl.php:219
312
  msgid "You're the first"
313
  msgstr ""
314
 
315
- #: ../includes/functions.yith-wcwl.php:220
316
  msgid "to add this item in wishlist"
317
  msgstr ""
318
 
319
  #. translators: 1. Count of users when many, or "another" when only one.
320
- #: ../includes/functions.yith-wcwl.php:224
321
  msgid "You and %s user"
322
  msgid_plural "You and %d users"
323
  msgstr[0] ""
324
  msgstr[1] ""
325
 
326
- #: ../includes/functions.yith-wcwl.php:225
 
 
 
 
327
  msgid "have this item in wishlist"
328
  msgstr ""
329
 
330
- #: ../includes/functions.yith-wcwl.php:460
331
  msgid "None"
332
  msgstr ""
333
 
334
- #: ../includes/functions.yith-wcwl.php:461
335
  msgid "Custom"
336
  msgstr ""
337
 
338
- #: ../includes/functions.yith-wcwl.php:553
339
  msgid "Shared"
340
  msgstr ""
341
 
342
- #: ../includes/functions.yith-wcwl.php:557
343
  msgid "Only people with a link to this list can see it"
344
  msgstr ""
345
 
346
- #: ../includes/functions.yith-wcwl.php:563
347
  msgid "Private"
348
  msgstr ""
349
 
350
- #: ../includes/functions.yith-wcwl.php:567
351
  msgid "Only you can see this list"
352
  msgstr ""
353
 
354
- #: ../includes/functions.yith-wcwl.php:573
355
  msgid "Public"
356
  msgstr ""
357
 
358
- #: ../includes/functions.yith-wcwl.php:577
359
  msgid "Anyone can search for and see this list"
360
  msgstr ""
361
 
49
  msgid "Allows your customers to create and share lists of products that they want to purchase on your e-commerce."
50
  msgstr ""
51
 
52
+ #: ../includes/class.yith-wcwl-ajax-handler.php:67, ../templates/add-to-wishlist-remove.php:51
53
  msgid "View &rsaquo;"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-ajax-handler.php:68, ../templates/add-to-wishlist-remove.php:50
57
  msgid "or"
58
  msgstr ""
59
 
61
  msgid "Close"
62
  msgstr ""
63
 
64
+ #: ../includes/class.yith-wcwl-ajax-handler.php:134, ../includes/class.yith-wcwl-ajax-handler.php:167
65
  msgid "Product successfully removed."
66
  msgstr ""
67
 
69
  msgid "Please, make sure to enter a valid title"
70
  msgstr ""
71
 
72
+ #: ../includes/class.yith-wcwl-frontend.php:400
73
  msgid "We are sorry, but this feature is available only if cookies on your browser are enabled."
74
  msgstr ""
75
 
76
+ #: ../includes/class.yith-wcwl-frontend.php:401
77
  msgid "Product added to cart successfully"
78
  msgstr ""
79
 
80
+ #: ../includes/class.yith-wcwl-frontend.php:648, ../includes/class.yith-wcwl-shortcode.php:237, ../plugin-options/wishlist_page-options.php:237, ../templates/wishlist-view-footer-mobile.php:44, ../templates/wishlist-view-footer.php:44
81
  msgid "Add to cart"
82
  msgstr ""
83
 
265
  msgid "Free!"
266
  msgstr ""
267
 
268
+ #: ../includes/class.yith-wcwl-wishlist-item.php:415
269
  msgctxt "Part of the template that shows price variation since addition to list; placeholder will be replaced with a percentage"
270
  msgid "Price is %1$s%%"
271
  msgstr ""
272
 
273
+ #: ../includes/class.yith-wcwl-wishlist-item.php:416
274
  msgctxt "Part of the template that shows price variation since addition to list; placeholder will be replaced with a price"
275
  msgid "(Was %2$s when added in list)"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl.php:164
279
  msgid "The item cannot be added to this wishlist"
280
  msgstr ""
281
 
282
+ #: ../includes/class.yith-wcwl.php:168, ../includes/class.yith-wcwl.php:174
283
  msgid "An error occurred while adding the products to the wishlist."
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl.php:233, ../includes/class.yith-wcwl.php:239
287
  msgid "Error. Unable to remove the product from the wishlist."
288
  msgstr ""
289
 
296
  msgstr ""
297
 
298
  #. translators: 1. Number of users.
299
+ #: ../includes/functions.yith-wcwl.php:249
300
  msgid "%d user"
301
  msgid_plural "%d users"
302
  msgstr[0] ""
303
  msgstr[1] ""
304
 
305
+ #: ../includes/functions.yith-wcwl.php:250
306
  msgid "has this item in wishlist"
307
  msgid_plural "have this item in wishlist"
308
  msgstr[0] ""
309
  msgstr[1] ""
310
 
311
+ #: ../includes/functions.yith-wcwl.php:252
312
  msgid "You're the first"
313
  msgstr ""
314
 
315
+ #: ../includes/functions.yith-wcwl.php:253
316
  msgid "to add this item in wishlist"
317
  msgstr ""
318
 
319
  #. translators: 1. Count of users when many, or "another" when only one.
320
+ #: ../includes/functions.yith-wcwl.php:257
321
  msgid "You and %s user"
322
  msgid_plural "You and %d users"
323
  msgstr[0] ""
324
  msgstr[1] ""
325
 
326
+ #: ../includes/functions.yith-wcwl.php:257
327
+ msgid "another"
328
+ msgstr ""
329
+
330
+ #: ../includes/functions.yith-wcwl.php:258
331
  msgid "have this item in wishlist"
332
  msgstr ""
333
 
334
+ #: ../includes/functions.yith-wcwl.php:415
335
  msgid "None"
336
  msgstr ""
337
 
338
+ #: ../includes/functions.yith-wcwl.php:416
339
  msgid "Custom"
340
  msgstr ""
341
 
342
+ #: ../includes/functions.yith-wcwl.php:437
343
  msgid "Shared"
344
  msgstr ""
345
 
346
+ #: ../includes/functions.yith-wcwl.php:441
347
  msgid "Only people with a link to this list can see it"
348
  msgstr ""
349
 
350
+ #: ../includes/functions.yith-wcwl.php:447
351
  msgid "Private"
352
  msgstr ""
353
 
354
+ #: ../includes/functions.yith-wcwl.php:451
355
  msgid "Only you can see this list"
356
  msgstr ""
357
 
358
+ #: ../includes/functions.yith-wcwl.php:457
359
  msgid "Public"
360
  msgstr ""
361
 
362
+ #: ../includes/functions.yith-wcwl.php:461
363
  msgid "Anyone can search for and see this list"
364
  msgstr ""
365
 
package-lock.json CHANGED
@@ -17,6 +17,7 @@
17
  "version": "0.1.1",
18
  "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
19
  "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=",
 
20
  "requires": {
21
  "ansi-wrap": "0.1.0"
22
  }
@@ -34,6 +35,7 @@
34
  "version": "0.1.1",
35
  "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
36
  "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=",
 
37
  "requires": {
38
  "ansi-wrap": "0.1.0"
39
  }
@@ -44,10 +46,17 @@
44
  "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
45
  "dev": true
46
  },
 
 
 
 
 
 
47
  "ansi-wrap": {
48
  "version": "0.1.0",
49
  "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
50
- "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768="
 
51
  },
52
  "anymatch": {
53
  "version": "2.0.0",
@@ -92,7 +101,8 @@
92
  "arr-flatten": {
93
  "version": "1.1.0",
94
  "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
95
- "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
 
96
  },
97
  "arr-map": {
98
  "version": "2.0.2",
@@ -109,6 +119,12 @@
109
  "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
110
  "dev": true
111
  },
 
 
 
 
 
 
112
  "array-each": {
113
  "version": "1.0.1",
114
  "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
@@ -175,6 +191,12 @@
175
  }
176
  }
177
  },
 
 
 
 
 
 
178
  "array-unique": {
179
  "version": "0.3.2",
180
  "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
@@ -240,7 +262,8 @@
240
  "balanced-match": {
241
  "version": "1.0.0",
242
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
243
- "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
 
244
  },
245
  "base": {
246
  "version": "0.11.2",
@@ -297,6 +320,12 @@
297
  }
298
  }
299
  },
 
 
 
 
 
 
300
  "binary-extensions": {
301
  "version": "1.13.1",
302
  "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
@@ -307,6 +336,7 @@
307
  "version": "1.1.11",
308
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
309
  "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
 
310
  "requires": {
311
  "balanced-match": "^1.0.0",
312
  "concat-map": "0.0.1"
@@ -376,6 +406,19 @@
376
  "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
377
  "dev": true
378
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  "chokidar": {
380
  "version": "2.1.6",
381
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
@@ -448,6 +491,7 @@
448
  "version": "1.0.1",
449
  "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
450
  "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
 
451
  "requires": {
452
  "exit": "0.1.2",
453
  "glob": "^7.1.1"
@@ -541,7 +585,8 @@
541
  "concat-map": {
542
  "version": "0.0.1",
543
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
544
- "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
 
545
  },
546
  "concat-stream": {
547
  "version": "1.6.2",
@@ -559,10 +604,17 @@
559
  "version": "1.1.0",
560
  "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
561
  "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
 
562
  "requires": {
563
  "date-now": "^0.1.4"
564
  }
565
  },
 
 
 
 
 
 
566
  "convert-source-map": {
567
  "version": "1.6.0",
568
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz",
@@ -591,7 +643,8 @@
591
  "core-util-is": {
592
  "version": "1.0.2",
593
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
594
- "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
 
595
  },
596
  "d": {
597
  "version": "1.0.1",
@@ -606,7 +659,14 @@
606
  "date-now": {
607
  "version": "0.1.4",
608
  "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
609
- "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs="
 
 
 
 
 
 
 
610
  },
611
  "debug": {
612
  "version": "2.6.9",
@@ -652,6 +712,23 @@
652
  "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=",
653
  "dev": true
654
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
655
  "define-properties": {
656
  "version": "1.1.3",
657
  "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
@@ -702,6 +779,12 @@
702
  }
703
  }
704
  },
 
 
 
 
 
 
705
  "detect-file": {
706
  "version": "1.0.0",
707
  "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
@@ -712,6 +795,7 @@
712
  "version": "0.2.2",
713
  "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
714
  "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
 
715
  "requires": {
716
  "domelementtype": "^2.0.1",
717
  "entities": "^2.0.0"
@@ -720,24 +804,28 @@
720
  "domelementtype": {
721
  "version": "2.0.1",
722
  "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz",
723
- "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ=="
 
724
  },
725
  "entities": {
726
  "version": "2.0.0",
727
  "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz",
728
- "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw=="
 
729
  }
730
  }
731
  },
732
  "domelementtype": {
733
  "version": "1.3.1",
734
  "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
735
- "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
 
736
  },
737
  "domhandler": {
738
  "version": "2.3.0",
739
  "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
740
  "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
 
741
  "requires": {
742
  "domelementtype": "1"
743
  }
@@ -746,11 +834,47 @@
746
  "version": "1.5.1",
747
  "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
748
  "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
 
749
  "requires": {
750
  "dom-serializer": "0",
751
  "domelementtype": "1"
752
  }
753
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  "duplexify": {
755
  "version": "3.7.1",
756
  "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
@@ -773,6 +897,15 @@
773
  "object.defaults": "^1.1.0"
774
  }
775
  },
 
 
 
 
 
 
 
 
 
776
  "end-of-stream": {
777
  "version": "1.4.1",
778
  "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
@@ -785,7 +918,8 @@
785
  "entities": {
786
  "version": "1.0.0",
787
  "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
788
- "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY="
 
789
  },
790
  "error-ex": {
791
  "version": "1.3.2",
@@ -840,10 +974,17 @@
840
  "es6-symbol": "^3.1.1"
841
  }
842
  },
 
 
 
 
 
 
843
  "exit": {
844
  "version": "0.1.2",
845
  "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
846
- "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw="
 
847
  },
848
  "expand-brackets": {
849
  "version": "2.1.4",
@@ -1016,6 +1157,12 @@
1016
  }
1017
  }
1018
  },
 
 
 
 
 
 
1019
  "find-up": {
1020
  "version": "1.1.2",
1021
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
@@ -1051,6 +1198,12 @@
1051
  "parse-filepath": "^1.0.1"
1052
  }
1053
  },
 
 
 
 
 
 
1054
  "flagged-respawn": {
1055
  "version": "1.0.1",
1056
  "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
@@ -1091,6 +1244,12 @@
1091
  "map-cache": "^0.2.2"
1092
  }
1093
  },
 
 
 
 
 
 
1094
  "fs-mkdirp-stream": {
1095
  "version": "1.0.0",
1096
  "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz",
@@ -1104,7 +1263,8 @@
1104
  "fs.realpath": {
1105
  "version": "1.0.0",
1106
  "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1107
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
 
1108
  },
1109
  "fsevents": {
1110
  "version": "1.2.9",
@@ -1147,12 +1307,14 @@
1147
  "balanced-match": {
1148
  "version": "1.0.0",
1149
  "bundled": true,
1150
- "dev": true
 
1151
  },
1152
  "brace-expansion": {
1153
  "version": "1.1.11",
1154
  "bundled": true,
1155
  "dev": true,
 
1156
  "requires": {
1157
  "balanced-match": "^1.0.0",
1158
  "concat-map": "0.0.1"
@@ -1167,17 +1329,20 @@
1167
  "code-point-at": {
1168
  "version": "1.1.0",
1169
  "bundled": true,
1170
- "dev": true
 
1171
  },
1172
  "concat-map": {
1173
  "version": "0.0.1",
1174
  "bundled": true,
1175
- "dev": true
 
1176
  },
1177
  "console-control-strings": {
1178
  "version": "1.1.0",
1179
  "bundled": true,
1180
- "dev": true
 
1181
  },
1182
  "core-util-is": {
1183
  "version": "1.0.2",
@@ -1294,7 +1459,8 @@
1294
  "inherits": {
1295
  "version": "2.0.3",
1296
  "bundled": true,
1297
- "dev": true
 
1298
  },
1299
  "ini": {
1300
  "version": "1.3.5",
@@ -1306,6 +1472,7 @@
1306
  "version": "1.0.0",
1307
  "bundled": true,
1308
  "dev": true,
 
1309
  "requires": {
1310
  "number-is-nan": "^1.0.0"
1311
  }
@@ -1320,6 +1487,7 @@
1320
  "version": "3.0.4",
1321
  "bundled": true,
1322
  "dev": true,
 
1323
  "requires": {
1324
  "brace-expansion": "^1.1.7"
1325
  }
@@ -1327,12 +1495,14 @@
1327
  "minimist": {
1328
  "version": "0.0.8",
1329
  "bundled": true,
1330
- "dev": true
 
1331
  },
1332
  "minipass": {
1333
  "version": "2.3.5",
1334
  "bundled": true,
1335
  "dev": true,
 
1336
  "requires": {
1337
  "safe-buffer": "^5.1.2",
1338
  "yallist": "^3.0.0"
@@ -1351,6 +1521,7 @@
1351
  "version": "0.5.1",
1352
  "bundled": true,
1353
  "dev": true,
 
1354
  "requires": {
1355
  "minimist": "0.0.8"
1356
  }
@@ -1431,7 +1602,8 @@
1431
  "number-is-nan": {
1432
  "version": "1.0.1",
1433
  "bundled": true,
1434
- "dev": true
 
1435
  },
1436
  "object-assign": {
1437
  "version": "4.1.1",
@@ -1443,6 +1615,7 @@
1443
  "version": "1.4.0",
1444
  "bundled": true,
1445
  "dev": true,
 
1446
  "requires": {
1447
  "wrappy": "1"
1448
  }
@@ -1564,6 +1737,7 @@
1564
  "version": "1.0.2",
1565
  "bundled": true,
1566
  "dev": true,
 
1567
  "requires": {
1568
  "code-point-at": "^1.0.0",
1569
  "is-fullwidth-code-point": "^1.0.0",
@@ -1641,6 +1815,15 @@
1641
  "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
1642
  "dev": true
1643
  },
 
 
 
 
 
 
 
 
 
1644
  "get-caller-file": {
1645
  "version": "1.0.3",
1646
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
@@ -1653,10 +1836,42 @@
1653
  "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
1654
  "dev": true
1655
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1656
  "glob": {
1657
  "version": "7.1.4",
1658
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
1659
  "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
 
1660
  "requires": {
1661
  "fs.realpath": "^1.0.0",
1662
  "inflight": "^1.0.4",
@@ -1719,6 +1934,15 @@
1719
  "object.defaults": "^1.1.0"
1720
  }
1721
  },
 
 
 
 
 
 
 
 
 
1722
  "global-modules": {
1723
  "version": "1.0.0",
1724
  "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
@@ -1743,6 +1967,58 @@
1743
  "which": "^1.2.14"
1744
  }
1745
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1746
  "glogg": {
1747
  "version": "1.0.2",
1748
  "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
@@ -1825,6 +2101,7 @@
1825
  "version": "2.1.0",
1826
  "resolved": "https://registry.npmjs.org/gulp-jshint/-/gulp-jshint-2.1.0.tgz",
1827
  "integrity": "sha512-sP3NK8Y/1e58O0PH9t6s7DAr/lKDSUbIY207oWSeufM6/VclB7jJrIBcPCsyhrFTCDUl9DauePbt6VqP2vPM5w==",
 
1828
  "requires": {
1829
  "lodash": "^4.12.0",
1830
  "minimatch": "^3.0.3",
@@ -1837,64 +2114,377 @@
1837
  "version": "1.1.0",
1838
  "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
1839
  "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1840
  "requires": {
1841
- "arr-flatten": "^1.0.1",
1842
- "array-slice": "^0.2.3"
1843
  }
1844
  },
1845
- "arr-union": {
1846
- "version": "2.1.0",
1847
- "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
1848
- "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0="
 
 
 
 
 
1849
  },
1850
- "array-slice": {
1851
- "version": "0.2.3",
1852
- "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
1853
- "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU="
 
1854
  },
1855
- "extend-shallow": {
1856
- "version": "1.1.4",
1857
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
1858
- "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
 
1859
  "requires": {
1860
- "kind-of": "^1.1.0"
1861
  }
1862
  },
1863
- "kind-of": {
1864
- "version": "1.1.0",
1865
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
1866
- "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ="
 
 
 
 
 
1867
  },
1868
- "plugin-error": {
1869
- "version": "0.1.2",
1870
- "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
1871
- "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
 
1872
  "requires": {
1873
- "ansi-cyan": "^0.1.1",
1874
- "ansi-red": "^0.1.1",
1875
- "arr-diff": "^1.0.1",
1876
- "arr-union": "^2.0.1",
1877
- "extend-shallow": "^1.1.2"
 
 
 
1878
  }
1879
  }
1880
  }
1881
  },
1882
- "gulp-uglify": {
1883
- "version": "3.0.2",
1884
- "resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.2.tgz",
1885
- "integrity": "sha512-gk1dhB74AkV2kzqPMQBLA3jPoIAPd/nlNzP2XMDSG8XZrqnlCiDGAqC+rZOumzFvB5zOphlFh6yr3lgcAb/OOg==",
1886
  "dev": true,
1887
  "requires": {
1888
- "array-each": "^1.0.1",
1889
- "extend-shallow": "^3.0.2",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1890
  "gulplog": "^1.0.0",
1891
  "has-gulplog": "^0.1.0",
1892
- "isobject": "^3.0.1",
1893
- "make-error-cause": "^1.1.1",
1894
- "safe-buffer": "^5.1.2",
 
 
 
 
 
1895
  "through2": "^2.0.0",
1896
- "uglify-js": "^3.0.5",
1897
- "vinyl-sourcemaps-apply": "^0.2.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1898
  }
1899
  },
1900
  "gulp-wp-pot": {
@@ -1929,6 +2519,15 @@
1929
  "glogg": "^1.0.0"
1930
  }
1931
  },
 
 
 
 
 
 
 
 
 
1932
  "has-gulplog": {
1933
  "version": "0.1.0",
1934
  "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
@@ -1995,6 +2594,7 @@
1995
  "version": "3.8.3",
1996
  "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
1997
  "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
 
1998
  "requires": {
1999
  "domelementtype": "1",
2000
  "domhandler": "2.3",
@@ -2006,12 +2606,14 @@
2006
  "isarray": {
2007
  "version": "0.0.1",
2008
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
2009
- "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
 
2010
  },
2011
  "readable-stream": {
2012
  "version": "1.1.14",
2013
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
2014
  "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
 
2015
  "requires": {
2016
  "core-util-is": "~1.0.0",
2017
  "inherits": "~2.0.1",
@@ -2022,14 +2624,25 @@
2022
  "string_decoder": {
2023
  "version": "0.10.31",
2024
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
2025
- "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
 
2026
  }
2027
  }
2028
  },
 
 
 
 
 
 
 
 
 
2029
  "inflight": {
2030
  "version": "1.0.6",
2031
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2032
  "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
 
2033
  "requires": {
2034
  "once": "^1.3.0",
2035
  "wrappy": "1"
@@ -2038,7 +2651,8 @@
2038
  "inherits": {
2039
  "version": "2.0.4",
2040
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2041
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
 
2042
  },
2043
  "ini": {
2044
  "version": "1.3.5",
@@ -2252,7 +2866,8 @@
2252
  "isarray": {
2253
  "version": "1.0.0",
2254
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
2255
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
 
2256
  },
2257
  "isexe": {
2258
  "version": "2.0.0",
@@ -2270,6 +2885,7 @@
2270
  "version": "2.11.0",
2271
  "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz",
2272
  "integrity": "sha512-ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==",
 
2273
  "requires": {
2274
  "cli": "~1.0.0",
2275
  "console-browserify": "1.1.x",
@@ -2368,43 +2984,158 @@
2368
  "lodash": {
2369
  "version": "4.17.15",
2370
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
2371
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2372
  },
2373
  "lodash.assign": {
2374
  "version": "4.2.0",
2375
  "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
2376
- "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc="
 
2377
  },
2378
  "lodash.clonedeep": {
2379
  "version": "4.5.0",
2380
  "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
2381
- "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2382
  },
2383
  "lodash.isobject": {
2384
  "version": "3.0.2",
2385
  "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz",
2386
- "integrity": "sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0="
 
 
 
 
 
 
 
 
 
 
 
 
2387
  },
2388
  "lodash.merge": {
2389
  "version": "4.6.2",
2390
  "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
2391
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
 
2392
  },
2393
- "make-error": {
2394
- "version": "1.3.5",
2395
- "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz",
2396
- "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==",
2397
  "dev": true
2398
  },
2399
- "make-error-cause": {
2400
- "version": "1.2.2",
2401
- "resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz",
2402
- "integrity": "sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2403
  "dev": true,
2404
  "requires": {
2405
- "make-error": "^1.2.0"
 
2406
  }
2407
  },
 
 
 
 
 
 
2408
  "make-iterator": {
2409
  "version": "1.0.1",
2410
  "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
@@ -2420,6 +3151,12 @@
2420
  "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
2421
  "dev": true
2422
  },
 
 
 
 
 
 
2423
  "map-visit": {
2424
  "version": "1.0.0",
2425
  "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
@@ -2499,10 +3236,17 @@
2499
  "version": "3.0.4",
2500
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
2501
  "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
 
2502
  "requires": {
2503
  "brace-expansion": "^1.1.7"
2504
  }
2505
  },
 
 
 
 
 
 
2506
  "mixin-deep": {
2507
  "version": "1.3.2",
2508
  "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
@@ -2524,12 +3268,30 @@
2524
  }
2525
  }
2526
  },
 
 
 
 
 
 
 
 
 
2527
  "ms": {
2528
  "version": "2.0.0",
2529
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2530
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
2531
  "dev": true
2532
  },
 
 
 
 
 
 
 
 
 
2533
  "mute-stdout": {
2534
  "version": "1.0.1",
2535
  "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz",
@@ -2562,6 +3324,12 @@
2562
  "to-regex": "^3.0.1"
2563
  }
2564
  },
 
 
 
 
 
 
2565
  "next-tick": {
2566
  "version": "1.0.0",
2567
  "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
@@ -2604,6 +3372,18 @@
2604
  "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
2605
  "dev": true
2606
  },
 
 
 
 
 
 
 
 
 
 
 
 
2607
  "object-copy": {
2608
  "version": "0.1.0",
2609
  "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
@@ -2707,10 +3487,42 @@
2707
  "version": "1.4.0",
2708
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2709
  "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
 
2710
  "requires": {
2711
  "wrappy": "1"
2712
  }
2713
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2714
  "ordered-read-streams": {
2715
  "version": "1.0.1",
2716
  "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
@@ -2720,6 +3532,12 @@
2720
  "readable-stream": "^2.0.1"
2721
  }
2722
  },
 
 
 
 
 
 
2723
  "os-locale": {
2724
  "version": "1.4.0",
2725
  "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
@@ -2785,7 +3603,8 @@
2785
  "path-is-absolute": {
2786
  "version": "1.0.1",
2787
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2788
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
 
2789
  },
2790
  "path-parse": {
2791
  "version": "1.0.6",
@@ -2885,7 +3704,8 @@
2885
  "process-nextick-args": {
2886
  "version": "2.0.1",
2887
  "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
2888
- "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
 
2889
  },
2890
  "pump": {
2891
  "version": "2.0.1",
@@ -2912,6 +3732,7 @@
2912
  "version": "0.1.9",
2913
  "resolved": "https://registry.npmjs.org/rcfinder/-/rcfinder-0.1.9.tgz",
2914
  "integrity": "sha1-8+gPOH3fmugK4wpBADKWQuroERU=",
 
2915
  "requires": {
2916
  "lodash.clonedeep": "^4.3.2"
2917
  }
@@ -2920,6 +3741,7 @@
2920
  "version": "0.2.2",
2921
  "resolved": "https://registry.npmjs.org/rcloader/-/rcloader-0.2.2.tgz",
2922
  "integrity": "sha1-WNIpi0YtC5v9ITPSoex0+9cFxxc=",
 
2923
  "requires": {
2924
  "lodash.assign": "^4.2.0",
2925
  "lodash.isobject": "^3.0.2",
@@ -2952,6 +3774,7 @@
2952
  "version": "2.3.6",
2953
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
2954
  "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
 
2955
  "requires": {
2956
  "core-util-is": "~1.0.0",
2957
  "inherits": "~2.0.3",
@@ -3103,7 +3926,8 @@
3103
  "safe-buffer": {
3104
  "version": "5.1.2",
3105
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3106
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
 
3107
  },
3108
  "safe-regex": {
3109
  "version": "1.1.0",
@@ -3114,6 +3938,12 @@
3114
  "ret": "~0.1.10"
3115
  }
3116
  },
 
 
 
 
 
 
3117
  "semver": {
3118
  "version": "5.7.1",
3119
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -3129,6 +3959,12 @@
3129
  "sver-compat": "^1.5.0"
3130
  }
3131
  },
 
 
 
 
 
 
3132
  "set-blocking": {
3133
  "version": "2.0.0",
3134
  "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
@@ -3161,7 +3997,14 @@
3161
  "shelljs": {
3162
  "version": "0.3.0",
3163
  "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
3164
- "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E="
 
 
 
 
 
 
 
3165
  },
3166
  "snapdragon": {
3167
  "version": "0.8.2",
@@ -3289,6 +4132,24 @@
3289
  "urix": "^0.1.0"
3290
  }
3291
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3292
  "source-map-url": {
3293
  "version": "0.4.0",
3294
  "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
@@ -3369,6 +4230,12 @@
3369
  }
3370
  }
3371
  },
 
 
 
 
 
 
3372
  "stream-exhaust": {
3373
  "version": "1.0.2",
3374
  "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
@@ -3396,6 +4263,7 @@
3396
  "version": "1.1.1",
3397
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3398
  "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
 
3399
  "requires": {
3400
  "safe-buffer": "~5.1.0"
3401
  }
@@ -3421,7 +4289,14 @@
3421
  "strip-json-comments": {
3422
  "version": "1.0.4",
3423
  "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
3424
- "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E="
 
 
 
 
 
 
 
3425
  },
3426
  "sver-compat": {
3427
  "version": "1.5.0",
@@ -3433,10 +4308,30 @@
3433
  "es6-symbol": "^3.1.1"
3434
  }
3435
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3436
  "through2": {
3437
  "version": "2.0.5",
3438
  "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
3439
  "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
 
3440
  "requires": {
3441
  "readable-stream": "~2.3.6",
3442
  "xtend": "~4.0.1"
@@ -3452,6 +4347,15 @@
3452
  "xtend": "~4.0.0"
3453
  }
3454
  },
 
 
 
 
 
 
 
 
 
3455
  "time-stamp": {
3456
  "version": "1.1.0",
3457
  "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
@@ -3531,24 +4435,6 @@
3531
  "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
3532
  "dev": true
3533
  },
3534
- "uglify-js": {
3535
- "version": "3.6.0",
3536
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz",
3537
- "integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==",
3538
- "dev": true,
3539
- "requires": {
3540
- "commander": "~2.20.0",
3541
- "source-map": "~0.6.1"
3542
- },
3543
- "dependencies": {
3544
- "source-map": {
3545
- "version": "0.6.1",
3546
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3547
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3548
- "dev": true
3549
- }
3550
- }
3551
- },
3552
  "unc-path-regex": {
3553
  "version": "0.1.2",
3554
  "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
@@ -3658,10 +4544,17 @@
3658
  "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
3659
  "dev": true
3660
  },
 
 
 
 
 
 
3661
  "util-deprecate": {
3662
  "version": "1.0.2",
3663
  "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3664
- "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
 
3665
  },
3666
  "v8flags": {
3667
  "version": "3.1.3",
@@ -3790,12 +4683,14 @@
3790
  "wrappy": {
3791
  "version": "1.0.2",
3792
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
3793
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
 
3794
  },
3795
  "xtend": {
3796
  "version": "4.0.2",
3797
  "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3798
- "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
 
3799
  },
3800
  "y18n": {
3801
  "version": "3.2.1",
17
  "version": "0.1.1",
18
  "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
19
  "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=",
20
+ "dev": true,
21
  "requires": {
22
  "ansi-wrap": "0.1.0"
23
  }
35
  "version": "0.1.1",
36
  "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
37
  "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=",
38
+ "dev": true,
39
  "requires": {
40
  "ansi-wrap": "0.1.0"
41
  }
46
  "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
47
  "dev": true
48
  },
49
+ "ansi-styles": {
50
+ "version": "2.2.1",
51
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
52
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
53
+ "dev": true
54
+ },
55
  "ansi-wrap": {
56
  "version": "0.1.0",
57
  "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
58
+ "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
59
+ "dev": true
60
  },
61
  "anymatch": {
62
  "version": "2.0.0",
101
  "arr-flatten": {
102
  "version": "1.1.0",
103
  "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
104
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
105
+ "dev": true
106
  },
107
  "arr-map": {
108
  "version": "2.0.2",
119
  "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
120
  "dev": true
121
  },
122
+ "array-differ": {
123
+ "version": "1.0.0",
124
+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
125
+ "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
126
+ "dev": true
127
+ },
128
  "array-each": {
129
  "version": "1.0.1",
130
  "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
191
  }
192
  }
193
  },
194
+ "array-uniq": {
195
+ "version": "1.0.3",
196
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
197
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
198
+ "dev": true
199
+ },
200
  "array-unique": {
201
  "version": "0.3.2",
202
  "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
262
  "balanced-match": {
263
  "version": "1.0.0",
264
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
265
+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
266
+ "dev": true
267
  },
268
  "base": {
269
  "version": "0.11.2",
320
  }
321
  }
322
  },
323
+ "beeper": {
324
+ "version": "1.1.1",
325
+ "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
326
+ "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=",
327
+ "dev": true
328
+ },
329
  "binary-extensions": {
330
  "version": "1.13.1",
331
  "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
336
  "version": "1.1.11",
337
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
338
  "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
339
+ "dev": true,
340
  "requires": {
341
  "balanced-match": "^1.0.0",
342
  "concat-map": "0.0.1"
406
  "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
407
  "dev": true
408
  },
409
+ "chalk": {
410
+ "version": "1.1.3",
411
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
412
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
413
+ "dev": true,
414
+ "requires": {
415
+ "ansi-styles": "^2.2.1",
416
+ "escape-string-regexp": "^1.0.2",
417
+ "has-ansi": "^2.0.0",
418
+ "strip-ansi": "^3.0.0",
419
+ "supports-color": "^2.0.0"
420
+ }
421
+ },
422
  "chokidar": {
423
  "version": "2.1.6",
424
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
491
  "version": "1.0.1",
492
  "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
493
  "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
494
+ "dev": true,
495
  "requires": {
496
  "exit": "0.1.2",
497
  "glob": "^7.1.1"
585
  "concat-map": {
586
  "version": "0.0.1",
587
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
588
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
589
+ "dev": true
590
  },
591
  "concat-stream": {
592
  "version": "1.6.2",
604
  "version": "1.1.0",
605
  "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
606
  "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
607
+ "dev": true,
608
  "requires": {
609
  "date-now": "^0.1.4"
610
  }
611
  },
612
+ "content-type": {
613
+ "version": "1.0.4",
614
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
615
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
616
+ "dev": true
617
+ },
618
  "convert-source-map": {
619
  "version": "1.6.0",
620
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz",
643
  "core-util-is": {
644
  "version": "1.0.2",
645
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
646
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
647
+ "dev": true
648
  },
649
  "d": {
650
  "version": "1.0.1",
659
  "date-now": {
660
  "version": "0.1.4",
661
  "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
662
+ "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
663
+ "dev": true
664
+ },
665
+ "dateformat": {
666
+ "version": "2.2.0",
667
+ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
668
+ "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
669
+ "dev": true
670
  },
671
  "debug": {
672
  "version": "2.6.9",
712
  "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=",
713
  "dev": true
714
  },
715
+ "defaults": {
716
+ "version": "1.0.3",
717
+ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
718
+ "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
719
+ "dev": true,
720
+ "requires": {
721
+ "clone": "^1.0.2"
722
+ },
723
+ "dependencies": {
724
+ "clone": {
725
+ "version": "1.0.4",
726
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
727
+ "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
728
+ "dev": true
729
+ }
730
+ }
731
+ },
732
  "define-properties": {
733
  "version": "1.1.3",
734
  "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
779
  }
780
  }
781
  },
782
+ "deprecated": {
783
+ "version": "0.0.1",
784
+ "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
785
+ "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=",
786
+ "dev": true
787
+ },
788
  "detect-file": {
789
  "version": "1.0.0",
790
  "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
795
  "version": "0.2.2",
796
  "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
797
  "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
798
+ "dev": true,
799
  "requires": {
800
  "domelementtype": "^2.0.1",
801
  "entities": "^2.0.0"
804
  "domelementtype": {
805
  "version": "2.0.1",
806
  "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz",
807
+ "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==",
808
+ "dev": true
809
  },
810
  "entities": {
811
  "version": "2.0.0",
812
  "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz",
813
+ "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==",
814
+ "dev": true
815
  }
816
  }
817
  },
818
  "domelementtype": {
819
  "version": "1.3.1",
820
  "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
821
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
822
+ "dev": true
823
  },
824
  "domhandler": {
825
  "version": "2.3.0",
826
  "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
827
  "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
828
+ "dev": true,
829
  "requires": {
830
  "domelementtype": "1"
831
  }
834
  "version": "1.5.1",
835
  "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
836
  "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
837
+ "dev": true,
838
  "requires": {
839
  "dom-serializer": "0",
840
  "domelementtype": "1"
841
  }
842
  },
843
+ "duplexer2": {
844
+ "version": "0.0.2",
845
+ "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
846
+ "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
847
+ "dev": true,
848
+ "requires": {
849
+ "readable-stream": "~1.1.9"
850
+ },
851
+ "dependencies": {
852
+ "isarray": {
853
+ "version": "0.0.1",
854
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
855
+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
856
+ "dev": true
857
+ },
858
+ "readable-stream": {
859
+ "version": "1.1.14",
860
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
861
+ "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
862
+ "dev": true,
863
+ "requires": {
864
+ "core-util-is": "~1.0.0",
865
+ "inherits": "~2.0.1",
866
+ "isarray": "0.0.1",
867
+ "string_decoder": "~0.10.x"
868
+ }
869
+ },
870
+ "string_decoder": {
871
+ "version": "0.10.31",
872
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
873
+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
874
+ "dev": true
875
+ }
876
+ }
877
+ },
878
  "duplexify": {
879
  "version": "3.7.1",
880
  "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
897
  "object.defaults": "^1.1.0"
898
  }
899
  },
900
+ "encoding": {
901
+ "version": "0.1.13",
902
+ "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
903
+ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
904
+ "dev": true,
905
+ "requires": {
906
+ "iconv-lite": "^0.6.2"
907
+ }
908
+ },
909
  "end-of-stream": {
910
  "version": "1.4.1",
911
  "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
918
  "entities": {
919
  "version": "1.0.0",
920
  "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
921
+ "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
922
+ "dev": true
923
  },
924
  "error-ex": {
925
  "version": "1.3.2",
974
  "es6-symbol": "^3.1.1"
975
  }
976
  },
977
+ "escape-string-regexp": {
978
+ "version": "1.0.5",
979
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
980
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
981
+ "dev": true
982
+ },
983
  "exit": {
984
  "version": "0.1.2",
985
  "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
986
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
987
+ "dev": true
988
  },
989
  "expand-brackets": {
990
  "version": "2.1.4",
1157
  }
1158
  }
1159
  },
1160
+ "find-index": {
1161
+ "version": "0.1.1",
1162
+ "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
1163
+ "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
1164
+ "dev": true
1165
+ },
1166
  "find-up": {
1167
  "version": "1.1.2",
1168
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
1198
  "parse-filepath": "^1.0.1"
1199
  }
1200
  },
1201
+ "first-chunk-stream": {
1202
+ "version": "1.0.0",
1203
+ "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
1204
+ "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=",
1205
+ "dev": true
1206
+ },
1207
  "flagged-respawn": {
1208
  "version": "1.0.1",
1209
  "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
1244
  "map-cache": "^0.2.2"
1245
  }
1246
  },
1247
+ "fs": {
1248
+ "version": "0.0.1-security",
1249
+ "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
1250
+ "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=",
1251
+ "dev": true
1252
+ },
1253
  "fs-mkdirp-stream": {
1254
  "version": "1.0.0",
1255
  "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz",
1263
  "fs.realpath": {
1264
  "version": "1.0.0",
1265
  "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1266
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
1267
+ "dev": true
1268
  },
1269
  "fsevents": {
1270
  "version": "1.2.9",
1307
  "balanced-match": {
1308
  "version": "1.0.0",
1309
  "bundled": true,
1310
+ "dev": true,
1311
+ "optional": true
1312
  },
1313
  "brace-expansion": {
1314
  "version": "1.1.11",
1315
  "bundled": true,
1316
  "dev": true,
1317
+ "optional": true,
1318
  "requires": {
1319
  "balanced-match": "^1.0.0",
1320
  "concat-map": "0.0.1"
1329
  "code-point-at": {
1330
  "version": "1.1.0",
1331
  "bundled": true,
1332
+ "dev": true,
1333
+ "optional": true
1334
  },
1335
  "concat-map": {
1336
  "version": "0.0.1",
1337
  "bundled": true,
1338
+ "dev": true,
1339
+ "optional": true
1340
  },
1341
  "console-control-strings": {
1342
  "version": "1.1.0",
1343
  "bundled": true,
1344
+ "dev": true,
1345
+ "optional": true
1346
  },
1347
  "core-util-is": {
1348
  "version": "1.0.2",
1459
  "inherits": {
1460
  "version": "2.0.3",
1461
  "bundled": true,
1462
+ "dev": true,
1463
+ "optional": true
1464
  },
1465
  "ini": {
1466
  "version": "1.3.5",
1472
  "version": "1.0.0",
1473
  "bundled": true,
1474
  "dev": true,
1475
+ "optional": true,
1476
  "requires": {
1477
  "number-is-nan": "^1.0.0"
1478
  }
1487
  "version": "3.0.4",
1488
  "bundled": true,
1489
  "dev": true,
1490
+ "optional": true,
1491
  "requires": {
1492
  "brace-expansion": "^1.1.7"
1493
  }
1495
  "minimist": {
1496
  "version": "0.0.8",
1497
  "bundled": true,
1498
+ "dev": true,
1499
+ "optional": true
1500
  },
1501
  "minipass": {
1502
  "version": "2.3.5",
1503
  "bundled": true,
1504
  "dev": true,
1505
+ "optional": true,
1506
  "requires": {
1507
  "safe-buffer": "^5.1.2",
1508
  "yallist": "^3.0.0"
1521
  "version": "0.5.1",
1522
  "bundled": true,
1523
  "dev": true,
1524
+ "optional": true,
1525
  "requires": {
1526
  "minimist": "0.0.8"
1527
  }
1602
  "number-is-nan": {
1603
  "version": "1.0.1",
1604
  "bundled": true,
1605
+ "dev": true,
1606
+ "optional": true
1607
  },
1608
  "object-assign": {
1609
  "version": "4.1.1",
1615
  "version": "1.4.0",
1616
  "bundled": true,
1617
  "dev": true,
1618
+ "optional": true,
1619
  "requires": {
1620
  "wrappy": "1"
1621
  }
1737
  "version": "1.0.2",
1738
  "bundled": true,
1739
  "dev": true,
1740
+ "optional": true,
1741
  "requires": {
1742
  "code-point-at": "^1.0.0",
1743
  "is-fullwidth-code-point": "^1.0.0",
1815
  "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
1816
  "dev": true
1817
  },
1818
+ "gaze": {
1819
+ "version": "0.5.2",
1820
+ "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
1821
+ "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
1822
+ "dev": true,
1823
+ "requires": {
1824
+ "globule": "~0.1.0"
1825
+ }
1826
+ },
1827
  "get-caller-file": {
1828
  "version": "1.0.3",
1829
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
1836
  "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
1837
  "dev": true
1838
  },
1839
+ "gettext-parser": {
1840
+ "version": "4.0.4",
1841
+ "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-4.0.4.tgz",
1842
+ "integrity": "sha512-VDZEeOIYd0veZXt5iAn0SS3I0Fz14fJw+59avRNa7VIslEDriRLxcfrBd/xeQyOcm6nyS4uuufxm2iw88qirAg==",
1843
+ "dev": true,
1844
+ "requires": {
1845
+ "content-type": "^1.0.4",
1846
+ "encoding": "^0.1.13",
1847
+ "readable-stream": "^3.6.0",
1848
+ "safe-buffer": "^5.2.1"
1849
+ },
1850
+ "dependencies": {
1851
+ "readable-stream": {
1852
+ "version": "3.6.0",
1853
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
1854
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
1855
+ "dev": true,
1856
+ "requires": {
1857
+ "inherits": "^2.0.3",
1858
+ "string_decoder": "^1.1.1",
1859
+ "util-deprecate": "^1.0.1"
1860
+ }
1861
+ },
1862
+ "safe-buffer": {
1863
+ "version": "5.2.1",
1864
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1865
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1866
+ "dev": true
1867
+ }
1868
+ }
1869
+ },
1870
  "glob": {
1871
  "version": "7.1.4",
1872
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
1873
  "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
1874
+ "dev": true,
1875
  "requires": {
1876
  "fs.realpath": "^1.0.0",
1877
  "inflight": "^1.0.4",
1934
  "object.defaults": "^1.1.0"
1935
  }
1936
  },
1937
+ "glob2base": {
1938
+ "version": "0.0.12",
1939
+ "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
1940
+ "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
1941
+ "dev": true,
1942
+ "requires": {
1943
+ "find-index": "^0.1.1"
1944
+ }
1945
+ },
1946
  "global-modules": {
1947
  "version": "1.0.0",
1948
  "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
1967
  "which": "^1.2.14"
1968
  }
1969
  },
1970
+ "globule": {
1971
+ "version": "0.1.0",
1972
+ "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
1973
+ "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
1974
+ "dev": true,
1975
+ "requires": {
1976
+ "glob": "~3.1.21",
1977
+ "lodash": "~1.0.1",
1978
+ "minimatch": "~0.2.11"
1979
+ },
1980
+ "dependencies": {
1981
+ "glob": {
1982
+ "version": "3.1.21",
1983
+ "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
1984
+ "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
1985
+ "dev": true,
1986
+ "requires": {
1987
+ "graceful-fs": "~1.2.0",
1988
+ "inherits": "1",
1989
+ "minimatch": "~0.2.11"
1990
+ }
1991
+ },
1992
+ "graceful-fs": {
1993
+ "version": "1.2.3",
1994
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
1995
+ "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=",
1996
+ "dev": true
1997
+ },
1998
+ "inherits": {
1999
+ "version": "1.0.2",
2000
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz",
2001
+ "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=",
2002
+ "dev": true
2003
+ },
2004
+ "lodash": {
2005
+ "version": "1.0.2",
2006
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
2007
+ "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
2008
+ "dev": true
2009
+ },
2010
+ "minimatch": {
2011
+ "version": "0.2.14",
2012
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
2013
+ "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
2014
+ "dev": true,
2015
+ "requires": {
2016
+ "lru-cache": "2",
2017
+ "sigmund": "~1.0.0"
2018
+ }
2019
+ }
2020
+ }
2021
+ },
2022
  "glogg": {
2023
  "version": "1.0.2",
2024
  "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
2101
  "version": "2.1.0",
2102
  "resolved": "https://registry.npmjs.org/gulp-jshint/-/gulp-jshint-2.1.0.tgz",
2103
  "integrity": "sha512-sP3NK8Y/1e58O0PH9t6s7DAr/lKDSUbIY207oWSeufM6/VclB7jJrIBcPCsyhrFTCDUl9DauePbt6VqP2vPM5w==",
2104
+ "dev": true,
2105
  "requires": {
2106
  "lodash": "^4.12.0",
2107
  "minimatch": "^3.0.3",
2114
  "version": "1.1.0",
2115
  "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
2116
  "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=",
2117
+ "dev": true,
2118
+ "requires": {
2119
+ "arr-flatten": "^1.0.1",
2120
+ "array-slice": "^0.2.3"
2121
+ }
2122
+ },
2123
+ "arr-union": {
2124
+ "version": "2.1.0",
2125
+ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
2126
+ "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=",
2127
+ "dev": true
2128
+ },
2129
+ "array-slice": {
2130
+ "version": "0.2.3",
2131
+ "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
2132
+ "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=",
2133
+ "dev": true
2134
+ },
2135
+ "extend-shallow": {
2136
+ "version": "1.1.4",
2137
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
2138
+ "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
2139
+ "dev": true,
2140
+ "requires": {
2141
+ "kind-of": "^1.1.0"
2142
+ }
2143
+ },
2144
+ "kind-of": {
2145
+ "version": "1.1.0",
2146
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
2147
+ "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=",
2148
+ "dev": true
2149
+ },
2150
+ "plugin-error": {
2151
+ "version": "0.1.2",
2152
+ "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
2153
+ "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
2154
+ "dev": true,
2155
+ "requires": {
2156
+ "ansi-cyan": "^0.1.1",
2157
+ "ansi-red": "^0.1.1",
2158
+ "arr-diff": "^1.0.1",
2159
+ "arr-union": "^2.0.1",
2160
+ "extend-shallow": "^1.1.2"
2161
+ }
2162
+ }
2163
+ }
2164
+ },
2165
+ "gulp-po-sync": {
2166
+ "version": "0.1.0",
2167
+ "resolved": "https://registry.npmjs.org/gulp-po-sync/-/gulp-po-sync-0.1.0.tgz",
2168
+ "integrity": "sha512-XP+jPOmcEV7T1QeY1y6nZoKg8K4VeT3NGmCEGRqEOWbnGTMurEO+OqrXDWrTxlXEfRCjpeP8xwxbVsXfHwkRTw==",
2169
+ "dev": true,
2170
+ "requires": {
2171
+ "fancy-log": "^1.3.3",
2172
+ "fs": "0.0.1-security",
2173
+ "gettext-parser": "^4.0.0",
2174
+ "map-stream": "0.0.7"
2175
+ }
2176
+ },
2177
+ "gulp-po2mo": {
2178
+ "version": "1.0.3",
2179
+ "resolved": "https://registry.npmjs.org/gulp-po2mo/-/gulp-po2mo-1.0.3.tgz",
2180
+ "integrity": "sha1-R5Hyh7PG000TYUHRp/q/orerKdg=",
2181
+ "dev": true,
2182
+ "requires": {
2183
+ "gettext-parser": "^1.3.0",
2184
+ "gulp": "^3.9.1",
2185
+ "map-stream": "0.0.7"
2186
+ },
2187
+ "dependencies": {
2188
+ "clone": {
2189
+ "version": "0.2.0",
2190
+ "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
2191
+ "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
2192
+ "dev": true
2193
+ },
2194
+ "clone-stats": {
2195
+ "version": "0.0.1",
2196
+ "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
2197
+ "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
2198
+ "dev": true
2199
+ },
2200
+ "findup-sync": {
2201
+ "version": "2.0.0",
2202
+ "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
2203
+ "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
2204
+ "dev": true,
2205
+ "requires": {
2206
+ "detect-file": "^1.0.0",
2207
+ "is-glob": "^3.1.0",
2208
+ "micromatch": "^3.0.4",
2209
+ "resolve-dir": "^1.0.1"
2210
+ }
2211
+ },
2212
+ "gettext-parser": {
2213
+ "version": "1.4.0",
2214
+ "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.4.0.tgz",
2215
+ "integrity": "sha512-sedZYLHlHeBop/gZ1jdg59hlUEcpcZJofLq2JFwJT1zTqAU3l2wFv6IsuwFHGqbiT9DWzMUW4/em2+hspnmMMA==",
2216
+ "dev": true,
2217
+ "requires": {
2218
+ "encoding": "^0.1.12",
2219
+ "safe-buffer": "^5.1.1"
2220
+ }
2221
+ },
2222
+ "glob": {
2223
+ "version": "4.5.3",
2224
+ "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
2225
+ "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
2226
+ "dev": true,
2227
+ "requires": {
2228
+ "inflight": "^1.0.4",
2229
+ "inherits": "2",
2230
+ "minimatch": "^2.0.1",
2231
+ "once": "^1.3.0"
2232
+ }
2233
+ },
2234
+ "glob-stream": {
2235
+ "version": "3.1.18",
2236
+ "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
2237
+ "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
2238
+ "dev": true,
2239
+ "requires": {
2240
+ "glob": "^4.3.1",
2241
+ "glob2base": "^0.0.12",
2242
+ "minimatch": "^2.0.1",
2243
+ "ordered-read-streams": "^0.1.0",
2244
+ "through2": "^0.6.1",
2245
+ "unique-stream": "^1.0.0"
2246
+ }
2247
+ },
2248
+ "glob-watcher": {
2249
+ "version": "0.0.6",
2250
+ "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
2251
+ "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
2252
+ "dev": true,
2253
+ "requires": {
2254
+ "gaze": "^0.5.1"
2255
+ }
2256
+ },
2257
+ "graceful-fs": {
2258
+ "version": "3.0.12",
2259
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.12.tgz",
2260
+ "integrity": "sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg==",
2261
+ "dev": true,
2262
+ "requires": {
2263
+ "natives": "^1.1.3"
2264
+ }
2265
+ },
2266
+ "gulp": {
2267
+ "version": "3.9.1",
2268
+ "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
2269
+ "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
2270
+ "dev": true,
2271
+ "requires": {
2272
+ "archy": "^1.0.0",
2273
+ "chalk": "^1.0.0",
2274
+ "deprecated": "^0.0.1",
2275
+ "gulp-util": "^3.0.0",
2276
+ "interpret": "^1.0.0",
2277
+ "liftoff": "^2.1.0",
2278
+ "minimist": "^1.1.0",
2279
+ "orchestrator": "^0.3.0",
2280
+ "pretty-hrtime": "^1.0.0",
2281
+ "semver": "^4.1.0",
2282
+ "tildify": "^1.0.0",
2283
+ "v8flags": "^2.0.2",
2284
+ "vinyl-fs": "^0.3.0"
2285
+ }
2286
+ },
2287
+ "is-glob": {
2288
+ "version": "3.1.0",
2289
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
2290
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
2291
+ "dev": true,
2292
+ "requires": {
2293
+ "is-extglob": "^2.1.0"
2294
+ }
2295
+ },
2296
+ "isarray": {
2297
+ "version": "0.0.1",
2298
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
2299
+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
2300
+ "dev": true
2301
+ },
2302
+ "liftoff": {
2303
+ "version": "2.5.0",
2304
+ "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz",
2305
+ "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=",
2306
+ "dev": true,
2307
+ "requires": {
2308
+ "extend": "^3.0.0",
2309
+ "findup-sync": "^2.0.0",
2310
+ "fined": "^1.0.1",
2311
+ "flagged-respawn": "^1.0.0",
2312
+ "is-plain-object": "^2.0.4",
2313
+ "object.map": "^1.0.0",
2314
+ "rechoir": "^0.6.2",
2315
+ "resolve": "^1.1.7"
2316
+ }
2317
+ },
2318
+ "minimatch": {
2319
+ "version": "2.0.10",
2320
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
2321
+ "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
2322
+ "dev": true,
2323
+ "requires": {
2324
+ "brace-expansion": "^1.0.0"
2325
+ }
2326
+ },
2327
+ "ordered-read-streams": {
2328
+ "version": "0.1.0",
2329
+ "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
2330
+ "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
2331
+ "dev": true
2332
+ },
2333
+ "readable-stream": {
2334
+ "version": "1.0.34",
2335
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
2336
+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
2337
+ "dev": true,
2338
+ "requires": {
2339
+ "core-util-is": "~1.0.0",
2340
+ "inherits": "~2.0.1",
2341
+ "isarray": "0.0.1",
2342
+ "string_decoder": "~0.10.x"
2343
+ }
2344
+ },
2345
+ "semver": {
2346
+ "version": "4.3.6",
2347
+ "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
2348
+ "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
2349
+ "dev": true
2350
+ },
2351
+ "string_decoder": {
2352
+ "version": "0.10.31",
2353
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
2354
+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
2355
+ "dev": true
2356
+ },
2357
+ "strip-bom": {
2358
+ "version": "1.0.0",
2359
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
2360
+ "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
2361
+ "dev": true,
2362
  "requires": {
2363
+ "first-chunk-stream": "^1.0.0",
2364
+ "is-utf8": "^0.2.0"
2365
  }
2366
  },
2367
+ "through2": {
2368
+ "version": "0.6.5",
2369
+ "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
2370
+ "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
2371
+ "dev": true,
2372
+ "requires": {
2373
+ "readable-stream": ">=1.0.33-1 <1.1.0-0",
2374
+ "xtend": ">=4.0.0 <4.1.0-0"
2375
+ }
2376
  },
2377
+ "unique-stream": {
2378
+ "version": "1.0.0",
2379
+ "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
2380
+ "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=",
2381
+ "dev": true
2382
  },
2383
+ "v8flags": {
2384
+ "version": "2.1.1",
2385
+ "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
2386
+ "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
2387
+ "dev": true,
2388
  "requires": {
2389
+ "user-home": "^1.1.1"
2390
  }
2391
  },
2392
+ "vinyl": {
2393
+ "version": "0.4.6",
2394
+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
2395
+ "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
2396
+ "dev": true,
2397
+ "requires": {
2398
+ "clone": "^0.2.0",
2399
+ "clone-stats": "^0.0.1"
2400
+ }
2401
  },
2402
+ "vinyl-fs": {
2403
+ "version": "0.3.14",
2404
+ "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
2405
+ "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
2406
+ "dev": true,
2407
  "requires": {
2408
+ "defaults": "^1.0.0",
2409
+ "glob-stream": "^3.1.5",
2410
+ "glob-watcher": "^0.0.6",
2411
+ "graceful-fs": "^3.0.0",
2412
+ "mkdirp": "^0.5.0",
2413
+ "strip-bom": "^1.0.0",
2414
+ "through2": "^0.6.1",
2415
+ "vinyl": "^0.4.0"
2416
  }
2417
  }
2418
  }
2419
  },
2420
+ "gulp-uglify-es": {
2421
+ "version": "2.0.0",
2422
+ "resolved": "https://registry.npmjs.org/gulp-uglify-es/-/gulp-uglify-es-2.0.0.tgz",
2423
+ "integrity": "sha512-00KkawzjWdjPo1YfD1FXKijVxZkyr6YSwJ2cJQgD1fNKFZCFPNjGc5sTyzyW8tZns8FmZafgHMrg7LUDNvIQ5A==",
2424
  "dev": true,
2425
  "requires": {
2426
+ "o-stream": "^0.2.2",
2427
+ "plugin-error": "^1.0.1",
2428
+ "terser": "^4.3.9",
2429
+ "vinyl": "^2.2.0",
2430
+ "vinyl-sourcemaps-apply": "^0.2.1"
2431
+ }
2432
+ },
2433
+ "gulp-util": {
2434
+ "version": "3.0.8",
2435
+ "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
2436
+ "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
2437
+ "dev": true,
2438
+ "requires": {
2439
+ "array-differ": "^1.0.0",
2440
+ "array-uniq": "^1.0.2",
2441
+ "beeper": "^1.0.0",
2442
+ "chalk": "^1.0.0",
2443
+ "dateformat": "^2.0.0",
2444
+ "fancy-log": "^1.1.0",
2445
  "gulplog": "^1.0.0",
2446
  "has-gulplog": "^0.1.0",
2447
+ "lodash._reescape": "^3.0.0",
2448
+ "lodash._reevaluate": "^3.0.0",
2449
+ "lodash._reinterpolate": "^3.0.0",
2450
+ "lodash.template": "^3.0.0",
2451
+ "minimist": "^1.1.0",
2452
+ "multipipe": "^0.1.2",
2453
+ "object-assign": "^3.0.0",
2454
+ "replace-ext": "0.0.1",
2455
  "through2": "^2.0.0",
2456
+ "vinyl": "^0.5.0"
2457
+ },
2458
+ "dependencies": {
2459
+ "clone": {
2460
+ "version": "1.0.4",
2461
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
2462
+ "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
2463
+ "dev": true
2464
+ },
2465
+ "clone-stats": {
2466
+ "version": "0.0.1",
2467
+ "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
2468
+ "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
2469
+ "dev": true
2470
+ },
2471
+ "replace-ext": {
2472
+ "version": "0.0.1",
2473
+ "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
2474
+ "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
2475
+ "dev": true
2476
+ },
2477
+ "vinyl": {
2478
+ "version": "0.5.3",
2479
+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
2480
+ "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
2481
+ "dev": true,
2482
+ "requires": {
2483
+ "clone": "^1.0.0",
2484
+ "clone-stats": "^0.0.1",
2485
+ "replace-ext": "0.0.1"
2486
+ }
2487
+ }
2488
  }
2489
  },
2490
  "gulp-wp-pot": {
2519
  "glogg": "^1.0.0"
2520
  }
2521
  },
2522
+ "has-ansi": {
2523
+ "version": "2.0.0",
2524
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
2525
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
2526
+ "dev": true,
2527
+ "requires": {
2528
+ "ansi-regex": "^2.0.0"
2529
+ }
2530
+ },
2531
  "has-gulplog": {
2532
  "version": "0.1.0",
2533
  "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
2594
  "version": "3.8.3",
2595
  "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
2596
  "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
2597
+ "dev": true,
2598
  "requires": {
2599
  "domelementtype": "1",
2600
  "domhandler": "2.3",
2606
  "isarray": {
2607
  "version": "0.0.1",
2608
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
2609
+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
2610
+ "dev": true
2611
  },
2612
  "readable-stream": {
2613
  "version": "1.1.14",
2614
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
2615
  "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
2616
+ "dev": true,
2617
  "requires": {
2618
  "core-util-is": "~1.0.0",
2619
  "inherits": "~2.0.1",
2624
  "string_decoder": {
2625
  "version": "0.10.31",
2626
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
2627
+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
2628
+ "dev": true
2629
  }
2630
  }
2631
  },
2632
+ "iconv-lite": {
2633
+ "version": "0.6.2",
2634
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
2635
+ "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
2636
+ "dev": true,
2637
+ "requires": {
2638
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
2639
+ }
2640
+ },
2641
  "inflight": {
2642
  "version": "1.0.6",
2643
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2644
  "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
2645
+ "dev": true,
2646
  "requires": {
2647
  "once": "^1.3.0",
2648
  "wrappy": "1"
2651
  "inherits": {
2652
  "version": "2.0.4",
2653
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2654
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2655
+ "dev": true
2656
  },
2657
  "ini": {
2658
  "version": "1.3.5",
2866
  "isarray": {
2867
  "version": "1.0.0",
2868
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
2869
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
2870
+ "dev": true
2871
  },
2872
  "isexe": {
2873
  "version": "2.0.0",
2885
  "version": "2.11.0",
2886
  "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz",
2887
  "integrity": "sha512-ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==",
2888
+ "dev": true,
2889
  "requires": {
2890
  "cli": "~1.0.0",
2891
  "console-browserify": "1.1.x",
2984
  "lodash": {
2985
  "version": "4.17.15",
2986
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
2987
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
2988
+ "dev": true
2989
+ },
2990
+ "lodash._basecopy": {
2991
+ "version": "3.0.1",
2992
+ "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
2993
+ "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
2994
+ "dev": true
2995
+ },
2996
+ "lodash._basetostring": {
2997
+ "version": "3.0.1",
2998
+ "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
2999
+ "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=",
3000
+ "dev": true
3001
+ },
3002
+ "lodash._basevalues": {
3003
+ "version": "3.0.0",
3004
+ "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
3005
+ "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=",
3006
+ "dev": true
3007
+ },
3008
+ "lodash._getnative": {
3009
+ "version": "3.9.1",
3010
+ "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
3011
+ "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
3012
+ "dev": true
3013
+ },
3014
+ "lodash._isiterateecall": {
3015
+ "version": "3.0.9",
3016
+ "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
3017
+ "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
3018
+ "dev": true
3019
+ },
3020
+ "lodash._reescape": {
3021
+ "version": "3.0.0",
3022
+ "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
3023
+ "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=",
3024
+ "dev": true
3025
+ },
3026
+ "lodash._reevaluate": {
3027
+ "version": "3.0.0",
3028
+ "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
3029
+ "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=",
3030
+ "dev": true
3031
+ },
3032
+ "lodash._reinterpolate": {
3033
+ "version": "3.0.0",
3034
+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
3035
+ "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
3036
+ "dev": true
3037
+ },
3038
+ "lodash._root": {
3039
+ "version": "3.0.1",
3040
+ "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
3041
+ "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=",
3042
+ "dev": true
3043
  },
3044
  "lodash.assign": {
3045
  "version": "4.2.0",
3046
  "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
3047
+ "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
3048
+ "dev": true
3049
  },
3050
  "lodash.clonedeep": {
3051
  "version": "4.5.0",
3052
  "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
3053
+ "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
3054
+ "dev": true
3055
+ },
3056
+ "lodash.escape": {
3057
+ "version": "3.2.0",
3058
+ "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
3059
+ "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
3060
+ "dev": true,
3061
+ "requires": {
3062
+ "lodash._root": "^3.0.0"
3063
+ }
3064
+ },
3065
+ "lodash.isarguments": {
3066
+ "version": "3.1.0",
3067
+ "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
3068
+ "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
3069
+ "dev": true
3070
+ },
3071
+ "lodash.isarray": {
3072
+ "version": "3.0.4",
3073
+ "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
3074
+ "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
3075
+ "dev": true
3076
  },
3077
  "lodash.isobject": {
3078
  "version": "3.0.2",
3079
  "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz",
3080
+ "integrity": "sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0=",
3081
+ "dev": true
3082
+ },
3083
+ "lodash.keys": {
3084
+ "version": "3.1.2",
3085
+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
3086
+ "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
3087
+ "dev": true,
3088
+ "requires": {
3089
+ "lodash._getnative": "^3.0.0",
3090
+ "lodash.isarguments": "^3.0.0",
3091
+ "lodash.isarray": "^3.0.0"
3092
+ }
3093
  },
3094
  "lodash.merge": {
3095
  "version": "4.6.2",
3096
  "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3097
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3098
+ "dev": true
3099
  },
3100
+ "lodash.restparam": {
3101
+ "version": "3.6.1",
3102
+ "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
3103
+ "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
3104
  "dev": true
3105
  },
3106
+ "lodash.template": {
3107
+ "version": "3.6.2",
3108
+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
3109
+ "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
3110
+ "dev": true,
3111
+ "requires": {
3112
+ "lodash._basecopy": "^3.0.0",
3113
+ "lodash._basetostring": "^3.0.0",
3114
+ "lodash._basevalues": "^3.0.0",
3115
+ "lodash._isiterateecall": "^3.0.0",
3116
+ "lodash._reinterpolate": "^3.0.0",
3117
+ "lodash.escape": "^3.0.0",
3118
+ "lodash.keys": "^3.0.0",
3119
+ "lodash.restparam": "^3.0.0",
3120
+ "lodash.templatesettings": "^3.0.0"
3121
+ }
3122
+ },
3123
+ "lodash.templatesettings": {
3124
+ "version": "3.1.1",
3125
+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
3126
+ "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
3127
  "dev": true,
3128
  "requires": {
3129
+ "lodash._reinterpolate": "^3.0.0",
3130
+ "lodash.escape": "^3.0.0"
3131
  }
3132
  },
3133
+ "lru-cache": {
3134
+ "version": "2.7.3",
3135
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
3136
+ "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=",
3137
+ "dev": true
3138
+ },
3139
  "make-iterator": {
3140
  "version": "1.0.1",
3141
  "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
3151
  "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
3152
  "dev": true
3153
  },
3154
+ "map-stream": {
3155
+ "version": "0.0.7",
3156
+ "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.7.tgz",
3157
+ "integrity": "sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=",
3158
+ "dev": true
3159
+ },
3160
  "map-visit": {
3161
  "version": "1.0.0",
3162
  "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
3236
  "version": "3.0.4",
3237
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
3238
  "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
3239
+ "dev": true,
3240
  "requires": {
3241
  "brace-expansion": "^1.1.7"
3242
  }
3243
  },
3244
+ "minimist": {
3245
+ "version": "1.2.5",
3246
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
3247
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
3248
+ "dev": true
3249
+ },
3250
  "mixin-deep": {
3251
  "version": "1.3.2",
3252
  "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
3268
  }
3269
  }
3270
  },
3271
+ "mkdirp": {
3272
+ "version": "0.5.5",
3273
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
3274
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
3275
+ "dev": true,
3276
+ "requires": {
3277
+ "minimist": "^1.2.5"
3278
+ }
3279
+ },
3280
  "ms": {
3281
  "version": "2.0.0",
3282
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3283
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
3284
  "dev": true
3285
  },
3286
+ "multipipe": {
3287
+ "version": "0.1.2",
3288
+ "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
3289
+ "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
3290
+ "dev": true,
3291
+ "requires": {
3292
+ "duplexer2": "0.0.2"
3293
+ }
3294
+ },
3295
  "mute-stdout": {
3296
  "version": "1.0.1",
3297
  "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz",
3324
  "to-regex": "^3.0.1"
3325
  }
3326
  },
3327
+ "natives": {
3328
+ "version": "1.1.6",
3329
+ "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
3330
+ "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
3331
+ "dev": true
3332
+ },
3333
  "next-tick": {
3334
  "version": "1.0.0",
3335
  "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
3372
  "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
3373
  "dev": true
3374
  },
3375
+ "o-stream": {
3376
+ "version": "0.2.2",
3377
+ "resolved": "https://registry.npmjs.org/o-stream/-/o-stream-0.2.2.tgz",
3378
+ "integrity": "sha512-V3j76KU3g/Gyl8rpdi2z72rn5zguMvTCQgAXfBe3pxEefKqXmOUOD7mvx/mNjykdxGqDVfpSoo8r+WdrkWg/1Q==",
3379
+ "dev": true
3380
+ },
3381
+ "object-assign": {
3382
+ "version": "3.0.0",
3383
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
3384
+ "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
3385
+ "dev": true
3386
+ },
3387
  "object-copy": {
3388
  "version": "0.1.0",
3389
  "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
3487
  "version": "1.4.0",
3488
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3489
  "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
3490
+ "dev": true,
3491
  "requires": {
3492
  "wrappy": "1"
3493
  }
3494
  },
3495
+ "orchestrator": {
3496
+ "version": "0.3.8",
3497
+ "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
3498
+ "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
3499
+ "dev": true,
3500
+ "requires": {
3501
+ "end-of-stream": "~0.1.5",
3502
+ "sequencify": "~0.0.7",
3503
+ "stream-consume": "~0.1.0"
3504
+ },
3505
+ "dependencies": {
3506
+ "end-of-stream": {
3507
+ "version": "0.1.5",
3508
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
3509
+ "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
3510
+ "dev": true,
3511
+ "requires": {
3512
+ "once": "~1.3.0"
3513
+ }
3514
+ },
3515
+ "once": {
3516
+ "version": "1.3.3",
3517
+ "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
3518
+ "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
3519
+ "dev": true,
3520
+ "requires": {
3521
+ "wrappy": "1"
3522
+ }
3523
+ }
3524
+ }
3525
+ },
3526
  "ordered-read-streams": {
3527
  "version": "1.0.1",
3528
  "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
3532
  "readable-stream": "^2.0.1"
3533
  }
3534
  },
3535
+ "os-homedir": {
3536
+ "version": "1.0.2",
3537
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
3538
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
3539
+ "dev": true
3540
+ },
3541
  "os-locale": {
3542
  "version": "1.4.0",
3543
  "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
3603
  "path-is-absolute": {
3604
  "version": "1.0.1",
3605
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3606
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
3607
+ "dev": true
3608
  },
3609
  "path-parse": {
3610
  "version": "1.0.6",
3704
  "process-nextick-args": {
3705
  "version": "2.0.1",
3706
  "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
3707
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
3708
+ "dev": true
3709
  },
3710
  "pump": {
3711
  "version": "2.0.1",
3732
  "version": "0.1.9",
3733
  "resolved": "https://registry.npmjs.org/rcfinder/-/rcfinder-0.1.9.tgz",
3734
  "integrity": "sha1-8+gPOH3fmugK4wpBADKWQuroERU=",
3735
+ "dev": true,
3736
  "requires": {
3737
  "lodash.clonedeep": "^4.3.2"
3738
  }
3741
  "version": "0.2.2",
3742
  "resolved": "https://registry.npmjs.org/rcloader/-/rcloader-0.2.2.tgz",
3743
  "integrity": "sha1-WNIpi0YtC5v9ITPSoex0+9cFxxc=",
3744
+ "dev": true,
3745
  "requires": {
3746
  "lodash.assign": "^4.2.0",
3747
  "lodash.isobject": "^3.0.2",
3774
  "version": "2.3.6",
3775
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3776
  "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3777
+ "dev": true,
3778
  "requires": {
3779
  "core-util-is": "~1.0.0",
3780
  "inherits": "~2.0.3",
3926
  "safe-buffer": {
3927
  "version": "5.1.2",
3928
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3929
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3930
+ "dev": true
3931
  },
3932
  "safe-regex": {
3933
  "version": "1.1.0",
3938
  "ret": "~0.1.10"
3939
  }
3940
  },
3941
+ "safer-buffer": {
3942
+ "version": "2.1.2",
3943
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
3944
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
3945
+ "dev": true
3946
+ },
3947
  "semver": {
3948
  "version": "5.7.1",
3949
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
3959
  "sver-compat": "^1.5.0"
3960
  }
3961
  },
3962
+ "sequencify": {
3963
+ "version": "0.0.7",
3964
+ "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
3965
+ "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=",
3966
+ "dev": true
3967
+ },
3968
  "set-blocking": {
3969
  "version": "2.0.0",
3970
  "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
3997
  "shelljs": {
3998
  "version": "0.3.0",
3999
  "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
4000
+ "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
4001
+ "dev": true
4002
+ },
4003
+ "sigmund": {
4004
+ "version": "1.0.1",
4005
+ "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
4006
+ "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
4007
+ "dev": true
4008
  },
4009
  "snapdragon": {
4010
  "version": "0.8.2",
4132
  "urix": "^0.1.0"
4133
  }
4134
  },
4135
+ "source-map-support": {
4136
+ "version": "0.5.19",
4137
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
4138
+ "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
4139
+ "dev": true,
4140
+ "requires": {
4141
+ "buffer-from": "^1.0.0",
4142
+ "source-map": "^0.6.0"
4143
+ },
4144
+ "dependencies": {
4145
+ "source-map": {
4146
+ "version": "0.6.1",
4147
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4148
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
4149
+ "dev": true
4150
+ }
4151
+ }
4152
+ },
4153
  "source-map-url": {
4154
  "version": "0.4.0",
4155
  "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
4230
  }
4231
  }
4232
  },
4233
+ "stream-consume": {
4234
+ "version": "0.1.1",
4235
+ "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz",
4236
+ "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==",
4237
+ "dev": true
4238
+ },
4239
  "stream-exhaust": {
4240
  "version": "1.0.2",
4241
  "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
4263
  "version": "1.1.1",
4264
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
4265
  "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
4266
+ "dev": true,
4267
  "requires": {
4268
  "safe-buffer": "~5.1.0"
4269
  }
4289
  "strip-json-comments": {
4290
  "version": "1.0.4",
4291
  "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
4292
+ "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
4293
+ "dev": true
4294
+ },
4295
+ "supports-color": {
4296
+ "version": "2.0.0",
4297
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
4298
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
4299
+ "dev": true
4300
  },
4301
  "sver-compat": {
4302
  "version": "1.5.0",
4308
  "es6-symbol": "^3.1.1"
4309
  }
4310
  },
4311
+ "terser": {
4312
+ "version": "4.8.0",
4313
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz",
4314
+ "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==",
4315
+ "dev": true,
4316
+ "requires": {
4317
+ "commander": "^2.20.0",
4318
+ "source-map": "~0.6.1",
4319
+ "source-map-support": "~0.5.12"
4320
+ },
4321
+ "dependencies": {
4322
+ "source-map": {
4323
+ "version": "0.6.1",
4324
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4325
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
4326
+ "dev": true
4327
+ }
4328
+ }
4329
+ },
4330
  "through2": {
4331
  "version": "2.0.5",
4332
  "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
4333
  "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
4334
+ "dev": true,
4335
  "requires": {
4336
  "readable-stream": "~2.3.6",
4337
  "xtend": "~4.0.1"
4347
  "xtend": "~4.0.0"
4348
  }
4349
  },
4350
+ "tildify": {
4351
+ "version": "1.2.0",
4352
+ "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
4353
+ "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
4354
+ "dev": true,
4355
+ "requires": {
4356
+ "os-homedir": "^1.0.0"
4357
+ }
4358
+ },
4359
  "time-stamp": {
4360
  "version": "1.1.0",
4361
  "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
4435
  "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
4436
  "dev": true
4437
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4438
  "unc-path-regex": {
4439
  "version": "0.1.2",
4440
  "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
4544
  "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
4545
  "dev": true
4546
  },
4547
+ "user-home": {
4548
+ "version": "1.1.1",
4549
+ "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
4550
+ "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
4551
+ "dev": true
4552
+ },
4553
  "util-deprecate": {
4554
  "version": "1.0.2",
4555
  "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
4556
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
4557
+ "dev": true
4558
  },
4559
  "v8flags": {
4560
  "version": "3.1.3",
4683
  "wrappy": {
4684
  "version": "1.0.2",
4685
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4686
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
4687
+ "dev": true
4688
  },
4689
  "xtend": {
4690
  "version": "4.0.2",
4691
  "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
4692
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
4693
+ "dev": true
4694
  },
4695
  "y18n": {
4696
  "version": "3.2.1",
package.json CHANGED
@@ -21,13 +21,11 @@
21
  "devDependencies": {
22
  "gulp": "^4.0.0",
23
  "gulp-clean-css": "^4.0.0",
 
24
  "gulp-po-sync": "^0.1.0",
25
  "gulp-po2mo": "^1.0.3",
26
- "gulp-uglify": "^3.0.2",
27
- "gulp-wp-pot": "^2.3.5"
28
- },
29
- "dependencies": {
30
- "gulp-jshint": "^2.1.0",
31
  "jshint": "^2.11.0"
32
  }
33
  }
21
  "devDependencies": {
22
  "gulp": "^4.0.0",
23
  "gulp-clean-css": "^4.0.0",
24
+ "gulp-jshint": "^2.1.0",
25
  "gulp-po-sync": "^0.1.0",
26
  "gulp-po2mo": "^1.0.3",
27
+ "gulp-uglify-es": "^2.0.0",
28
+ "gulp-wp-pot": "^2.3.5",
 
 
 
29
  "jshint": "^2.11.0"
30
  }
31
  }
plugin-fw/assets/css/admin.css CHANGED
@@ -3,54 +3,54 @@
3
  ------------------------*/
4
  #wpadminbar .yith-debug-admin-bar div,
5
  #wpadminbar .yith-debug-admin-bar:hover div {
6
- background: #05789c !important;
7
- color: #fff !important;
8
  }
9
 
10
  #wpadminbar .yith-debug-admin-bar a,
11
  #wpadminbar .yith-debug-admin-bar strong {
12
- color: #fff !important;
13
  }
14
 
15
  #wpadminbar .yith-debug-admin-bar strong {
16
- font-weight: 600;
17
  }
18
 
19
  #wpadminbar .yith-debug-admin-bar-post-meta .ab-empty-item,
20
  #wpadminbar .yith-debug-admin-bar-option .ab-empty-item {
21
- display: none;
22
  }
23
 
24
  #wpadminbar #wp-admin-bar-yith-debug-admin-bar-post-meta-default,
25
  #wpadminbar #wp-admin-bar-yith-debug-admin-bar-option-default {
26
- padding: 0;
27
- max-height: 500px;
28
- overflow-y: auto;
29
  }
30
 
31
  #wpadminbar .yith-debug-admin-bar pre {
32
- padding: 10px;
33
- line-height: 1.5em;
34
  }
35
 
36
  .notice-yith {
37
- margin-left: 0;
38
- border-left-color: #acc327;
39
  }
40
 
41
  .notice-yith.notice-alt {
42
- background-color: #ecf7ed;
43
  }
44
 
45
  .yith-promo-banner-image-link {
46
- display: block;
47
- margin-bottom: 15px;
48
  }
49
 
50
  .yith-promo-banner-image {
51
- max-width: 100%;
52
- margin: 0 auto;
53
- display: block;
54
  }
55
 
56
  /*-----------------------
@@ -58,20 +58,20 @@
58
  ------------------------*/
59
 
60
  .yith-feeds-logo {
61
- display: table-cell;
62
- background: #005b7c;
63
- padding: 5px;
64
- border-radius: 50%;
65
- margin-right: 10px;
66
- vertical-align: text-bottom;
67
- width: 18px;
68
- height: auto;
69
- vertical-align: middle;
70
  }
71
 
72
  .yith-feeds-plugin-name {
73
- display: table-cell;
74
- vertical-align: middle;
75
  }
76
 
77
  /*-----------------------
@@ -79,118 +79,132 @@
79
  ------------------------*/
80
  @media screen and (min-width: 783px) {
81
 
82
- .auto-fold #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu-head {
83
- width: 100%;
84
- }
85
 
86
- #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu {
87
- min-width: 320px;
88
- display: flex;
89
- flex-flow: row wrap;
90
- }
91
 
92
- #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
93
- width: 50%;
94
- border-left: 1px solid #555;
95
- box-sizing: border-box;
96
- }
97
 
98
- #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(2n) {
99
- border-left: none;
100
- }
101
 
102
- #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu {
103
- min-width: 480px;
104
- display: flex;
105
- flex-flow: row wrap;
106
- }
107
 
108
- #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
109
- width: calc(100% / 3);
110
- border-left: 1px solid #555;
111
- box-sizing: border-box;
112
- }
113
 
114
- #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(3n + 2) {
115
- border-left: none;
116
- }
117
  }
118
 
119
  /*---------------------------
120
  YITH System Information
121
  ----------------------------*/
122
  .yith-phpinfo img {
123
- float: right;
124
- border: 0;
 
 
 
 
 
 
 
 
 
125
  }
126
 
127
  #yith-system-alert span.yith-logo,
128
- .yith-system-info h1 span.yith-logo {
129
- border-radius: 50%;
130
- background: #265b7a;
131
- height: 30px;
132
- width: 30px;
133
- display: flex;
134
- text-align: center;
135
- margin: 0 10px 0 0;
136
- float: left;
137
- align-items: center;
138
- justify-content: center;
139
  }
140
 
141
  .yith-system-info table {
142
- margin: 20px 0;
143
  }
144
 
145
  .yith-system-info table th {
146
- font-weight: bold;
147
- width: 25%;
148
- padding: 20px 12px;
149
  }
150
 
151
  .yith-system-info table td {
152
- word-break: break-all;
153
- padding: 20px 12px;
154
  }
155
 
156
  .yith-system-info table td.requirement-value {
157
- font-size: 14px;
158
- vertical-align: middle;
159
- text-align: left;
160
- color: #5da726;
161
- line-height: 19px;
162
- width: 90px;
163
  }
164
 
165
  .yith-system-info table td.requirement-value.has-errors {
166
- color: #a00;
167
  }
168
 
169
  .yith-system-info table td.requirement-value.has-warnings {
170
- color: #ffa200;
171
  }
172
 
173
  .yith-system-info table td.requirement-messages ul {
174
- margin: 0;
175
- padding: 0 0 10px 0;
176
- list-style: none!important;
177
  }
178
 
179
  .yith-system-info table td.requirement-messages ul li {
180
- margin-bottom: 3px;
 
 
 
 
 
181
  }
182
 
183
- .yith-system-info table td.requirement-messages ul li span.error {
184
- color: #a00;
185
- font-weight: bold;
186
  }
187
 
188
- .yith-system-info table td.requirement-messages ul li span.warning {
189
- color: #a00;
190
- font-weight: bold;
191
  }
192
 
193
  .yith-system-info-menu {
194
- font-weight: bold;
195
- font-size: 11px !important;
196
  }
3
  ------------------------*/
4
  #wpadminbar .yith-debug-admin-bar div,
5
  #wpadminbar .yith-debug-admin-bar:hover div {
6
+ background: #05789c !important;
7
+ color: #fff !important;
8
  }
9
 
10
  #wpadminbar .yith-debug-admin-bar a,
11
  #wpadminbar .yith-debug-admin-bar strong {
12
+ color: #fff !important;
13
  }
14
 
15
  #wpadminbar .yith-debug-admin-bar strong {
16
+ font-weight: 600;
17
  }
18
 
19
  #wpadminbar .yith-debug-admin-bar-post-meta .ab-empty-item,
20
  #wpadminbar .yith-debug-admin-bar-option .ab-empty-item {
21
+ display: none;
22
  }
23
 
24
  #wpadminbar #wp-admin-bar-yith-debug-admin-bar-post-meta-default,
25
  #wpadminbar #wp-admin-bar-yith-debug-admin-bar-option-default {
26
+ padding: 0;
27
+ max-height: 500px;
28
+ overflow-y: auto;
29
  }
30
 
31
  #wpadminbar .yith-debug-admin-bar pre {
32
+ padding: 10px;
33
+ line-height: 1.5em;
34
  }
35
 
36
  .notice-yith {
37
+ margin-left: 0;
38
+ border-left-color: #acc327;
39
  }
40
 
41
  .notice-yith.notice-alt {
42
+ background-color: #ecf7ed;
43
  }
44
 
45
  .yith-promo-banner-image-link {
46
+ display: block;
47
+ margin-bottom: 15px;
48
  }
49
 
50
  .yith-promo-banner-image {
51
+ max-width: 100%;
52
+ margin: 0 auto;
53
+ display: block;
54
  }
55
 
56
  /*-----------------------
58
  ------------------------*/
59
 
60
  .yith-feeds-logo {
61
+ display: table-cell;
62
+ background: #005b7c;
63
+ padding: 5px;
64
+ border-radius: 50%;
65
+ margin-right: 10px;
66
+ vertical-align: text-bottom;
67
+ width: 18px;
68
+ height: auto;
69
+ vertical-align: middle;
70
  }
71
 
72
  .yith-feeds-plugin-name {
73
+ display: table-cell;
74
+ vertical-align: middle;
75
  }
76
 
77
  /*-----------------------
79
  ------------------------*/
80
  @media screen and (min-width: 783px) {
81
 
82
+ .auto-fold #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu-head {
83
+ width: 100%;
84
+ }
85
 
86
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu {
87
+ min-width: 320px;
88
+ display: flex;
89
+ flex-flow: row wrap;
90
+ }
91
 
92
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
93
+ width: 50%;
94
+ border-left: 1px solid #555;
95
+ box-sizing: border-box;
96
+ }
97
 
98
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(2n) {
99
+ border-left: none;
100
+ }
101
 
102
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu {
103
+ min-width: 480px;
104
+ display: flex;
105
+ flex-flow: row wrap;
106
+ }
107
 
108
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
109
+ width: calc(100% / 3);
110
+ border-left: 1px solid #555;
111
+ box-sizing: border-box;
112
+ }
113
 
114
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(3n + 2) {
115
+ border-left: none;
116
+ }
117
  }
118
 
119
  /*---------------------------
120
  YITH System Information
121
  ----------------------------*/
122
  .yith-phpinfo img {
123
+ float: right;
124
+ border: 0;
125
+ }
126
+
127
+ .yith-system-info h2.yith-sysinfo-title {
128
+ color: #00729f;
129
+ font-size: 25px;
130
+ text-transform: uppercase;
131
+ font-weight: 800;
132
+ line-height: 25px;
133
+ padding: 20px 0;
134
  }
135
 
136
  #yith-system-alert span.yith-logo,
137
+ .yith-system-info h2 span.yith-logo {
138
+ border-radius: 50%;
139
+ background: #265b7a;
140
+ height: 30px;
141
+ width: 30px;
142
+ display: flex;
143
+ text-align: center;
144
+ margin: 0 10px 0 0;
145
+ float: left;
146
+ align-items: center;
147
+ justify-content: center;
148
  }
149
 
150
  .yith-system-info table {
151
+ margin: 20px 0;
152
  }
153
 
154
  .yith-system-info table th {
155
+ font-weight: bold;
156
+ width: 25%;
157
+ padding: 20px 12px;
158
  }
159
 
160
  .yith-system-info table td {
161
+ word-break: break-all;
162
+ padding: 20px 12px;
163
  }
164
 
165
  .yith-system-info table td.requirement-value {
166
+ font-size: 14px;
167
+ vertical-align: middle;
168
+ text-align: left;
169
+ color: #5da726;
170
+ line-height: 19px;
171
+ width: 90px;
172
  }
173
 
174
  .yith-system-info table td.requirement-value.has-errors {
175
+ color: #a00;
176
  }
177
 
178
  .yith-system-info table td.requirement-value.has-warnings {
179
+ color: #ffa200;
180
  }
181
 
182
  .yith-system-info table td.requirement-messages ul {
183
+ margin: 0;
184
+ padding: 0 0 10px 0;
185
+ list-style: none !important;
186
  }
187
 
188
  .yith-system-info table td.requirement-messages ul li {
189
+ margin-bottom: 3px;
190
+ }
191
+
192
+ .yith-system-info table td.requirement-messages span.error {
193
+ color: #a00;
194
+ font-weight: bold;
195
  }
196
 
197
+ .yith-system-info table td.requirement-messages span.warning {
198
+ color: #a00;
199
+ font-weight: bold;
200
  }
201
 
202
+ .yith-system-info table textarea.yith-system-info-debug {
203
+ width: 100%;
204
+ height: 400px;
205
  }
206
 
207
  .yith-system-info-menu {
208
+ font-weight: bold;
209
+ font-size: 11px !important;
210
  }
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -46,6 +46,11 @@
46
  margin-right : 15px;
47
  }
48
 
 
 
 
 
 
49
  .yith-plugin-ui .yith-plugin-fw-panel-custom-tab-container{
50
  border: 1px solid #ddd;
51
  border-top : 0;
@@ -83,11 +88,14 @@
83
  .yith-plugin-fw-wp-page-wrapper .wrap {
84
  border : 1px solid #d8d8d8;
85
  border-top : 0;
86
- margin : 0 15px 0 0;
87
  background : #fff;
88
  padding : 20px;
89
  box-sizing : border-box;
90
  }
 
 
 
91
 
92
  #wpwrap .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper {
93
  padding-bottom : 0;
@@ -99,7 +107,7 @@
99
 
100
  .yith-plugin-fw-wp-page-wrapper h1.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper h2.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper .nav-tab-wrapper {
101
  padding-top : 9px;
102
- padding-bottom : 0;
103
  }
104
 
105
  .yith-plugin-fw-wp-page-wrapper .wrap h1.wp-heading-inline {
@@ -518,8 +526,15 @@
518
  margin-right : 15px;
519
  }
520
 
 
 
 
 
 
 
 
521
  .yit-admin-panel-content-wrap {
522
- width : 100%;
523
  display : block;
524
  }
525
 
@@ -554,30 +569,38 @@
554
  */
555
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav {
556
  background : #fff;
557
- padding : 10px 20px;
558
  box-sizing : border-box;
559
- margin-right : 15px;
560
  border-left : 1px solid #d8d8d8;
561
  border-right : 1px solid #d8d8d8;
 
 
 
 
562
  }
563
-
564
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav h3.nav-tab-wrapper {
565
  text-transform : uppercase;
566
  line-height : inherit;
567
  font-weight : 600;
 
 
 
 
 
 
 
568
  }
569
 
570
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab {
571
  line-height : 1.71428571;
572
  margin-left : 0;
573
  margin-right : 0;
574
- background-color : #fff;
575
  color : #336374;
576
  font-size : 13px;
577
- padding : 8px 20px 9px;
578
  border : 0;
579
- border-left : 1px solid #d8d8d8;
580
- border-top : 1px solid #d8d8d8;
581
  }
582
 
583
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__title,
@@ -595,10 +618,6 @@
595
  color : inherit;
596
  }
597
 
598
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab:last-child {
599
- border-right : 1px solid #d8d8d8;
600
- }
601
-
602
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .yith-nav-sub-tab--highlight {
603
  color : #fff;
604
  background : #2a8db0;
@@ -607,7 +626,121 @@
607
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab-active {
608
  color : #2a8db0;
609
  background : #fff;
610
- border-bottom : 1px solid #fff;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
611
  }
612
 
613
  /* === Responsive === */
46
  margin-right : 15px;
47
  }
48
 
49
+ .yith-plugin-fw-panel-custom-tab-container > h2 {
50
+ border : none;
51
+ padding : 15px 0;
52
+ }
53
+
54
  .yith-plugin-ui .yith-plugin-fw-panel-custom-tab-container{
55
  border: 1px solid #ddd;
56
  border-top : 0;
88
  .yith-plugin-fw-wp-page-wrapper .wrap {
89
  border : 1px solid #d8d8d8;
90
  border-top : 0;
91
+ margin: 0px 15px 0 0;
92
  background : #fff;
93
  padding : 20px;
94
  box-sizing : border-box;
95
  }
96
+ .yith-plugin-fw-wp-page-wrapper .wrap.subnav-wrap .wrap{
97
+ margin-top: -20px;
98
+ }
99
 
100
  #wpwrap .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper {
101
  padding-bottom : 0;
107
 
108
  .yith-plugin-fw-wp-page-wrapper h1.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper h2.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper .nav-tab-wrapper {
109
  padding-top : 9px;
110
+ padding-bottom: 0;
111
  }
112
 
113
  .yith-plugin-fw-wp-page-wrapper .wrap h1.wp-heading-inline {
526
  margin-right : 15px;
527
  }
528
 
529
+ .yith-plugin-ui .yit-admin-panel-container {
530
+ position : relative;
531
+ margin-right : 15px;
532
+ margin-top: -3px;
533
+ z-index: 0;
534
+ border-top: 1px solid #dbdada;
535
+ }
536
  .yit-admin-panel-content-wrap {
537
+ width: auto;
538
  display : block;
539
  }
540
 
569
  */
570
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav {
571
  background : #fff;
572
+ padding: 10px 14px 0px 20px;
573
  box-sizing : border-box;
574
+ margin-right: 15px;
575
  border-left : 1px solid #d8d8d8;
576
  border-right : 1px solid #d8d8d8;
577
+ margin-top: -2px;
578
+ }
579
+ .yith-plugin-ui .yith-plugin-fw-wp-page-wrapper .wrap{
580
+ margin-top: -29px;
581
  }
 
582
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav h3.nav-tab-wrapper {
583
  text-transform : uppercase;
584
  line-height : inherit;
585
  font-weight : 600;
586
+ margin-right: 21px;
587
+ box-sizing: border-box;
588
+ background-color: #f1f1f1;
589
+ padding-top: 0;
590
+ border: 1px solid #ccc;
591
+ border-bottom: 0;
592
+ margin-top: 20px;
593
  }
594
 
595
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab {
596
  line-height : 1.71428571;
597
  margin-left : 0;
598
  margin-right : 0;
599
+ background-color: #f1f1f1;
600
  color : #336374;
601
  font-size : 13px;
602
+ padding: 8px 20px 9px;
603
  border : 0;
 
 
604
  }
605
 
606
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__title,
618
  color : inherit;
619
  }
620
 
 
 
 
 
621
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .yith-nav-sub-tab--highlight {
622
  color : #fff;
623
  background : #2a8db0;
626
  .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab-active {
627
  color : #2a8db0;
628
  background : #fff;
629
+ border-bottom: 2px solid #fff;
630
+ }
631
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab:first-child{
632
+ border:0;
633
+ }
634
+
635
+ .yith-plugin-fw-wp-page-wrapper.yith-current-subtab-opened > .wrap {
636
+ /* padding-top: 0; */
637
+ }
638
+ .yith-plugin-fw-wp-page-wrapper .nav-tab-wrapper {
639
+ border-bottom: 2px solid #e9e9e9;
640
+ margin: 0;
641
+ padding-top: 9px;
642
+ padding-bottom: 0;
643
+ line-height: inherit;
644
+ }
645
+
646
+ div.nav-subtab-wrap {
647
+ position: absolute;
648
+ top: 100%;
649
+ left: 1px;
650
+ padding-top: 10px;
651
+ visibility: hidden; /* hides sub-menu */
652
+ }
653
+ ul.nav-subtab {
654
+ opacity: 0;
655
+ background-color: #fff;
656
+ transition: max-height 0.5s ease-in;
657
+ max-height: 0;
658
+ z-index: 100;
659
+ overflow: hidden;
660
+ border: 1px solid #f2f2f2;
661
+ padding: 14px 15px;
662
+ }
663
+ ul.yith-plugin-fw-tabs {
664
+ display: block;
665
+ margin: 0;
666
+ }
667
+
668
+ li.yith-plugin-fw-tab-element {
669
+ position: relative;
670
+ margin: 0;
671
+ padding: 0;
672
+ display: inline-block;
673
+ height: 37px;
674
+ overflow: visible;
675
+ z-index:10;
676
+ }
677
+ .yith-plugin-fw-panel-custom-tab-container {
678
+ margin-top: -2px;
679
+ }
680
+
681
+ li.yith-plugin-fw-tab-element:hover{
682
+ cursor:pointer;
683
+ }
684
+ li.nav-subtab-item{
685
+ padding: 3px 0 0;
686
+ }
687
+ li.nav-subtab-item a {
688
+ font-size: 12px;
689
+ text-decoration: none;
690
+ letter-spacing: 0.05em;
691
+ color: #336374;
692
+ }
693
+ li.nav-subtab-item a:hover{
694
+ color:#228fb6;
695
+ }
696
+
697
+ li.yith-plugin-fw-tab-element a:hover .nav-subtab-wrap,
698
+ li.yith-plugin-fw-tab-element:hover .nav-subtab-wrap {
699
+ visibility: visible; /* shows sub-menu */
700
+ }
701
+
702
+ li.yith-plugin-fw-tab-element a:hover ul.nav-subtab,
703
+ li.yith-plugin-fw-tab-element:hover ul.nav-subtab{
704
+ max-height: 200px;
705
+ -webkit-box-shadow: -2px 2px 10px rgba(0, 111, 101, 0.27);
706
+ -moz-box-shadow: -2px 2px 10px rgba(0, 111, 101, 0.27);
707
+ box-shadow: -2px 2px 10px rgba(0, 111, 101, 0.27);
708
+ opacity: 1;
709
+ transition-delay: 0s, 0s, 0.3s;
710
+ min-width: 180px;
711
+ }
712
+
713
+ li.yith-plugin-fw-tab-element a.nav-tab i {
714
+ margin-left: 10px;
715
+ font-size:12px;
716
+ }
717
+
718
+ li.yith-plugin-fw-tab-element a.nav-tab i:before {
719
+ color: #fff;
720
+ }
721
+
722
+ .yith-plugin-fw-panel .woocommerce-page{
723
+ margin-top:-2px;
724
+ }
725
+
726
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav ~ .yit-admin-panel-container {
727
+ margin-top: 0;
728
+ padding-top: 0;
729
+ }
730
+
731
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav ~ .yit-admin-panel-container,
732
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav ~ .wrap.subnav-wrap {
733
+ border: 1px solid #d8d8d8;
734
+ border-top: 0;
735
+ margin: -2px 15px 0 0;
736
+ background: #fff;
737
+ padding: 20px;
738
+ box-sizing: border-box;
739
+ }
740
+
741
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav ~ .wrap.subnav-wrap .wrap,
742
+ .yith-plugin-ui .yit-admin-panel-content-wrap.has-subnav {
743
+ margin: -20px 15px 0 0;
744
  }
745
 
746
  /* === Responsive === */
plugin-fw/assets/css/yith-fields.css CHANGED
@@ -22,6 +22,12 @@
22
  width : 100%;
23
  }
24
 
 
 
 
 
 
 
25
  .yith-plugin-fw-field-wrapper span.desc {
26
  display : block;
27
  width : 100%;
@@ -280,17 +286,22 @@ ul.yit-icons-manager-list li.active {
280
 
281
  .yith-plugin-fw-checkbox-array__row {
282
  margin-bottom : 10px;
 
283
  }
284
 
285
  .yith-plugin-fw-checkbox-array__row label {
286
  display : inline-block !important;
287
  width : auto !important;
288
  float : none !important;
289
- margin : 0 !important;
290
  padding : 0 !important;
291
  font-weight : 400 !important;
292
  }
293
 
 
 
 
 
294
  /* ------- Sidebar Layout ------- */
295
  .yith-plugin-fw-sidebar-layout input[type="radio"] {
296
  display : none;
@@ -656,7 +667,7 @@ YITH UI
656
  .yith-plugin-fw-banner {
657
  width : 100%;
658
  height : 45px;
659
- background : url('../images/banner-premium.png');
660
  display : flex;
661
  align-items : center;
662
  padding-right : -23px;
@@ -724,6 +735,7 @@ YITH UI
724
  font-size : 15px;
725
  padding : 7px 20px;
726
  border : 0;
 
727
  }
728
 
729
  .yith-plugin-ui .nav-tab:first-child {
@@ -733,6 +745,10 @@ YITH UI
733
  .yith-plugin-ui .nav-tab.yith-premium {
734
  background-color : #be421c;
735
  }
 
 
 
 
736
 
737
  .yith-plugin-ui .nav-tab-active {
738
  background-color : #fff;
@@ -771,7 +787,7 @@ YITH UI
771
 
772
  .yith-plugin-ui span.description {
773
  color : #716269;
774
- font-size : 14px;
775
  font-style : normal;
776
  font-weight : 400;
777
  margin-top : 15px;
@@ -780,7 +796,7 @@ YITH UI
780
 
781
  #wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
782
  border : 0;
783
- border-bottom : 1px solid #ccc;
784
  margin-right : 15px;
785
  margin-bottom : 0;
786
  background-color : transparent;
@@ -851,7 +867,7 @@ YITH UI
851
  font-size : 30px;
852
  font-weight : normal;
853
  display : block;
854
- margin-top : -5px;
855
  float : left;
856
  margin-right : 15px;
857
  }
@@ -1273,9 +1289,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
1273
  text-indent : -9999px;
1274
  }
1275
 
1276
-
1277
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1278
- .woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1279
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1280
  float : right;
1281
  color : #fff;
@@ -1286,15 +1300,6 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
1286
  text-indent : 0;
1287
  }
1288
 
1289
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1290
- color : #000;
1291
- }
1292
-
1293
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
1294
- .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1295
- color : #000;
1296
- }
1297
-
1298
  .yith-plugin-ui .select2-container .select2-selection--multiple,
1299
  .yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple {
1300
  border : 0;
@@ -2050,8 +2055,8 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
2050
  line-height : 33px;
2051
  }
2052
 
2053
- .yith-plugin-ui .bulkactions {
2054
- margin : 10px 0;
2055
  }
2056
 
2057
  .yith-plugin-ui .form-table td p.yith-section-description {
@@ -2108,6 +2113,7 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
2108
  .yith-plugin-ui span.description {
2109
  margin-top : 10px;
2110
  line-height : 20px;
 
2111
  }
2112
 
2113
  .yith-plugin-fw-option-with-description {
@@ -2312,4 +2318,80 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
2312
  padding : 0;
2313
  }
2314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2315
  }
22
  width : 100%;
23
  }
24
 
25
+ .yith-plugin-fw-field-wrapper .yith-inline-fields > div {
26
+ display: inline-block;
27
+ vertical-align: middle;
28
+ margin-right: 5px;
29
+ }
30
+
31
  .yith-plugin-fw-field-wrapper span.desc {
32
  display : block;
33
  width : 100%;
286
 
287
  .yith-plugin-fw-checkbox-array__row {
288
  margin-bottom : 10px;
289
+ display:flex;
290
  }
291
 
292
  .yith-plugin-fw-checkbox-array__row label {
293
  display : inline-block !important;
294
  width : auto !important;
295
  float : none !important;
296
+ margin : 0 0 0 10px !important;
297
  padding : 0 !important;
298
  font-weight : 400 !important;
299
  }
300
 
301
+ .yith-plugin-fw-checkbox-array__row label small{
302
+ display:block;
303
+ line-height: 2em;
304
+ }
305
  /* ------- Sidebar Layout ------- */
306
  .yith-plugin-fw-sidebar-layout input[type="radio"] {
307
  display : none;
667
  .yith-plugin-fw-banner {
668
  width : 100%;
669
  height : 45px;
670
+ background : #cfd9dd url(../images/banner-premium.png) no-repeat;
671
  display : flex;
672
  align-items : center;
673
  padding-right : -23px;
735
  font-size : 15px;
736
  padding : 7px 20px;
737
  border : 0;
738
+ transition: background-color 0.3s linear;
739
  }
740
 
741
  .yith-plugin-ui .nav-tab:first-child {
745
  .yith-plugin-ui .nav-tab.yith-premium {
746
  background-color : #be421c;
747
  }
748
+ .yith-plugin-ui .yith-nav-tab-wrapper .yith-plugin-fw-tab-element:hover > a.nav-tab:not(.nav-tab-active),
749
+ .yith-plugin-ui .yith-nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover{
750
+ background-color:#207a92;
751
+ }
752
 
753
  .yith-plugin-ui .nav-tab-active {
754
  background-color : #fff;
787
 
788
  .yith-plugin-ui span.description {
789
  color : #716269;
790
+ font-size : 13px;
791
  font-style : normal;
792
  font-weight : 400;
793
  margin-top : 15px;
796
 
797
  #wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
798
  border : 0;
799
+ /* border-bottom : 1px solid #ccc; */
800
  margin-right : 15px;
801
  margin-bottom : 0;
802
  background-color : transparent;
867
  font-size : 30px;
868
  font-weight : normal;
869
  display : block;
870
+ margin-top : -12px;
871
  float : left;
872
  margin-right : 15px;
873
  }
1289
  text-indent : -9999px;
1290
  }
1291
 
1292
+ .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
 
 
1293
  .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1294
  float : right;
1295
  color : #fff;
1300
  text-indent : 0;
1301
  }
1302
 
 
 
 
 
 
 
 
 
 
1303
  .yith-plugin-ui .select2-container .select2-selection--multiple,
1304
  .yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple {
1305
  border : 0;
2055
  line-height : 33px;
2056
  }
2057
 
2058
+ .yith-plugin-ui .tablenav {
2059
+ margin : 20px 0;
2060
  }
2061
 
2062
  .yith-plugin-ui .form-table td p.yith-section-description {
2113
  .yith-plugin-ui span.description {
2114
  margin-top : 10px;
2115
  line-height : 20px;
2116
+ max-width : 40%;
2117
  }
2118
 
2119
  .yith-plugin-fw-option-with-description {
2318
  padding : 0;
2319
  }
2320
 
2321
+ .yith-plugin-ui #plugin-fw-wc table.form-table th,
2322
+ #yith-plugin-fw-panel table.form-table th.titledesc,
2323
+ .yith-plugin-ui #plugin-fw-wc table.form-table td,
2324
+ #yith-plugin-fw-panel table.form-table td.forminp {
2325
+ padding: 20px 20px;
2326
+ }
2327
+
2328
+ .yith-plugin-ui #plugin-fw-wc table.form-table th.titledesc,
2329
+ #yith-plugin-fw-panel table.form-table th.titledesc {
2330
+ padding-bottom: 0;
2331
+ }
2332
+ }
2333
+
2334
+ @media (max-width: 480px) {
2335
+ .yith-plugin-ui .nav-tab {
2336
+ font-size: 12px;
2337
+ }
2338
+ .yith-plugin-ui h2 {
2339
+ padding: 20px 20px;
2340
+ }
2341
+ .yith-plugin-ui [type="radio"]:checked + label:before, .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
2342
+ width: 14px;
2343
+ height: 14px;
2344
+ }
2345
+ .yith-plugin-ui [type="radio"]:checked + label:after, .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
2346
+ width: 10px;
2347
+ height: 10px;
2348
+ top: 3px;
2349
+ left: 3px;
2350
+ }
2351
+ .yith-plugin-ui [type="radio"]:checked + label, .yith-plugin-ui [type="radio"]:not(:checked) + label {
2352
+ padding-left: 25px;
2353
+ }
2354
+
2355
+ .yith-plugin-ui [type="radio"]:checked + label, .yith-plugin-ui [type="radio"]:not(:checked) + label {
2356
+ font-size: 13px;
2357
+ }
2358
+ .yith-plugin-ui span.description {
2359
+ font-size: 12px;
2360
+ }
2361
+ .yith-plugin-ui #plugin-fw-wc table.form-table th,
2362
+ #yith-plugin-fw-panel table.form-table th.titledesc,
2363
+ .yith-plugin-ui #plugin-fw-wc table.form-table td,
2364
+ #yith-plugin-fw-panel table.form-table td.forminp {
2365
+ padding: 15px 20px;
2366
+ }
2367
+
2368
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
2369
+ width: 48px;
2370
+ height: 20px;
2371
+ }
2372
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
2373
+ top: 3px;
2374
+ left: 3px;
2375
+ }
2376
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before, .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
2377
+ left: 30px;
2378
+ }
2379
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after, .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
2380
+ font-size: 11px;
2381
+ padding: 0px 6px;
2382
+ margin-top: 3px;
2383
+ }
2384
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
2385
+ font-size: 11px;
2386
+ padding-left: 24px;
2387
+ margin-top: 3px;
2388
+ }
2389
+
2390
+ .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
2391
+ font-size: 14px;
2392
+ }
2393
+
2394
+ .yith-plugin-ui input {
2395
+ font-size: 14px;
2396
+ }
2397
  }
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -190,4 +190,27 @@ jQuery( function ( $ ) {
190
  wrap.prepend( notices );
191
  }
192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  } );
190
  wrap.prepend( notices );
191
  }
192
 
193
+
194
+ // TAB MENU AND SUB TABS
195
+ var active_subnav = $(document).find( '.yith-nav-sub-tab.nav-tab-active' );
196
+
197
+ if( active_subnav.length ){
198
+ // WP page
199
+ var mainWrapper = $(document).find( '.yith-plugin-fw-wp-page-wrapper' );
200
+ if( ! mainWrapper.length ){
201
+ mainWrapper = $(document).find( '#wpbody-content > .yith-plugin-ui' );
202
+ }
203
+
204
+ if( mainWrapper ){
205
+ // serach first for deafult wrap
206
+ var wrap = mainWrapper.find( '.yit-admin-panel-content-wrap' );
207
+ if( wrap.length ) {
208
+ wrap.addClass( 'has-subnav' );
209
+ }
210
+ else {
211
+ // try to wrap a generic wrap div in main wrapper
212
+ mainWrapper.find('.wrap').wrap('<div class="wrap subnav-wrap"></div>');
213
+ }
214
+ }
215
+ }
216
  } );
plugin-fw/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1,5 +1 @@
1
- jQuery(function(b){function h(a,c,d,f){var e=!0;if("string"==typeof c){":radio"==c.substr(0,6)&&(c+=":checked");var g=b(c).val();"checkbox"==b(c).attr("type")&&(g=b(c).is(":checked")?"yes":"no");"select-images"===b(c+"-wrapper").data("type")&&(g=b(c+"-wrapper").find("select").first().val());d=d.split(",");for(c=0;c<d.length;c++)if(g!=d[c])e=!1;else{e=!0;break}}d=b(a);a=b(a+"-container").closest("tr");1>a.length&&(a=d.closest(".yith-plugin-fw-panel-wc-row"));f=f.split("-");for(var h in f)if(g=f[h],
2
- e)switch(g){case "disable":a.removeClass("yith-disabled");d.attr("disabled",!1);break;case "hideme":d.show();break;case "fadeInOut":case "fadeIn":a.show(500);break;case "fadeOut":a.show();break;default:a.show(),a.fadeTo("slow",1).addClass("fade-in")}else switch(g){case "disable":a.addClass("yith-disabled");d.attr("disabled",!0);break;case "hideme":d.hide();break;case "fadeInOut":case "fadeOut":a.hide(500);break;case "fadeIn":a.hide();break;default:a.hasClass("fade-in")?a.fadeTo("slow",0,function(){b(this).hide().removeClass("fade-in")}):
3
- (a.hide(),a.css({opacity:"0"}))}}b("[data-dep-target]").each(function(){var a=b(this),c="#"+a.data("dep-target"),d="#"+a.data("dep-id"),f=a.data("dep-value"),e=a.data("dep-type");a="change";"select-images"===b(d+"-wrapper").data("type")&&(a="yith_select_images_value_changed");h(c,d,f.toString(),e);b(d).on(a,function(){h(c,d,f.toString(),e)}).trigger(a)});b(".rm_connectedlist").each(function(){var a=b(this).find("ul"),c=b(this).find(":hidden");a.sortable({connectWith:a,update:function(d,f){var e={};
4
- a.each(function(){var a={};b(this).children().each(function(){a[b(this).data("option")]=b(this).text()});e[b(this).data("list")]=a});c.val(JSON.stringify(e).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});b(document).ready(function(){b(".google-analytic-generate").click(function(){var a=b("#"+b(this).data("textarea")).data("codemirrorInstance"),c=b("#"+b(this).data("input")).val(),d=b(this).data("basename");a.replaceRange("(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\nga('create', '"+
5
- (c+"', '"+d+"');\nga('send', 'pageview');\n"),a.getCursor("start"),a.getCursor("end"))})});b(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var k=b(".wrap.yith-plugin-ui").first(),l=b("div.updated, div.error, div.notice");l.addClass("inline");k.length&&k.prepend(l)});
1
+ jQuery(function(a){function e(e,t,i,n){var s=!0;if("string"==typeof t){":radio"==t.substr(0,6)&&(t+=":checked");var r=a(t).val();if("checkbox"==a(t).attr("type"))r=a(t).is(":checked")?"yes":"no";"select-images"===a(t+"-wrapper").data("type")&&(r=a(t+"-wrapper").find("select").first().val()),i=i.split(",");for(var d=0;d<i.length;d++){if(r==i[d]){s=!0;break}s=!1}}var c=a(e),o=a(e+"-container").closest("tr");o.length<1&&(o=c.closest(".yith-plugin-fw-panel-wc-row"));var l,p=n.split("-");for(l in p){var h=p[l];if(s)switch(h){case"disable":o.removeClass("yith-disabled"),c.attr("disabled",!1);break;case"hideme":c.show();break;case"fadeInOut":case"fadeIn":o.show(500);break;case"fadeOut":o.show();break;default:o.show(),o.fadeTo("slow",1).addClass("fade-in")}else switch(h){case"disable":o.addClass("yith-disabled"),c.attr("disabled",!0);break;case"hideme":c.hide();break;case"fadeInOut":case"fadeOut":o.hide(500);break;case"fadeIn":o.hide();break;default:o.hasClass("fade-in")?o.fadeTo("slow",0,function(){a(this).hide().removeClass("fade-in")}):(o.hide(),o.css({opacity:"0"}))}}}a("[data-dep-target]").each(function(){var t=a(this),i="#"+t.data("dep-target"),n="#"+t.data("dep-id"),s=t.data("dep-value"),r=t.data("dep-type"),d="change";"select-images"===a(n+"-wrapper").data("type")&&(d="yith_select_images_value_changed"),e(i,n,s.toString(),r),a(n).on(d,function(){e(i,n,s.toString(),r)}).trigger(d)}),a(".rm_connectedlist").each(function(){var e=a(this).find("ul"),t=a(this).find(":hidden");e.sortable({connectWith:e,update:function(i,n){var s={};e.each(function(){var e={};a(this).children().each(function(){e[a(this).data("option")]=a(this).text()}),s[a(this).data("list")]=e}),t.val(JSON.stringify(s).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),a(document).ready(function(){a(".google-analytic-generate").click(function(){var e=a("#"+a(this).data("textarea")).data("codemirrorInstance"),t="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";t+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",t+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",t+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",t+="ga('create', '"+a("#"+a(this).data("input")).val()+"', '"+a(this).data("basename")+"');\n",t+="ga('send', 'pageview');\n",e.replaceRange(t,e.getCursor("start"),e.getCursor("end"))})}),a(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var t=a(".wrap.yith-plugin-ui").first(),i=a("div.updated, div.error, div.notice");if(i.addClass("inline"),t.length&&t.prepend(i),a(document).find(".yith-nav-sub-tab.nav-tab-active").length){var n=a(document).find(".yith-plugin-fw-wp-page-wrapper");if(n.length||(n=a(document).find("#wpbody-content > .yith-plugin-ui")),n)(t=n.find(".yit-admin-panel-content-wrap")).length?t.addClass("has-subnav"):n.find(".wrap").wrap('<div class="wrap subnav-wrap"></div>')}});
 
 
 
 
plugin-fw/assets/js/yith-fields.min.js CHANGED
@@ -1,30 +1 @@
1
- (function(a){a(document).on("yith_fields_init",function(){var b=a(".yith-plugin-fw-datepicker"),c=a(".yith-plugin-fw-colorpicker"),d=a(".yith-plugin-fw-upload-img-url"),e=a(".add_media"),f=a(".yith-plugin-fw .image-gallery ul.slides-wrapper"),h=a(".yith-plugin-fw-sidebar-layout"),k=a(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),l=a(".codemirror"),n=a(".yit-icons-manager-wrapper");a(".yith-plugin-ui td.forminp-checkbox");b.each(function(){var b=a(this).data();b.showAnim=
2
- !1;b.beforeShow=function(a,b){b.dpDiv.addClass("yith-plugin-fw-datepicker-div")};b.onClose=function(a,b){b.dpDiv.removeClass("yith-plugin-fw-datepicker-div")};a(this).datepicker(b)});c.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var b=a(this);b.val(b.data("default-color"));b.change()}});c.each(function(){var b=a(this).data("variations-label"),g=a(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),c=a(this).closest(".yith-single-colorpicker"),m=g.find(".wp-picker-input-wrap"),
3
- d=c.find(".wp-picker-input-wrap");m.length&&g.find("a.wp-color-result").attr("title",b);c.length&&c.find("a.wp-color-result").attr("title",b);m.find(".wp-picker-clear-custom").length||(b=a("<span/>").attr({"class":"wp-picker-default-custom"}),m.find(".wp-picker-default").wrap(b));d.find(".wp-picker-clear-custom").length||(b=a("<span/>").attr({"class":"wp-picker-default-custom"}),d.find(".wp-picker-default").wrap(b))});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(d.change(function(){var b=
4
- a(this).val(),g=a(this).parent().find(".yith-plugin-fw-upload-img-preview").first();1>g.length&&(g=a(this).parent().parent().find(".yith-plugin-fw-upload-img-preview").first());/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)/.test(b)?g.html('<img src="'+b+'" style="max-width:100px; max-height:100px;" />'):g.html("")}).trigger("change"),a(document).on("click",".yith-plugin-fw-upload-button",function(b){b.preventDefault();var g=a(this).attr("id").replace(/-button$/,"");
5
- if(!c){b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];var c=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:b});c.on("select",function(){var b=c.state().get("selection").first().toJSON();a("#"+g).val(b.url);a("#"+g+"-yith-attachment-id")&&a("#"+g+"-yith-attachment-id").val(b.id);d.trigger("change")})}c.open()}),a(document).on("click",
6
- ".yith-plugin-fw-upload-button-reset",function(b){var c=a(this);b=c.attr("id");c=c.attr("id").replace(/-button-reset$/,"");b=a("#"+b).data("default");a("#"+c).val(b);d.trigger("change")}));e.on("click",function(){});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(a(document).on("click",".yith-plugin-fw .image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var d=b.find(".image_gallery_ids"),m=d.val(),p=b.find("ul.slides-wrapper"),e=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),
7
- button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",multiple:!0})]});e.on("select",function(){e.state().get("selection").map(function(a){a=a.toJSON();a.id&&(m=m?m+","+a.id:a.id,p.append('<li class="image" data-attachment_id="'+a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+'">x</a></li></ul></li>'))});d.val(m)});e.open()}),f.each(function(){var b=a(this);b.sortable({items:"li.image",
8
- cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,d){var g="";b.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");g=g+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(g)}})}),f.on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper");
9
- b=b.find(".image_gallery_ids");var d="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");d=d+b+","});b.val(d)}));h.each(function(){a(this).find("img").on("click",function(){var b=a(this).closest(".yith-plugin-fw-sidebar-layout"),c=b.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container");b=b.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container");var d=a(this).data("type");a(this).parent().children(":radio").attr("checked",
10
- !1);a(this).prev(":radio").attr("checked",!0);if("undefined"!=typeof d)switch(d){case "left":c.show();b.hide();break;case "right":b.show();c.hide();break;case "double":c.show();b.show();break;default:c.hide(),b.hide()}})});k.each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),f=a(this).data("labels");a(this).slider({value:b,min:c,max:d,range:"min",step:e,create:function(){a(this).find(".ui-slider-handle").text(a(this).slider("value"))},slide:function(b,
11
- c){a(this).find("input").val(c.value);a(this).find(".ui-slider-handle").text(c.value);a(this).siblings(".feedback").find("strong").text(c.value+f)}})});l.each(function(b,c){var d=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",d)});a(document).on("click",".yith-plugin-fw-select-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!0).trigger("change")});a(document).on("click",".yith-plugin-fw-deselect-all",
12
- function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!1).trigger("change")});n.each(function(){var b=a(this),c=b.find(".yit-icons-manager-icon-preview").first(),d=b.find(".yit-icons-manager-icon-text");b.on("click",".yit-icons-manager-list li",function(e){e=a(e.target).closest("li");var g=e.data("font"),f=e.data("icon"),m=e.data("key"),h=e.data("name");c.attr("data-font",g);c.attr("data-icon",f);c.attr("data-key",m);c.attr("data-name",h);d.val(g+":"+h);b.find(".yit-icons-manager-list li").removeClass("active");
13
- e.addClass("active")});b.on("click",".yit-icons-manager-action-set-default",function(){b.find(".yit-icons-manager-list li.default").trigger("click")})});a(document).on("click",".yith-plugin-fw-select-images__item",function(){var b=a(this),c=b.data("key"),d=b.closest(".yith-plugin-fw-select-images__wrapper"),e=d.find(".yith-plugin-fw-select-images__item");d=d.find("select").first();d.length&&(d.val(c).trigger("yith_select_images_value_changed"),e.removeClass("yith-plugin-fw-select-images__item--selected"),
14
- b.addClass("yith-plugin-fw-select-images__item--selected"))});a(document.body).trigger("wc-enhanced-select-init");a(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(b,c){var d=jQuery(".ui-sortable-handle"),e,g=[];for(e=0;e<d.length;e++)g[e]=a(d[e]).data("item_key");0<g.length&&a(this).closest(".toggle-element").saveToggleElement(null,g)}});a(document.body).trigger("yith-framework-enhanced-select-init")}).trigger("yith_fields_init");
15
- a(document).on("click",".yith-plugin-fw-onoff-container span",function(){var b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a.fn.saveToggleElement=function(b,c){var d=a(this),e="yith_plugin_fw_save_toggle_element",f=d.serializeToggleElement(),h=d.find(".yith-toggle_wrapper"),k=h.attr("id"),l=a.urlParam("tab");f.append("security",h.data("nonce"));"undefined"!=
16
- typeof c&&0<c.length&&f.append("yith_toggle_elements_order_keys",c);d.closest(".metaboxes-tab.yith-plugin-ui").length?(e="yith_plugin_fw_save_toggle_element_metabox",post_id=a(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=a(this).closest("form#post").find("#yit_metaboxes_nonce").val(),metabox_tab=a(this).closest(".tabs-panel").attr("id"),url=yith_framework_fw_fields.ajax_url+"?action="+e+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+k+"&metabox_tab="+
17
- metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+e+"&tab="+l+"&toggle_id="+k;a.ajax({type:"POST",url:url,data:f,contentType:!1,processData:!1,success:function(c){b&&b.removeClass("show");a(document).trigger("yith_save_toggle_element_done",[c,d])}})};a.fn.serializeToggleElement=function(){var b=a(this),c=new FormData;b=a(b).find(":input").serializeArray();a.each(b,function(a,b){el_name=b.name;c.append(b.name,b.value)});return c};a.fn.formatToggleTitle=function(){var b=a(this),c=b.find(":input"),
18
- d=b.find("span.title").data("title_format"),e=b.find(".subtitle").data("subtitle_format"),f=RegExp("[^%%]+(?=[%%])","g");if("undefined"!=typeof d)var h=d.match(f);if("undefined"!=typeof e)var k=e.match(f);a.each(c,function(b,c){"undefined"!=typeof a(c).attr("id")&&($field_id=a(c).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=a(c).val(),null!=h&&"undefined"!=typeof h&&-1!==h.indexOf($field_id)&&(d=d.replace("%%"+$field_id+"%%",$field_val)),
19
- null!=k&&"undefined"!=typeof k&&-1!==k.indexOf($field_id)&&(e=e.replace("%%"+$field_id+"%%",$field_val)))});""!==d&&b.find("span.title").html(d);""!==e&&b.find(".subtitle").html(e);a(document).trigger("yith-toggle-element-item-title",[b])};a.urlParam=function(a){a=(new RegExp("[?&]"+a+"=([^&#]*)")).exec(window.location.search);return null!==a?a[1]||0:!1};a(document).on("click",".yith-toggle-title",function(b){b=a(b.target);var c=b.closest(".yith-toggle-row"),d=c.find(".yith-toggle-content");if(b.hasClass("yith-plugin-fw-onoff")||
20
- b.hasClass("yith-icon-drag"))return!1;c.is(".yith-toggle-row-opened")?d.slideUp(400):d.slideDown(400);c.toggleClass("yith-toggle-row-opened")});a(document).on("click",".yith-add-box-button",function(b){b.preventDefault();b=a(this);var c=b.data("box_id"),d=b.data("closed_label"),e=b.data("opened_label"),f=b.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+f);""!==c&&(a("#"+c).html(template({index:"box_id"})).slideToggle(),""!==d&&(b.html()===d?
21
- b.html(e).removeClass("closed"):b.html(d).addClass("closed")),a(document).trigger("yith_fields_init"),a(document).trigger("yith-add-box-button-toggle",[b]))});a(document).on("click",".yith-add-box-buttons .yith-save-button",function(b){b.preventDefault();var c=a(this).parents(".yith-add-box"),d=a(this).closest(".yith-toggle_wrapper").attr("id");b=c.find(".spinner");var e=a(this).parents(".toggle-element"),f=c.find(":input"),h=e.find(".yith-toggle-row").length,k=a('<input type="hidden">');k.val(h);
22
- a(document).trigger("yith-toggle-change-counter",[k,c]);h=k.val();d=wp.template("yith-toggle-element-item-"+d);var l=a(d({index:h}));b.addClass("show");a.each(f,function(b,c){"undefined"!=typeof a(c).attr("id")&&($field_id=a(c).attr("id"),$field_val=a(c).val(),"radio"==a(c).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+h,a(c).is(":checked")&&a(l).find("#"+
23
- $field_id).prop("checked",!0),(a(c).hasClass("yith-post-search")||a(c).hasClass("yith-term-search"))&&a(l).find("#"+$field_id).html(a("#"+a(c).attr("id")).html()),a(l).find("#"+$field_id).val($field_val))});a(l).formatToggleTitle();var n=a('<input type="hidden">').val("yes");a(document).trigger("yith-toggle-element-item-before-add",[c,l,n]);setTimeout(function(){"yes"===n.val()&&(a(e).find(".yith-toggle-elements").append(l),a(c).find(".yith-plugin-fw-datepicker").datepicker("destroy"),a(c).html(""),
24
- a(c).prev(".yith-add-box-button").trigger("click"),e.saveToggleElement(),setTimeout(function(){a(e).find(".highlight").removeClass("highlight")},2E3),a(document).trigger("yith_fields_init"))},1E3)});a(document).on("click",".yith-toggle-row .yith-save-button",function(b){b.preventDefault();b=a(this).closest(".toggle-element");var c=a(this).closest(".yith-toggle-row"),d=c.find(".spinner");c.formatToggleTitle();var e=a('<input type="hidden">').val("yes");a(document).trigger("yith-toggle-element-item-before-update",
25
- [b,c,e]);"yes"===e.val()&&(d.addClass("show"),b.saveToggleElement(d))});a(document).on("click",".yith-toggle-row .yith-delete-button",function(b){b.preventDefault();b=a(this).closest(".toggle-element");a(this).closest(".yith-toggle-row").remove();b.saveToggleElement()});a(document).on("click",".yith-toggle-onoff",function(b){b.preventDefault();a(this).closest(".toggle-element").saveToggleElement()});a(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){a(this).closest(".yith-plugin-fw-radio").val(a(this).val()).trigger("change")});
26
- a(document).on("click",".yith-password-eye",function(){var b=a(this),c=a(this).closest(".yith-password-wrapper").find("input");"password"===c.attr("type")?(c.attr("type","text"),b.addClass("yith-password-eye-closed")):(c.attr("type","password"),b.removeClass("yith-password-eye-closed"))});a(document.body).on("yith-plugin-fw-init-radio",function(){a(".yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)").each(function(){a(this).val(a(this).attr("value"));a(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio");
27
- a(document).on("select2:open",function(b){a(b.target).closest(".yith-plugin-ui").length&&a(".select2-results").closest(".select2-container").addClass("yith-plugin-fw-select2-container")});var f={selectors:{wrapper:".yith-plugin-fw-dimensions",units:{wrapper:".yith-plugin-fw-dimensions__units",single:".yith-plugin-fw-dimensions__unit",value:".yith-plugin-fw-dimensions__unit__value",selectedClass:"yith-plugin-fw-dimensions__unit--selected"},linked:{button:".yith-plugin-fw-dimensions__linked",value:".yith-plugin-fw-dimensions__linked__value",
28
- wrapperActiveClass:"yith-plugin-fw-dimensions--linked-active"},dimensions:{number:".yith-plugin-fw-dimensions__dimension__number"}},init:function(){var b=f;a(document).on("click",b.selectors.units.single,b.unitChange);a(document).on("click",b.selectors.linked.button,b.linkedChange);a(document).on("change keyup",b.selectors.dimensions.number,b.numberChange)},unitChange:function(b){b=a(this).closest(f.selectors.units.single);var c=b.closest(f.selectors.units.wrapper),d=c.find(f.selectors.units.single);
29
- c=c.find(f.selectors.units.value).first();var e=b.data("value");d.removeClass(f.selectors.units.selectedClass);b.addClass(f.selectors.units.selectedClass);c.val(e)},linkedChange:function(){var b=a(this).closest(f.selectors.linked.button),c=b.closest(f.selectors.wrapper);b=b.find(f.selectors.linked.value);"yes"===b.val()?(c.removeClass(f.selectors.linked.wrapperActiveClass),b.val("no")):(c.addClass(f.selectors.linked.wrapperActiveClass),b.val("yes"),c.find(f.selectors.dimensions.number).first().trigger("change"))},
30
- numberChange:function(b){b=a(this).closest(f.selectors.dimensions.number);var c=b.closest(f.selectors.wrapper);c.hasClass(f.selectors.linked.wrapperActiveClass)&&c.find(f.selectors.dimensions.number).val(b.val())}};f.init()})(jQuery);
1
+ !function(e){e(document).on("yith_fields_init",function(){var t=e(".yith-plugin-fw-datepicker"),i=e(".yith-plugin-fw-colorpicker"),a={imgPreviewHandler:".yith-plugin-fw-upload-img-preview",uploadButtonHandler:".yith-plugin-fw-upload-button",imgUrlHandler:".yith-plugin-fw-upload-img-url",resetButtonHandler:".yith-plugin-fw-upload-button-reset",imgUrl:e(".yith-plugin-fw-upload-img-url")},n=e(".add_media"),l={sliderWrapper:e(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},s=e(".yith-plugin-fw-sidebar-layout"),o=e(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),r=e(".codemirror"),d=e(".yit-icons-manager-wrapper");e(".yith-plugin-ui td.forminp-checkbox");t.each(function(){var t=e(this).data();t.showAnim=!1,t.beforeShow=function(e,t){t.dpDiv.addClass("yith-plugin-fw-datepicker-div")},t.onClose=function(e,t){t.dpDiv.removeClass("yith-plugin-fw-datepicker-div")},e(this).datepicker(t)}),i.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var t=e(this);t.val(t.data("default-color")),t.change()}}),i.each(function(){var t=e(this).data("variations-label"),i=e(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),a=e(this).closest(".yith-single-colorpicker"),n=i.find(".wp-picker-input-wrap"),l=a.find(".wp-picker-input-wrap");if(n.length&&i.find("a.wp-color-result").attr("title",t),a.length&&a.find("a.wp-color-result").attr("title",t),!n.find(".wp-picker-clear-custom").length){var s=e("<span/>").attr({"class":"wp-picker-default-custom"});n.find(".wp-picker-default").wrap(s)}l.find(".wp-picker-clear-custom").length||(s=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(s))}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(a.imgUrl.change(function(){var t=e(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),n=e(this).parent().find(a.imgPreviewHandler).first();n.length<1&&(n=e(this).parent().parent().find(a.imgPreviewHandler).first()),i.test(t)?n.html('<img src="'+t+'" style="max-width:100px; max-height:100px;" />'):n.html("")}).trigger("change"),e(document).on("click",a.uploadButtonHandler,function(t){t.preventDefault();var i,n=e(this).attr("id").replace(/-button$/,"");if(i)i.open();else{var l=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:l})).on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+n).val(t.url),e("#"+n+"-yith-attachment-id")&&e("#"+n+"-yith-attachment-id").val(t.id),a.imgUrl.trigger("change")}),i.open()}}),e(document).on("click",a.resetButtonHandler,function(t){var i=e(this),n=i.attr("id"),l=i.attr("id").replace(/-button-reset$/,""),s=e("#"+n).data("default");e("#"+l).val(s),a.imgUrl.trigger("change")}));n.on("click",function(){}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("click",l.buttonHandler,function(t){var i=e(this),a=i.closest(".image-gallery"),n=a.find(".image_gallery_ids"),l=n.val(),s=a.find("ul.slides-wrapper"),o=wp.media.frames.image_gallery=wp.media({title:i.data("choose"),button:{text:i.data("update")},states:[new wp.media.controller.Library({title:i.data("choose"),filterable:"all",multiple:!0})]});o.on("select",function(){o.state().get("selection").map(function(e){(e=e.toJSON()).id&&(l=l?l+","+e.id:e.id,s.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+e.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+i.data("delete")+'">x</a></li></ul></li>'))}),n.val(l)}),o.open()}),l.sliderWrapper.each(function(){var t=e(this);t.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(i,a){var n="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),t.closest(".image-gallery").find(".image_gallery_ids").val(n)}})}),l.sliderWrapper.on("click","a.delete",function(){var t=e(this).closest(".image-gallery"),i=e(this).closest(".image-gallery ul.slides-wrapper"),a=t.find(".image_gallery_ids"),n="";e(this).closest("li.image").remove(),i.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),a.val(n)})),s.each(function(){e(this).find("img").on("click",function(){var t=e(this).closest(".yith-plugin-fw-sidebar-layout"),i=t.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container"),a=t.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),n=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==n)switch(n){case"left":i.show(),a.hide();break;case"right":a.show(),i.hide();break;case"double":i.show(),a.show();break;default:i.hide(),a.hide()}})}),o.each(function(){var t=e(this).data("val"),i=e(this).data("min"),a=e(this).data("max"),n=e(this).data("step"),l=e(this).data("labels");e(this).slider({value:t,min:i,max:a,range:"min",step:n,create:function(){e(this).find(".ui-slider-handle").text(e(this).slider("value"))},slide:function(t,i){e(this).find("input").val(i.value),e(this).find(".ui-slider-handle").text(i.value),e(this).siblings(".feedback").find("strong").text(i.value+l)}})}),r.each(function(t,i){var a=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});e(i).data("codemirrorInstance",a)}),e(document).on("click",".yith-plugin-fw-select-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!0).trigger("change")}),e(document).on("click",".yith-plugin-fw-deselect-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!1).trigger("change")}),d.each(function(){var t=e(this),i=t.find(".yit-icons-manager-icon-preview").first(),a=t.find(".yit-icons-manager-icon-text");t.on("click",".yit-icons-manager-list li",function(n){var l=e(n.target).closest("li"),s=l.data("font"),o=l.data("icon"),r=l.data("key"),d=l.data("name");i.attr("data-font",s),i.attr("data-icon",o),i.attr("data-key",r),i.attr("data-name",d),a.val(s+":"+d),t.find(".yit-icons-manager-list li").removeClass("active"),l.addClass("active")}),t.on("click",".yit-icons-manager-action-set-default",function(){t.find(".yit-icons-manager-list li.default").trigger("click")})}),e(document).on("click",".yith-plugin-fw-select-images__item",function(){var t=e(this),i=t.data("key"),a=t.closest(".yith-plugin-fw-select-images__wrapper"),n=a.find(".yith-plugin-fw-select-images__item"),l=a.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed"),n.removeClass("yith-plugin-fw-select-images__item--selected"),t.addClass("yith-plugin-fw-select-images__item--selected"))}),e(document.body).trigger("wc-enhanced-select-init"),e(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(t,i){var a=jQuery(".ui-sortable-handle"),n=0,l=new Array;for(n=0;n<a.length;n++)l[n]=e(a[n]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),e(document.body).trigger("yith-framework-enhanced-select-init")}).trigger("yith_fields_init"),e(document).on("click",".yith-plugin-fw-onoff-container span",function(){var t=e(this).prev("input");t.prop("checked")?t.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):t.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),t.change()}),e.fn.saveToggleElement=function(t,i){var a=e(this),n="yith_plugin_fw_save_toggle_element",l=a.serializeToggleElement(),s=a.find(".yith-toggle_wrapper"),o=s.attr("id"),r=e.urlParam("tab");l.append("security",s.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),a.closest(".metaboxes-tab.yith-plugin-ui").length?(n="yith_plugin_fw_save_toggle_element_metabox",post_id=e(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=e(this).closest("form#post").find("#yit_metaboxes_nonce").val(),metabox_tab=e(this).closest(".tabs-panel").attr("id"),url=yith_framework_fw_fields.ajax_url+"?action="+n+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+o+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+n+"&tab="+r+"&toggle_id="+o,e.ajax({type:"POST",url:url,data:l,contentType:!1,processData:!1,success:function(i){t&&t.removeClass("show"),e(document).trigger("yith_save_toggle_element_done",[i,a])}})},e.fn.serializeToggleElement=function(){var t=e(this),i=new FormData,a=e(t).find(":input").serializeArray();return e.each(a,function(e,t){el_name=t.name,i.append(t.name,t.value)}),i},e.fn.formatToggleTitle=function(){var t=e(this),i=t.find(":input"),a=t.find("span.title").data("title_format"),n=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==a)var s=a.match(l);if(void 0!==n)var o=n.match(l);e.each(i,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=e(i).val(),null!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)))}),""!==a&&t.find("span.title").html(a),""!==n&&t.find(".subtitle").html(n),e(document).trigger("yith-toggle-element-item-title",[t])},e.urlParam=function(e){var t=new RegExp("[?&]"+e+"=([^&#]*)").exec(window.location.search);return null!==t&&(t[1]||0)},e(document).on("click",".yith-toggle-title",function(t){var i=e(t.target),a=i.closest(".yith-toggle-row"),n=a.find(".yith-toggle-content");if(i.hasClass("yith-plugin-fw-onoff")||i.hasClass("yith-icon-drag"))return!1;a.is(".yith-toggle-row-opened")?n.slideUp(400):n.slideDown(400),a.toggleClass("yith-toggle-row-opened")}),e(document).on("click",".yith-add-box-button",function(t){t.preventDefault();var i=e(this),a=i.data("box_id"),n=i.data("closed_label"),l=i.data("opened_label"),s=i.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+s),""!==a&&(e("#"+a).html(template({index:"box_id"})).slideToggle(),""!==n&&(i.html()===n?i.html(l).removeClass("closed"):i.html(n).addClass("closed")),e(document).trigger("yith_fields_init"),e(document).trigger("yith-add-box-button-toggle",[i]))}),e(document).on("click",".yith-add-box-buttons .yith-save-button",function(t){t.preventDefault();var i=e(this).parents(".yith-add-box"),a=e(this).closest(".yith-toggle_wrapper").attr("id"),n=i.find(".spinner"),l=e(this).parents(".toggle-element"),s=i.find(":input"),o=l.find(".yith-toggle-row").length,r=e('<input type="hidden">');r.val(o),e(document).trigger("yith-toggle-change-counter",[r,i]),o=r.val();var d=wp.template("yith-toggle-element-item-"+a),c=e(d({index:o}));n.addClass("show"),e.each(s,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_val=e(i).val(),"radio"==e(i).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+o,e(i).is(":checked")&&e(c).find("#"+$field_id).prop("checked",!0),(e(i).hasClass("yith-post-search")||e(i).hasClass("yith-term-search"))&&e(c).find("#"+$field_id).html(e("#"+e(i).attr("id")).html()),e(c).find("#"+$field_id).val($field_val))}),e(c).formatToggleTitle();var u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,c,u]);setTimeout(function(){if("yes"===u.val()){e(l).find(".yith-toggle-elements").append(c),e(i).find(".yith-plugin-fw-datepicker").datepicker("destroy"),e(i).html(""),e(i).prev(".yith-add-box-button").trigger("click"),l.saveToggleElement();setTimeout(function(){e(l).find(".highlight").removeClass("highlight")},2e3),e(document).trigger("yith_fields_init")}},1e3)}),e(document).on("click",".yith-toggle-row .yith-save-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element"),a=e(this).closest(".yith-toggle-row"),n=a.find(".spinner");a.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,a,l]),"yes"===l.val()&&(n.addClass("show"),i.saveToggleElement(n))}),e(document).on("click",".yith-toggle-row .yith-delete-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element");e(this).closest(".yith-toggle-row").remove(),i.saveToggleElement()}),e(document).on("click",".yith-toggle-onoff",function(t){t.preventDefault(),e(this).closest(".toggle-element").saveToggleElement()}),e(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){e(this).closest(".yith-plugin-fw-radio").val(e(this).val()).trigger("change")}),e(document).on("click",".yith-password-eye",function(){var t=e(this),i=e(this).closest(".yith-password-wrapper").find("input");"password"===i.attr("type")?(i.attr("type","text"),t.addClass("yith-password-eye-closed")):(i.attr("type","password"),t.removeClass("yith-password-eye-closed"))}),e(document.body).on("yith-plugin-fw-init-radio",function(){e(".yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)").each(function(){e(this).val(e(this).attr("value")),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),e(document).on("select2:open",function(t){e(t.target).closest(".yith-plugin-ui").length&&e(".select2-results").closest(".select2-container").addClass("yith-plugin-fw-select2-container")});var t={selectors:{wrapper:".yith-plugin-fw-dimensions",units:{wrapper:".yith-plugin-fw-dimensions__units",single:".yith-plugin-fw-dimensions__unit",value:".yith-plugin-fw-dimensions__unit__value",selectedClass:"yith-plugin-fw-dimensions__unit--selected"},linked:{button:".yith-plugin-fw-dimensions__linked",value:".yith-plugin-fw-dimensions__linked__value",wrapperActiveClass:"yith-plugin-fw-dimensions--linked-active"},dimensions:{number:".yith-plugin-fw-dimensions__dimension__number"}},init:function(){var i=t;e(document).on("click",i.selectors.units.single,i.unitChange),e(document).on("click",i.selectors.linked.button,i.linkedChange),e(document).on("change keyup",i.selectors.dimensions.number,i.numberChange)},unitChange:function(i){var a=e(this).closest(t.selectors.units.single),n=a.closest(t.selectors.units.wrapper),l=n.find(t.selectors.units.single),s=n.find(t.selectors.units.value).first(),o=a.data("value");l.removeClass(t.selectors.units.selectedClass),a.addClass(t.selectors.units.selectedClass),s.val(o)},linkedChange:function(){var i=e(this).closest(t.selectors.linked.button),a=i.closest(t.selectors.wrapper),n=i.find(t.selectors.linked.value);"yes"===n.val()?(a.removeClass(t.selectors.linked.wrapperActiveClass),n.val("no")):(a.addClass(t.selectors.linked.wrapperActiveClass),n.val("yes"),a.find(t.selectors.dimensions.number).first().trigger("change"))},numberChange:function(i){var a=e(this).closest(t.selectors.dimensions.number),n=a.closest(t.selectors.wrapper);n.hasClass(t.selectors.linked.wrapperActiveClass)&&n.find(t.selectors.dimensions.number).val(a.val())}};t.init()}(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/js/yith-gutenberg.js CHANGED
@@ -3,6 +3,7 @@
3
  var __ = wp.i18n.__,
4
  el = wp.element.createElement,
5
  Fragment = wp.element.Fragment,
 
6
  registerBlockType = wp.blocks.registerBlockType,
7
  RichText = wp.editor.RichText,
8
  BlockControls = wp.editor.BlockControls,
3
  var __ = wp.i18n.__,
4
  el = wp.element.createElement,
5
  Fragment = wp.element.Fragment,
6
+ PanelBody = wp.components.PanelBody,
7
  registerBlockType = wp.blocks.registerBlockType,
8
  RichText = wp.editor.RichText,
9
  BlockControls = wp.editor.BlockControls,
plugin-fw/assets/js/yith-gutenberg.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){wp.i18n.__;var t=wp.element.createElement,o=wp.element.Fragment,n=wp.blocks.registerBlockType,c=(wp.editor.RichText,wp.editor.BlockControls,wp.editor.InspectorControls),r=(wp.editor.AlignmentToolbar,wp.components,wp.element.RawHTML),a=wp.components.SelectControl,s=wp.components.ToggleControl,i=wp.components.CheckboxControl,l=wp.components.RangeControl,p=wp.components.ColorPicker,u=wp.components.RadioControl,d=wp.components.TextControl,h=wp.components.TextareaControl;const C=t("svg",{width:22,height:22},t("path",{d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));function g(o,n,c){var a="",s="";if("undefined"!=typeof n.callback&&"function"==typeof e[n.callback])a=e[n.callback](o,n);else{var i="["+n.shortcode_name;e.each(o.attributes,function(e,t){if("className"!=e){i+=" "+e+"=";var o=n.attributes[e].remove_quotes;i+=1==o?t:'"'+t+'"'}}),i+="]";var l=md5(i);s='<span class="yith_block_'+l+'">'+i+"</span>","edit"==c&&0!=n.do_shortcode&&function(t){var o=null;return e(document).trigger("yith_plugin_fw_gutenberg_before_do_shortcode",[i,t]),e.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:i},success:function(n){""!=(o=n)&&(e(".yith_block_"+t).html(o),e(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[i,t,o]))}}),e(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[i,t,o]),o}(l),a=t(r,null,s)}return a}function b(e,t,o,n){var c={};return"colorpicker"!=n&&"color"!=n||(e=e.hex),c[t]=e,o.setAttributes(c),o}e.each(yith_gutenberg,function(r,f){n("yith/"+r,{title:f.title,description:f.description,category:f.category,attributes:f.attributes,icon:"undefined"!=typeof f.icon?f.icon:C,keywords:f.keywords,edit:function(n){var r=new Array;return e.each(f.attributes,function(e,o){var c=null,C=o.blocktype;if(void 0!==C){switch(C){case"select":c=a;break;case"text":c=d;break;case"textarea":c=h;break;case"toggle":c=s;break;case"checkbox":c=i;break;case"number":case"range":c=l;break;case"color":case"colorpicker":c=p;break;case"radio":c=u}if(null!=c){var g=helpMessageUncheked="";"undefined"!=typeof o.helps&&"undefined"!=typeof o.helps.checked&&"undefined"!=typeof o.helps.unchecked?(g=o.helps.checked,helpMessageUncheked=o.helps.unchecked):"undefined"!=typeof o.help&&(g=helpMessageUncheked=o.help),r.push(t(c,{value:n.attributes[e],options:o.options,label:o.label,checked:n.attributes[e],selected:n.attributes[e],help:n.attributes[e]?g:helpMessageUncheked,disableAlpha:o.disableAlpha,min:o.min,max:o.max,multiple:o.multiple,onChange:function(t,o=e){n=b(t,o,n,C)},onChangeComplete:function(t,o=e){n=b(t,o,n,C)}}))}}}),sc=g(n,f,"edit"),[t(o,null,t(c,null,r),sc)]},save:function(e){return g(e,f,"save")}})})}(jQuery);
1
+ !function(e){wp.i18n.__;var t=wp.element.createElement,o=wp.element.Fragment,n=(wp.components.PanelBody,wp.blocks.registerBlockType),c=(wp.editor.RichText,wp.editor.BlockControls,wp.editor.InspectorControls),r=(wp.editor.AlignmentToolbar,wp.components,wp.element.RawHTML),a=wp.components.SelectControl,s=wp.components.ToggleControl,l=wp.components.CheckboxControl,i=wp.components.RangeControl,p=wp.components.ColorPicker,u=wp.components.RadioControl,d=wp.components.TextControl,h=wp.components.TextareaControl;const C=t("svg",{width:22,height:22},t("path",{d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));function g(o,n,c){var a="",s="";if("undefined"!=typeof n.callback&&"function"==typeof e[n.callback])a=e[n.callback](o,n);else{var l="["+n.shortcode_name;e.each(o.attributes,function(e,t){if("className"!=e){l+=" "+e+"=";var o=n.attributes[e].remove_quotes;l+=1==o?t:'"'+t+'"'}}),l+="]";var i=md5(l);s='<span class="yith_block_'+i+'">'+l+"</span>","edit"==c&&0!=n.do_shortcode&&function(t){var o=null;return e(document).trigger("yith_plugin_fw_gutenberg_before_do_shortcode",[l,t]),e.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:l},success:function(n){""!=(o=n)&&(e(".yith_block_"+t).html(o),e(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[l,t,o]))}}),e(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[l,t,o]),o}(i),a=t(r,null,s)}return a}function b(e,t,o,n){var c={};return"colorpicker"!=n&&"color"!=n||(e=e.hex),c[t]=e,o.setAttributes(c),o}e.each(yith_gutenberg,function(r,f){n("yith/"+r,{title:f.title,description:f.description,category:f.category,attributes:f.attributes,icon:"undefined"!=typeof f.icon?f.icon:C,keywords:f.keywords,edit:function(n){var r=new Array;return e.each(f.attributes,function(e,o){var c=null,C=o.blocktype;if(void 0!==C){switch(C){case"select":c=a;break;case"text":c=d;break;case"textarea":c=h;break;case"toggle":c=s;break;case"checkbox":c=l;break;case"number":case"range":c=i;break;case"color":case"colorpicker":c=p;break;case"radio":c=u}if(null!=c){var g=helpMessageUncheked="";"undefined"!=typeof o.helps&&"undefined"!=typeof o.helps.checked&&"undefined"!=typeof o.helps.unchecked?(g=o.helps.checked,helpMessageUncheked=o.helps.unchecked):"undefined"!=typeof o.help&&(g=helpMessageUncheked=o.help),r.push(t(c,{value:n.attributes[e],options:o.options,label:o.label,checked:n.attributes[e],selected:n.attributes[e],help:n.attributes[e]?g:helpMessageUncheked,disableAlpha:o.disableAlpha,min:o.min,max:o.max,multiple:o.multiple,onChange:function(t,o=e){n=b(t,o,n,C)},onChangeComplete:function(t,o=e){n=b(t,o,n,C)}}))}}}),sc=g(n,f,"edit"),[t(o,null,t(c,null,r),sc)]},save:function(e){return g(e,f,"save")}})})}(jQuery);
plugin-fw/assets/js/yith-system-info.js CHANGED
@@ -1,13 +1,19 @@
1
- (function ($) {
2
- $(document).on('click', '.notice-dismiss', function () {
3
- var t = $(this),
4
- wrapper_id = t.parent().attr('id');
 
 
 
 
5
 
6
- if (wrapper_id === 'yith-system-alert') {
7
- var cname = 'hide_yith_system_alert',
8
- cvalue = 'yes';
9
 
10
- document.cookie = cname + "=" + cvalue + ";path=/";
11
- }
12
- });
13
- })(jQuery);
 
 
1
+ jQuery(
2
+ function ( $ ) {
3
+ $( document ).on(
4
+ 'click',
5
+ '.notice-dismiss',
6
+ function () {
7
+ var t = $( this ),
8
+ wrapper_id = t.parent().attr( 'id' );
9
 
10
+ if ( wrapper_id === 'yith-system-alert' ) {
11
+ var cname = 'hide_yith_system_alert',
12
+ cvalue = 'yes';
13
 
14
+ document.cookie = cname + "=" + cvalue + ";path=/";
15
+ }
16
+ }
17
+ );
18
+ }
19
+ );
plugin-fw/assets/js/yith-system-info.min.js CHANGED
@@ -1 +1 @@
1
- !function(t){t(document).on("click",".notice-dismiss",function(){if("yith-system-alert"===t(this).parent().attr("id")){document.cookie="hide_yith_system_alert=yes;path=/"}})}(jQuery);
1
+ jQuery(function(t){t(document).on("click",".notice-dismiss",function(){if("yith-system-alert"===t(this).parent().attr("id")){document.cookie="hide_yith_system_alert=yes;path=/"}})});
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.4.23
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @version 3.4.20
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.4.27
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.4.27
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
plugin-fw/languages/yith-plugin-fw-el.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-el.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-04-23 06:38:32+00:00\n"
8
- "PO-Revision-Date: 2020-04-06 10:45+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: el_GR\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.2.1\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c;_x;_ex\n"
@@ -22,6 +22,30 @@ msgstr ""
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
26
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
27
  msgid "Add %s"
@@ -202,7 +226,7 @@ msgstr "Προσθήκη %s από εικόνες"
202
  msgid "Upload multiple files"
203
  msgstr "Ανέβασμα πολλαπλών αρχείων"
204
 
205
- #: lib/yit-plugin-panel-wc.php:399
206
  msgid "The changes you have made will be lost if you leave this page."
207
  msgstr ""
208
  "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
@@ -211,16 +235,16 @@ msgstr ""
211
  msgid "Plugin Settings"
212
  msgstr "Ρυθμίσεις Προσθέτου"
213
 
214
- #: lib/yit-plugin-panel.php:455 lib/yit-plugin-panel.php:458
215
  msgid "How to install premium version"
216
  msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
217
 
218
- #: lib/yit-plugin-panel.php:603 lib/yit-plugin-subpanel.php:151
219
  #: templates/panel/woocommerce/woocommerce-form.php:14
220
  msgid "Save Changes"
221
  msgstr "Αποθήκευση Αλλαγών"
222
 
223
- #: lib/yit-plugin-panel.php:606 lib/yit-plugin-subpanel.php:154
224
  #: templates/panel/woocommerce/woocommerce-form.php:17
225
  msgid ""
226
  "If you continue with this action, you will reset all options in this page."
@@ -228,70 +252,70 @@ msgstr ""
228
  "Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
229
  "σελίδα."
230
 
231
- #: lib/yit-plugin-panel.php:608 lib/yit-plugin-subpanel.php:156
232
  msgid "Reset to default"
233
  msgstr "Επαναφορά σε προεπιλεγμένο"
234
 
235
- #: lib/yit-plugin-panel.php:609 lib/yit-plugin-subpanel.php:157
236
  #: templates/panel/woocommerce/woocommerce-form.php:21
237
  msgid "Are you sure?"
238
  msgstr "Είστε σίγουρος;"
239
 
240
- #: lib/yit-plugin-panel.php:807
241
  msgid ""
242
  "The element you have entered already exists. Please, enter another name."
243
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
244
 
245
- #: lib/yit-plugin-panel.php:808
246
  msgid "Settings saved"
247
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
248
 
249
- #: lib/yit-plugin-panel.php:809
250
  msgid "Settings reset"
251
  msgstr "Επαναφορά ρυθμίσεων"
252
 
253
- #: lib/yit-plugin-panel.php:810
254
  msgid "Element deleted correctly."
255
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
256
 
257
- #: lib/yit-plugin-panel.php:811 lib/yit-plugin-panel.php:812
258
  msgid "Element updated correctly."
259
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
260
 
261
- #: lib/yit-plugin-panel.php:813
262
  msgid "Database imported correctly."
263
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
264
 
265
- #: lib/yit-plugin-panel.php:814
266
  msgid "An error has occurred during import. Please try again."
267
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
268
 
269
- #: lib/yit-plugin-panel.php:815
270
  msgid "The added file is not valid."
271
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
272
 
273
- #: lib/yit-plugin-panel.php:816
274
  msgid "Sorry, import is disabled."
275
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
276
 
277
- #: lib/yit-plugin-panel.php:817
278
  msgid "Sorting successful."
279
  msgstr "Διαλογή επιτυχής."
280
 
281
- #: lib/yit-plugin-panel.php:1265
282
  msgid "We need your support"
283
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
284
 
285
- #: lib/yit-plugin-panel.php:1266
286
  msgid "to keep updating and improving the plugin. Please,"
287
  msgstr ""
288
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
289
 
290
- #: lib/yit-plugin-panel.php:1268
291
  msgid "help us by leaving a five-star rating"
292
  msgstr "βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
293
 
294
- #: lib/yit-plugin-panel.php:1269
295
  msgid ":) Thanks!"
296
  msgstr ":) Ευχαριστώ!"
297
 
@@ -364,81 +388,172 @@ msgstr ""
364
  "Παρουσιάστηκε σφάλμα, που πιθανότατα σημαίνει ότι έπεσε το τροφοδοτικό. "
365
  "Προσπαθήστε ξανά αργότερα."
366
 
367
- #: lib/yith-system-status.php:105
368
  msgid "WordPress Version"
369
  msgstr "Έκδοση WordPress"
370
 
371
- #: lib/yith-system-status.php:106
372
  msgid "WooCommerce Version"
373
  msgstr "Έκδοση WooCommerce"
374
 
375
- #: lib/yith-system-status.php:107
376
  msgid "Available Memory"
377
  msgstr "Διαθέσιμη Μνήμη"
378
 
379
- #: lib/yith-system-status.php:108
380
  msgid "PHP Version"
381
  msgstr "Έκδοση PHP"
382
 
383
- #: lib/yith-system-status.php:109
384
  msgid "TLS Version"
385
  msgstr "Έκδοση TLS"
386
 
387
- #: lib/yith-system-status.php:110
388
  msgid "WordPress Cron"
389
  msgstr "WordPress Cron"
390
 
391
- #: lib/yith-system-status.php:111
392
  msgid "SimpleXML"
393
  msgstr "SimpleXML"
394
 
395
- #: lib/yith-system-status.php:112
396
  msgid "MultiByte String"
397
  msgstr "MultiByte String"
398
 
399
- #: lib/yith-system-status.php:113
400
  msgid "ImageMagick Version"
401
  msgstr "Έκδοση ImageMagick"
402
 
403
- #: lib/yith-system-status.php:114
404
  msgid "GD Library"
405
  msgstr "Βιβλιοθήκη GD"
406
 
407
- #: lib/yith-system-status.php:115
408
  msgid "Iconv Module"
409
  msgstr "Άρθρωμα Iconv"
410
 
411
- #: lib/yith-system-status.php:116
412
  msgid "OPCache Save Comments"
413
  msgstr "OPCache Save Comments"
414
 
415
- #: lib/yith-system-status.php:117
416
  msgid "URL FOpen"
417
  msgstr "URL FOpen"
418
 
419
- #: lib/yith-system-status.php:135 lib/yith-system-status.php:136
420
  msgid "System Status"
421
  msgstr "Κατάσταση Συστήματος"
422
 
423
- #: lib/yith-system-status.php:179
424
  msgid "YITH Plugins"
425
  msgstr "Πρόσθετα YITH"
426
 
427
- #: lib/yith-system-status.php:180
428
  msgid "WooCommerce"
429
  msgstr "WooCommerce"
430
 
431
- #: lib/yith-system-status.php:297
432
  msgid "Warning!"
433
  msgstr "Προσοχή!"
434
 
435
- #: lib/yith-system-status.php:298
 
436
  msgid ""
437
- "The system check has detected some compatibility issues on your "
438
- "installation. %sClick here%s to know more"
439
  msgstr ""
440
  "Ο έλεγχος συστήματος έχει εντοπίσει κάποια προβλήματα συμβατότητας στην "
441
- "εγκατάστασή σας. %sΚάντε κλικ εδώ%s για να μάθετε περισσότερα"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
442
 
443
  #: templates/fields/ajax-customers.php:57
444
  msgid "Search Customers"
@@ -570,108 +685,54 @@ msgstr "(Default: <i %s></i> )"
570
  msgid "Reset Defaults"
571
  msgstr "Επαναφορά Προεπιλεγμένων"
572
 
573
- #: templates/sysinfo/system-information-panel.php:30
574
  msgid "YITH System Information"
575
  msgstr "Σύστημα Πληροφοριών YITH"
576
 
577
- #: templates/sysinfo/system-information-panel.php:38
578
- msgid "Site URL"
579
- msgstr "URL Ιστοσελίδας"
580
 
581
- #: templates/sysinfo/system-information-panel.php:46
582
- msgid "Output IP Address"
583
- msgstr "Διεύθυνση IP Παραγωγής"
584
 
585
- #: templates/sysinfo/system-information-panel.php:76
586
- msgid "Enabled"
587
- msgstr "Ενεργοποιημένο"
588
-
589
- #: templates/sysinfo/system-information-panel.php:76
590
- msgid "Disabled"
591
- msgstr "Απενεργοποιημένο"
592
-
593
- #: templates/sysinfo/system-information-panel.php:82
594
- msgid "N/A"
595
- msgstr "N/A"
596
 
597
  #: templates/sysinfo/system-information-panel.php:96
598
- msgid "%s needs %s enabled"
599
- msgstr "%s χρειάζεται %s ενεργοποιημένο"
600
-
601
- #: templates/sysinfo/system-information-panel.php:98
602
- msgid "%s needs at least %s of available memory"
603
- msgstr "%s χρειάζεται τουλάχιστον %s διαθέσιμης μνήμης"
604
-
605
- #: templates/sysinfo/system-information-panel.php:100
606
- #: templates/sysinfo/system-information-panel.php:149
607
- msgid ""
608
- "For optimal functioning of our plugins, we suggest setting at least %s of "
609
- "available memory"
610
- msgstr ""
611
- "Για την βέλτιστη λειτουργικότητα των προσθέτων μας, προτείνουμε να ορίσετε "
612
- "τουλάχιστον %s διαθέσιμης μνήμης"
613
-
614
- #: templates/sysinfo/system-information-panel.php:102
615
- #: templates/sysinfo/system-information-panel.php:137
616
- #: templates/sysinfo/system-information-panel.php:151
617
- msgid ""
618
- "Read more %s here%s or contact your hosting company in order to increase it."
619
- msgstr ""
620
- "Μάθετε περισσότερα %s εδώ%s ή επικοινωνήστε με την εταιρεία hosting σας για "
621
- "να το βελτιώσετε."
622
-
623
- #: templates/sysinfo/system-information-panel.php:105
624
- msgid "%s needs at least %s version"
625
- msgstr "%s χρειάζεται τουλάχιστον %s έκδοση"
626
-
627
- #: templates/sysinfo/system-information-panel.php:116
628
- msgid ""
629
- "Update it to the latest version in order to benefit of all new features and "
630
- "security updates."
631
- msgstr ""
632
- "Κάντε αναβάθμιση της τελευταίας έκδοσης για να επωφεληθείτε από τα νέα "
633
- "χαρακτηριστικά και τις αναβαθμίσεις προστασίας."
634
 
635
- #: templates/sysinfo/system-information-panel.php:122
636
- msgid "Contact your hosting company in order to update it."
637
- msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
638
 
639
- #: templates/sysinfo/system-information-panel.php:126
640
- msgid "Remove %s from %s file"
641
- msgstr "Αφαίρεση %s από αρχείο %s"
642
 
643
- #: templates/sysinfo/system-information-panel.php:134
644
- msgid "Contact your hosting company in order to enable it."
645
- msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να ενεργοποιήσετε."
646
 
647
- #: templates/sysinfo/system-information-panel.php:157
648
- msgid ""
649
- "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
650
- "b> module is disabled. Ask your hosting company to enable it."
651
- msgstr ""
652
- "Δεν μπορούμε να καθορίσουμε ποια έκδοση <b>TLS</b> έχει εγκατασταθεί γιατί "
653
- "το άρθρωμα <b>cURL</b> είναι απενεργοποιημένο. Ζητήστε από την εταιρεία "
654
- "hosting σας να το ενεργοποιήσει."
655
 
656
- #: templates/sysinfo/system-information-panel.php:160
657
- msgid ""
658
- "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
659
- "install it."
660
- msgstr ""
661
- "Το άρθρωμα <b>ImageMagick</b> δεν έχει εγκατασταθεί. Ζητήστε από την "
662
- "εταιρεία hosting σας να το εγκαταστήσει."
663
 
664
- #: templates/sysinfo/system-information-panel.php:172
665
  msgid "Show full PHPInfo"
666
  msgstr "Πλήρης εμφάνιση PHPInfo"
667
 
668
- #: templates/sysinfo/system-information-panel.php:176
669
- msgid "Back to System panel"
670
- msgstr "Πίσω στο πάνελ Συστήματος"
671
-
672
- #: templates/sysinfo/system-information-panel.php:193
673
- msgid "Back to top"
674
- msgstr "Πίσω στην κορυφή"
675
 
676
  #: yit-plugin.php:194
677
  msgid "License"
@@ -758,27 +819,27 @@ msgstr "YITH"
758
  #: templates/fields/dimensions.php:16
759
  msgctxt "Position in the \"Dimensions\" field"
760
  msgid "Top"
761
- msgstr ""
762
 
763
  #: templates/fields/dimensions.php:17
764
  msgctxt "Position in the \"Dimensions\" field"
765
  msgid "Right"
766
- msgstr ""
767
 
768
  #: templates/fields/dimensions.php:18
769
  msgctxt "Position in the \"Dimensions\" field"
770
  msgid "Bottom"
771
- msgstr ""
772
 
773
  #: templates/fields/dimensions.php:19
774
  msgctxt "Position in the \"Dimensions\" field"
775
  msgid "Left"
776
- msgstr ""
777
 
778
  #: templates/fields/dimensions.php:117
779
  msgctxt "Tooltip in the \"Dimensions\" field"
780
  msgid "Link values together"
781
- msgstr ""
782
 
783
  #: templates/fields/onoff.php:24
784
  msgctxt "YES/NO button: use MAX 3 characters!"
@@ -815,6 +876,13 @@ msgctxt "Action links"
815
  msgid "Settings"
816
  msgstr "Ρυθμίσεις"
817
 
 
 
 
 
 
 
 
818
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
819
  #~ msgid "ON"
820
  #~ msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
+ "PO-Revision-Date: 2020-08-13 10:05+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: el_GR\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.3\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c;_x;_ex\n"
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: lib/yit-assets.php:102
26
+ msgid "Clear"
27
+ msgstr "Καθαρισμός"
28
+
29
+ #: lib/yit-assets.php:103
30
+ msgid "Clear color"
31
+ msgstr "Καθαρισμός χρώματος"
32
+
33
+ #: lib/yit-assets.php:104
34
+ msgid "Default"
35
+ msgstr "Προεπιλεγμένο"
36
+
37
+ #: lib/yit-assets.php:105
38
+ msgid "Select default color"
39
+ msgstr "Επιλογή προεπιλεγμένου χρώματος"
40
+
41
+ #: lib/yit-assets.php:106
42
+ msgid "Select Color"
43
+ msgstr "Επιλογή Χρώματος"
44
+
45
+ #: lib/yit-assets.php:107
46
+ msgid "Color value"
47
+ msgstr "Αξία χρώματος"
48
+
49
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
50
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
51
  msgid "Add %s"
226
  msgid "Upload multiple files"
227
  msgstr "Ανέβασμα πολλαπλών αρχείων"
228
 
229
+ #: lib/yit-plugin-panel-wc.php:426
230
  msgid "The changes you have made will be lost if you leave this page."
231
  msgstr ""
232
  "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
235
  msgid "Plugin Settings"
236
  msgstr "Ρυθμίσεις Προσθέτου"
237
 
238
+ #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
239
  msgid "How to install premium version"
240
  msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
241
 
242
+ #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
243
  #: templates/panel/woocommerce/woocommerce-form.php:14
244
  msgid "Save Changes"
245
  msgstr "Αποθήκευση Αλλαγών"
246
 
247
+ #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
248
  #: templates/panel/woocommerce/woocommerce-form.php:17
249
  msgid ""
250
  "If you continue with this action, you will reset all options in this page."
252
  "Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
253
  "σελίδα."
254
 
255
+ #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
256
  msgid "Reset to default"
257
  msgstr "Επαναφορά σε προεπιλεγμένο"
258
 
259
+ #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
260
  #: templates/panel/woocommerce/woocommerce-form.php:21
261
  msgid "Are you sure?"
262
  msgstr "Είστε σίγουρος;"
263
 
264
+ #: lib/yit-plugin-panel.php:823
265
  msgid ""
266
  "The element you have entered already exists. Please, enter another name."
267
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
268
 
269
+ #: lib/yit-plugin-panel.php:824
270
  msgid "Settings saved"
271
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
272
 
273
+ #: lib/yit-plugin-panel.php:825
274
  msgid "Settings reset"
275
  msgstr "Επαναφορά ρυθμίσεων"
276
 
277
+ #: lib/yit-plugin-panel.php:826
278
  msgid "Element deleted correctly."
279
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
280
 
281
+ #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
282
  msgid "Element updated correctly."
283
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
284
 
285
+ #: lib/yit-plugin-panel.php:829
286
  msgid "Database imported correctly."
287
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
288
 
289
+ #: lib/yit-plugin-panel.php:830
290
  msgid "An error has occurred during import. Please try again."
291
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
292
 
293
+ #: lib/yit-plugin-panel.php:831
294
  msgid "The added file is not valid."
295
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
296
 
297
+ #: lib/yit-plugin-panel.php:832
298
  msgid "Sorry, import is disabled."
299
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
300
 
301
+ #: lib/yit-plugin-panel.php:833
302
  msgid "Sorting successful."
303
  msgstr "Διαλογή επιτυχής."
304
 
305
+ #: lib/yit-plugin-panel.php:1281
306
  msgid "We need your support"
307
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
308
 
309
+ #: lib/yit-plugin-panel.php:1282
310
  msgid "to keep updating and improving the plugin. Please,"
311
  msgstr ""
312
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
313
 
314
+ #: lib/yit-plugin-panel.php:1284
315
  msgid "help us by leaving a five-star rating"
316
  msgstr "βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
317
 
318
+ #: lib/yit-plugin-panel.php:1285
319
  msgid ":) Thanks!"
320
  msgstr ":) Ευχαριστώ!"
321
 
388
  "Παρουσιάστηκε σφάλμα, που πιθανότατα σημαίνει ότι έπεσε το τροφοδοτικό. "
389
  "Προσπαθήστε ξανά αργότερα."
390
 
391
+ #: lib/yith-system-status.php:111
392
  msgid "WordPress Version"
393
  msgstr "Έκδοση WordPress"
394
 
395
+ #: lib/yith-system-status.php:112
396
  msgid "WooCommerce Version"
397
  msgstr "Έκδοση WooCommerce"
398
 
399
+ #: lib/yith-system-status.php:113
400
  msgid "Available Memory"
401
  msgstr "Διαθέσιμη Μνήμη"
402
 
403
+ #: lib/yith-system-status.php:114
404
  msgid "PHP Version"
405
  msgstr "Έκδοση PHP"
406
 
407
+ #: lib/yith-system-status.php:115
408
  msgid "TLS Version"
409
  msgstr "Έκδοση TLS"
410
 
411
+ #: lib/yith-system-status.php:116
412
  msgid "WordPress Cron"
413
  msgstr "WordPress Cron"
414
 
415
+ #: lib/yith-system-status.php:117
416
  msgid "SimpleXML"
417
  msgstr "SimpleXML"
418
 
419
+ #: lib/yith-system-status.php:118
420
  msgid "MultiByte String"
421
  msgstr "MultiByte String"
422
 
423
+ #: lib/yith-system-status.php:119
424
  msgid "ImageMagick Version"
425
  msgstr "Έκδοση ImageMagick"
426
 
427
+ #: lib/yith-system-status.php:120
428
  msgid "GD Library"
429
  msgstr "Βιβλιοθήκη GD"
430
 
431
+ #: lib/yith-system-status.php:121
432
  msgid "Iconv Module"
433
  msgstr "Άρθρωμα Iconv"
434
 
435
+ #: lib/yith-system-status.php:122
436
  msgid "OPCache Save Comments"
437
  msgstr "OPCache Save Comments"
438
 
439
+ #: lib/yith-system-status.php:123
440
  msgid "URL FOpen"
441
  msgstr "URL FOpen"
442
 
443
+ #: lib/yith-system-status.php:141 lib/yith-system-status.php:142
444
  msgid "System Status"
445
  msgstr "Κατάσταση Συστήματος"
446
 
447
+ #: lib/yith-system-status.php:184
448
  msgid "YITH Plugins"
449
  msgstr "Πρόσθετα YITH"
450
 
451
+ #: lib/yith-system-status.php:192
452
  msgid "WooCommerce"
453
  msgstr "WooCommerce"
454
 
455
+ #: lib/yith-system-status.php:330
456
  msgid "Warning!"
457
  msgstr "Προσοχή!"
458
 
459
+ #. translators: %1$s open link tag, %2$s open link tag
460
+ #: lib/yith-system-status.php:334
461
  msgid ""
462
+ "The system check has detected some compatibility issues on your installation."
463
+ "%1$sClick here%2$s to know more"
464
  msgstr ""
465
  "Ο έλεγχος συστήματος έχει εντοπίσει κάποια προβλήματα συμβατότητας στην "
466
+ "εγκατάστασή σας.%1$sΚάντε κλικ εδώ%2$s για να μάθετε περισσότερα"
467
+
468
+ #: lib/yith-system-status.php:473
469
+ msgid "Enabled"
470
+ msgstr "Ενεργοποιημένο"
471
+
472
+ #: lib/yith-system-status.php:473
473
+ msgid "Disabled"
474
+ msgstr "Απενεργοποιημένο"
475
+
476
+ #: lib/yith-system-status.php:478
477
+ msgid "N/A"
478
+ msgstr "N/A"
479
+
480
+ #. translators: %1$s plugin name, %2$s requirement name
481
+ #: lib/yith-system-status.php:506
482
+ msgid "%1$s needs %2$s enabled"
483
+ msgstr "%1$s χρειάζεται %2$s ενεργοποιημένο"
484
+
485
+ #. translators: %1$s plugin name, %2$s required memory amount
486
+ #: lib/yith-system-status.php:509
487
+ msgid "%1$s needs at least %2$s of available memory"
488
+ msgstr "%1$s χρειάζεται τουλάχιστον %2$s διαθέσιμης μνήμης"
489
+
490
+ #. translators: %1$s plugin name, %2$s version number
491
+ #: lib/yith-system-status.php:512
492
+ msgid "%1$s needs at least %2$s version"
493
+ msgstr "%1$s χρειάζεται τουλάχιστον %2$s έκδοση"
494
+
495
+ #: lib/yith-system-status.php:537
496
+ msgid ""
497
+ "Update it to the latest version in order to benefit of all new features and "
498
+ "security updates."
499
+ msgstr ""
500
+ "Κάντε αναβάθμιση της τελευταίας έκδοσης για να επωφεληθείτε από τα νέα "
501
+ "χαρακτηριστικά και τις αναβαθμίσεις προστασίας."
502
+
503
+ #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
504
+ msgid "Contact your hosting company in order to update it."
505
+ msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
506
+
507
+ #: lib/yith-system-status.php:545
508
+ msgid "Contact your hosting company in order to install it."
509
+ msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να το ενεργοποιήσετε."
510
+
511
+ #. translators: %1$s code, %2$s file name
512
+ #: lib/yith-system-status.php:552
513
+ msgid "Remove %1$s from %2$s file"
514
+ msgstr "Αφαίρεση %1$s από αρχείο %2$s"
515
+
516
+ #: lib/yith-system-status.php:560
517
+ msgid "Contact your hosting company in order to enable it."
518
+ msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να ενεργοποιήσετε."
519
+
520
+ #. translators: %1$s opening link tag, %2$s closing link tag
521
+ #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
522
+ msgid ""
523
+ "Read more %1$shere%2$s or contact your hosting company in order to increase "
524
+ "it."
525
+ msgstr ""
526
+ "Μάθετε περισσότερα %1$sεδώ%2$s ή επικοινωνήστε με την εταιρεία hosting σας "
527
+ "για να το βελτιώσετε."
528
+
529
+ #. translators: %s recommended memory amount
530
+ #: lib/yith-system-status.php:585
531
+ msgid ""
532
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
533
+ "available memory"
534
+ msgstr ""
535
+ "Για την βέλτιστη λειτουργικότητα των προσθέτων μας, προτείνουμε να ορίσετε "
536
+ "τουλάχιστον %s διαθέσιμης μνήμης"
537
+
538
+ #. translators: %1$s TLS label, %2$s cURL label
539
+ #: lib/yith-system-status.php:593
540
+ msgid ""
541
+ "The system check cannot determine which %1$s version is installed because "
542
+ "%2$s module is disabled. Ask your hosting company to enable it."
543
+ msgstr ""
544
+ "Το σύστημα δεν μπορεί να καθορίσει ποια %1$s έκδοση έχει εγκατασταθεί γιατί "
545
+ "το %2$s άρθρωμα είναι απενεργοποιημένο. Ζητήστε από την εταιρεία hosting σας "
546
+ "να το ενεργοποιήσει."
547
+
548
+ #. translators: %1$s TLS label
549
+ #: lib/yith-system-status.php:596
550
+ msgid ""
551
+ "The system check cannot determine which %1$s version is installed due to a "
552
+ "connection issue between your site and our server."
553
+ msgstr ""
554
+ "Ο έλεγχος συστήματος δεν μπορεί να διευκρινήσει ποια έκδοση %1$s έχει "
555
+ "εγκατασταθεί λόγω προβλήματος σύνδεσης ανάμεσα στον ιστότοπο σας και τον "
556
+ "διακομιστή μας."
557
 
558
  #: templates/fields/ajax-customers.php:57
559
  msgid "Search Customers"
685
  msgid "Reset Defaults"
686
  msgstr "Επαναφορά Προεπιλεγμένων"
687
 
688
+ #: templates/sysinfo/system-information-panel.php:39
689
  msgid "YITH System Information"
690
  msgstr "Σύστημα Πληροφοριών YITH"
691
 
692
+ #: templates/sysinfo/system-information-panel.php:50
693
+ msgid "WP debug.log file"
694
+ msgstr "Αρχείο WP debug.log"
695
 
696
+ #: templates/sysinfo/system-information-panel.php:54
697
+ msgid "PHP error_log file"
698
+ msgstr "Αρχείο PHP error_log"
699
 
700
+ #: templates/sysinfo/system-information-panel.php:59
701
+ #: templates/sysinfo/system-information-panel.php:83
702
+ msgid "Back to System panel"
703
+ msgstr "Πίσω στο πάνελ Συστήματος"
 
 
 
 
 
 
 
704
 
705
  #: templates/sysinfo/system-information-panel.php:96
706
+ msgid "Back to top"
707
+ msgstr "Πίσω στην κορυφή"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
 
709
+ #: templates/sysinfo/system-information-panel.php:104
710
+ msgid "Site URL"
711
+ msgstr "URL Ιστοσελίδας"
712
 
713
+ #: templates/sysinfo/system-information-panel.php:112
714
+ msgid "Output IP Address"
715
+ msgstr "Διεύθυνση IP Παραγωγής"
716
 
717
+ #: templates/sysinfo/system-information-panel.php:120
718
+ msgid "Defined WP_CACHE"
719
+ msgstr "Καθορισμένο WP_CACHE"
720
 
721
+ #: templates/sysinfo/system-information-panel.php:123
722
+ msgid "Yes"
723
+ msgstr "Ναι"
 
 
 
 
 
724
 
725
+ #: templates/sysinfo/system-information-panel.php:123
726
+ msgid "No"
727
+ msgstr "Όχι"
 
 
 
 
728
 
729
+ #: templates/sysinfo/system-information-panel.php:159
730
  msgid "Show full PHPInfo"
731
  msgstr "Πλήρης εμφάνιση PHPInfo"
732
 
733
+ #: templates/sysinfo/system-information-panel.php:167
734
+ msgid "Show log files"
735
+ msgstr "Εμφάνιση αρχείων καταγραφής"
 
 
 
 
736
 
737
  #: yit-plugin.php:194
738
  msgid "License"
819
  #: templates/fields/dimensions.php:16
820
  msgctxt "Position in the \"Dimensions\" field"
821
  msgid "Top"
822
+ msgstr "Κορυφή"
823
 
824
  #: templates/fields/dimensions.php:17
825
  msgctxt "Position in the \"Dimensions\" field"
826
  msgid "Right"
827
+ msgstr "Δεξιά"
828
 
829
  #: templates/fields/dimensions.php:18
830
  msgctxt "Position in the \"Dimensions\" field"
831
  msgid "Bottom"
832
+ msgstr "Κάτω"
833
 
834
  #: templates/fields/dimensions.php:19
835
  msgctxt "Position in the \"Dimensions\" field"
836
  msgid "Left"
837
+ msgstr "Αριστερά"
838
 
839
  #: templates/fields/dimensions.php:117
840
  msgctxt "Tooltip in the \"Dimensions\" field"
841
  msgid "Link values together"
842
+ msgstr "Συνδέστε αξίες"
843
 
844
  #: templates/fields/onoff.php:24
845
  msgctxt "YES/NO button: use MAX 3 characters!"
876
  msgid "Settings"
877
  msgstr "Ρυθμίσεις"
878
 
879
+ #~ msgid ""
880
+ #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
881
+ #~ "install it."
882
+ #~ msgstr ""
883
+ #~ "Το άρθρωμα <b>ImageMagick</b> δεν έχει εγκατασταθεί. Ζητήστε από την "
884
+ #~ "εταιρεία hosting σας να το εγκαταστήσει."
885
+
886
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
887
  #~ msgid "ON"
888
  #~ msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-04-23 06:38:32+00:00\n"
8
  "PO-Revision-Date: 2020-04-06 10:45+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
@@ -22,6 +22,33 @@ msgstr ""
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
26
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
27
  msgid "Add %s"
@@ -203,7 +230,7 @@ msgstr "Añadir %s desde imágenes"
203
  msgid "Upload multiple files"
204
  msgstr "Cargar archivos múltiples"
205
 
206
- #: lib/yit-plugin-panel-wc.php:399
207
  msgid "The changes you have made will be lost if you leave this page."
208
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
209
 
@@ -211,87 +238,87 @@ msgstr "Los cambios que has hecho se perderán si abandonas esta página."
211
  msgid "Plugin Settings"
212
  msgstr "Ajustes del plugin"
213
 
214
- #: lib/yit-plugin-panel.php:455 lib/yit-plugin-panel.php:458
215
  msgid "How to install premium version"
216
  msgstr "Cómo instalar la versión premium"
217
 
218
- #: lib/yit-plugin-panel.php:603 lib/yit-plugin-subpanel.php:151
219
  #: templates/panel/woocommerce/woocommerce-form.php:14
220
  msgid "Save Changes"
221
  msgstr "Guardar cambios"
222
 
223
- #: lib/yit-plugin-panel.php:606 lib/yit-plugin-subpanel.php:154
224
  #: templates/panel/woocommerce/woocommerce-form.php:17
225
  msgid ""
226
  "If you continue with this action, you will reset all options in this page."
227
  msgstr ""
228
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
229
 
230
- #: lib/yit-plugin-panel.php:608 lib/yit-plugin-subpanel.php:156
231
  msgid "Reset to default"
232
  msgstr "Restablecer a predeterminado"
233
 
234
- #: lib/yit-plugin-panel.php:609 lib/yit-plugin-subpanel.php:157
235
  #: templates/panel/woocommerce/woocommerce-form.php:21
236
  msgid "Are you sure?"
237
  msgstr "¿Estás seguro/a?"
238
 
239
- #: lib/yit-plugin-panel.php:807
240
  msgid ""
241
  "The element you have entered already exists. Please, enter another name."
242
  msgstr ""
243
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
244
 
245
- #: lib/yit-plugin-panel.php:808
246
  msgid "Settings saved"
247
  msgstr "Ajustes guardados"
248
 
249
- #: lib/yit-plugin-panel.php:809
250
  msgid "Settings reset"
251
  msgstr "Ajustes reiniciados"
252
 
253
- #: lib/yit-plugin-panel.php:810
254
  msgid "Element deleted correctly."
255
  msgstr "Elemento borrado correctamente."
256
 
257
- #: lib/yit-plugin-panel.php:811 lib/yit-plugin-panel.php:812
258
  msgid "Element updated correctly."
259
  msgstr "Elemento actualizado correctamente."
260
 
261
- #: lib/yit-plugin-panel.php:813
262
  msgid "Database imported correctly."
263
  msgstr "Base de datos importada correctamente."
264
 
265
- #: lib/yit-plugin-panel.php:814
266
  msgid "An error has occurred during import. Please try again."
267
  msgstr ""
268
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
269
 
270
- #: lib/yit-plugin-panel.php:815
271
  msgid "The added file is not valid."
272
  msgstr "El archivo añadido no es válido."
273
 
274
- #: lib/yit-plugin-panel.php:816
275
  msgid "Sorry, import is disabled."
276
  msgstr "Lo sentimos, la importación está deshabilitada."
277
 
278
- #: lib/yit-plugin-panel.php:817
279
  msgid "Sorting successful."
280
  msgstr "Clasificación fue realizada con éxito."
281
 
282
- #: lib/yit-plugin-panel.php:1265
283
  msgid "We need your support"
284
  msgstr "Necesitamos tu ayuda"
285
 
286
- #: lib/yit-plugin-panel.php:1266
287
  msgid "to keep updating and improving the plugin. Please,"
288
  msgstr "para seguir actualizando y mejora el plugin. Por favor,"
289
 
290
- #: lib/yit-plugin-panel.php:1268
291
  msgid "help us by leaving a five-star rating"
292
  msgstr "ayúdanos dejando una valoración de 5 estrellas"
293
 
294
- #: lib/yit-plugin-panel.php:1269
295
  msgid ":) Thanks!"
296
  msgstr ":) ¡Gracias!"
297
 
@@ -365,82 +392,177 @@ msgstr ""
365
  "Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
366
  "Inténtalo de nuevo más tarde."
367
 
368
- #: lib/yith-system-status.php:105
369
  msgid "WordPress Version"
370
  msgstr "Versión de WordPress"
371
 
372
- #: lib/yith-system-status.php:106
373
  msgid "WooCommerce Version"
374
  msgstr "Versión de WooCommerce"
375
 
376
- #: lib/yith-system-status.php:107
377
  msgid "Available Memory"
378
  msgstr "Memoria disponible"
379
 
380
- #: lib/yith-system-status.php:108
381
  msgid "PHP Version"
382
  msgstr "Versión PHP"
383
 
384
- #: lib/yith-system-status.php:109
385
  msgid "TLS Version"
386
  msgstr "Versión TLS"
387
 
388
- #: lib/yith-system-status.php:110
389
  msgid "WordPress Cron"
390
  msgstr "Cron de WordPress"
391
 
392
- #: lib/yith-system-status.php:111
393
  msgid "SimpleXML"
394
  msgstr "SimpleXML"
395
 
396
- #: lib/yith-system-status.php:112
397
  msgid "MultiByte String"
398
  msgstr "Cadena MultiByte"
399
 
400
- #: lib/yith-system-status.php:113
401
  msgid "ImageMagick Version"
402
  msgstr "Versión ImageMagick"
403
 
404
- #: lib/yith-system-status.php:114
405
  msgid "GD Library"
406
  msgstr "Biblioteca GD"
407
 
408
- #: lib/yith-system-status.php:115
409
  msgid "Iconv Module"
410
  msgstr "Módulo Iconv"
411
 
412
- #: lib/yith-system-status.php:116
413
  msgid "OPCache Save Comments"
414
  msgstr "Guardar comentarios OPCache"
415
 
416
- #: lib/yith-system-status.php:117
417
  msgid "URL FOpen"
418
  msgstr "URL FOpen"
419
 
420
- #: lib/yith-system-status.php:135 lib/yith-system-status.php:136
421
  msgid "System Status"
422
  msgstr "Estado del sistema"
423
 
424
- #: lib/yith-system-status.php:179
425
  msgid "YITH Plugins"
426
  msgstr "Plugins de YITH"
427
 
428
- #: lib/yith-system-status.php:180
429
  msgid "WooCommerce"
430
  msgstr "WooCommerce"
431
 
432
- #: lib/yith-system-status.php:297
433
  msgid "Warning!"
434
  msgstr "¡Atención! "
435
 
436
- #: lib/yith-system-status.php:298
 
 
437
  msgid ""
438
- "The system check has detected some compatibility issues on your "
439
- "installation. %sClick here%s to know more"
440
  msgstr ""
441
  "La comprobación del sistema ha detectado algunos errores en tu instalación. "
442
  "%sHaz clic aquí%s para saber más"
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  #: templates/fields/ajax-customers.php:57
445
  msgid "Search Customers"
446
  msgstr "Buscar clientes"
@@ -571,107 +693,55 @@ msgstr "(Por defecto: <i %s></i> )"
571
  msgid "Reset Defaults"
572
  msgstr "Ajustes predeterminados"
573
 
574
- #: templates/sysinfo/system-information-panel.php:30
575
  msgid "YITH System Information"
576
  msgstr "Información del sistema de YITH"
577
 
578
- #: templates/sysinfo/system-information-panel.php:38
579
- msgid "Site URL"
580
- msgstr "URL del sitio"
581
-
582
- #: templates/sysinfo/system-information-panel.php:46
583
- msgid "Output IP Address"
584
- msgstr "Salida Dirección IP"
585
-
586
- #: templates/sysinfo/system-information-panel.php:76
587
- msgid "Enabled"
588
- msgstr "Activado"
589
-
590
- #: templates/sysinfo/system-information-panel.php:76
591
- msgid "Disabled"
592
- msgstr "Desactivado"
593
-
594
- #: templates/sysinfo/system-information-panel.php:82
595
- msgid "N/A"
596
- msgstr "N/D"
597
-
598
- #: templates/sysinfo/system-information-panel.php:96
599
- msgid "%s needs %s enabled"
600
- msgstr "%s necesita %s enabled"
601
-
602
- #: templates/sysinfo/system-information-panel.php:98
603
- msgid "%s needs at least %s of available memory"
604
- msgstr "%s necesita al menos %s de memoria disponible"
605
-
606
- #: templates/sysinfo/system-information-panel.php:100
607
- #: templates/sysinfo/system-information-panel.php:149
608
- msgid ""
609
- "For optimal functioning of our plugins, we suggest setting at least %s of "
610
- "available memory"
611
  msgstr ""
612
- "Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
613
- "%s de memoria disponible"
614
 
615
- #: templates/sysinfo/system-information-panel.php:102
616
- #: templates/sysinfo/system-information-panel.php:137
617
- #: templates/sysinfo/system-information-panel.php:151
618
- msgid ""
619
- "Read more %s here%s or contact your hosting company in order to increase it."
620
  msgstr ""
621
- "Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
622
-
623
- #: templates/sysinfo/system-information-panel.php:105
624
- msgid "%s needs at least %s version"
625
- msgstr "%s necesita al menos la versión %s"
626
 
627
- #: templates/sysinfo/system-information-panel.php:116
628
- msgid ""
629
- "Update it to the latest version in order to benefit of all new features and "
630
- "security updates."
631
- msgstr ""
632
- "Actualízalo a la última versión para beneficiarte de todas las nuevas "
633
- "características y actualizaciones de seguridad"
634
 
635
- #: templates/sysinfo/system-information-panel.php:122
636
- msgid "Contact your hosting company in order to update it."
637
- msgstr "Contacta a tu compañía de hosting para actualizarlo."
638
 
639
- #: templates/sysinfo/system-information-panel.php:126
640
- msgid "Remove %s from %s file"
641
- msgstr "Eliminar %s del archivo %s"
642
 
643
- #: templates/sysinfo/system-information-panel.php:134
644
- msgid "Contact your hosting company in order to enable it."
645
- msgstr "Contacta a tu compañía de hosting para activarlo."
646
 
647
- #: templates/sysinfo/system-information-panel.php:157
648
- msgid ""
649
- "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
650
- "b> module is disabled. Ask your hosting company to enable it."
651
  msgstr ""
652
- "No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
653
- "b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
654
- "active."
655
 
656
- #: templates/sysinfo/system-information-panel.php:160
657
- msgid ""
658
- "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
659
- "install it."
660
  msgstr ""
661
- "<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
662
- "hosting que lo instale."
663
 
664
- #: templates/sysinfo/system-information-panel.php:172
 
 
 
 
 
665
  msgid "Show full PHPInfo"
666
  msgstr "Mostrar PHPInfo completa"
667
 
668
- #: templates/sysinfo/system-information-panel.php:176
669
- msgid "Back to System panel"
670
- msgstr "Volver al panel del Sistema"
671
-
672
- #: templates/sysinfo/system-information-panel.php:193
673
- msgid "Back to top"
674
- msgstr "Volver arriba"
675
 
676
  #: yit-plugin.php:194
677
  msgid "License"
@@ -815,6 +885,13 @@ msgctxt "Action links"
815
  msgid "Settings"
816
  msgstr "Ajustes"
817
 
 
 
 
 
 
 
 
818
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
819
  #~ msgid "ON"
820
  #~ msgstr "ON"
@@ -1159,9 +1236,6 @@ msgstr "Ajustes"
1159
  #~ msgid "Renew license"
1160
  #~ msgstr "Renovar licencia"
1161
 
1162
- #~ msgid "Select All"
1163
- #~ msgstr "Seleccionar todo"
1164
-
1165
  #~ msgid "Deselect All"
1166
  #~ msgstr "Deseleccionar todo"
1167
 
@@ -1230,9 +1304,6 @@ msgstr "Ajustes"
1230
  #~ msgid "Theme Icon"
1231
  #~ msgstr "Icono del tema"
1232
 
1233
- #~ msgid "None"
1234
- #~ msgstr "Ninguno"
1235
-
1236
  #~ msgid "Field Title"
1237
  #~ msgstr "Campo de título"
1238
 
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
  "PO-Revision-Date: 2020-04-06 10:45+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: lib/yit-assets.php:102
26
+ msgid "Clear"
27
+ msgstr ""
28
+
29
+ #: lib/yit-assets.php:103
30
+ msgid "Clear color"
31
+ msgstr ""
32
+
33
+ #: lib/yit-assets.php:104
34
+ #, fuzzy
35
+ msgid "Default"
36
+ msgstr "Establecer por defecto"
37
+
38
+ #: lib/yit-assets.php:105
39
+ #, fuzzy
40
+ msgid "Select default color"
41
+ msgstr "Establecer por defecto"
42
+
43
+ #: lib/yit-assets.php:106
44
+ #, fuzzy
45
+ msgid "Select Color"
46
+ msgstr "Seleccionar todo"
47
+
48
+ #: lib/yit-assets.php:107
49
+ msgid "Color value"
50
+ msgstr ""
51
+
52
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
53
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
54
  msgid "Add %s"
230
  msgid "Upload multiple files"
231
  msgstr "Cargar archivos múltiples"
232
 
233
+ #: lib/yit-plugin-panel-wc.php:426
234
  msgid "The changes you have made will be lost if you leave this page."
235
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
236
 
238
  msgid "Plugin Settings"
239
  msgstr "Ajustes del plugin"
240
 
241
+ #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
242
  msgid "How to install premium version"
243
  msgstr "Cómo instalar la versión premium"
244
 
245
+ #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
246
  #: templates/panel/woocommerce/woocommerce-form.php:14
247
  msgid "Save Changes"
248
  msgstr "Guardar cambios"
249
 
250
+ #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
251
  #: templates/panel/woocommerce/woocommerce-form.php:17
252
  msgid ""
253
  "If you continue with this action, you will reset all options in this page."
254
  msgstr ""
255
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
256
 
257
+ #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
258
  msgid "Reset to default"
259
  msgstr "Restablecer a predeterminado"
260
 
261
+ #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
262
  #: templates/panel/woocommerce/woocommerce-form.php:21
263
  msgid "Are you sure?"
264
  msgstr "¿Estás seguro/a?"
265
 
266
+ #: lib/yit-plugin-panel.php:823
267
  msgid ""
268
  "The element you have entered already exists. Please, enter another name."
269
  msgstr ""
270
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
271
 
272
+ #: lib/yit-plugin-panel.php:824
273
  msgid "Settings saved"
274
  msgstr "Ajustes guardados"
275
 
276
+ #: lib/yit-plugin-panel.php:825
277
  msgid "Settings reset"
278
  msgstr "Ajustes reiniciados"
279
 
280
+ #: lib/yit-plugin-panel.php:826
281
  msgid "Element deleted correctly."
282
  msgstr "Elemento borrado correctamente."
283
 
284
+ #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
285
  msgid "Element updated correctly."
286
  msgstr "Elemento actualizado correctamente."
287
 
288
+ #: lib/yit-plugin-panel.php:829
289
  msgid "Database imported correctly."
290
  msgstr "Base de datos importada correctamente."
291
 
292
+ #: lib/yit-plugin-panel.php:830
293
  msgid "An error has occurred during import. Please try again."
294
  msgstr ""
295
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
296
 
297
+ #: lib/yit-plugin-panel.php:831
298
  msgid "The added file is not valid."
299
  msgstr "El archivo añadido no es válido."
300
 
301
+ #: lib/yit-plugin-panel.php:832
302
  msgid "Sorry, import is disabled."
303
  msgstr "Lo sentimos, la importación está deshabilitada."
304
 
305
+ #: lib/yit-plugin-panel.php:833
306
  msgid "Sorting successful."
307
  msgstr "Clasificación fue realizada con éxito."
308
 
309
+ #: lib/yit-plugin-panel.php:1281
310
  msgid "We need your support"
311
  msgstr "Necesitamos tu ayuda"
312
 
313
+ #: lib/yit-plugin-panel.php:1282
314
  msgid "to keep updating and improving the plugin. Please,"
315
  msgstr "para seguir actualizando y mejora el plugin. Por favor,"
316
 
317
+ #: lib/yit-plugin-panel.php:1284
318
  msgid "help us by leaving a five-star rating"
319
  msgstr "ayúdanos dejando una valoración de 5 estrellas"
320
 
321
+ #: lib/yit-plugin-panel.php:1285
322
  msgid ":) Thanks!"
323
  msgstr ":) ¡Gracias!"
324
 
392
  "Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
393
  "Inténtalo de nuevo más tarde."
394
 
395
+ #: lib/yith-system-status.php:111
396
  msgid "WordPress Version"
397
  msgstr "Versión de WordPress"
398
 
399
+ #: lib/yith-system-status.php:112
400
  msgid "WooCommerce Version"
401
  msgstr "Versión de WooCommerce"
402
 
403
+ #: lib/yith-system-status.php:113
404
  msgid "Available Memory"
405
  msgstr "Memoria disponible"
406
 
407
+ #: lib/yith-system-status.php:114
408
  msgid "PHP Version"
409
  msgstr "Versión PHP"
410
 
411
+ #: lib/yith-system-status.php:115
412
  msgid "TLS Version"
413
  msgstr "Versión TLS"
414
 
415
+ #: lib/yith-system-status.php:116
416
  msgid "WordPress Cron"
417
  msgstr "Cron de WordPress"
418
 
419
+ #: lib/yith-system-status.php:117
420
  msgid "SimpleXML"
421
  msgstr "SimpleXML"
422
 
423
+ #: lib/yith-system-status.php:118
424
  msgid "MultiByte String"
425
  msgstr "Cadena MultiByte"
426
 
427
+ #: lib/yith-system-status.php:119
428
  msgid "ImageMagick Version"
429
  msgstr "Versión ImageMagick"
430
 
431
+ #: lib/yith-system-status.php:120
432
  msgid "GD Library"
433
  msgstr "Biblioteca GD"
434
 
435
+ #: lib/yith-system-status.php:121
436
  msgid "Iconv Module"
437
  msgstr "Módulo Iconv"
438
 
439
+ #: lib/yith-system-status.php:122
440
  msgid "OPCache Save Comments"
441
  msgstr "Guardar comentarios OPCache"
442
 
443
+ #: lib/yith-system-status.php:123
444
  msgid "URL FOpen"
445
  msgstr "URL FOpen"
446
 
447
+ #: lib/yith-system-status.php:141 lib/yith-system-status.php:142
448
  msgid "System Status"
449
  msgstr "Estado del sistema"
450
 
451
+ #: lib/yith-system-status.php:184
452
  msgid "YITH Plugins"
453
  msgstr "Plugins de YITH"
454
 
455
+ #: lib/yith-system-status.php:192
456
  msgid "WooCommerce"
457
  msgstr "WooCommerce"
458
 
459
+ #: lib/yith-system-status.php:330
460
  msgid "Warning!"
461
  msgstr "¡Atención! "
462
 
463
+ #. translators: %1$s open link tag, %2$s open link tag
464
+ #: lib/yith-system-status.php:334
465
+ #, fuzzy
466
  msgid ""
467
+ "The system check has detected some compatibility issues on your installation."
468
+ "%1$sClick here%2$s to know more"
469
  msgstr ""
470
  "La comprobación del sistema ha detectado algunos errores en tu instalación. "
471
  "%sHaz clic aquí%s para saber más"
472
 
473
+ #: lib/yith-system-status.php:473
474
+ msgid "Enabled"
475
+ msgstr "Activado"
476
+
477
+ #: lib/yith-system-status.php:473
478
+ msgid "Disabled"
479
+ msgstr "Desactivado"
480
+
481
+ #: lib/yith-system-status.php:478
482
+ msgid "N/A"
483
+ msgstr "N/D"
484
+
485
+ #. translators: %1$s plugin name, %2$s requirement name
486
+ #: lib/yith-system-status.php:506
487
+ #, fuzzy
488
+ msgid "%1$s needs %2$s enabled"
489
+ msgstr "%s necesita %s enabled"
490
+
491
+ #. translators: %1$s plugin name, %2$s required memory amount
492
+ #: lib/yith-system-status.php:509
493
+ #, fuzzy
494
+ msgid "%1$s needs at least %2$s of available memory"
495
+ msgstr "%s necesita al menos %s de memoria disponible"
496
+
497
+ #. translators: %1$s plugin name, %2$s version number
498
+ #: lib/yith-system-status.php:512
499
+ #, fuzzy
500
+ msgid "%1$s needs at least %2$s version"
501
+ msgstr "%s necesita al menos la versión %s"
502
+
503
+ #: lib/yith-system-status.php:537
504
+ msgid ""
505
+ "Update it to the latest version in order to benefit of all new features and "
506
+ "security updates."
507
+ msgstr ""
508
+ "Actualízalo a la última versión para beneficiarte de todas las nuevas "
509
+ "características y actualizaciones de seguridad"
510
+
511
+ #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
512
+ msgid "Contact your hosting company in order to update it."
513
+ msgstr "Contacta a tu compañía de hosting para actualizarlo."
514
+
515
+ #: lib/yith-system-status.php:545
516
+ #, fuzzy
517
+ msgid "Contact your hosting company in order to install it."
518
+ msgstr "Contacta a tu compañía de hosting para activarlo."
519
+
520
+ #. translators: %1$s code, %2$s file name
521
+ #: lib/yith-system-status.php:552
522
+ #, fuzzy
523
+ msgid "Remove %1$s from %2$s file"
524
+ msgstr "Eliminar %s del archivo %s"
525
+
526
+ #: lib/yith-system-status.php:560
527
+ msgid "Contact your hosting company in order to enable it."
528
+ msgstr "Contacta a tu compañía de hosting para activarlo."
529
+
530
+ #. translators: %1$s opening link tag, %2$s closing link tag
531
+ #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
532
+ #, fuzzy
533
+ msgid ""
534
+ "Read more %1$shere%2$s or contact your hosting company in order to increase "
535
+ "it."
536
+ msgstr ""
537
+ "Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
538
+
539
+ #. translators: %s recommended memory amount
540
+ #: lib/yith-system-status.php:585
541
+ msgid ""
542
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
543
+ "available memory"
544
+ msgstr ""
545
+ "Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
546
+ "%s de memoria disponible"
547
+
548
+ #. translators: %1$s TLS label, %2$s cURL label
549
+ #: lib/yith-system-status.php:593
550
+ #, fuzzy
551
+ msgid ""
552
+ "The system check cannot determine which %1$s version is installed because "
553
+ "%2$s module is disabled. Ask your hosting company to enable it."
554
+ msgstr ""
555
+ "No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
556
+ "b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
557
+ "active."
558
+
559
+ #. translators: %1$s TLS label
560
+ #: lib/yith-system-status.php:596
561
+ msgid ""
562
+ "The system check cannot determine which %1$s version is installed due to a "
563
+ "connection issue between your site and our server."
564
+ msgstr ""
565
+
566
  #: templates/fields/ajax-customers.php:57
567
  msgid "Search Customers"
568
  msgstr "Buscar clientes"
693
  msgid "Reset Defaults"
694
  msgstr "Ajustes predeterminados"
695
 
696
+ #: templates/sysinfo/system-information-panel.php:39
697
  msgid "YITH System Information"
698
  msgstr "Información del sistema de YITH"
699
 
700
+ #: templates/sysinfo/system-information-panel.php:50
701
+ msgid "WP debug.log file"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
702
  msgstr ""
 
 
703
 
704
+ #: templates/sysinfo/system-information-panel.php:54
705
+ msgid "PHP error_log file"
 
 
 
706
  msgstr ""
 
 
 
 
 
707
 
708
+ #: templates/sysinfo/system-information-panel.php:59
709
+ #: templates/sysinfo/system-information-panel.php:83
710
+ msgid "Back to System panel"
711
+ msgstr "Volver al panel del Sistema"
 
 
 
712
 
713
+ #: templates/sysinfo/system-information-panel.php:96
714
+ msgid "Back to top"
715
+ msgstr "Volver arriba"
716
 
717
+ #: templates/sysinfo/system-information-panel.php:104
718
+ msgid "Site URL"
719
+ msgstr "URL del sitio"
720
 
721
+ #: templates/sysinfo/system-information-panel.php:112
722
+ msgid "Output IP Address"
723
+ msgstr "Salida Dirección IP"
724
 
725
+ #: templates/sysinfo/system-information-panel.php:120
726
+ msgid "Defined WP_CACHE"
 
 
727
  msgstr ""
 
 
 
728
 
729
+ #: templates/sysinfo/system-information-panel.php:123
730
+ msgid "Yes"
 
 
731
  msgstr ""
 
 
732
 
733
+ #: templates/sysinfo/system-information-panel.php:123
734
+ #, fuzzy
735
+ msgid "No"
736
+ msgstr "Ninguno"
737
+
738
+ #: templates/sysinfo/system-information-panel.php:159
739
  msgid "Show full PHPInfo"
740
  msgstr "Mostrar PHPInfo completa"
741
 
742
+ #: templates/sysinfo/system-information-panel.php:167
743
+ msgid "Show log files"
744
+ msgstr ""
 
 
 
 
745
 
746
  #: yit-plugin.php:194
747
  msgid "License"
885
  msgid "Settings"
886
  msgstr "Ajustes"
887
 
888
+ #~ msgid ""
889
+ #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
890
+ #~ "install it."
891
+ #~ msgstr ""
892
+ #~ "<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
893
+ #~ "hosting que lo instale."
894
+
895
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
896
  #~ msgid "ON"
897
  #~ msgstr "ON"
1236
  #~ msgid "Renew license"
1237
  #~ msgstr "Renovar licencia"
1238
 
 
 
 
1239
  #~ msgid "Deselect All"
1240
  #~ msgstr "Deseleccionar todo"
1241
 
1304
  #~ msgid "Theme Icon"
1305
  #~ msgstr "Icono del tema"
1306
 
 
 
 
1307
  #~ msgid "Field Title"
1308
  #~ msgstr "Campo de título"
1309
 
plugin-fw/languages/yith-plugin-fw-it_IT.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-04-23 06:38:32+00:00\n"
8
- "PO-Revision-Date: 2020-06-01 13:46+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
@@ -22,6 +22,30 @@ msgstr ""
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
26
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
27
  msgid "Add %s"
@@ -202,7 +226,7 @@ msgstr "Aggiungi %s dalla immagini"
202
  msgid "Upload multiple files"
203
  msgstr "Carica file multipli"
204
 
205
- #: lib/yit-plugin-panel-wc.php:399
206
  msgid "The changes you have made will be lost if you leave this page."
207
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
208
 
@@ -210,16 +234,16 @@ msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
210
  msgid "Plugin Settings"
211
  msgstr "Impostazioni plugin"
212
 
213
- #: lib/yit-plugin-panel.php:455 lib/yit-plugin-panel.php:458
214
  msgid "How to install premium version"
215
  msgstr "Come installare la versione premium"
216
 
217
- #: lib/yit-plugin-panel.php:603 lib/yit-plugin-subpanel.php:151
218
  #: templates/panel/woocommerce/woocommerce-form.php:14
219
  msgid "Save Changes"
220
  msgstr "Salva modifiche"
221
 
222
- #: lib/yit-plugin-panel.php:606 lib/yit-plugin-subpanel.php:154
223
  #: templates/panel/woocommerce/woocommerce-form.php:17
224
  msgid ""
225
  "If you continue with this action, you will reset all options in this page."
@@ -227,69 +251,69 @@ msgstr ""
227
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
228
  "reimpostate."
229
 
230
- #: lib/yit-plugin-panel.php:608 lib/yit-plugin-subpanel.php:156
231
  msgid "Reset to default"
232
  msgstr "Ripristina configurazione predefinita"
233
 
234
- #: lib/yit-plugin-panel.php:609 lib/yit-plugin-subpanel.php:157
235
  #: templates/panel/woocommerce/woocommerce-form.php:21
236
  msgid "Are you sure?"
237
  msgstr "Sei sicuro?"
238
 
239
- #: lib/yit-plugin-panel.php:807
240
  msgid ""
241
  "The element you have entered already exists. Please, enter another name."
242
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
243
 
244
- #: lib/yit-plugin-panel.php:808
245
  msgid "Settings saved"
246
  msgstr "Impostazioni salvate"
247
 
248
- #: lib/yit-plugin-panel.php:809
249
  msgid "Settings reset"
250
  msgstr "Impostazioni azzerate"
251
 
252
- #: lib/yit-plugin-panel.php:810
253
  msgid "Element deleted correctly."
254
  msgstr "Elemento rimosso correttamente."
255
 
256
- #: lib/yit-plugin-panel.php:811 lib/yit-plugin-panel.php:812
257
  msgid "Element updated correctly."
258
  msgstr "Elemento aggiornato correttamente."
259
 
260
- #: lib/yit-plugin-panel.php:813
261
  msgid "Database imported correctly."
262
  msgstr "Database importato correttamente."
263
 
264
- #: lib/yit-plugin-panel.php:814
265
  msgid "An error has occurred during import. Please try again."
266
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
267
 
268
- #: lib/yit-plugin-panel.php:815
269
  msgid "The added file is not valid."
270
  msgstr "Il file aggiunto non è valido."
271
 
272
- #: lib/yit-plugin-panel.php:816
273
  msgid "Sorry, import is disabled."
274
  msgstr "Ci dispiace, l'importazione è disabilitata."
275
 
276
- #: lib/yit-plugin-panel.php:817
277
  msgid "Sorting successful."
278
  msgstr "Ordinamento effettuato con successo."
279
 
280
- #: lib/yit-plugin-panel.php:1265
281
  msgid "We need your support"
282
  msgstr "Abbiamo bisogno del tuo sostegno"
283
 
284
- #: lib/yit-plugin-panel.php:1266
285
  msgid "to keep updating and improving the plugin. Please,"
286
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
287
 
288
- #: lib/yit-plugin-panel.php:1268
289
  msgid "help us by leaving a five-star rating"
290
- msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
291
 
292
- #: lib/yit-plugin-panel.php:1269
293
  msgid ":) Thanks!"
294
  msgstr ":) Grazie!"
295
 
@@ -360,81 +384,171 @@ msgstr ""
360
  "Si è verificato un errore probabilmente causato dal feed non disponibile. "
361
  "Riprova più tardi."
362
 
363
- #: lib/yith-system-status.php:105
364
  msgid "WordPress Version"
365
  msgstr "Versione di WordPress"
366
 
367
- #: lib/yith-system-status.php:106
368
  msgid "WooCommerce Version"
369
  msgstr "Versione di WooCommerce"
370
 
371
- #: lib/yith-system-status.php:107
372
  msgid "Available Memory"
373
  msgstr "Memoria disponibile"
374
 
375
- #: lib/yith-system-status.php:108
376
  msgid "PHP Version"
377
  msgstr "Versione PHP"
378
 
379
- #: lib/yith-system-status.php:109
380
  msgid "TLS Version"
381
  msgstr "Versione TLS"
382
 
383
- #: lib/yith-system-status.php:110
384
  msgid "WordPress Cron"
385
  msgstr "Cron WordPress"
386
 
387
- #: lib/yith-system-status.php:111
388
  msgid "SimpleXML"
389
  msgstr "SimpleXML"
390
 
391
- #: lib/yith-system-status.php:112
392
  msgid "MultiByte String"
393
  msgstr "MultiByte String"
394
 
395
- #: lib/yith-system-status.php:113
396
  msgid "ImageMagick Version"
397
  msgstr "Versione di ImageMagick"
398
 
399
- #: lib/yith-system-status.php:114
400
  msgid "GD Library"
401
  msgstr "GD Library"
402
 
403
- #: lib/yith-system-status.php:115
404
  msgid "Iconv Module"
405
  msgstr "Iconv Module"
406
 
407
- #: lib/yith-system-status.php:116
408
  msgid "OPCache Save Comments"
409
  msgstr "OPCache Save Comments"
410
 
411
- #: lib/yith-system-status.php:117
412
  msgid "URL FOpen"
413
  msgstr "URL FOpen"
414
 
415
- #: lib/yith-system-status.php:135 lib/yith-system-status.php:136
416
  msgid "System Status"
417
  msgstr "Stato del sistema"
418
 
419
- #: lib/yith-system-status.php:179
420
  msgid "YITH Plugins"
421
  msgstr "Plugin YITH"
422
 
423
- #: lib/yith-system-status.php:180
424
  msgid "WooCommerce"
425
  msgstr "WooCommerce"
426
 
427
- #: lib/yith-system-status.php:297
428
  msgid "Warning!"
429
  msgstr "Attenzione!"
430
 
431
- #: lib/yith-system-status.php:298
 
432
  msgid ""
433
- "The system check has detected some compatibility issues on your "
434
- "installation. %sClick here%s to know more"
435
  msgstr ""
436
  "Il controllo di sistema ha individuato delle incompatibilità con la tua "
437
- "installazione. %sVedi qui%s per maggiori informazioni"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
 
439
  #: templates/fields/ajax-customers.php:57
440
  msgid "Search Customers"
@@ -566,115 +680,60 @@ msgstr "(Default: <i %s></i> )"
566
  msgid "Reset Defaults"
567
  msgstr "Ripristina impostazioni iniziali"
568
 
569
- #: templates/sysinfo/system-information-panel.php:30
570
  msgid "YITH System Information"
571
  msgstr "YITH System Information"
572
 
573
- #: templates/sysinfo/system-information-panel.php:38
574
- msgid "Site URL"
575
- msgstr "URL del sito"
576
-
577
- #: templates/sysinfo/system-information-panel.php:46
578
- msgid "Output IP Address"
579
- msgstr "Indirizzo IP di output"
580
-
581
- #: templates/sysinfo/system-information-panel.php:76
582
- msgid "Enabled"
583
- msgstr "Abilitato"
584
 
585
- #: templates/sysinfo/system-information-panel.php:76
586
- msgid "Disabled"
587
- msgstr "Disabilitato"
588
 
589
- #: templates/sysinfo/system-information-panel.php:82
590
- msgid "N/A"
591
- msgstr "N.D."
 
592
 
593
  #: templates/sysinfo/system-information-panel.php:96
594
- msgid "%s needs %s enabled"
595
- msgstr "%s necessita l'attivazione di %s"
596
-
597
- #: templates/sysinfo/system-information-panel.php:98
598
- msgid "%s needs at least %s of available memory"
599
- msgstr "%s necessita almeno %s di memoria disponibile"
600
-
601
- #: templates/sysinfo/system-information-panel.php:100
602
- #: templates/sysinfo/system-information-panel.php:149
603
- msgid ""
604
- "For optimal functioning of our plugins, we suggest setting at least %s of "
605
- "available memory"
606
- msgstr ""
607
- "Per il funzionamento ottimale dei nostri plugin consigliamo di impostare "
608
- "almeno %s della memoria disponibile"
609
-
610
- #: templates/sysinfo/system-information-panel.php:102
611
- #: templates/sysinfo/system-information-panel.php:137
612
- #: templates/sysinfo/system-information-panel.php:151
613
- msgid ""
614
- "Read more %s here%s or contact your hosting company in order to increase it."
615
- msgstr ""
616
- "Per maggiori informazioni %s leggi questo%s oppure contatta il tuo host per "
617
- "un upgrade."
618
-
619
- #: templates/sysinfo/system-information-panel.php:105
620
- msgid "%s needs at least %s version"
621
- msgstr "%s necessita almeno della versione %s"
622
-
623
- #: templates/sysinfo/system-information-panel.php:116
624
- msgid ""
625
- "Update it to the latest version in order to benefit of all new features and "
626
- "security updates."
627
- msgstr ""
628
- "Aggiorna all'ultima versione per beneficiare di tutte le nuove funzionalità "
629
- "e degli aggiornamenti di sicurezza."
630
 
631
- #: templates/sysinfo/system-information-panel.php:122
632
- msgid "Contact your hosting company in order to update it."
633
- msgstr "Contatta il tuo servizio hosting per aggiornarlo."
634
 
635
- #: templates/sysinfo/system-information-panel.php:126
636
- msgid "Remove %s from %s file"
637
- msgstr "Rimuovi %s dal file %s"
638
 
639
- #: templates/sysinfo/system-information-panel.php:134
640
- msgid "Contact your hosting company in order to enable it."
641
- msgstr "Per attivarlo contatta il tuo servizio di hosting."
642
 
643
- #: templates/sysinfo/system-information-panel.php:157
644
- msgid ""
645
- "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
646
- "b> module is disabled. Ask your hosting company to enable it."
647
- msgstr ""
648
- "Non ci è stato possibile determinare quale versione <b>TLS</b> è installata "
649
- "in quanto il modulo <b>cURL</b> è disattivato. Chiedi al tuo servizio "
650
- "hosting di attivarlo."
651
 
652
- #: templates/sysinfo/system-information-panel.php:160
653
- msgid ""
654
- "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
655
- "install it."
656
- msgstr ""
657
- "Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
658
- "hosting di installarlo."
659
 
660
- #: templates/sysinfo/system-information-panel.php:172
661
  msgid "Show full PHPInfo"
662
  msgstr "Mostra tutto il contenuto di PHPInfo"
663
 
664
- #: templates/sysinfo/system-information-panel.php:176
665
- msgid "Back to System panel"
666
- msgstr "Torna al pannello di Sistema"
667
-
668
- #: templates/sysinfo/system-information-panel.php:193
669
- msgid "Back to top"
670
- msgstr "Torna su"
671
 
672
  #: yit-plugin.php:194
673
  msgid "License"
674
  msgstr "Chiave di licenza"
675
 
676
  #. Author of the plugin/theme
677
- #, fuzzy
678
  msgid "YITH"
679
  msgstr "YITH"
680
 
@@ -754,27 +813,27 @@ msgstr "YITH"
754
  #: templates/fields/dimensions.php:16
755
  msgctxt "Position in the \"Dimensions\" field"
756
  msgid "Top"
757
- msgstr ""
758
 
759
  #: templates/fields/dimensions.php:17
760
  msgctxt "Position in the \"Dimensions\" field"
761
  msgid "Right"
762
- msgstr ""
763
 
764
  #: templates/fields/dimensions.php:18
765
  msgctxt "Position in the \"Dimensions\" field"
766
  msgid "Bottom"
767
- msgstr ""
768
 
769
  #: templates/fields/dimensions.php:19
770
  msgctxt "Position in the \"Dimensions\" field"
771
  msgid "Left"
772
- msgstr ""
773
 
774
  #: templates/fields/dimensions.php:117
775
  msgctxt "Tooltip in the \"Dimensions\" field"
776
  msgid "Link values together"
777
- msgstr ""
778
 
779
  #: templates/fields/onoff.php:24
780
  msgctxt "YES/NO button: use MAX 3 characters!"
@@ -811,6 +870,13 @@ msgctxt "Action links"
811
  msgid "Settings"
812
  msgstr "Impostazioni"
813
 
 
 
 
 
 
 
 
814
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
815
  #~ msgid "ON"
816
  #~ msgstr "SÌ"
@@ -1141,9 +1207,6 @@ msgstr "Impostazioni"
1141
  #~ msgid "Renew license"
1142
  #~ msgstr "Rinnova la licenza"
1143
 
1144
- #~ msgid "Select All"
1145
- #~ msgstr "Seleziona tutto"
1146
-
1147
  #~ msgid "Deselect All"
1148
  #~ msgstr "Deseleziona tutto"
1149
 
@@ -1213,9 +1276,6 @@ msgstr "Impostazioni"
1213
  #~ msgid "Theme Icon"
1214
  #~ msgstr "Icona tema"
1215
 
1216
- #~ msgid "None"
1217
- #~ msgstr "Nessuno"
1218
-
1219
  #~ msgid "Field Title"
1220
  #~ msgstr "Titolo campo"
1221
 
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
+ "PO-Revision-Date: 2020-08-10 19:15+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: lib/yit-assets.php:102
26
+ msgid "Clear"
27
+ msgstr "Cancella"
28
+
29
+ #: lib/yit-assets.php:103
30
+ msgid "Clear color"
31
+ msgstr "Cancella colore"
32
+
33
+ #: lib/yit-assets.php:104
34
+ msgid "Default"
35
+ msgstr "Predefinito"
36
+
37
+ #: lib/yit-assets.php:105
38
+ msgid "Select default color"
39
+ msgstr "Imposta colore predefinito"
40
+
41
+ #: lib/yit-assets.php:106
42
+ msgid "Select Color"
43
+ msgstr "Seleziona colore"
44
+
45
+ #: lib/yit-assets.php:107
46
+ msgid "Color value"
47
+ msgstr "Colore"
48
+
49
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
50
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
51
  msgid "Add %s"
226
  msgid "Upload multiple files"
227
  msgstr "Carica file multipli"
228
 
229
+ #: lib/yit-plugin-panel-wc.php:426
230
  msgid "The changes you have made will be lost if you leave this page."
231
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
232
 
234
  msgid "Plugin Settings"
235
  msgstr "Impostazioni plugin"
236
 
237
+ #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
238
  msgid "How to install premium version"
239
  msgstr "Come installare la versione premium"
240
 
241
+ #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
242
  #: templates/panel/woocommerce/woocommerce-form.php:14
243
  msgid "Save Changes"
244
  msgstr "Salva modifiche"
245
 
246
+ #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
247
  #: templates/panel/woocommerce/woocommerce-form.php:17
248
  msgid ""
249
  "If you continue with this action, you will reset all options in this page."
251
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
252
  "reimpostate."
253
 
254
+ #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
255
  msgid "Reset to default"
256
  msgstr "Ripristina configurazione predefinita"
257
 
258
+ #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
259
  #: templates/panel/woocommerce/woocommerce-form.php:21
260
  msgid "Are you sure?"
261
  msgstr "Sei sicuro?"
262
 
263
+ #: lib/yit-plugin-panel.php:823
264
  msgid ""
265
  "The element you have entered already exists. Please, enter another name."
266
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
267
 
268
+ #: lib/yit-plugin-panel.php:824
269
  msgid "Settings saved"
270
  msgstr "Impostazioni salvate"
271
 
272
+ #: lib/yit-plugin-panel.php:825
273
  msgid "Settings reset"
274
  msgstr "Impostazioni azzerate"
275
 
276
+ #: lib/yit-plugin-panel.php:826
277
  msgid "Element deleted correctly."
278
  msgstr "Elemento rimosso correttamente."
279
 
280
+ #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
281
  msgid "Element updated correctly."
282
  msgstr "Elemento aggiornato correttamente."
283
 
284
+ #: lib/yit-plugin-panel.php:829
285
  msgid "Database imported correctly."
286
  msgstr "Database importato correttamente."
287
 
288
+ #: lib/yit-plugin-panel.php:830
289
  msgid "An error has occurred during import. Please try again."
290
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
291
 
292
+ #: lib/yit-plugin-panel.php:831
293
  msgid "The added file is not valid."
294
  msgstr "Il file aggiunto non è valido."
295
 
296
+ #: lib/yit-plugin-panel.php:832
297
  msgid "Sorry, import is disabled."
298
  msgstr "Ci dispiace, l'importazione è disabilitata."
299
 
300
+ #: lib/yit-plugin-panel.php:833
301
  msgid "Sorting successful."
302
  msgstr "Ordinamento effettuato con successo."
303
 
304
+ #: lib/yit-plugin-panel.php:1281
305
  msgid "We need your support"
306
  msgstr "Abbiamo bisogno del tuo sostegno"
307
 
308
+ #: lib/yit-plugin-panel.php:1282
309
  msgid "to keep updating and improving the plugin. Please,"
310
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
311
 
312
+ #: lib/yit-plugin-panel.php:1284
313
  msgid "help us by leaving a five-star rating"
314
+ msgstr "puoi darci una mano lasciando una recensione a 5 stelle"
315
 
316
+ #: lib/yit-plugin-panel.php:1285
317
  msgid ":) Thanks!"
318
  msgstr ":) Grazie!"
319
 
384
  "Si è verificato un errore probabilmente causato dal feed non disponibile. "
385
  "Riprova più tardi."
386
 
387
+ #: lib/yith-system-status.php:111
388
  msgid "WordPress Version"
389
  msgstr "Versione di WordPress"
390
 
391
+ #: lib/yith-system-status.php:112
392
  msgid "WooCommerce Version"
393
  msgstr "Versione di WooCommerce"
394
 
395
+ #: lib/yith-system-status.php:113
396
  msgid "Available Memory"
397
  msgstr "Memoria disponibile"
398
 
399
+ #: lib/yith-system-status.php:114
400
  msgid "PHP Version"
401
  msgstr "Versione PHP"
402
 
403
+ #: lib/yith-system-status.php:115
404
  msgid "TLS Version"
405
  msgstr "Versione TLS"
406
 
407
+ #: lib/yith-system-status.php:116
408
  msgid "WordPress Cron"
409
  msgstr "Cron WordPress"
410
 
411
+ #: lib/yith-system-status.php:117
412
  msgid "SimpleXML"
413
  msgstr "SimpleXML"
414
 
415
+ #: lib/yith-system-status.php:118
416
  msgid "MultiByte String"
417
  msgstr "MultiByte String"
418
 
419
+ #: lib/yith-system-status.php:119
420
  msgid "ImageMagick Version"
421
  msgstr "Versione di ImageMagick"
422
 
423
+ #: lib/yith-system-status.php:120
424
  msgid "GD Library"
425
  msgstr "GD Library"
426
 
427
+ #: lib/yith-system-status.php:121
428
  msgid "Iconv Module"
429
  msgstr "Iconv Module"
430
 
431
+ #: lib/yith-system-status.php:122
432
  msgid "OPCache Save Comments"
433
  msgstr "OPCache Save Comments"
434
 
435
+ #: lib/yith-system-status.php:123
436
  msgid "URL FOpen"
437
  msgstr "URL FOpen"
438
 
439
+ #: lib/yith-system-status.php:141 lib/yith-system-status.php:142
440
  msgid "System Status"
441
  msgstr "Stato del sistema"
442
 
443
+ #: lib/yith-system-status.php:184
444
  msgid "YITH Plugins"
445
  msgstr "Plugin YITH"
446
 
447
+ #: lib/yith-system-status.php:192
448
  msgid "WooCommerce"
449
  msgstr "WooCommerce"
450
 
451
+ #: lib/yith-system-status.php:330
452
  msgid "Warning!"
453
  msgstr "Attenzione!"
454
 
455
+ #. translators: %1$s open link tag, %2$s open link tag
456
+ #: lib/yith-system-status.php:334
457
  msgid ""
458
+ "The system check has detected some compatibility issues on your installation."
459
+ "%1$sClick here%2$s to know more"
460
  msgstr ""
461
  "Il controllo di sistema ha individuato delle incompatibilità con la tua "
462
+ "installazione. %1$sVedi qui%2$s per maggiori dettagli"
463
+
464
+ #: lib/yith-system-status.php:473
465
+ msgid "Enabled"
466
+ msgstr "Abilitato"
467
+
468
+ #: lib/yith-system-status.php:473
469
+ msgid "Disabled"
470
+ msgstr "Disabilitato"
471
+
472
+ #: lib/yith-system-status.php:478
473
+ msgid "N/A"
474
+ msgstr "n.a."
475
+
476
+ #. translators: %1$s plugin name, %2$s requirement name
477
+ #: lib/yith-system-status.php:506
478
+ msgid "%1$s needs %2$s enabled"
479
+ msgstr "%1$s necessita dell'attivazione di %2$s"
480
+
481
+ #. translators: %1$s plugin name, %2$s required memory amount
482
+ #: lib/yith-system-status.php:509
483
+ msgid "%1$s needs at least %2$s of available memory"
484
+ msgstr "%1$s necessita di almeno %2$s di memoria disponibile"
485
+
486
+ #. translators: %1$s plugin name, %2$s version number
487
+ #: lib/yith-system-status.php:512
488
+ msgid "%1$s needs at least %2$s version"
489
+ msgstr "%1$s necessita almeno della versione %2$s"
490
+
491
+ #: lib/yith-system-status.php:537
492
+ msgid ""
493
+ "Update it to the latest version in order to benefit of all new features and "
494
+ "security updates."
495
+ msgstr ""
496
+ "Aggiorna all'ultima versione per beneficiare di tutte le nuove funzionalità "
497
+ "e degli aggiornamenti di sicurezza."
498
+
499
+ #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
500
+ msgid "Contact your hosting company in order to update it."
501
+ msgstr "Contatta il tuo servizio hosting per aggiornarlo."
502
+
503
+ #: lib/yith-system-status.php:545
504
+ msgid "Contact your hosting company in order to install it."
505
+ msgstr "Per installarlo contatta il tuo servizio di hosting."
506
+
507
+ #. translators: %1$s code, %2$s file name
508
+ #: lib/yith-system-status.php:552
509
+ msgid "Remove %1$s from %2$s file"
510
+ msgstr "Rimuovi %1$s dal file %2$s"
511
+
512
+ #: lib/yith-system-status.php:560
513
+ msgid "Contact your hosting company in order to enable it."
514
+ msgstr "Per attivarlo contatta il tuo servizio di hosting."
515
+
516
+ #. translators: %1$s opening link tag, %2$s closing link tag
517
+ #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
518
+ msgid ""
519
+ "Read more %1$shere%2$s or contact your hosting company in order to increase "
520
+ "it."
521
+ msgstr ""
522
+ "Per maggiori informazioni %1$sleggi questo%2$s oppure contatta il tuo host "
523
+ "per un upgrade."
524
+
525
+ #. translators: %s recommended memory amount
526
+ #: lib/yith-system-status.php:585
527
+ msgid ""
528
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
529
+ "available memory"
530
+ msgstr ""
531
+ "Per il funzionamento ottimale dei nostri plugin consigliamo di impostare "
532
+ "almeno %s della memoria disponibile"
533
+
534
+ #. translators: %1$s TLS label, %2$s cURL label
535
+ #: lib/yith-system-status.php:593
536
+ msgid ""
537
+ "The system check cannot determine which %1$s version is installed because "
538
+ "%2$s module is disabled. Ask your hosting company to enable it."
539
+ msgstr ""
540
+ "Non ci è stato possibile determinare quale versione di %1$s è installata in "
541
+ "quanto il modulo %2$s è disattivato. Chiedi al tuo servizio hosting di "
542
+ "attivarlo."
543
+
544
+ #. translators: %1$s TLS label
545
+ #: lib/yith-system-status.php:596
546
+ msgid ""
547
+ "The system check cannot determine which %1$s version is installed due to a "
548
+ "connection issue between your site and our server."
549
+ msgstr ""
550
+ "Non ci è stato possibile determinare quale versione di %1$s è installata a "
551
+ "causa di un problema di connessione fra il tuo sito e il nostro server."
552
 
553
  #: templates/fields/ajax-customers.php:57
554
  msgid "Search Customers"
680
  msgid "Reset Defaults"
681
  msgstr "Ripristina impostazioni iniziali"
682
 
683
+ #: templates/sysinfo/system-information-panel.php:39
684
  msgid "YITH System Information"
685
  msgstr "YITH System Information"
686
 
687
+ #: templates/sysinfo/system-information-panel.php:50
688
+ msgid "WP debug.log file"
689
+ msgstr "WP debug.log file"
 
 
 
 
 
 
 
 
690
 
691
+ #: templates/sysinfo/system-information-panel.php:54
692
+ msgid "PHP error_log file"
693
+ msgstr "PHP error_log file"
694
 
695
+ #: templates/sysinfo/system-information-panel.php:59
696
+ #: templates/sysinfo/system-information-panel.php:83
697
+ msgid "Back to System panel"
698
+ msgstr "Torna al pannello di Sistema"
699
 
700
  #: templates/sysinfo/system-information-panel.php:96
701
+ msgid "Back to top"
702
+ msgstr "Torna su"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
 
704
+ #: templates/sysinfo/system-information-panel.php:104
705
+ msgid "Site URL"
706
+ msgstr "URL del sito"
707
 
708
+ #: templates/sysinfo/system-information-panel.php:112
709
+ msgid "Output IP Address"
710
+ msgstr "Indirizzo IP di output"
711
 
712
+ #: templates/sysinfo/system-information-panel.php:120
713
+ msgid "Defined WP_CACHE"
714
+ msgstr "Defined WP_CACHE"
715
 
716
+ #: templates/sysinfo/system-information-panel.php:123
717
+ msgid "Yes"
718
+ msgstr "Sì"
 
 
 
 
 
719
 
720
+ #: templates/sysinfo/system-information-panel.php:123
721
+ msgid "No"
722
+ msgstr "No"
 
 
 
 
723
 
724
+ #: templates/sysinfo/system-information-panel.php:159
725
  msgid "Show full PHPInfo"
726
  msgstr "Mostra tutto il contenuto di PHPInfo"
727
 
728
+ #: templates/sysinfo/system-information-panel.php:167
729
+ msgid "Show log files"
730
+ msgstr "Mostra i log"
 
 
 
 
731
 
732
  #: yit-plugin.php:194
733
  msgid "License"
734
  msgstr "Chiave di licenza"
735
 
736
  #. Author of the plugin/theme
 
737
  msgid "YITH"
738
  msgstr "YITH"
739
 
813
  #: templates/fields/dimensions.php:16
814
  msgctxt "Position in the \"Dimensions\" field"
815
  msgid "Top"
816
+ msgstr "In alto"
817
 
818
  #: templates/fields/dimensions.php:17
819
  msgctxt "Position in the \"Dimensions\" field"
820
  msgid "Right"
821
+ msgstr "A destra"
822
 
823
  #: templates/fields/dimensions.php:18
824
  msgctxt "Position in the \"Dimensions\" field"
825
  msgid "Bottom"
826
+ msgstr "In basso"
827
 
828
  #: templates/fields/dimensions.php:19
829
  msgctxt "Position in the \"Dimensions\" field"
830
  msgid "Left"
831
+ msgstr "A sinistra"
832
 
833
  #: templates/fields/dimensions.php:117
834
  msgctxt "Tooltip in the \"Dimensions\" field"
835
  msgid "Link values together"
836
+ msgstr "Collega i valori"
837
 
838
  #: templates/fields/onoff.php:24
839
  msgctxt "YES/NO button: use MAX 3 characters!"
870
  msgid "Settings"
871
  msgstr "Impostazioni"
872
 
873
+ #~ msgid ""
874
+ #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
875
+ #~ "install it."
876
+ #~ msgstr ""
877
+ #~ "Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
878
+ #~ "hosting di installarlo."
879
+
880
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
881
  #~ msgid "ON"
882
  #~ msgstr "SÌ"
1207
  #~ msgid "Renew license"
1208
  #~ msgstr "Rinnova la licenza"
1209
 
 
 
 
1210
  #~ msgid "Deselect All"
1211
  #~ msgstr "Deseleziona tutto"
1212
 
1276
  #~ msgid "Theme Icon"
1277
  #~ msgstr "Icona tema"
1278
 
 
 
 
1279
  #~ msgid "Field Title"
1280
  #~ msgstr "Titolo campo"
1281
 
plugin-fw/languages/yith-plugin-fw-nl_NL.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-04-23 06:38:32+00:00\n"
8
  "PO-Revision-Date: 2020-04-06 15:05+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
@@ -22,6 +22,33 @@ msgstr ""
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
26
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
27
  msgid "Add %s"
@@ -206,7 +233,7 @@ msgstr "Voeg %s toe vanaf afbeeldingen"
206
  msgid "Upload multiple files"
207
  msgstr "Upload meerdere bestanden"
208
 
209
- #: lib/yit-plugin-panel-wc.php:399
210
  msgid "The changes you have made will be lost if you leave this page."
211
  msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
212
 
@@ -214,84 +241,84 @@ msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
214
  msgid "Plugin Settings"
215
  msgstr "Plugin instellingen"
216
 
217
- #: lib/yit-plugin-panel.php:455 lib/yit-plugin-panel.php:458
218
  msgid "How to install premium version"
219
  msgstr "Hoe installeer ik de premium versie"
220
 
221
- #: lib/yit-plugin-panel.php:603 lib/yit-plugin-subpanel.php:151
222
  #: templates/panel/woocommerce/woocommerce-form.php:14
223
  msgid "Save Changes"
224
  msgstr "Wijzigingen opslaan"
225
 
226
- #: lib/yit-plugin-panel.php:606 lib/yit-plugin-subpanel.php:154
227
  #: templates/panel/woocommerce/woocommerce-form.php:17
228
  msgid ""
229
  "If you continue with this action, you will reset all options in this page."
230
  msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
231
 
232
- #: lib/yit-plugin-panel.php:608 lib/yit-plugin-subpanel.php:156
233
  msgid "Reset to default"
234
  msgstr "Resetten naar standaard"
235
 
236
- #: lib/yit-plugin-panel.php:609 lib/yit-plugin-subpanel.php:157
237
  #: templates/panel/woocommerce/woocommerce-form.php:21
238
  msgid "Are you sure?"
239
  msgstr "Weet u het zeker?"
240
 
241
- #: lib/yit-plugin-panel.php:807
242
  msgid ""
243
  "The element you have entered already exists. Please, enter another name."
244
  msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
245
 
246
- #: lib/yit-plugin-panel.php:808
247
  msgid "Settings saved"
248
  msgstr "Instellingen opgeslagen"
249
 
250
- #: lib/yit-plugin-panel.php:809
251
  msgid "Settings reset"
252
  msgstr "Instellingen resetten"
253
 
254
- #: lib/yit-plugin-panel.php:810
255
  msgid "Element deleted correctly."
256
  msgstr "Element succesvol verwijderd."
257
 
258
- #: lib/yit-plugin-panel.php:811 lib/yit-plugin-panel.php:812
259
  msgid "Element updated correctly."
260
  msgstr "Element juist bijgewerkt."
261
 
262
- #: lib/yit-plugin-panel.php:813
263
  msgid "Database imported correctly."
264
  msgstr "Database juist geïmporteerd."
265
 
266
- #: lib/yit-plugin-panel.php:814
267
  msgid "An error has occurred during import. Please try again."
268
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
269
 
270
- #: lib/yit-plugin-panel.php:815
271
  msgid "The added file is not valid."
272
  msgstr "Het toegevoegde bestand is ongeldig."
273
 
274
- #: lib/yit-plugin-panel.php:816
275
  msgid "Sorry, import is disabled."
276
  msgstr "Sorry, importeren is uitgeschakeld."
277
 
278
- #: lib/yit-plugin-panel.php:817
279
  msgid "Sorting successful."
280
  msgstr "Sorteren succesvol."
281
 
282
- #: lib/yit-plugin-panel.php:1265
283
  msgid "We need your support"
284
  msgstr "We hebben uw hulp nodig"
285
 
286
- #: lib/yit-plugin-panel.php:1266
287
  msgid "to keep updating and improving the plugin. Please,"
288
  msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
289
 
290
- #: lib/yit-plugin-panel.php:1268
291
  msgid "help us by leaving a five-star rating"
292
  msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
293
 
294
- #: lib/yit-plugin-panel.php:1269
295
  msgid ":) Thanks!"
296
  msgstr ":) Bedankt!"
297
 
@@ -362,82 +389,178 @@ msgstr ""
362
  "Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
363
  "lucht is. Probeer het later opnieuw."
364
 
365
- #: lib/yith-system-status.php:105
366
  msgid "WordPress Version"
367
  msgstr "WordPress Versie"
368
 
369
- #: lib/yith-system-status.php:106
370
  msgid "WooCommerce Version"
371
  msgstr "WooCommerce Versie"
372
 
373
- #: lib/yith-system-status.php:107
374
  msgid "Available Memory"
375
  msgstr "Beschikbaar geheugen"
376
 
377
- #: lib/yith-system-status.php:108
378
  msgid "PHP Version"
379
  msgstr "PHP Versie"
380
 
381
- #: lib/yith-system-status.php:109
382
  msgid "TLS Version"
383
  msgstr "TLS Versie"
384
 
385
- #: lib/yith-system-status.php:110
386
  msgid "WordPress Cron"
387
  msgstr "WordPress Cron"
388
 
389
- #: lib/yith-system-status.php:111
390
  msgid "SimpleXML"
391
  msgstr "SimpleXML"
392
 
393
- #: lib/yith-system-status.php:112
394
  msgid "MultiByte String"
395
  msgstr "MultiByte String"
396
 
397
- #: lib/yith-system-status.php:113
398
  msgid "ImageMagick Version"
399
  msgstr "ImageMagick Versie"
400
 
401
- #: lib/yith-system-status.php:114
402
  msgid "GD Library"
403
  msgstr "GD Library"
404
 
405
- #: lib/yith-system-status.php:115
406
  msgid "Iconv Module"
407
  msgstr "Iconv Module"
408
 
409
- #: lib/yith-system-status.php:116
410
  msgid "OPCache Save Comments"
411
  msgstr "OPCache Save Comments"
412
 
413
- #: lib/yith-system-status.php:117
414
  msgid "URL FOpen"
415
  msgstr "URL FOpen"
416
 
417
- #: lib/yith-system-status.php:135 lib/yith-system-status.php:136
418
  msgid "System Status"
419
  msgstr "Systeem Status"
420
 
421
- #: lib/yith-system-status.php:179
422
  msgid "YITH Plugins"
423
  msgstr "YITH Plugins"
424
 
425
- #: lib/yith-system-status.php:180
426
  msgid "WooCommerce"
427
  msgstr "WooCommerce"
428
 
429
- #: lib/yith-system-status.php:297
430
  msgid "Warning!"
431
  msgstr "Waarschuwing!"
432
 
433
- #: lib/yith-system-status.php:298
 
 
434
  msgid ""
435
- "The system check has detected some compatibility issues on your "
436
- "installation. %sClick here%s to know more"
437
  msgstr ""
438
  "Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
439
  "installatie. %sKlik hier%s om meer te weten te komen"
440
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
441
  #: templates/fields/ajax-customers.php:57
442
  msgid "Search Customers"
443
  msgstr "Zoek klanten"
@@ -568,108 +691,54 @@ msgstr "(Default: <i %s></i> )"
568
  msgid "Reset Defaults"
569
  msgstr "Herstellen naar standaard"
570
 
571
- #: templates/sysinfo/system-information-panel.php:30
572
  msgid "YITH System Information"
573
  msgstr "YITH System Informatie"
574
 
575
- #: templates/sysinfo/system-information-panel.php:38
576
- msgid "Site URL"
577
- msgstr "Site URL"
578
-
579
- #: templates/sysinfo/system-information-panel.php:46
580
- msgid "Output IP Address"
581
- msgstr "Output IP Address"
582
-
583
- #: templates/sysinfo/system-information-panel.php:76
584
- msgid "Enabled"
585
- msgstr "Ingeschakeld"
586
-
587
- #: templates/sysinfo/system-information-panel.php:76
588
- msgid "Disabled"
589
- msgstr "Uitgeschakeld"
590
-
591
- #: templates/sysinfo/system-information-panel.php:82
592
- msgid "N/A"
593
- msgstr "N.V.T"
594
-
595
- #: templates/sysinfo/system-information-panel.php:96
596
- msgid "%s needs %s enabled"
597
- msgstr "%s heeft nodig %s ingeschakeld"
598
-
599
- #: templates/sysinfo/system-information-panel.php:98
600
- msgid "%s needs at least %s of available memory"
601
- msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
602
-
603
- #: templates/sysinfo/system-information-panel.php:100
604
- #: templates/sysinfo/system-information-panel.php:149
605
- msgid ""
606
- "For optimal functioning of our plugins, we suggest setting at least %s of "
607
- "available memory"
608
  msgstr ""
609
- "Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
610
- "beschikbaar geheugen te hebben"
611
 
612
- #: templates/sysinfo/system-information-panel.php:102
613
- #: templates/sysinfo/system-information-panel.php:137
614
- #: templates/sysinfo/system-information-panel.php:151
615
- msgid ""
616
- "Read more %s here%s or contact your hosting company in order to increase it."
617
  msgstr ""
618
- "Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
619
- "verhogen."
620
 
621
- #: templates/sysinfo/system-information-panel.php:105
622
- msgid "%s needs at least %s version"
623
- msgstr "%s heeft minstens %s versie nodig"
 
624
 
625
- #: templates/sysinfo/system-information-panel.php:116
626
- msgid ""
627
- "Update it to the latest version in order to benefit of all new features and "
628
- "security updates."
629
- msgstr ""
630
- "Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
631
- "en beveiligingsupdates."
632
 
633
- #: templates/sysinfo/system-information-panel.php:122
634
- msgid "Contact your hosting company in order to update it."
635
- msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
636
 
637
- #: templates/sysinfo/system-information-panel.php:126
638
- msgid "Remove %s from %s file"
639
- msgstr "Verwijder %s uit %s bestand"
640
 
641
- #: templates/sysinfo/system-information-panel.php:134
642
- msgid "Contact your hosting company in order to enable it."
643
- msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
644
 
645
- #: templates/sysinfo/system-information-panel.php:157
646
- msgid ""
647
- "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
648
- "b> module is disabled. Ask your hosting company to enable it."
649
  msgstr ""
650
- "We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
651
- "<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
652
- "te schakelen."
653
 
654
- #: templates/sysinfo/system-information-panel.php:160
655
- msgid ""
656
- "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
657
- "install it."
658
  msgstr ""
659
- "<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
660
- "hositngmaatschappij om het te installeren."
661
 
662
- #: templates/sysinfo/system-information-panel.php:172
663
  msgid "Show full PHPInfo"
664
  msgstr "Toon volledige PHPInfo"
665
 
666
- #: templates/sysinfo/system-information-panel.php:176
667
- msgid "Back to System panel"
668
- msgstr "Terug naar systeempaneel"
669
-
670
- #: templates/sysinfo/system-information-panel.php:193
671
- msgid "Back to top"
672
- msgstr "Terug naar boven"
673
 
674
  #: yit-plugin.php:194
675
  msgid "License"
@@ -813,6 +882,13 @@ msgctxt "Action links"
813
  msgid "Settings"
814
  msgstr "Instellingen"
815
 
 
 
 
 
 
 
 
816
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
817
  #~ msgid "ON"
818
  #~ msgstr "AAN"
@@ -1147,8 +1223,5 @@ msgstr "Instellingen"
1147
  #~ msgid "Renew license"
1148
  #~ msgstr "Licentie vernieuwen"
1149
 
1150
- #~ msgid "Select All"
1151
- #~ msgstr "Selecteer alles"
1152
-
1153
  #~ msgid "Deselect All"
1154
  #~ msgstr "Selectie ongedaan maken"
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
  "PO-Revision-Date: 2020-04-06 15:05+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: lib/yit-assets.php:102
26
+ msgid "Clear"
27
+ msgstr ""
28
+
29
+ #: lib/yit-assets.php:103
30
+ msgid "Clear color"
31
+ msgstr ""
32
+
33
+ #: lib/yit-assets.php:104
34
+ #, fuzzy
35
+ msgid "Default"
36
+ msgstr "Instellen als standaard"
37
+
38
+ #: lib/yit-assets.php:105
39
+ #, fuzzy
40
+ msgid "Select default color"
41
+ msgstr "Instellen als standaard"
42
+
43
+ #: lib/yit-assets.php:106
44
+ #, fuzzy
45
+ msgid "Select Color"
46
+ msgstr "Selecteer alles"
47
+
48
+ #: lib/yit-assets.php:107
49
+ msgid "Color value"
50
+ msgstr ""
51
+
52
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
53
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
54
  msgid "Add %s"
233
  msgid "Upload multiple files"
234
  msgstr "Upload meerdere bestanden"
235
 
236
+ #: lib/yit-plugin-panel-wc.php:426
237
  msgid "The changes you have made will be lost if you leave this page."
238
  msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
239
 
241
  msgid "Plugin Settings"
242
  msgstr "Plugin instellingen"
243
 
244
+ #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
245
  msgid "How to install premium version"
246
  msgstr "Hoe installeer ik de premium versie"
247
 
248
+ #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
249
  #: templates/panel/woocommerce/woocommerce-form.php:14
250
  msgid "Save Changes"
251
  msgstr "Wijzigingen opslaan"
252
 
253
+ #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
254
  #: templates/panel/woocommerce/woocommerce-form.php:17
255
  msgid ""
256
  "If you continue with this action, you will reset all options in this page."
257
  msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
258
 
259
+ #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
260
  msgid "Reset to default"
261
  msgstr "Resetten naar standaard"
262
 
263
+ #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
264
  #: templates/panel/woocommerce/woocommerce-form.php:21
265
  msgid "Are you sure?"
266
  msgstr "Weet u het zeker?"
267
 
268
+ #: lib/yit-plugin-panel.php:823
269
  msgid ""
270
  "The element you have entered already exists. Please, enter another name."
271
  msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
272
 
273
+ #: lib/yit-plugin-panel.php:824
274
  msgid "Settings saved"
275
  msgstr "Instellingen opgeslagen"
276
 
277
+ #: lib/yit-plugin-panel.php:825
278
  msgid "Settings reset"
279
  msgstr "Instellingen resetten"
280
 
281
+ #: lib/yit-plugin-panel.php:826
282
  msgid "Element deleted correctly."
283
  msgstr "Element succesvol verwijderd."
284
 
285
+ #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
286
  msgid "Element updated correctly."
287
  msgstr "Element juist bijgewerkt."
288
 
289
+ #: lib/yit-plugin-panel.php:829
290
  msgid "Database imported correctly."
291
  msgstr "Database juist geïmporteerd."
292
 
293
+ #: lib/yit-plugin-panel.php:830
294
  msgid "An error has occurred during import. Please try again."
295
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
296
 
297
+ #: lib/yit-plugin-panel.php:831
298
  msgid "The added file is not valid."
299
  msgstr "Het toegevoegde bestand is ongeldig."
300
 
301
+ #: lib/yit-plugin-panel.php:832
302
  msgid "Sorry, import is disabled."
303
  msgstr "Sorry, importeren is uitgeschakeld."
304
 
305
+ #: lib/yit-plugin-panel.php:833
306
  msgid "Sorting successful."
307
  msgstr "Sorteren succesvol."
308
 
309
+ #: lib/yit-plugin-panel.php:1281
310
  msgid "We need your support"
311
  msgstr "We hebben uw hulp nodig"
312
 
313
+ #: lib/yit-plugin-panel.php:1282
314
  msgid "to keep updating and improving the plugin. Please,"
315
  msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
316
 
317
+ #: lib/yit-plugin-panel.php:1284
318
  msgid "help us by leaving a five-star rating"
319
  msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
320
 
321
+ #: lib/yit-plugin-panel.php:1285
322
  msgid ":) Thanks!"
323
  msgstr ":) Bedankt!"
324
 
389
  "Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
390
  "lucht is. Probeer het later opnieuw."
391
 
392
+ #: lib/yith-system-status.php:111
393
  msgid "WordPress Version"
394
  msgstr "WordPress Versie"
395
 
396
+ #: lib/yith-system-status.php:112
397
  msgid "WooCommerce Version"
398
  msgstr "WooCommerce Versie"
399
 
400
+ #: lib/yith-system-status.php:113
401
  msgid "Available Memory"
402
  msgstr "Beschikbaar geheugen"
403
 
404
+ #: lib/yith-system-status.php:114
405
  msgid "PHP Version"
406
  msgstr "PHP Versie"
407
 
408
+ #: lib/yith-system-status.php:115
409
  msgid "TLS Version"
410
  msgstr "TLS Versie"
411
 
412
+ #: lib/yith-system-status.php:116
413
  msgid "WordPress Cron"
414
  msgstr "WordPress Cron"
415
 
416
+ #: lib/yith-system-status.php:117
417
  msgid "SimpleXML"
418
  msgstr "SimpleXML"
419
 
420
+ #: lib/yith-system-status.php:118
421
  msgid "MultiByte String"
422
  msgstr "MultiByte String"
423
 
424
+ #: lib/yith-system-status.php:119
425
  msgid "ImageMagick Version"
426
  msgstr "ImageMagick Versie"
427
 
428
+ #: lib/yith-system-status.php:120
429
  msgid "GD Library"
430
  msgstr "GD Library"
431
 
432
+ #: lib/yith-system-status.php:121
433
  msgid "Iconv Module"
434
  msgstr "Iconv Module"
435
 
436
+ #: lib/yith-system-status.php:122
437
  msgid "OPCache Save Comments"
438
  msgstr "OPCache Save Comments"
439
 
440
+ #: lib/yith-system-status.php:123
441
  msgid "URL FOpen"
442
  msgstr "URL FOpen"
443
 
444
+ #: lib/yith-system-status.php:141 lib/yith-system-status.php:142
445
  msgid "System Status"
446
  msgstr "Systeem Status"
447
 
448
+ #: lib/yith-system-status.php:184
449
  msgid "YITH Plugins"
450
  msgstr "YITH Plugins"
451
 
452
+ #: lib/yith-system-status.php:192
453
  msgid "WooCommerce"
454
  msgstr "WooCommerce"
455
 
456
+ #: lib/yith-system-status.php:330
457
  msgid "Warning!"
458
  msgstr "Waarschuwing!"
459
 
460
+ #. translators: %1$s open link tag, %2$s open link tag
461
+ #: lib/yith-system-status.php:334
462
+ #, fuzzy
463
  msgid ""
464
+ "The system check has detected some compatibility issues on your installation."
465
+ "%1$sClick here%2$s to know more"
466
  msgstr ""
467
  "Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
468
  "installatie. %sKlik hier%s om meer te weten te komen"
469
 
470
+ #: lib/yith-system-status.php:473
471
+ msgid "Enabled"
472
+ msgstr "Ingeschakeld"
473
+
474
+ #: lib/yith-system-status.php:473
475
+ msgid "Disabled"
476
+ msgstr "Uitgeschakeld"
477
+
478
+ #: lib/yith-system-status.php:478
479
+ msgid "N/A"
480
+ msgstr "N.V.T"
481
+
482
+ #. translators: %1$s plugin name, %2$s requirement name
483
+ #: lib/yith-system-status.php:506
484
+ #, fuzzy
485
+ msgid "%1$s needs %2$s enabled"
486
+ msgstr "%s heeft nodig %s ingeschakeld"
487
+
488
+ #. translators: %1$s plugin name, %2$s required memory amount
489
+ #: lib/yith-system-status.php:509
490
+ #, fuzzy
491
+ msgid "%1$s needs at least %2$s of available memory"
492
+ msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
493
+
494
+ #. translators: %1$s plugin name, %2$s version number
495
+ #: lib/yith-system-status.php:512
496
+ #, fuzzy
497
+ msgid "%1$s needs at least %2$s version"
498
+ msgstr "%s heeft minstens %s versie nodig"
499
+
500
+ #: lib/yith-system-status.php:537
501
+ msgid ""
502
+ "Update it to the latest version in order to benefit of all new features and "
503
+ "security updates."
504
+ msgstr ""
505
+ "Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
506
+ "en beveiligingsupdates."
507
+
508
+ #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
509
+ msgid "Contact your hosting company in order to update it."
510
+ msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
511
+
512
+ #: lib/yith-system-status.php:545
513
+ #, fuzzy
514
+ msgid "Contact your hosting company in order to install it."
515
+ msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
516
+
517
+ #. translators: %1$s code, %2$s file name
518
+ #: lib/yith-system-status.php:552
519
+ #, fuzzy
520
+ msgid "Remove %1$s from %2$s file"
521
+ msgstr "Verwijder %s uit %s bestand"
522
+
523
+ #: lib/yith-system-status.php:560
524
+ msgid "Contact your hosting company in order to enable it."
525
+ msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
526
+
527
+ #. translators: %1$s opening link tag, %2$s closing link tag
528
+ #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
529
+ #, fuzzy
530
+ msgid ""
531
+ "Read more %1$shere%2$s or contact your hosting company in order to increase "
532
+ "it."
533
+ msgstr ""
534
+ "Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
535
+ "verhogen."
536
+
537
+ #. translators: %s recommended memory amount
538
+ #: lib/yith-system-status.php:585
539
+ msgid ""
540
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
541
+ "available memory"
542
+ msgstr ""
543
+ "Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
544
+ "beschikbaar geheugen te hebben"
545
+
546
+ #. translators: %1$s TLS label, %2$s cURL label
547
+ #: lib/yith-system-status.php:593
548
+ #, fuzzy
549
+ msgid ""
550
+ "The system check cannot determine which %1$s version is installed because "
551
+ "%2$s module is disabled. Ask your hosting company to enable it."
552
+ msgstr ""
553
+ "We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
554
+ "<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
555
+ "te schakelen."
556
+
557
+ #. translators: %1$s TLS label
558
+ #: lib/yith-system-status.php:596
559
+ msgid ""
560
+ "The system check cannot determine which %1$s version is installed due to a "
561
+ "connection issue between your site and our server."
562
+ msgstr ""
563
+
564
  #: templates/fields/ajax-customers.php:57
565
  msgid "Search Customers"
566
  msgstr "Zoek klanten"
691
  msgid "Reset Defaults"
692
  msgstr "Herstellen naar standaard"
693
 
694
+ #: templates/sysinfo/system-information-panel.php:39
695
  msgid "YITH System Information"
696
  msgstr "YITH System Informatie"
697
 
698
+ #: templates/sysinfo/system-information-panel.php:50
699
+ msgid "WP debug.log file"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  msgstr ""
 
 
701
 
702
+ #: templates/sysinfo/system-information-panel.php:54
703
+ msgid "PHP error_log file"
 
 
 
704
  msgstr ""
 
 
705
 
706
+ #: templates/sysinfo/system-information-panel.php:59
707
+ #: templates/sysinfo/system-information-panel.php:83
708
+ msgid "Back to System panel"
709
+ msgstr "Terug naar systeempaneel"
710
 
711
+ #: templates/sysinfo/system-information-panel.php:96
712
+ msgid "Back to top"
713
+ msgstr "Terug naar boven"
 
 
 
 
714
 
715
+ #: templates/sysinfo/system-information-panel.php:104
716
+ msgid "Site URL"
717
+ msgstr "Site URL"
718
 
719
+ #: templates/sysinfo/system-information-panel.php:112
720
+ msgid "Output IP Address"
721
+ msgstr "Output IP Address"
722
 
723
+ #: templates/sysinfo/system-information-panel.php:120
724
+ msgid "Defined WP_CACHE"
725
+ msgstr ""
726
 
727
+ #: templates/sysinfo/system-information-panel.php:123
728
+ msgid "Yes"
 
 
729
  msgstr ""
 
 
 
730
 
731
+ #: templates/sysinfo/system-information-panel.php:123
732
+ msgid "No"
 
 
733
  msgstr ""
 
 
734
 
735
+ #: templates/sysinfo/system-information-panel.php:159
736
  msgid "Show full PHPInfo"
737
  msgstr "Toon volledige PHPInfo"
738
 
739
+ #: templates/sysinfo/system-information-panel.php:167
740
+ msgid "Show log files"
741
+ msgstr ""
 
 
 
 
742
 
743
  #: yit-plugin.php:194
744
  msgid "License"
882
  msgid "Settings"
883
  msgstr "Instellingen"
884
 
885
+ #~ msgid ""
886
+ #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
887
+ #~ "install it."
888
+ #~ msgstr ""
889
+ #~ "<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
890
+ #~ "hositngmaatschappij om het te installeren."
891
+
892
  #~ msgctxt "ON/OFF button: use MAX 3 characters!"
893
  #~ msgid "ON"
894
  #~ msgstr "AAN"
1223
  #~ msgid "Renew license"
1224
  #~ msgstr "Licentie vernieuwen"
1225
 
 
 
 
1226
  #~ msgid "Deselect All"
1227
  #~ msgstr "Selectie ongedaan maken"
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-04-23 06:42:33+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,6 +24,30 @@ msgstr ""
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
28
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
29
  msgid "Add %s"
@@ -198,7 +222,7 @@ msgstr ""
198
  msgid "Upload multiple files"
199
  msgstr ""
200
 
201
- #: lib/yit-plugin-panel-wc.php:399
202
  msgid "The changes you have made will be lost if you leave this page."
203
  msgstr ""
204
 
@@ -206,82 +230,82 @@ msgstr ""
206
  msgid "Plugin Settings"
207
  msgstr ""
208
 
209
- #: lib/yit-plugin-panel.php:455 lib/yit-plugin-panel.php:458
210
  msgid "How to install premium version"
211
  msgstr ""
212
 
213
- #: lib/yit-plugin-panel.php:603 lib/yit-plugin-subpanel.php:151
214
  #: templates/panel/woocommerce/woocommerce-form.php:14
215
  msgid "Save Changes"
216
  msgstr ""
217
 
218
- #: lib/yit-plugin-panel.php:606 lib/yit-plugin-subpanel.php:154
219
  #: templates/panel/woocommerce/woocommerce-form.php:17
220
  msgid "If you continue with this action, you will reset all options in this page."
221
  msgstr ""
222
 
223
- #: lib/yit-plugin-panel.php:608 lib/yit-plugin-subpanel.php:156
224
  msgid "Reset to default"
225
  msgstr ""
226
 
227
- #: lib/yit-plugin-panel.php:609 lib/yit-plugin-subpanel.php:157
228
  #: templates/panel/woocommerce/woocommerce-form.php:21
229
  msgid "Are you sure?"
230
  msgstr ""
231
 
232
- #: lib/yit-plugin-panel.php:807
233
  msgid "The element you have entered already exists. Please, enter another name."
234
  msgstr ""
235
 
236
- #: lib/yit-plugin-panel.php:808
237
  msgid "Settings saved"
238
  msgstr ""
239
 
240
- #: lib/yit-plugin-panel.php:809
241
  msgid "Settings reset"
242
  msgstr ""
243
 
244
- #: lib/yit-plugin-panel.php:810
245
  msgid "Element deleted correctly."
246
  msgstr ""
247
 
248
- #: lib/yit-plugin-panel.php:811 lib/yit-plugin-panel.php:812
249
  msgid "Element updated correctly."
250
  msgstr ""
251
 
252
- #: lib/yit-plugin-panel.php:813
253
  msgid "Database imported correctly."
254
  msgstr ""
255
 
256
- #: lib/yit-plugin-panel.php:814
257
  msgid "An error has occurred during import. Please try again."
258
  msgstr ""
259
 
260
- #: lib/yit-plugin-panel.php:815
261
  msgid "The added file is not valid."
262
  msgstr ""
263
 
264
- #: lib/yit-plugin-panel.php:816
265
  msgid "Sorry, import is disabled."
266
  msgstr ""
267
 
268
- #: lib/yit-plugin-panel.php:817
269
  msgid "Sorting successful."
270
  msgstr ""
271
 
272
- #: lib/yit-plugin-panel.php:1265
273
  msgid "We need your support"
274
  msgstr ""
275
 
276
- #: lib/yit-plugin-panel.php:1266
277
  msgid "to keep updating and improving the plugin. Please,"
278
  msgstr ""
279
 
280
- #: lib/yit-plugin-panel.php:1268
281
  msgid "help us by leaving a five-star rating"
282
  msgstr ""
283
 
284
- #: lib/yit-plugin-panel.php:1269
285
  msgid ":) Thanks!"
286
  msgstr ""
287
 
@@ -339,78 +363,157 @@ msgid ""
339
  "later."
340
  msgstr ""
341
 
342
- #: lib/yith-system-status.php:105
343
  msgid "WordPress Version"
344
  msgstr ""
345
 
346
- #: lib/yith-system-status.php:106
347
  msgid "WooCommerce Version"
348
  msgstr ""
349
 
350
- #: lib/yith-system-status.php:107
351
  msgid "Available Memory"
352
  msgstr ""
353
 
354
- #: lib/yith-system-status.php:108
355
  msgid "PHP Version"
356
  msgstr ""
357
 
358
- #: lib/yith-system-status.php:109
359
  msgid "TLS Version"
360
  msgstr ""
361
 
362
- #: lib/yith-system-status.php:110
363
  msgid "WordPress Cron"
364
  msgstr ""
365
 
366
- #: lib/yith-system-status.php:111
367
  msgid "SimpleXML"
368
  msgstr ""
369
 
370
- #: lib/yith-system-status.php:112
371
  msgid "MultiByte String"
372
  msgstr ""
373
 
374
- #: lib/yith-system-status.php:113
375
  msgid "ImageMagick Version"
376
  msgstr ""
377
 
378
- #: lib/yith-system-status.php:114
379
  msgid "GD Library"
380
  msgstr ""
381
 
382
- #: lib/yith-system-status.php:115
383
  msgid "Iconv Module"
384
  msgstr ""
385
 
386
- #: lib/yith-system-status.php:116
387
  msgid "OPCache Save Comments"
388
  msgstr ""
389
 
390
- #: lib/yith-system-status.php:117
391
  msgid "URL FOpen"
392
  msgstr ""
393
 
394
- #: lib/yith-system-status.php:135 lib/yith-system-status.php:136
395
  msgid "System Status"
396
  msgstr ""
397
 
398
- #: lib/yith-system-status.php:179
399
  msgid "YITH Plugins"
400
  msgstr ""
401
 
402
- #: lib/yith-system-status.php:180
403
  msgid "WooCommerce"
404
  msgstr ""
405
 
406
- #: lib/yith-system-status.php:297
407
  msgid "Warning!"
408
  msgstr ""
409
 
410
- #: lib/yith-system-status.php:298
 
411
  msgid ""
412
  "The system check has detected some compatibility issues on your "
413
- "installation. %sClick here%s to know more"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  msgstr ""
415
 
416
  #: templates/fields/ajax-customers.php:57
@@ -543,95 +646,53 @@ msgstr ""
543
  msgid "Reset Defaults"
544
  msgstr ""
545
 
546
- #: templates/sysinfo/system-information-panel.php:30
547
  msgid "YITH System Information"
548
  msgstr ""
549
 
550
- #: templates/sysinfo/system-information-panel.php:38
551
- msgid "Site URL"
552
  msgstr ""
553
 
554
- #: templates/sysinfo/system-information-panel.php:46
555
- msgid "Output IP Address"
556
- msgstr ""
557
-
558
- #: templates/sysinfo/system-information-panel.php:76
559
- msgid "Enabled"
560
  msgstr ""
561
 
562
- #: templates/sysinfo/system-information-panel.php:76
563
- msgid "Disabled"
564
- msgstr ""
565
-
566
- #: templates/sysinfo/system-information-panel.php:82
567
- msgid "N/A"
568
  msgstr ""
569
 
570
  #: templates/sysinfo/system-information-panel.php:96
571
- msgid "%s needs %s enabled"
572
- msgstr ""
573
-
574
- #: templates/sysinfo/system-information-panel.php:98
575
- msgid "%s needs at least %s of available memory"
576
- msgstr ""
577
-
578
- #: templates/sysinfo/system-information-panel.php:100
579
- #: templates/sysinfo/system-information-panel.php:149
580
- msgid ""
581
- "For optimal functioning of our plugins, we suggest setting at least %s of "
582
- "available memory"
583
- msgstr ""
584
-
585
- #: templates/sysinfo/system-information-panel.php:102
586
- #: templates/sysinfo/system-information-panel.php:137
587
- #: templates/sysinfo/system-information-panel.php:151
588
- msgid "Read more %s here%s or contact your hosting company in order to increase it."
589
- msgstr ""
590
-
591
- #: templates/sysinfo/system-information-panel.php:105
592
- msgid "%s needs at least %s version"
593
- msgstr ""
594
-
595
- #: templates/sysinfo/system-information-panel.php:116
596
- msgid ""
597
- "Update it to the latest version in order to benefit of all new features and "
598
- "security updates."
599
  msgstr ""
600
 
601
- #: templates/sysinfo/system-information-panel.php:122
602
- msgid "Contact your hosting company in order to update it."
603
  msgstr ""
604
 
605
- #: templates/sysinfo/system-information-panel.php:126
606
- msgid "Remove %s from %s file"
607
  msgstr ""
608
 
609
- #: templates/sysinfo/system-information-panel.php:134
610
- msgid "Contact your hosting company in order to enable it."
611
  msgstr ""
612
 
613
- #: templates/sysinfo/system-information-panel.php:157
614
- msgid ""
615
- "We cannot determine which <b>TLS</b> version is installed because "
616
- "<b>cURL</b> module is disabled. Ask your hosting company to enable it."
617
  msgstr ""
618
 
619
- #: templates/sysinfo/system-information-panel.php:160
620
- msgid ""
621
- "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
622
- "install it."
623
  msgstr ""
624
 
625
- #: templates/sysinfo/system-information-panel.php:172
626
  msgid "Show full PHPInfo"
627
  msgstr ""
628
 
629
- #: templates/sysinfo/system-information-panel.php:176
630
- msgid "Back to System panel"
631
- msgstr ""
632
-
633
- #: templates/sysinfo/system-information-panel.php:193
634
- msgid "Back to top"
635
  msgstr ""
636
 
637
  #: yit-plugin.php:194
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
+ #: lib/yit-assets.php:102
28
+ msgid "Clear"
29
+ msgstr ""
30
+
31
+ #: lib/yit-assets.php:103
32
+ msgid "Clear color"
33
+ msgstr ""
34
+
35
+ #: lib/yit-assets.php:104
36
+ msgid "Default"
37
+ msgstr ""
38
+
39
+ #: lib/yit-assets.php:105
40
+ msgid "Select default color"
41
+ msgstr ""
42
+
43
+ #: lib/yit-assets.php:106
44
+ msgid "Select Color"
45
+ msgstr ""
46
+
47
+ #: lib/yit-assets.php:107
48
+ msgid "Color value"
49
+ msgstr ""
50
+
51
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
52
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
53
  msgid "Add %s"
222
  msgid "Upload multiple files"
223
  msgstr ""
224
 
225
+ #: lib/yit-plugin-panel-wc.php:426
226
  msgid "The changes you have made will be lost if you leave this page."
227
  msgstr ""
228
 
230
  msgid "Plugin Settings"
231
  msgstr ""
232
 
233
+ #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
234
  msgid "How to install premium version"
235
  msgstr ""
236
 
237
+ #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
238
  #: templates/panel/woocommerce/woocommerce-form.php:14
239
  msgid "Save Changes"
240
  msgstr ""
241
 
242
+ #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
243
  #: templates/panel/woocommerce/woocommerce-form.php:17
244
  msgid "If you continue with this action, you will reset all options in this page."
245
  msgstr ""
246
 
247
+ #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
248
  msgid "Reset to default"
249
  msgstr ""
250
 
251
+ #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
252
  #: templates/panel/woocommerce/woocommerce-form.php:21
253
  msgid "Are you sure?"
254
  msgstr ""
255
 
256
+ #: lib/yit-plugin-panel.php:823
257
  msgid "The element you have entered already exists. Please, enter another name."
258
  msgstr ""
259
 
260
+ #: lib/yit-plugin-panel.php:824
261
  msgid "Settings saved"
262
  msgstr ""
263
 
264
+ #: lib/yit-plugin-panel.php:825
265
  msgid "Settings reset"
266
  msgstr ""
267
 
268
+ #: lib/yit-plugin-panel.php:826
269
  msgid "Element deleted correctly."
270
  msgstr ""
271
 
272
+ #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
273
  msgid "Element updated correctly."
274
  msgstr ""
275
 
276
+ #: lib/yit-plugin-panel.php:829
277
  msgid "Database imported correctly."
278
  msgstr ""
279
 
280
+ #: lib/yit-plugin-panel.php:830
281
  msgid "An error has occurred during import. Please try again."
282
  msgstr ""
283
 
284
+ #: lib/yit-plugin-panel.php:831
285
  msgid "The added file is not valid."
286
  msgstr ""
287
 
288
+ #: lib/yit-plugin-panel.php:832
289
  msgid "Sorry, import is disabled."
290
  msgstr ""
291
 
292
+ #: lib/yit-plugin-panel.php:833
293
  msgid "Sorting successful."
294
  msgstr ""
295
 
296
+ #: lib/yit-plugin-panel.php:1281
297
  msgid "We need your support"
298
  msgstr ""
299
 
300
+ #: lib/yit-plugin-panel.php:1282
301
  msgid "to keep updating and improving the plugin. Please,"
302
  msgstr ""
303
 
304
+ #: lib/yit-plugin-panel.php:1284
305
  msgid "help us by leaving a five-star rating"
306
  msgstr ""
307
 
308
+ #: lib/yit-plugin-panel.php:1285
309
  msgid ":) Thanks!"
310
  msgstr ""
311
 
363
  "later."
364
  msgstr ""
365
 
366
+ #: lib/yith-system-status.php:111
367
  msgid "WordPress Version"
368
  msgstr ""
369
 
370
+ #: lib/yith-system-status.php:112
371
  msgid "WooCommerce Version"
372
  msgstr ""
373
 
374
+ #: lib/yith-system-status.php:113
375
  msgid "Available Memory"
376
  msgstr ""
377
 
378
+ #: lib/yith-system-status.php:114
379
  msgid "PHP Version"
380
  msgstr ""
381
 
382
+ #: lib/yith-system-status.php:115
383
  msgid "TLS Version"
384
  msgstr ""
385
 
386
+ #: lib/yith-system-status.php:116
387
  msgid "WordPress Cron"
388
  msgstr ""
389
 
390
+ #: lib/yith-system-status.php:117
391
  msgid "SimpleXML"
392
  msgstr ""
393
 
394
+ #: lib/yith-system-status.php:118
395
  msgid "MultiByte String"
396
  msgstr ""
397
 
398
+ #: lib/yith-system-status.php:119
399
  msgid "ImageMagick Version"
400
  msgstr ""
401
 
402
+ #: lib/yith-system-status.php:120
403
  msgid "GD Library"
404
  msgstr ""
405
 
406
+ #: lib/yith-system-status.php:121
407
  msgid "Iconv Module"
408
  msgstr ""
409
 
410
+ #: lib/yith-system-status.php:122
411
  msgid "OPCache Save Comments"
412
  msgstr ""
413
 
414
+ #: lib/yith-system-status.php:123
415
  msgid "URL FOpen"
416
  msgstr ""
417
 
418
+ #: lib/yith-system-status.php:141 lib/yith-system-status.php:142
419
  msgid "System Status"
420
  msgstr ""
421
 
422
+ #: lib/yith-system-status.php:184
423
  msgid "YITH Plugins"
424
  msgstr ""
425
 
426
+ #: lib/yith-system-status.php:192
427
  msgid "WooCommerce"
428
  msgstr ""
429
 
430
+ #: lib/yith-system-status.php:330
431
  msgid "Warning!"
432
  msgstr ""
433
 
434
+ #: lib/yith-system-status.php:334
435
+ #. translators: %1$s open link tag, %2$s open link tag
436
  msgid ""
437
  "The system check has detected some compatibility issues on your "
438
+ "installation.%1$sClick here%2$s to know more"
439
+ msgstr ""
440
+
441
+ #: lib/yith-system-status.php:473
442
+ msgid "Enabled"
443
+ msgstr ""
444
+
445
+ #: lib/yith-system-status.php:473
446
+ msgid "Disabled"
447
+ msgstr ""
448
+
449
+ #: lib/yith-system-status.php:478
450
+ msgid "N/A"
451
+ msgstr ""
452
+
453
+ #: lib/yith-system-status.php:506
454
+ #. translators: %1$s plugin name, %2$s requirement name
455
+ msgid "%1$s needs %2$s enabled"
456
+ msgstr ""
457
+
458
+ #: lib/yith-system-status.php:509
459
+ #. translators: %1$s plugin name, %2$s required memory amount
460
+ msgid "%1$s needs at least %2$s of available memory"
461
+ msgstr ""
462
+
463
+ #: lib/yith-system-status.php:512
464
+ #. translators: %1$s plugin name, %2$s version number
465
+ msgid "%1$s needs at least %2$s version"
466
+ msgstr ""
467
+
468
+ #: lib/yith-system-status.php:537
469
+ msgid ""
470
+ "Update it to the latest version in order to benefit of all new features and "
471
+ "security updates."
472
+ msgstr ""
473
+
474
+ #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
475
+ msgid "Contact your hosting company in order to update it."
476
+ msgstr ""
477
+
478
+ #: lib/yith-system-status.php:545
479
+ msgid "Contact your hosting company in order to install it."
480
+ msgstr ""
481
+
482
+ #: lib/yith-system-status.php:552
483
+ #. translators: %1$s code, %2$s file name
484
+ msgid "Remove %1$s from %2$s file"
485
+ msgstr ""
486
+
487
+ #: lib/yith-system-status.php:560
488
+ msgid "Contact your hosting company in order to enable it."
489
+ msgstr ""
490
+
491
+ #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
492
+ #. translators: %1$s opening link tag, %2$s closing link tag
493
+ msgid ""
494
+ "Read more %1$shere%2$s or contact your hosting company in order to increase "
495
+ "it."
496
+ msgstr ""
497
+
498
+ #: lib/yith-system-status.php:585
499
+ #. translators: %s recommended memory amount
500
+ msgid ""
501
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
502
+ "available memory"
503
+ msgstr ""
504
+
505
+ #: lib/yith-system-status.php:593
506
+ #. translators: %1$s TLS label, %2$s cURL label
507
+ msgid ""
508
+ "The system check cannot determine which %1$s version is installed because "
509
+ "%2$s module is disabled. Ask your hosting company to enable it."
510
+ msgstr ""
511
+
512
+ #: lib/yith-system-status.php:596
513
+ #. translators: %1$s TLS label
514
+ msgid ""
515
+ "The system check cannot determine which %1$s version is installed due to a "
516
+ "connection issue between your site and our server."
517
  msgstr ""
518
 
519
  #: templates/fields/ajax-customers.php:57
646
  msgid "Reset Defaults"
647
  msgstr ""
648
 
649
+ #: templates/sysinfo/system-information-panel.php:39
650
  msgid "YITH System Information"
651
  msgstr ""
652
 
653
+ #: templates/sysinfo/system-information-panel.php:50
654
+ msgid "WP debug.log file"
655
  msgstr ""
656
 
657
+ #: templates/sysinfo/system-information-panel.php:54
658
+ msgid "PHP error_log file"
 
 
 
 
659
  msgstr ""
660
 
661
+ #: templates/sysinfo/system-information-panel.php:59
662
+ #: templates/sysinfo/system-information-panel.php:83
663
+ msgid "Back to System panel"
 
 
 
664
  msgstr ""
665
 
666
  #: templates/sysinfo/system-information-panel.php:96
667
+ msgid "Back to top"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
668
  msgstr ""
669
 
670
+ #: templates/sysinfo/system-information-panel.php:104
671
+ msgid "Site URL"
672
  msgstr ""
673
 
674
+ #: templates/sysinfo/system-information-panel.php:112
675
+ msgid "Output IP Address"
676
  msgstr ""
677
 
678
+ #: templates/sysinfo/system-information-panel.php:120
679
+ msgid "Defined WP_CACHE"
680
  msgstr ""
681
 
682
+ #: templates/sysinfo/system-information-panel.php:123
683
+ msgid "Yes"
 
 
684
  msgstr ""
685
 
686
+ #: templates/sysinfo/system-information-panel.php:123
687
+ msgid "No"
 
 
688
  msgstr ""
689
 
690
+ #: templates/sysinfo/system-information-panel.php:159
691
  msgid "Show full PHPInfo"
692
  msgstr ""
693
 
694
+ #: templates/sysinfo/system-information-panel.php:167
695
+ msgid "Show log files"
 
 
 
 
696
  msgstr ""
697
 
698
  #: yit-plugin.php:194
plugin-fw/lib/yit-assets.php CHANGED
@@ -7,97 +7,111 @@
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
 
10
- !defined( 'ABSPATH' ) && exit; // Exit if accessed directly
11
-
12
- if ( !class_exists( 'YIT_Assets' ) ) {
13
- /**
14
- * YIT Assets
15
- *
16
- * @class YIT_Assets
17
- * @package YITH
18
- * @since 3.0.0
19
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
20
- */
21
- class YIT_Assets {
22
- /** @var string */
23
- public $version = '1.0.0';
24
-
25
- /** @var YIT_Assets */
26
- private static $_instance;
27
-
28
- /** @return YIT_Assets */
29
- public static function instance() {
30
- return !is_null( self::$_instance ) ? self::$_instance : self::$_instance = new self();
31
- }
32
-
33
- /**
34
- * Constructor
35
- *
36
- * @since 1.0
37
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
38
- */
39
- private function __construct() {
40
- $this->version = yith_plugin_fw_get_version();
41
- add_action( 'admin_enqueue_scripts', array( $this, 'register_styles_and_scripts' ) );
42
- }
43
-
44
- /**
45
- * Register styles and scripts
46
- */
47
- public function register_styles_and_scripts() {
48
- global $wp_scripts, $woocommerce;
49
-
50
- $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
51
-
52
- //scripts
53
- wp_register_script( 'yith-colorpicker', YIT_CORE_PLUGIN_URL . '/assets/js/yith-colorpicker.min.js', array( 'jquery', 'wp-color-picker' ), $this->version, true );
54
- wp_register_script( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/js/yith-fields' . $suffix . '.js', array( 'jquery', 'jquery-ui-datepicker', 'yith-colorpicker', 'codemirror', 'codemirror-javascript', 'jquery-ui-slider', 'jquery-ui-sortable' ), $this->version, true );
55
-
56
- wp_register_script( 'yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox' . $suffix . '.js', array( 'jquery', 'wp-color-picker', 'yith-plugin-fw-fields' ), $this->version, true );
57
- wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel' . $suffix . '.js', array( 'jquery', 'wp-color-picker', 'jquery-ui-sortable', 'yith-plugin-fw-fields' ), $this->version, true );
58
- wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), '3.15', true );
59
- wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), '3.15', true );
60
- wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox' . $suffix . '.js', array( 'jquery' ), '1.6.3', true );
61
- wp_register_script( 'yith_how_to', YIT_CORE_PLUGIN_URL . '/assets/js/how-to' . $suffix . '.js', array( 'jquery' ), $this->version, true );
62
- wp_register_script( 'yith-plugin-fw-wp-pages', YIT_CORE_PLUGIN_URL . '/assets/js/wp-pages' . $suffix . '.js', array( 'jquery' ), $this->version, false );
63
-
64
- //styles
65
- $jquery_version = isset( $wp_scripts->registered[ 'jquery-ui-core' ]->ver ) ? $wp_scripts->registered[ 'jquery-ui-core' ]->ver : '1.9.2';
66
- wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
67
- wp_register_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', array(), $this->version );
68
- wp_register_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
69
- wp_register_style( 'yit-jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
70
- wp_register_style( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/css/colorbox.css', array(), $this->version );
71
- wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
72
- wp_register_style( 'yit-plugin-metaboxes', YIT_CORE_PLUGIN_URL . '/assets/css/metaboxes.css', array(), $this->version );
73
- wp_register_style( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/css/yith-fields.css', false, $this->version );
74
-
75
- $wc_version_suffix = '';
76
- if ( function_exists( 'WC' ) || !empty( $woocommerce ) ) {
77
- $woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
78
- $wc_version_suffix = version_compare( $woocommerce_version, '3.0.0', '>=' ) ? '' : '-wc-2.6';
79
-
80
- wp_register_style( 'woocommerce_admin_styles', $woocommerce->plugin_url() . '/assets/css/admin.css', array(), $woocommerce_version );
81
- } else {
82
- wp_register_script( 'select2', '//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js', array( 'jquery' ), '4.0.3', true );
83
- wp_register_style( 'yith-select2-no-wc', YIT_CORE_PLUGIN_URL . '/assets/css/yith-select2-no-wc.css', false, $this->version );
84
- }
85
-
86
- wp_register_script( 'yith-enhanced-select', YIT_CORE_PLUGIN_URL . '/assets/js/yith-enhanced-select' . $wc_version_suffix . $suffix . '.js', array( 'jquery', 'select2' ), $this->version, true );
87
- wp_localize_script( 'yith-enhanced-select', 'yith_framework_enhanced_select_params', array(
88
- 'ajax_url' => admin_url( 'admin-ajax.php' ),
89
- 'search_posts_nonce' => wp_create_nonce( 'search-posts' ),
90
- 'search_terms_nonce' => wp_create_nonce( 'search-terms' ),
91
- 'search_customers_nonce' => wp_create_nonce( 'search-customers' ),
92
- ) );
93
-
94
- wp_localize_script( 'yith-plugin-fw-fields', 'yith_framework_fw_fields', array(
95
- 'admin_url' => admin_url( 'admin.php' ),
96
- 'ajax_url' => admin_url( 'admin-ajax.php' ),
97
- ) );
98
- wp_enqueue_style( 'yith-plugin-fw-admin', YIT_CORE_PLUGIN_URL . '/assets/css/admin.css', array(), $this->version );
99
- }
100
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  }
102
 
103
  YIT_Assets::instance();
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
 
10
+ ! defined( 'ABSPATH' ) && exit; // Exit if accessed directly
11
+
12
+ if ( ! class_exists( 'YIT_Assets' ) ) {
13
+ /**
14
+ * YIT Assets
15
+ *
16
+ * @class YIT_Assets
17
+ * @package YITH
18
+ * @since 3.0.0
19
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
20
+ */
21
+ class YIT_Assets {
22
+ /** @var string */
23
+ public $version = '1.0.0';
24
+
25
+ /** @var YIT_Assets */
26
+ private static $_instance;
27
+
28
+ /** @return YIT_Assets */
29
+ public static function instance() {
30
+ return ! is_null( self::$_instance ) ? self::$_instance : self::$_instance = new self();
31
+ }
32
+
33
+ /**
34
+ * Constructor
35
+ *
36
+ * @since 1.0
37
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
38
+ */
39
+ private function __construct() {
40
+ $this->version = yith_plugin_fw_get_version();
41
+ add_action( 'admin_enqueue_scripts', array( $this, 'register_styles_and_scripts' ) );
42
+ }
43
+
44
+ /**
45
+ * Register styles and scripts
46
+ */
47
+ public function register_styles_and_scripts() {
48
+ global $wp_scripts, $woocommerce, $wp_version;
49
+
50
+ $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
51
+
52
+ //scripts
53
+ wp_register_script( 'yith-colorpicker', YIT_CORE_PLUGIN_URL . '/assets/js/yith-colorpicker.min.js', array( 'jquery', 'wp-color-picker' ), $this->version, true );
54
+ wp_register_script( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/js/yith-fields' . $suffix . '.js', array( 'jquery', 'jquery-ui-datepicker', 'yith-colorpicker', 'codemirror', 'codemirror-javascript', 'jquery-ui-slider', 'jquery-ui-sortable' ), $this->version, true );
55
+
56
+ wp_register_script( 'yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox' . $suffix . '.js', array( 'jquery', 'wp-color-picker', 'yith-plugin-fw-fields' ), $this->version, true );
57
+ wp_register_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel' . $suffix . '.js', array( 'jquery', 'wp-color-picker', 'jquery-ui-sortable', 'yith-plugin-fw-fields' ), $this->version, true );
58
+ wp_register_script( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/codemirror.js', array( 'jquery' ), '3.15', true );
59
+ wp_register_script( 'codemirror-javascript', YIT_CORE_PLUGIN_URL . '/assets/js/codemirror/javascript.js', array( 'jquery', 'codemirror' ), '3.15', true );
60
+ wp_register_script( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/js/jquery.colorbox' . $suffix . '.js', array( 'jquery' ), '1.6.3', true );
61
+ wp_register_script( 'yith_how_to', YIT_CORE_PLUGIN_URL . '/assets/js/how-to' . $suffix . '.js', array( 'jquery' ), $this->version, true );
62
+ wp_register_script( 'yith-plugin-fw-wp-pages', YIT_CORE_PLUGIN_URL . '/assets/js/wp-pages' . $suffix . '.js', array( 'jquery' ), $this->version, false );
63
+
64
+ //styles
65
+ $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.9.2';
66
+ wp_register_style( 'codemirror', YIT_CORE_PLUGIN_URL . '/assets/css/codemirror/codemirror.css' );
67
+ wp_register_style( 'yit-plugin-style', YIT_CORE_PLUGIN_URL . '/assets/css/yit-plugin-panel.css', array(), $this->version );
68
+ wp_register_style( 'raleway-font', '//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,100,200,300,900' );
69
+ wp_register_style( 'yit-jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
70
+ wp_register_style( 'colorbox', YIT_CORE_PLUGIN_URL . '/assets/css/colorbox.css', array(), $this->version );
71
+ wp_register_style( 'yit-upgrade-to-pro', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrade-to-pro.css', array( 'colorbox' ), $this->version );
72
+ wp_register_style( 'yit-plugin-metaboxes', YIT_CORE_PLUGIN_URL . '/assets/css/metaboxes.css', array(), $this->version );
73
+ wp_register_style( 'yith-plugin-fw-fields', YIT_CORE_PLUGIN_URL . '/assets/css/yith-fields.css', false, $this->version );
74
+
75
+ $wc_version_suffix = '';
76
+ if ( function_exists( 'WC' ) || ! empty( $woocommerce ) ) {
77
+ $woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
78
+ $wc_version_suffix = version_compare( $woocommerce_version, '3.0.0', '>=' ) ? '' : '-wc-2.6';
79
+
80
+ wp_register_style( 'woocommerce_admin_styles', $woocommerce->plugin_url() . '/assets/css/admin.css', array(), $woocommerce_version );
81
+ } else {
82
+ wp_register_script( 'select2', '//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js', array( 'jquery' ), '4.0.3', true );
83
+ wp_register_style( 'yith-select2-no-wc', YIT_CORE_PLUGIN_URL . '/assets/css/yith-select2-no-wc.css', false, $this->version );
84
+ }
85
+
86
+ wp_register_script( 'yith-enhanced-select', YIT_CORE_PLUGIN_URL . '/assets/js/yith-enhanced-select' . $wc_version_suffix . $suffix . '.js', array( 'jquery', 'select2' ), $this->version, true );
87
+ wp_localize_script( 'yith-enhanced-select', 'yith_framework_enhanced_select_params', array(
88
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
89
+ 'search_posts_nonce' => wp_create_nonce( 'search-posts' ),
90
+ 'search_terms_nonce' => wp_create_nonce( 'search-terms' ),
91
+ 'search_customers_nonce' => wp_create_nonce( 'search-customers' ),
92
+ ) );
93
+
94
+ wp_localize_script( 'yith-plugin-fw-fields', 'yith_framework_fw_fields', array(
95
+ 'admin_url' => admin_url( 'admin.php' ),
96
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
97
+ ) );
98
+
99
+
100
+ // Localize Colorpicker to avoid issues with WordPress 5.5
101
+ if ( version_compare( $wp_version, '5.5-RC', '>=' ) ) {
102
+ wp_localize_script( 'yith-colorpicker', 'wpColorPickerL10n', array(
103
+ 'clear' => __( 'Clear' ),
104
+ 'clearAriaLabel' => __( 'Clear color' ),
105
+ 'defaultString' => __( 'Default' ),
106
+ 'defaultAriaLabel' => __( 'Select default color' ),
107
+ 'pick' => __( 'Select Color' ),
108
+ 'defaultLabel' => __( 'Color value' ),
109
+ ) );
110
+ }
111
+
112
+ wp_enqueue_style( 'yith-plugin-fw-admin', YIT_CORE_PLUGIN_URL . '/assets/css/admin.css', array(), $this->version );
113
+ }
114
+ }
115
  }
116
 
117
  YIT_Assets::instance();
plugin-fw/lib/yit-plugin-panel-wc.php CHANGED
@@ -343,18 +343,41 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
343
  $option_key = $this->get_current_option_key();
344
  $yit_options = $this->check_for_save_single_option( $yit_options );
345
 
 
 
 
346
  foreach ( $yit_options[ $option_key ] as $id => $option ) {
347
- if ( isset( $option[ 'yith-type' ] ) && $option[ 'yith-type' ] == 'multi-colorpicker' && !empty( $option[ 'colorpickers' ] ) ) {
348
- $default = [];
349
- foreach ( $option[ 'colorpickers' ] as $colorpicker ) {
350
- $default[ $colorpicker[ 'id' ] ] = isset( $colorpicker[ 'default' ] ) ? $colorpicker[ 'default' ] : '';
351
- }
352
- update_option( $option[ 'id' ], $default );
353
- } elseif ( isset( $option[ 'default' ] ) ) {
354
- update_option( $option[ 'id' ], $option[ 'default' ] );
355
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  }
357
 
 
 
 
 
 
 
358
  do_action( 'yit_panel_wc_after_reset' );
359
  }
360
  }
@@ -623,6 +646,9 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
623
  }
624
  $field[ 'value' ] = $value;
625
 
 
 
 
626
  require( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/woocommerce/woocommerce-option-row.php' );
627
  }
628
  }
343
  $option_key = $this->get_current_option_key();
344
  $yit_options = $this->check_for_save_single_option( $yit_options );
345
 
346
+ // Collect an array of options to be saved as array and not as single option.
347
+ $array_options = array();
348
+
349
  foreach ( $yit_options[ $option_key ] as $id => $option ) {
350
+
351
+ // make sure option id is not an array
352
+ $matches = array();
353
+ isset( $option['id'] ) && preg_match('/(.*)\[(.*)\]/', $option['id'], $matches );
354
+
355
+ if( ! empty( $matches ) && isset( $option['default'] ) ) {
356
+ if( ! empty( $matches[2] ) ) {
357
+ $array_options[ $matches[1] ][ $matches[2] ] = $option[ 'default' ];
358
+ } else {
359
+ $array_options[ $matches[1] ][] = $option[ 'default' ];
360
+ }
361
+ }
362
+ else {
363
+ if ( isset( $option['yith-type'] ) && $option['yith-type'] == 'multi-colorpicker' && ! empty( $option['colorpickers'] ) ) {
364
+ $default = [];
365
+ foreach ( $option['colorpickers'] as $colorpicker ) {
366
+ $default[ $colorpicker['id'] ] = isset( $colorpicker['default'] ) ? $colorpicker['default'] : '';
367
+ }
368
+ update_option( $option['id'], $default );
369
+ } elseif ( isset( $option['default'] ) ) {
370
+ update_option( $option['id'], $option['default'] );
371
+ }
372
+ }
373
  }
374
 
375
+ // Save array options if any
376
+ foreach ( $array_options as $key => $value ) {
377
+ update_option( $key, $value );
378
+ }
379
+
380
+
381
  do_action( 'yit_panel_wc_after_reset' );
382
  }
383
  }
646
  }
647
  $field[ 'value' ] = $value;
648
 
649
+ // let's filter field data just before print
650
+ $field = apply_filters( 'yith_plugin_fw_wc_panel_field_data', $field );
651
+
652
  require( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/woocommerce/woocommerce-option-row.php' );
653
  }
654
  }
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -7,111 +7,111 @@
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
 
10
- if ( !defined( 'ABSPATH' ) ) {
11
- exit;
12
  } // Exit if accessed directly
13
 
14
- if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
15
- /**
16
- * YIT Plugin Panel
17
- * Setting Page to Manage Plugins
18
- *
19
- * @class YIT_Plugin_Panel
20
- * @package YITH
21
- * @since 1.0
22
- * @author Your Inspiration Themes
23
- */
24
- class YIT_Plugin_Panel {
25
 
26
- /**
27
- * @var string version of class
28
- */
29
- public $version = '1.0.0';
30
 
31
- /**
32
- * @var array a setting list of parameters
33
- */
34
- public $settings = array();
35
 
36
- /**
37
- * @var array
38
- */
39
- protected $_tabs_path_files;
40
 
41
- /**
42
- * @var array
43
- */
44
- protected $_main_array_options;
45
 
46
- /**
47
- * @var array
48
- */
49
- protected $_tabs_hierarchy;
50
 
51
- /**
52
- * @var array
53
- */
54
- protected static $_panel_tabs_in_wp_pages = array();
55
 
56
- /**
57
- * @var array
58
- */
59
- public $links;
60
 
61
- /**
62
- * @var bool
63
- */
64
- protected static $_actions_initialized = false;
65
 
66
- /**
67
- * Constructor
68
- *
69
- * @param array $args
70
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
71
- * @since 1.0
72
- */
73
- public function __construct( $args = array() ) {
74
 
75
- if ( !empty( $args ) ) {
76
 
77
- $default_args = array(
78
- 'parent_slug' => 'edit.php?',
79
- 'page_title' => __( 'Plugin Settings', 'yith-plugin-fw' ),
80
- 'menu_title' => __( 'Settings', 'yith-plugin-fw' ),
81
- 'capability' => 'manage_options',
82
- 'icon_url' => '',
83
- 'position' => null
84
- );
85
 
86
- $args = apply_filters( 'yit_plugin_fw_panel_option_args', wp_parse_args( $args, $default_args ) );
87
- if ( isset( $args[ 'parent_page' ] ) && 'yit_plugin_panel' === $args[ 'parent_page' ] )
88
- $args[ 'parent_page' ] = 'yith_plugin_panel';
89
 
90
- $this->settings = $args;
91
- $this->_tabs_path_files = $this->get_tabs_path_files();
92
 
93
- if ( isset( $this->settings[ 'create_menu_page' ] ) && $this->settings[ 'create_menu_page' ] ) {
94
- $this->add_menu_page();
95
- }
96
 
97
- if ( !empty( $this->settings[ 'links' ] ) ) {
98
- $this->links = $this->settings[ 'links' ];
99
- }
100
 
101
- add_action( 'admin_init', array( $this, 'register_settings' ) );
102
- add_action( 'admin_menu', array( $this, 'add_setting_page' ), 20 );
103
- add_action( 'admin_menu', array( $this, 'add_premium_version_upgrade_to_menu' ), 100 );
104
- add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), 100 );
105
- add_action( 'admin_init', array( $this, 'add_fields' ) );
106
 
107
- add_action( 'admin_enqueue_scripts', array( $this, 'init_wp_with_tabs' ), 11 );
108
  add_action( 'admin_init', array( $this, 'maybe_redirect_to_proper_wp_page' ) );
109
 
110
- // init actions once to prevent multiple actions
111
- static::_init_actions();
112
- }
113
 
114
- add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
115
 
116
  //yith-plugin-ui
117
  add_action( 'yith_plugin_fw_before_yith_panel', array( $this, 'add_plugin_banner' ), 10, 1 );
@@ -130,7 +130,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
130
  $excluded_post_types = array( 'product', 'page', 'post' );
131
 
132
  return in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true ) &&
133
- ! in_array( $post_type, $excluded_post_types, true );
134
  }
135
 
136
  /**
@@ -145,1213 +145,1230 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
145
  $excluded_taxonomies = array( 'category', 'post_tag', 'product_cat', 'product_tag' );
146
 
147
  return in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) &&
148
- ! in_array( $taxonomy, $excluded_taxonomies, true );
149
  }
150
 
151
- /**
152
- * Init actions to show YITH Panel tabs in WP Pages
153
- *
154
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
155
- * @since 3.4.0
156
- */
157
- public function init_wp_with_tabs() {
158
- if ( !current_user_can( $this->settings[ 'capability' ] ) ) {
159
- return;
160
- }
161
 
162
- global $post_type, $taxonomy;
163
- $tabs = false;
164
 
165
- if ( $this->is_custom_post_type_page() ) {
166
- $tabs = $this->get_post_type_tabs( $post_type );
167
- } else if ( $this->is_custom_taxonomy_page() ) {
168
- $tabs = $this->get_taxonomy_tabs( $taxonomy );
169
- }
170
 
171
- if ( $tabs ) {
172
- // tabs_in_edit
173
- $current_tab_args = array(
174
- 'page' => $this->settings[ 'page' ],
175
- 'current_tab' => isset( $tabs[ 'tab' ] ) ? $tabs[ 'tab' ] : '',
176
- 'current_sub_tab' => isset( $tabs[ 'sub_tab' ] ) ? $tabs[ 'sub_tab' ] : ''
177
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
 
179
- wp_enqueue_style( 'yit-plugin-style' );
180
- wp_enqueue_style( 'yith-plugin-fw-fields' );
181
- wp_enqueue_script( 'yith-plugin-fw-wp-pages' );
182
-
183
- if ( !self::$_panel_tabs_in_wp_pages ) {
184
- self::$_panel_tabs_in_wp_pages = $current_tab_args;
185
- add_action( 'all_admin_notices', array( $this, 'print_panel_tabs_in_wp_pages' ) );
186
- add_action( 'admin_footer', array( $this, 'print_panel_tabs_in_wp_pages_end' ) );
187
- add_filter( 'parent_file', array( $this, 'set_parent_file_to_handle_menu_for_wp_pages' ) );
188
- add_filter( 'submenu_file', array( $this, 'set_submenu_file_to_handle_menu_for_wp_pages' ), 10, 2 );
189
- }
190
- }
191
- }
192
 
193
- /**
194
- * Init actions once to prevent multiple actions
195
- *
196
- * @since 3.0.0
197
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
198
- */
199
- protected static function _init_actions() {
200
- if ( !static::$_actions_initialized ) {
201
- add_filter( 'admin_body_class', array( __CLASS__, 'add_body_class' ) );
202
 
203
- // sort plugins by name in YITH Plugins menu
204
- add_action( 'admin_menu', array( __CLASS__, 'sort_plugins' ), 90 );
205
- add_filter( 'add_menu_classes', array( __CLASS__, 'add_menu_class_in_yith_plugin' ) );
206
 
 
 
 
207
 
208
- static::$_actions_initialized = true;
209
- }
210
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
- protected function _maybe_init_vars() {
213
- if ( !isset( $this->_main_array_options ) && !isset( $this->_tabs_hierarchy ) ) {
214
- $options_path = $this->settings[ 'options-path' ];
215
- $this->_main_array_options = array();
216
- $this->_tabs_hierarchy = array();
217
-
218
- foreach ( $this->settings[ 'admin-tabs' ] as $item => $v ) {
219
- $path = trailingslashit( $options_path ) . $item . '-options.php';
220
- $path = apply_filters( 'yith_plugin_panel_item_options_path', $path, $options_path, $item, $this );
221
- if ( file_exists( $path ) ) {
222
- $_tab = include $path;
223
- $this->_main_array_options = array_merge( $this->_main_array_options, $_tab );
224
- $sub_tabs = $this->get_sub_tabs( $_tab );
225
- $current_tab_key = array_keys( $_tab )[ 0 ];
226
-
227
- $this->_tabs_hierarchy[ $current_tab_key ] = array_merge( array( 'parent' => '', 'has_sub_tabs' => !!$sub_tabs ), $this->get_tab_info_by_options( $_tab[ $current_tab_key ] ) );
228
-
229
- foreach ( $sub_tabs as $sub_item => $sub_options ) {
230
- if ( strpos( $sub_item, $item . '-' ) === 0 ) {
231
- $sub_item = substr( $sub_item, strlen( $item ) + 1 );
232
- }
233
- $sub_tab_path = $options_path . '/' . $item . '/' . $sub_item . '-options.php';
234
- $sub_tab_path = apply_filters( 'yith_plugin_panel_sub_tab_item_options_path', $sub_tab_path, $sub_tabs, $sub_item, $this );
235
-
236
- if ( file_exists( $sub_tab_path ) ) {
237
- $_sub_tab = include $sub_tab_path;
238
- $this->_main_array_options = array_merge( $this->_main_array_options, $_sub_tab );
239
-
240
- $current_sub_tab_key = array_keys( $_sub_tab )[ 0 ];
241
- $this->_tabs_hierarchy[ $current_sub_tab_key ] = array_merge( array( 'parent' => $current_tab_key ), $this->get_tab_info_by_options( $_sub_tab[ $current_sub_tab_key ] ) );
242
- }
243
- }
244
- }
245
- }
246
- }
247
- }
248
 
249
- /**
250
- * Add yith-plugin-fw-panel in body classes in Panel pages
251
- *
252
- * @param $admin_body_classes
253
- * @return string
254
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
255
- * @since 3.0.0
256
- */
257
- public static function add_body_class( $admin_body_classes ) {
258
- global $pagenow;
259
- if ( ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) )
260
- $admin_body_classes = substr_count( $admin_body_classes, ' yith-plugin-fw-panel ' ) == 0 ? $admin_body_classes . ' yith-plugin-fw-panel ' : $admin_body_classes;
261
 
262
- return $admin_body_classes;
263
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
 
265
- /**
266
- * Add Menu page link
267
- *
268
- * @return void
269
- * @since 1.0
270
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
271
- */
272
- public function add_menu_page() {
273
- global $admin_page_hooks;
274
-
275
- if ( !isset( $admin_page_hooks[ 'yith_plugin_panel' ] ) ) {
276
- $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
277
- $capability = apply_filters( 'yit_plugin_panel_menu_page_capability', 'manage_options' );
278
- $show = apply_filters( 'yit_plugin_panel_menu_page_show', true );
279
-
280
- // YITH text must not be translated
281
- if ( !!$show ) {
282
- add_menu_page( 'yith_plugin_panel', 'YITH', $capability, 'yith_plugin_panel', null, yith_plugin_fw_get_default_logo(), $position );
283
- $admin_page_hooks[ 'yith_plugin_panel' ] = 'yith-plugins'; // prevent issues for backward compatibility
284
- }
285
- }
286
- }
287
 
288
- /**
289
- * Remove duplicate submenu
290
- * Submenu page hack: Remove the duplicate YIT Plugin link on subpages
291
- *
292
- * @return void
293
- * @since 1.0
294
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
295
- */
296
- public function remove_duplicate_submenu_page() {
297
- /* === Duplicate Items Hack === */
298
- remove_submenu_page( 'yith_plugin_panel', 'yith_plugin_panel' );
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
- /**
302
- * Enqueue script and styles in admin side
303
- * Add style and scripts to administrator
304
- *
305
- * @return void
306
- * @since 1.0
307
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
308
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
309
- */
310
- public function admin_enqueue_scripts() {
311
- global $pagenow;
312
-
313
- // enqueue styles only in the current panel page
314
- if ( 'admin.php' === $pagenow && strpos( get_current_screen()->id, $this->settings[ 'page' ] ) !== false || apply_filters( 'yit_plugin_panel_asset_loading', false ) ) {
315
- wp_enqueue_media();
316
-
317
- wp_enqueue_style( 'yith-plugin-fw-fields' );
318
- wp_enqueue_style( 'yit-jquery-ui-style' );
319
- wp_enqueue_style( 'raleway-font' );
320
-
321
- wp_enqueue_script( 'jquery-ui' );
322
- wp_enqueue_script( 'jquery-ui-core' );
323
- wp_enqueue_script( 'jquery-ui-dialog' );
324
- wp_enqueue_script( 'yith_how_to' );
325
- wp_enqueue_script( 'yith-plugin-fw-fields' );
326
- }
327
 
328
- if ( ( 'admin.php' == $pagenow && yith_plugin_fw_is_panel() ) || apply_filters( 'yit_plugin_panel_asset_loading', false ) ) {
329
- wp_enqueue_media();
330
- wp_enqueue_style( 'yit-plugin-style' );
331
- wp_enqueue_script( 'yit-plugin-panel' );
332
- }
333
 
334
- if ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith_upgrade_premium_version' ) !== false ) {
335
- wp_enqueue_style( 'yit-upgrade-to-pro' );
336
- wp_enqueue_script( 'colorbox' );
337
- }
338
 
339
- }
 
 
 
 
 
 
 
 
 
 
340
 
341
- /**
342
- * Register Settings
343
- * Generate wp-admin settings pages by registering your settings and using a few callbacks to control the output
344
- *
345
- * @return void
346
- * @since 1.0
347
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
348
- */
349
- public function register_settings() {
350
- register_setting( 'yit_' . $this->settings[ 'parent' ] . '_options', 'yit_' . $this->settings[ 'parent' ] . '_options', array( $this, 'options_validate' ) );
351
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
 
353
- /**
354
- * Options Validate
355
- * a callback function called by Register Settings function
356
- *
357
- * @param $input
358
- * @return array validate input fields
359
- * @since 1.0
360
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
361
- */
362
- public function options_validate( $input ) {
363
-
364
- $option_key = !empty( $input[ 'option_key' ] ) ? $input[ 'option_key' ] : 'general';
365
-
366
- $yit_options = $this->get_main_array_options();
367
-
368
- // default
369
- $valid_input = $this->get_options();
370
-
371
- $submit = ( !empty( $input[ 'submit-general' ] ) ? true : false );
372
- $reset = ( !empty( $input[ 'reset-general' ] ) ? true : false );
373
-
374
- foreach ( $yit_options[ $option_key ] as $section => $data ) {
375
- foreach ( $data as $option ) {
376
- if ( isset( $option[ 'sanitize_call' ] ) && isset( $option[ 'id' ] ) ) { //yiw_debug($option, false);
377
- if ( is_array( $option[ 'sanitize_call' ] ) ) :
378
- foreach ( $option[ 'sanitize_call' ] as $callback ) {
379
- if ( is_array( $input[ $option[ 'id' ] ] ) ) {
380
- $valid_input[ $option[ 'id' ] ] = array_map( $callback, $input[ $option[ 'id' ] ] );
381
- } else {
382
- $valid_input[ $option[ 'id' ] ] = call_user_func( $callback, $input[ $option[ 'id' ] ] );
383
- }
384
- }
385
- else :
386
- if ( is_array( $input[ $option[ 'id' ] ] ) ) {
387
- $valid_input[ $option[ 'id' ] ] = array_map( $option[ 'sanitize_call' ], $input[ $option[ 'id' ] ] );
388
- } else {
389
- $valid_input[ $option[ 'id' ] ] = call_user_func( $option[ 'sanitize_call' ], $input[ $option[ 'id' ] ] );
390
- }
391
- endif;
392
- } else {
393
- if ( isset( $option[ 'id' ] ) ) {
394
- $value = isset( $input[ $option[ 'id' ] ] ) ? $input[ $option[ 'id' ] ] : false;
395
- if ( isset( $option[ 'type' ] ) && in_array( $option[ 'type' ], array( 'checkbox', 'onoff' ) ) ) {
396
- $value = yith_plugin_fw_is_true( $value ) ? 'yes' : 'no';
397
- }
398
-
399
- if ( !empty( $option[ 'yith-sanitize-callback' ] ) && is_callable( $option[ 'yith-sanitize-callback' ] ) ) {
400
- $value = call_user_func( $option[ 'yith-sanitize-callback' ], $value );
401
- }
402
-
403
- $valid_input[ $option[ 'id' ] ] = $value;
404
- }
405
- }
406
-
407
- }
408
- }
409
 
410
- return $valid_input;
411
- }
412
 
413
- /**
414
- * Add Setting SubPage
415
- * add Setting SubPage to wordpress administrator
416
- *
417
- * @return array validate input fields
418
- * @since 1.0
419
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
420
- */
421
- public function add_setting_page() {
422
- $this->settings[ 'icon_url' ] = isset( $this->settings[ 'icon_url' ] ) ? $this->settings[ 'icon_url' ] : '';
423
- $this->settings[ 'position' ] = isset( $this->settings[ 'position' ] ) ? $this->settings[ 'position' ] : null;
424
- $parent = $this->settings[ 'parent_slug' ] . $this->settings[ 'parent_page' ];
425
-
426
- if ( !empty( $parent ) ) {
427
- add_submenu_page( $parent, $this->settings[ 'page_title' ], $this->settings[ 'menu_title' ], $this->settings[ 'capability' ], $this->settings[ 'page' ], array( $this, 'yit_panel' ) );
428
- } else {
429
- add_menu_page( $this->settings[ 'page_title' ], $this->settings[ 'menu_title' ], $this->settings[ 'capability' ], $this->settings[ 'page' ], array( $this, 'yit_panel' ), $this->settings[ 'icon_url' ], $this->settings[ 'position' ] );
430
- }
431
- /* === Duplicate Items Hack === */
432
- $this->remove_duplicate_submenu_page();
433
- do_action( 'yit_after_add_settings_page' );
434
 
435
 
436
- }
437
 
438
- /**
439
- * Add Premium Version upgrade menu item
440
- *
441
- * @return void
442
- * @since 2.9.13
443
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
444
- */
445
- public function add_premium_version_upgrade_to_menu() {
446
- /* === Add the How To menu item only if the customer haven't a premium version enabled === */
447
- if ( function_exists( 'YIT_Plugin_Licence' ) && !!YIT_Plugin_Licence()->get_products() ) {
448
- return;
449
- }
450
 
451
- global $submenu;
452
- if ( apply_filters( 'yit_show_upgrade_to_premium_version', isset( $submenu[ 'yith_plugin_panel' ] ) ) ) {
453
- $submenu[ 'yith_plugin_panel' ][ 'how_to' ] = array(
454
- sprintf( '%s%s%s', '<span id="yith-how-to-premium">', __( 'How to install premium version', 'yith-plugin-fw' ), '</span>' ),
455
- 'install_plugins',
456
- '//support.yithemes.com/hc/en-us/articles/217840988',
457
- __( 'How to install premium version', 'yith-plugin-fw' ),
458
- );
459
- }
460
- }
461
 
462
- /**
463
- * Print the tabs navigation
464
- *
465
- * @param array $args
466
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
467
- * @since 3.4.0
468
- */
469
- public function print_tabs_nav( $args = array() ) {
470
- $defaults = array(
471
- 'current_tab' => $this->get_current_tab(),
472
- 'premium_class' => isset( $this->settings[ 'class' ] ) ? 'yith-premium' : 'premium',
473
- 'page' => $this->settings[ 'page' ],
474
- 'parent_page' => $this->settings[ 'parent_page' ],
475
- 'wrapper_class' => 'nav-tab-wrapper'
476
- );
477
- $args = wp_parse_args( $args, $defaults );
478
- /**
479
- * @var string $current_tab
480
- * @var string $premium_class
481
- * @var string $page
482
- * @var string $parent_page
483
- * @var string $wrapper_class
484
- */
485
- extract( $args );
486
-
487
- $tabs = '';
488
-
489
- foreach ( $this->settings[ 'admin-tabs' ] as $tab => $tab_value ) {
490
- $active_class = ( $current_tab == $tab ) ? ' nav-tab-active' : '';
491
- $active_class .= 'premium' == $tab ? ' ' . $premium_class : '';
492
- $active_class = apply_filters( 'yith_plugin_fw_panel_active_tab_class', $active_class, $current_tab, $tab );
493
-
494
- $first_sub_tab = $this->get_first_sub_tab_key( $tab );
495
- $sub_tab = !!$first_sub_tab ? $first_sub_tab : '';
496
-
497
- $url = $this->get_nav_url( $page, $tab, $sub_tab, $parent_page );
498
-
499
- $tabs .= '<a class="nav-tab' . $active_class . '" href="' . $url . '">' . $tab_value . '</a>';
500
- }
501
- ?>
502
- <h2 class="<?php echo $wrapper_class ?>">
503
- <?php echo $tabs ?>
504
- </h2>
505
- <?php
506
- $this->print_sub_tabs_nav( $args );
507
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
508
 
509
- /**
510
- * @param string $page
511
- * @param string $tab
512
- * @param string $sub_tab
513
- * @param string $parent_page
514
- * @return string
515
- */
516
- public function get_nav_url( $page, $tab, $sub_tab = '', $parent_page = '' ) {
517
- $tab_hierarchy = $this->get_tabs_hierarchy();
518
- $key = !!$sub_tab ? $sub_tab : $tab;
519
-
520
- if ( isset( $tab_hierarchy[ $key ], $tab_hierarchy[ $key ][ 'type' ], $tab_hierarchy[ $key ][ 'post_type' ] ) && 'post_type' === $tab_hierarchy[ $key ][ 'type' ] ) {
521
- $url = admin_url( "edit.php?post_type={$tab_hierarchy[$key]['post_type']}" );
522
- } elseif ( isset( $tab_hierarchy[ $key ], $tab_hierarchy[ $key ][ 'type' ], $tab_hierarchy[ $key ][ 'taxonomy' ] ) && 'taxonomy' === $tab_hierarchy[ $key ][ 'type' ] ) {
523
- $url = admin_url( "edit-tags.php?taxonomy={$tab_hierarchy[$key]['taxonomy']}" );
524
- } else {
525
- $url = !!$parent_page ? "?{$parent_page}&" : '?';
526
- $url .= "page={$page}&tab={$tab}";
527
- $url .= !!$sub_tab ? "&sub_tab={$sub_tab}" : '';
528
- $url = admin_url( "admin.php{$url}" );
529
- }
530
 
531
- return apply_filters( 'yith_plugin_fw_panel_url', $url, $page, $tab, $sub_tab, $parent_page );
532
- }
533
 
534
- /**
535
- * Print the Sub-tabs navigation if the current tab has sub-tabs
536
- *
537
- * @param array $args
538
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
539
- * @since 3.4.0
540
- */
541
- public function print_sub_tabs_nav( $args = array() ) {
542
- $defaults = array(
543
- 'current_tab' => $this->get_current_tab(),
544
- 'page' => $this->settings[ 'page' ],
545
- 'current_sub_tab' => $this->get_current_sub_tab(),
546
- );
547
- $args = wp_parse_args( $args, $defaults );
548
-
549
- /**
550
- * @var string $current_tab
551
- * @var string $page
552
- * @var string $current_sub_tab
553
- */
554
- extract( $args );
555
-
556
- $sub_tabs = $this->get_sub_tabs( $current_tab );
557
-
558
- if ( $sub_tabs && $current_sub_tab ) {
559
- include YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/sub-tabs-nav.php';
560
- }
561
- }
562
 
563
- /**
564
- * Show a tabbed panel to setting page
565
- * a callback function called by add_setting_page => add_submenu_page
566
- *
567
- * @return void
568
- * @since 1.0
569
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
570
- */
571
- public function yit_panel() {
572
- $yit_options = $this->get_main_array_options();
573
- $wrap_class = isset( $this->settings[ 'class' ] ) ? $this->settings[ 'class' ] : '';
574
-
575
- $option_key = $this->get_current_option_key();
576
- $custom_tab_action = $this->is_custom_tab( $yit_options, $option_key );
577
- ?>
578
- <div class="wrap <?php echo $wrap_class ?>">
579
- <div id="icon-themes" class="icon32"><br/></div>
580
- <?php
581
- do_action( 'yith_plugin_fw_before_yith_panel', $this->settings[ 'page' ] );
 
 
 
 
 
 
 
582
 
583
- $this->print_tabs_nav();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
584
 
585
- if ( $custom_tab_action ) {
586
- $this->print_custom_tab( $custom_tab_action );
587
- return;
588
- }
 
 
 
 
 
 
 
 
 
 
 
589
 
590
- $panel_content_class = apply_filters( 'yit_admin_panel_content_class', 'yit-admin-panel-content-wrap' );
591
- ?>
592
- <div id="wrap" class="yith-plugin-fw plugin-option yit-admin-panel-container">
593
- <?php $this->message(); ?>
594
- <div class="<?php echo $panel_content_class; ?>">
595
- <h2><?php echo $this->get_tab_title() ?></h2>
596
- <?php if ( $this->is_show_form() ) : ?>
597
- <form id="yith-plugin-fw-panel" method="post" action="options.php">
598
- <?php do_settings_sections( 'yit' ); ?>
599
- <p>&nbsp;</p>
600
- <?php settings_fields( 'yit_' . $this->settings[ 'parent' ] . '_options' ); ?>
601
- <input type="hidden" name="<?php echo $this->get_name_field( 'option_key' ) ?>" value="<?php echo esc_attr( $option_key ) ?>"/>
602
- <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>" style="float:left;margin-right:10px;"/>
603
- </form>
604
- <form method="post">
605
- <?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
606
- <input type="hidden" name="yit-action" value="reset"/>
607
- <input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to default', 'yith-plugin-fw' ) ?>"
608
- onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');"/>
609
- </form>
610
- <p>&nbsp;</p>
611
- <?php endif ?>
612
- </div>
613
- </div>
614
- </div>
615
- <?php
616
- }
617
 
618
- /**
619
- * Check if is a custom tab
620
- *
621
- * @param array $options
622
- * @param string $option_key
623
- * @return bool
624
- */
625
- public function is_custom_tab( $options, $option_key ) {
626
- foreach ( $options[ $option_key ] as $section => $option ) {
627
- if ( isset( $option[ 'type' ] ) && isset( $option[ 'action' ] ) && 'custom_tab' == $option[ 'type' ] && !empty( $option[ 'action' ] ) ) {
628
- return $option[ 'action' ];
629
- } else {
630
- return false;
631
- }
632
- }
633
 
634
- return false;
635
- }
 
 
 
 
 
 
 
636
 
637
- public function get_tab_type_by_options( $tab_options ) {
638
- $first = !!$tab_options && is_array( $tab_options ) ? current( $tab_options ) : array();
639
- $type = isset( $first[ 'type' ] ) ? $first[ 'type' ] : 'options';
640
- $special_types = array( 'post_type', 'taxonomy', 'custom_tab', 'multi_tab' );
641
- return in_array( $type, $special_types ) ? $type : 'options';
642
- }
643
 
644
- public function get_tab_info_by_options( $tab_options ) {
645
- $type = $this->get_tab_type_by_options( $tab_options );
646
- $info = array( 'type' => $type );
647
- $first = !!$tab_options && is_array( $tab_options ) ? current( $tab_options ) : array();
648
- if ( 'post_type' === $type ) {
649
- $info[ 'post_type' ] = isset( $first[ 'post_type' ] ) ? $first[ 'post_type' ] : '';
650
- } else if ( 'taxonomy' === $type ) {
651
- $info[ 'taxonomy' ] = isset( $first[ 'taxonomy' ] ) ? $first[ 'taxonomy' ] : '';
652
- }
 
 
 
653
 
654
- return $info;
655
- }
 
 
 
 
 
 
 
 
 
656
 
657
- /**
658
- * Fire the action to print the custom tab
659
- *
660
- * @param string $action Action to fire
661
- * @return void
662
- * @since 1.0
663
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
664
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
665
- */
666
- public function print_custom_tab( $action ) {
667
- do_action( $action );
668
- }
669
 
670
- /**
671
- * Add sections and fields to setting panel
672
- * read all options and show sections and fields
673
- *
674
- * @return void
675
- * @since 1.0
676
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
677
- */
678
- public function add_fields() {
679
- $yit_options = $this->get_main_array_options();
680
- $option_key = $this->get_current_option_key();
681
 
682
- if ( !$option_key ) {
683
- return;
684
- }
685
- foreach ( $yit_options[ $option_key ] as $section => $data ) {
686
- add_settings_section( "yit_settings_{$option_key}_{$section}", $this->get_section_title( $section ), $this->get_section_description( $section ), 'yit' );
687
- foreach ( $data as $option ) {
688
- if ( isset( $option[ 'id' ] ) && isset( $option[ 'type' ] ) && isset( $option[ 'name' ] ) ) {
689
- add_settings_field( "yit_setting_" . $option[ 'id' ], $option[ 'name' ], array( $this, 'render_field' ), 'yit', "yit_settings_{$option_key}_{$section}", array( 'option' => $option, 'label_for' => $this->get_id_field( $option[ 'id' ] ) ) );
690
- }
691
- }
692
- }
693
- }
694
 
 
695
 
696
- /**
697
- * Add the tabs to admin bar menu
698
- * set all tabs of settings page on wp admin bar
699
- *
700
- * @return void|array return void when capability is false
701
- * @since 1.0
702
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
703
- */
704
- public function add_admin_bar_menu() {
705
 
706
- global $wp_admin_bar;
 
707
 
708
- if ( !current_user_can( 'manage_options' ) ) {
709
- return;
710
- }
 
 
 
 
 
 
711
 
712
- if ( !empty( $this->settings[ 'admin_tabs' ] ) ) {
713
- foreach ( $this->settings[ 'admin-tabs' ] as $item => $title ) {
714
 
715
- $wp_admin_bar->add_menu( array(
716
- 'parent' => $this->settings[ 'parent' ],
717
- 'title' => $title,
718
- 'id' => $this->settings[ 'parent' ] . '-' . $item,
719
- 'href' => admin_url( 'themes.php' ) . '?page=' . $this->settings[ 'parent_page' ] . '&tab=' . $item
720
- ) );
721
- }
722
- }
723
- }
 
724
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725
 
726
- /**
727
- * Get current tab
728
- * get the id of tab showed, return general is the current tab is not defined
729
- *
730
- * @return string
731
- * @since 1.0
732
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
733
- */
734
- function get_current_tab() {
735
- $admin_tabs = array_keys( $this->settings[ 'admin-tabs' ] );
736
 
737
- if ( !isset( $_GET[ 'page' ] ) || $_GET[ 'page' ] != $this->settings[ 'page' ] ) {
738
- return false;
739
- }
740
- if ( isset( $_REQUEST[ 'yit_tab_options' ] ) ) {
741
- return $_REQUEST[ 'yit_tab_options' ];
742
- } elseif ( isset( $_GET[ 'tab' ] ) ) {
743
- return $_GET[ 'tab' ];
744
- } elseif ( isset( $admin_tabs[ 0 ] ) ) {
745
- return $admin_tabs[ 0 ];
746
- } else {
747
- return 'general';
748
- }
749
- }
750
 
751
- /**
752
- * Get the current sub-tab
753
- *
754
- * @return string the key of the sub-tab if exists, empty string otherwise
755
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
756
- * @since 3.4.0
757
- */
758
- public function get_current_sub_tab() {
759
- $sub_tabs = $this->get_sub_tabs();
760
- $sub_tab = isset( $_REQUEST[ 'sub_tab' ] ) ? $_REQUEST[ 'sub_tab' ] : '';
761
-
762
- if ( $sub_tabs ) {
763
- if ( $sub_tab && !isset( $sub_tabs[ $sub_tab ] ) || !$sub_tab ) {
764
- $sub_tab = current( array_keys( $sub_tabs ) );
765
- }
766
- } else {
767
- $sub_tab = '';
768
- }
769
 
770
- return $sub_tab;
771
- }
 
 
 
 
 
 
 
 
 
 
772
 
773
- /**
774
- * Return the option key related to the current page
775
- * for sub-tabbed tabs, it will return the current sub-tab
776
- * fot normal tabs, it will return the current tab
777
- *
778
- * @return string the current sub-tab, if exists; the current tab otherwise
779
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
780
- * @since 3.4.0
781
- */
782
- public function get_current_option_key() {
783
- $current_tab = $this->get_current_tab();
784
- $current_sub_tab = $this->get_current_sub_tab();
785
 
786
- if ( !$current_tab ) {
787
- return false;
788
- }
789
 
790
- return $current_sub_tab ? $current_sub_tab : $current_tab;
791
- }
792
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
 
794
- /**
795
- * Message
796
- * define an array of message and show the content od message if
797
- * is find in the query string
798
- *
799
- * @return void
800
- * @since 1.0
801
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
802
- */
803
- public function message() {
804
-
805
- $message = array(
806
- 'element_exists' => $this->get_message( '<strong>' . __( 'The element you have entered already exists. Please, enter another name.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
807
- 'saved' => $this->get_message( '<strong>' . __( 'Settings saved', 'yith-plugin-fw' ) . '.</strong>', 'updated', false ),
808
- 'reset' => $this->get_message( '<strong>' . __( 'Settings reset', 'yith-plugin-fw' ) . '.</strong>', 'updated', false ),
809
- 'delete' => $this->get_message( '<strong>' . __( 'Element deleted correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
810
- 'updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
811
- 'settings-updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
812
- 'imported' => $this->get_message( '<strong>' . __( 'Database imported correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
813
- 'no-imported' => $this->get_message( '<strong>' . __( 'An error has occurred during import. Please try again.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
814
- 'file-not-valid' => $this->get_message( '<strong>' . __( 'The added file is not valid.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
815
- 'cant-import' => $this->get_message( '<strong>' . __( 'Sorry, import is disabled.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
816
- 'ord' => $this->get_message( '<strong>' . __( 'Sorting successful.', 'yith-plugin-fw' ) . '</strong>', 'updated', false )
817
- );
818
-
819
- foreach ( $message as $key => $value ) {
820
- if ( isset( $_GET[ $key ] ) ) {
821
- echo $message[ $key ];
822
- }
823
- }
824
 
825
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
826
 
827
- /**
828
- * Get Message
829
- * return html code of message
830
- *
831
- * @param $message
832
- * @param string $type can be 'error' or 'updated'
833
- * @param bool $echo
834
- * @return string
835
- * @since 1.0
836
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
837
- */
838
- public function get_message( $message, $type = 'error', $echo = true ) {
839
- $message = '<div id="message" class="' . $type . ' fade"><p>' . $message . '</p></div>';
840
- if ( $echo ) {
841
- echo $message;
842
- }
843
 
844
- return $message;
845
- }
846
 
 
 
 
 
 
 
 
 
 
847
 
848
- /**
849
- * Get Tab Path Files
850
- * return an array with file names of tabs
851
- *
852
- * @return array
853
- * @since 1.0
854
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
855
- */
856
- function get_tabs_path_files() {
857
 
858
- $option_files_path = $this->settings[ 'options-path' ] . '/';
859
 
860
- $tabs = array();
 
861
 
862
- foreach ( ( array ) glob( $option_files_path . '*.php' ) as $filename ) {
863
- preg_match( '/(.*)-options\.(.*)/', basename( $filename ), $filename_parts );
 
864
 
865
- if ( !isset( $filename_parts[ 1 ] ) ) {
866
- continue;
867
- }
868
 
869
- $tab = $filename_parts[ 1 ];
 
870
 
871
- $tabs[ $tab ] = $filename;
872
- }
873
 
874
- return $tabs;
875
- }
 
 
 
 
 
 
 
 
876
 
877
- /**
878
- * Get main array options
879
- * return an array with all options defined on options-files
880
- *
881
- * @return array
882
- * @since 1.0
883
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
884
- */
885
- function get_main_array_options() {
886
- $this->_maybe_init_vars();
887
 
888
- return $this->_main_array_options;
889
- }
890
 
891
- function get_tabs_hierarchy() {
892
- $this->_maybe_init_vars();
893
 
894
- return $this->_tabs_hierarchy;
895
- }
 
 
 
 
 
 
 
 
 
 
896
 
897
- /**
898
- * Return the sub-tabs array of a specific tab
899
- *
900
- * @param array|bool $_tab the tab; if not set it'll be the current tab
901
- * @since 3.4.0
902
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
903
- * @return array sub-tabs array
904
- */
905
- public function get_sub_tabs( $_tab = false ) {
906
- if ( false === $_tab ) {
907
- $_tab = $this->get_current_tab();
908
- }
909
 
910
- if ( is_string( $_tab ) ) {
911
- $main_array_options = $this->get_main_array_options();
912
- $current_tab_options = isset( $main_array_options[ $_tab ] ) ? $main_array_options[ $_tab ] : array();
913
- if ( $current_tab_options ) {
914
- $_tab = array( $_tab => $current_tab_options );
915
- }
916
- }
917
 
918
- $_tab_options = !!$_tab && is_array( $_tab ) ? current( $_tab ) : false;
919
- $_first = !!$_tab_options && is_array( $_tab_options ) ? current( $_tab_options ) : false;
920
- if ( $_first && is_array( $_first ) && isset( $_first[ 'type' ] ) && 'multi_tab' === $_first[ 'type' ] && !empty( $_first[ 'sub-tabs' ] ) ) {
921
- return $_first[ 'sub-tabs' ];
922
- }
923
- return array();
924
- }
 
 
925
 
926
- public function get_first_sub_tab_key( $_tab = false ) {
927
- $key = false;
928
- if ( is_string( $_tab ) ) {
929
- $main_array_options = $this->get_main_array_options();
930
- $current_tab_options = isset( $main_array_options[ $_tab ] ) ? $main_array_options[ $_tab ] : array();
931
- if ( $current_tab_options ) {
932
- $_tab = array( $_tab => $current_tab_options );
933
- }
934
- }
935
 
936
- if ( ( $sub_tabs = $this->get_sub_tabs( $_tab ) ) ) {
937
- $key = current( array_keys( $sub_tabs ) );
938
- }
939
 
940
- return $key;
941
- }
942
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
943
 
944
- /**
945
- * Set an array with all default options
946
- * put default options in an array
947
- *
948
- * @return array
949
- * @since 1.0
950
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
951
- */
952
- public function get_default_options() {
953
- $yit_options = $this->get_main_array_options();
954
- $default_options = array();
955
-
956
- foreach ( $yit_options as $tab => $sections ) {
957
- foreach ( $sections as $section ) {
958
- foreach ( $section as $id => $value ) {
959
- if ( isset( $value[ 'std' ] ) && isset( $value[ 'id' ] ) ) {
960
- $default_options[ $value[ 'id' ] ] = $value[ 'std' ];
961
- }
962
- }
963
- }
964
- }
965
 
966
- unset( $yit_options );
 
967
 
968
- return $default_options;
969
- }
970
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
971
 
972
- /**
973
- * Get the title of the tab
974
- * return the title of tab
975
- *
976
- * @return string
977
- * @since 1.0
978
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
979
- */
980
- function get_tab_title() {
981
- $yit_options = $this->get_main_array_options();
982
- $option_key = $this->get_current_option_key();
983
-
984
- foreach ( $yit_options[ $option_key ] as $sections => $data ) {
985
- foreach ( $data as $option ) {
986
- if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
987
- return $option[ 'name' ];
988
- }
989
- }
990
- }
991
- return '';
992
- }
993
 
994
- /**
995
- * Get the title of the section
996
- * return the title of section
997
- *
998
- * @param $section
999
- * @return string
1000
- * @since 1.0
1001
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1002
- */
1003
- function get_section_title( $section ) {
1004
- $yit_options = $this->get_main_array_options();
1005
- $option_key = $this->get_current_option_key();
1006
-
1007
- foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
1008
- if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
1009
- return $option[ 'name' ];
1010
- }
1011
- }
1012
- return '';
1013
- }
1014
 
1015
- /**
1016
- * Get the description of the section
1017
- * return the description of section if is set
1018
- *
1019
- * @param $section
1020
- * @return string
1021
- * @since 1.0
1022
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1023
- */
1024
- function get_section_description( $section ) {
1025
- $yit_options = $this->get_main_array_options();
1026
- $option_key = $this->get_current_option_key();
1027
-
1028
- foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
1029
- if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
1030
- return '<p>' . $option[ 'desc' ] . '</p>';
1031
- }
1032
- }
1033
- return '';
1034
- }
1035
 
 
 
 
 
 
 
 
1036
 
1037
- /**
1038
- * Show form when necessary
1039
- * return true if 'showform' is not defined
1040
- *
1041
- * @return bool
1042
- * @since 1.0
1043
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1044
- */
1045
- function is_show_form() {
1046
- $yit_options = $this->get_main_array_options();
1047
- $option_key = $this->get_current_option_key();
1048
-
1049
- foreach ( $yit_options[ $option_key ] as $sections => $data ) {
1050
- foreach ( $data as $option ) {
1051
- if ( !isset( $option[ 'type' ] ) || $option[ 'type' ] != 'title' ) {
1052
- continue;
1053
- }
1054
- if ( isset( $option[ 'showform' ] ) ) {
1055
- return $option[ 'showform' ];
1056
- } else {
1057
- return true;
1058
- }
1059
- }
1060
- }
1061
- }
1062
 
1063
- /**
1064
- * Get name field
1065
- * return a string with the name of the input field
1066
- *
1067
- * @param string $name
1068
- * @return string
1069
- * @since 1.0
1070
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1071
- */
1072
- function get_name_field( $name = '' ) {
1073
- return 'yit_' . $this->settings[ 'parent' ] . '_options[' . $name . ']';
1074
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1075
 
1076
- /**
1077
- * Get id field
1078
- * return a string with the id of the input field
1079
- *
1080
- * @param string $id
1081
- * @return string
1082
- * @since 1.0
1083
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1084
- */
1085
- function get_id_field( $id ) {
1086
- return 'yit_' . $this->settings[ 'parent' ] . '_options_' . $id;
1087
- }
1088
 
 
 
 
 
 
 
 
 
 
 
 
 
1089
 
1090
- /**
1091
- * Render the field showed in the setting page
1092
- * include the file of the option type, if file do not exists
1093
- * return a text area
1094
- *
1095
- * @param array $param
1096
- * @return void
1097
- * @since 1.0
1098
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1099
- */
1100
- function render_field( $param ) {
1101
 
1102
- if ( !empty( $param ) && isset( $param [ 'option' ] ) ) {
1103
- $option = $param [ 'option' ];
1104
- $db_options = $this->get_options();
 
 
 
 
 
 
 
 
1105
 
1106
- $custom_attributes = array();
 
 
1107
 
1108
- if ( !empty( $option[ 'custom_attributes' ] ) && is_array( $option[ 'custom_attributes' ] ) ) {
1109
- foreach ( $option[ 'custom_attributes' ] as $attribute => $attribute_value ) {
1110
- $custom_attributes[] = esc_attr( $attribute ) . '="' . esc_attr( $attribute_value ) . '"';
1111
- }
1112
- }
1113
 
1114
- $custom_attributes = implode( ' ', $custom_attributes );
1115
- $std = isset( $option[ 'std' ] ) ? $option[ 'std' ] : '';
1116
- $db_value = ( isset( $db_options[ $option[ 'id' ] ] ) ) ? $db_options[ $option[ 'id' ] ] : $std;
 
 
1117
 
1118
- if ( isset( $option[ 'deps' ] ) )
1119
- $deps = $option[ 'deps' ];
 
1120
 
1121
- if ( 'on-off' === $option[ 'type' ] )
1122
- $option[ 'type' ] = 'onoff';
1123
 
1124
- if ( $field_template_path = yith_plugin_fw_get_field_template_path( $option ) ) {
1125
- $field_container_path = apply_filters( 'yith_plugin_fw_panel_field_container_template_path', YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/panel-field-container.php', $option );
1126
- file_exists( $field_container_path ) && include( $field_container_path );
1127
- } else {
1128
- do_action( "yit_panel_{$option['type']}", $option, $db_value, $custom_attributes );
1129
- }
1130
- }
1131
- }
1132
 
1133
- /**
1134
- * Get options from db
1135
- * return the options from db, if the options aren't defined in the db,
1136
- * get the default options ad add the options in the db
1137
- *
1138
- * @return array
1139
- * @since 1.0
1140
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1141
- */
1142
- public function get_options() {
1143
- $options = get_option( 'yit_' . $this->settings[ 'parent' ] . '_options' );
1144
- if ( $options === false || ( isset( $_REQUEST[ 'yit-action' ] ) && $_REQUEST[ 'yit-action' ] == 'reset' ) ) {
1145
- $options = $this->get_default_options();
1146
- }
1147
 
1148
- return $options;
1149
- }
 
 
 
 
 
 
 
 
 
 
 
 
1150
 
1151
- /**
1152
- * Show a box panel with specific content in two columns as a new woocommerce type
1153
- *
1154
- * @param array $args
1155
- * @return void
1156
- * @since 1.0
1157
- * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
1158
- */
1159
- public static function add_infobox( $args = array() ) {
1160
- if ( !empty( $args ) ) {
1161
- extract( $args );
1162
- require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/boxinfo.php' );
1163
- }
1164
- }
1165
 
1166
- /**
1167
- * Show a box panel with specific content in two columns as a new woocommerce type
1168
- *
1169
- * @param array $args
1170
- * @return void
1171
- * @deprecated 3.0.12 Do nothing! Method left to prevent Fatal Error if called directly
1172
- */
1173
- public static function add_videobox( $args = array() ) {
 
 
 
 
 
 
1174
 
1175
- }
 
 
 
 
 
 
 
1176
 
1177
- /**
1178
- * Fire the action to print the custom tab
1179
- *
1180
- * @return void
1181
- * @deprecated 3.0.12 Do nothing! Method left to prevent Fatal Error if called directly
1182
- */
1183
- public function print_video_box() {
1184
 
1185
- }
 
 
 
 
 
 
1186
 
1187
- /**
1188
- * sort plugins by name in YITH Plugins menu
1189
- *
1190
- * @since 3.0.0
1191
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
1192
- */
1193
- public static function sort_plugins() {
1194
- global $submenu;
1195
- if ( !empty( $submenu[ 'yith_plugin_panel' ] ) ) {
1196
- $sorted_plugins = $submenu[ 'yith_plugin_panel' ];
1197
 
1198
- usort( $sorted_plugins, function ( $a, $b ) {
1199
- return strcmp( current( $a ), current( $b ) );
1200
- } );
 
 
 
 
 
 
 
1201
 
1202
- $submenu[ 'yith_plugin_panel' ] = $sorted_plugins;
1203
- }
1204
- }
1205
 
1206
- /**
1207
- * add menu class in YITH Plugins menu
1208
- *
1209
- * @since 3.0.0
1210
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
1211
- */
1212
- public static function add_menu_class_in_yith_plugin( $menu ) {
1213
- global $submenu;
1214
-
1215
- if ( !empty( $submenu[ 'yith_plugin_panel' ] ) ) {
1216
- $item_count = count( $submenu[ 'yith_plugin_panel' ] );
1217
- $columns = absint( $item_count / 20 ) + 1;
1218
- $columns = max( 1, min( $columns, 3 ) );
1219
- $columns = apply_filters( 'yith_plugin_fw_yith_plugins_menu_columns', $columns, $item_count );
1220
-
1221
- if ( $columns > 1 ) {
1222
- $class = "yith-plugin-fw-menu-$columns-columns";
1223
- foreach ( $menu as $order => $top ) {
1224
- if ( 'yith_plugin_panel' === $top[ 2 ] ) {
1225
- $c = $menu[ $order ][ 4 ];
1226
- $menu[ $order ][ 4 ] = add_cssclass( $class, $c );
1227
- break;
1228
- }
1229
- }
1230
- }
1231
- }
1232
 
1233
- return $menu;
1234
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1235
 
1236
- /**
1237
- * Check if inside the admin tab there's the premium tab to
1238
- * check if the plugin is a free or not
1239
- *
1240
- * @author Emanuela Castorina
1241
- */
1242
- function is_free() {
1243
- return ( !empty( $this->settings[ 'admin-tabs' ] ) && isset( $this->settings[ 'admin-tabs' ][ 'premium' ] ) );
1244
- }
1245
 
1246
- /**
1247
- * Add plugin banner
1248
- */
1249
- public function add_plugin_banner( $page ) {
 
 
 
 
 
1250
 
1251
- if ( $page != $this->settings[ 'page' ] || !isset( $this->settings[ 'class' ] ) ) {
1252
- return;
1253
- }
 
1254
 
1255
- if ( $this->is_free() && isset( $this->settings[ 'plugin_slug' ] ) ):
1256
- $rate_link = apply_filters( 'yith_plugin_fw_rate_url', 'https://wordpress.org/support/plugin/' . $this->settings[ 'plugin_slug' ] . '/reviews/?rate=5#new-post' );
1257
- ?>
1258
- <h1 class="notice-container"></h1>
1259
- <div class="yith-plugin-fw-banner">
1260
- <h1><?php echo esc_html( $this->settings[ 'page_title' ] ) ?></h1>
1261
- </div>
1262
- <div class="yith-plugin-fw-rate">
1263
- <?php printf('<strong>%s</strong> %s <a href="%s" target="_blank"><u>%s</u> <span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></a> %s',
1264
- __('We need your support','yith-plugin-fw'),
1265
- __('to keep updating and improving the plugin. Please,','yith-plugin-fw'),
1266
- $rate_link,
1267
- __('help us by leaving a five-star rating','yith-plugin-fw' ),
1268
- __(':) Thanks!','yith-plugin-fw' ) )?>
1269
- </div>
1270
- <?php else: ?>
1271
- <h1 class="notice-container"></h1>
1272
- <div class="yith-plugin-fw-banner">
1273
- <h1><?php echo esc_html( $this->settings[ 'page_title' ] ) ?></h1>
1274
- </div>
1275
- <?php endif ?>
1276
- <?php
1277
- }
1278
 
1279
- /**
1280
- * Add additional element after print the field.
1281
- *
1282
- * @since 3.2
1283
- * @author Emanuela Castorina
1284
- */
1285
- public function add_yith_ui( $field ) {
1286
- global $pagenow;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
 
1288
- $screen = function_exists('get_current_screen') ? get_current_screen() : false;
 
 
 
 
 
 
 
1289
 
1290
- if ( empty( $this->settings[ 'class' ] ) || !isset( $field[ 'type' ] ) ) {
1291
- return;
1292
- }
1293
- if ( 'admin.php' === $pagenow && $screen && strpos( $screen->id, $this->settings[ 'page' ] ) !== false ) {
1294
- switch ( $field[ 'type' ] ) {
1295
- case 'datepicker':
1296
- echo '<span class="yith-icon icon-calendar"></span>';
1297
- break;
1298
- default:
1299
- break;
1300
- }
1301
- }
1302
- }
1303
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1304
 
1305
- public function get_post_type_tabs( $post_type ) {
1306
- $tabs = array();
1307
 
1308
- foreach ( $this->get_tabs_hierarchy() as $key => $info ) {
1309
- if ( isset( $info[ 'type' ], $info[ 'post_type' ] ) && 'post_type' === $info[ 'type' ] && $post_type === $info[ 'post_type' ] ) {
1310
- if ( !empty( $info[ 'parent' ] ) ) {
1311
- $tabs = array( 'tab' => $info[ 'parent' ], 'sub_tab' => $key );
1312
- } else {
1313
- $tabs = array( 'tab' => $key );
1314
- }
1315
- break;
1316
- }
1317
- }
 
 
 
1318
 
1319
  $panel_page = isset( $this->settings['page'] ) ? $this->settings['page'] : 'general';
1320
 
1321
  return apply_filters( "yith_plugin_fw_panel_{$panel_page}_get_post_type_tabs", $tabs, $post_type );
1322
- }
1323
 
1324
- public function get_taxonomy_tabs( $taxonomy ) {
1325
- $tabs = array();
1326
-
1327
- foreach ( $this->get_tabs_hierarchy() as $key => $info ) {
1328
- if ( isset( $info[ 'type' ], $info[ 'taxonomy' ] ) && 'taxonomy' === $info[ 'type' ] && $taxonomy === $info[ 'taxonomy' ] ) {
1329
- if ( !empty( $info[ 'parent' ] ) ) {
1330
- $tabs = array( 'tab' => $info[ 'parent' ], 'sub_tab' => $key );
1331
- } else {
1332
- $tabs = array( 'tab' => $key );
1333
- }
1334
- break;
1335
- }
1336
- }
1337
 
1338
  $panel_page = isset( $this->settings['page'] ) ? $this->settings['page'] : 'general';
1339
 
1340
  return apply_filters( "yith_plugin_fw_panel_{$panel_page}_get_taxonomy_tabs", $tabs, $taxonomy );
1341
- }
1342
 
1343
 
1344
- /**
1345
- * If the panel page is a WP Page, this will redirect you to the correct page
1346
- * useful when a Post Type (Taxonomy) is the first tab of your panel, so when you open your panel it'll open the Post Type (Taxonomy) list
1347
- *
1348
- * @since 3.4.0
1349
- * @author Leanza Francesco <leanzafrancesco@gmail.com>
1350
- */
1351
- public function maybe_redirect_to_proper_wp_page() {
1352
- global $pagenow;
1353
  if ( 'admin.php' === $pagenow && isset( $_GET['page'] ) && $this->settings['page'] === $_GET['page'] &&
1354
- ! $this->is_custom_taxonomy_page() && ! $this->is_custom_post_type_page() && ! isset( $_REQUEST['yith-plugin-fw-panel-skip-redirect'] ) ) {
1355
  $url = $this->get_nav_url( $this->settings['page'], $this->get_current_tab(), $this->get_current_sub_tab() );
1356
  if ( strpos( $url, 'edit.php' ) !== false || strpos( $url, 'edit-tags.php' ) !== false ) {
1357
  wp_safe_redirect( add_query_arg( array( 'yith-plugin-fw-panel-skip-redirect' => 1 ), $url ) );
@@ -1370,6 +1387,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
1370
  public function print_panel_tabs_in_wp_pages() {
1371
  if ( self::$_panel_tabs_in_wp_pages ) {
1372
  wp_enqueue_style( 'yit-plugin-style' );
 
 
1373
  $wrap_class = isset( $this->settings[ 'class' ] ) ? $this->settings[ 'class' ] : '';
1374
 
1375
  ?>
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
 
10
+ if ( ! defined( 'ABSPATH' ) ) {
11
+ exit;
12
  } // Exit if accessed directly
13
 
14
+ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
15
+ /**
16
+ * YIT Plugin Panel
17
+ * Setting Page to Manage Plugins
18
+ *
19
+ * @class YIT_Plugin_Panel
20
+ * @package YITH
21
+ * @since 1.0
22
+ * @author Your Inspiration Themes
23
+ */
24
+ class YIT_Plugin_Panel {
25
 
26
+ /**
27
+ * @var string version of class
28
+ */
29
+ public $version = '1.0.0';
30
 
31
+ /**
32
+ * @var array a setting list of parameters
33
+ */
34
+ public $settings = array();
35
 
36
+ /**
37
+ * @var array
38
+ */
39
+ protected $_tabs_path_files;
40
 
41
+ /**
42
+ * @var array
43
+ */
44
+ protected $_main_array_options;
45
 
46
+ /**
47
+ * @var array
48
+ */
49
+ protected $_tabs_hierarchy;
50
 
51
+ /**
52
+ * @var array
53
+ */
54
+ protected static $_panel_tabs_in_wp_pages = array();
55
 
56
+ /**
57
+ * @var array
58
+ */
59
+ public $links;
60
 
61
+ /**
62
+ * @var bool
63
+ */
64
+ protected static $_actions_initialized = false;
65
 
66
+ /**
67
+ * Constructor
68
+ *
69
+ * @param array $args
70
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
71
+ * @since 1.0
72
+ */
73
+ public function __construct( $args = array() ) {
74
 
75
+ if ( ! empty( $args ) ) {
76
 
77
+ $default_args = array(
78
+ 'parent_slug' => 'edit.php?',
79
+ 'page_title' => __( 'Plugin Settings', 'yith-plugin-fw' ),
80
+ 'menu_title' => __( 'Settings', 'yith-plugin-fw' ),
81
+ 'capability' => 'manage_options',
82
+ 'icon_url' => '',
83
+ 'position' => null,
84
+ );
85
 
86
+ $args = apply_filters( 'yit_plugin_fw_panel_option_args', wp_parse_args( $args, $default_args ) );
87
+ if ( isset( $args['parent_page'] ) && 'yit_plugin_panel' === $args['parent_page'] )
88
+ $args['parent_page'] = 'yith_plugin_panel';
89
 
90
+ $this->settings = $args;
91
+ $this->_tabs_path_files = $this->get_tabs_path_files();
92
 
93
+ if ( isset( $this->settings['create_menu_page'] ) && $this->settings['create_menu_page'] ) {
94
+ $this->add_menu_page();
95
+ }
96
 
97
+ if ( ! empty( $this->settings['links'] ) ) {
98
+ $this->links = $this->settings['links'];
99
+ }
100
 
101
+ add_action( 'admin_init', array( $this, 'register_settings' ) );
102
+ add_action( 'admin_menu', array( $this, 'add_setting_page' ), 20 );
103
+ add_action( 'admin_menu', array( $this, 'add_premium_version_upgrade_to_menu' ), 100 );
104
+ add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), 100 );
105
+ add_action( 'admin_init', array( $this, 'add_fields' ) );
106
 
107
+ add_action( 'admin_enqueue_scripts', array( $this, 'init_wp_with_tabs' ), 11 );
108
  add_action( 'admin_init', array( $this, 'maybe_redirect_to_proper_wp_page' ) );
109
 
110
+ // init actions once to prevent multiple actions
111
+ static::_init_actions();
112
+ }
113
 
114
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
115
 
116
  //yith-plugin-ui
117
  add_action( 'yith_plugin_fw_before_yith_panel', array( $this, 'add_plugin_banner' ), 10, 1 );
130
  $excluded_post_types = array( 'product', 'page', 'post' );
131
 
132
  return in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true ) &&
133
+ ! in_array( $post_type, $excluded_post_types, true );
134
  }
135
 
136
  /**
145
  $excluded_taxonomies = array( 'category', 'post_tag', 'product_cat', 'product_tag' );
146
 
147
  return in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) &&
148
+ ! in_array( $taxonomy, $excluded_taxonomies, true );
149
  }
150
 
151
+ /**
152
+ * Init actions to show YITH Panel tabs in WP Pages
153
+ *
154
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
155
+ * @since 3.4.0
156
+ */
157
+ public function init_wp_with_tabs() {
158
+ if ( ! current_user_can( $this->settings['capability'] ) ) {
159
+ return;
160
+ }
161
 
162
+ global $post_type, $taxonomy;
163
+ $tabs = false;
164
 
165
+ if ( $this->is_custom_post_type_page() ) {
166
+ $tabs = $this->get_post_type_tabs( $post_type );
167
+ } else if ( $this->is_custom_taxonomy_page() ) {
168
+ $tabs = $this->get_taxonomy_tabs( $taxonomy );
169
+ }
170
 
171
+ if ( $tabs ) {
172
+ // tabs_in_edit
173
+ $current_tab_args = array(
174
+ 'page' => $this->settings['page'],
175
+ 'current_tab' => isset( $tabs['tab'] ) ? $tabs['tab'] : '',
176
+ 'current_sub_tab' => isset( $tabs['sub_tab'] ) ? $tabs['sub_tab'] : '',
177
+ );
178
+
179
+ wp_enqueue_style( 'yit-plugin-style' );
180
+ wp_enqueue_style( 'yith-plugin-fw-fields' );
181
+ wp_enqueue_script( 'yith-plugin-fw-wp-pages' );
182
+
183
+ if ( ! self::$_panel_tabs_in_wp_pages ) {
184
+ self::$_panel_tabs_in_wp_pages = $current_tab_args;
185
+ add_action( 'all_admin_notices', array( $this, 'print_panel_tabs_in_wp_pages' ) );
186
+ add_action( 'admin_footer', array( $this, 'print_panel_tabs_in_wp_pages_end' ) );
187
+ add_filter( 'parent_file', array( $this, 'set_parent_file_to_handle_menu_for_wp_pages' ) );
188
+ add_filter( 'submenu_file', array( $this, 'set_submenu_file_to_handle_menu_for_wp_pages' ), 10, 2 );
189
+ }
190
+ }
191
+ }
192
 
193
+ /**
194
+ * Init actions once to prevent multiple actions
195
+ *
196
+ * @since 3.0.0
197
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
198
+ */
199
+ protected static function _init_actions() {
200
+ if ( ! static::$_actions_initialized ) {
201
+ add_filter( 'admin_body_class', array( __CLASS__, 'add_body_class' ) );
 
 
 
 
202
 
203
+ // sort plugins by name in YITH Plugins menu
204
+ add_action( 'admin_menu', array( __CLASS__, 'sort_plugins' ), 90 );
205
+ add_filter( 'add_menu_classes', array( __CLASS__, 'add_menu_class_in_yith_plugin' ) );
 
 
 
 
 
 
206
 
 
 
 
207
 
208
+ static::$_actions_initialized = true;
209
+ }
210
+ }
211
 
212
+ protected function _maybe_init_vars() {
213
+ if ( ! isset( $this->_main_array_options ) && ! isset( $this->_tabs_hierarchy ) ) {
214
+ $options_path = $this->settings['options-path'];
215
+ $this->_main_array_options = array();
216
+ $this->_tabs_hierarchy = array();
217
+
218
+ foreach ( $this->settings['admin-tabs'] as $item => $v ) {
219
+ $path = trailingslashit( $options_path ) . $item . '-options.php';
220
+ $path = apply_filters( 'yith_plugin_panel_item_options_path', $path, $options_path, $item, $this );
221
+ if ( file_exists( $path ) ) {
222
+ $_tab = include $path;
223
+ $this->_main_array_options = array_merge( $this->_main_array_options, $_tab );
224
+ $sub_tabs = $this->get_sub_tabs( $_tab );
225
+ $current_tab_key = array_keys( $_tab )[0];
226
+
227
+ $this->_tabs_hierarchy[ $current_tab_key ] = array_merge( array( 'parent' => '', 'has_sub_tabs' => ! ! $sub_tabs ), $this->get_tab_info_by_options( $_tab[ $current_tab_key ] ) );
228
+
229
+ foreach ( $sub_tabs as $sub_item => $sub_options ) {
230
+ if ( strpos( $sub_item, $item . '-' ) === 0 ) {
231
+ $sub_item = substr( $sub_item, strlen( $item ) + 1 );
232
+ }
233
+ $sub_tab_path = $options_path . '/' . $item . '/' . $sub_item . '-options.php';
234
+ $sub_tab_path = apply_filters( 'yith_plugin_panel_sub_tab_item_options_path', $sub_tab_path, $sub_tabs, $sub_item, $this );
235
+
236
+ if ( file_exists( $sub_tab_path ) ) {
237
+ $_sub_tab = include $sub_tab_path;
238
+ $this->_main_array_options = array_merge( $this->_main_array_options, $_sub_tab );
239
+
240
+ $current_sub_tab_key = array_keys( $_sub_tab )[0];
241
+ $this->_tabs_hierarchy[ $current_sub_tab_key ] = array_merge( array( 'parent' => $current_tab_key ), $this->get_tab_info_by_options( $_sub_tab[ $current_sub_tab_key ] ) );
242
+ }
243
+ }
244
+ }
245
+ }
246
+ }
247
+ }
248
 
249
+ /**
250
+ * Add yith-plugin-fw-panel in body classes in Panel pages
251
+ *
252
+ * @param $admin_body_classes
253
+ * @return string
254
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
255
+ * @since 3.0.0
256
+ */
257
+ public static function add_body_class( $admin_body_classes ) {
258
+ global $pagenow;
259
+ if ( ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) )
260
+ $admin_body_classes = substr_count( $admin_body_classes, ' yith-plugin-fw-panel ' ) == 0 ? $admin_body_classes . ' yith-plugin-fw-panel ' : $admin_body_classes;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
 
262
+ return $admin_body_classes;
263
+ }
 
 
 
 
 
 
 
 
 
 
264
 
265
+ /**
266
+ * Add Menu page link
267
+ *
268
+ * @return void
269
+ * @since 1.0
270
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
271
+ */
272
+ public function add_menu_page() {
273
+ global $admin_page_hooks;
274
+
275
+ if ( ! isset( $admin_page_hooks['yith_plugin_panel'] ) ) {
276
+ $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
277
+ $capability = apply_filters( 'yit_plugin_panel_menu_page_capability', 'manage_options' );
278
+ $show = apply_filters( 'yit_plugin_panel_menu_page_show', true );
279
+
280
+ // YITH text must not be translated
281
+ if ( ! ! $show ) {
282
+ add_menu_page( 'yith_plugin_panel', 'YITH', $capability, 'yith_plugin_panel', null, yith_plugin_fw_get_default_logo(), $position );
283
+ $admin_page_hooks['yith_plugin_panel'] = 'yith-plugins'; // prevent issues for backward compatibility
284
+ }
285
+ }
286
+ }
287
 
288
+ /**
289
+ * Remove duplicate submenu
290
+ * Submenu page hack: Remove the duplicate YIT Plugin link on subpages
291
+ *
292
+ * @return void
293
+ * @since 1.0
294
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
295
+ */
296
+ public function remove_duplicate_submenu_page() {
297
+ /* === Duplicate Items Hack === */
298
+ remove_submenu_page( 'yith_plugin_panel', 'yith_plugin_panel' );
299
+ }
 
 
 
 
 
 
 
 
 
 
300
 
301
+ /**
302
+ * Enqueue script and styles in admin side
303
+ * Add style and scripts to administrator
304
+ *
305
+ * @return void
306
+ * @since 1.0
307
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
308
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
309
+ */
310
+ public function admin_enqueue_scripts() {
311
+ global $pagenow;
312
+
313
+ // enqueue styles only in the current panel page
314
+ if ( 'admin.php' === $pagenow && strpos( get_current_screen()->id, $this->settings['page'] ) !== false || apply_filters( 'yit_plugin_panel_asset_loading', false ) ) {
315
+ wp_enqueue_media();
316
+
317
+ wp_enqueue_style( 'yith-plugin-fw-fields' );
318
+ wp_enqueue_style( 'yit-jquery-ui-style' );
319
+ wp_enqueue_style( 'raleway-font' );
320
+
321
+ wp_enqueue_script( 'jquery-ui' );
322
+ wp_enqueue_script( 'jquery-ui-core' );
323
+ wp_enqueue_script( 'jquery-ui-dialog' );
324
+ wp_enqueue_script( 'yith_how_to' );
325
+ wp_enqueue_script( 'yith-plugin-fw-fields' );
326
+ }
327
 
328
+ if ( ( 'admin.php' == $pagenow && yith_plugin_fw_is_panel() ) || apply_filters( 'yit_plugin_panel_asset_loading', false ) ) {
329
+ wp_enqueue_media();
330
+ wp_enqueue_style( 'yit-plugin-style' );
331
+ wp_enqueue_script( 'yit-plugin-panel' );
332
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
 
334
+ if ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith_upgrade_premium_version' ) !== false ) {
335
+ wp_enqueue_style( 'yit-upgrade-to-pro' );
336
+ wp_enqueue_script( 'colorbox' );
337
+ }
 
338
 
339
+ }
 
 
 
340
 
341
+ /**
342
+ * Register Settings
343
+ * Generate wp-admin settings pages by registering your settings and using a few callbacks to control the output
344
+ *
345
+ * @return void
346
+ * @since 1.0
347
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
348
+ */
349
+ public function register_settings() {
350
+ register_setting( 'yit_' . $this->settings['parent'] . '_options', 'yit_' . $this->settings['parent'] . '_options', array( $this, 'options_validate' ) );
351
+ }
352
 
353
+ /**
354
+ * Options Validate
355
+ * a callback function called by Register Settings function
356
+ *
357
+ * @param $input
358
+ * @return array validate input fields
359
+ * @since 1.0
360
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
361
+ */
362
+ public function options_validate( $input ) {
363
+
364
+ $option_key = ! empty( $input['option_key'] ) ? $input['option_key'] : 'general';
365
+
366
+ $yit_options = $this->get_main_array_options();
367
+
368
+ // default
369
+ $valid_input = $this->get_options();
370
+
371
+ $submit = ( ! empty( $input['submit-general'] ) ? true : false );
372
+ $reset = ( ! empty( $input['reset-general'] ) ? true : false );
373
+
374
+ foreach ( $yit_options[ $option_key ] as $section => $data ) {
375
+ foreach ( $data as $option ) {
376
+ if ( isset( $option['sanitize_call'] ) && isset( $option['id'] ) ) { //yiw_debug($option, false);
377
+ if ( is_array( $option['sanitize_call'] ) ) :
378
+ foreach ( $option['sanitize_call'] as $callback ) {
379
+ if ( is_array( $input[ $option['id'] ] ) ) {
380
+ $valid_input[ $option['id'] ] = array_map( $callback, $input[ $option['id'] ] );
381
+ } else {
382
+ $valid_input[ $option['id'] ] = call_user_func( $callback, $input[ $option['id'] ] );
383
+ }
384
+ }
385
+ else :
386
+ if ( is_array( $input[ $option['id'] ] ) ) {
387
+ $valid_input[ $option['id'] ] = array_map( $option['sanitize_call'], $input[ $option['id'] ] );
388
+ } else {
389
+ $valid_input[ $option['id'] ] = call_user_func( $option['sanitize_call'], $input[ $option['id'] ] );
390
+ }
391
+ endif;
392
+ } else {
393
+ if ( isset( $option['id'] ) ) {
394
+ $value = isset( $input[ $option['id'] ] ) ? $input[ $option['id'] ] : false;
395
+ if ( isset( $option['type'] ) && in_array( $option['type'], array( 'checkbox', 'onoff' ) ) ) {
396
+ $value = yith_plugin_fw_is_true( $value ) ? 'yes' : 'no';
397
+ }
398
+
399
+ if ( ! empty( $option['yith-sanitize-callback'] ) && is_callable( $option['yith-sanitize-callback'] ) ) {
400
+ $value = call_user_func( $option['yith-sanitize-callback'], $value );
401
+ }
402
+
403
+ $valid_input[ $option['id'] ] = $value;
404
+ }
405
+ }
406
 
407
+ }
408
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
 
410
+ return $valid_input;
411
+ }
412
 
413
+ /**
414
+ * Add Setting SubPage
415
+ * add Setting SubPage to wordpress administrator
416
+ *
417
+ * @return array validate input fields
418
+ * @since 1.0
419
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
420
+ */
421
+ public function add_setting_page() {
422
+ $this->settings['icon_url'] = isset( $this->settings['icon_url'] ) ? $this->settings['icon_url'] : '';
423
+ $this->settings['position'] = isset( $this->settings['position'] ) ? $this->settings['position'] : null;
424
+ $parent = $this->settings['parent_slug'] . $this->settings['parent_page'];
425
+
426
+ if ( ! empty( $parent ) ) {
427
+ add_submenu_page( $parent, $this->settings['page_title'], $this->settings['menu_title'], $this->settings['capability'], $this->settings['page'], array( $this, 'yit_panel' ) );
428
+ } else {
429
+ add_menu_page( $this->settings['page_title'], $this->settings['menu_title'], $this->settings['capability'], $this->settings['page'], array( $this, 'yit_panel' ), $this->settings['icon_url'], $this->settings['position'] );
430
+ }
431
+ /* === Duplicate Items Hack === */
432
+ $this->remove_duplicate_submenu_page();
433
+ do_action( 'yit_after_add_settings_page' );
434
 
435
 
436
+ }
437
 
438
+ /**
439
+ * Add Premium Version upgrade menu item
440
+ *
441
+ * @return void
442
+ * @since 2.9.13
443
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
444
+ */
445
+ public function add_premium_version_upgrade_to_menu() {
446
+ /* === Add the How To menu item only if the customer haven't a premium version enabled === */
447
+ if ( function_exists( 'YIT_Plugin_Licence' ) && ! ! YIT_Plugin_Licence()->get_products() ) {
448
+ return;
449
+ }
450
 
451
+ global $submenu;
452
+ if ( apply_filters( 'yit_show_upgrade_to_premium_version', isset( $submenu['yith_plugin_panel'] ) ) ) {
453
+ $submenu['yith_plugin_panel']['how_to'] = array(
454
+ sprintf( '%s%s%s', '<span id="yith-how-to-premium">', __( 'How to install premium version', 'yith-plugin-fw' ), '</span>' ),
455
+ 'install_plugins',
456
+ '//support.yithemes.com/hc/en-us/articles/217840988',
457
+ __( 'How to install premium version', 'yith-plugin-fw' ),
458
+ );
459
+ }
460
+ }
461
 
462
+ /**
463
+ * Print the tabs navigation
464
+ *
465
+ * @param array $args
466
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
467
+ * @since 3.4.0
468
+ */
469
+ public function print_tabs_nav( $args = array() ) {
470
+ $defaults = array(
471
+ 'current_tab' => $this->get_current_tab(),
472
+ 'premium_class' => isset( $this->settings['class'] ) ? 'yith-premium' : 'premium',
473
+ 'page' => $this->settings['page'],
474
+ 'parent_page' => $this->settings['parent_page'],
475
+ 'wrapper_class' => 'nav-tab-wrapper',
476
+ );
477
+ $args = wp_parse_args( $args, $defaults );
478
+ /**
479
+ * @var string $current_tab
480
+ * @var string $premium_class
481
+ * @var string $page
482
+ * @var string $parent_page
483
+ * @var string $wrapper_class
484
+ */
485
+ extract( $args );
486
+
487
+ $tabs = '<ul class="yith-plugin-fw-tabs">';
488
+
489
+ foreach ( $this->settings['admin-tabs'] as $tab => $tab_value ) {
490
+ $active_class = ( $current_tab == $tab ) ? ' nav-tab-active' : '';
491
+ $active_class .= 'premium' == $tab ? ' ' . $premium_class : '';
492
+ $active_class = apply_filters( 'yith_plugin_fw_panel_active_tab_class', $active_class, $current_tab, $tab );
493
+
494
+ $first_sub_tab = $this->get_first_sub_tab_key( $tab );
495
+ $sub_tab = ! ! $first_sub_tab ? $first_sub_tab : '';
496
+ $sub_tabs = $this->get_sub_tabs( $tab );
497
+ $url = $this->get_nav_url( $page, $tab, $sub_tab, $parent_page );
498
+ $icon = ( $current_tab !== $tab && $sub_tabs ) ? '<i class="yith-icon yith-icon-arrow_down"></i>' : '';
499
+
500
+ $tabs .= '<li class="yith-plugin-fw-tab-element">';
501
+ $tabs .= '<a class="nav-tab' . $active_class . '" href="' . $url . '">' . $tab_value . $icon . '</a>';
502
+
503
+ if ( $current_tab !== $tab && $sub_tabs ) {
504
+ $tabs .= '<div class="nav-subtab-wrap"><ul class="nav-subtab">';
505
+ foreach ( $sub_tabs as $_key => $_tab ) {
506
+ $url = $this->get_nav_url( $page, $tab, $_key );
507
+ $tabs .= '<li class="nav-subtab-item"><a href="' . $url . '">' . $_tab['title'] . '</a></li>';
508
+ }
509
+ $tabs .= '</ul></div>';
510
+ }
511
+ $tabs .= '</li>';
512
+ }
513
+ $tabs .= '</ul>';
514
+ ?>
515
+ <h2 class="<?php echo $wrapper_class ?>">
516
+ <?php echo $tabs ?>
517
+ </h2>
518
+ <?php
519
+ $this->print_sub_tabs_nav( $args );
520
+ }
521
 
522
+ /**
523
+ * @param string $page
524
+ * @param string $tab
525
+ * @param string $sub_tab
526
+ * @param string $parent_page
527
+ * @return string
528
+ */
529
+ public function get_nav_url( $page, $tab, $sub_tab = '', $parent_page = '' ) {
530
+ $tab_hierarchy = $this->get_tabs_hierarchy();
531
+ $key = ! ! $sub_tab ? $sub_tab : $tab;
532
+
533
+ if ( isset( $tab_hierarchy[ $key ], $tab_hierarchy[ $key ]['type'], $tab_hierarchy[ $key ]['post_type'] ) && 'post_type' === $tab_hierarchy[ $key ]['type'] ) {
534
+ $url = admin_url( "edit.php?post_type={$tab_hierarchy[$key]['post_type']}" );
535
+ } elseif ( isset( $tab_hierarchy[ $key ], $tab_hierarchy[ $key ]['type'], $tab_hierarchy[ $key ]['taxonomy'] ) && 'taxonomy' === $tab_hierarchy[ $key ]['type'] ) {
536
+ $url = admin_url( "edit-tags.php?taxonomy={$tab_hierarchy[$key]['taxonomy']}" );
537
+ } else {
538
+ $url = ! ! $parent_page ? "?{$parent_page}&" : '?';
539
+ $url .= "page={$page}&tab={$tab}";
540
+ $url .= ! ! $sub_tab ? "&sub_tab={$sub_tab}" : '';
541
+ $url = admin_url( "admin.php{$url}" );
542
+ }
543
 
544
+ return apply_filters( 'yith_plugin_fw_panel_url', $url, $page, $tab, $sub_tab, $parent_page );
545
+ }
546
 
547
+ /**
548
+ * Print the Sub-tabs navigation if the current tab has sub-tabs
549
+ *
550
+ * @param array $args
551
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
552
+ * @since 3.4.0
553
+ */
554
+ public function print_sub_tabs_nav( $args = array() ) {
555
+ $defaults = array(
556
+ 'current_tab' => $this->get_current_tab(),
557
+ 'page' => $this->settings['page'],
558
+ 'current_sub_tab' => $this->get_current_sub_tab(),
559
+ );
560
+ $args = wp_parse_args( $args, $defaults );
561
+
562
+ /**
563
+ * @var string $current_tab
564
+ * @var string $page
565
+ * @var string $current_sub_tab
566
+ */
567
+ extract( $args );
568
+
569
+ $sub_tabs = $this->get_sub_tabs( $current_tab );
570
+
571
+ if ( $sub_tabs && $current_sub_tab ) {
572
+ include YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/sub-tabs-nav.php';
573
+ }
574
+ }
575
 
576
+ /**
577
+ * Show a tabbed panel to setting page
578
+ * a callback function called by add_setting_page => add_submenu_page
579
+ *
580
+ * @return void
581
+ * @since 1.0
582
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
583
+ */
584
+ public function yit_panel() {
585
+ $yit_options = $this->get_main_array_options();
586
+ $wrap_class = isset( $this->settings['class'] ) ? $this->settings['class'] : '';
587
+
588
+ $option_key = $this->get_current_option_key();
589
+ $custom_tab_action = $this->is_custom_tab( $yit_options, $option_key );
590
+ ?>
591
+ <div class="wrap <?php echo $wrap_class ?>">
592
+ <div id="icon-themes" class="icon32"><br/></div>
593
+ <?php
594
+ do_action( 'yith_plugin_fw_before_yith_panel', $this->settings['page'] );
595
+
596
+ $this->print_tabs_nav();
597
+
598
+ if ( $custom_tab_action ) {
599
+ $this->print_custom_tab( $custom_tab_action );
600
+ return;
601
+ }
602
 
603
+ $panel_content_class = apply_filters( 'yit_admin_panel_content_class', 'yit-admin-panel-content-wrap' );
604
+ ?>
605
+ <div id="wrap" class="yith-plugin-fw plugin-option yit-admin-panel-container">
606
+ <?php $this->message(); ?>
607
+ <div class="<?php echo $panel_content_class; ?>">
608
+ <h2><?php echo $this->get_tab_title() ?></h2>
609
+ <?php if ( $this->is_show_form() ) : ?>
610
+ <form id="yith-plugin-fw-panel" method="post" action="options.php">
611
+ <?php do_settings_sections( 'yit' ); ?>
612
+ <p>&nbsp;</p>
613
+ <?php settings_fields( 'yit_' . $this->settings['parent'] . '_options' ); ?>
614
+ <input type="hidden" name="<?php echo $this->get_name_field( 'option_key' ) ?>"
615
+ value="<?php echo esc_attr( $option_key ) ?>"/>
616
+ <input type="submit" class="button-primary"
617
+ value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>"
618
+ style="float:left;margin-right:10px;"/>
619
+ </form>
620
+ <form method="post">
621
+ <?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
622
+ <input type="hidden" name="yit-action" value="reset"/>
623
+ <input type="submit" name="yit-reset" class="button-secondary"
624
+ value="<?php _e( 'Reset to default', 'yith-plugin-fw' ) ?>"
625
+ onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');"/>
626
+ </form>
627
+ <p>&nbsp;</p>
628
+ <?php endif ?>
629
+ </div>
630
+ </div>
631
+ </div>
632
+ <?php
633
+ }
634
 
635
+ /**
636
+ * Check if is a custom tab
637
+ *
638
+ * @param array $options
639
+ * @param string $option_key
640
+ * @return bool
641
+ */
642
+ public function is_custom_tab( $options, $option_key ) {
643
+ foreach ( $options[ $option_key ] as $section => $option ) {
644
+ if ( isset( $option['type'] ) && isset( $option['action'] ) && 'custom_tab' == $option['type'] && ! empty( $option['action'] ) ) {
645
+ return $option['action'];
646
+ } else {
647
+ return false;
648
+ }
649
+ }
650
 
651
+ return false;
652
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
653
 
654
+ public function get_tab_type_by_options( $tab_options ) {
655
+ $first = ! ! $tab_options && is_array( $tab_options ) ? current( $tab_options ) : array();
656
+ $type = isset( $first['type'] ) ? $first['type'] : 'options';
657
+ $special_types = array( 'post_type', 'taxonomy', 'custom_tab', 'multi_tab' );
658
+ return in_array( $type, $special_types ) ? $type : 'options';
659
+ }
 
 
 
 
 
 
 
 
 
660
 
661
+ public function get_tab_info_by_options( $tab_options ) {
662
+ $type = $this->get_tab_type_by_options( $tab_options );
663
+ $info = array( 'type' => $type );
664
+ $first = ! ! $tab_options && is_array( $tab_options ) ? current( $tab_options ) : array();
665
+ if ( 'post_type' === $type ) {
666
+ $info['post_type'] = isset( $first['post_type'] ) ? $first['post_type'] : '';
667
+ } else if ( 'taxonomy' === $type ) {
668
+ $info['taxonomy'] = isset( $first['taxonomy'] ) ? $first['taxonomy'] : '';
669
+ }
670
 
671
+ return $info;
672
+ }
 
 
 
 
673
 
674
+ /**
675
+ * Fire the action to print the custom tab
676
+ *
677
+ * @param string $action Action to fire
678
+ * @return void
679
+ * @since 1.0
680
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
681
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
682
+ */
683
+ public function print_custom_tab( $action ) {
684
+ do_action( $action );
685
+ }
686
 
687
+ /**
688
+ * Add sections and fields to setting panel
689
+ * read all options and show sections and fields
690
+ *
691
+ * @return void
692
+ * @since 1.0
693
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
694
+ */
695
+ public function add_fields() {
696
+ $yit_options = $this->get_main_array_options();
697
+ $option_key = $this->get_current_option_key();
698
 
699
+ if ( ! $option_key ) {
700
+ return;
701
+ }
702
+ foreach ( $yit_options[ $option_key ] as $section => $data ) {
703
+ add_settings_section( "yit_settings_{$option_key}_{$section}", $this->get_section_title( $section ), $this->get_section_description( $section ), 'yit' );
704
+ foreach ( $data as $option ) {
705
+ if ( isset( $option['id'] ) && isset( $option['type'] ) && isset( $option['name'] ) ) {
706
+ add_settings_field( "yit_setting_" . $option['id'], $option['name'], array( $this, 'render_field' ), 'yit', "yit_settings_{$option_key}_{$section}", array( 'option' => $option, 'label_for' => $this->get_id_field( $option['id'] ) ) );
707
+ }
708
+ }
709
+ }
710
+ }
711
 
 
 
 
 
 
 
 
 
 
 
 
712
 
713
+ /**
714
+ * Add the tabs to admin bar menu
715
+ * set all tabs of settings page on wp admin bar
716
+ *
717
+ * @return void|array return void when capability is false
718
+ * @since 1.0
719
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
720
+ */
721
+ public function add_admin_bar_menu() {
 
 
 
722
 
723
+ global $wp_admin_bar;
724
 
725
+ if ( ! current_user_can( 'manage_options' ) ) {
726
+ return;
727
+ }
 
 
 
 
 
 
728
 
729
+ if ( ! empty( $this->settings['admin_tabs'] ) ) {
730
+ foreach ( $this->settings['admin-tabs'] as $item => $title ) {
731
 
732
+ $wp_admin_bar->add_menu( array(
733
+ 'parent' => $this->settings['parent'],
734
+ 'title' => $title,
735
+ 'id' => $this->settings['parent'] . '-' . $item,
736
+ 'href' => admin_url( 'themes.php' ) . '?page=' . $this->settings['parent_page'] . '&tab=' . $item,
737
+ ) );
738
+ }
739
+ }
740
+ }
741
 
 
 
742
 
743
+ /**
744
+ * Get current tab
745
+ * get the id of tab showed, return general is the current tab is not defined
746
+ *
747
+ * @return string
748
+ * @since 1.0
749
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
750
+ */
751
+ function get_current_tab() {
752
+ $admin_tabs = array_keys( $this->settings['admin-tabs'] );
753
 
754
+ if ( ! isset( $_GET['page'] ) || $_GET['page'] != $this->settings['page'] ) {
755
+ return false;
756
+ }
757
+ if ( isset( $_REQUEST['yit_tab_options'] ) ) {
758
+ return $_REQUEST['yit_tab_options'];
759
+ } elseif ( isset( $_GET['tab'] ) ) {
760
+ return $_GET['tab'];
761
+ } elseif ( isset( $admin_tabs[0] ) ) {
762
+ return $admin_tabs[0];
763
+ } else {
764
+ return 'general';
765
+ }
766
+ }
767
 
768
+ /**
769
+ * Get the current sub-tab
770
+ *
771
+ * @return string the key of the sub-tab if exists, empty string otherwise
772
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
773
+ * @since 3.4.0
774
+ */
775
+ public function get_current_sub_tab() {
776
+ $sub_tabs = $this->get_sub_tabs();
777
+ $sub_tab = isset( $_REQUEST['sub_tab'] ) ? $_REQUEST['sub_tab'] : '';
778
 
779
+ if ( $sub_tabs ) {
780
+ if ( $sub_tab && ! isset( $sub_tabs[ $sub_tab ] ) || ! $sub_tab ) {
781
+ $sub_tab = current( array_keys( $sub_tabs ) );
782
+ }
783
+ } else {
784
+ $sub_tab = '';
785
+ }
 
 
 
 
 
 
786
 
787
+ return $sub_tab;
788
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
789
 
790
+ /**
791
+ * Return the option key related to the current page
792
+ * for sub-tabbed tabs, it will return the current sub-tab
793
+ * fot normal tabs, it will return the current tab
794
+ *
795
+ * @return string the current sub-tab, if exists; the current tab otherwise
796
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
797
+ * @since 3.4.0
798
+ */
799
+ public function get_current_option_key() {
800
+ $current_tab = $this->get_current_tab();
801
+ $current_sub_tab = $this->get_current_sub_tab();
802
 
803
+ if ( ! $current_tab ) {
804
+ return false;
805
+ }
 
 
 
 
 
 
 
 
 
806
 
807
+ return $current_sub_tab ? $current_sub_tab : $current_tab;
808
+ }
 
809
 
 
 
810
 
811
+ /**
812
+ * Message
813
+ * define an array of message and show the content od message if
814
+ * is find in the query string
815
+ *
816
+ * @return void
817
+ * @since 1.0
818
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
819
+ */
820
+ public function message() {
821
+
822
+ $message = array(
823
+ 'element_exists' => $this->get_message( '<strong>' . __( 'The element you have entered already exists. Please, enter another name.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
824
+ 'saved' => $this->get_message( '<strong>' . __( 'Settings saved', 'yith-plugin-fw' ) . '.</strong>', 'updated', false ),
825
+ 'reset' => $this->get_message( '<strong>' . __( 'Settings reset', 'yith-plugin-fw' ) . '.</strong>', 'updated', false ),
826
+ 'delete' => $this->get_message( '<strong>' . __( 'Element deleted correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
827
+ 'updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
828
+ 'settings-updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
829
+ 'imported' => $this->get_message( '<strong>' . __( 'Database imported correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
830
+ 'no-imported' => $this->get_message( '<strong>' . __( 'An error has occurred during import. Please try again.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
831
+ 'file-not-valid' => $this->get_message( '<strong>' . __( 'The added file is not valid.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
832
+ 'cant-import' => $this->get_message( '<strong>' . __( 'Sorry, import is disabled.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
833
+ 'ord' => $this->get_message( '<strong>' . __( 'Sorting successful.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
834
+ );
835
+
836
+ foreach ( $message as $key => $value ) {
837
+ if ( isset( $_GET[ $key ] ) ) {
838
+ echo $message[ $key ];
839
+ }
840
+ }
841
 
842
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
843
 
844
+ /**
845
+ * Get Message
846
+ * return html code of message
847
+ *
848
+ * @param $message
849
+ * @param string $type can be 'error' or 'updated'
850
+ * @param bool $echo
851
+ * @return string
852
+ * @since 1.0
853
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
854
+ */
855
+ public function get_message( $message, $type = 'error', $echo = true ) {
856
+ $message = '<div id="message" class="' . $type . ' fade"><p>' . $message . '</p></div>';
857
+ if ( $echo ) {
858
+ echo $message;
859
+ }
860
 
861
+ return $message;
862
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
863
 
 
 
864
 
865
+ /**
866
+ * Get Tab Path Files
867
+ * return an array with file names of tabs
868
+ *
869
+ * @return array
870
+ * @since 1.0
871
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
872
+ */
873
+ function get_tabs_path_files() {
874
 
875
+ $option_files_path = $this->settings['options-path'] . '/';
 
 
 
 
 
 
 
 
876
 
877
+ $tabs = array();
878
 
879
+ foreach ( ( array )glob( $option_files_path . '*.php' ) as $filename ) {
880
+ preg_match( '/(.*)-options\.(.*)/', basename( $filename ), $filename_parts );
881
 
882
+ if ( ! isset( $filename_parts[1] ) ) {
883
+ continue;
884
+ }
885
 
886
+ $tab = $filename_parts[1];
 
 
887
 
888
+ $tabs[ $tab ] = $filename;
889
+ }
890
 
891
+ return $tabs;
892
+ }
893
 
894
+ /**
895
+ * Get main array options
896
+ * return an array with all options defined on options-files
897
+ *
898
+ * @return array
899
+ * @since 1.0
900
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
901
+ */
902
+ function get_main_array_options() {
903
+ $this->_maybe_init_vars();
904
 
905
+ return $this->_main_array_options;
906
+ }
 
 
 
 
 
 
 
 
907
 
908
+ function get_tabs_hierarchy() {
909
+ $this->_maybe_init_vars();
910
 
911
+ return $this->_tabs_hierarchy;
912
+ }
913
 
914
+ /**
915
+ * Return the sub-tabs array of a specific tab
916
+ *
917
+ * @param array|bool $_tab the tab; if not set it'll be the current tab
918
+ * @since 3.4.0
919
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
920
+ * @return array sub-tabs array
921
+ */
922
+ public function get_sub_tabs( $_tab = false ) {
923
+ if ( false === $_tab ) {
924
+ $_tab = $this->get_current_tab();
925
+ }
926
 
927
+ if ( is_string( $_tab ) ) {
928
+ $main_array_options = $this->get_main_array_options();
929
+ $current_tab_options = isset( $main_array_options[ $_tab ] ) ? $main_array_options[ $_tab ] : array();
930
+ if ( $current_tab_options ) {
931
+ $_tab = array( $_tab => $current_tab_options );
932
+ }
933
+ }
 
 
 
 
 
934
 
935
+ $_tab_options = ! ! $_tab && is_array( $_tab ) ? current( $_tab ) : false;
936
+ $_first = ! ! $_tab_options && is_array( $_tab_options ) ? current( $_tab_options ) : false;
937
+ if ( $_first && is_array( $_first ) && isset( $_first['type'] ) && 'multi_tab' === $_first['type'] && ! empty( $_first['sub-tabs'] ) ) {
938
+ return $_first['sub-tabs'];
939
+ }
940
+ return array();
941
+ }
942
 
943
+ public function get_first_sub_tab_key( $_tab = false ) {
944
+ $key = false;
945
+ if ( is_string( $_tab ) ) {
946
+ $main_array_options = $this->get_main_array_options();
947
+ $current_tab_options = isset( $main_array_options[ $_tab ] ) ? $main_array_options[ $_tab ] : array();
948
+ if ( $current_tab_options ) {
949
+ $_tab = array( $_tab => $current_tab_options );
950
+ }
951
+ }
952
 
953
+ if ( ( $sub_tabs = $this->get_sub_tabs( $_tab ) ) ) {
954
+ $key = current( array_keys( $sub_tabs ) );
955
+ }
 
 
 
 
 
 
956
 
957
+ return $key;
958
+ }
 
959
 
 
 
960
 
961
+ /**
962
+ * Set an array with all default options
963
+ * put default options in an array
964
+ *
965
+ * @return array
966
+ * @since 1.0
967
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
968
+ */
969
+ public function get_default_options() {
970
+ $yit_options = $this->get_main_array_options();
971
+ $default_options = array();
972
+
973
+ foreach ( $yit_options as $tab => $sections ) {
974
+ foreach ( $sections as $section ) {
975
+ foreach ( $section as $id => $value ) {
976
+ if ( isset( $value['std'] ) && isset( $value['id'] ) ) {
977
+ $default_options[ $value['id'] ] = $value['std'];
978
+ }
979
+ }
980
+ }
981
+ }
982
 
983
+ unset( $yit_options );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
984
 
985
+ return $default_options;
986
+ }
987
 
 
 
988
 
989
+ /**
990
+ * Get the title of the tab
991
+ * return the title of tab
992
+ *
993
+ * @return string
994
+ * @since 1.0
995
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
996
+ */
997
+ function get_tab_title() {
998
+ $yit_options = $this->get_main_array_options();
999
+ $option_key = $this->get_current_option_key();
1000
+
1001
+ foreach ( $yit_options[ $option_key ] as $sections => $data ) {
1002
+ foreach ( $data as $option ) {
1003
+ if ( isset( $option['type'] ) && $option['type'] == 'title' ) {
1004
+ return $option['name'];
1005
+ }
1006
+ }
1007
+ }
1008
+ return '';
1009
+ }
1010
 
1011
+ /**
1012
+ * Get the title of the section
1013
+ * return the title of section
1014
+ *
1015
+ * @param $section
1016
+ * @return string
1017
+ * @since 1.0
1018
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1019
+ */
1020
+ function get_section_title( $section ) {
1021
+ $yit_options = $this->get_main_array_options();
1022
+ $option_key = $this->get_current_option_key();
 
 
 
 
 
 
 
 
 
1023
 
1024
+ foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
1025
+ if ( isset( $option['type'] ) && $option['type'] == 'section' ) {
1026
+ return $option['name'];
1027
+ }
1028
+ }
1029
+ return '';
1030
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
1031
 
1032
+ /**
1033
+ * Get the description of the section
1034
+ * return the description of section if is set
1035
+ *
1036
+ * @param $section
1037
+ * @return string
1038
+ * @since 1.0
1039
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1040
+ */
1041
+ function get_section_description( $section ) {
1042
+ $yit_options = $this->get_main_array_options();
1043
+ $option_key = $this->get_current_option_key();
 
 
 
 
 
 
 
 
1044
 
1045
+ foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
1046
+ if ( isset( $option['type'] ) && $option['type'] == 'section' && isset( $option['desc'] ) ) {
1047
+ return '<p>' . $option['desc'] . '</p>';
1048
+ }
1049
+ }
1050
+ return '';
1051
+ }
1052
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1053
 
1054
+ /**
1055
+ * Show form when necessary
1056
+ * return true if 'showform' is not defined
1057
+ *
1058
+ * @return bool
1059
+ * @since 1.0
1060
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1061
+ */
1062
+ function is_show_form() {
1063
+ $yit_options = $this->get_main_array_options();
1064
+ $option_key = $this->get_current_option_key();
1065
+
1066
+ foreach ( $yit_options[ $option_key ] as $sections => $data ) {
1067
+ foreach ( $data as $option ) {
1068
+ if ( ! isset( $option['type'] ) || $option['type'] != 'title' ) {
1069
+ continue;
1070
+ }
1071
+ if ( isset( $option['showform'] ) ) {
1072
+ return $option['showform'];
1073
+ } else {
1074
+ return true;
1075
+ }
1076
+ }
1077
+ }
1078
+ }
1079
 
1080
+ /**
1081
+ * Get name field
1082
+ * return a string with the name of the input field
1083
+ *
1084
+ * @param string $name
1085
+ * @return string
1086
+ * @since 1.0
1087
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1088
+ */
1089
+ function get_name_field( $name = '' ) {
1090
+ return 'yit_' . $this->settings['parent'] . '_options[' . $name . ']';
1091
+ }
1092
 
1093
+ /**
1094
+ * Get id field
1095
+ * return a string with the id of the input field
1096
+ *
1097
+ * @param string $id
1098
+ * @return string
1099
+ * @since 1.0
1100
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1101
+ */
1102
+ function get_id_field( $id ) {
1103
+ return 'yit_' . $this->settings['parent'] . '_options_' . $id;
1104
+ }
1105
 
 
 
 
 
 
 
 
 
 
 
 
1106
 
1107
+ /**
1108
+ * Render the field showed in the setting page
1109
+ * include the file of the option type, if file do not exists
1110
+ * return a text area
1111
+ *
1112
+ * @param array $param
1113
+ * @return void
1114
+ * @since 1.0
1115
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1116
+ */
1117
+ function render_field( $param ) {
1118
 
1119
+ if ( ! empty( $param ) && isset( $param ['option'] ) ) {
1120
+ $option = $param ['option'];
1121
+ $db_options = $this->get_options();
1122
 
1123
+ $custom_attributes = array();
 
 
 
 
1124
 
1125
+ if ( ! empty( $option['custom_attributes'] ) && is_array( $option['custom_attributes'] ) ) {
1126
+ foreach ( $option['custom_attributes'] as $attribute => $attribute_value ) {
1127
+ $custom_attributes[] = esc_attr( $attribute ) . '="' . esc_attr( $attribute_value ) . '"';
1128
+ }
1129
+ }
1130
 
1131
+ $custom_attributes = implode( ' ', $custom_attributes );
1132
+ $std = isset( $option['std'] ) ? $option['std'] : '';
1133
+ $db_value = ( isset( $db_options[ $option['id'] ] ) ) ? $db_options[ $option['id'] ] : $std;
1134
 
1135
+ if ( isset( $option['deps'] ) )
1136
+ $deps = $option['deps'];
1137
 
1138
+ if ( 'on-off' === $option['type'] )
1139
+ $option['type'] = 'onoff';
 
 
 
 
 
 
1140
 
1141
+ if ( $field_template_path = yith_plugin_fw_get_field_template_path( $option ) ) {
1142
+ $field_container_path = apply_filters( 'yith_plugin_fw_panel_field_container_template_path', YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/panel-field-container.php', $option );
1143
+ file_exists( $field_container_path ) && include( $field_container_path );
1144
+ } else {
1145
+ do_action( "yit_panel_{$option['type']}", $option, $db_value, $custom_attributes );
1146
+ }
1147
+ }
1148
+ }
 
 
 
 
 
 
1149
 
1150
+ /**
1151
+ * Get options from db
1152
+ * return the options from db, if the options aren't defined in the db,
1153
+ * get the default options ad add the options in the db
1154
+ *
1155
+ * @return array
1156
+ * @since 1.0
1157
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
1158
+ */
1159
+ public function get_options() {
1160
+ $options = get_option( 'yit_' . $this->settings['parent'] . '_options' );
1161
+ if ( $options === false || ( isset( $_REQUEST['yit-action'] ) && $_REQUEST['yit-action'] == 'reset' ) ) {
1162
+ $options = $this->get_default_options();
1163
+ }
1164
 
1165
+ return $options;
1166
+ }
 
 
 
 
 
 
 
 
 
 
 
 
1167
 
1168
+ /**
1169
+ * Show a box panel with specific content in two columns as a new woocommerce type
1170
+ *
1171
+ * @param array $args
1172
+ * @return void
1173
+ * @since 1.0
1174
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.com>
1175
+ */
1176
+ public static function add_infobox( $args = array() ) {
1177
+ if ( ! empty( $args ) ) {
1178
+ extract( $args );
1179
+ require_once( YIT_CORE_PLUGIN_TEMPLATE_PATH . '/panel/boxinfo.php' );
1180
+ }
1181
+ }
1182
 
1183
+ /**
1184
+ * Show a box panel with specific content in two columns as a new woocommerce type
1185
+ *
1186
+ * @param array $args
1187
+ * @return void
1188
+ * @deprecated 3.0.12 Do nothing! Method left to prevent Fatal Error if called directly
1189
+ */
1190
+ public static function add_videobox( $args = array() ) {
1191
 
1192
+ }
 
 
 
 
 
 
1193
 
1194
+ /**
1195
+ * Fire the action to print the custom tab
1196
+ *
1197
+ * @return void
1198
+ * @deprecated 3.0.12 Do nothing! Method left to prevent Fatal Error if called directly
1199
+ */
1200
+ public function print_video_box() {
1201
 
1202
+ }
 
 
 
 
 
 
 
 
 
1203
 
1204
+ /**
1205
+ * sort plugins by name in YITH Plugins menu
1206
+ *
1207
+ * @since 3.0.0
1208
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
1209
+ */
1210
+ public static function sort_plugins() {
1211
+ global $submenu;
1212
+ if ( ! empty( $submenu['yith_plugin_panel'] ) ) {
1213
+ $sorted_plugins = $submenu['yith_plugin_panel'];
1214
 
1215
+ usort( $sorted_plugins, function ( $a, $b ) {
1216
+ return strcmp( current( $a ), current( $b ) );
1217
+ } );
1218
 
1219
+ $submenu['yith_plugin_panel'] = $sorted_plugins;
1220
+ }
1221
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1222
 
1223
+ /**
1224
+ * add menu class in YITH Plugins menu
1225
+ *
1226
+ * @since 3.0.0
1227
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
1228
+ */
1229
+ public static function add_menu_class_in_yith_plugin( $menu ) {
1230
+ global $submenu;
1231
+
1232
+ if ( ! empty( $submenu['yith_plugin_panel'] ) ) {
1233
+ $item_count = count( $submenu['yith_plugin_panel'] );
1234
+ $columns = absint( $item_count / 20 ) + 1;
1235
+ $columns = max( 1, min( $columns, 3 ) );
1236
+ $columns = apply_filters( 'yith_plugin_fw_yith_plugins_menu_columns', $columns, $item_count );
1237
+
1238
+ if ( $columns > 1 ) {
1239
+ $class = "yith-plugin-fw-menu-$columns-columns";
1240
+ foreach ( $menu as $order => $top ) {
1241
+ if ( 'yith_plugin_panel' === $top[2] ) {
1242
+ $c = $menu[ $order ][4];
1243
+ $menu[ $order ][4] = add_cssclass( $class, $c );
1244
+ break;
1245
+ }
1246
+ }
1247
+ }
1248
+ }
1249
 
1250
+ return $menu;
1251
+ }
 
 
 
 
 
 
 
1252
 
1253
+ /**
1254
+ * Check if inside the admin tab there's the premium tab to
1255
+ * check if the plugin is a free or not
1256
+ *
1257
+ * @author Emanuela Castorina
1258
+ */
1259
+ function is_free() {
1260
+ return ( ! empty( $this->settings['admin-tabs'] ) && isset( $this->settings['admin-tabs']['premium'] ) );
1261
+ }
1262
 
1263
+ /**
1264
+ * Add plugin banner
1265
+ */
1266
+ public function add_plugin_banner( $page ) {
1267
 
1268
+ if ( $page != $this->settings['page'] || ! isset( $this->settings['class'] ) ) {
1269
+ return;
1270
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1271
 
1272
+ if ( $this->is_free() && isset( $this->settings['plugin_slug'] ) ):
1273
+ $rate_link = apply_filters( 'yith_plugin_fw_rate_url', 'https://wordpress.org/support/plugin/' . $this->settings['plugin_slug'] . '/reviews/?rate=5#new-post' );
1274
+ ?>
1275
+ <h1 class="notice-container"></h1>
1276
+ <div class="yith-plugin-fw-banner">
1277
+ <h1><?php echo esc_html( $this->settings['page_title'] ) ?></h1>
1278
+ </div>
1279
+ <div class="yith-plugin-fw-rate">
1280
+ <?php printf( '<strong>%s</strong> %s <a href="%s" target="_blank"><u>%s</u> <span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></a> %s',
1281
+ __( 'We need your support', 'yith-plugin-fw' ),
1282
+ __( 'to keep updating and improving the plugin. Please,', 'yith-plugin-fw' ),
1283
+ $rate_link,
1284
+ __( 'help us by leaving a five-star rating', 'yith-plugin-fw' ),
1285
+ __( ':) Thanks!', 'yith-plugin-fw' ) ) ?>
1286
+ </div>
1287
+ <?php else: ?>
1288
+ <h1 class="notice-container"></h1>
1289
+ <div class="yith-plugin-fw-banner">
1290
+ <h1><?php echo esc_html( $this->settings['page_title'] ) ?></h1>
1291
+ </div>
1292
+ <?php endif ?>
1293
+ <?php
1294
+ }
1295
 
1296
+ /**
1297
+ * Add additional element after print the field.
1298
+ *
1299
+ * @since 3.2
1300
+ * @author Emanuela Castorina
1301
+ */
1302
+ public function add_yith_ui( $field ) {
1303
+ global $pagenow;
1304
 
1305
+ $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
 
 
 
 
 
 
 
 
 
 
 
 
1306
 
1307
+ if ( empty( $this->settings['class'] ) || ! isset( $field['type'] ) ) {
1308
+ return;
1309
+ }
1310
+ if ( 'admin.php' === $pagenow && $screen && strpos( $screen->id, $this->settings['page'] ) !== false ) {
1311
+ switch ( $field['type'] ) {
1312
+ case 'datepicker':
1313
+ echo '<span class="yith-icon yith-icon-calendar"></span>';
1314
+ break;
1315
+ default:
1316
+ break;
1317
+ }
1318
+ }
1319
+ }
1320
 
 
 
1321
 
1322
+ public function get_post_type_tabs( $post_type ) {
1323
+ $tabs = array();
1324
+
1325
+ foreach ( $this->get_tabs_hierarchy() as $key => $info ) {
1326
+ if ( isset( $info['type'], $info['post_type'] ) && 'post_type' === $info['type'] && $post_type === $info['post_type'] ) {
1327
+ if ( ! empty( $info['parent'] ) ) {
1328
+ $tabs = array( 'tab' => $info['parent'], 'sub_tab' => $key );
1329
+ } else {
1330
+ $tabs = array( 'tab' => $key );
1331
+ }
1332
+ break;
1333
+ }
1334
+ }
1335
 
1336
  $panel_page = isset( $this->settings['page'] ) ? $this->settings['page'] : 'general';
1337
 
1338
  return apply_filters( "yith_plugin_fw_panel_{$panel_page}_get_post_type_tabs", $tabs, $post_type );
1339
+ }
1340
 
1341
+ public function get_taxonomy_tabs( $taxonomy ) {
1342
+ $tabs = array();
1343
+
1344
+ foreach ( $this->get_tabs_hierarchy() as $key => $info ) {
1345
+ if ( isset( $info['type'], $info['taxonomy'] ) && 'taxonomy' === $info['type'] && $taxonomy === $info['taxonomy'] ) {
1346
+ if ( ! empty( $info['parent'] ) ) {
1347
+ $tabs = array( 'tab' => $info['parent'], 'sub_tab' => $key );
1348
+ } else {
1349
+ $tabs = array( 'tab' => $key );
1350
+ }
1351
+ break;
1352
+ }
1353
+ }
1354
 
1355
  $panel_page = isset( $this->settings['page'] ) ? $this->settings['page'] : 'general';
1356
 
1357
  return apply_filters( "yith_plugin_fw_panel_{$panel_page}_get_taxonomy_tabs", $tabs, $taxonomy );
1358
+ }
1359
 
1360
 
1361
+ /**
1362
+ * If the panel page is a WP Page, this will redirect you to the correct page
1363
+ * useful when a Post Type (Taxonomy) is the first tab of your panel, so when you open your panel it'll open the Post Type (Taxonomy) list
1364
+ *
1365
+ * @since 3.4.0
1366
+ * @author Leanza Francesco <leanzafrancesco@gmail.com>
1367
+ */
1368
+ public function maybe_redirect_to_proper_wp_page() {
1369
+ global $pagenow;
1370
  if ( 'admin.php' === $pagenow && isset( $_GET['page'] ) && $this->settings['page'] === $_GET['page'] &&
1371
+ ! $this->is_custom_taxonomy_page() && ! $this->is_custom_post_type_page() && ! isset( $_REQUEST['yith-plugin-fw-panel-skip-redirect'] ) ) {
1372
  $url = $this->get_nav_url( $this->settings['page'], $this->get_current_tab(), $this->get_current_sub_tab() );
1373
  if ( strpos( $url, 'edit.php' ) !== false || strpos( $url, 'edit-tags.php' ) !== false ) {
1374
  wp_safe_redirect( add_query_arg( array( 'yith-plugin-fw-panel-skip-redirect' => 1 ), $url ) );
1387
  public function print_panel_tabs_in_wp_pages() {
1388
  if ( self::$_panel_tabs_in_wp_pages ) {
1389
  wp_enqueue_style( 'yit-plugin-style' );
1390
+ wp_enqueue_script( 'yit-plugin-panel' );
1391
+
1392
  $wrap_class = isset( $this->settings[ 'class' ] ) ? $this->settings[ 'class' ] : '';
1393
 
1394
  ?>
plugin-fw/lib/yith-system-status.php CHANGED
@@ -13,6 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  } // Exit if accessed directly
14
 
15
  if ( ! class_exists( 'YITH_System_Status' ) ) {
 
16
  /**
17
  * YITH System Status Panel
18
  *
@@ -38,13 +39,18 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
38
  /**
39
  * @var array requirements labels
40
  */
41
- protected $_requirement_labels = array();
 
 
 
 
 
42
 
43
  /**
44
  * Single instance of the class
45
  *
46
  * @since 1.0.0
47
- * @var \YITH_System_Status
48
  */
49
  protected static $_instance = null;
50
 
@@ -102,19 +108,19 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
102
  public function set_requirements_labels() {
103
 
104
  $this->_requirement_labels = array(
105
- 'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
106
- 'min_wc_version' => __( 'WooCommerce Version', 'yith-plugin-fw' ),
107
- 'wp_memory_limit' => __( 'Available Memory', 'yith-plugin-fw' ),
108
- 'min_php_version' => __( 'PHP Version', 'yith-plugin-fw' ),
109
- 'min_tls_version' => __( 'TLS Version', 'yith-plugin-fw' ),
110
- 'wp_cron_enabled' => __( 'WordPress Cron', 'yith-plugin-fw' ),
111
- 'simplexml_enabled' => __( 'SimpleXML', 'yith-plugin-fw' ),
112
- 'mbstring_enabled' => __( 'MultiByte String', 'yith-plugin-fw' ),
113
- 'imagick_version' => __( 'ImageMagick Version', 'yith-plugin-fw' ),
114
- 'gd_enabled' => __( 'GD Library', 'yith-plugin-fw' ),
115
- 'iconv_enabled' => __( 'Iconv Module', 'yith-plugin-fw' ),
116
- 'opcache_enabled' => __( 'OPCache Save Comments', 'yith-plugin-fw' ),
117
- 'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
118
  );
119
 
120
  }
@@ -129,11 +135,11 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
129
  public function add_submenu_page() {
130
 
131
  $system_info = get_option( 'yith_system_info', array() );
132
- $error_notice = ( isset( $system_info['errors'] ) && $system_info['errors'] === true ? ' <span class="yith-system-info-menu update-plugins">!</span>' : '' );
133
  $settings = array(
134
  'parent_page' => 'yith_plugin_panel',
135
- 'page_title' => __( 'System Status', 'yith-plugin-fw' ),
136
- 'menu_title' => __( 'System Status', 'yith-plugin-fw' ) . $error_notice,
137
  'capability' => 'manage_options',
138
  'page' => $this->_page,
139
  );
@@ -157,8 +163,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
157
  */
158
  public function show_information_panel() {
159
 
160
- $path = defined( 'YIT_CORE_PLUGIN_PATH' ) ? YIT_CORE_PLUGIN_PATH : get_template_directory() . '/core/plugin-fw/';
161
- $labels = $this->_requirement_labels;
162
 
163
  require_once( $path . '/templates/sysinfo/system-information-panel.php' );
164
 
@@ -173,15 +178,26 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
173
  */
174
  public function check_system_status() {
175
 
176
-
177
- if ( '' == get_option( 'yith_system_info' ) || ( isset( $_GET['page'] ) && $_GET['page'] == $this->_page ) ) {
178
-
179
- $this->add_requirements( __( 'YITH Plugins', 'yith-plugin-fw' ), array( 'min_wp_version' => '4.9', 'min_wc_version' => '3.4', 'min_php_version' => '5.6.20' ) );
180
- $this->add_requirements( __( 'WooCommerce', 'yith-plugin-fw' ), array( 'wp_memory_limit' => '64M' ) );
 
 
 
 
 
 
 
 
 
 
 
181
 
182
  $system_info = $this->get_system_info();
183
  $check_results = array();
184
- $errors = false;
185
 
186
  foreach ( $system_info as $key => $value ) {
187
  $check_results[ $key ] = array( 'value' => $value );
@@ -191,44 +207,61 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
191
  foreach ( $this->_plugins_requirements[ $key ] as $plugin_name => $required_value ) {
192
 
193
  switch ( $key ) {
194
- case 'wp_cron_enabled' :
195
- case 'mbstring_enabled' :
196
  case 'simplexml_enabled':
197
  case 'gd_enabled':
198
  case 'iconv_enabled':
199
  case 'url_fopen_enabled':
200
- case 'opcache_enabled' :
201
-
202
  if ( ! $value ) {
203
  $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
204
- $errors = true;
205
  }
206
  break;
207
 
208
- case 'wp_memory_limit' :
209
  $required_memory = $this->memory_size_to_num( $required_value );
210
 
211
  if ( $required_memory > $value ) {
212
  $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
213
- $errors = true;
 
 
 
214
  }
215
  break;
216
 
217
  default:
218
- if ( ! version_compare( $value, $required_value, '>=' ) && $value != 'n/a' ) {
219
- $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
220
- $errors = true;
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  }
222
-
223
  }
224
-
225
  }
226
-
227
  }
228
-
229
  }
230
 
231
- update_option( 'yith_system_info', array( 'system_info' => $check_results, 'errors' => $errors ) );
 
 
 
 
 
 
232
 
233
  }
234
 
@@ -251,7 +284,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
251
 
252
  foreach ( $requirements as $requirement => $value ) {
253
 
254
- if ( in_array( $requirement, $allowed_requirements ) ) {
255
  $this->_plugins_requirements[ $requirement ][ $plugin_name ] = $value;
256
  }
257
  }
@@ -267,8 +300,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
267
  */
268
  public function dismissable_notice() {
269
  $script_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
270
- $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
271
- wp_register_script( 'yith-system-info', $script_path . '/assets/js/yith-system-info' . $suffix . '.js', array( 'jquery' ), '1.0.0', true );
272
  }
273
 
274
  /**
@@ -282,25 +314,31 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
282
 
283
  $system_info = get_option( 'yith_system_info', '' );
284
 
285
- if ( ( isset( $_GET['page'] ) && $_GET['page'] == $this->_page ) || ( ! empty( $_COOKIE['hide_yith_system_alert'] ) && 'yes' == $_COOKIE['hide_yith_system_alert'] ) || ( $system_info == '' ) || ( $system_info != '' && $system_info['errors'] === false ) ) {
286
  return;
287
  }
288
 
289
  $show_notice = true;
290
 
291
- if ( true === $show_notice ) :
292
  wp_enqueue_script( 'yith-system-info' );
293
  ?>
294
- <div id="yith-system-alert" class="notice notice-error is-dismissible" style="position: relative;">
295
- <p>
296
- <span class="yith-logo"><img src="<?php echo yith_plugin_fw_get_default_logo() ?>" /></span>
297
- <b><?php echo __( 'Warning!', 'yith-plugin-fw' ) ?></b><br />
298
- <?php echo sprintf( __( 'The system check has detected some compatibility issues on your installation. %sClick here%s to know more', 'yith-plugin-fw' ), '<a href="' . esc_url( add_query_arg( array( 'page' => $this->_page ), admin_url( 'admin.php' ) ) ) . '">', '</a>' ) ?>
299
- </p>
300
- <span class="notice-dismiss"></span>
301
-
302
- </div>
303
- <?php endif;
 
 
 
 
 
 
304
  }
305
 
306
  /**
@@ -312,7 +350,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
312
  */
313
  public function get_system_info() {
314
 
315
- $tls = $imagick_version = 'n/a';
 
316
 
317
  if ( function_exists( 'curl_init' ) && apply_filters( 'yith_system_status_check_ssl', true ) ) {
318
  //Get TLS version
@@ -324,44 +363,70 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
324
  $data = curl_exec( $ch );
325
  curl_close( $ch );
326
  $json = json_decode( $data );
327
- $tls = $json != null ? str_replace( 'TLS ', '', $json->tls_version ) : '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
  }
329
 
330
  //Get PHP version
331
- preg_match( "#^\d+(\.\d+)*#", PHP_VERSION, $match );
332
  $php_version = $match[0];
333
 
334
  // WP memory limit.
335
  $wp_memory_limit = $this->memory_size_to_num( WP_MEMORY_LIMIT );
336
  if ( function_exists( 'memory_get_usage' ) ) {
337
- $wp_memory_limit = max( $wp_memory_limit, $this->memory_size_to_num( @ini_get( 'memory_limit' ) ) );
338
  }
339
 
340
  if ( class_exists( 'Imagick' ) && is_callable( array( 'Imagick', 'getVersion' ) ) ) {
341
- preg_match( "/([0-9]+\.[0-9]+\.[0-9]+)/", Imagick::getVersion()['versionString'], $imatch );
342
  $imagick_version = $imatch[0];
343
  }
344
 
345
- return apply_filters( 'yith_system_additional_check', array(
346
- 'min_wp_version' => get_bloginfo( 'version' ),
347
- 'min_wc_version' => function_exists( 'WC' ) ? WC()->version : 'n/a',
348
- 'wp_memory_limit' => $wp_memory_limit,
349
- 'min_php_version' => $php_version,
350
- 'min_tls_version' => $tls,
351
- 'imagick_version' => $imagick_version,
352
- 'wp_cron_enabled' => ! ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ),
353
- 'mbstring_enabled' => extension_loaded( 'mbstring' ),
354
- 'simplexml_enabled' => extension_loaded( 'simplexml' ),
355
- 'gd_enabled' => extension_loaded( 'gd' ) && function_exists( 'gd_info' ),
356
- 'iconv_enabled' => extension_loaded( 'iconv' ),
357
- 'opcache_enabled' => ini_get( 'opcache.save_comments' ),
358
- 'url_fopen_enabled' => ini_get( 'allow_url_fopen' ),
359
- ) );
 
 
 
360
 
361
  }
362
 
363
  /**
364
- * Convert site into number
365
  *
366
  * @param $memory_size string
367
  *
@@ -391,6 +456,149 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
391
  return $size;
392
  }
393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  }
395
  }
396
 
@@ -402,7 +610,7 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
402
  * @author Alberto Ruggiero
403
  */
404
  if ( ! function_exists( 'YITH_System_Status' ) ) {
405
- function YITH_System_Status() {
406
  return YITH_System_Status::instance();
407
  }
408
  }
13
  } // Exit if accessed directly
14
 
15
  if ( ! class_exists( 'YITH_System_Status' ) ) {
16
+
17
  /**
18
  * YITH System Status Panel
19
  *
39
  /**
40
  * @var array requirements labels
41
  */
42
+ public $_requirement_labels = array();
43
+
44
+ /**
45
+ * @var int recommended memory amount 134217728 = 128M
46
+ */
47
+ private $_recommended_memory = 134217728;
48
 
49
  /**
50
  * Single instance of the class
51
  *
52
  * @since 1.0.0
53
+ * @var YITH_System_Status
54
  */
55
  protected static $_instance = null;
56
 
108
  public function set_requirements_labels() {
109
 
110
  $this->_requirement_labels = array(
111
+ 'min_wp_version' => esc_html__( 'WordPress Version', 'yith-plugin-fw' ),
112
+ 'min_wc_version' => esc_html__( 'WooCommerce Version', 'yith-plugin-fw' ),
113
+ 'wp_memory_limit' => esc_html__( 'Available Memory', 'yith-plugin-fw' ),
114
+ 'min_php_version' => esc_html__( 'PHP Version', 'yith-plugin-fw' ),
115
+ 'min_tls_version' => esc_html__( 'TLS Version', 'yith-plugin-fw' ),
116
+ 'wp_cron_enabled' => esc_html__( 'WordPress Cron', 'yith-plugin-fw' ),
117
+ 'simplexml_enabled' => esc_html__( 'SimpleXML', 'yith-plugin-fw' ),
118
+ 'mbstring_enabled' => esc_html__( 'MultiByte String', 'yith-plugin-fw' ),
119
+ 'imagick_version' => esc_html__( 'ImageMagick Version', 'yith-plugin-fw' ),
120
+ 'gd_enabled' => esc_html__( 'GD Library', 'yith-plugin-fw' ),
121
+ 'iconv_enabled' => esc_html__( 'Iconv Module', 'yith-plugin-fw' ),
122
+ 'opcache_enabled' => esc_html__( 'OPCache Save Comments', 'yith-plugin-fw' ),
123
+ 'url_fopen_enabled' => esc_html__( 'URL FOpen', 'yith-plugin-fw' ),
124
  );
125
 
126
  }
135
  public function add_submenu_page() {
136
 
137
  $system_info = get_option( 'yith_system_info', array() );
138
+ $error_notice = ( isset( $system_info['errors'] ) && true === $system_info['errors'] ? ' <span class="yith-system-info-menu update-plugins">!</span>' : '' );
139
  $settings = array(
140
  'parent_page' => 'yith_plugin_panel',
141
+ 'page_title' => esc_html__( 'System Status', 'yith-plugin-fw' ),
142
+ 'menu_title' => esc_html__( 'System Status', 'yith-plugin-fw' ) . $error_notice,
143
  'capability' => 'manage_options',
144
  'page' => $this->_page,
145
  );
163
  */
164
  public function show_information_panel() {
165
 
166
+ $path = defined( 'YIT_CORE_PLUGIN_PATH' ) ? YIT_CORE_PLUGIN_PATH : get_template_directory() . '/core/plugin-fw/';
 
167
 
168
  require_once( $path . '/templates/sysinfo/system-information-panel.php' );
169
 
178
  */
179
  public function check_system_status() {
180
 
181
+ if ( '' === get_option( 'yith_system_info' ) || ( isset( $_GET['page'] ) && $_GET['page'] === $this->_page ) ) {
182
+
183
+ $this->add_requirements(
184
+ esc_html__( 'YITH Plugins', 'yith-plugin-fw' ),
185
+ array(
186
+ 'min_wp_version' => '4.9',
187
+ 'min_wc_version' => '3.4',
188
+ 'min_php_version' => '5.6.20',
189
+ )
190
+ );
191
+ $this->add_requirements(
192
+ esc_html__( 'WooCommerce', 'yith-plugin-fw' ),
193
+ array(
194
+ 'wp_memory_limit' => '64M',
195
+ )
196
+ );
197
 
198
  $system_info = $this->get_system_info();
199
  $check_results = array();
200
+ $errors = 0;
201
 
202
  foreach ( $system_info as $key => $value ) {
203
  $check_results[ $key ] = array( 'value' => $value );
207
  foreach ( $this->_plugins_requirements[ $key ] as $plugin_name => $required_value ) {
208
 
209
  switch ( $key ) {
210
+ case 'wp_cron_enabled':
211
+ case 'mbstring_enabled':
212
  case 'simplexml_enabled':
213
  case 'gd_enabled':
214
  case 'iconv_enabled':
215
  case 'url_fopen_enabled':
216
+ case 'opcache_enabled':
 
217
  if ( ! $value ) {
218
  $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
219
+ $errors ++;
220
  }
221
  break;
222
 
223
+ case 'wp_memory_limit':
224
  $required_memory = $this->memory_size_to_num( $required_value );
225
 
226
  if ( $required_memory > $value ) {
227
  $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
228
+ $errors ++;
229
+
230
+ } elseif ( $this->_recommended_memory > $value && $value > $required_value ) {
231
+ $check_results[ $key ]['warnings'] = 'yes';
232
  }
233
  break;
234
 
235
  default:
236
+ if ( 'imagick_version' === $key ) {
237
+ if ( ! version_compare( $value, $required_value, '>=' ) ) {
238
+ $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
239
+ $errors ++;
240
+ }
241
+ } else {
242
+ if ( 'n/a' !== $value ) {
243
+ if ( ! version_compare( $value, $required_value, '>=' ) ) {
244
+ $check_results[ $key ]['errors'][ $plugin_name ] = $required_value;
245
+ $errors ++;
246
+ }
247
+ } else {
248
+ if ( 'min_wc_version' !== $key ) {
249
+ $check_results[ $key ]['warnings'][ $plugin_name ] = $required_value;
250
+ }
251
+ }
252
  }
 
253
  }
 
254
  }
 
255
  }
 
256
  }
257
 
258
+ update_option(
259
+ 'yith_system_info',
260
+ array(
261
+ 'system_info' => $check_results,
262
+ 'errors' => $errors > 0,
263
+ )
264
+ );
265
 
266
  }
267
 
284
 
285
  foreach ( $requirements as $requirement => $value ) {
286
 
287
+ if ( in_array( $requirement, $allowed_requirements, true ) ) {
288
  $this->_plugins_requirements[ $requirement ][ $plugin_name ] = $value;
289
  }
290
  }
300
  */
301
  public function dismissable_notice() {
302
  $script_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
303
+ wp_register_script( 'yith-system-info', yit_load_js_file( $script_path . '/assets/js/yith-system-info.js' ), array( 'jquery' ), '1.0.0', true );
 
304
  }
305
 
306
  /**
314
 
315
  $system_info = get_option( 'yith_system_info', '' );
316
 
317
+ if ( ( isset( $_GET['page'] ) && $_GET['page'] === $this->_page ) || ( ! empty( $_COOKIE['hide_yith_system_alert'] ) && 'yes' === $_COOKIE['hide_yith_system_alert'] ) || ( '' === $system_info ) || ( '' !== $system_info && false === $system_info['errors'] ) ) {
318
  return;
319
  }
320
 
321
  $show_notice = true;
322
 
323
+ if ( true === $show_notice ) {
324
  wp_enqueue_script( 'yith-system-info' );
325
  ?>
326
+ <div id="yith-system-alert" class="notice notice-error is-dismissible" style="position: relative;">
327
+ <p>
328
+ <span class="yith-logo"><img src="<?php echo yith_plugin_fw_get_default_logo(); ?>" /></span>
329
+ <b>
330
+ <?php esc_html_e( 'Warning!', 'yith-plugin-fw' ); ?>
331
+ </b><br />
332
+ <?php
333
+ /* translators: %1$s open link tag, %2$s open link tag*/
334
+ echo sprintf( esc_html__( 'The system check has detected some compatibility issues on your installation.%1$sClick here%2$s to know more', 'yith-plugin-fw' ), '<a href="' . esc_url( add_query_arg( array( 'page' => $this->_page ), admin_url( 'admin.php' ) ) ) . '">', '</a>' );
335
+ ?>
336
+ </p>
337
+ <span class="notice-dismiss"></span>
338
+
339
+ </div>
340
+ <?php
341
+ }
342
  }
343
 
344
  /**
350
  */
351
  public function get_system_info() {
352
 
353
+ $tls = 'n/a';
354
+ $imagick_version = 'n/a';
355
 
356
  if ( function_exists( 'curl_init' ) && apply_filters( 'yith_system_status_check_ssl', true ) ) {
357
  //Get TLS version
363
  $data = curl_exec( $ch );
364
  curl_close( $ch );
365
  $json = json_decode( $data );
366
+
367
+ if ( is_string( $json ) && strpos( $json, '<!DOCTYPE html>' ) !== false ) {
368
+ $tls = 'n/a';
369
+ } else {
370
+ $tls = null !== $json ? str_replace( 'TLS ', '', $json->tls_version ) : '';
371
+ }
372
+
373
+ if ( 'n/a' === $tls || '' === $tls ) {
374
+ //run backup service
375
+ $ch = curl_init();
376
+ curl_setopt( $ch, CURLOPT_URL, 'https://ttl-version.yithemes.workers.dev/' );
377
+ curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, 0 );
378
+ curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, 0 );
379
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
380
+ $data = curl_exec( $ch );
381
+ curl_close( $ch );
382
+ $json = json_decode( $data );
383
+
384
+ if ( is_string( $json ) && strpos( $json, '<!DOCTYPE html>' ) !== false ) {
385
+ $tls = 'n/a';
386
+ } else {
387
+ $tls = null !== $json ? str_replace( 'TLSv', '', $json->tlsVersion ) : 'n/a'; //phpcs:ignore
388
+ }
389
+ }
390
  }
391
 
392
  //Get PHP version
393
+ preg_match( '#^\d+(\.\d+)*#', PHP_VERSION, $match );
394
  $php_version = $match[0];
395
 
396
  // WP memory limit.
397
  $wp_memory_limit = $this->memory_size_to_num( WP_MEMORY_LIMIT );
398
  if ( function_exists( 'memory_get_usage' ) ) {
399
+ $wp_memory_limit = max( $wp_memory_limit, $this->memory_size_to_num( @ini_get( 'memory_limit' ) ) ); //phpcs:ignore
400
  }
401
 
402
  if ( class_exists( 'Imagick' ) && is_callable( array( 'Imagick', 'getVersion' ) ) ) {
403
+ preg_match( '/([0-9]+\.[0-9]+\.[0-9]+)/', Imagick::getVersion()['versionString'], $imatch );
404
  $imagick_version = $imatch[0];
405
  }
406
 
407
+ return apply_filters(
408
+ 'yith_system_additional_check',
409
+ array(
410
+ 'min_wp_version' => get_bloginfo( 'version' ),
411
+ 'min_wc_version' => function_exists( 'WC' ) ? WC()->version : 'n/a',
412
+ 'wp_memory_limit' => $wp_memory_limit,
413
+ 'min_php_version' => $php_version,
414
+ 'min_tls_version' => $tls,
415
+ 'imagick_version' => $imagick_version,
416
+ 'wp_cron_enabled' => ( ! ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) || apply_filters( 'yith_system_status_server_cron', false ) ),
417
+ 'mbstring_enabled' => extension_loaded( 'mbstring' ),
418
+ 'simplexml_enabled' => extension_loaded( 'simplexml' ),
419
+ 'gd_enabled' => extension_loaded( 'gd' ) && function_exists( 'gd_info' ),
420
+ 'iconv_enabled' => extension_loaded( 'iconv' ),
421
+ 'opcache_enabled' => ini_get( 'opcache.save_comments' ),
422
+ 'url_fopen_enabled' => ini_get( 'allow_url_fopen' ),
423
+ )
424
+ );
425
 
426
  }
427
 
428
  /**
429
+ * Convert size into number
430
  *
431
  * @param $memory_size string
432
  *
456
  return $size;
457
  }
458
 
459
+ /**
460
+ * Format requirement value
461
+ *
462
+ * @param $key string
463
+ * @param $value mixed
464
+ *
465
+ * @return string
466
+ * @since 1.0.0
467
+ *
468
+ * @author Alberto Ruggiero
469
+ */
470
+ public function format_requirement_value( $key, $value ) {
471
+
472
+ if ( strpos( $key, '_enabled' ) !== false ) {
473
+ return $value ? esc_html__( 'Enabled', 'yith-plugin-fw' ) : esc_html__( 'Disabled', 'yith-plugin-fw' );
474
+ } elseif ( 'wp_memory_limit' === $key ) {
475
+ return esc_html( size_format( $value ) );
476
+ } else {
477
+ if ( 'n/a' === $value ) {
478
+ return esc_html__( 'N/A', 'yith-plugin-fw' );
479
+ } else {
480
+ return $value;
481
+ }
482
+ }
483
+
484
+ }
485
+
486
+ /**
487
+ * Print error messages
488
+ *
489
+ * @param $key string
490
+ * @param $item array
491
+ * @param $label string
492
+ *
493
+ * @return void
494
+ * @since 1.0.0
495
+ *
496
+ * @author Alberto Ruggiero
497
+ */
498
+ public function print_error_messages( $key, $item, $label ) {
499
+ ?>
500
+ <ul>
501
+ <?php foreach ( $item['errors'] as $plugin => $requirement ) : ?>
502
+ <li>
503
+ <?php
504
+ if ( strpos( $key, '_enabled' ) !== false ) {
505
+ /* translators: %1$s plugin name, %2$s requirement name */
506
+ echo sprintf( esc_html__( '%1$s needs %2$s enabled', 'yith-plugin-fw' ), '<b>' . $plugin . '</b>', '<b>' . $label . '</b>' );
507
+ } elseif ( 'wp_memory_limit' === $key ) {
508
+ /* translators: %1$s plugin name, %2$s required memory amount */
509
+ echo sprintf( esc_html__( '%1$s needs at least %2$s of available memory', 'yith-plugin-fw' ), '<b>' . $plugin . '</b>', '<span class="error">' . esc_html( size_format( $this->memory_size_to_num( $requirement ) ) ) . '</span>' );
510
+ } else {
511
+ /* translators: %1$s plugin name, %2$s version number */
512
+ echo sprintf( esc_html__( '%1$s needs at least %2$s version', 'yith-plugin-fw' ), '<b>' . $plugin . '</b>', '<span class="error">' . $requirement . '</span>' );
513
+ }
514
+ ?>
515
+ </li>
516
+ <?php endforeach; ?>
517
+ </ul>
518
+ <?php
519
+ }
520
+
521
+ /**
522
+ * Print solution suggestions
523
+ *
524
+ * @param $key string
525
+ * @param $item array
526
+ * @param $label string
527
+ *
528
+ * @return void
529
+ * @since 1.0.0
530
+ *
531
+ * @author Alberto Ruggiero
532
+ */
533
+ public function print_solution_suggestion( $key, $item, $label ) {
534
+ switch ( $key ) {
535
+ case 'min_wp_version':
536
+ case 'min_wc_version':
537
+ esc_html_e( 'Update it to the latest version in order to benefit of all new features and security updates.', 'yith-plugin-fw' );
538
+ break;
539
+ case 'min_php_version':
540
+ case 'min_tls_version':
541
+ esc_html_e( 'Contact your hosting company in order to update it.', 'yith-plugin-fw' );
542
+ break;
543
+ case 'imagick_version':
544
+ if ( 'n/a' === $item['value'] ) {
545
+ esc_html_e( 'Contact your hosting company in order to install it.', 'yith-plugin-fw' );
546
+ } else {
547
+ esc_html_e( 'Contact your hosting company in order to update it.', 'yith-plugin-fw' );
548
+ }
549
+ break;
550
+ case 'wp_cron_enabled':
551
+ /* translators: %1$s code, %2$s file name */
552
+ echo sprintf( esc_html__( 'Remove %1$s from %2$s file', 'yith-plugin-fw' ), '<code>define( \'DISABLE_WP_CRON\', true );</code>', '<b>wp-config.php</b>' );
553
+ break;
554
+ case 'mbstring_enabled':
555
+ case 'simplexml_enabled':
556
+ case 'gd_enabled':
557
+ case 'iconv_enabled':
558
+ case 'opcache_enabled':
559
+ case 'url_fopen_enabled':
560
+ esc_html_e( 'Contact your hosting company in order to enable it.', 'yith-plugin-fw' );
561
+ break;
562
+ case 'wp_memory_limit':
563
+ /* translators: %1$s opening link tag, %2$s closing link tag */
564
+ echo sprintf( esc_html__( 'Read more %1$shere%2$s or contact your hosting company in order to increase it.', 'yith-plugin-fw' ), '<a href="https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" target="_blank">', '</a>' );
565
+ break;
566
+ default:
567
+ echo apply_filters( 'yith_system_generic_message', '', $key, $item, $label );
568
+ }
569
+ }
570
+
571
+ /**
572
+ * Print warning messages
573
+ *
574
+ * @param $key string
575
+ *
576
+ * @return void
577
+ * @since 1.0.0
578
+ *
579
+ * @author Alberto Ruggiero
580
+ */
581
+ public function print_warning_messages( $key ) {
582
+ switch ( $key ) {
583
+ case 'wp_memory_limit':
584
+ /* translators: %s recommended memory amount */
585
+ echo sprintf( esc_html__( 'For optimal functioning of our plugins, we suggest setting at least %s of available memory', 'yith-plugin-fw' ), '<span class="warning">' . esc_html( size_format( $this->_recommended_memory ) ) . '</span>' );
586
+ echo '<br/>';
587
+ /* translators: %1$s opening link tag, %2$s closing link tag */
588
+ echo sprintf( esc_html__( 'Read more %1$shere%2$s or contact your hosting company in order to increase it.', 'yith-plugin-fw' ), '<a href="https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" target="_blank">', '</a>' );
589
+ break;
590
+ case 'min_tls_version':
591
+ if ( ! function_exists( 'curl_init' ) ) {
592
+ /* translators: %1$s TLS label, %2$s cURL label */
593
+ echo sprintf( esc_html__( 'The system check cannot determine which %1$s version is installed because %2$s module is disabled. Ask your hosting company to enable it.', 'yith-plugin-fw' ), '<b>TLS</b>', '<b>cURL</b>' );
594
+ } else {
595
+ /* translators: %1$s TLS label */
596
+ echo sprintf( esc_html__( 'The system check cannot determine which %1$s version is installed due to a connection issue between your site and our server.', 'yith-plugin-fw' ), '<b>TLS</b>' );
597
+ }
598
+ break;
599
+ }
600
+ }
601
+
602
  }
603
  }
604
 
610
  * @author Alberto Ruggiero
611
  */
612
  if ( ! function_exists( 'YITH_System_Status' ) ) {
613
+ function YITH_System_Status() {//phpcs:ignore
614
  return YITH_System_Status::instance();
615
  }
616
  }
plugin-fw/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "yith-plugin-framewowrk",
3
- "version": "3.4.19",
4
  "description": "YITH Plugin Framework",
5
  "main": "Gruntfile.js",
6
  "scripts": {
1
  {
2
  "name": "yith-plugin-framewowrk",
3
+ "version": "3.4.27",
4
  "description": "YITH Plugin Framework",
5
  "main": "Gruntfile.js",
6
  "scripts": {
plugin-fw/templates/fields/inline-fields.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ *
10
+ * @var array $field
11
+ */
12
+
13
+ if ( ! defined( 'ABSPATH' ) ) {
14
+ exit; // Exit if accessed directly.
15
+ }
16
+
17
+ extract( $field );
18
+ $value = maybe_unserialize( $value );
19
+ if ( ! empty( $fields ) && is_array( $fields ) ) { ?>
20
+ <div id="<?php echo esc_attr( $id ); ?>" class="<?php echo isset( $class ) ? $class : ''; ?> yith-inline-fields">
21
+ <?php
22
+ foreach ( $fields as $key => $field ) {
23
+ $allowed_types = array( 'select', 'select-buttons', 'number', 'text', 'slider', 'hidden', 'html' );
24
+ $default_args = array( 'type' => 'select' );
25
+
26
+ // set default
27
+ if ( ! isset( $field[ 'default' ] ) && isset( $field[ 'std' ] ) ) {
28
+ $field['default'] = $field['std'];
29
+ }
30
+ $std = isset( $field['default'] ) ? $field['default'] : '';
31
+
32
+ $field['value'] = isset( $value[ $key ] ) ? maybe_unserialize( $value[ $key ] ) : $std;
33
+ $field['class'] = isset( $field['class'] ) ? $field['class'] : '';
34
+ $field['id'] = $id . '_' . $key;
35
+ $field['name'] = $name . '[' . $key . ']';
36
+
37
+ if ( ! in_array( $field['type'], $allowed_types, true ) ) {
38
+ continue;
39
+ }
40
+
41
+ if ( in_array( $field['type'], array( 'select', 'select-buttons' ), true ) ) {
42
+ $field['class'] = 'wc-enhanced-select';
43
+ }
44
+ ?>
45
+ <?php if ( isset( $field['inline-label'] ) && '' !== $field['inline-label'] ) : ?>
46
+ <div class="option-element">
47
+ <span><?php echo $field['inline-label']; ?></span>
48
+ </div>
49
+ <?php endif; ?>
50
+ <div class="option-element <?php echo $field['type']; ?> <?php echo $field['class']; ?>">
51
+ <?php if ( isset( $field['label'] ) && '' !== $field['label'] ) : ?>
52
+ <label for="<?php echo $field['id']; ?>"><?php echo $field['label']; ?></label>
53
+ <?php endif; ?>
54
+ <?php yith_plugin_fw_get_field( $field, true ); ?>
55
+ </div>
56
+ <?php } ?>
57
+ </div>
58
+ <?php
59
+
60
+ }
plugin-fw/templates/fields/textarea-editor.php CHANGED
@@ -18,6 +18,8 @@ if ( !function_exists( 'wp_editor' ) ) :
18
  else:
19
  extract( $field );
20
 
 
 
21
  $editor_args = wp_parse_args( $field, array(
22
  'wpautop' => true, // use wpautop?
23
  'media_buttons' => true, // show insert/upload button(s)
@@ -32,7 +34,7 @@ else:
32
  'quicktags' => true // load Quicktags, can be used to pass settings directly to Quicktags using an array()
33
  ) );
34
  ?>
35
- <div class="editor" <?php echo $custom_attributes ?>
36
  <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?>><?php wp_editor( $value, $id, $editor_args ); ?></div>
37
 
38
  <?php endif; ?>
18
  else:
19
  extract( $field );
20
 
21
+ $classes = isset( $classes ) ? ' '.$classes : '';
22
+
23
  $editor_args = wp_parse_args( $field, array(
24
  'wpautop' => true, // use wpautop?
25
  'media_buttons' => true, // show insert/upload button(s)
34
  'quicktags' => true // load Quicktags, can be used to pass settings directly to Quicktags using an array()
35
  ) );
36
  ?>
37
+ <div class="editor<?php echo $classes ?>" <?php echo $custom_attributes ?>
38
  <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?>><?php wp_editor( $value, $id, $editor_args ); ?></div>
39
 
40
  <?php endif; ?>
plugin-fw/templates/fields/toggle-element.php CHANGED
@@ -44,6 +44,11 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
44
 
45
  ?>
46
  <div class="yith-toggle_wrapper <?php echo $class_wrapper ?>" id="<?php echo $id ?>" data-nonce="<?php echo $ajax_nonce; ?>">
 
 
 
 
 
47
  <?php
48
 
49
  if ( $show_add_button ):
@@ -287,4 +292,4 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
287
  </div>
288
  </script>
289
 
290
- </div>
44
 
45
  ?>
46
  <div class="yith-toggle_wrapper <?php echo $class_wrapper ?>" id="<?php echo $id ?>" data-nonce="<?php echo $ajax_nonce; ?>">
47
+ <?php
48
+ if( !empty( $label ) ):
49
+ ?>
50
+ <label for="<?php esc_attr_e($id);?>"><?php echo esc_html( $label );?></label>
51
+ <?php endif;?>
52
  <?php
53
 
54
  if ( $show_add_button ):
292
  </div>
293
  </script>
294
 
295
+ </div>
plugin-fw/templates/sysinfo/system-information-panel.php CHANGED
@@ -8,11 +8,12 @@
8
  * http://www.gnu.org/licenses/gpl-3.0.txt
9
  */
10
 
11
- $system_info = get_option( 'yith_system_info' );
12
- $recommended_memory = 134217728;
13
- $output_ip = 'n/a';
 
14
 
15
- if ( function_exists( 'curl_init' ) && apply_filters( 'yith_system_status_check_ip', true ) ) {
16
  //Get Output IP Address
17
  $ch = curl_init();
18
  curl_setopt( $ch, CURLOPT_URL, 'https://ifconfig.co/ip' );
@@ -21,176 +22,153 @@ if ( function_exists( 'curl_init' ) && apply_filters( 'yith_system_status_check_
21
  curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
22
  $data = curl_exec( $ch );
23
  curl_close( $ch );
24
- $output_ip = $data != '' ? $data : 'n/a';
25
- }
26
-
27
- ?>
28
- <div id="yith-sysinfo" class="wrap yith-system-info">
29
- <h1>
30
- <span class="yith-logo"><img src="<?php echo yith_plugin_fw_get_default_logo() ?>" /></span> <?php _e( 'YITH System Information', 'yith-plugin-fw' ) ?>
31
- </h1>
32
-
33
- <?php if ( ! isset( $_GET['yith-phpinfo'] ) || $_GET['yith-phpinfo'] != 'true' ): ?>
34
 
35
- <table class="widefat striped">
36
- <tr>
37
- <th>
38
- <?php _e( 'Site URL', 'yith-plugin-fw' ); ?>
39
- </th>
40
- <td class="requirement-value">
41
- <?php echo get_site_url() ?>
42
- </td>
43
- </tr>
44
- <tr>
45
- <th>
46
- <?php _e( 'Output IP Address', 'yith-plugin-fw' ); ?>
47
- </th>
48
- <td class="requirement-value">
49
- <?php echo $output_ip ?>
50
- </td>
51
- </tr>
52
- </table>
53
 
54
- <table class="widefat striped">
55
- <?php foreach ( $system_info['system_info'] as $key => $item ): ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  <?php
57
- $to_be_enabled = strpos( $key, '_enabled' ) !== false;
58
- $has_errors = isset( $item['errors'] );
59
- $has_warnings = false;
60
-
61
- if ( $key == 'wp_memory_limit' && ! $has_errors ) {
62
- $has_warnings = $item['value'] < $recommended_memory;
63
- } elseif ( ( $key == 'min_tls_version' || $key == 'imagick_version' ) && ! $has_errors ) {
64
- $has_warnings = $item['value'] == 'n/a';
65
- }
66
-
67
- ?>
68
- <tr>
69
- <th class="requirement-name">
70
- <?php echo $labels[ $key ]; ?>
71
- </th>
72
- <td class="requirement-value <?php echo( $has_errors ? 'has-errors' : '' ) ?> <?php echo( $has_warnings ? 'has-warnings' : '' ) ?>">
73
- <span class="dashicons dashicons-<?php echo( $has_errors || $has_warnings ? 'warning' : 'yes' ) ?>"></span>
74
-
75
- <?php if ( $to_be_enabled ) {
76
- echo $item['value'] ? __( 'Enabled', 'yith-plugin-fw' ) : __( 'Disabled', 'yith-plugin-fw' );
77
- } elseif ( $key == 'wp_memory_limit' ) {
78
- echo esc_html( size_format( $item['value'] ) );
79
- } else {
80
-
81
- if ( $item['value'] == 'n/a' ) {
82
- echo __( 'N/A', 'yith-plugin-fw' );
83
- } else {
84
- echo $item['value'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }
86
 
87
- } ?>
88
-
89
- </td>
90
- <td class="requirement-messages">
91
- <?php if ( $has_errors ) : ?>
92
- <ul>
93
- <?php foreach ( $item['errors'] as $plugin => $requirement ) : ?>
94
- <li>
95
- <?php if ( $to_be_enabled ) {
96
- echo sprintf( __( '%s needs %s enabled', 'yith-plugin-fw' ), '<b>' . $plugin . '</b>', '<b>' . $labels[ $key ] . '</b>' );
97
- } elseif ( $key == 'wp_memory_limit' ) {
98
- echo sprintf( __( '%s needs at least %s of available memory', 'yith-plugin-fw' ), '<b>' . $plugin . '</b>', '<span class="error">' . esc_html( size_format( YITH_System_Status()->memory_size_to_num( $requirement ) ) ) . '</span>' );
99
- echo '<br/>';
100
- echo sprintf( __( 'For optimal functioning of our plugins, we suggest setting at least %s of available memory', 'yith-plugin-fw' ), '<span class="error">' . esc_html( size_format( $recommended_memory ) ) . '</span>' );
101
- echo '<br/>';
102
- echo sprintf( __( 'Read more %s here%s or contact your hosting company in order to increase it.', 'yith-plugin-fw' ), '<a href="https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" target="_blank">', '</a>' );
103
-
104
- } else {
105
- echo sprintf( __( '%s needs at least %s version', 'yith-plugin-fw' ), '<b>' . $plugin . '</b>', '<span class="error">' . $requirement . '</span>' );
106
-
107
-
108
- } ?>
109
- </li>
110
- <?php endforeach; ?>
111
- </ul>
112
- <?php switch ( $key ) {
113
-
114
- case 'min_wp_version':
115
- case 'min_wc_version':
116
- echo __( 'Update it to the latest version in order to benefit of all new features and security updates.', 'yith-plugin-fw' );
117
- break;
118
- case 'min_php_version':
119
- case 'min_tls_version':
120
- case 'imagick_version':
121
- if ( $item['value'] != 'n/a' ) {
122
- echo __( 'Contact your hosting company in order to update it.', 'yith-plugin-fw' );
123
- }
124
- break;
125
- case 'wp_cron_enabled':
126
- echo sprintf( __( 'Remove %s from %s file', 'yith-plugin-fw' ), '<code>define( \'DISABLE_WP_CRON\', true );</code>', '<b>wp-config.php</b>' );
127
- break;
128
- case 'mbstring_enabled':
129
- case 'simplexml_enabled':
130
- case 'gd_enabled':
131
- case 'iconv_enabled':
132
- case 'opcache_enabled':
133
- case 'url_fopen_enabled':
134
- echo __( 'Contact your hosting company in order to enable it.', 'yith-plugin-fw' );
135
- break;
136
- case 'wp_memory_limit':
137
- echo sprintf( __( 'Read more %s here%s or contact your hosting company in order to increase it.', 'yith-plugin-fw' ), '<a href="https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" target="_blank">', '</a>' );
138
- break;
139
- default:
140
- echo apply_filters( 'yith_system_generic_message', '', $item );
141
-
142
- } ?>
143
- <?php endif; ?>
144
 
145
- <?php if ( $has_warnings ) {
146
-
147
- if ( $item['value'] != 'n/a' ) {
148
-
149
- echo sprintf( __( 'For optimal functioning of our plugins, we suggest setting at least %s of available memory', 'yith-plugin-fw' ), '<span class="error">' . esc_html( size_format( $recommended_memory ) ) . '</span>' );
150
- echo '<br/>';
151
- echo sprintf( __( 'Read more %s here%s or contact your hosting company in order to increase it.', 'yith-plugin-fw' ), '<a href="https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" target="_blank">', '</a>' );
152
-
153
- } else {
154
-
155
- switch ( $key ) {
156
- case 'min_tls_version':
157
- echo __( 'We cannot determine which <b>TLS</b> version is installed because <b>cURL</b> module is disabled. Ask your hosting company to enable it.', 'yith-plugin-fw' );
158
- break;
159
- case 'imagick_version':
160
- echo __( '<b>ImageMagick</b> module is not installed. Ask your hosting company to install it.', 'yith-plugin-fw' );
161
- break;
162
  }
163
-
 
 
164
  }
165
-
166
- } ?>
167
- </td>
168
- </tr>
169
- <?php endforeach; ?>
170
- </table>
171
-
172
- <a href="<?php echo add_query_arg( array( 'yith-phpinfo' => 'true' ) ) ?> "><?php _e( 'Show full PHPInfo', 'yith-plugin-fw' ) ?></a>
173
-
174
- <?php else : ?>
175
-
176
- <a href="<?php echo add_query_arg( array( 'yith-phpinfo' => 'false' ) ) ?> "><?php _e( 'Back to System panel', 'yith-plugin-fw' ) ?></a>
177
-
178
- <?php
179
-
180
- ob_start();
181
- phpinfo( 61 );
182
- $pinfo = ob_get_contents();
183
- ob_end_clean();
184
-
185
- $pinfo = preg_replace( '%^.*<div class="center">(.*)</div>.*$%ms', '$1', $pinfo );
186
- $pinfo = preg_replace( '%(^.*)<a name=\".*\">(.*)</a>(.*$)%m', '$1$2$3', $pinfo );
187
- $pinfo = str_replace( '<table>', '<table class="widefat striped yith-phpinfo">', $pinfo );
188
- $pinfo = str_replace( '<td class="e">', '<th class="e">', $pinfo );
189
- echo $pinfo;
190
-
191
- ?>
192
-
193
- <a href="#yith-sysinfo"><?php _e( 'Back to top', 'yith-plugin-fw' ) ?></a>
194
-
195
- <?php endif; ?>
196
- </div>
8
  * http://www.gnu.org/licenses/gpl-3.0.txt
9
  */
10
 
11
+ $system_info = get_option( 'yith_system_info' );
12
+ $saved_ip = get_transient( 'yith-sysinfo-ip' );
13
+ $output_ip = ( '' === (string) $saved_ip ? 'n/a' : $saved_ip );
14
+ $labels = YITH_System_Status()->_requirement_labels;
15
 
16
+ if ( 'n/a' === $output_ip && function_exists( 'curl_init' ) && apply_filters( 'yith_system_status_check_ip', true ) ) {
17
  //Get Output IP Address
18
  $ch = curl_init();
19
  curl_setopt( $ch, CURLOPT_URL, 'https://ifconfig.co/ip' );
22
  curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
23
  $data = curl_exec( $ch );
24
  curl_close( $ch );
 
 
 
 
 
 
 
 
 
 
25
 
26
+ //CHECK IF IS IPv4
27
+ preg_match( '/((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])/', $data, $matches );
28
+ //CHECK IF IS IPv6
29
+ if ( empty( $matches ) ) {
30
+ preg_match( '/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/', $data, $matches );
31
+ }
32
+ $output_ip = ! empty( $matches ) ? $matches[0] : 'n/a';
 
 
 
 
 
 
 
 
 
 
 
33
 
34
+ set_transient( 'yith-sysinfo-ip', $output_ip, 300 );
35
+ }
36
+ ?>
37
+ <div id="yith-sysinfo" class="wrap yith-system-info yith-plugin-ui">
38
+ <h2 class="yith-sysinfo-title">
39
+ <span class="yith-logo"><img src="<?php echo yith_plugin_fw_get_default_logo(); ?>" /></span> <?php _e( 'YITH System Information', 'yith-plugin-fw' ); ?>
40
+ </h2>
41
+ <?php
42
+
43
+ $tab = isset( $_GET['tab'] ) ? $_GET['tab'] : '';
44
+
45
+ switch ( $tab ) {
46
+ case 'error-log':
47
+ $debug_files = array(
48
+ //debug.log file
49
+ 'debug.log' => array(
50
+ 'label' => esc_html__( 'WP debug.log file', 'yith-plugin-fw' ),
51
+ 'path' => WP_CONTENT_DIR . '/debug.log',
52
+ ),
53
+ 'error_log' => array(
54
+ 'label' => esc_html__( 'PHP error_log file', 'yith-plugin-fw' ),
55
+ 'path' => ABSPATH . 'error_log',
56
+ ),
57
+ );
58
+ ?>
59
+ <a href="<?php echo add_query_arg( array( 'tab' => 'main' ) ); ?> "><?php esc_html_e( 'Back to System panel', 'yith-plugin-fw' ); ?></a>
60
+ <table class="widefat striped">
61
  <?php
62
+ foreach ( $debug_files as $debug_file ) :
63
+
64
+ if ( ! file_exists( $debug_file['path'] ) ) {
65
+ continue;
66
+ }
67
+
68
+ ?>
69
+ <tr>
70
+ <th>
71
+ <?php echo $debug_file['label']; ?>
72
+ </th>
73
+ <td>
74
+ <textarea class="yith-system-info-debug" readonly> <?php include $debug_file['path']; ?></textarea>
75
+ </td>
76
+ </tr>
77
+ <?php endforeach; ?>
78
+ </table>
79
+ <?php
80
+ break;
81
+ case 'php-info':
82
+ ?>
83
+ <a href="<?php echo add_query_arg( array( 'tab' => 'main' ) ); ?> "><?php esc_html_e( 'Back to System panel', 'yith-plugin-fw' ); ?></a>
84
+ <?php
85
+ ob_start();
86
+ phpinfo( 61 );
87
+ $pinfo = ob_get_contents();
88
+ ob_end_clean();
89
+
90
+ $pinfo = preg_replace( '%^.*<div class="center">(.*)</div>.*$%ms', '$1', $pinfo );
91
+ $pinfo = preg_replace( '%(^.*)<a name=\".*\">(.*)</a>(.*$)%m', '$1$2$3', $pinfo );
92
+ $pinfo = str_replace( '<table>', '<table class="widefat striped yith-phpinfo">', $pinfo );
93
+ $pinfo = str_replace( '<td class="e">', '<th class="e">', $pinfo );
94
+ echo $pinfo;
95
+ ?>
96
+ <a href="#yith-sysinfo"><?php esc_html_e( 'Back to top', 'yith-plugin-fw' ); ?></a>
97
+ <?php
98
+ break;
99
+ default:
100
+ ?>
101
+ <table class="widefat striped">
102
+ <tr>
103
+ <th>
104
+ <?php esc_html_e( 'Site URL', 'yith-plugin-fw' ); ?>
105
+ </th>
106
+ <td class="requirement-value">
107
+ <?php echo get_site_url(); ?>
108
+ </td>
109
+ </tr>
110
+ <tr>
111
+ <th>
112
+ <?php esc_html_e( 'Output IP Address', 'yith-plugin-fw' ); ?>
113
+ </th>
114
+ <td class="requirement-value">
115
+ <?php echo $output_ip; ?>
116
+ </td>
117
+ </tr>
118
+ <tr>
119
+ <th>
120
+ <?php esc_html_e( 'Defined WP_CACHE', 'yith-plugin-fw' ); ?>
121
+ </th>
122
+ <td class="requirement-value">
123
+ <?php echo( defined( 'WP_CACHE' ) && WP_CACHE ? esc_html__( 'Yes', 'yith-plugin-fw' ) : esc_html__( 'No', 'yith-plugin-fw' ) ); ?>
124
+ </td>
125
+ </tr>
126
+ </table>
127
+
128
+ <table class="widefat striped">
129
+ <?php foreach ( $system_info['system_info'] as $key => $item ) : ?>
130
+ <?php
131
+ $has_errors = isset( $item['errors'] );
132
+ $has_warnings = isset( $item['warnings'] );
133
+ ?>
134
+ <tr>
135
+ <th class="requirement-name">
136
+ <?php echo $labels[ $key ]; ?>
137
+ </th>
138
+ <td class="requirement-value <?php echo( $has_errors ? 'has-errors' : '' ); ?> <?php echo( $has_warnings ? 'has-warnings' : '' ); ?>">
139
+ <span class="dashicons dashicons-<?php echo( $has_errors || $has_warnings ? 'warning' : 'yes' ); ?>"></span>
140
+ <?php
141
+ echo YITH_System_Status()->format_requirement_value( $key, $item['value'] );
142
+ ?>
143
+ </td>
144
+ <td class="requirement-messages">
145
+ <?php
146
+ if ( $has_errors ) {
147
+ YITH_System_Status()->print_error_messages( $key, $item, $labels[ $key ] );
148
+ YITH_System_Status()->print_solution_suggestion( $key, $item, $labels[ $key ] );
149
+ } elseif ( $has_warnings ) {
150
+ YITH_System_Status()->print_warning_messages( $key );
151
  }
152
 
153
+ if ( 'min_php_version' === $key ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
+ if ( $has_errors || $has_warnings ) {
156
+ echo '<br />';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  }
158
+ ?>
159
+ <a href="<?php echo add_query_arg( array( 'tab' => 'php-info' ) ); ?> "><?php esc_html_e( 'Show full PHPInfo', 'yith-plugin-fw' ); ?></a>
160
+ <?php
161
  }
162
+ ?>
163
+ </td>
164
+ </tr>
165
+ <?php endforeach; ?>
166
+ </table>
167
+ <a href="<?php echo add_query_arg( array( 'tab' => 'error-log' ) ); ?> "><?php esc_html_e( 'Show log files', 'yith-plugin-fw' ); ?></a>
168
+
169
+ <?php
170
+ break;
171
+ }
172
+
173
+ ?>
174
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/yit-functions.php CHANGED
@@ -969,21 +969,34 @@ if ( !function_exists( 'yith_plugin_fw_get_field' ) ) {
969
  * @return string|void
970
  */
971
  function yith_plugin_fw_get_field( $field, $echo = false, $show_container = true ) {
972
- if ( empty( $field[ 'type' ] ) )
973
- return '';
 
974
 
975
- if ( !isset( $field[ 'value' ] ) )
976
- $field[ 'value' ] = '';
 
977
 
978
- if ( !isset( $field[ 'name' ] ) )
979
- $field[ 'name' ] = '';
 
980
 
981
- if ( !isset( $field[ 'custom_attributes' ] ) )
982
- $field[ 'custom_attributes' ] = '';
 
 
 
 
 
 
 
983
 
984
- if ( !isset( $field[ 'default' ] ) && isset( $field[ 'std' ] ) )
985
- $field[ 'default' ] = $field[ 'std' ];
986
 
 
 
 
987
 
988
  $field_template = yith_plugin_fw_get_field_template_path( $field );
989
 
969
  * @return string|void
970
  */
971
  function yith_plugin_fw_get_field( $field, $echo = false, $show_container = true ) {
972
+ if ( empty( $field[ 'type' ] ) ) {
973
+ return '';
974
+ }
975
 
976
+ if ( !isset( $field[ 'value' ] ) ) {
977
+ $field['value'] = '';
978
+ }
979
 
980
+ if ( !isset( $field[ 'name' ] ) ) {
981
+ $field['name'] = '';
982
+ }
983
 
984
+ if ( ! isset( $field[ 'custom_attributes' ] ) ) {
985
+ $field['custom_attributes'] = '';
986
+ }
987
+ elseif( is_array( $field[ 'custom_attributes' ] ) ) {
988
+ // let's build custom attributes as string
989
+ $custom_attributes = array();
990
+ foreach ( $field[ 'custom_attributes' ] as $attribute => $attribute_value ) {
991
+ $custom_attributes[] = esc_attr( $attribute ) . '="' . esc_attr( $attribute_value ) . '"';
992
+ }
993
 
994
+ $field['custom_attributes'] = implode( ' ', $custom_attributes );
995
+ }
996
 
997
+ if ( ! isset( $field[ 'default' ] ) && isset( $field[ 'std' ] ) ) {
998
+ $field['default'] = $field['std'];
999
+ }
1000
 
1001
  $field_template = yith_plugin_fw_get_field_template_path( $field );
1002
 
templates/add-to-wishlist-added.php CHANGED
@@ -4,27 +4,28 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 3.0.0
8
  */
9
 
10
  /**
11
  * Template variables:
12
  *
13
- * @var $wishlist_url string Url to wishlist page
14
- * @var $exists bool Whether current product is already in wishlist
15
- * @var $show_exists bool Whether to show already in wishlist link on multi wishlist
16
- * @var $product_id int Current product id
17
- * @var $product_type string Current product type
18
- * @var $label string Button label
19
- * @var $browse_wishlist_text string Browse wishlist text
 
20
  * @var $already_in_wishslist_text string Already in wishlist text
21
- * @var $product_added_text string Product added text
22
- * @var $icon string Icon for Add to Wishlist button
23
- * @var $link_classes string Classed for Add to Wishlist button
24
- * @var $available_multi_wishlist bool Whether add to wishlist is available or not
25
- * @var $disable_wishlist bool Whether wishlist is disabled or not
26
- * @var $template_part string Template part
27
- * @var $loop_position string Loop position
28
  */
29
 
30
  if ( ! defined( 'YITH_WCWL' ) ) {
@@ -35,7 +36,7 @@ global $product;
35
  ?>
36
 
37
  <!-- ADDED TO WISHLIST MESSAGE -->
38
- <div class="yith-wcwl-wishlistaddedbrowse">
39
  <span class="feedback">
40
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
41
  <?php echo wp_kses_post( $product_added_text ); ?>
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 3.0.12
8
  */
9
 
10
  /**
11
  * Template variables:
12
  *
13
+ * @var $wishlist_url string Url to wishlist page
14
+ * @var $exists bool Whether current product is already in wishlist
15
+ * @var $show_exists bool Whether to show already in wishlist link on multi wishlist
16
+ * @var $product_id int Current product id
17
+ * @var $parent_product_id int Parent for current product
18
+ * @var $product_type string Current product type
19
+ * @var $label string Button label
20
+ * @var $browse_wishlist_text string Browse wishlist text
21
  * @var $already_in_wishslist_text string Already in wishlist text
22
+ * @var $product_added_text string Product added text
23
+ * @var $icon string Icon for Add to Wishlist button
24
+ * @var $link_classes string Classed for Add to Wishlist button
25
+ * @var $available_multi_wishlist bool Whether add to wishlist is available or not
26
+ * @var $disable_wishlist bool Whether wishlist is disabled or not
27
+ * @var $template_part string Template part
28
+ * @var $loop_position string Loop position
29
  */
30
 
31
  if ( ! defined( 'YITH_WCWL' ) ) {
36
  ?>
37
 
38
  <!-- ADDED TO WISHLIST MESSAGE -->
39
+ <div class="yith-wcwl-wishlistaddedbrowse" data-product-id="<?php echo esc_attr( $product_id ); ?>" data-original-product-id="<?php echo esc_attr( $parent_product_id ); ?>">
40
  <span class="feedback">
41
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
42
  <?php echo wp_kses_post( $product_added_text ); ?>
templates/add-to-wishlist-browse.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 3.0.0
8
  */
9
 
10
  /**
@@ -14,6 +14,7 @@
14
  * @var $exists bool Whether current product is already in wishlist
15
  * @var $show_exists bool Whether to show already in wishlist link on multi wishlist
16
  * @var $product_id int Current product id
 
17
  * @var $product_type string Current product type
18
  * @var $label string Button label
19
  * @var $browse_wishlist_text string Browse wishlist text
@@ -35,7 +36,7 @@ global $product;
35
  ?>
36
 
37
  <!-- BROWSE WISHLIST MESSAGE -->
38
- <div class="yith-wcwl-wishlistexistsbrowse">
39
  <span class="feedback">
40
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
41
  <?php echo wp_kses_post( $already_in_wishslist_text ); ?>
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 3.0.12
8
  */
9
 
10
  /**
14
  * @var $exists bool Whether current product is already in wishlist
15
  * @var $show_exists bool Whether to show already in wishlist link on multi wishlist
16
  * @var $product_id int Current product id
17
+ * @var $parent_product_id int Parent for current product
18
  * @var $product_type string Current product type
19
  * @var $label string Button label
20
  * @var $browse_wishlist_text string Browse wishlist text
36
  ?>
37
 
38
  <!-- BROWSE WISHLIST MESSAGE -->
39
+ <div class="yith-wcwl-wishlistexistsbrowse" data-product-id="<?php echo esc_attr( $product_id ); ?>" data-original-product-id="<?php echo esc_attr( $parent_product_id ); ?>">
40
  <span class="feedback">
41
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
42
  <?php echo wp_kses_post( $already_in_wishslist_text ); ?>
templates/add-to-wishlist-button.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 3.0.0
8
  */
9
 
10
  /**
@@ -38,7 +38,7 @@ global $product;
38
  ?>
39
 
40
  <div class="yith-wcwl-add-button">
41
- <a href="<?php echo esc_url( add_query_arg( 'add_to_wishlist', $product_id, $base_url ) ); ?>" rel="nofollow" data-product-id="<?php echo esc_attr( $product_id ) ?>" data-product-type="<?php echo $product_type?>" data-original-product-id="<?php echo $parent_product_id ?>" class="<?php echo esc_attr( $link_classes ); ?>" data-title="<?php echo esc_attr( apply_filters( 'yith_wcwl_add_to_wishlist_title', $label ) ); ?>">
42
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
43
  <span><?php echo wp_kses_post( $label ); ?></span>
44
  </a>
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 3.0.12
8
  */
9
 
10
  /**
38
  ?>
39
 
40
  <div class="yith-wcwl-add-button">
41
+ <a href="<?php echo esc_url( add_query_arg( 'add_to_wishlist', $product_id, $base_url ) ); ?>" rel="nofollow" data-product-id="<?php echo esc_attr( $product_id ) ?>" data-product-type="<?php echo esc_attr( $product_type ); ?>" data-original-product-id="<?php echo esc_attr( $parent_product_id ); ?>" class="<?php echo esc_attr( $link_classes ); ?>" data-title="<?php echo esc_attr( apply_filters( 'yith_wcwl_add_to_wishlist_title', $label ) ); ?>">
42
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
43
  <span><?php echo wp_kses_post( $label ); ?></span>
44
  </a>
templates/add-to-wishlist-remove.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 3.0.0
8
  */
9
 
10
  /**
@@ -17,6 +17,7 @@
17
  * @var $show_count bool Whether to show count of times item was added to wishlist
18
  * @var $show_view bool Whether to show view button or not
19
  * @var $product_id int Current product id
 
20
  * @var $product_type string Current product type
21
  * @var $label string Button label
22
  * @var $browse_wishlist_text string Browse wishlist text
@@ -40,7 +41,7 @@ global $product;
40
  ?>
41
 
42
  <div class="yith-wcwl-add-button">
43
- <a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $product_id, $base_url ) ); ?>" rel="nofollow" data-item-id="<?php echo esc_attr( $found_item->get_id() ); ?>" data-product-id="<?php echo esc_attr( $product_id ); ?>" class="delete_item <?php echo esc_attr( $link_classes ); ?>" data-title="<?php echo esc_attr( apply_filters( 'yith_wcwl_add_to_wishlist_title', $label ) ); ?>">
44
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
45
  <?php echo wp_kses_post( $label ); ?>
46
  </a>
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 3.0.12
8
  */
9
 
10
  /**
17
  * @var $show_count bool Whether to show count of times item was added to wishlist
18
  * @var $show_view bool Whether to show view button or not
19
  * @var $product_id int Current product id
20
+ * @var $parent_product_id int Parent for current product
21
  * @var $product_type string Current product type
22
  * @var $label string Button label
23
  * @var $browse_wishlist_text string Browse wishlist text
41
  ?>
42
 
43
  <div class="yith-wcwl-add-button">
44
+ <a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $product_id, $base_url ) ); ?>" rel="nofollow" data-item-id="<?php echo esc_attr( $found_item->get_id() ); ?>" data-product-id="<?php echo esc_attr( $product_id ); ?>" data-original-product-id="<?php echo esc_attr( $parent_product_id ); ?>" class="delete_item <?php echo esc_attr( $link_classes ); ?>" data-title="<?php echo esc_attr( apply_filters( 'yith_wcwl_add_to_wishlist_title', $label ) ); ?>">
45
  <?php echo $icon; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
46
  <?php echo wp_kses_post( $label ); ?>
47
  </a>
templates/share.php CHANGED
@@ -66,7 +66,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
66
 
67
  <?php if ( $share_email_enabled ): ?>
68
  <li class="share-button">
69
- <a class="email" href="mailto:?subject=<?php echo urlencode( apply_filters( 'yith_wcwl_email_share_subject', $share_link_title ) ); ?>&amp;body=<?php echo esc_attr( apply_filters( 'yith_wcwl_email_share_body', urlencode( $share_link_url ) ) ); ?>&amp;title=<?php echo esc_attr( $share_link_title ); ?>" title="<?php esc_html_e( 'Email', 'yith-woocommerce-wishlist' ); ?>">
70
  <?php echo $share_email_icon ? $share_email_icon : __( 'Email', 'yith-woocommerce-wishlist' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
71
  </a>
72
  </li>
66
 
67
  <?php if ( $share_email_enabled ): ?>
68
  <li class="share-button">
69
+ <a class="email" href="mailto:?subject=<?php echo esc_attr( apply_filters( 'yith_wcwl_email_share_subject', $share_link_title ) ); ?>&amp;body=<?php echo esc_attr( apply_filters( 'yith_wcwl_email_share_body', urlencode( $share_link_url ) ) ); ?>&amp;title=<?php echo esc_attr( $share_link_title ); ?>" title="<?php esc_html_e( 'Email', 'yith-woocommerce-wishlist' ); ?>">
70
  <?php echo $share_email_icon ? $share_email_icon : __( 'Email', 'yith-woocommerce-wishlist' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
71
  </a>
72
  </li>