Version Description
Last Stable Tag 2.4.0
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Catalog Mode |
Version | 2.4.0 |
Comparing to | |
See all releases |
Code changes from version 2.3.0 to 2.4.0
- class-yith-woocommerce-catalog-mode.php +2 -2
- init.php +4 -4
- languages/yith-woocommerce-catalog-mode.pot +2 -2
- plugin-fw/assets/css/yith-fields.css +1221 -1137
- plugin-fw/assets/css/yith-icon.css +16 -4
- plugin-fw/assets/fonts/yith-icon.eot +0 -0
- plugin-fw/assets/fonts/yith-icon.ttf +0 -0
- plugin-fw/assets/fonts/yith-icon.woff2 +0 -0
- plugin-fw/assets/js/codemirror/codemirror.js +9 -2
- plugin-fw/assets/js/javascript-md5/md5.min.js +0 -2
- plugin-fw/assets/js/yith-fields.min.js +1 -1
- plugin-fw/includes/class-yit-plugin-panel-woocommerce.php +3 -0
- plugin-fw/includes/class-yit-plugin-panel.php +14 -0
- plugin-fw/init.php +2 -2
- plugin-fw/languages/yith-plugin-fw-el.po +27 -27
- plugin-fw/languages/yith-plugin-fw-es_ES.po +27 -27
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +29 -29
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +27 -27
- plugin-fw/languages/yith-plugin-fw.pot +27 -27
- plugin-fw/license.txt +45 -1
- readme.txt +7 -2
class-yith-woocommerce-catalog-mode.php
CHANGED
@@ -881,7 +881,7 @@ if ( ! class_exists( 'YITH_WooCommerce_Catalog_Mode' ) ) {
|
|
881 |
* @author Alberto Ruggiero <alberto.ruggiero@yithemes.com>
|
882 |
*/
|
883 |
public function get_premium_landing_uri() {
|
884 |
-
return $this->premium_landing;
|
885 |
}
|
886 |
|
887 |
/**
|
@@ -944,7 +944,7 @@ if ( ! class_exists( 'YITH_WooCommerce_Catalog_Mode' ) ) {
|
|
944 |
$plugin_name = $plugin_data['Name'];
|
945 |
$requirements = array(
|
946 |
'min_wp_version' => '5.6.0',
|
947 |
-
'min_wc_version' => '5.
|
948 |
);
|
949 |
yith_plugin_fw_add_requirements( $plugin_name, $requirements );
|
950 |
}
|
881 |
* @author Alberto Ruggiero <alberto.ruggiero@yithemes.com>
|
882 |
*/
|
883 |
public function get_premium_landing_uri() {
|
884 |
+
return apply_filters( 'yith_plugin_fw_premium_landing_uri', $this->premium_landing, YWCTM_SLUG );
|
885 |
}
|
886 |
|
887 |
/**
|
944 |
$plugin_name = $plugin_data['Name'];
|
945 |
$requirements = array(
|
946 |
'min_wp_version' => '5.6.0',
|
947 |
+
'min_wc_version' => '5.8.0',
|
948 |
);
|
949 |
yith_plugin_fw_add_requirements( $plugin_name, $requirements );
|
950 |
}
|
init.php
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
* Description: <code><strong>YITH WooCommerce Catalog Mode</strong></code> allows hiding product prices, cart and checkout from your store and turning it into a performing product catalogue. You will be able to adjust your catalogue settings as you prefer based on your requirements. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
|
6 |
* Author: YITH
|
7 |
* Text Domain: yith-woocommerce-catalog-mode
|
8 |
-
* Version: 2.
|
9 |
* Author URI: https://yithemes.com/
|
10 |
-
* WC requires at least: 5.
|
11 |
-
* WC tested up to:
|
12 |
*
|
13 |
* @package YITH WooCommerce Catalog Mode
|
14 |
*/
|
@@ -61,7 +61,7 @@ function ywctm_install_free_admin_notice() {
|
|
61 |
<?php
|
62 |
}
|
63 |
|
64 |
-
! defined( 'YWCTM_VERSION' ) && define( 'YWCTM_VERSION', '2.
|
65 |
! defined( 'YWCTM_FREE_INIT' ) && define( 'YWCTM_FREE_INIT', plugin_basename( __FILE__ ) );
|
66 |
! defined( 'YWCTM_SLUG' ) && define( 'YWCTM_SLUG', 'yith-woocommerce-catalog-mode' );
|
67 |
! defined( 'YWCTM_FILE' ) && define( 'YWCTM_FILE', __FILE__ );
|
5 |
* Description: <code><strong>YITH WooCommerce Catalog Mode</strong></code> allows hiding product prices, cart and checkout from your store and turning it into a performing product catalogue. You will be able to adjust your catalogue settings as you prefer based on your requirements. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
|
6 |
* Author: YITH
|
7 |
* Text Domain: yith-woocommerce-catalog-mode
|
8 |
+
* Version: 2.4.0
|
9 |
* Author URI: https://yithemes.com/
|
10 |
+
* WC requires at least: 5.8.0
|
11 |
+
* WC tested up to: 6.0x
|
12 |
*
|
13 |
* @package YITH WooCommerce Catalog Mode
|
14 |
*/
|
61 |
<?php
|
62 |
}
|
63 |
|
64 |
+
! defined( 'YWCTM_VERSION' ) && define( 'YWCTM_VERSION', '2.4.0' );
|
65 |
! defined( 'YWCTM_FREE_INIT' ) && define( 'YWCTM_FREE_INIT', plugin_basename( __FILE__ ) );
|
66 |
! defined( 'YWCTM_SLUG' ) && define( 'YWCTM_SLUG', 'yith-woocommerce-catalog-mode' );
|
67 |
! defined( 'YWCTM_FILE' ) && define( 'YWCTM_FILE', __FILE__ );
|
languages/yith-woocommerce-catalog-mode.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the YITH WooCommerce Catalog Mode package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: YITH WooCommerce Catalog Mode 2.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the same license as the YITH WooCommerce Catalog Mode package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: YITH WooCommerce Catalog Mode 2.4.0\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode\n"
|
8 |
+
"POT-Creation-Date: 2021-12-03 16:31:20+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
plugin-fw/assets/css/yith-fields.css
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
.yith-plugin-fw span.description {
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
}
|
9 |
|
10 |
.yith-plugin-fw span.description.inline {
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
}
|
16 |
|
17 |
.yith-disabled {
|
18 |
-
|
19 |
-
|
20 |
}
|
21 |
|
22 |
.yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
|
23 |
-
|
24 |
-
|
25 |
}
|
26 |
|
27 |
.yith-plugin-fw-field-wrapper .yith-inline-fields > div {
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
}
|
32 |
|
33 |
.yith-plugin-fw-field-wrapper span.desc {
|
34 |
-
|
35 |
-
|
36 |
}
|
37 |
|
38 |
.yith-plugin-fw-title-field-wrapper h3.title {
|
39 |
-
|
40 |
-
|
41 |
}
|
42 |
|
43 |
.the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
|
44 |
-
|
45 |
}
|
46 |
|
47 |
.yith-plugin-fw span.color-alpha {
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
}
|
53 |
|
54 |
.yith-plugin-fw .wp-color-result-text {
|
55 |
-
|
56 |
}
|
57 |
|
58 |
.yith-plugin-fw input[type=email],
|
@@ -64,649 +64,674 @@
|
|
64 |
.yith-plugin-ui input[type=password],
|
65 |
.woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
|
66 |
.woocommerce .yith-plugin-fw table.form-table select {
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
}
|
73 |
|
74 |
.yith-plugin-fw input[type=number],
|
75 |
.woocommerce .yith-plugin-fw table.form-table input[type=number] {
|
76 |
-
|
77 |
-
|
78 |
}
|
79 |
|
80 |
.woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
|
81 |
.woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
|
82 |
.yith-plugin-fw input[type=text].wp-color-picker,
|
83 |
.yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
}
|
89 |
|
90 |
.wp-core-ui .yith-plugin-fw-colorpicker-field-wrapper button {
|
91 |
-
|
92 |
}
|
93 |
|
94 |
.woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
|
95 |
.yith-plugin-fw input[type=text].colorpick {
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
}
|
101 |
|
102 |
.yith-plugin-fw input.select2-search__field,
|
103 |
.yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
|
104 |
.woocommerce .yith-plugin-fw input.select2-search__field,
|
105 |
.woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
|
106 |
-
|
107 |
-
|
108 |
}
|
109 |
|
110 |
.yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
|
111 |
-
|
112 |
}
|
113 |
|
114 |
.yith-plugin-fw textarea:not(.wp-editor-area) {
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
}
|
119 |
|
120 |
/* ------------- ICONS ------------- */
|
121 |
.yit-icons-manager-wrapper {
|
122 |
-
|
123 |
-
|
124 |
}
|
125 |
|
126 |
.yit-icons-manager-text {
|
127 |
-
|
128 |
}
|
129 |
|
130 |
.yit-icons-manager-icon-text {
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
}
|
136 |
|
137 |
.yit-icons-manager-icon-preview {
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
}
|
147 |
|
148 |
.yit-icons-manager-list-wrapper {
|
149 |
-
|
150 |
-
|
151 |
}
|
152 |
|
153 |
ul.yit-icons-manager-list {
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
}
|
159 |
|
160 |
ul.yit-icons-manager-list li {
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
}
|
171 |
|
172 |
ul.yit-icons-manager-list li:hover {
|
173 |
-
|
174 |
}
|
175 |
|
176 |
ul.yit-icons-manager-list li.active {
|
177 |
-
|
178 |
}
|
179 |
|
180 |
.yit-icons-manager-action-set-default {
|
181 |
-
|
182 |
}
|
183 |
|
184 |
.yit-icons-manager-default-icon-preview {
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
}
|
191 |
|
192 |
/* ------- Text Array ------- */
|
193 |
.yith-plugin-fw-text-array-table td {
|
194 |
-
|
195 |
}
|
196 |
|
197 |
.yith-plugin-fw-text-array-table input[type=text],
|
198 |
.woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
|
199 |
-
|
200 |
}
|
201 |
|
202 |
/* ------- Image Gallery ------- */
|
203 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul li {
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
}
|
209 |
|
210 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul li img {
|
211 |
-
|
212 |
-
|
213 |
}
|
214 |
|
215 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul li ul {
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
}
|
222 |
|
223 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul a.delete {
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
}
|
230 |
|
231 |
/* ------- OnOff ------- */
|
232 |
.yith-plugin-fw-onoff-container {
|
233 |
-
|
234 |
-
|
235 |
}
|
236 |
|
237 |
.yith-plugin-fw-onoff-container input {
|
238 |
-
|
239 |
}
|
240 |
|
241 |
.yith-plugin-fw-onoff-container input + span {
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
}
|
253 |
|
254 |
|
255 |
.yith-plugin-fw-onoff-container input + span:before {
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
}
|
266 |
|
267 |
.yith-plugin-fw-onoff-container input:checked + span,
|
268 |
.yith-plugin-fw-onoff-container input.onoffchecked + span {
|
269 |
-
|
270 |
}
|
271 |
|
272 |
.yith-plugin-fw-onoff-container input:checked + span:before,
|
273 |
.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
|
274 |
-
|
275 |
}
|
276 |
|
277 |
/* ------- Preview ------- */
|
278 |
.yith-plugin-fw-preview-field {
|
279 |
-
|
280 |
}
|
281 |
|
282 |
/* ------- Radio ------- */
|
283 |
.yith-plugin-fw-radio input[type=radio] {
|
284 |
-
|
285 |
}
|
286 |
|
287 |
.yith-plugin-fw-radio__row {
|
288 |
-
|
289 |
}
|
290 |
|
291 |
/* ------- Checkbox Array ------- */
|
292 |
.yith-plugin-fw-checkbox-array input[type=checkbox] {
|
293 |
-
|
294 |
}
|
295 |
|
296 |
.yith-plugin-fw-checkbox-array__row {
|
297 |
-
|
298 |
-
|
299 |
}
|
300 |
|
301 |
.yith-plugin-fw-checkbox-array__row label {
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
}
|
309 |
|
310 |
.yith-plugin-fw-checkbox-array__row label small {
|
311 |
-
|
312 |
-
|
|
|
|
|
|
|
|
|
313 |
}
|
314 |
|
315 |
/* ------- Sidebar Layout ------- */
|
316 |
.yith-plugin-fw-sidebar-layout input[type="radio"] {
|
317 |
-
|
318 |
-
|
319 |
}
|
320 |
|
321 |
.yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
|
322 |
-
|
323 |
}
|
324 |
|
325 |
.yith-plugin-fw-sidebar-layout input[type="radio"] + img {
|
326 |
-
|
327 |
-
|
328 |
}
|
329 |
|
330 |
.yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
|
331 |
-
|
332 |
}
|
333 |
|
334 |
.yith-plugin-fw-sidebar-layout input[checked] + img {
|
335 |
-
|
336 |
-
|
337 |
}
|
338 |
|
339 |
.yith-plugin-fw-sidebar-layout select {
|
340 |
-
|
341 |
}
|
342 |
|
343 |
.yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
}
|
350 |
|
351 |
/* ------- Slider ------- */
|
352 |
.yith-plugin-fw .slider {
|
353 |
-
|
354 |
}
|
355 |
|
356 |
.yith-plugin-fw-slider-container .ui-slider .minCaption {
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
}
|
362 |
|
363 |
.yith-plugin-fw-slider-container .ui-slider .maxCaption {
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
}
|
369 |
|
370 |
.yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
}
|
385 |
|
386 |
.yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
}
|
394 |
|
395 |
.yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
}
|
403 |
|
404 |
/* ------- Select2 ------- */
|
405 |
.yith-plugin-fw-select2-wrapper {
|
406 |
-
|
407 |
}
|
408 |
|
409 |
/* ------- Textarea ------- */
|
410 |
.yith-plugin-fw-textarea-editor-field-wrapper {
|
411 |
-
|
412 |
-
|
413 |
}
|
414 |
|
415 |
.yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
|
416 |
.woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
|
417 |
-
|
418 |
}
|
419 |
|
420 |
/* ------- Buttons ------- */
|
421 |
.yith-plugin-fw-buttons-field-wrapper {
|
422 |
-
|
423 |
}
|
424 |
|
425 |
/* ------- Select Images ------- */
|
426 |
.yith-plugin-fw-select-images__list {
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
}
|
431 |
|
432 |
.yith-plugin-fw-select-images__item {
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
}
|
445 |
|
446 |
.yith-plugin-fw-select-images__item:hover,
|
447 |
.yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
|
448 |
-
|
449 |
}
|
450 |
|
451 |
.yith-plugin-fw-select-images__item__label {
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
}
|
456 |
|
457 |
.yith-plugin-fw-select-images__item img {
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
}
|
462 |
|
463 |
/****************
|
464 |
WordPress 5.3 with old panel fixes
|
465 |
****************/
|
466 |
.yith-plugin-fw-field-wrapper .select2-container .select2-selection--single {
|
467 |
-
|
468 |
-
|
469 |
}
|
470 |
|
471 |
.yith-plugin-fw-field-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
|
472 |
-
|
473 |
}
|
474 |
|
475 |
/****************
|
476 |
YITH UI
|
477 |
****************/
|
478 |
.yith-plugin-fw-banner {
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
}
|
486 |
|
487 |
.yith-plugin-fw-banner h1 {
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
}
|
497 |
|
498 |
.yith-plugin-fw-banner span {
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
}
|
506 |
|
507 |
.yith-plugin-fw-banner a,
|
508 |
.yith-plugin-fw-banner a:focus {
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
}
|
513 |
|
514 |
.yith-plugin-fw-rate {
|
515 |
-
|
516 |
}
|
517 |
|
518 |
.yith-plugin-fw-rate .dashicons-star-filled {
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
}
|
523 |
|
524 |
.yith-plugin-fw-rate a {
|
525 |
-
|
526 |
}
|
527 |
|
528 |
.yith-plugin-ui a {
|
529 |
-
|
530 |
-
|
531 |
}
|
532 |
|
533 |
.yith-plugin-ui {
|
534 |
-
|
535 |
}
|
536 |
|
537 |
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
|
538 |
-
|
539 |
}
|
540 |
|
541 |
.yith-plugin-ui .nav-tab {
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
}
|
552 |
|
553 |
.yith-plugin-ui .nav-tab.yith-premium {
|
554 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
555 |
}
|
556 |
|
557 |
.yith-plugin-ui .yith-nav-tab-wrapper .yith-plugin-fw-tab-element:hover > a.nav-tab:not(.nav-tab-active),
|
558 |
.yith-plugin-ui .yith-nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover {
|
559 |
-
|
560 |
}
|
561 |
|
562 |
.yith-plugin-ui .yith-nav-tab-wrapper .yith-plugin-fw-tab-element:hover > a.nav-tab.yith-premium:not(.nav-tab-active),
|
563 |
.yith-plugin-ui .yith-nav-tab-wrapper .nav-tab.yith-premium:not(.nav-tab-active):hover {
|
564 |
-
|
565 |
}
|
566 |
|
567 |
.yith-plugin-ui .nav-tab-active,
|
568 |
.yith-plugin-ui .nav-tab-active:hover,
|
569 |
.yith-plugin-ui .nav-tab-active:focus,
|
570 |
.yith-plugin-ui .nav-tab-active:focus:active {
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
}
|
576 |
|
577 |
.yith-plugin-ui .nav-tab-active.yith-premium,
|
578 |
.yith-plugin-ui .nav-tab-active.yith-premium:hover,
|
579 |
.yith-plugin-ui .nav-tab-active.yith-premium:focus,
|
580 |
.yith-plugin-ui .nav-tab-active.yith-premium:focus:active {
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
}
|
585 |
|
586 |
.yith-plugin-ui .yith-plugin-fw-tab-element:first-child .nav-tab-active {
|
587 |
-
|
588 |
}
|
589 |
|
590 |
.yith-plugin-ui #plugin-fw-wc {
|
591 |
-
|
592 |
}
|
593 |
|
594 |
.yith-plugin-ui .form-table td {
|
595 |
-
|
596 |
}
|
597 |
|
598 |
.yith-plugin-ui.metaboxes-tab label {
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
}
|
603 |
|
604 |
.yith-plugin-ui.metaboxes-tab .the-metabox {
|
605 |
-
|
606 |
-
|
607 |
}
|
608 |
|
609 |
.yith-plugin-ui.metaboxes-tab label {
|
610 |
-
|
611 |
-
|
612 |
}
|
613 |
|
614 |
.yith-plugin-ui span.description {
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
}
|
622 |
|
623 |
#wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
}
|
631 |
|
632 |
.yith-plugin-ui #plugin-fw-wc table.form-table,
|
633 |
.yith-plugin-ui #yith-plugin-fw-panel table.form-table,
|
634 |
.yith-plugin-ui table.form-table {
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
}
|
639 |
|
640 |
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
}
|
646 |
|
647 |
.yith-plugin-ui h2 {
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
}
|
656 |
|
657 |
.yith-plugin-ui .yith-plugin-fw-custom-tab h2 {
|
658 |
-
|
659 |
-
|
660 |
}
|
661 |
|
662 |
.yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
|
663 |
-
|
664 |
}
|
665 |
|
666 |
.yith-plugin-ui #plugin-fw-wc table.form-table tr.toggle-element-fixed td, #yith-plugin-fw-panel table.form-table tr.toggle-element-fixed td.forminp {
|
667 |
-
|
668 |
}
|
669 |
|
670 |
.yith-plugin-ui #plugin-fw-wc h2 + div {
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
}
|
678 |
|
679 |
.yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box {
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
}
|
688 |
|
689 |
.yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before {
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
}
|
699 |
|
700 |
.yith-plugin-ui h2:first-child {
|
701 |
-
|
702 |
}
|
703 |
|
704 |
/*** Icon ***/
|
705 |
.yith-plugin-ui .yith-icon--right-overlay {
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
|
|
|
|
|
|
|
|
|
|
710 |
}
|
711 |
|
712 |
/*** General Input Style ***/
|
@@ -727,61 +752,61 @@ YITH UI
|
|
727 |
.woocommerce .yith-plugin-fw table.form-table input[type=password],
|
728 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
|
729 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
}
|
738 |
|
739 |
|
740 |
.yith-plugin-ui input::-webkit-input-placeholder {
|
741 |
-
|
742 |
}
|
743 |
|
744 |
.yith-plugin-ui input:-ms-input-placeholder {
|
745 |
-
|
746 |
}
|
747 |
|
748 |
.yith-plugin-ui input::-ms-input-placeholder {
|
749 |
-
|
750 |
}
|
751 |
|
752 |
.yith-plugin-ui input::placeholder {
|
753 |
-
|
754 |
}
|
755 |
|
756 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number] {
|
757 |
-
|
758 |
}
|
759 |
|
760 |
.yith-plugin-ui textarea:not(.wp-editor-area),
|
761 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea:not(.wp-editor-area) {
|
762 |
-
|
763 |
-
|
764 |
}
|
765 |
|
766 |
.yith-plugin-ui input[type=text]:not(.select2-search__field).wp-color-picker,
|
767 |
.yith-plugin-ui table.form-table input[type=text].wp-color-picker,
|
768 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker {
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
}
|
775 |
|
776 |
.yith-plugin-ui .search-box input[name="s"] {
|
777 |
-
|
778 |
}
|
779 |
|
780 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
|
781 |
.yith-plugin-ui input[type=text].small-text {
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
}
|
786 |
|
787 |
|
@@ -795,32 +820,32 @@ YITH UI
|
|
795 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number]:focus,
|
796 |
.yith-plugin-ui textarea:not(.wp-editor-area):focus,
|
797 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea:not(.wp-editor-area):focus {
|
798 |
-
|
799 |
}
|
800 |
|
801 |
.woocommerce .yith-plugin-ui table.form-table select,
|
802 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
|
803 |
.yith-plugin-ui select {
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
}
|
812 |
|
813 |
.yith-plugin-ui .form-table th {
|
814 |
-
|
815 |
-
|
816 |
}
|
817 |
|
818 |
/** SELECT 2 **/
|
819 |
.yith-plugin-ui .select2-container,
|
820 |
.yith-plugin-ui .select2-selection--single {
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
}
|
825 |
|
826 |
.yith-plugin-ui .select2-container .select2-selection--single,
|
@@ -829,333 +854,358 @@ YITH UI
|
|
829 |
.yith-plugin-ui .select2-container.select2-container--focus .select2-selection--multiple,
|
830 |
.yith-plugin-ui .select2-container.select2-container--open .select2-selection--single,
|
831 |
.yith-plugin-ui .select2-container.select2-container--open .select2-selection--multiple {
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
}
|
836 |
|
837 |
.yith-plugin-ui .select2-container .select2-selection--single .select2-selection__arrow {
|
838 |
-
|
839 |
}
|
840 |
|
841 |
/* old panel*/
|
842 |
|
843 |
.yith-plugin-fw-select2-container {
|
844 |
-
|
845 |
}
|
846 |
|
847 |
.yith-plugin-ui span.select2.select2-container.select2-container--default,
|
848 |
span.select2.select2-container.select2-container--default.yith-plugin-fw-select2-container {
|
849 |
-
|
850 |
-
|
851 |
}
|
852 |
|
853 |
.yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
|
854 |
.yith-plugin-ui span.select2.select2-container.select2-container--default:active,
|
855 |
.yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
|
856 |
-
|
857 |
}
|
858 |
|
859 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
860 |
-
|
861 |
}
|
862 |
|
863 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
|
864 |
.yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field {
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
}
|
870 |
|
871 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
|
872 |
.yith-plugin-ui .select2-selection__choice {
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
879 |
}
|
880 |
|
881 |
.wc-wp-version-gte-53 .yith-plugin-ui .select2-container .select2-selection--single .select2-selection__arrow {
|
882 |
-
|
883 |
}
|
884 |
|
885 |
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before {
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
}
|
891 |
|
892 |
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
893 |
-
|
894 |
}
|
895 |
|
896 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown:after {
|
897 |
-
|
898 |
}
|
899 |
|
900 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--below,
|
901 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
}
|
907 |
|
908 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
|
909 |
-
|
910 |
}
|
911 |
|
912 |
.yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
|
913 |
.yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
|
914 |
-
|
915 |
}
|
916 |
|
917 |
.yith-plugin-fw-select2-container .select2-results .select2-results__group, .select2-results .select2-results__option:first-child {
|
918 |
-
|
919 |
-
|
920 |
}
|
921 |
|
922 |
.yith-plugin-fw-select2-container .select2-results .select2-results__group,
|
923 |
.yith-plugin-fw-select2-container .select2-results .select2-results__option:last-child {
|
924 |
-
|
925 |
-
|
926 |
}
|
927 |
|
928 |
.yith-plugin-fw-select2-container .select2-dropdown {
|
929 |
-
|
930 |
}
|
931 |
|
932 |
.yith-plugin-fw-select2-container.select2-container--default .select2-results__option[data-selected=true] {
|
933 |
-
|
934 |
-
|
935 |
}
|
936 |
|
937 |
.yith-plugin-fw-select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
}
|
942 |
|
943 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
|
944 |
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
945 |
-
|
946 |
-
|
947 |
-
|
|
|
|
|
948 |
}
|
949 |
|
950 |
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
|
951 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
}
|
960 |
|
961 |
.yith-plugin-ui .select2-container .select2-selection--multiple,
|
962 |
.yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple,
|
963 |
.wc-wp-version-gte-53 .yith-plugin-ui .select2-container.select2-container--open .select2-selection--multiple {
|
964 |
-
|
965 |
-
|
966 |
}
|
967 |
|
968 |
.yith-plugin-fw .select2-search input[type=text] {
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
}
|
973 |
|
974 |
.yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier,
|
975 |
.yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier {
|
976 |
-
|
977 |
-
|
978 |
}
|
979 |
|
980 |
.yith-plugin-ui input[type=text].select2-search__field {
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
}
|
985 |
|
986 |
.yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
|
987 |
.yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
}
|
992 |
|
993 |
.yith-plugin-ui .select2-dropdown,
|
994 |
.yith-plugin-fw-panel .select2-dropdown {
|
995 |
-
|
996 |
}
|
997 |
|
998 |
/** RADIO BUTTON **/
|
999 |
.yith-plugin-ui [type="radio"]:checked,
|
1000 |
.yith-plugin-ui [type="radio"]:not(:checked) {
|
1001 |
-
|
1002 |
-
left : -9999px;
|
1003 |
}
|
1004 |
|
1005 |
.yith-plugin-ui [type="radio"]:checked + label,
|
1006 |
.yith-plugin-ui [type="radio"]:not(:checked) + label {
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
}
|
1015 |
|
1016 |
.yith-plugin-ui [type="radio"]:checked + label:before,
|
1017 |
.yith-plugin-ui [type="radio"]:not(:checked) + label:before {
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
}
|
1028 |
|
1029 |
.yith-plugin-ui [type="radio"]:checked + label:after,
|
1030 |
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
}
|
1042 |
|
1043 |
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
}
|
1048 |
|
1049 |
.yith-plugin-ui [type="radio"]:checked + label:after {
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1053 |
}
|
1054 |
|
1055 |
/** CHECKBOX **/
|
1056 |
.yith-plugin-ui input[type="checkbox"] {
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
}
|
1067 |
|
1068 |
.yith-plugin-ui input[type="checkbox"]:checked {
|
1069 |
-
|
1070 |
-
|
1071 |
}
|
1072 |
|
1073 |
.yith-plugin-ui .forminp-checkbox span.description.inline {
|
1074 |
-
|
1075 |
}
|
1076 |
|
1077 |
.yith-plugin-ui input[type="checkbox"]:checked:before {
|
1078 |
-
|
1079 |
}
|
1080 |
|
1081 |
.yith-plugin-ui input[type="checkbox"]:checked:after {
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
}
|
1091 |
|
1092 |
/** ONOFF **/
|
1093 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input[type="checkbox"] {
|
1094 |
-
|
1095 |
}
|
1096 |
|
1097 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
|
1098 |
-
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
}
|
1106 |
|
1107 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
|
1108 |
-
|
1109 |
}
|
1110 |
|
1111 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
}
|
1118 |
|
1119 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
}
|
1130 |
|
1131 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
|
1132 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span {
|
1133 |
-
|
1134 |
-
|
1135 |
}
|
1136 |
|
1137 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
|
1138 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
|
1139 |
-
|
1140 |
-
|
1141 |
}
|
1142 |
|
1143 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
|
1144 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
}
|
1156 |
|
1157 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
|
1158 |
-
|
1159 |
}
|
1160 |
|
1161 |
|
@@ -1164,30 +1214,30 @@ DATEPICKER
|
|
1164 |
*/
|
1165 |
.yith-plugin-ui .yith-plugin-fw-datepicker + .yith-icon-calendar,
|
1166 |
.yith-plugin-fw-datepicker + .yith-icon-calendar {
|
1167 |
-
|
1168 |
-
|
1169 |
}
|
1170 |
|
1171 |
div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
1172 |
-
|
1173 |
-
|
1174 |
}
|
1175 |
|
1176 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-header.ui-widget-header {
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
}
|
1184 |
|
1185 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-title {
|
1186 |
-
|
1187 |
}
|
1188 |
|
1189 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker th {
|
1190 |
-
|
1191 |
}
|
1192 |
|
1193 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-icon,
|
@@ -1196,62 +1246,62 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
|
1196 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1197 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w,
|
1198 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e {
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
}
|
1208 |
|
1209 |
.yith-plugin-ui .yith-password-wrapper {
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
}
|
1214 |
|
1215 |
.yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before,
|
1216 |
.yith-plugin-ui .yith-password-wrapper .yith-password-eye:before {
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
}
|
1231 |
|
1232 |
.yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before {
|
1233 |
-
|
1234 |
}
|
1235 |
|
1236 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w:before {
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
}
|
1245 |
|
1246 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e:before {
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
}
|
1256 |
|
1257 |
/* arrow */
|
@@ -1259,29 +1309,29 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
|
1259 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1260 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover,
|
1261 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-next-hover {
|
1262 |
-
|
1263 |
-
|
1264 |
}
|
1265 |
|
1266 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev,
|
1267 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
|
1268 |
-
|
1269 |
}
|
1270 |
|
1271 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1272 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
|
1273 |
-
|
1274 |
}
|
1275 |
|
1276 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker table {
|
1277 |
-
|
1278 |
}
|
1279 |
|
1280 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-default,
|
1281 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-default,
|
1282 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-default {
|
1283 |
-
|
1284 |
-
|
1285 |
|
1286 |
}
|
1287 |
|
@@ -1290,531 +1340,543 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
|
1290 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div a.ui-state-default:focus,
|
1291 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-focus,
|
1292 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-focus {
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
}
|
1298 |
|
1299 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-hover,
|
1300 |
.woocommerce #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-focus {
|
1301 |
-
|
1302 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1303 |
}
|
1304 |
|
1305 |
/** colorpicker **/
|
1306 |
.yith-plugin-ui .iris-slider-offset.ui-slider.ui-widget-content {
|
1307 |
-
|
1308 |
-
|
1309 |
}
|
1310 |
|
1311 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .yith-colorpicker-group:not(:first-child) {
|
1312 |
-
|
1313 |
}
|
1314 |
|
1315 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .iris-picker,
|
1316 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-holder {
|
1317 |
-
|
1318 |
}
|
1319 |
|
1320 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap,
|
1321 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap > * {
|
1322 |
-
|
1323 |
-
|
1324 |
}
|
1325 |
|
1326 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .iris-picker,
|
1327 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .wp-picker-holder {
|
1328 |
-
|
1329 |
}
|
1330 |
|
1331 |
.woocommerce .yith-plugin-ui .wp-picker-container .iris-picker, .yith-plugin-ui .wp-picker-container .iris-picker {
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
}
|
1339 |
|
1340 |
.yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
}
|
1345 |
|
1346 |
.yith-plugin-ui .wp-color-result-text {
|
1347 |
-
|
1348 |
}
|
1349 |
|
1350 |
.yith-plugin-ui .wp-picker-container .wp-color-result.button {
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
}
|
1361 |
|
1362 |
.yith-plugin-ui .wp-picker-default-custom {
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
}
|
1370 |
|
1371 |
.yith-plugin-ui .wp-picker-default-custom input.button {
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
}
|
1382 |
|
1383 |
.yith-plugin-ui .wp-picker-default-custom:before {
|
1384 |
-
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
}
|
1396 |
|
1397 |
.yith-plugin-ui .wp-picker-container {
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
}
|
1404 |
|
1405 |
.yith-plugin-ui .iris-picker .iris-square-inner {
|
1406 |
-
|
1407 |
}
|
1408 |
|
1409 |
.yith-plugin-ui .iris-picker .iris-square-value {
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
}
|
1415 |
|
1416 |
.yith-plugin-ui .yith-single-colorpicker {
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
}
|
1421 |
|
1422 |
.yith-plugin-ui .yith-single-colorpicker > label {
|
1423 |
-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
}
|
1429 |
|
1430 |
.yith-plugin-ui .the-metabox.multi-colorpicker span.description,
|
1431 |
.yith-plugin-ui .yith-plugin-fw-panel-wc-row.multi-colorpicker span.description,
|
1432 |
.yith-plugin-ui .yith-plugin-fw-multi-colorpicker-field-wrapper span.description {
|
1433 |
-
|
1434 |
}
|
1435 |
|
1436 |
/* RANGE SLIDER */
|
1437 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
|
1438 |
-
|
1439 |
}
|
1440 |
|
1441 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
}
|
1460 |
|
1461 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:before {
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
}
|
1475 |
|
1476 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
|
1477 |
-
|
1478 |
}
|
1479 |
|
1480 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:after {
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
}
|
1492 |
|
1493 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:active:after {
|
1494 |
-
|
1495 |
}
|
1496 |
|
1497 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
|
1498 |
-
|
1499 |
}
|
1500 |
|
1501 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .minCaption,
|
1502 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .maxCaption {
|
1503 |
-
|
1504 |
-
|
1505 |
}
|
1506 |
|
1507 |
|
1508 |
/* ADD_BOX AND TOGGLE */
|
1509 |
.yith-plugin-ui .yith-add-box,
|
1510 |
.yith-plugin-ui .yith-toggle-row {
|
1511 |
-
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
}
|
1520 |
|
1521 |
.yith-plugin-ui .yith-toggle-row {
|
1522 |
-
|
1523 |
-
|
1524 |
}
|
1525 |
|
1526 |
.yith-plugin-ui .yith-toggle-row.fixed {
|
1527 |
-
|
1528 |
}
|
1529 |
|
1530 |
.yith-plugin-ui .yith-toggle-row.highlight {
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
|
1535 |
-
|
1536 |
}
|
1537 |
|
1538 |
.yith-plugin-ui .yith-add-box {
|
1539 |
-
|
1540 |
-
|
1541 |
}
|
1542 |
|
1543 |
.yith-plugin-ui .yith-toggle-title {
|
1544 |
-
|
1545 |
}
|
1546 |
|
1547 |
.yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
|
1548 |
.yith-plugin-ui.metaboxes-tab h3,
|
1549 |
.yith-plugin-ui .yith-toggle-title h3,
|
1550 |
.metaboxes-tab.yith-plugin-ui .yith-toggle-title h3 {
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
}
|
1562 |
|
1563 |
.yith-plugin-ui .yith-toggle-title .subtitle {
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
}
|
1568 |
|
1569 |
.yith-plugin-ui .yith-toggle {
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
}
|
1583 |
|
1584 |
.yith-plugin-ui .yith-toggle > span:before {
|
1585 |
-
|
1586 |
}
|
1587 |
|
1588 |
.yith-plugin-ui .yith-toggle > span {
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
}
|
1596 |
|
1597 |
|
1598 |
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle span {
|
1599 |
-
|
1600 |
}
|
1601 |
|
1602 |
.yith-plugin-ui .yith-toggle-content {
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
}
|
1607 |
|
1608 |
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content {
|
1609 |
-
|
1610 |
}
|
1611 |
|
1612 |
.yith-plugin-ui .yith-add-box-row,
|
1613 |
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row {
|
1614 |
-
|
1615 |
-
|
1616 |
}
|
1617 |
|
1618 |
.yith-plugin-ui .yith-add-box-row > label,
|
1619 |
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row > label {
|
1620 |
-
|
1621 |
-
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
}
|
1628 |
|
1629 |
.yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
|
1630 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
}
|
1637 |
|
1638 |
.yith-plugin-ui .yith-add-box-row span.yith-icon,
|
1639 |
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row span.yith-icon {
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
}
|
1645 |
|
1646 |
.yith-plugin-ui .yith-add-box-buttons,
|
1647 |
.yith-plugin-ui .yith-toggle-content-buttons {
|
1648 |
-
|
1649 |
}
|
1650 |
|
1651 |
.yith-plugin-ui .yith-toggle-onoff {
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
}
|
1656 |
|
1657 |
.yith-plugin-ui .yith-toggle_wrapper.ui-sortable .yith-toggle-onoff {
|
1658 |
-
|
1659 |
}
|
1660 |
|
1661 |
.yith-plugin-ui .yith-toggle-row .yith-icon-drag {
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
}
|
1668 |
|
1669 |
.yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff {
|
1670 |
-
|
1671 |
}
|
1672 |
|
1673 |
/** SPINNER **/
|
1674 |
.yith-plugin-ui .spinner {
|
1675 |
-
|
1676 |
-
|
1677 |
}
|
1678 |
|
1679 |
.yith-plugin-ui .spinner.show {
|
1680 |
-
|
1681 |
}
|
1682 |
|
1683 |
/* LIST TABLE */
|
1684 |
.yith-plugin-ui .form-table .list-table td {
|
1685 |
-
|
1686 |
}
|
1687 |
|
1688 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select {
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
}
|
1694 |
|
1695 |
.yith-plugin-ui .form-table .list-table th {
|
1696 |
-
|
1697 |
}
|
1698 |
|
1699 |
.yith-plugin-ui #plugin-fw-wc table.form-table th.check-column {
|
1700 |
-
|
1701 |
}
|
1702 |
|
1703 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td {
|
1704 |
-
|
1705 |
}
|
1706 |
|
1707 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table th,
|
1708 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table td {
|
1709 |
-
|
1710 |
}
|
1711 |
|
1712 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table thead td,
|
1713 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table thead th,
|
1714 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot td,
|
1715 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot th {
|
1716 |
-
|
1717 |
}
|
1718 |
|
1719 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table thead a,
|
1720 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot a {
|
1721 |
-
|
1722 |
}
|
1723 |
|
1724 |
.yith-plugin-ui .yith-plugin-fw-list-table .list-table-title {
|
1725 |
-
|
1726 |
-
|
1727 |
}
|
1728 |
|
1729 |
.yith-plugin-ui .yith-plugin-fw-list-table .list-table-title > * {
|
1730 |
-
|
1731 |
}
|
1732 |
|
1733 |
.yith-plugin-ui .yith-plugin-fw-list-table h2 {
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
}
|
1740 |
|
1741 |
.yith-plugin-ui .form-table .yith-plugin-fw-list-table table th {
|
1742 |
-
|
1743 |
}
|
1744 |
|
1745 |
.yith-plugin-ui #doaction, .yith-plugin-ui #doaction2,
|
1746 |
.yith-plugin-ui #post-query-submit,
|
1747 |
.yith-plugin-ui #search-submit,
|
1748 |
.yith-plugin-ui .button.filter-button {
|
1749 |
-
|
1750 |
}
|
1751 |
|
1752 |
.yith-plugin-ui .tablenav {
|
1753 |
-
|
1754 |
}
|
1755 |
|
1756 |
.yith-plugin-ui .form-table td p.yith-section-description {
|
1757 |
-
|
1758 |
-
|
1759 |
}
|
1760 |
|
1761 |
/** Time picker width*/
|
1762 |
.yith-plugin-ui input.ui-timepicker-input {
|
1763 |
-
|
1764 |
}
|
1765 |
|
1766 |
/** date format **/
|
1767 |
.yith-plugin-ui .yith-plugin-fw-date-format code {
|
1768 |
-
|
1769 |
}
|
1770 |
|
1771 |
.yith-plugin-ui .yith-plugin-fw-date-format input[type=text].small-text {
|
1772 |
-
|
1773 |
}
|
1774 |
|
1775 |
/** checkbox columns **/
|
1776 |
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
|
1777 |
-
|
1778 |
-
|
1779 |
-
|
1780 |
}
|
1781 |
|
1782 |
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
|
1783 |
-
|
1784 |
}
|
1785 |
|
1786 |
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
|
1787 |
-
|
1788 |
-
|
1789 |
-
|
1790 |
}
|
1791 |
|
1792 |
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
|
1793 |
-
|
1794 |
}
|
1795 |
|
1796 |
.yith-plugin-fw-checkbox-field-wrapper {
|
1797 |
-
|
1798 |
-
|
1799 |
}
|
1800 |
|
1801 |
.yith-plugin-fw-checkbox-field-wrapper + span.description {
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
}
|
1806 |
|
1807 |
.yith-plugin-ui span.description {
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
-
|
1812 |
}
|
1813 |
|
1814 |
.yith-plugin-fw-option-with-description {
|
1815 |
-
|
1816 |
-
|
1817 |
-
|
1818 |
}
|
1819 |
|
1820 |
|
@@ -1824,47 +1886,47 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
|
1824 |
.yith-plugin-fw-panel-wc-row.yith-plugin-fw--required th.titledesc > label:after,
|
1825 |
.yith-plugin-fw-metabox-field-row.yith-plugin-fw--required label:first-child:after,
|
1826 |
.yith-plugin-fw-toggle-element-field-wrapper .yith-plugin-fw--required > label:first-child:after {
|
1827 |
-
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
}
|
1832 |
|
1833 |
/** YITH PANEL **/
|
1834 |
.yith-plugin-ui #yith-plugin-fw-panel {
|
1835 |
-
|
1836 |
}
|
1837 |
|
1838 |
.yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel {
|
1839 |
-
|
1840 |
}
|
1841 |
|
1842 |
.yith-plugin-ui .plugin-option tr {
|
1843 |
-
|
1844 |
}
|
1845 |
|
1846 |
/** MULTI SELECT AND TEXT ARRAY INLINE STYLE **/
|
1847 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select,
|
1848 |
.yith-plugin-ui .yith-plugin-fw-text-array-inline .yith-single-text {
|
1849 |
-
|
1850 |
-
|
1851 |
-
|
1852 |
-
|
1853 |
}
|
1854 |
|
1855 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select label,
|
1856 |
.yith-plugin-ui .yith-plugin-fw-text-array-inline .yith-single-text label {
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
}
|
1862 |
|
1863 |
.yith-plugin-ui .yith-plugin-fw-text-array-inline .yith-single-text input,
|
1864 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select select,
|
1865 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select span.select2 {
|
1866 |
-
|
1867 |
-
|
1868 |
}
|
1869 |
|
1870 |
/**
|
@@ -1872,172 +1934,189 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
|
1872 |
*/
|
1873 |
|
1874 |
.yith-plugin-fw-dimensions {
|
1875 |
-
|
1876 |
-
|
1877 |
}
|
1878 |
|
1879 |
.yith-plugin-fw-dimensions__units {
|
1880 |
-
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
|
1885 |
-
|
1886 |
-
|
1887 |
}
|
1888 |
|
1889 |
.yith-plugin-fw-dimensions__unit {
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
}
|
1895 |
|
1896 |
.yith-plugin-fw-dimensions__unit--selected {
|
1897 |
-
|
1898 |
-
|
1899 |
}
|
1900 |
|
1901 |
.yith-plugin-fw-dimensions__unit--unique {
|
1902 |
-
|
1903 |
-
|
1904 |
}
|
1905 |
|
1906 |
.yith-plugin-fw-dimensions__dimensions {
|
1907 |
-
|
1908 |
-
|
1909 |
-
|
1910 |
-
|
1911 |
-
|
1912 |
}
|
1913 |
|
1914 |
.yith-plugin-fw-dimensions__dimension {
|
1915 |
-
|
1916 |
-
|
1917 |
}
|
1918 |
|
1919 |
.yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1920 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1921 |
.yith-plugin-ui .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1922 |
.woocommerce .yith-plugin-fw table.form-table .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
}
|
1932 |
|
1933 |
-
.yith-plugin-fw-
|
1934 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1935 |
.yith-plugin-ui .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1936 |
.woocommerce .yith-plugin-fw table.form-table .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
1937 |
-
|
1938 |
-
|
1939 |
}
|
1940 |
|
1941 |
.yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1942 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1943 |
.yith-plugin-ui .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
1944 |
-
|
1945 |
}
|
1946 |
|
1947 |
.metaboxes-tab .yith-plugin-fw-dimensions__dimension__label,
|
1948 |
.yith-plugin-ui.metaboxes-tab label.yith-plugin-fw-dimensions__dimension__label {
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
}
|
1955 |
|
1956 |
.yith-plugin-fw-dimensions__dimension__label,
|
1957 |
.metaboxes-tab .yith-plugin-fw-dimensions__dimension__label,
|
1958 |
.yith-plugin-ui.metaboxes-tab label.yith-plugin-fw-dimensions__dimension__label {
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
}
|
1965 |
|
1966 |
.yith-plugin-fw-dimensions__linked {
|
1967 |
-
|
1968 |
}
|
1969 |
|
1970 |
.yith-plugin-fw-dimensions__linked span {
|
1971 |
-
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
}
|
1979 |
|
1980 |
.yith-plugin-fw-dimensions--linked-active .yith-plugin-fw-dimensions__linked span {
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1984 |
}
|
1985 |
|
1986 |
/**
|
1987 |
* Image dimensions
|
1988 |
*/
|
1989 |
.yith-plugin-ui .yith-plugin-fw-image-dimensions > div {
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
}
|
1995 |
|
1996 |
.yith-plugin-ui .yith-plugin-fw-image-dimensions label {
|
1997 |
-
|
1998 |
-
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
}
|
2003 |
|
2004 |
/**
|
2005 |
* Copy to clipboard
|
2006 |
*/
|
2007 |
.yith-plugin-fw-copy-to-clipboard {
|
2008 |
-
|
2009 |
-
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
}
|
2017 |
|
2018 |
.yith-plugin-fw-copy-to-clipboard.yith-plugin-fw-copy-to-clipboard--readonly {
|
2019 |
-
|
2020 |
-
|
2021 |
}
|
2022 |
|
2023 |
.yith-plugin-fw-copy-to-clipboard__field-wrap {
|
2024 |
-
|
2025 |
-
|
2026 |
}
|
2027 |
|
2028 |
.yith-plugin-fw-copy-to-clipboard__tip {
|
2029 |
-
|
2030 |
-
|
2031 |
-
|
2032 |
-
|
2033 |
-
|
2034 |
-
|
2035 |
-
|
2036 |
-
|
2037 |
-
|
2038 |
-
|
2039 |
-
|
2040 |
-
|
2041 |
}
|
2042 |
|
2043 |
|
@@ -2045,236 +2124,241 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
|
2045 |
.yith-plugin-fw.yith-plugin-ui .yith-plugin-fw-copy-to-clipboard input[type=text].yith-plugin-fw-copy-to-clipboard__field,
|
2046 |
.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].yith-plugin-fw-copy-to-clipboard__field,
|
2047 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].yith-plugin-fw-copy-to-clipboard__field {
|
2048 |
-
|
2049 |
-
|
2050 |
-
|
2051 |
-
|
2052 |
-
|
2053 |
-
|
2054 |
-
|
2055 |
-
|
2056 |
}
|
2057 |
|
2058 |
.yith-plugin-fw-copy-to-clipboard.yith-plugin-fw-copy-to-clipboard--readonly input[type=text].yith-plugin-fw-copy-to-clipboard__field,
|
2059 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .yith-plugin-fw-copy-to-clipboard--readonly input[type=text].yith-plugin-fw-copy-to-clipboard__field {
|
2060 |
-
|
2061 |
-
|
2062 |
}
|
2063 |
|
2064 |
.yith-plugin-fw-copy-to-clipboard__copy {
|
2065 |
-
|
2066 |
-
|
2067 |
-
|
2068 |
-
|
2069 |
-
|
2070 |
-
|
2071 |
-
|
2072 |
-
|
2073 |
}
|
2074 |
|
2075 |
.yith-plugin-fw-copy-to-clipboard__copy:hover {
|
2076 |
-
|
2077 |
-
|
2078 |
}
|
2079 |
|
2080 |
.yith-plugin-fw-copy-to-clipboard__copy__text {
|
2081 |
-
|
2082 |
-
|
2083 |
}
|
2084 |
|
2085 |
.yith-plugin-fw-copy-to-clipboard__copy__icon {
|
2086 |
-
|
2087 |
-
|
|
|
|
|
|
|
|
|
|
|
2088 |
}
|
2089 |
|
2090 |
/** OVERRIDE WOOCOMMERCE CLASSES FOR 5.3 */
|
2091 |
.branch-5-3 .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__arrow {
|
2092 |
-
|
2093 |
}
|
2094 |
|
2095 |
.branch-5-3 .yith-plugin-fw .select2-container.select2-container--focus .select2-selection--single, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--multiple, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--single {
|
2096 |
-
|
2097 |
}
|
2098 |
|
2099 |
@media screen and (max-width : 1440px) {
|
2100 |
-
|
2101 |
-
|
2102 |
-
|
2103 |
-
|
2104 |
|
2105 |
|
2106 |
-
|
2107 |
-
|
2108 |
-
|
2109 |
-
|
2110 |
-
|
2111 |
|
2112 |
-
|
2113 |
-
|
2114 |
-
|
2115 |
|
2116 |
-
|
2117 |
-
|
2118 |
-
|
2119 |
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
|
2124 |
|
2125 |
-
|
2126 |
-
|
2127 |
-
|
2128 |
-
|
2129 |
-
|
2130 |
|
2131 |
|
2132 |
-
|
2133 |
-
|
2134 |
-
|
2135 |
}
|
2136 |
|
2137 |
@media screen and (max-width : 1024px) {
|
2138 |
|
2139 |
-
|
2140 |
-
|
2141 |
-
|
2142 |
-
|
2143 |
|
2144 |
-
|
2145 |
-
|
2146 |
-
|
2147 |
-
|
2148 |
-
|
2149 |
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
|
2154 |
-
|
2155 |
|
2156 |
-
|
2157 |
-
|
2158 |
-
|
2159 |
|
2160 |
-
|
2161 |
-
|
2162 |
-
|
2163 |
|
2164 |
}
|
2165 |
|
2166 |
@media screen and (max-width : 782px) {
|
2167 |
-
|
2168 |
-
|
2169 |
-
|
2170 |
-
|
2171 |
-
|
2172 |
-
|
2173 |
-
|
2174 |
-
|
2175 |
-
|
2176 |
-
|
2177 |
-
|
2178 |
-
|
2179 |
-
|
2180 |
-
|
2181 |
-
|
2182 |
-
|
2183 |
-
|
2184 |
-
|
2185 |
-
|
2186 |
-
|
2187 |
-
|
2188 |
-
|
2189 |
-
|
2190 |
-
|
2191 |
-
|
2192 |
-
|
2193 |
-
|
2194 |
-
|
2195 |
-
|
2196 |
-
|
2197 |
-
|
2198 |
-
|
2199 |
-
|
2200 |
-
|
2201 |
-
|
2202 |
}
|
2203 |
|
2204 |
@media (max-width : 480px) {
|
2205 |
-
|
2206 |
-
|
2207 |
-
|
2208 |
-
|
2209 |
-
|
2210 |
-
|
2211 |
-
|
2212 |
-
|
2213 |
-
|
2214 |
-
|
2215 |
-
|
2216 |
-
|
2217 |
-
|
2218 |
-
|
2219 |
-
|
2220 |
-
|
2221 |
-
|
2222 |
-
|
2223 |
-
|
2224 |
-
|
2225 |
-
|
2226 |
-
|
2227 |
-
|
2228 |
-
|
2229 |
-
|
2230 |
-
|
2231 |
-
|
2232 |
-
|
2233 |
-
|
2234 |
-
|
2235 |
-
|
2236 |
-
|
2237 |
-
|
2238 |
-
|
2239 |
-
|
2240 |
-
|
2241 |
-
|
2242 |
-
|
2243 |
-
|
2244 |
-
|
2245 |
-
|
2246 |
-
|
2247 |
-
|
2248 |
-
|
2249 |
-
|
2250 |
-
|
2251 |
-
|
2252 |
-
|
2253 |
-
|
2254 |
-
|
2255 |
-
|
2256 |
-
|
2257 |
-
|
2258 |
-
|
2259 |
-
|
2260 |
-
|
2261 |
-
|
2262 |
-
|
2263 |
-
|
2264 |
-
|
2265 |
-
|
2266 |
-
|
2267 |
-
|
2268 |
-
|
2269 |
-
|
2270 |
-
|
2271 |
-
|
2272 |
-
|
2273 |
-
|
2274 |
-
|
2275 |
-
|
2276 |
-
|
2277 |
-
|
2278 |
-
|
2279 |
-
|
2280 |
}
|
1 |
.yith-plugin-fw span.description {
|
2 |
+
display : block;
|
3 |
+
margin-top : 5px;
|
4 |
+
font-size : 12px;
|
5 |
+
color : #777;
|
6 |
+
font-style : italic;
|
7 |
+
clear : both;
|
8 |
}
|
9 |
|
10 |
.yith-plugin-fw span.description.inline {
|
11 |
+
display : inline-block;
|
12 |
+
margin : 0 0 0 5px;
|
13 |
+
min-width : 0;
|
14 |
+
max-width : 100%;
|
15 |
}
|
16 |
|
17 |
.yith-disabled {
|
18 |
+
opacity : 0.3;
|
19 |
+
pointer-events : none;
|
20 |
}
|
21 |
|
22 |
.yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
|
23 |
+
display : block;
|
24 |
+
width : 100%;
|
25 |
}
|
26 |
|
27 |
.yith-plugin-fw-field-wrapper .yith-inline-fields > div {
|
28 |
+
display : inline-block;
|
29 |
+
vertical-align : middle;
|
30 |
+
margin-right : 5px;
|
31 |
}
|
32 |
|
33 |
.yith-plugin-fw-field-wrapper span.desc {
|
34 |
+
display : block;
|
35 |
+
width : 100%;
|
36 |
}
|
37 |
|
38 |
.yith-plugin-fw-title-field-wrapper h3.title {
|
39 |
+
width : 100%;
|
40 |
+
padding : 0 !important;
|
41 |
}
|
42 |
|
43 |
.the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
|
44 |
+
float : left;
|
45 |
}
|
46 |
|
47 |
.yith-plugin-fw span.color-alpha {
|
48 |
+
height : 100% !important;
|
49 |
+
width : 100% !important;
|
50 |
+
border : 1px solid #d9d9d9;
|
51 |
+
margin : -1px;
|
52 |
}
|
53 |
|
54 |
.yith-plugin-fw .wp-color-result-text {
|
55 |
+
height : 100%;
|
56 |
}
|
57 |
|
58 |
.yith-plugin-fw input[type=email],
|
64 |
.yith-plugin-ui input[type=password],
|
65 |
.woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
|
66 |
.woocommerce .yith-plugin-fw table.form-table select {
|
67 |
+
width : 400px;
|
68 |
+
max-width : 100%;
|
69 |
+
height : 30px;
|
70 |
+
padding : 5px;
|
71 |
+
line-height : 1;
|
72 |
}
|
73 |
|
74 |
.yith-plugin-fw input[type=number],
|
75 |
.woocommerce .yith-plugin-fw table.form-table input[type=number] {
|
76 |
+
width : 70px;
|
77 |
+
min-width : 70px;
|
78 |
}
|
79 |
|
80 |
.woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
|
81 |
.woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
|
82 |
.yith-plugin-fw input[type=text].wp-color-picker,
|
83 |
.yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
|
84 |
+
width : 6em;
|
85 |
+
max-width : none;
|
86 |
+
height : auto;
|
87 |
+
padding : 3px 5px;
|
88 |
}
|
89 |
|
90 |
.wp-core-ui .yith-plugin-fw-colorpicker-field-wrapper button {
|
91 |
+
border-color : #7e8993;
|
92 |
}
|
93 |
|
94 |
.woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
|
95 |
.yith-plugin-fw input[type=text].colorpick {
|
96 |
+
width : 6em;
|
97 |
+
max-width : none;
|
98 |
+
height : auto;
|
99 |
+
padding : 6px;
|
100 |
}
|
101 |
|
102 |
.yith-plugin-fw input.select2-search__field,
|
103 |
.yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
|
104 |
.woocommerce .yith-plugin-fw input.select2-search__field,
|
105 |
.woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
|
106 |
+
padding : 3px;
|
107 |
+
min-width : 380px;
|
108 |
}
|
109 |
|
110 |
.yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
|
111 |
+
line-height : 27px;
|
112 |
}
|
113 |
|
114 |
.yith-plugin-fw textarea:not(.wp-editor-area) {
|
115 |
+
width : 400px;
|
116 |
+
max-width : 100%;
|
117 |
+
padding : 5px;
|
118 |
}
|
119 |
|
120 |
/* ------------- ICONS ------------- */
|
121 |
.yit-icons-manager-wrapper {
|
122 |
+
width : 100%;
|
123 |
+
max-width : 400px;
|
124 |
}
|
125 |
|
126 |
.yit-icons-manager-text {
|
127 |
+
width : 100%;
|
128 |
}
|
129 |
|
130 |
.yit-icons-manager-icon-text {
|
131 |
+
width : calc(100% - 35px) !important;
|
132 |
+
height : 30px;
|
133 |
+
float : left;
|
134 |
+
margin : 0;
|
135 |
}
|
136 |
|
137 |
.yit-icons-manager-icon-preview {
|
138 |
+
width : 30px;
|
139 |
+
height : 30px;
|
140 |
+
margin-right : 5px;
|
141 |
+
float : left;
|
142 |
+
padding-top : 6px;
|
143 |
+
box-sizing : border-box;
|
144 |
+
text-align : center;
|
145 |
+
background : #f1f1f1;
|
146 |
}
|
147 |
|
148 |
.yit-icons-manager-list-wrapper {
|
149 |
+
margin : 10px 0;
|
150 |
+
box-shadow : 0 0 0 1px #ddd;
|
151 |
}
|
152 |
|
153 |
ul.yit-icons-manager-list {
|
154 |
+
width : 100%;
|
155 |
+
height : 300px;
|
156 |
+
overflow-y : scroll;
|
157 |
+
margin : 0;
|
158 |
}
|
159 |
|
160 |
ul.yit-icons-manager-list li {
|
161 |
+
float : left;
|
162 |
+
width : 30px;
|
163 |
+
height : 30px;
|
164 |
+
padding-top : 6px;
|
165 |
+
box-sizing : border-box;
|
166 |
+
text-align : center;
|
167 |
+
background : #f1f1f1;
|
168 |
+
margin : 1px;
|
169 |
+
cursor : pointer;
|
170 |
}
|
171 |
|
172 |
ul.yit-icons-manager-list li:hover {
|
173 |
+
background : #c5dcf6;
|
174 |
}
|
175 |
|
176 |
ul.yit-icons-manager-list li.active {
|
177 |
+
background : #d4f0ff;
|
178 |
}
|
179 |
|
180 |
.yit-icons-manager-action-set-default {
|
181 |
+
margin-bottom : 0;
|
182 |
}
|
183 |
|
184 |
.yit-icons-manager-default-icon-preview {
|
185 |
+
height : 100%;
|
186 |
+
display : inline-block;
|
187 |
+
padding-left : 10px;
|
188 |
+
border-left : 1px solid #ccc;
|
189 |
+
margin-left : 10px;
|
190 |
}
|
191 |
|
192 |
/* ------- Text Array ------- */
|
193 |
.yith-plugin-fw-text-array-table td {
|
194 |
+
padding : 1px;
|
195 |
}
|
196 |
|
197 |
.yith-plugin-fw-text-array-table input[type=text],
|
198 |
.woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
|
199 |
+
width : 100%;
|
200 |
}
|
201 |
|
202 |
/* ------- Image Gallery ------- */
|
203 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul li {
|
204 |
+
display : inline-block;
|
205 |
+
width : 80px;
|
206 |
+
margin-left : 10px;
|
207 |
+
position : relative;
|
208 |
}
|
209 |
|
210 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul li img {
|
211 |
+
width : 80px;
|
212 |
+
border : 1px solid #ccc;
|
213 |
}
|
214 |
|
215 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul li ul {
|
216 |
+
position : absolute;
|
217 |
+
top : -6px;
|
218 |
+
right : -1px;
|
219 |
+
width : 20px;
|
220 |
+
height : 20px;
|
221 |
}
|
222 |
|
223 |
.yith-plugin-fw .yith-plugin-fw-image-gallery ul a.delete {
|
224 |
+
background : url(../images/x.png) no-repeat;
|
225 |
+
width : 20px;
|
226 |
+
height : 20px;
|
227 |
+
display : block;
|
228 |
+
text-indent : -99999px;
|
229 |
}
|
230 |
|
231 |
/* ------- OnOff ------- */
|
232 |
.yith-plugin-fw-onoff-container {
|
233 |
+
display : inline-block;
|
234 |
+
text-align : left;
|
235 |
}
|
236 |
|
237 |
.yith-plugin-fw-onoff-container input {
|
238 |
+
display : none;
|
239 |
}
|
240 |
|
241 |
.yith-plugin-fw-onoff-container input + span {
|
242 |
+
cursor : pointer;
|
243 |
+
text-indent : -9999px;
|
244 |
+
display : block;
|
245 |
+
width : 36px;
|
246 |
+
line-height : 1;
|
247 |
+
height : 20px;
|
248 |
+
background : #a4a4a4;
|
249 |
+
border-radius : 24px;
|
250 |
+
position : relative;
|
251 |
+
transition : all 0.3s;
|
252 |
}
|
253 |
|
254 |
|
255 |
.yith-plugin-fw-onoff-container input + span:before {
|
256 |
+
content : '';
|
257 |
+
background : #fff;
|
258 |
+
width : 16px;
|
259 |
+
height : 16px;
|
260 |
+
border-radius : 50%;
|
261 |
+
position : absolute;
|
262 |
+
top : 2px;
|
263 |
+
left : 2px;
|
264 |
+
transition : all 0.3s;
|
265 |
}
|
266 |
|
267 |
.yith-plugin-fw-onoff-container input:checked + span,
|
268 |
.yith-plugin-fw-onoff-container input.onoffchecked + span {
|
269 |
+
background : #0073aa;
|
270 |
}
|
271 |
|
272 |
.yith-plugin-fw-onoff-container input:checked + span:before,
|
273 |
.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
|
274 |
+
left : 18px;
|
275 |
}
|
276 |
|
277 |
/* ------- Preview ------- */
|
278 |
.yith-plugin-fw-preview-field {
|
279 |
+
max-height : 200px;
|
280 |
}
|
281 |
|
282 |
/* ------- Radio ------- */
|
283 |
.yith-plugin-fw-radio input[type=radio] {
|
284 |
+
margin : 0 3px 0 0;
|
285 |
}
|
286 |
|
287 |
.yith-plugin-fw-radio__row {
|
288 |
+
margin-bottom : 8px;
|
289 |
}
|
290 |
|
291 |
/* ------- Checkbox Array ------- */
|
292 |
.yith-plugin-fw-checkbox-array input[type=checkbox] {
|
293 |
+
margin : 2px 3px 0 0;
|
294 |
}
|
295 |
|
296 |
.yith-plugin-fw-checkbox-array__row {
|
297 |
+
margin-bottom : 10px;
|
298 |
+
display : flex;
|
299 |
}
|
300 |
|
301 |
.yith-plugin-fw-checkbox-array__row label {
|
302 |
+
display : inline-block !important;
|
303 |
+
width : auto !important;
|
304 |
+
float : none !important;
|
305 |
+
margin : 0 0 0 10px !important;
|
306 |
+
padding : 0 !important;
|
307 |
+
font-weight : 400 !important;
|
308 |
}
|
309 |
|
310 |
.yith-plugin-fw-checkbox-array__row label small {
|
311 |
+
display : block;
|
312 |
+
line-height : 2em;
|
313 |
+
}
|
314 |
+
|
315 |
+
.rtl .yith-plugin-fw-checkbox-array__row label {
|
316 |
+
margin : 0 10px 0 0 !important;
|
317 |
}
|
318 |
|
319 |
/* ------- Sidebar Layout ------- */
|
320 |
.yith-plugin-fw-sidebar-layout input[type="radio"] {
|
321 |
+
display : none;
|
322 |
+
width : 0px;
|
323 |
}
|
324 |
|
325 |
.yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
|
326 |
+
margin-right : -2px;
|
327 |
}
|
328 |
|
329 |
.yith-plugin-fw-sidebar-layout input[type="radio"] + img {
|
330 |
+
border : 2px solid #fff;
|
331 |
+
padding : 1px;
|
332 |
}
|
333 |
|
334 |
.yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
|
335 |
+
cursor : pointer;
|
336 |
}
|
337 |
|
338 |
.yith-plugin-fw-sidebar-layout input[checked] + img {
|
339 |
+
border : 2px solid #f2ad35;
|
340 |
+
padding : 1px;
|
341 |
}
|
342 |
|
343 |
.yith-plugin-fw-sidebar-layout select {
|
344 |
+
vertical-align : 12px;
|
345 |
}
|
346 |
|
347 |
.yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
|
348 |
+
font-weight : bold;
|
349 |
+
width : 200px;
|
350 |
+
float : left;
|
351 |
+
line-height : 23px;
|
352 |
+
margin-left : -230px;
|
353 |
}
|
354 |
|
355 |
/* ------- Slider ------- */
|
356 |
.yith-plugin-fw .slider {
|
357 |
+
padding-top : 20px;
|
358 |
}
|
359 |
|
360 |
.yith-plugin-fw-slider-container .ui-slider .minCaption {
|
361 |
+
position : absolute;
|
362 |
+
right : 95%;
|
363 |
+
top : -6px;
|
364 |
+
margin-right : 11px;
|
365 |
}
|
366 |
|
367 |
.yith-plugin-fw-slider-container .ui-slider .maxCaption {
|
368 |
+
position : absolute;
|
369 |
+
left : 95%;
|
370 |
+
top : -6px;
|
371 |
+
margin-left : 20px;
|
372 |
}
|
373 |
|
374 |
.yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
|
375 |
+
background : #fff;
|
376 |
+
border : 0px !important;
|
377 |
+
top : -12px !important;
|
378 |
+
border-radius : 50%;
|
379 |
+
width : 27px !important;
|
380 |
+
height : 27px !important;
|
381 |
+
box-sizing : border-box;
|
382 |
+
box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
|
383 |
+
font-size : 13px;
|
384 |
+
padding : 6px 0;
|
385 |
+
font-weight : 600;
|
386 |
+
color : #555;
|
387 |
+
text-align : center;
|
388 |
}
|
389 |
|
390 |
.yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
|
391 |
+
background : #ccc;
|
392 |
+
border : none !important;
|
393 |
+
height : 3px !important;
|
394 |
+
border-radius : 3px !important;
|
395 |
+
width : 90%;
|
396 |
+
margin : 15px 5% 20px 5%;
|
397 |
}
|
398 |
|
399 |
.yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
|
400 |
+
background : #4b93ff;
|
401 |
+
left : 0px !important;
|
402 |
+
-webkit-border-radius : 3px;
|
403 |
+
-moz-border-radius : 3px;
|
404 |
+
-khtml-border-radius : 3px;
|
405 |
+
border-radius : 3px;
|
406 |
}
|
407 |
|
408 |
/* ------- Select2 ------- */
|
409 |
.yith-plugin-fw-select2-wrapper {
|
410 |
+
width : 400px;
|
411 |
}
|
412 |
|
413 |
/* ------- Textarea ------- */
|
414 |
.yith-plugin-fw-textarea-editor-field-wrapper {
|
415 |
+
max-width : 1000px;
|
416 |
+
clear : both;
|
417 |
}
|
418 |
|
419 |
.yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
|
420 |
.woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
|
421 |
+
width : 100%;
|
422 |
}
|
423 |
|
424 |
/* ------- Buttons ------- */
|
425 |
.yith-plugin-fw-buttons-field-wrapper {
|
426 |
+
margin-top : 7px;
|
427 |
}
|
428 |
|
429 |
/* ------- Select Images ------- */
|
430 |
.yith-plugin-fw-select-images__list {
|
431 |
+
margin : 0;
|
432 |
+
display : flex;
|
433 |
+
flex-wrap : wrap;
|
434 |
}
|
435 |
|
436 |
.yith-plugin-fw-select-images__item {
|
437 |
+
width : calc(20% - 10px);
|
438 |
+
min-width : 150px;
|
439 |
+
margin : 0 10px 10px 0;
|
440 |
+
padding : 10px;
|
441 |
+
box-sizing : border-box;
|
442 |
+
cursor : pointer;
|
443 |
+
transition : all .3s;
|
444 |
+
border : 2px solid #eee;
|
445 |
+
display : flex;
|
446 |
+
flex-direction : column;
|
447 |
+
justify-content : space-between;
|
448 |
}
|
449 |
|
450 |
.yith-plugin-fw-select-images__item:hover,
|
451 |
.yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
|
452 |
+
border-color : #07bcce;
|
453 |
}
|
454 |
|
455 |
.yith-plugin-fw-select-images__item__label {
|
456 |
+
text-align : center;
|
457 |
+
font-weight : 600;
|
458 |
+
margin-bottom : 10px;
|
459 |
}
|
460 |
|
461 |
.yith-plugin-fw-select-images__item img {
|
462 |
+
display : block;
|
463 |
+
max-width : 100%;
|
464 |
+
margin : 0 auto;
|
465 |
}
|
466 |
|
467 |
/****************
|
468 |
WordPress 5.3 with old panel fixes
|
469 |
****************/
|
470 |
.yith-plugin-fw-field-wrapper .select2-container .select2-selection--single {
|
471 |
+
height : auto;
|
472 |
+
line-height : 1;
|
473 |
}
|
474 |
|
475 |
.yith-plugin-fw-field-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
|
476 |
+
height : 100%;
|
477 |
}
|
478 |
|
479 |
/****************
|
480 |
YITH UI
|
481 |
****************/
|
482 |
.yith-plugin-fw-banner {
|
483 |
+
width : 100%;
|
484 |
+
height : 45px;
|
485 |
+
background : #cfd9dd url(../images/banner-premium.png) no-repeat;
|
486 |
+
display : flex;
|
487 |
+
align-items : center;
|
488 |
+
padding-right : -23px;
|
489 |
}
|
490 |
|
491 |
.yith-plugin-fw-banner h1 {
|
492 |
+
text-transform : uppercase;
|
493 |
+
color : #0c5777;
|
494 |
+
font-size : 15px;
|
495 |
+
padding : 0 0 0 110px;
|
496 |
+
font-weight : 700;
|
497 |
+
text-align : left;
|
498 |
+
display : inline-block;
|
499 |
+
box-sizing : border-box;
|
500 |
}
|
501 |
|
502 |
.yith-plugin-fw-banner span {
|
503 |
+
font-style : italic;
|
504 |
+
display : block;
|
505 |
+
font-size : 15px;
|
506 |
+
color : #214249;
|
507 |
+
text-transform : none;
|
508 |
+
text-align : right;
|
509 |
}
|
510 |
|
511 |
.yith-plugin-fw-banner a,
|
512 |
.yith-plugin-fw-banner a:focus {
|
513 |
+
text-decoration : none;
|
514 |
+
outline : none;
|
515 |
+
box-shadow : none;
|
516 |
}
|
517 |
|
518 |
.yith-plugin-fw-rate {
|
519 |
+
margin : 20px 0;
|
520 |
}
|
521 |
|
522 |
.yith-plugin-fw-rate .dashicons-star-filled {
|
523 |
+
font-size : 12px;
|
524 |
+
margin : 4px -4px;
|
525 |
+
color : #0c5777;
|
526 |
}
|
527 |
|
528 |
.yith-plugin-fw-rate a {
|
529 |
+
text-decoration : none;
|
530 |
}
|
531 |
|
532 |
.yith-plugin-ui a {
|
533 |
+
outline : none;
|
534 |
+
box-shadow : none;
|
535 |
}
|
536 |
|
537 |
.yith-plugin-ui {
|
538 |
+
font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
539 |
}
|
540 |
|
541 |
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
|
542 |
+
margin-top : 10px;
|
543 |
}
|
544 |
|
545 |
.yith-plugin-ui .nav-tab {
|
546 |
+
background-color : #336374;
|
547 |
+
color : #fff;
|
548 |
+
font-size : 13px;
|
549 |
+
padding : 7px 15px;
|
550 |
+
border : 0;
|
551 |
+
margin : 0 4px 0 0;
|
552 |
+
transition : background-color 0.3s linear;
|
553 |
+
float : none;
|
554 |
+
display : inline-block;
|
555 |
}
|
556 |
|
557 |
.yith-plugin-ui .nav-tab.yith-premium {
|
558 |
+
background-color : #c28d31;
|
559 |
+
padding-left : 40px;
|
560 |
+
position : relative;
|
561 |
+
}
|
562 |
+
|
563 |
+
.yith-plugin-ui .nav-tab.yith-premium:before {
|
564 |
+
content : '\f11b';
|
565 |
+
font-family : 'yith-icon';
|
566 |
+
position : absolute;
|
567 |
+
font-size : 18px;
|
568 |
+
top : 50%;
|
569 |
+
left : 12px;
|
570 |
+
line-height : 1em;
|
571 |
+
width : 1em;
|
572 |
+
height : 1em;
|
573 |
+
transform : translateY(-50%);
|
574 |
+
font-weight : 400;
|
575 |
}
|
576 |
|
577 |
.yith-plugin-ui .yith-nav-tab-wrapper .yith-plugin-fw-tab-element:hover > a.nav-tab:not(.nav-tab-active),
|
578 |
.yith-plugin-ui .yith-nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover {
|
579 |
+
background-color : #207a92;
|
580 |
}
|
581 |
|
582 |
.yith-plugin-ui .yith-nav-tab-wrapper .yith-plugin-fw-tab-element:hover > a.nav-tab.yith-premium:not(.nav-tab-active),
|
583 |
.yith-plugin-ui .yith-nav-tab-wrapper .nav-tab.yith-premium:not(.nav-tab-active):hover {
|
584 |
+
background-color : #d89216;
|
585 |
}
|
586 |
|
587 |
.yith-plugin-ui .nav-tab-active,
|
588 |
.yith-plugin-ui .nav-tab-active:hover,
|
589 |
.yith-plugin-ui .nav-tab-active:focus,
|
590 |
.yith-plugin-ui .nav-tab-active:focus:active {
|
591 |
+
background-color : #fff;
|
592 |
+
color : #336374;
|
593 |
+
box-shadow : 0 3px 0 -1px #fff;
|
594 |
+
border-bottom : 0;
|
595 |
}
|
596 |
|
597 |
.yith-plugin-ui .nav-tab-active.yith-premium,
|
598 |
.yith-plugin-ui .nav-tab-active.yith-premium:hover,
|
599 |
.yith-plugin-ui .nav-tab-active.yith-premium:focus,
|
600 |
.yith-plugin-ui .nav-tab-active.yith-premium:focus:active {
|
601 |
+
background-color : #fff;
|
602 |
+
color : #c28d31;
|
603 |
+
box-shadow : none;
|
604 |
}
|
605 |
|
606 |
.yith-plugin-ui .yith-plugin-fw-tab-element:first-child .nav-tab-active {
|
607 |
+
border-left : 1px solid #ddd;
|
608 |
}
|
609 |
|
610 |
.yith-plugin-ui #plugin-fw-wc {
|
611 |
+
padding-top : 0px;
|
612 |
}
|
613 |
|
614 |
.yith-plugin-ui .form-table td {
|
615 |
+
padding : 15px 20px;
|
616 |
}
|
617 |
|
618 |
.yith-plugin-ui.metaboxes-tab label {
|
619 |
+
color : #33373b;
|
620 |
+
font-size : 14px;
|
621 |
+
margin-left : -248px;
|
622 |
}
|
623 |
|
624 |
.yith-plugin-ui.metaboxes-tab .the-metabox {
|
625 |
+
margin : 40px 0 40px 290px;
|
626 |
+
margin-left : 264px;
|
627 |
}
|
628 |
|
629 |
.yith-plugin-ui.metaboxes-tab label {
|
630 |
+
width : 200px;
|
631 |
+
font-weight : 600;
|
632 |
}
|
633 |
|
634 |
.yith-plugin-ui span.description {
|
635 |
+
color : #716269;
|
636 |
+
font-size : 13px;
|
637 |
+
font-style : normal;
|
638 |
+
font-weight : 400;
|
639 |
+
margin-top : 15px;
|
640 |
+
margin-left : 0;
|
641 |
}
|
642 |
|
643 |
#wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
|
644 |
+
border : 0;
|
645 |
+
border-bottom : 1px solid #ddd;
|
646 |
+
margin-right : 15px;
|
647 |
+
margin-bottom : 0;
|
648 |
+
background-color : transparent;
|
649 |
+
padding-left : 0;
|
650 |
}
|
651 |
|
652 |
.yith-plugin-ui #plugin-fw-wc table.form-table,
|
653 |
.yith-plugin-ui #yith-plugin-fw-panel table.form-table,
|
654 |
.yith-plugin-ui table.form-table {
|
655 |
+
border : 1px solid #d8d8d8;
|
656 |
+
border-top : 0;
|
657 |
+
margin-bottom : 40px;
|
658 |
}
|
659 |
|
660 |
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
|
661 |
+
background-color : transparent;
|
662 |
+
border : 0;
|
663 |
+
text-transform : none;
|
664 |
+
border-bottom : 1px solid #ddd;
|
665 |
}
|
666 |
|
667 |
.yith-plugin-ui h2 {
|
668 |
+
color : #2a8db0;
|
669 |
+
font-size : 16px;
|
670 |
+
border : 1px solid #d8d8d8;
|
671 |
+
border-bottom : 0;
|
672 |
+
background-color : #fff;
|
673 |
+
padding : 35px 20px;
|
674 |
+
margin : 0px;
|
675 |
}
|
676 |
|
677 |
.yith-plugin-ui .yith-plugin-fw-custom-tab h2 {
|
678 |
+
border : 0px solid #d8d8d8;
|
679 |
+
padding-left : 0;
|
680 |
}
|
681 |
|
682 |
.yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
|
683 |
+
padding : 30px 20px;
|
684 |
}
|
685 |
|
686 |
.yith-plugin-ui #plugin-fw-wc table.form-table tr.toggle-element-fixed td, #yith-plugin-fw-panel table.form-table tr.toggle-element-fixed td.forminp {
|
687 |
+
padding : 0 20px 30px;
|
688 |
}
|
689 |
|
690 |
.yith-plugin-ui #plugin-fw-wc h2 + div {
|
691 |
+
background : #fff;
|
692 |
+
border-left : 1px solid #d9d9d9;
|
693 |
+
border-right : 1px solid #d9d9d9;
|
694 |
+
margin : -20px 0 0 0;
|
695 |
+
padding-left : 20px;
|
696 |
+
padding-bottom : 5px;
|
697 |
}
|
698 |
|
699 |
.yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box {
|
700 |
+
background : #f1f1f1;
|
701 |
+
font-size : 14px;
|
702 |
+
font-weight : 700;
|
703 |
+
width : 50%;
|
704 |
+
display : block;
|
705 |
+
padding : 15px;
|
706 |
+
margin-bottom : 0;
|
707 |
}
|
708 |
|
709 |
.yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before {
|
710 |
+
content : "\e90e";
|
711 |
+
font-family : yith-icon;
|
712 |
+
font-size : 30px;
|
713 |
+
font-weight : normal;
|
714 |
+
display : block;
|
715 |
+
margin-top : -12px;
|
716 |
+
float : left;
|
717 |
+
margin-right : 15px;
|
718 |
}
|
719 |
|
720 |
.yith-plugin-ui h2:first-child {
|
721 |
+
border-top : 0;
|
722 |
}
|
723 |
|
724 |
/*** Icon ***/
|
725 |
.yith-plugin-ui .yith-icon--right-overlay {
|
726 |
+
position : relative;
|
727 |
+
left : -33px;
|
728 |
+
line-height : 36px;
|
729 |
+
width : 0;
|
730 |
+
}
|
731 |
+
|
732 |
+
.rtl .yith-plugin-ui .yith-icon--right-overlay {
|
733 |
+
left : auto;
|
734 |
+
right : -33px;
|
735 |
}
|
736 |
|
737 |
/*** General Input Style ***/
|
752 |
.woocommerce .yith-plugin-fw table.form-table input[type=password],
|
753 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
|
754 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
|
755 |
+
border : 1px solid #d8d8d8;
|
756 |
+
border-radius : 8px;
|
757 |
+
padding : 8px 10px;
|
758 |
+
height : 38px;
|
759 |
+
min-width : 90px;
|
760 |
+
box-shadow : none;
|
761 |
+
color : #716269;
|
762 |
}
|
763 |
|
764 |
|
765 |
.yith-plugin-ui input::-webkit-input-placeholder {
|
766 |
+
color : #999999;
|
767 |
}
|
768 |
|
769 |
.yith-plugin-ui input:-ms-input-placeholder {
|
770 |
+
color : #999999;
|
771 |
}
|
772 |
|
773 |
.yith-plugin-ui input::-ms-input-placeholder {
|
774 |
+
color : #999999;
|
775 |
}
|
776 |
|
777 |
.yith-plugin-ui input::placeholder {
|
778 |
+
color : #999999;
|
779 |
}
|
780 |
|
781 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number] {
|
782 |
+
min-width : 70px;
|
783 |
}
|
784 |
|
785 |
.yith-plugin-ui textarea:not(.wp-editor-area),
|
786 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea:not(.wp-editor-area) {
|
787 |
+
height : auto;
|
788 |
+
padding : 8px;
|
789 |
}
|
790 |
|
791 |
.yith-plugin-ui input[type=text]:not(.select2-search__field).wp-color-picker,
|
792 |
.yith-plugin-ui table.form-table input[type=text].wp-color-picker,
|
793 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker {
|
794 |
+
border : 0;
|
795 |
+
height : 30px;
|
796 |
+
max-width : 121px;
|
797 |
+
font-size : 11px;
|
798 |
+
padding : 0;
|
799 |
}
|
800 |
|
801 |
.yith-plugin-ui .search-box input[name="s"] {
|
802 |
+
height : 35px;
|
803 |
}
|
804 |
|
805 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
|
806 |
.yith-plugin-ui input[type=text].small-text {
|
807 |
+
width : 100px;
|
808 |
+
height : 25px;
|
809 |
+
border : 1px solid #d9d9d9;
|
810 |
}
|
811 |
|
812 |
|
820 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number]:focus,
|
821 |
.yith-plugin-ui textarea:not(.wp-editor-area):focus,
|
822 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea:not(.wp-editor-area):focus {
|
823 |
+
border-color : #a7d9ec;
|
824 |
}
|
825 |
|
826 |
.woocommerce .yith-plugin-ui table.form-table select,
|
827 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
|
828 |
.yith-plugin-ui select {
|
829 |
+
-webkit-appearance : none;
|
830 |
+
line-height : 1.2em;
|
831 |
+
min-height : 35px;
|
832 |
+
background : #fff url("../images/arrow_down.svg") no-repeat right center;
|
833 |
+
background-size : 35px 13px;
|
834 |
+
border-radius : 8px;
|
835 |
+
padding : 8px 30px 8px 10px;
|
836 |
}
|
837 |
|
838 |
.yith-plugin-ui .form-table th {
|
839 |
+
width : 200px;
|
840 |
+
padding-right : 50px;
|
841 |
}
|
842 |
|
843 |
/** SELECT 2 **/
|
844 |
.yith-plugin-ui .select2-container,
|
845 |
.yith-plugin-ui .select2-selection--single {
|
846 |
+
height : auto;
|
847 |
+
padding : 2px;
|
848 |
+
outline : none;
|
849 |
}
|
850 |
|
851 |
.yith-plugin-ui .select2-container .select2-selection--single,
|
854 |
.yith-plugin-ui .select2-container.select2-container--focus .select2-selection--multiple,
|
855 |
.yith-plugin-ui .select2-container.select2-container--open .select2-selection--single,
|
856 |
.yith-plugin-ui .select2-container.select2-container--open .select2-selection--multiple {
|
857 |
+
margin : 0;
|
858 |
+
border : 0;
|
859 |
+
box-shadow : none !important;
|
860 |
}
|
861 |
|
862 |
.yith-plugin-ui .select2-container .select2-selection--single .select2-selection__arrow {
|
863 |
+
background : none;
|
864 |
}
|
865 |
|
866 |
/* old panel*/
|
867 |
|
868 |
.yith-plugin-fw-select2-container {
|
869 |
+
z-index : 9999;
|
870 |
}
|
871 |
|
872 |
.yith-plugin-ui span.select2.select2-container.select2-container--default,
|
873 |
span.select2.select2-container.select2-container--default.yith-plugin-fw-select2-container {
|
874 |
+
border : 1px solid #d8d8d8;
|
875 |
+
border-radius : 8px;
|
876 |
}
|
877 |
|
878 |
.yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
|
879 |
.yith-plugin-ui span.select2.select2-container.select2-container--default:active,
|
880 |
.yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
|
881 |
+
border-color : #a7d9ec;
|
882 |
}
|
883 |
|
884 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
885 |
+
color : #fff;
|
886 |
}
|
887 |
|
888 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
|
889 |
.yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field {
|
890 |
+
border : 0;
|
891 |
+
padding : 0;
|
892 |
+
height : initial;
|
893 |
+
min-width : 380px;
|
894 |
}
|
895 |
|
896 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
|
897 |
.yith-plugin-ui .select2-selection__choice {
|
898 |
+
color : #fff;
|
899 |
+
background-color : #4e8ba2;
|
900 |
+
border-radius : 12px;
|
901 |
+
padding : 3px 30px 3px 11px;
|
902 |
+
border-color : #4e8ba2;
|
903 |
+
font-size : 13px;
|
904 |
+
max-width : 100%;
|
905 |
+
box-sizing : border-box;
|
906 |
+
position : relative;
|
907 |
+
white-space : nowrap;
|
908 |
+
overflow : hidden;
|
909 |
+
text-overflow : ellipsis;
|
910 |
}
|
911 |
|
912 |
.wc-wp-version-gte-53 .yith-plugin-ui .select2-container .select2-selection--single .select2-selection__arrow {
|
913 |
+
background-image : none;
|
914 |
}
|
915 |
|
916 |
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before {
|
917 |
+
content : "\e900";
|
918 |
+
font-family : 'yith-icon' !important;
|
919 |
+
line-height : 36px;
|
920 |
+
color : #d9d9d9;
|
921 |
}
|
922 |
|
923 |
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
924 |
+
display : none;
|
925 |
}
|
926 |
|
927 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown:after {
|
928 |
+
display : none;
|
929 |
}
|
930 |
|
931 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--below,
|
932 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
|
933 |
+
margin-top : 10px;
|
934 |
+
border-radius : 8px;
|
935 |
+
box-shadow : 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
|
936 |
+
border : 0;
|
937 |
}
|
938 |
|
939 |
.yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
|
940 |
+
margin-top : -10px;
|
941 |
}
|
942 |
|
943 |
.yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
|
944 |
.yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
|
945 |
+
border-radius : 8px;
|
946 |
}
|
947 |
|
948 |
.yith-plugin-fw-select2-container .select2-results .select2-results__group, .select2-results .select2-results__option:first-child {
|
949 |
+
border-top-left-radius : 8px;
|
950 |
+
border-top-right-radius : 8px;
|
951 |
}
|
952 |
|
953 |
.yith-plugin-fw-select2-container .select2-results .select2-results__group,
|
954 |
.yith-plugin-fw-select2-container .select2-results .select2-results__option:last-child {
|
955 |
+
border-bottom-left-radius : 8px;
|
956 |
+
border-bottom-right-radius : 8px;
|
957 |
}
|
958 |
|
959 |
.yith-plugin-fw-select2-container .select2-dropdown {
|
960 |
+
border : 0;
|
961 |
}
|
962 |
|
963 |
.yith-plugin-fw-select2-container.select2-container--default .select2-results__option[data-selected=true] {
|
964 |
+
background-color : #fff;
|
965 |
+
outline : none;
|
966 |
}
|
967 |
|
968 |
.yith-plugin-fw-select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
969 |
+
background-color : #e8eff1;
|
970 |
+
color : #4e8ba2;
|
971 |
+
outline : none;
|
972 |
}
|
973 |
|
974 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
|
975 |
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
976 |
+
position : absolute;
|
977 |
+
text-indent : -9999px;
|
978 |
+
right : 2px;
|
979 |
+
padding : 0 7px;
|
980 |
+
margin : 0;
|
981 |
}
|
982 |
|
983 |
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
|
984 |
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
|
985 |
+
float : right;
|
986 |
+
color : #fff;
|
987 |
+
content : "\e906";
|
988 |
+
font-family : 'yith-icon' !important;
|
989 |
+
font-size : 9px;
|
990 |
+
line-height : 21px;
|
991 |
+
text-indent : 0;
|
992 |
}
|
993 |
|
994 |
.yith-plugin-ui .select2-container .select2-selection--multiple,
|
995 |
.yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple,
|
996 |
.wc-wp-version-gte-53 .yith-plugin-ui .select2-container.select2-container--open .select2-selection--multiple {
|
997 |
+
border : 0;
|
998 |
+
box-shadow : none;
|
999 |
}
|
1000 |
|
1001 |
.yith-plugin-fw .select2-search input[type=text] {
|
1002 |
+
border : 0;
|
1003 |
+
padding : 0;
|
1004 |
+
height : auto;
|
1005 |
}
|
1006 |
|
1007 |
.yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier,
|
1008 |
.yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier {
|
1009 |
+
position : absolute;
|
1010 |
+
padding-top : 5px;
|
1011 |
}
|
1012 |
|
1013 |
.yith-plugin-ui input[type=text].select2-search__field {
|
1014 |
+
border : 0;
|
1015 |
+
padding : 0;
|
1016 |
+
height : 30px;
|
1017 |
}
|
1018 |
|
1019 |
.yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
|
1020 |
.yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
|
1021 |
+
border : 1px solid #d9d9d9;
|
1022 |
+
border-radius : 8px;
|
1023 |
+
box-shadow : none;
|
1024 |
}
|
1025 |
|
1026 |
.yith-plugin-ui .select2-dropdown,
|
1027 |
.yith-plugin-fw-panel .select2-dropdown {
|
1028 |
+
border : 1px solid #d9d9d9;
|
1029 |
}
|
1030 |
|
1031 |
/** RADIO BUTTON **/
|
1032 |
.yith-plugin-ui [type="radio"]:checked,
|
1033 |
.yith-plugin-ui [type="radio"]:not(:checked) {
|
1034 |
+
display : none !important;
|
|
|
1035 |
}
|
1036 |
|
1037 |
.yith-plugin-ui [type="radio"]:checked + label,
|
1038 |
.yith-plugin-ui [type="radio"]:not(:checked) + label {
|
1039 |
+
position : relative;
|
1040 |
+
padding-left : 35px;
|
1041 |
+
cursor : pointer;
|
1042 |
+
line-height : 20px;
|
1043 |
+
display : inline-block;
|
1044 |
+
color : #716269;
|
1045 |
+
font-size : 14px;
|
1046 |
}
|
1047 |
|
1048 |
.yith-plugin-ui [type="radio"]:checked + label:before,
|
1049 |
.yith-plugin-ui [type="radio"]:not(:checked) + label:before {
|
1050 |
+
content : '';
|
1051 |
+
position : absolute;
|
1052 |
+
left : 0;
|
1053 |
+
top : 0;
|
1054 |
+
width : 19px;
|
1055 |
+
height : 19px;
|
1056 |
+
border : 1px solid #d8d8d8;
|
1057 |
+
border-radius : 100%;
|
1058 |
+
background : #fff;
|
1059 |
}
|
1060 |
|
1061 |
.yith-plugin-ui [type="radio"]:checked + label:after,
|
1062 |
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
|
1063 |
+
content : '';
|
1064 |
+
width : 13px;
|
1065 |
+
height : 13px;
|
1066 |
+
background : #4e8ba2;
|
1067 |
+
position : absolute;
|
1068 |
+
top : 4px;
|
1069 |
+
left : 4px;
|
1070 |
+
border-radius : 100%;
|
1071 |
+
-webkit-transition : all 0.2s ease;
|
1072 |
+
transition : all 0.2s ease;
|
1073 |
}
|
1074 |
|
1075 |
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
|
1076 |
+
opacity : 0;
|
1077 |
+
-webkit-transform : scale(0);
|
1078 |
+
transform : scale(0);
|
1079 |
}
|
1080 |
|
1081 |
.yith-plugin-ui [type="radio"]:checked + label:after {
|
1082 |
+
opacity : 1;
|
1083 |
+
-webkit-transform : scale(1);
|
1084 |
+
transform : scale(1);
|
1085 |
+
}
|
1086 |
+
|
1087 |
+
.rtl .yith-plugin-ui [type="radio"]:checked + label,
|
1088 |
+
.rtl .yith-plugin-ui [type="radio"]:not(:checked) + label {
|
1089 |
+
padding-left : 0;
|
1090 |
+
padding-right : 35px;
|
1091 |
+
}
|
1092 |
+
|
1093 |
+
.rtl .yith-plugin-ui [type="radio"]:checked + label:before,
|
1094 |
+
.rtl .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
|
1095 |
+
left : auto;
|
1096 |
+
right : 0;
|
1097 |
+
}
|
1098 |
+
|
1099 |
+
.rtl .yith-plugin-ui [type="radio"]:checked + label:after,
|
1100 |
+
.rtl .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
|
1101 |
+
left : auto;
|
1102 |
+
right : 4px;
|
1103 |
}
|
1104 |
|
1105 |
/** CHECKBOX **/
|
1106 |
.yith-plugin-ui input[type="checkbox"] {
|
1107 |
+
-webkit-appearance : none;
|
1108 |
+
background-color : #fff;
|
1109 |
+
border : 1px solid #d8d8d8;
|
1110 |
+
box-shadow : none;
|
1111 |
+
width : 18px;
|
1112 |
+
height : 18px;
|
1113 |
+
border-radius : 3px;
|
1114 |
+
display : inline-block;
|
1115 |
+
position : relative;
|
1116 |
}
|
1117 |
|
1118 |
.yith-plugin-ui input[type="checkbox"]:checked {
|
1119 |
+
background-color : #4e8ba2;
|
1120 |
+
border-color : #488197;
|
1121 |
}
|
1122 |
|
1123 |
.yith-plugin-ui .forminp-checkbox span.description.inline {
|
1124 |
+
margin-left : 10px;
|
1125 |
}
|
1126 |
|
1127 |
.yith-plugin-ui input[type="checkbox"]:checked:before {
|
1128 |
+
display : none;
|
1129 |
}
|
1130 |
|
1131 |
.yith-plugin-ui input[type="checkbox"]:checked:after {
|
1132 |
+
content : "\e905";
|
1133 |
+
font-family : 'yith-icon';
|
1134 |
+
font-size : 10px;
|
1135 |
+
position : absolute;
|
1136 |
+
font-weight : 600;
|
1137 |
+
top : 8px;
|
1138 |
+
left : 3px;
|
1139 |
+
color : #fff;
|
1140 |
}
|
1141 |
|
1142 |
/** ONOFF **/
|
1143 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input[type="checkbox"] {
|
1144 |
+
display : none;
|
1145 |
}
|
1146 |
|
1147 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
|
1148 |
+
border : 1px solid #d8d8d8;
|
1149 |
+
background-color : #fff;
|
1150 |
+
width : 60px;
|
1151 |
+
height : 24px;
|
1152 |
+
line-height : 14px;
|
1153 |
+
padding : 4px;
|
1154 |
+
box-sizing : border-box;
|
1155 |
}
|
1156 |
|
1157 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
|
1158 |
+
background-color : #d8d8d8;
|
1159 |
}
|
1160 |
|
1161 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
|
1162 |
+
width : 13px;
|
1163 |
+
height : 13px;
|
1164 |
+
top : 5px;
|
1165 |
+
left : 6px;
|
1166 |
+
background-color : #d8d8d8;
|
1167 |
}
|
1168 |
|
1169 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
1170 |
+
content : attr(data-text-off);
|
1171 |
+
height : 14px;
|
1172 |
+
font-size : 12px;
|
1173 |
+
font-weight : 600;
|
1174 |
+
padding-left : 18px;
|
1175 |
+
color : #979797;
|
1176 |
+
display : block;
|
1177 |
+
white-space : nowrap;
|
1178 |
+
text-align : center;
|
1179 |
}
|
1180 |
|
1181 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
|
1182 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span {
|
1183 |
+
background-color : #fff;
|
1184 |
+
border-color : #98aa36;
|
1185 |
}
|
1186 |
|
1187 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
|
1188 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
|
1189 |
+
background-color : #98aa36;
|
1190 |
+
left : 38px;
|
1191 |
}
|
1192 |
|
1193 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
|
1194 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
1195 |
+
content : attr(data-text-on);
|
1196 |
+
color : #98aa36;
|
1197 |
+
height : 14px;
|
1198 |
+
font-size : 12px;
|
1199 |
+
font-weight : 600;
|
1200 |
+
padding-left : 0;
|
1201 |
+
padding-right : 18px;
|
1202 |
+
display : block;
|
1203 |
+
white-space : nowrap;
|
1204 |
+
text-align : center;
|
1205 |
}
|
1206 |
|
1207 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
|
1208 |
+
text-indent : 0;
|
1209 |
}
|
1210 |
|
1211 |
|
1214 |
*/
|
1215 |
.yith-plugin-ui .yith-plugin-fw-datepicker + .yith-icon-calendar,
|
1216 |
.yith-plugin-fw-datepicker + .yith-icon-calendar {
|
1217 |
+
color : #ccc;
|
1218 |
+
font-size : 18px;
|
1219 |
}
|
1220 |
|
1221 |
div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
|
1222 |
+
border : 0;
|
1223 |
+
box-shadow : 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
|
1224 |
}
|
1225 |
|
1226 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-header.ui-widget-header {
|
1227 |
+
background : #4e8ba2;
|
1228 |
+
color : #fff;
|
1229 |
+
font-size : 11px;
|
1230 |
+
line-height : 25px;
|
1231 |
+
border : 0;
|
1232 |
+
min-height : 25px;
|
1233 |
}
|
1234 |
|
1235 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-title {
|
1236 |
+
line-height : 25px;
|
1237 |
}
|
1238 |
|
1239 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker th {
|
1240 |
+
color : #716269;
|
1241 |
}
|
1242 |
|
1243 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-icon,
|
1246 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1247 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w,
|
1248 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e {
|
1249 |
+
background : none;
|
1250 |
+
content : "";
|
1251 |
+
border : 0;
|
1252 |
+
text-indent : 0;
|
1253 |
+
width : 15px;
|
1254 |
+
height : 20px;
|
1255 |
+
display : block;
|
1256 |
+
overflow : hidden;
|
1257 |
}
|
1258 |
|
1259 |
.yith-plugin-ui .yith-password-wrapper {
|
1260 |
+
display : inline-block;
|
1261 |
+
width : auto;
|
1262 |
+
position : relative;
|
1263 |
}
|
1264 |
|
1265 |
.yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before,
|
1266 |
.yith-plugin-ui .yith-password-wrapper .yith-password-eye:before {
|
1267 |
+
content : '\e911';
|
1268 |
+
color : #999;
|
1269 |
+
font-family : 'yith-icon';
|
1270 |
+
font-size : 20px;
|
1271 |
+
font-weight : normal;
|
1272 |
+
width : 15px;
|
1273 |
+
display : block;
|
1274 |
+
position : absolute;
|
1275 |
+
right : 13px;
|
1276 |
+
top : 0;
|
1277 |
+
line-height : 38px;
|
1278 |
+
bottom : 0;
|
1279 |
+
cursor : pointer;
|
1280 |
}
|
1281 |
|
1282 |
.yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before {
|
1283 |
+
content : '\e912';
|
1284 |
}
|
1285 |
|
1286 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w:before {
|
1287 |
+
content : "\e901";
|
1288 |
+
color : #fff;
|
1289 |
+
font-family : 'yith-icon';
|
1290 |
+
font-size : 12px;
|
1291 |
+
font-weight : normal;
|
1292 |
+
width : 15px;
|
1293 |
+
display : block;
|
1294 |
}
|
1295 |
|
1296 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e:before {
|
1297 |
+
content : "\e902";
|
1298 |
+
color : #fff;
|
1299 |
+
text-indent : 0;
|
1300 |
+
font-family : 'yith-icon';
|
1301 |
+
font-size : 12px;
|
1302 |
+
font-weight : normal;
|
1303 |
+
width : 15px;
|
1304 |
+
display : block;
|
1305 |
}
|
1306 |
|
1307 |
/* arrow */
|
1309 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1310 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover,
|
1311 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-next-hover {
|
1312 |
+
top : 1px;
|
1313 |
+
cursor : pointer;
|
1314 |
}
|
1315 |
|
1316 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev,
|
1317 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
|
1318 |
+
left : 5px;
|
1319 |
}
|
1320 |
|
1321 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1322 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
|
1323 |
+
right : 1px;
|
1324 |
}
|
1325 |
|
1326 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker table {
|
1327 |
+
font-size : 10px;
|
1328 |
}
|
1329 |
|
1330 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-default,
|
1331 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-default,
|
1332 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-default {
|
1333 |
+
background : #fff;
|
1334 |
+
border : 1px solid #d9d9d9;
|
1335 |
|
1336 |
}
|
1337 |
|
1340 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div a.ui-state-default:focus,
|
1341 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-focus,
|
1342 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-focus {
|
1343 |
+
background : #ebf1f3;
|
1344 |
+
border : 1px solid #bfd5dd;
|
1345 |
+
outline : none;
|
1346 |
+
box-shadow : none;
|
1347 |
}
|
1348 |
|
1349 |
#ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-hover,
|
1350 |
.woocommerce #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-focus {
|
1351 |
+
background : none;
|
1352 |
+
border : 0;
|
1353 |
+
}
|
1354 |
+
|
1355 |
+
.rtl #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev,
|
1356 |
+
.rtl #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
|
1357 |
+
left : auto;
|
1358 |
+
right : 5px;
|
1359 |
+
}
|
1360 |
+
|
1361 |
+
.rtl #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
|
1362 |
+
.rtl #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
|
1363 |
+
right : auto;
|
1364 |
+
left : 1px;
|
1365 |
}
|
1366 |
|
1367 |
/** colorpicker **/
|
1368 |
.yith-plugin-ui .iris-slider-offset.ui-slider.ui-widget-content {
|
1369 |
+
background : transparent !important;
|
1370 |
+
height : auto !important;
|
1371 |
}
|
1372 |
|
1373 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .yith-colorpicker-group:not(:first-child) {
|
1374 |
+
margin-top : 20px;
|
1375 |
}
|
1376 |
|
1377 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .iris-picker,
|
1378 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-holder {
|
1379 |
+
display : none !important;
|
1380 |
}
|
1381 |
|
1382 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap,
|
1383 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap > * {
|
1384 |
+
display : inline-block !important;
|
1385 |
+
vertical-align : middle;
|
1386 |
}
|
1387 |
|
1388 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .iris-picker,
|
1389 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .wp-picker-holder {
|
1390 |
+
display : block !important;
|
1391 |
}
|
1392 |
|
1393 |
.woocommerce .yith-plugin-ui .wp-picker-container .iris-picker, .yith-plugin-ui .wp-picker-container .iris-picker {
|
1394 |
+
z-index : 100;
|
1395 |
+
position : absolute;
|
1396 |
+
margin-top : 20px;
|
1397 |
+
border : 1px solid #d8d8d8;
|
1398 |
+
border-radius : 4px;
|
1399 |
+
box-shadow : 0 1px 3px rgba(0, 0, 0, .2);
|
1400 |
}
|
1401 |
|
1402 |
.yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
|
1403 |
+
border : 0;
|
1404 |
+
padding : 2px 5px;
|
1405 |
+
height : 30px;
|
1406 |
}
|
1407 |
|
1408 |
.yith-plugin-ui .wp-color-result-text {
|
1409 |
+
display : none;
|
1410 |
}
|
1411 |
|
1412 |
.yith-plugin-ui .wp-picker-container .wp-color-result.button {
|
1413 |
+
width : 30px;
|
1414 |
+
height : 30px;
|
1415 |
+
box-shadow : none;
|
1416 |
+
border : 1px solid #d9d9d9;
|
1417 |
+
margin-bottom : 0;
|
1418 |
+
padding : 0;
|
1419 |
+
display : inline-block;
|
1420 |
+
vertical-align : middle;
|
1421 |
+
box-sizing : content-box;
|
1422 |
}
|
1423 |
|
1424 |
.yith-plugin-ui .wp-picker-default-custom {
|
1425 |
+
cursor : pointer;
|
1426 |
+
width : 25px;
|
1427 |
+
padding : 0 5px;
|
1428 |
+
display : inline-block;
|
1429 |
+
vertical-align : middle;
|
1430 |
+
position : relative;
|
1431 |
}
|
1432 |
|
1433 |
.yith-plugin-ui .wp-picker-default-custom input.button {
|
1434 |
+
opacity : 0;
|
1435 |
+
margin : 0;
|
1436 |
+
padding : 0;
|
1437 |
+
position : absolute;
|
1438 |
+
top : 0;
|
1439 |
+
right : 0;
|
1440 |
+
left : 0;
|
1441 |
+
bottom : 0;
|
1442 |
+
z-index : 2;
|
1443 |
}
|
1444 |
|
1445 |
.yith-plugin-ui .wp-picker-default-custom:before {
|
1446 |
+
content : "\e91a";
|
1447 |
+
text-indent : 0;
|
1448 |
+
font-family : 'yith-icon';
|
1449 |
+
font-size : 16px;
|
1450 |
+
color : #d8d8d8;
|
1451 |
+
font-weight : normal;
|
1452 |
+
width : 15px;
|
1453 |
+
display : block;
|
1454 |
+
background : none;
|
1455 |
+
line-height : 20px;
|
1456 |
+
margin-left : 8px;
|
1457 |
}
|
1458 |
|
1459 |
.yith-plugin-ui .wp-picker-container {
|
1460 |
+
width : auto;
|
1461 |
+
display : inline-block;
|
1462 |
+
border : 1px solid #d9d9d9;
|
1463 |
+
border-radius : 8px;
|
1464 |
+
padding : 5px;
|
1465 |
}
|
1466 |
|
1467 |
.yith-plugin-ui .iris-picker .iris-square-inner {
|
1468 |
+
box-shadow : 0 0 0 1px #d9d9d9 inset;
|
1469 |
}
|
1470 |
|
1471 |
.yith-plugin-ui .iris-picker .iris-square-value {
|
1472 |
+
width : 0;
|
1473 |
+
height : 0;
|
1474 |
+
background : transparent;
|
1475 |
+
border : 0;
|
1476 |
}
|
1477 |
|
1478 |
.yith-plugin-ui .yith-single-colorpicker {
|
1479 |
+
display : inline-block;
|
1480 |
+
width : 220px;
|
1481 |
+
margin-bottom : 10px;
|
1482 |
}
|
1483 |
|
1484 |
.yith-plugin-ui .yith-single-colorpicker > label {
|
1485 |
+
display : block;
|
1486 |
+
font-size : 11px;
|
1487 |
+
font-weight : 600;
|
1488 |
+
margin : 0 0 10px 0;
|
1489 |
+
text-transform : uppercase;
|
1490 |
}
|
1491 |
|
1492 |
.yith-plugin-ui .the-metabox.multi-colorpicker span.description,
|
1493 |
.yith-plugin-ui .yith-plugin-fw-panel-wc-row.multi-colorpicker span.description,
|
1494 |
.yith-plugin-ui .yith-plugin-fw-multi-colorpicker-field-wrapper span.description {
|
1495 |
+
margin-top : 0;
|
1496 |
}
|
1497 |
|
1498 |
/* RANGE SLIDER */
|
1499 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
|
1500 |
+
top : -45px !important;
|
1501 |
}
|
1502 |
|
1503 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
|
1504 |
+
position : absolute;
|
1505 |
+
top : -33px;
|
1506 |
+
left : 0;
|
1507 |
+
width : auto !important;
|
1508 |
+
height : auto !important;
|
1509 |
+
padding : 2px 8px;
|
1510 |
+
margin-left : -15px;
|
1511 |
+
font-size : 12px;
|
1512 |
+
line-height : 20px;
|
1513 |
+
color : #4e8ba2;
|
1514 |
+
text-align : center;
|
1515 |
+
background-color : #fff;
|
1516 |
+
border : 1px solid #fff;
|
1517 |
+
border-radius : 3px;
|
1518 |
+
-webkit-transition : opacity .3s ease-in-out 0s;
|
1519 |
+
transition : opacity .3s ease-in-out 0s;
|
1520 |
+
box-shadow : 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
|
1521 |
}
|
1522 |
|
1523 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:before {
|
1524 |
+
position : absolute;
|
1525 |
+
bottom : -3px;
|
1526 |
+
left : 50%;
|
1527 |
+
display : inline-block;
|
1528 |
+
width : 6px;
|
1529 |
+
height : 6px;
|
1530 |
+
margin-left : -3px;
|
1531 |
+
content : "";
|
1532 |
+
background-color : #fff;
|
1533 |
+
-webkit-transform : rotate(-45deg);
|
1534 |
+
-ms-transform : rotate(-45deg);
|
1535 |
+
transform : rotate(-45deg);
|
1536 |
}
|
1537 |
|
1538 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
|
1539 |
+
background : #4e8ba2;
|
1540 |
}
|
1541 |
|
1542 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:after {
|
1543 |
+
content : '';
|
1544 |
+
width : 17px;
|
1545 |
+
height : 17px;
|
1546 |
+
display : block;
|
1547 |
+
position : absolute;
|
1548 |
+
background : #fff;
|
1549 |
+
top : 37px;
|
1550 |
+
border-radius : 50%;
|
1551 |
+
box-shadow : 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
|
1552 |
+
cursor : grab;
|
1553 |
}
|
1554 |
|
1555 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:active:after {
|
1556 |
+
cursor : grabbing;
|
1557 |
}
|
1558 |
|
1559 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
|
1560 |
+
height : 5px !important;
|
1561 |
}
|
1562 |
|
1563 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .minCaption,
|
1564 |
.yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .maxCaption {
|
1565 |
+
font-weight : 700;
|
1566 |
+
font-size : 12px;
|
1567 |
}
|
1568 |
|
1569 |
|
1570 |
/* ADD_BOX AND TOGGLE */
|
1571 |
.yith-plugin-ui .yith-add-box,
|
1572 |
.yith-plugin-ui .yith-toggle-row {
|
1573 |
+
width : 70%;
|
1574 |
+
border : 1px solid #d9d9d9;
|
1575 |
+
box-shadow : none;
|
1576 |
+
border-radius : 4px;
|
1577 |
+
margin : 20px 0;
|
1578 |
+
padding : 10px;
|
1579 |
+
box-sizing : border-box;
|
1580 |
+
background : white;
|
1581 |
}
|
1582 |
|
1583 |
.yith-plugin-ui .yith-toggle-row {
|
1584 |
+
cursor : pointer;
|
1585 |
+
transition : all ease 0.5s;
|
1586 |
}
|
1587 |
|
1588 |
.yith-plugin-ui .yith-toggle-row.fixed {
|
1589 |
+
margin : 0;
|
1590 |
}
|
1591 |
|
1592 |
.yith-plugin-ui .yith-toggle-row.highlight {
|
1593 |
+
transition : all ease 0.5s;
|
1594 |
+
/*box-shadow: 0 0 7px rgb(81, 117, 129);*/
|
1595 |
+
box-shadow : 0 0 7px rgb(30, 140, 190);
|
1596 |
|
1597 |
+
display : block;
|
1598 |
}
|
1599 |
|
1600 |
.yith-plugin-ui .yith-add-box {
|
1601 |
+
padding : 25px;
|
1602 |
+
display : none;
|
1603 |
}
|
1604 |
|
1605 |
.yith-plugin-ui .yith-toggle-title {
|
1606 |
+
position : relative;
|
1607 |
}
|
1608 |
|
1609 |
.yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
|
1610 |
.yith-plugin-ui.metaboxes-tab h3,
|
1611 |
.yith-plugin-ui .yith-toggle-title h3,
|
1612 |
.metaboxes-tab.yith-plugin-ui .yith-toggle-title h3 {
|
1613 |
+
padding : 0px 20px 0px 30px;
|
1614 |
+
margin : 3px 0;
|
1615 |
+
display : inline-block;
|
1616 |
+
position : relative;
|
1617 |
+
min-width : 173px;
|
1618 |
+
box-sizing : border-box;
|
1619 |
+
font-weight : 600;
|
1620 |
+
font-size : 15px;
|
1621 |
+
color : #23282d;
|
1622 |
+
text-transform : inherit;
|
1623 |
}
|
1624 |
|
1625 |
.yith-plugin-ui .yith-toggle-title .subtitle {
|
1626 |
+
padding-left : 0;
|
1627 |
+
padding-top : 8px;
|
1628 |
+
font-size : 12px;
|
1629 |
}
|
1630 |
|
1631 |
.yith-plugin-ui .yith-toggle {
|
1632 |
+
position : absolute;
|
1633 |
+
width : 25px;
|
1634 |
+
cursor : pointer;
|
1635 |
+
left : 0;
|
1636 |
+
top : 0;
|
1637 |
+
bottom : 0;
|
1638 |
+
margin : auto;
|
1639 |
+
display : flex;
|
1640 |
+
align-items : center;
|
1641 |
+
box-sizing : border-box;
|
1642 |
+
align-items : center;
|
1643 |
+
justify-content : center;
|
1644 |
}
|
1645 |
|
1646 |
.yith-plugin-ui .yith-toggle > span:before {
|
1647 |
+
color : #405e69;
|
1648 |
}
|
1649 |
|
1650 |
.yith-plugin-ui .yith-toggle > span {
|
1651 |
+
position : absolute;
|
1652 |
+
/* right : 50%; */
|
1653 |
+
transition : transform .3s;
|
1654 |
+
line-height : 1;
|
1655 |
+
font-size : 13px;
|
1656 |
+
font-weight : 600;
|
1657 |
}
|
1658 |
|
1659 |
|
1660 |
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle span {
|
1661 |
+
transform : rotateZ(90deg);
|
1662 |
}
|
1663 |
|
1664 |
.yith-plugin-ui .yith-toggle-content {
|
1665 |
+
display : none;
|
1666 |
+
position : relative;
|
1667 |
+
padding : 30px 25px;
|
1668 |
}
|
1669 |
|
1670 |
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content {
|
1671 |
+
/* display: block;*/
|
1672 |
}
|
1673 |
|
1674 |
.yith-plugin-ui .yith-add-box-row,
|
1675 |
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row {
|
1676 |
+
display : table;
|
1677 |
+
margin-bottom : 40px;
|
1678 |
}
|
1679 |
|
1680 |
.yith-plugin-ui .yith-add-box-row > label,
|
1681 |
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row > label {
|
1682 |
+
display : table-cell;
|
1683 |
+
min-width : 180px;
|
1684 |
+
padding-right : 20px;
|
1685 |
+
color : #33373b;
|
1686 |
+
font-size : 14px;
|
1687 |
+
vertical-align : top;
|
1688 |
+
font-weight : 600;
|
1689 |
}
|
1690 |
|
1691 |
.yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
|
1692 |
.yith-plugin-ui .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
|
1693 |
+
/* display: table-cell;*/
|
1694 |
+
width : auto;
|
1695 |
+
float : none;
|
1696 |
+
vertical-align : middle;
|
1697 |
+
position : relative;
|
1698 |
}
|
1699 |
|
1700 |
.yith-plugin-ui .yith-add-box-row span.yith-icon,
|
1701 |
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row span.yith-icon {
|
1702 |
+
position : absolute;
|
1703 |
+
right : 15px;
|
1704 |
+
top : 0;
|
1705 |
+
bottom : 0;
|
1706 |
}
|
1707 |
|
1708 |
.yith-plugin-ui .yith-add-box-buttons,
|
1709 |
.yith-plugin-ui .yith-toggle-content-buttons {
|
1710 |
+
text-align : right;
|
1711 |
}
|
1712 |
|
1713 |
.yith-plugin-ui .yith-toggle-onoff {
|
1714 |
+
position : absolute;
|
1715 |
+
cursor : pointer;
|
1716 |
+
right : 0;
|
1717 |
}
|
1718 |
|
1719 |
.yith-plugin-ui .yith-toggle_wrapper.ui-sortable .yith-toggle-onoff {
|
1720 |
+
right : 30px;
|
1721 |
}
|
1722 |
|
1723 |
.yith-plugin-ui .yith-toggle-row .yith-icon-drag {
|
1724 |
+
position : absolute;
|
1725 |
+
right : 2px;
|
1726 |
+
top : 50%;
|
1727 |
+
transform : translateY(-50%);
|
1728 |
+
font-size : 18px;
|
1729 |
}
|
1730 |
|
1731 |
.yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff {
|
1732 |
+
top : 25%;
|
1733 |
}
|
1734 |
|
1735 |
/** SPINNER **/
|
1736 |
.yith-plugin-ui .spinner {
|
1737 |
+
vertical-align : -5px;
|
1738 |
+
float : none;
|
1739 |
}
|
1740 |
|
1741 |
.yith-plugin-ui .spinner.show {
|
1742 |
+
visibility : visible;
|
1743 |
}
|
1744 |
|
1745 |
/* LIST TABLE */
|
1746 |
.yith-plugin-ui .form-table .list-table td {
|
1747 |
+
padding : 15px 0px;
|
1748 |
}
|
1749 |
|
1750 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select {
|
1751 |
+
border : 1px solid #d8d8d8;
|
1752 |
+
max-width : 200px;
|
1753 |
+
max-height : 30px;
|
1754 |
+
padding : 0 10px;
|
1755 |
}
|
1756 |
|
1757 |
.yith-plugin-ui .form-table .list-table th {
|
1758 |
+
width : initial;
|
1759 |
}
|
1760 |
|
1761 |
.yith-plugin-ui #plugin-fw-wc table.form-table th.check-column {
|
1762 |
+
padding-left : 3px;
|
1763 |
}
|
1764 |
|
1765 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td {
|
1766 |
+
padding-left : 20px;
|
1767 |
}
|
1768 |
|
1769 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table th,
|
1770 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table td {
|
1771 |
+
padding : 15px 20px 15px 20px;
|
1772 |
}
|
1773 |
|
1774 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table thead td,
|
1775 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table thead th,
|
1776 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot td,
|
1777 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot th {
|
1778 |
+
padding : 3px 20px;
|
1779 |
}
|
1780 |
|
1781 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table thead a,
|
1782 |
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot a {
|
1783 |
+
padding-left : 0;
|
1784 |
}
|
1785 |
|
1786 |
.yith-plugin-ui .yith-plugin-fw-list-table .list-table-title {
|
1787 |
+
margin-bottom : 20px;
|
1788 |
+
line-height : 1.2;
|
1789 |
}
|
1790 |
|
1791 |
.yith-plugin-ui .yith-plugin-fw-list-table .list-table-title > * {
|
1792 |
+
vertical-align : middle;
|
1793 |
}
|
1794 |
|
1795 |
.yith-plugin-ui .yith-plugin-fw-list-table h2 {
|
1796 |
+
border : 0;
|
1797 |
+
padding : 0;
|
1798 |
+
display : inline-block;
|
1799 |
+
margin-right : 10px;
|
1800 |
+
line-height : inherit;
|
1801 |
}
|
1802 |
|
1803 |
.yith-plugin-ui .form-table .yith-plugin-fw-list-table table th {
|
1804 |
+
vertical-align : middle;
|
1805 |
}
|
1806 |
|
1807 |
.yith-plugin-ui #doaction, .yith-plugin-ui #doaction2,
|
1808 |
.yith-plugin-ui #post-query-submit,
|
1809 |
.yith-plugin-ui #search-submit,
|
1810 |
.yith-plugin-ui .button.filter-button {
|
1811 |
+
line-height : 33px;
|
1812 |
}
|
1813 |
|
1814 |
.yith-plugin-ui .tablenav {
|
1815 |
+
margin : 20px 0;
|
1816 |
}
|
1817 |
|
1818 |
.yith-plugin-ui .form-table td p.yith-section-description {
|
1819 |
+
color : #716269;
|
1820 |
+
margin-bottom : 20px;
|
1821 |
}
|
1822 |
|
1823 |
/** Time picker width*/
|
1824 |
.yith-plugin-ui input.ui-timepicker-input {
|
1825 |
+
width : 100px !important;
|
1826 |
}
|
1827 |
|
1828 |
/** date format **/
|
1829 |
.yith-plugin-ui .yith-plugin-fw-date-format code {
|
1830 |
+
margin-left : 30px;
|
1831 |
}
|
1832 |
|
1833 |
.yith-plugin-ui .yith-plugin-fw-date-format input[type=text].small-text {
|
1834 |
+
margin-left : 45px;
|
1835 |
}
|
1836 |
|
1837 |
/** checkbox columns **/
|
1838 |
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
|
1839 |
+
width : calc(50% - 20px);
|
1840 |
+
padding-right : 20px;
|
1841 |
+
float : left;
|
1842 |
}
|
1843 |
|
1844 |
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
|
1845 |
+
clear : both;
|
1846 |
}
|
1847 |
|
1848 |
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
|
1849 |
+
width : calc(33% - 10px);
|
1850 |
+
padding-right : 10px;
|
1851 |
+
float : left;
|
1852 |
}
|
1853 |
|
1854 |
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
|
1855 |
+
clear : both;
|
1856 |
}
|
1857 |
|
1858 |
.yith-plugin-fw-checkbox-field-wrapper {
|
1859 |
+
display : inline-block !important;
|
1860 |
+
margin-right : 10px;
|
1861 |
}
|
1862 |
|
1863 |
.yith-plugin-fw-checkbox-field-wrapper + span.description {
|
1864 |
+
display : inline-block;
|
1865 |
+
vertical-align : middle;
|
1866 |
+
margin : 0;
|
1867 |
}
|
1868 |
|
1869 |
.yith-plugin-ui span.description {
|
1870 |
+
margin-top : 10px;
|
1871 |
+
line-height : 20px;
|
1872 |
+
max-width : 40%;
|
1873 |
+
min-width : min(100%, 360px);
|
1874 |
}
|
1875 |
|
1876 |
.yith-plugin-fw-option-with-description {
|
1877 |
+
display : table-cell;
|
1878 |
+
width : 90%;
|
1879 |
+
vertical-align : top;
|
1880 |
}
|
1881 |
|
1882 |
|
1886 |
.yith-plugin-fw-panel-wc-row.yith-plugin-fw--required th.titledesc > label:after,
|
1887 |
.yith-plugin-fw-metabox-field-row.yith-plugin-fw--required label:first-child:after,
|
1888 |
.yith-plugin-fw-toggle-element-field-wrapper .yith-plugin-fw--required > label:first-child:after {
|
1889 |
+
content : '*';
|
1890 |
+
color : #ea0034;
|
1891 |
+
font-weight : 800;
|
1892 |
+
margin-left : 4px;
|
1893 |
}
|
1894 |
|
1895 |
/** YITH PANEL **/
|
1896 |
.yith-plugin-ui #yith-plugin-fw-panel {
|
1897 |
+
margin-top : -10px;
|
1898 |
}
|
1899 |
|
1900 |
.yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel {
|
1901 |
+
padding-top : 0;
|
1902 |
}
|
1903 |
|
1904 |
.yith-plugin-ui .plugin-option tr {
|
1905 |
+
border : 0;
|
1906 |
}
|
1907 |
|
1908 |
/** MULTI SELECT AND TEXT ARRAY INLINE STYLE **/
|
1909 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select,
|
1910 |
.yith-plugin-ui .yith-plugin-fw-text-array-inline .yith-single-text {
|
1911 |
+
display : inline-block;
|
1912 |
+
width : 30%;
|
1913 |
+
margin-right : 3%;
|
1914 |
+
max-width : 400px;
|
1915 |
}
|
1916 |
|
1917 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select label,
|
1918 |
.yith-plugin-ui .yith-plugin-fw-text-array-inline .yith-single-text label {
|
1919 |
+
display : block;
|
1920 |
+
font-size : 11px;
|
1921 |
+
font-weight : 600;
|
1922 |
+
margin : 0 0 10px 0;
|
1923 |
}
|
1924 |
|
1925 |
.yith-plugin-ui .yith-plugin-fw-text-array-inline .yith-single-text input,
|
1926 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select select,
|
1927 |
.yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select span.select2 {
|
1928 |
+
width : 100% !important;
|
1929 |
+
min-width : auto !important;
|
1930 |
}
|
1931 |
|
1932 |
/**
|
1934 |
*/
|
1935 |
|
1936 |
.yith-plugin-fw-dimensions {
|
1937 |
+
display : flex;
|
1938 |
+
align-items : flex-end;
|
1939 |
}
|
1940 |
|
1941 |
.yith-plugin-fw-dimensions__units {
|
1942 |
+
flex : 1;
|
1943 |
+
display : flex;
|
1944 |
+
margin-left : 5px;
|
1945 |
+
width : calc(100% - 105px);
|
1946 |
+
flex-wrap : wrap;
|
1947 |
+
min-height : 38px;
|
1948 |
+
margin-bottom : -8px;
|
1949 |
}
|
1950 |
|
1951 |
.yith-plugin-fw-dimensions__unit {
|
1952 |
+
display : inline-block;
|
1953 |
+
padding : 0 3px;
|
1954 |
+
cursor : pointer;
|
1955 |
+
font-weight : 700;
|
1956 |
}
|
1957 |
|
1958 |
.yith-plugin-fw-dimensions__unit--selected {
|
1959 |
+
text-decoration : underline;
|
1960 |
+
color : #007694;
|
1961 |
}
|
1962 |
|
1963 |
.yith-plugin-fw-dimensions__unit--unique {
|
1964 |
+
text-decoration : none;
|
1965 |
+
cursor : default;
|
1966 |
}
|
1967 |
|
1968 |
.yith-plugin-fw-dimensions__dimensions {
|
1969 |
+
display : flex;
|
1970 |
+
margin : 0;
|
1971 |
+
align-items : flex-end;
|
1972 |
+
max-width : 400px;
|
1973 |
+
width : 400px;
|
1974 |
}
|
1975 |
|
1976 |
.yith-plugin-fw-dimensions__dimension {
|
1977 |
+
text-align : center;
|
1978 |
+
flex : 1;
|
1979 |
}
|
1980 |
|
1981 |
.yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1982 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1983 |
.yith-plugin-ui .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1984 |
.woocommerce .yith-plugin-fw table.form-table .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
1985 |
+
width : 100%;
|
1986 |
+
min-width : 0;
|
1987 |
+
border-radius : 0;
|
1988 |
+
border : 1px solid #d8d8d8;
|
1989 |
+
border-left : none;
|
1990 |
+
height : 38px;
|
1991 |
+
text-align : center;
|
1992 |
+
padding-right : 0;
|
1993 |
}
|
1994 |
|
1995 |
+
.yith-plugin-fw-dimen sions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1996 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1997 |
.yith-plugin-ui .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
1998 |
.woocommerce .yith-plugin-fw table.form-table .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
1999 |
+
border-left : 1px solid #d8d8d8;
|
2000 |
+
border-radius : 6px 0 0 6px;
|
2001 |
}
|
2002 |
|
2003 |
.yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2004 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2005 |
.yith-plugin-ui .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
2006 |
+
border-radius : 0 6px 6px 0;
|
2007 |
}
|
2008 |
|
2009 |
.metaboxes-tab .yith-plugin-fw-dimensions__dimension__label,
|
2010 |
.yith-plugin-ui.metaboxes-tab label.yith-plugin-fw-dimensions__dimension__label {
|
2011 |
+
float : none;
|
2012 |
+
margin : 0;
|
2013 |
+
width : auto;
|
2014 |
+
font-weight : inherit;
|
2015 |
+
line-height : inherit;
|
2016 |
}
|
2017 |
|
2018 |
.yith-plugin-fw-dimensions__dimension__label,
|
2019 |
.metaboxes-tab .yith-plugin-fw-dimensions__dimension__label,
|
2020 |
.yith-plugin-ui.metaboxes-tab label.yith-plugin-fw-dimensions__dimension__label {
|
2021 |
+
text-transform : uppercase;
|
2022 |
+
letter-spacing : 1px;
|
2023 |
+
font-size : 9px;
|
2024 |
+
margin-bottom : 5px;
|
2025 |
+
display : inline-block;
|
2026 |
}
|
2027 |
|
2028 |
.yith-plugin-fw-dimensions__linked {
|
2029 |
+
cursor : pointer;
|
2030 |
}
|
2031 |
|
2032 |
.yith-plugin-fw-dimensions__linked span {
|
2033 |
+
border : 1px solid #d8d8d8;
|
2034 |
+
border-left : none;
|
2035 |
+
height : 38px;
|
2036 |
+
border-radius : 0 6px 6px 0;
|
2037 |
+
box-sizing : border-box;
|
2038 |
+
padding : 8px 10px;
|
2039 |
+
width : 100%;
|
2040 |
}
|
2041 |
|
2042 |
.yith-plugin-fw-dimensions--linked-active .yith-plugin-fw-dimensions__linked span {
|
2043 |
+
color : #fff;
|
2044 |
+
background : #007694;
|
2045 |
+
border-color : #007694;
|
2046 |
+
}
|
2047 |
+
|
2048 |
+
.rtl .yith-plugin-fw-dimensions__linked span {
|
2049 |
+
border-radius : 6px 0 0 6px;
|
2050 |
+
}
|
2051 |
+
|
2052 |
+
.rtl .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2053 |
+
.rtl.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2054 |
+
.rtl .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2055 |
+
.rtl.woocommerce .yith-plugin-fw table.form-table .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
2056 |
+
border-radius : 0 6px 6px 0;
|
2057 |
+
}
|
2058 |
+
|
2059 |
+
.rtl .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2060 |
+
.rtl.woocommerce.yith-plugin-fw-panel .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number,
|
2061 |
+
.rtl .yith-plugin-ui .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
|
2062 |
+
border-radius : 6px 0 0 6px;
|
2063 |
}
|
2064 |
|
2065 |
/**
|
2066 |
* Image dimensions
|
2067 |
*/
|
2068 |
.yith-plugin-ui .yith-plugin-fw-image-dimensions > div {
|
2069 |
+
display : inline-block;
|
2070 |
+
width : 30%;
|
2071 |
+
margin-right : 3%;
|
2072 |
+
max-width : 100px;
|
2073 |
}
|
2074 |
|
2075 |
.yith-plugin-ui .yith-plugin-fw-image-dimensions label {
|
2076 |
+
display : block;
|
2077 |
+
font-size : 11px;
|
2078 |
+
font-weight : 600;
|
2079 |
+
text-transform : uppercase;
|
2080 |
+
margin : 0 0 10px 0;
|
2081 |
}
|
2082 |
|
2083 |
/**
|
2084 |
* Copy to clipboard
|
2085 |
*/
|
2086 |
.yith-plugin-fw-copy-to-clipboard {
|
2087 |
+
background : #ffffff;
|
2088 |
+
border-radius : 8px;
|
2089 |
+
border : 1px solid #d8d8d8;
|
2090 |
+
display : flex;
|
2091 |
+
align-items : center;
|
2092 |
+
padding : 0 12px;
|
2093 |
+
max-width : 400px;
|
2094 |
+
box-sizing : border-box;
|
2095 |
}
|
2096 |
|
2097 |
.yith-plugin-fw-copy-to-clipboard.yith-plugin-fw-copy-to-clipboard--readonly {
|
2098 |
+
background : #f1f1f1;
|
2099 |
+
border : 1px dashed #cccccc;
|
2100 |
}
|
2101 |
|
2102 |
.yith-plugin-fw-copy-to-clipboard__field-wrap {
|
2103 |
+
position : relative;
|
2104 |
+
flex : 1;
|
2105 |
}
|
2106 |
|
2107 |
.yith-plugin-fw-copy-to-clipboard__tip {
|
2108 |
+
display : none;
|
2109 |
+
position : absolute;
|
2110 |
+
background : rgba(30, 30, 30, 0.9);
|
2111 |
+
color : #ffffff;
|
2112 |
+
padding : 7px 10px;
|
2113 |
+
border-radius : 3px;
|
2114 |
+
right : 8px;
|
2115 |
+
top : 50%;
|
2116 |
+
transform : translateY(-50%);
|
2117 |
+
pointer-events : none;
|
2118 |
+
font-size : 12px;
|
2119 |
+
line-height : 1;
|
2120 |
}
|
2121 |
|
2122 |
|
2124 |
.yith-plugin-fw.yith-plugin-ui .yith-plugin-fw-copy-to-clipboard input[type=text].yith-plugin-fw-copy-to-clipboard__field,
|
2125 |
.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].yith-plugin-fw-copy-to-clipboard__field,
|
2126 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].yith-plugin-fw-copy-to-clipboard__field {
|
2127 |
+
height : 38px;
|
2128 |
+
width : 100%;
|
2129 |
+
background : transparent;
|
2130 |
+
padding : 0 10px 0 0;
|
2131 |
+
border : 0;
|
2132 |
+
border-radius : 0;
|
2133 |
+
box-shadow : none;
|
2134 |
+
outline : none;
|
2135 |
}
|
2136 |
|
2137 |
.yith-plugin-fw-copy-to-clipboard.yith-plugin-fw-copy-to-clipboard--readonly input[type=text].yith-plugin-fw-copy-to-clipboard__field,
|
2138 |
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .yith-plugin-fw-copy-to-clipboard--readonly input[type=text].yith-plugin-fw-copy-to-clipboard__field {
|
2139 |
+
color : #999;
|
2140 |
+
cursor : default;
|
2141 |
}
|
2142 |
|
2143 |
.yith-plugin-fw-copy-to-clipboard__copy {
|
2144 |
+
display : flex;
|
2145 |
+
align-items : center;
|
2146 |
+
cursor : pointer;
|
2147 |
+
border-radius : 2px;
|
2148 |
+
padding : 1px;
|
2149 |
+
user-select : none;
|
2150 |
+
line-height : 1;
|
2151 |
+
transition : all .2s ease-in-out;
|
2152 |
}
|
2153 |
|
2154 |
.yith-plugin-fw-copy-to-clipboard__copy:hover {
|
2155 |
+
box-shadow : 0 0 0 4px rgba(15, 67, 60, .12);
|
2156 |
+
background-color : rgba(15, 67, 60, .12);
|
2157 |
}
|
2158 |
|
2159 |
.yith-plugin-fw-copy-to-clipboard__copy__text {
|
2160 |
+
font-size : 12px;
|
2161 |
+
font-weight : 600;
|
2162 |
}
|
2163 |
|
2164 |
.yith-plugin-fw-copy-to-clipboard__copy__icon {
|
2165 |
+
margin-right : 4px;
|
2166 |
+
font-size : 14px;
|
2167 |
+
}
|
2168 |
+
|
2169 |
+
.rtl .yith-plugin-fw-copy-to-clipboard__copy__icon {
|
2170 |
+
margin-right : 0;
|
2171 |
+
margin-left : 4px;
|
2172 |
}
|
2173 |
|
2174 |
/** OVERRIDE WOOCOMMERCE CLASSES FOR 5.3 */
|
2175 |
.branch-5-3 .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__arrow {
|
2176 |
+
background : none;
|
2177 |
}
|
2178 |
|
2179 |
.branch-5-3 .yith-plugin-fw .select2-container.select2-container--focus .select2-selection--single, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--multiple, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--single {
|
2180 |
+
box-shadow : none;
|
2181 |
}
|
2182 |
|
2183 |
@media screen and (max-width : 1440px) {
|
2184 |
+
.yith-plugin-ui .yith-add-box,
|
2185 |
+
.yith-plugin-ui .yith-toggle-row:not(.fixed) {
|
2186 |
+
width : 80%;
|
2187 |
+
}
|
2188 |
|
2189 |
|
2190 |
+
.yith-plugin-ui .yith-add-box-row,
|
2191 |
+
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row,
|
2192 |
+
.yith-plugin-ui .yith-add-box-row label {
|
2193 |
+
display : block;
|
2194 |
+
}
|
2195 |
|
2196 |
+
.yith-plugin-ui .yith-toggle-content .yith-toggle-content-row > label {
|
2197 |
+
display : block;
|
2198 |
+
}
|
2199 |
|
2200 |
+
.yith-plugin-ui .yith-plugin-fw-option-with-description {
|
2201 |
+
width : 100%;
|
2202 |
+
}
|
2203 |
|
2204 |
+
.yith-plugin-ui .yith-add-box-row,
|
2205 |
+
.yith-plugin-ui .yith-add-box-row label {
|
2206 |
+
display : block;
|
2207 |
+
}
|
2208 |
|
2209 |
+
.yith-plugin-ui .yith-toggle-content .yith-plugin-fw-option-with-description,
|
2210 |
+
.yith-plugin-ui .yith-add-box-row .yith-plugin-fw-option-with-description {
|
2211 |
+
display : block;
|
2212 |
+
padding-top : 20px;
|
2213 |
+
}
|
2214 |
|
2215 |
|
2216 |
+
.yith-plugin-ui .yith-add-box-row .yith-plugin-fw-option-with-description span.description {
|
2217 |
+
max-width : 100%;
|
2218 |
+
}
|
2219 |
}
|
2220 |
|
2221 |
@media screen and (max-width : 1024px) {
|
2222 |
|
2223 |
+
.yith-plugin-ui .yith-add-box,
|
2224 |
+
.yith-plugin-ui .yith-toggle-row:not(.fixed) {
|
2225 |
+
width : 90%;
|
2226 |
+
}
|
2227 |
|
2228 |
+
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
|
2229 |
+
width : 100%;
|
2230 |
+
padding-right : 20px;
|
2231 |
+
float : left;
|
2232 |
+
}
|
2233 |
|
2234 |
+
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
|
2235 |
+
width : calc(50% - 10px);
|
2236 |
+
padding-right : 10px;
|
2237 |
+
float : left;
|
2238 |
+
}
|
2239 |
|
2240 |
+
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
|
2241 |
+
clear : both;
|
2242 |
+
}
|
2243 |
|
2244 |
+
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
|
2245 |
+
clear : initial;
|
2246 |
+
}
|
2247 |
|
2248 |
}
|
2249 |
|
2250 |
@media screen and (max-width : 782px) {
|
2251 |
+
.yith-plugin-fw-banner h1 {
|
2252 |
+
line-height : 1.2em;
|
2253 |
+
}
|
2254 |
+
|
2255 |
+
.yith-plugin-fw-banner h1 {
|
2256 |
+
font-size : 12px;
|
2257 |
+
padding-right : 10px;
|
2258 |
+
}
|
2259 |
+
|
2260 |
+
.yith-plugin-ui .yith-add-box,
|
2261 |
+
.yith-plugin-ui .yith-toggle-row {
|
2262 |
+
width : 100%;
|
2263 |
+
}
|
2264 |
+
|
2265 |
+
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
|
2266 |
+
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
|
2267 |
+
width : 100%;
|
2268 |
+
clear : initial;
|
2269 |
+
}
|
2270 |
+
|
2271 |
+
.yith-plugin-ui .wp-picker-container .wp-color-result.button {
|
2272 |
+
padding : 0;
|
2273 |
+
}
|
2274 |
+
|
2275 |
+
.yith-plugin-ui #plugin-fw-wc table.form-table th,
|
2276 |
+
#yith-plugin-fw-panel table.form-table th.titledesc,
|
2277 |
+
.yith-plugin-ui #plugin-fw-wc table.form-table td,
|
2278 |
+
#yith-plugin-fw-panel table.form-table td.forminp {
|
2279 |
+
padding : 20px 20px;
|
2280 |
+
}
|
2281 |
+
|
2282 |
+
.yith-plugin-ui #plugin-fw-wc table.form-table th.titledesc,
|
2283 |
+
#yith-plugin-fw-panel table.form-table th.titledesc {
|
2284 |
+
padding-bottom : 0;
|
2285 |
+
}
|
2286 |
}
|
2287 |
|
2288 |
@media (max-width : 480px) {
|
2289 |
+
.yith-plugin-ui .nav-tab {
|
2290 |
+
font-size : 12px;
|
2291 |
+
}
|
2292 |
+
|
2293 |
+
.yith-plugin-ui h2 {
|
2294 |
+
padding : 20px 20px;
|
2295 |
+
}
|
2296 |
+
|
2297 |
+
.yith-plugin-ui [type="radio"]:checked + label:before, .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
|
2298 |
+
width : 14px;
|
2299 |
+
height : 14px;
|
2300 |
+
}
|
2301 |
+
|
2302 |
+
.yith-plugin-ui [type="radio"]:checked + label:after, .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
|
2303 |
+
width : 10px;
|
2304 |
+
height : 10px;
|
2305 |
+
top : 3px;
|
2306 |
+
left : 3px;
|
2307 |
+
}
|
2308 |
+
|
2309 |
+
.yith-plugin-ui [type="radio"]:checked + label, .yith-plugin-ui [type="radio"]:not(:checked) + label {
|
2310 |
+
padding-left : 25px;
|
2311 |
+
}
|
2312 |
+
|
2313 |
+
.yith-plugin-ui [type="radio"]:checked + label, .yith-plugin-ui [type="radio"]:not(:checked) + label {
|
2314 |
+
font-size : 13px;
|
2315 |
+
}
|
2316 |
+
|
2317 |
+
.yith-plugin-ui span.description {
|
2318 |
+
font-size : 12px;
|
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 : 15px 20px;
|
2326 |
+
}
|
2327 |
+
|
2328 |
+
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
|
2329 |
+
width : 48px;
|
2330 |
+
height : 20px;
|
2331 |
+
padding : 2px;
|
2332 |
+
}
|
2333 |
+
|
2334 |
+
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
|
2335 |
+
top : 4px;
|
2336 |
+
left : 3px;
|
2337 |
+
width : 10px;
|
2338 |
+
height : 10px;
|
2339 |
+
}
|
2340 |
+
|
2341 |
+
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before, .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
|
2342 |
+
left : 30px;
|
2343 |
+
}
|
2344 |
+
|
2345 |
+
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after, .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
2346 |
+
font-size : 11px;
|
2347 |
+
padding-right : 12px;
|
2348 |
+
margin-top : 0;
|
2349 |
+
}
|
2350 |
+
|
2351 |
+
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
2352 |
+
font-size : 11px;
|
2353 |
+
padding-left : 12px;
|
2354 |
+
margin-top : 0;
|
2355 |
+
}
|
2356 |
+
|
2357 |
+
.yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
|
2358 |
+
font-size : 14px;
|
2359 |
+
}
|
2360 |
+
|
2361 |
+
.yith-plugin-ui input {
|
2362 |
+
font-size : 14px;
|
2363 |
+
}
|
2364 |
}
|
plugin-fw/assets/css/yith-icon.css
CHANGED
@@ -6,10 +6,10 @@
|
|
6 |
/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
|
7 |
@font-face {
|
8 |
font-family: yith-icon;
|
9 |
-
src: url("../fonts/yith-icon.eot?
|
10 |
-
src: url("../fonts/yith-icon.eot?
|
11 |
-
url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
|
12 |
-
url("../fonts/yith-icon.ttf?
|
13 |
font-weight: 400;
|
14 |
font-style: normal;
|
15 |
}
|
@@ -87,6 +87,10 @@
|
|
87 |
content: "\e914";
|
88 |
}
|
89 |
|
|
|
|
|
|
|
|
|
90 |
.yith-icon-calendar:before {
|
91 |
content: "\e904";
|
92 |
}
|
@@ -107,6 +111,10 @@
|
|
107 |
content: "\e921";
|
108 |
}
|
109 |
|
|
|
|
|
|
|
|
|
110 |
.yith-icon-check:before {
|
111 |
content: "\e905";
|
112 |
}
|
@@ -131,6 +139,10 @@
|
|
131 |
content: "\e920";
|
132 |
}
|
133 |
|
|
|
|
|
|
|
|
|
134 |
.yith-icon-drag:before {
|
135 |
content: "\e90f";
|
136 |
}
|
6 |
/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
|
7 |
@font-face {
|
8 |
font-family: yith-icon;
|
9 |
+
src: url("../fonts/yith-icon.eot?fb249816d6b6b6ea4bce1bf9f7028937");
|
10 |
+
src: url("../fonts/yith-icon.eot?fb249816d6b6b6ea4bce1bf9f7028937#iefix") format("embedded-opentype"),
|
11 |
+
url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAACJoAAsAAAAAOVgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFY4xksNY21hcAAAAXwAAAG1AAAE8hMl1hhnbHlmAAADNAAAGyAAACwY5txa+GhlYWQAAB5UAAAAMAAAADYcu7gWaGhlYQAAHoQAAAAeAAAAJAQ1AjRobXR4AAAepAAAADAAAAD4eeb/52xvY2EAAB7UAAAAfgAAAH5LMz6cbWF4cAAAH1QAAAAfAAAAIAFcAVZuYW1lAAAfdAAAATAAAAIiyMcJZnBvc3QAACCkAAABwwAAAtlwX/nWeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/M44gYGVgYNBjDGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHF4yfJRlAnH1mNgYeIE0I4gDAI+/CFF4nO3UR47bUBCE4Z9Ko5xzmOyccwZ8BMMn9YG88q6X7wTjapaPYQqfQD1RT010F4E20JSn0oLqDxV5/NZqVa836dfrLX7pc1evBsRtaZTT3Z3OKFVp51l9VPr+Bz/rXduc0WPCkg1H7skLXvGRD1xz0Nk5J4aMdMUz3vCer7zkCQPt0WfKjjlXfOEbWx6z4p1q+cR9LnnNBTd85qEqadHRP854zlvWPOCWR+wZs1ApHf4fw3xrTv99+p79sux6VJZTEA1Tz4imqXtEy9Qlom3qKNEx9ZY4M3WY6Jr6TfSsXu+bZoAYmGaAGJrmghiZJoQYm2aFmJimhpha/duZaZKIuWmmiIXl3cfSyL1XVt/L2jR7xMY0hcTWNI/EzjSZxN40o8TBNK3E0ch7OlkmJ84t0xMXRtZ+aeTeV0bWfm3k2o1p+pU0Uw6UNFMiKA1TNihtU0ooHVNeKGeW6S5dU4YoPVOaKH1TrigDU8IoQ1PWKCNT6ihjU/4oE1MSKVPLp0OZWT5RytzIuhZG1rI08tqVKcWUtSnPlI2Ra1tTxik7U9ope1PuKQcj145G1nsyFn8Bt6mdBQAAAHicrXoJlB3VeWb9td3aX9V7tfR7r+rt71Xv21tKTXerpYaWkBBCEmpJmB21MHjMOCjBWDKxZXzGNrYx4zOZYEsyJvGKlzOTk8SBOAc0OYDBmePYYfDY+OAkRs44icchSmayidL8t+r1IoFJfM50V/9197r3v//y/fc2YzP4A99lGSbHeEyRGWEmmAXmcuZa5iDzVubfMe9m3ss8xPwn5tPMV5jHmaeZb2Prerfq1GuiY9luuzrd61qdVrPt1DmranFYHoDtzsJ0bx46LdJtO+QNyrpvUBb9G8vCNyij301LOq32hnR9Y2YE3rgRPDESnx3RTFODo0jj58+e3Q5Ht5+lJZS8evYbAU0HqmUNBhuSh33NsjRKBv0VWqTSyqFgZUP5DYTjeY6SUKUphRMEbn9CFcyPKWkhz1+91hBOr6yYWnyaDggrmnnllfEJWIlPw0z6YfqVmSA4bakZmkMyksmcMDWDftXQzGHDGL40t0Jb4lgnVlZGLuoHx3iRf5OHiseFmGFYgPczAsM0IfIiD5j4QumVH5VXAEqvvFLCNokcne+3CdM25+2f/MT+5YQm1Qxz4QJ8iAXaRpDBIx68Lb6QDAH0B9/9dkjeD+dXx8J27zhPh+ETuj7WJ9KxvDAKI/h1OpN0lFJ8YW2cB9NxItrG+zidy3k+obiuC8m6PpF+h4QywCvpGPCu5J0Ms7a2B1fb4dp+Qkc4/6sJpdUaJSwD/8CoqEd11KJZZjtq0c3MCnMHcxfzIM7g58joxrS3UXQ3SC77r3eFkDgLyNOQdJFjUZ20p1FD69Ua6ucsRJco7K8YVAINlLZehhUENpOkqARSEtJE0mIkTSF55U17gLbr13bt9U3/7tv8W3+tZXRYNp5j2b/S/q+WzWrwNNKnXy9cV7+57MGeiZ/tb/yDVcz+j/Knsqf3BmwcsyywbJDV4zgZmNWzjJ7uI9qwOhMyo8wU02XmmC3Mtj7v34k2jIF2Yi0moJWBvvlw+oaE8oQakhGglonSJrLQIU61S2ozmA3YeleYrFcjoUlcz2l3N0MnbIVd14uQ1h0DbA/LW5Frk7ATYYJuC90UUmt1etOuLcJZQ5SkvyXkbyVJNIHqJjyLVJ2vlKESL589e13801moVOAxiGcAvhH/nWL6lu3ocs7QZcOlScm2m7pe0nU7Wyg0CoUskWVDlmFUEnsSf4Lj3sfLHVF6wdLK9ANIKpW5h/3SsXeV/RdeePjhh/1K5YYKHHE0NmezdlkW+RJLHJnN5VgHc0LAeoLFLipcnv9xET/QKM7TDxgylfwNPB5hlpi9iSdIrWqwMXWxoIXoGegf2PVmru2smm1vLdUmdafutJGr7W4dXllObNzRxMgtr7HpZBB8IwjgAOXNxhYHfuDPzOADz5SpSSun1NLie5OuD2hWeWVlJf40avSHh6jhHoJB+ho8SXv5DKOvrYtjLKacrK6L/m87cxVzhPkA8xHmP+I6cY9JIj84VUzbbkTnu7riWTZd4kWFbS9tmS5ytb4e4VKthBXdSxjF4dDjEEau122FrW6nF6E0uh5phUhdxxbDrujYXid0ejBzdAZZ4Ac+ssJPGIFpf8b3X0mKaNVq+UxSfvdyyrp1jv5P1/RlzRrwVLMw4BYs1TQ9xcyPm130CV8M/CXkFf6gx+gz1ff92X5yaTBlYpD8xPdS7vobmR4/NjAAMinobF0kqp3NcwMeqxZltiEk2RtKvCbPyGKJuhdGTG0n7sEcsxW19lrmFuYo2ktrXVw2ppBBia7+XNGbhVaY61K5o8SroXqWYBp1dhy42jh0NsN0CWwDIrFeQ3vQjaiKBuCVINicUTwlsz+jumpm3tRNZUuS3J8Ub1EzGfXLPLtsmo9Y1rmhbYOD2/YtDQ0tDVVnqtWZRUrqvMzxEQFJkyYF7v0wHdBOQUrv4fj3qKajZDKKk1JTjb+pmkYGpid2FCZ23NUfcN+2wfhn/RGR7CdshZcm0ICIoc+plF3mBrkl6HMyffxW7uvnRILgrmfuQWC3Knr9P+Ffyef+v2j1Ud9fDgJ8Dvj+BebnZe7+BdUd/P7PyCVvuPYXNADIPtL32S8i94pMgxlDvb+OuQ31vXqJavbdKOYd8jrTvurXnTVnnKDSere9CjpX0So6aa8djgMR2vCjeG7NMyqJr4Sn2bMDtdpkrTaAc89b1rGyKMuiZdN9r2HyVduiyaS0hingC6WAc9X4yzfCzqwWx3o2qwOrZeM/S7wku5MONlk7lB3I4rMia9KV+CeJR0T5yJWShsMcwWE0Gcb2vUVVubsSrEd9KQd/Qi2+DBTqsFz87ReC/wIOPBHfdqbyKNzLUKlb1VmNyaPUMdWNmsVdpHN9NLj0zqWld36YkqXNd2zefMd9lOw9YC+8ze2XI4Gz/Qok8Zndzsz92VVslWA9hykxEdqIa5hDzGHm3zPHmfsxOqHoDr8ROiUWv1530g+TUERfT7zeAoRT9Sn6V58i+IuUFrenObcMU96UNzlFPTkJnTIkPj0KyUzSs9magKnQCdHtJ+NMRb0oFEkNCyimwnSExWwo5rChE+I3Qky0sfn/ThZ25zxdy/zSPUtL9zxvEpLN6J77vJCVFaIQhxNyOaXRsh9XNIfjBpRGkNsnS5LiOYpY5BXwAf6UFXhNyGdJtkAEYEU24H+oKKws6yXIk+KyYehK4BRqHC8iCtONHOg1/7MJ3/7Qh3lk43yQMHbbgCCamaxVnvM5ABZ4sajHh2RJZ0EpGHn3fraYy2TMSvMBRas3IeQMQyuBatSaH9KMDC/ZDtf6As6IE4qknJcU2c+V4K0cR4DjOEVSC1ZxHSvH8L0+5vbA+85/z/0u5L3Jrzufh/dYa7JDbReNN2exXa2FKtNDFUEzvO5CqdJ0hfrGSlvkLg7+6lszrpv5o4zrt4p/VGy1isswlLwp+Yt+nZv54/57eblf5/9xvz0SmOrXIllfw9fh62hXmQRRh6l8Qel06fTqA8yGDFUEbPs1+Fpij7EXhDkgAL9hx1+ybTiAL/hdmoYDCWHW7A/lA7Xf+cRyL6BkMzm63DREbhO0ss0EV4SkBAL+JVUtatUFCjGSZhRArTMlZ4vIwTW2Ob6bkSRcM7WTU35pQNCz8U99vjEwMGDYt9x8M2w56s8XW41GyhNlnR3wVMJZEt38KWzc4H3W+aHglf0slP2Haft5/2ifi/Hfr3EblyX1beujuDIv8UqrEdHrrKtQnQ6g2u1g+TxUHTvxLf+GsP2i4GejOY0n0ZTGm+BZtKrw3O2VynPGahQzt5Z6x1qqtxbYwKepFU3jCi3rs1HExv/MnjzJHq54bxIfs/048hQiGcSTzWqIshIJ1YhKDjwe33/ZJ2696bF4L+wde9/yoV+5/e/v+uqX7/+bzx0+depatLf/fOHvUK0ZakOBIGj00Ph4Ebpi+kJeJC/SbeMLft8e+m8j9lXX2CN/OGZfs+uiHOD7ibT08WFnF+a+meaex1xf5wgrMjzujU5tO4mgjpJN3x6cit9rHIf3DW1ZXIh/uEuC3CIrxu89ZsCJLVdsiQ9KV0H2CjqEcOFfcBwBfoy7GjKXIUrejfNGwEpNpEgQUWGiPY1mEq2lUBsBmut1Oxic2mKOtOo1NL1oljFeoiYVBGzYnvZoBUW3pBWRHpzXnaFRZ7ZTGdm2u1rxRsa2bx0PHZXE59GNe7peaIqe/didg635LeOjniERxW6M3mXDb8cHWmM7Li8EIWLPJrd59os5EU1Ytu65wXSjOCwN6BWvmTPluic0CrrucYYN4p1a2W3mMrKcyTa8t+Mo324WR6SQaxaIPB/sySUhAt9f9wOMmyCFHu5zDVeN1p6uddpDT0JXRsQmroyuH+twrd4qSghXcQMw/dVI5bG3fOUt4yWJqE44vjV+qTK6dHrbSAWX8IEdY08Ums1Os1kwbNu37eM4b9uU5Wp5br5clWUz1/QqH2wWRoaLjWZxdKR4uIGNO41baGPf7sc18FX4xyQaPoi+8h3MfcwDzMPMZ5nfYp5lvs38GFfQSqY8hS4T10DDDoJRxsWYZR762xlthm4LLU7bE5PYN+p5BhADvCnRbWMumqKN2g6OyNE1oys1oBbiyxYpzMYi4lKHjBxZgN50lL7SohAxeHsKTRWx61M1gploGrvXw1qr2V5NYSlxRJSbdEJhF+WqhWz1qLWjWN8OcQSbrimBrmEaR8HnlJxhKllb0WzCgzJwQ3HWUE3VSMjyXNVuDrkZjoX4McP4nn/55MRCacmVhz0B7TcRFn1lICMZMsk61R/wksoP8kBU/ishTVPyIA9Ypkr8EK8e5ymVkoJ9IAkiAV0/KQkzogSUErA3YZKIM4IkCQ+BorpsThXRIw+0eq3dnAQmlDOmJwkSV+ZEUfIe0lhW4jUNJEUgmpT1CCcohqHcR0nGEjU/o3OSqN72rhtkwivTLLFEQePpt2WFZzMyj6vIGA7cyquETo7w9w6tJjU+XQKS968nRzaJRBZ76h2CyGIcw5GSpEosUcliXVd00LCSa/kDaPe72zmF5fj/4JqSrkicWBwQeKJkFNO9OK7LMD5TYQZRFi97vf0nFmpKBhKShwiGoDOFWuU5HFUXqjYRVSC6/3A23pScij5H6XZe4w+d4lXh9rtBjB+AR9hf3r33DwYajal6PY9YuJDLsYylrnfx4z/ZJgiHHub52yETP/9L8QVg79695yjkaJepxg25Au2V6Pva3Kk/p5FVEkc5ND66ZP5gVa1z1Lee2zC5eAyegxMjw1+A+zbOIPbhuXjTReNT/Bww1TdD0KT/5Z+DoXfRj78xhF7BGVBffOE8+uLXEJOpjMU0cScWmQMYHTKRR08zu9THTLDU0aBoorKSqlX1EGqgMnmuzbXDnBii5rco6fQipE7P6yL6sKoLLDUdOElqwDGE9tyehwjZ+4g9UUdAmatP2H5C4S5F8qQrIb4fGjfCQFHeLb04Ph6F4fXjnpTRHGt6pVFfPgdLEhENSfaG860ucOWB3NBHtnP80n+1x0uufpPulCfsRcMtjdvxdxArX/k+ljlyyGoHrrNb8uDaqfizhhEMVP38qBmArI2vxDP3CoJm5pyBoXy3qeZDWeI72wVhW7oH8CzECfZqM1vSE61xQN4nEe/Gw8FmujVYLtgihoMJusJKarJE4tS71NRMu3AKBq/Yc8UgZPP5LAwjjf+8Em2Nqq9CURLj79LYDYZF6UMSKeima0K4OHjFID6L+ey3aB8ki5WoWo0qi/9EG3+Lhnw7JJ1bWJBM1TRT2blwIZEdF+e9idlJT6XROqczR6lBjxt51NmsyxPKVpPuERrsElCXi16qjdLlJYujW4d2k1pW9L7HC8HckXtvn529fXboqtJxXpNiv3PozkPtNpIOzDlbW+MtAQ2CUG6Wu6ZABIm1WYwsMawgIitKA8dLVw3N0gHuPTIXFI7zkgZm51CnP8gHy/UCr6LhcP2CKKormipTg0NwtQqQtdgSzqHkhrgvTI7eAYTIY8FKeY9q10sC7gA8dAXdDj20nXa5biK9jo37csY+sM+Z8EFDSJdAw89/nv3r73I8+5nPILR7kZe5V2jEDR9x9h3ITT7z/MfXw2efLT5ykgWf9bPxuWc+ybEnn2HX44Jz4NIZglPtwjnUZ2d4eENdhtblqk7VQFvlg+Gv6TrF+VuYW5g7MWZloi4CB+qe2k6bwgK6dxMwznU2s+mxn0sBxQiEqV7hnpahxNkGSxwPMdaqoUD9dL3exo2P1s+evYQZ40BdMSKUEvyNrLOmwJXQYOVERQjljCoSLaeWVV0RBY6lgWHWsLKiJDZVUxOJkdN61fqqoVF12Vo1PmOj2jXNTmdnp6NO8BJX4kCUOXeQQ+H+aIBxj5STJVbXNVWUBFZhJTVjZzTCViqsKKiSLPMKbjqReFblJMWwTV1mgyNq325trtdkbXR81daZym92dnTwubLNcwVOJlxuhBflvpzAEzCCcmIxBeR7uvAaosNLE9vz9Tw+H8s38vg8lOaAydJcPnvRqz8uWkzEeXuYt2O6jypCil4zbAJgQ9ujRwAU51ILOAtugklagKBmQzZEMJWALA53amMHhE/JLpOpBDWGU62wE03BS4ZUfPvM1byOzpxzcLGytI0TjK2SIiqsi1G+ovNXz7y9qHBc/FGH44mc5lVebI7f+HFZJgp3M2B0ry5K2HnGZnnaxrXUusRziHpD20BEAV8oVAv56yoWAhyJ3JSRRIxfJFQ/1F7jZiIh9LEq11XKw/GZtVyjOlGsJw3iI7h1hCbja0WCtQieWLGU0ZtZnWNZXiPJdYGU3i3Dy0wOLVWZGUZdnmOWaISLYlm/xI2GpN5FyUzCWCt0aQjr0DM0koSADop2UnZRSeoWsRmcnpBI/Jerd7iC1hiNXwBTEve/pjiu7tZdgVdVLaO+2ygG1VqRlUxLMzK/Oj466sLnJiRTi08knVs8gqLR+BScWBbl+OxLUtPyD08KFqmG+njx8JVSYM5dk3Nz4WGGURI7DHC2L391ZhSx9jUY4x5ibkJpfB18iV5X4r2+5KIz140eSKhHbVxxzstNUjYcyAVBGAS2pKqWqv62H4abwtA3Pa/ieb9vB8Gg79tyUrf1mKV9UrOOJSeiz9AA+YvH4djvnYKTvw7HjoNMmw4GS5qp4ZOhw2wK30aHqXhPXlR347xuWfq8pf8eHepxzXrx8eBFyEH8s8c32sdz9NykmVyVdNvUwsG5l4dfxuevKXm5f1ZC2yVnJdRa5tpWPbGYZ31qNIGJ/f54rArfYWimmgbE1cQJ01M+7IYObJ4CJLgvfnY8hwa/A1srnXK5U4kfgcOtxTBchIfG0MLbvXK3vAWrgnAx3BIuttYwHrwG30rOFelZVP8ckdTRvFIXSaj5NUBI7nxJrRVG1Maiq23jBK7a7rS79qLfuzGaW8kXnIPtiT0T8J87XXvn9teSkgMdLMH6v9phIxvGohsRCKjjmyb2vBsH2L7z5NaeNrFpYu8EVvTnc+EfE7/OJ/pSp+dICC6b65pCPbdjhWuH0BEyAT52IN4E74nvT0GmgLpM3vrJ6sTE4sTEQvwj9PdnD8Qfg+f8FIiyyNFH3/q/aO3ixG9eS2P6hA8vwz8lPNjF7EVsiIiitR7eLkDqkNIIl3DUcvXSGBexnuj9AldXjOj43VYvy2rh2CGM5e0d7bbGZnutru+c8XYMT04O7/Amhi8vlS4f/oRrlRQ9W8irWb/g+lnVyuZVqzhpRaYpcrI3snDdPTqP0fOQ5zUa+Qyv33PdwoirwJ4PXN8tFrvXfyDjVBqNiv1sfgAU4htsCx2ekyty+Tyr+gobCpLqZou3VnhdmZXFMt+XzTOICYVEihN5SPCxB/BU6TceLT1JKftk6dFHS+996il89fs8xTJpnxStWIm0HrSffNL+0pcohRH7zBn7K/HerzpnzjgpxFmNAVRmmWoM1X96YIcMI8g2DK/76AwF3htnw/UDMRKihEaJeUiMQ1hKzim9XNgX2TR26Hbgh4Egy0JAz/md6mUrc4jFJH7TzXMCz9NCMRB4uOy2WXphBeE2/+EhZ/O/2HP1g5Or7vcvsAafz9i9hbnbN3O8sNqNi66PODoaO3v7Zp5j0w+xHFvKnxrLXQGcvblSWwUMO9fk7KUkHkxjniGq1/RClLpGFO6u1ebSs8uuVSX9OyaOXquioYeX4l1128qfy1t2fcE2zhk29I4Fwa1BQD4aPBvAB/34p8MDjjMwDHb802KlUgR79vvf/z48OHvw4Kp9SvhdWo9C0dmsnrihquFn+kFdP9L8P+PUenS+B8+dOoX51XgSnCl7eZ8zfZ6Gc34a263eJyUxXQO93STTYRaoLsHGYA4S20JNC5ait/OQ0lzTRlQRERpC1RHNL1Dsh6pEzRBHLU91AUUhgfnUClHpAGYbvVf4KCXxdxE3XTU/nJme7ZTsbHMMtKACUd7xd+6utia5Pw3EkYpjOPmp2sCgsnNoV6kAogGjrawttKvNzXewTH8kJBcYHGx83C34k743lMkuDRpG+Zr73Kai7TugqFFDKU+qnig33fKYl4u/FBR8yA4uZTNDnmFE5eUJ7L4W/yvwvcQ7TjPz6WlhVE12utPqIwDPzXW6VQSpTlWoIldE0j/YRY71sDFKvEBdY3LKZkfu9AJsRrDcotKPmtaC37ElwdbjXZolSCb8DnAQb4cX46cFvxHwW2kQtSgU674A8yi58aeIq/OkQPgOJ3FXExB3k4zfbD6iiDJw6Nf0+DUZk0X6X0DxiuV5Fsq4Zdv05ctmRlRVMfMHLDvGmfwmQZIPy3uLDsNfeI1igWTv07tYpsm1aoQTE//daRaByjK9kIbXXuWz/DlOkuAsIqjmD37wlzSA9+DPCYkDSZdUGb4W7zw48mcfppqSYAwWcNwsjppH2W0wreS/XNoY+23GmOK3YAdanYsODHpoi+vz4HqIWdEM9yL6fyv1HkYP9ICu5TlY5rUjemRL/4WlLUbdqFZv0aaIX+l/ydTo1Rlm188DRWzc6tfYZUBpXT0lRFNPS+jO0A+L69fAPfy026+ho9Js1O7fkFJNp/NLjoPpOSE9CcRGE0CLnOS6J73HaEXdsF+cniXicKggSdGGmw5cUb84PVvEMWnoswDdDVdILjKhX5y0oF9NJ9BOb0vi+my9PrtEiV0t2sKybVlV1rCtbG7Or+znBdhf8e09uaxVAyy17LlidT8v/hLLGxI6X5k3DEMPdUEWzCxAMWfnUJZyJi8LWIp1pix6uWIxhwpk9ptKgplba5o1hdWmvIzxk6QTbA4qkUwpi7GAoGHkLeA7I4iqoCluXsVKm6jAqkVXlQVNwCoDm6hEETMipxPZJGrSX+ewQFnvr/GK4hbX++ddRdvYX8M3lxUV7A8narPbZmsJ2c/ZXumyIqeoeZ9TFa5ic6XSCKtjiOr5ryuOACxTUAS9havVcU0Y62t0TTlRI7hAIui42BZiy2zKgxxqYdqWMlRM22IX7CjzaVsczrT6LFvsT13WL5q6aIicKVmkv/QMJ+qXLt0r6Gx/7cg6RbmYdbrIZdb7mxwOuIH1yCc5Zf2aL4dvshxGOIuYEkkS/hFqvwmC1VqUHJO1EmHHQnpoJHpJkBiloErsH7PbPYE2FuG5RuRz3PxOVzPUDMD8AK5Xlot5q9bOukKG3g7rVjg2nsuK8nKrx5PlTd2x6mWhHL+qA7vUgK35wk17t7LsfiGrlbYHmfGRTKHCsqUx13LgloFK1uG4sm6W3dBvjV69NHs4KArTL6l2bSvz/wDOM4tleJxjYGRgYADi0BkB0+L5bb4ycDMxgMDd07snwOj/v/5/ZuJmYgNyORjA0gBnoA1yeJxjYGRgYGIAAj0mhv+//n9l4mZgZEAFdgBfPgRtAAB4nGNgYGBgAuP//5jgbGT8/z92Ni41uDBIzf9fUPZvEGa8R0gPtfH/vzA2AE+EEzYAAAAAARIBJAE2AUoBXAFuAX4BkgGkAmIDFAOABEIE3AV+BggGHAZSBygHOgeKB6QHvggsCKIIwAj0CRgJlAnsCy4LjAu8C/IMfgzaDUoNlg2kDbIOXg6KDy4PnhAmEDoQThB+EMYRAhGIEaIRvhI2EnYSphMuE6QT0BWkFgwAAHicY2BkYGCwY/RiEGEAASYg5gJCBob/YD4DABf0AbQAeJxtjz1uwkAQhZ/5iwJShBIpUrpVijQR5qeg4ADQU9Abs/5BttdaFiQukBPkDDlDTpAyZ8hR8mxGLhJ2pdX33rzZ0QAY4gsequPhtn6r08IN1YXbpKFwh/wk3MUAz8I9+iPhPl4xFx7gAQF/8DrVb/dwwi3c4U24Tf9duEP+EO7iEZ/CPfrfwn1s8CM8wIs3P6cuGaWhKdY6PmaBbXQDG20PqSnU1J803koX2gZO79T2rA6neOZcpCJrcrU0hdNZZlRpzV6Hzk+cKxfjcSS+H5ocZ6TcJuHWKUIYFFhDI8YRGTe2V+r/nQ07LA7UlVKYwsfkSm7FXFFnA1Y0dsxumVPsPXHmjK5DRB0xY5CTlnVnlc54DZ2yru3phPR9Tqi6Siww5o3+5P16dv4LqwRgqnicbVJpd9sgENTEyJVt1Unapvd9X/S+j/S3UFhJPCNQQYqf/n2RlKT5UD7sm9llh2Ug2UmmlSb/X4fYwQwMKeY4hwwLLLFCjvNYYxd72McFXMQlHOAyruAqruE6buAmbuE27uAu7uE+HuAhHuExnuApnuE5XuAlOF7hNd7gLd7hPT7gIz7hM77gK77hO37gJw7xK1kKKV1nW23LtfDebblyW8uFaZf/6HHFUNGeqQx0d4Jel9VYWp3h+YS7ZihkJ2T5W9gNlxXJDRtgLoUhq4TnQqn1KamdpX7/lIbYoDpD2UmGSRGqxSgzyOcTktpLQwcTabwrPYVwnE3HbCpNVF7EGGhoTEfEpGv6lfSkdMul8CqVcVrLlBclG5JL6omPW9Uswrwi00TLeCWsSnUtSsq1LRwPfzoRVdhAVkaHlgcSXlbMOLlZxH1WF5p8VgttuOvaRa1tF8ZBRrQa731sT+08zRvRN8LMGlXMG3JNtKAxUwcbQOqpMX2MgVoWxBHlodJk1GRgFpwf34UNYNnqmibttPXRv3nXGCdU1gXy3BVFeqQVub2t8Ha4XOu1sKWh9db5qBhPGL5JYL1uqyT5C2UN1gAA") format("woff"),
|
12 |
+
url("../fonts/yith-icon.ttf?fb249816d6b6b6ea4bce1bf9f7028937") format("truetype");
|
13 |
font-weight: 400;
|
14 |
font-style: normal;
|
15 |
}
|
87 |
content: "\e914";
|
88 |
}
|
89 |
|
90 |
+
.yith-icon-calendar-schedule:before {
|
91 |
+
content: "\f11c";
|
92 |
+
}
|
93 |
+
|
94 |
.yith-icon-calendar:before {
|
95 |
content: "\e904";
|
96 |
}
|
111 |
content: "\e921";
|
112 |
}
|
113 |
|
114 |
+
.yith-icon-check-progress-circle:before {
|
115 |
+
content: "\f11d";
|
116 |
+
}
|
117 |
+
|
118 |
.yith-icon-check:before {
|
119 |
content: "\e905";
|
120 |
}
|
139 |
content: "\e920";
|
140 |
}
|
141 |
|
142 |
+
.yith-icon-crown:before {
|
143 |
+
content: "\f11b";
|
144 |
+
}
|
145 |
+
|
146 |
.yith-icon-drag:before {
|
147 |
content: "\e90f";
|
148 |
}
|
plugin-fw/assets/fonts/yith-icon.eot
CHANGED
Binary file
|
plugin-fw/assets/fonts/yith-icon.ttf
CHANGED
Binary file
|
plugin-fw/assets/fonts/yith-icon.woff2
CHANGED
Binary file
|
plugin-fw/assets/js/codemirror/codemirror.js
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
// CodeMirror is the only global var we claim
|
4 |
window.CodeMirror = (function() {
|
5 |
"use strict";
|
1 |
+
/*
|
2 |
+
* CodeMirror version 3.15
|
3 |
+
* https://codemirror.net/
|
4 |
+
* Copyright (C) 2017 by Marijn Haverbeke <marijnh@gmail.com> and others
|
5 |
+
*
|
6 |
+
* Released under the MIT license
|
7 |
+
* https://codemirror.net/LICENSE
|
8 |
+
*/
|
9 |
+
|
10 |
// CodeMirror is the only global var we claim
|
11 |
window.CodeMirror = (function() {
|
12 |
"use strict";
|
plugin-fw/assets/js/javascript-md5/md5.min.js
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
!function(n){"use strict";function t(n,t){var r=(65535&n)+(65535&t);return(n>>16)+(t>>16)+(r>>16)<<16|65535&r}function r(n,t){return n<<t|n>>>32-t}function e(n,e,o,u,c,f){return t(r(t(t(e,n),t(u,f)),c),o)}function o(n,t,r,o,u,c,f){return e(t&r|~t&o,n,t,u,c,f)}function u(n,t,r,o,u,c,f){return e(t&o|r&~o,n,t,u,c,f)}function c(n,t,r,o,u,c,f){return e(t^r^o,n,t,u,c,f)}function f(n,t,r,o,u,c,f){return e(r^(t|~o),n,t,u,c,f)}function i(n,r){n[r>>5]|=128<<r%32,n[14+(r+64>>>9<<4)]=r;var e,i,a,d,h,l=1732584193,g=-271733879,v=-1732584194,m=271733878;for(e=0;e<n.length;e+=16)i=l,a=g,d=v,h=m,g=f(g=f(g=f(g=f(g=c(g=c(g=c(g=c(g=u(g=u(g=u(g=u(g=o(g=o(g=o(g=o(g,v=o(v,m=o(m,l=o(l,g,v,m,n[e],7,-680876936),g,v,n[e+1],12,-389564586),l,g,n[e+2],17,606105819),m,l,n[e+3],22,-1044525330),v=o(v,m=o(m,l=o(l,g,v,m,n[e+4],7,-176418897),g,v,n[e+5],12,1200080426),l,g,n[e+6],17,-1473231341),m,l,n[e+7],22,-45705983),v=o(v,m=o(m,l=o(l,g,v,m,n[e+8],7,1770035416),g,v,n[e+9],12,-1958414417),l,g,n[e+10],17,-42063),m,l,n[e+11],22,-1990404162),v=o(v,m=o(m,l=o(l,g,v,m,n[e+12],7,1804603682),g,v,n[e+13],12,-40341101),l,g,n[e+14],17,-1502002290),m,l,n[e+15],22,1236535329),v=u(v,m=u(m,l=u(l,g,v,m,n[e+1],5,-165796510),g,v,n[e+6],9,-1069501632),l,g,n[e+11],14,643717713),m,l,n[e],20,-373897302),v=u(v,m=u(m,l=u(l,g,v,m,n[e+5],5,-701558691),g,v,n[e+10],9,38016083),l,g,n[e+15],14,-660478335),m,l,n[e+4],20,-405537848),v=u(v,m=u(m,l=u(l,g,v,m,n[e+9],5,568446438),g,v,n[e+14],9,-1019803690),l,g,n[e+3],14,-187363961),m,l,n[e+8],20,1163531501),v=u(v,m=u(m,l=u(l,g,v,m,n[e+13],5,-1444681467),g,v,n[e+2],9,-51403784),l,g,n[e+7],14,1735328473),m,l,n[e+12],20,-1926607734),v=c(v,m=c(m,l=c(l,g,v,m,n[e+5],4,-378558),g,v,n[e+8],11,-2022574463),l,g,n[e+11],16,1839030562),m,l,n[e+14],23,-35309556),v=c(v,m=c(m,l=c(l,g,v,m,n[e+1],4,-1530992060),g,v,n[e+4],11,1272893353),l,g,n[e+7],16,-155497632),m,l,n[e+10],23,-1094730640),v=c(v,m=c(m,l=c(l,g,v,m,n[e+13],4,681279174),g,v,n[e],11,-358537222),l,g,n[e+3],16,-722521979),m,l,n[e+6],23,76029189),v=c(v,m=c(m,l=c(l,g,v,m,n[e+9],4,-640364487),g,v,n[e+12],11,-421815835),l,g,n[e+15],16,530742520),m,l,n[e+2],23,-995338651),v=f(v,m=f(m,l=f(l,g,v,m,n[e],6,-198630844),g,v,n[e+7],10,1126891415),l,g,n[e+14],15,-1416354905),m,l,n[e+5],21,-57434055),v=f(v,m=f(m,l=f(l,g,v,m,n[e+12],6,1700485571),g,v,n[e+3],10,-1894986606),l,g,n[e+10],15,-1051523),m,l,n[e+1],21,-2054922799),v=f(v,m=f(m,l=f(l,g,v,m,n[e+8],6,1873313359),g,v,n[e+15],10,-30611744),l,g,n[e+6],15,-1560198380),m,l,n[e+13],21,1309151649),v=f(v,m=f(m,l=f(l,g,v,m,n[e+4],6,-145523070),g,v,n[e+11],10,-1120210379),l,g,n[e+2],15,718787259),m,l,n[e+9],21,-343485551),l=t(l,i),g=t(g,a),v=t(v,d),m=t(m,h);return[l,g,v,m]}function a(n){var t,r="",e=32*n.length;for(t=0;t<e;t+=8)r+=String.fromCharCode(n[t>>5]>>>t%32&255);return r}function d(n){var t,r=[];for(r[(n.length>>2)-1]=void 0,t=0;t<r.length;t+=1)r[t]=0;var e=8*n.length;for(t=0;t<e;t+=8)r[t>>5]|=(255&n.charCodeAt(t/8))<<t%32;return r}function h(n){return a(i(d(n),8*n.length))}function l(n,t){var r,e,o=d(n),u=[],c=[];for(u[15]=c[15]=void 0,o.length>16&&(o=i(o,8*n.length)),r=0;r<16;r+=1)u[r]=909522486^o[r],c[r]=1549556828^o[r];return e=i(u.concat(d(t)),512+8*t.length),a(i(c.concat(e),640))}function g(n){var t,r,e="";for(r=0;r<n.length;r+=1)t=n.charCodeAt(r),e+="0123456789abcdef".charAt(t>>>4&15)+"0123456789abcdef".charAt(15&t);return e}function v(n){return unescape(encodeURIComponent(n))}function m(n){return h(v(n))}function p(n){return g(m(n))}function s(n,t){return l(v(n),v(t))}function C(n,t){return g(s(n,t))}function A(n,t,r){return t?r?s(t,n):C(t,n):r?m(n):p(n)}"function"==typeof define&&define.amd?define(function(){return A}):"object"==typeof module&&module.exports?module.exports=A:n.md5=A}(this);
|
2 |
-
//# sourceMappingURL=md5.min.js.map
|
|
|
|
plugin-fw/assets/js/yith-fields.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={selectors:{imgPreview:".yith-plugin-fw-upload-img-preview",uploadButton:".yith-plugin-fw-upload-button",imgUrl:".yith-plugin-fw-upload-img-url",resetButton:".yith-plugin-fw-upload-button-reset"},onImageChange:function(){var i=e(this).val(),n=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),a=e(this).parent().find(t.selectors.imgPreview).first();a.length<1&&(a=e(this).parent().parent().find(t.selectors.imgPreview).first()),n.test(i)?a.html('<img src="'+i+'" style="max-width:100px; max-height:100px;" />'):a.html("")},onButtonClick:function(i){i.preventDefault();var n,a=e(this).attr("id").replace(/-button$/,"").replace(/(\[|\])/g,"\\$1");if(n)n.open();else{var l=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(n=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:l})).on("select",function(){var i=n.state().get("selection").first().toJSON(),l=e("#"+a+"-yith-attachment-id");e("#"+a).val(i.url),l.length&&l.val(i.id),t.triggerImageChange()}),n.open()}},onResetClick:function(){var i=e(this),n=i.attr("id").replace(/(\[|\])/g,"\\$1"),a=i.attr("id").replace(/-button-reset$/,"").replace(/(\[|\])/g,"\\$1"),l=e("#"+n).data("default");e("#"+a).val(l),t.triggerImageChange()},triggerImageChange:function(){e(t.selectors.imgUrl).trigger("change")},initOnce:function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("change",t.selectors.imgUrl,t.onImageChange),e(document).on("click",t.selectors.uploadButton,t.onButtonClick),e(document).on("click",t.selectors.resetButton,t.onResetClick))}};t.initOnce();var i={selectors:{gallery:".yith-plugin-fw-image-gallery",notInitGallery:".yith-plugin-fw-image-gallery:not(.yith-plugin-fw-image-gallery--initialized)",button:".yith-plugin-fw-image-gallery .image-gallery-button",slideWrapper:"ul.slides-wrapper"},initOnce:function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&e(document).on("click",i.selectors.button,function(t){var n=e(this),a=n.closest(i.selectors.gallery),l=a.find(".image_gallery_ids"),o=l.val(),s=a.find("ul.slides-wrapper"),r=wp.media.frames.image_gallery=wp.media({title:n.data("choose"),button:{text:n.data("update")},states:[new wp.media.controller.Library({title:n.data("choose"),filterable:"all",multiple:!0})]});r.on("select",function(){r.state().get("selection").map(function(e){if((e=e.toJSON()).id){o=o?o+","+e.id:e.id;var t=e.sizes.thumbnail||e.sizes.medium||e.sizes.large||e.sizes.full;s.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+t.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+n.data("delete")+'">x</a></li></ul></li>')}}),l.val(o),l.trigger("change")}),r.open()})},init:function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&e(i.selectors.notInitGallery).each(function(){e(this).addClass("yith-plugin-fw-image-gallery--initialized");var t=e(this).find(i.selectors.slideWrapper);t.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(n,a){var l="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");l=l+t+","}),t.closest(i.selectors.gallery).find(".image_gallery_ids").val(l)}})}),t.on("click","a.delete",function(t){t.preventDefault();var n=e(this).closest(i.selectors.gallery),a=n.find("ul.slides-wrapper"),l=n.find(".image_gallery_ids"),o="";e(this).closest("li.image").remove(),a.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");o=o+t+","}),l.val(o)})})}};i.initOnce(),e(function(){e(document).on("yith-plugin-fw-codemirror-init",function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.codeEditor&&e(".codemirror:not(.codemirror--initialized)").each(function(){var t=e(this).data("settings"),i=wp.codeEditor.initialize(e(this),t);e(this).addClass("codemirror--initialized"),e(this).data("codemirrorInstance",i)})}).trigger("yith-plugin-fw-codemirror-init")});e(document).on("yith_fields_init",function(){var n=e(".yith-plugin-fw-datepicker:not(.yith-plugin-fw-datepicker--initialized)"),a=e(".yith-plugin-fw-colorpicker:not(.yith-plugin-fw-colorpicker--initialized)"),l=e(".yith-plugin-fw-sidebar-layout:not(.yith-plugin-fw-sidebar-layout--initialized)"),o=e(".yith-plugin-fw-slider-container:not(.yith-plugin-fw-slider-container--initialized)"),s=e(".yit-icons-manager-wrapper:not(.yit-icons-manager-wrapper--initialized)");n.each(function(){e(this).addClass("yith-plugin-fw-datepicker--initialized");var t=e(this),i=t.data(),n=t.next(".yith-icon-calendar");i.showAnim=!1,i.beforeShow=function(e,t){t.dpDiv.addClass("yith-plugin-fw-datepicker-div")},i.onClose=function(e,t){t.dpDiv.removeClass("yith-plugin-fw-datepicker-div")},t.datepicker(i),n&&n.on("click",function(){t.datepicker("show")})}),a.each(function(){e(this).addClass("yith-plugin-fw-colorpicker--initialized"),e(this).wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var t=e(this);t.val(t.data("default-color")),t.trigger("change")}});var t=e(this).data("variations-label"),i=e(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),n=e(this).closest(".yith-single-colorpicker"),a=i.find(".wp-picker-input-wrap"),l=n.find(".wp-picker-input-wrap");if(a.length&&i.find("a.wp-color-result").attr("title",t),n.length&&n.find("a.wp-color-result").attr("title",t),!a.find(".wp-picker-default-custom").length){var o=e("<span/>").attr({"class":"wp-picker-default-custom"});a.find(".wp-picker-default").wrap(o)}l.find(".wp-picker-default-custom").length||(o=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(o))}),l.each(function(){e(this).addClass("yith-plugin-fw-sidebar-layout--initialized"),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"),n=t.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),a=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==a)switch(a){case"left":i.show(),n.hide();break;case"right":n.show(),i.hide();break;case"double":i.show(),n.show();break;default:i.hide(),n.hide()}})}),o.each(function(){e(this).addClass("yith-plugin-fw-slider-container--initialized");var t=e(this).find(".ui-slider-horizontal"),i=t.data("val"),n=t.data("min"),a=t.data("max"),l=t.data("step"),o=t.data("labels");t.slider({value:i,min:n,max:a,range:"min",step:l,create:function(){e(this).find(".ui-slider-handle").text(e(this).slider("value"))},slide:function(t,i){e(this).find("input").val(i.value).trigger("change"),e(this).find(".ui-slider-handle").text(i.value),e(this).siblings(".feedback").find("strong").text(i.value+o)}})}),s.each(function(){e(this).addClass("yit-icons-manager-wrapper--initialized");var t=e(this),i=t.find(".yit-icons-manager-icon-preview").first(),n=t.find(".yit-icons-manager-icon-text");t.on("click",".yit-icons-manager-list li",function(a){var l=e(a.target).closest("li"),o=l.data("font"),s=l.data("icon"),r=l.data("key"),c=l.data("name");i.attr("data-font",o),i.attr("data-icon",s),i.attr("data-key",r),i.attr("data-name",c),n.val(o+":"+c),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).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(t,i){var n=jQuery(".ui-sortable-handle"),a=0,l=new Array;for(a=0;a<n.length;a++)l[a]=e(n[a]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),e(document.body).trigger("wc-enhanced-select-init"),e(document.body).trigger("yith-framework-enhanced-select-init"),e(document).trigger("yith-plugin-fw-codemirror-init"),t.triggerImageChange(),i.init()}).trigger("yith_fields_init"),e(document).on("click",".yith-plugin-fw-select-images__item",function(){var t=e(this),i=t.data("key"),n=t.closest(".yith-plugin-fw-select-images__wrapper"),a=n.find(".yith-plugin-fw-select-images__item"),l=n.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed").trigger("change"),a.removeClass("yith-plugin-fw-select-images__item--selected"),t.addClass("yith-plugin-fw-select-images__item--selected"))}),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")}),e(document).on("click",".yith-plugin-fw-onoff-container span",function(){var t=e(this).prev("input");t.prop("disabled")||t.trigger("click")}),e(document).on("click",".yith-plugin-fw-onoff-container input",function(t){e(this).is(":checked")?e(this).attr("value","yes").addClass("onoffchecked"):e(this).attr("value","no").removeClass("onoffchecked")}),e.fn.saveToggleElement=function(t,i){var n=e(this),a="yith_plugin_fw_save_toggle_element",l=n.serializeToggleElement(),o=n.find(".yith-toggle_wrapper"),s=o.attr("id"),r=e.urlParam("tab");l.append("security",o.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),n.closest(".metaboxes-tab.yith-plugin-ui").length?(a="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="+a+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+s+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+a+"&tab="+r+"&toggle_id="+s,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,n])}})},e.fn.serializeToggleElement=function(){var t=e(this),i=new FormData,n=e(t).find(":input").serializeArray();return e.each(n,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"),n=t.find("span.title").data("title_format"),a=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==n)var o=n.match(l);if(void 0!==a)var s=a.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!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)),null!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)))}),""!==n&&t.find("span.title").html(n),""!==a&&t.find(".subtitle").html(a),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),n=i.closest(".yith-toggle-row"),a=n.find(".yith-toggle-content");if(i.hasClass("yith-plugin-fw-onoff")||i.hasClass("yith-icon-drag"))return!1;n.is(".yith-toggle-row-opened")?a.slideUp(400):a.slideDown(400),n.toggleClass("yith-toggle-row-opened")}),e(document).on("click",".yith-add-box-button",function(t){t.preventDefault();var i=e(this),n=i.data("box_id"),a=i.data("closed_label"),l=i.data("opened_label"),o=i.closest(".yith-toggle_wrapper").attr("id"),s=wp.template("yith-toggle-element-add-box-content-"+o);""!==n&&(e("#"+n).html(s({index:"box_id"})).slideToggle(),""!==a&&(i.html()===a?i.html(l).removeClass("closed"):i.html(a).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"),n=e(this).closest(".yith-toggle_wrapper").attr("id"),a=i.find(".spinner"),l=e(this).parents(".toggle-element"),o=i.find(":input"),s=0,r=e('<input type="hidden">');l.find(".yith-toggle-row").each(function(){var t=parseInt(e(this).data("item_key"));s<=t&&(s=t+1)}),r.val(s),e(document).trigger("yith-toggle-change-counter",[r,i]),s=r.val();var c=wp.template("yith-toggle-element-item-"+n),d=e(c({index:s}));a.addClass("show"),e.each(o,function(t,i){if(void 0!==e(i).attr("id")){var n=e(i).attr("id"),a=e(i).val();n="radio"===e(i).attr("type")?(n=(n=e(i).closest(".yith-plugin-fw-radio").attr("id")).replace("new_","")+"_"+s)+"-"+a:n.replace("new_","")+"_"+s,e(i).is(":checked")&&e(d).find("#"+n).prop("checked",!0),(e(i).hasClass("yith-post-search")||e(i).hasClass("yith-term-search"))&&e(d).find("#"+n).html(e("#"+e(i).attr("id")).html()),e(d).find("#"+n).val(a)}}),e(d).formatToggleTitle();var u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,d,u]);setTimeout(function(){if("yes"===u.val()){e(l).find(".yith-toggle-elements").append(d),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"),n=e(this).closest(".yith-toggle-row"),a=n.find(".spinner");n.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,n,l]),"yes"===l.val()&&(a.addClass("show"),i.saveToggleElement(a))}),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(){var t=e(this).closest(".yith-plugin-fw-radio"),i=e(this).val();t.val(i).data("value",i).trigger("change")}),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).find('input[type="radio"]').filter('[value="'+e(this).data("value")+'"]').click(),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),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).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 n={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 t=n;e(document).on("click",t.selectors.units.single,t.unitChange),e(document).on("click",t.selectors.linked.button,t.linkedChange),e(document).on("change keyup",t.selectors.dimensions.number,t.numberChange)},unitChange:function(t){var i=e(this).closest(n.selectors.units.single),a=i.closest(n.selectors.units.wrapper),l=a.find(n.selectors.units.single),o=a.find(n.selectors.units.value).first(),s=i.data("value");l.removeClass(n.selectors.units.selectedClass),i.addClass(n.selectors.units.selectedClass),o.val(s).trigger("change")},linkedChange:function(){var t=e(this).closest(n.selectors.linked.button),i=t.closest(n.selectors.wrapper),a=t.find(n.selectors.linked.value);"yes"===a.val()?(i.removeClass(n.selectors.linked.wrapperActiveClass),a.val("no")):(i.addClass(n.selectors.linked.wrapperActiveClass),a.val("yes"),i.find(n.selectors.dimensions.number).first().trigger("change"))},numberChange:function(t){var i=e(this).closest(n.selectors.dimensions.number),a=i.closest(n.selectors.wrapper);a.hasClass(n.selectors.linked.wrapperActiveClass)&&a.find(n.selectors.dimensions.number).val(i.val())}};n.init();e(document).on("click",".yith-plugin-fw-copy-to-clipboard__copy",function(){var t,i=e(this).closest(".yith-plugin-fw-copy-to-clipboard"),n=i.find(".yith-plugin-fw-copy-to-clipboard__field"),a=i.find(".yith-plugin-fw-copy-to-clipboard__tip"),l=i.data("tip-timeout");l&&clearTimeout(l),n.select(),document.execCommand("copy"),(t="getSelection"in window&&window.getSelection())?"empty"in t?t.empty():"removeAllRanges"in t&&t.removeAllRanges():"selection"in document&&document.selection.empty(),a.fadeIn(400),l=setTimeout(function(){a.fadeOut(400)},1500),i.data("tip-timeout",l)});var a={init:function(){e(document).on("click",".yith-plugin-fw__action-button--has-menu",a.open),e(document).on("click",".yith-plugin-fw__action-button__menu",a.stopPropagation),e(document).on("click",a.closeAll)},closeAll:function(){e(".yith-plugin-fw__action-button--opened").removeClass("yith-plugin-fw__action-button--opened")},open:function(t){var i=e(this).closest(".yith-plugin-fw__action-button"),n=i.hasClass("yith-plugin-fw__action-button--opened");t.preventDefault(),t.stopPropagation(),a.closeAll(),n||i.addClass("yith-plugin-fw__action-button--opened")},stopPropagation:function(e){e.stopPropagation()}};a.init(),e(document).on("click","a.yith-plugin-fw__require-confirmation-link",function(t){var i=e(this).closest("a.yith-plugin-fw__require-confirmation-link"),n=i.attr("href");if(n&&"#"!==n&&(t.preventDefault(),t.stopPropagation(),"yith"in window&&"ui"in yith)){var a,l=["title","message","confirmButtonType","cancelButton","confirmButton"],o={};for(a in l){var s=l[a],r=i.data(s);void 0!==r&&(o[s]=r)}o.onConfirm=function(){window.location.href=n},o.closeAfterConfirm=!1,yith.ui.confirm(o)}}),e(document).on("yith-plugin-fw-tips-init",function(){e(".yith-plugin-fw__tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})}).trigger("yith-plugin-fw-tips-init")}(jQuery);
|
1 |
+
!function(e){var t={selectors:{imgPreview:".yith-plugin-fw-upload-img-preview",uploadButton:".yith-plugin-fw-upload-button",imgUrl:".yith-plugin-fw-upload-img-url",resetButton:".yith-plugin-fw-upload-button-reset"},onImageChange:function(){var i=e(this).val(),n=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),a=e(this).parent().find(t.selectors.imgPreview).first();a.length<1&&(a=e(this).parent().parent().find(t.selectors.imgPreview).first()),n.test(i)?a.html('<img src="'+i+'" style="max-width:100px; max-height:100px;" />'):a.html("")},onButtonClick:function(i){i.preventDefault();var n,a=e(this).attr("id").replace(/-button$/,"").replace(/(\[|\])/g,"\\$1");if(n)n.open();else{var l=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(n=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:l})).on("select",function(){var i=n.state().get("selection").first().toJSON(),l=e("#"+a+"-yith-attachment-id");e("#"+a).val(i.url),l.length&&l.val(i.id),t.triggerImageChange()}),n.open()}},onResetClick:function(){var i=e(this),n=i.attr("id").replace(/(\[|\])/g,"\\$1"),a=i.attr("id").replace(/-button-reset$/,"").replace(/(\[|\])/g,"\\$1"),l=e("#"+n).data("default");e("#"+a).val(l),t.triggerImageChange()},triggerImageChange:function(){e(t.selectors.imgUrl).trigger("change")},initOnce:function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("change",t.selectors.imgUrl,t.onImageChange),e(document).on("click",t.selectors.uploadButton,t.onButtonClick),e(document).on("click",t.selectors.resetButton,t.onResetClick))}};t.initOnce();var i={selectors:{gallery:".yith-plugin-fw-image-gallery",notInitGallery:".yith-plugin-fw-image-gallery:not(.yith-plugin-fw-image-gallery--initialized)",button:".yith-plugin-fw-image-gallery .image-gallery-button",slideWrapper:"ul.slides-wrapper"},initOnce:function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&e(document).on("click",i.selectors.button,function(t){var n=e(this),a=n.closest(i.selectors.gallery),l=a.find(".image_gallery_ids"),o=l.val(),s=a.find("ul.slides-wrapper"),r=wp.media.frames.image_gallery=wp.media({title:n.data("choose"),button:{text:n.data("update")},states:[new wp.media.controller.Library({title:n.data("choose"),filterable:"all",multiple:!0})]});r.on("select",function(){r.state().get("selection").map(function(e){if((e=e.toJSON()).id){o=o?o+","+e.id:e.id;var t=e.sizes.thumbnail||e.sizes.medium||e.sizes.large||e.sizes.full;s.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+t.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+n.data("delete")+'">x</a></li></ul></li>')}}),l.val(o),l.trigger("change")}),r.open()})},init:function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&e(i.selectors.notInitGallery).each(function(){e(this).addClass("yith-plugin-fw-image-gallery--initialized");var t=e(this).find(i.selectors.slideWrapper);t.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(n,a){var l="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");l=l+t+","}),t.closest(i.selectors.gallery).find(".image_gallery_ids").val(l)}})}),t.on("click","a.delete",function(t){t.preventDefault();var n=e(this).closest(i.selectors.gallery),a=n.find("ul.slides-wrapper"),l=n.find(".image_gallery_ids"),o="";e(this).closest("li.image").remove(),a.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");o=o+t+","}),l.val(o)})})}};i.initOnce(),e(function(){e(document).on("yith-plugin-fw-codemirror-init",function(){"undefined"!=typeof wp&&"undefined"!=typeof wp.codeEditor&&e(".codemirror:not(.codemirror--initialized)").each(function(){var t=e(this).data("settings"),i=wp.codeEditor.initialize(e(this),t);e(this).addClass("codemirror--initialized"),e(this).data("codemirrorInstance",i)})}).trigger("yith-plugin-fw-codemirror-init")});e(document).on("yith_fields_init",function(){var n=e(".yith-plugin-fw-datepicker:not(.yith-plugin-fw-datepicker--initialized)"),a=e(".yith-plugin-fw-colorpicker:not(.yith-plugin-fw-colorpicker--initialized)"),l=e(".yith-plugin-fw-sidebar-layout:not(.yith-plugin-fw-sidebar-layout--initialized)"),o=e(".yith-plugin-fw-slider-container:not(.yith-plugin-fw-slider-container--initialized)"),s=e(".yit-icons-manager-wrapper:not(.yit-icons-manager-wrapper--initialized)");n.each(function(){e(this).addClass("yith-plugin-fw-datepicker--initialized");var t=e(this),i=t.data(),n=t.next(".yith-icon-calendar");i.showAnim=!1,i.beforeShow=function(e,t){t.dpDiv.addClass("yith-plugin-fw-datepicker-div")},i.onClose=function(e,t){t.dpDiv.removeClass("yith-plugin-fw-datepicker-div")},t.datepicker(i),n&&n.on("click",function(){t.datepicker("show")})}),a.each(function(){e(this).addClass("yith-plugin-fw-colorpicker--initialized"),e(this).wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var t=e(this);t.val(t.data("default-color")),t.trigger("change")}});var t=e(this).data("variations-label"),i=e(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),n=e(this).closest(".yith-single-colorpicker"),a=i.find(".wp-picker-input-wrap"),l=n.find(".wp-picker-input-wrap");if(a.length&&i.find("a.wp-color-result").attr("title",t),n.length&&n.find("a.wp-color-result").attr("title",t),!a.find(".wp-picker-default-custom").length){var o=e("<span/>").attr({"class":"wp-picker-default-custom"});a.find(".wp-picker-default").wrap(o)}l.find(".wp-picker-default-custom").length||(o=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(o))}),l.each(function(){e(this).addClass("yith-plugin-fw-sidebar-layout--initialized"),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"),n=t.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),a=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==a)switch(a){case"left":i.show(),n.hide();break;case"right":n.show(),i.hide();break;case"double":i.show(),n.show();break;default:i.hide(),n.hide()}})}),o.each(function(){e(this).addClass("yith-plugin-fw-slider-container--initialized");var t=e(this).find(".ui-slider-horizontal"),i=t.data("val"),n=t.data("min"),a=t.data("max"),l=t.data("step"),o=t.data("labels");t.slider({value:i,min:n,max:a,range:"min",step:l,create:function(){e(this).find(".ui-slider-handle").text(e(this).slider("value"))},slide:function(t,i){e(this).find("input").val(i.value).trigger("change"),e(this).find(".ui-slider-handle").text(i.value),e(this).siblings(".feedback").find("strong").text(i.value+o)}})}),s.each(function(){e(this).addClass("yit-icons-manager-wrapper--initialized");var t=e(this),i=t.find(".yit-icons-manager-icon-preview").first(),n=t.find(".yit-icons-manager-icon-text");t.on("click",".yit-icons-manager-list li",function(a){var l=e(a.target).closest("li"),o=l.data("font"),s=l.data("icon"),r=l.data("key"),c=l.data("name");i.attr("data-font",o),i.attr("data-icon",s),i.attr("data-key",r),i.attr("data-name",c),n.val(o+":"+c),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).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(t,i){var n=jQuery(".ui-sortable-handle"),a=0,l=new Array;for(a=0;a<n.length;a++)l[a]=e(n[a]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),e(document.body).trigger("wc-enhanced-select-init"),e(document.body).trigger("yith-framework-enhanced-select-init"),e(document).trigger("yith-plugin-fw-codemirror-init"),t.triggerImageChange(),i.init()}).trigger("yith_fields_init"),e(document).on("click",".yith-plugin-fw-select-images__item",function(){var t=e(this),i=t.data("key"),n=t.closest(".yith-plugin-fw-select-images__wrapper"),a=n.find(".yith-plugin-fw-select-images__item"),l=n.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed").trigger("change"),a.removeClass("yith-plugin-fw-select-images__item--selected"),t.addClass("yith-plugin-fw-select-images__item--selected"))}),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")}),e(document).on("click",".yith-plugin-fw-onoff-container span",function(){var t=e(this).prev("input");t.prop("disabled")||t.trigger("click")}),e(document).on("click",".yith-plugin-fw-onoff-container input",function(t){e(this).is(":checked")?e(this).attr("value","yes").addClass("onoffchecked"):e(this).attr("value","no").removeClass("onoffchecked")}),e.fn.saveToggleElement=function(t,i){var n=e(this),a="yith_plugin_fw_save_toggle_element",l=n.serializeToggleElement(),o=n.find(".yith-toggle_wrapper"),s=o.attr("id"),r=e.urlParam("tab");l.append("security",o.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),n.closest(".metaboxes-tab.yith-plugin-ui").length?(a="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="+a+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+s+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+a+"&tab="+r+"&toggle_id="+s,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,n])}})},e.fn.serializeToggleElement=function(){var t=e(this),i=new FormData,n=e(t).find(":input").serializeArray();return e.each(n,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"),n=t.find("span.title").data("title_format"),a=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==n)var o=n.match(l);if(void 0!==a)var s=a.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!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)),null!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)))}),""!==n&&t.find("span.title").html(n),""!==a&&t.find(".subtitle").html(a),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),n=i.closest(".yith-toggle-row"),a=n.find(".yith-toggle-content");if(i.hasClass("yith-plugin-fw-onoff")||i.hasClass("yith-icon-drag"))return!1;n.is(".yith-toggle-row-opened")?a.slideUp(400):a.slideDown(400),n.toggleClass("yith-toggle-row-opened")}),e(document).on("click",".yith-add-box-button",function(t){t.preventDefault();var i=e(this),n=i.data("box_id"),a=i.data("closed_label"),l=i.data("opened_label"),o=i.closest(".yith-toggle_wrapper").attr("id"),s=wp.template("yith-toggle-element-add-box-content-"+o);""!==n&&(e("#"+n).html(s({index:"box_id"})).slideToggle(),""!==a&&(i.html()===a?i.html(l).removeClass("closed"):i.html(a).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"),n=e(this).closest(".yith-toggle_wrapper").attr("id"),a=i.find(".spinner"),l=e(this).parents(".toggle-element"),o=i.find(":input"),s=0,r=e('<input type="hidden">');l.find(".yith-toggle-row").each(function(){var t=parseInt(e(this).data("item_key"));s<=t&&(s=t+1)}),r.val(s),e(document).trigger("yith-toggle-change-counter",[r,i]),s=r.val();var c=wp.template("yith-toggle-element-item-"+n),d=e(c({index:s}));a.addClass("show"),e.each(o,function(t,i){if(void 0!==e(i).attr("id")){var n=e(i).attr("id"),a=e(i).val();n="radio"===e(i).attr("type")?(n=(n=e(i).closest(".yith-plugin-fw-radio").attr("id")).replace("new_","")+"_"+s)+"-"+a:n.replace("new_","")+"_"+s,e(i).is(":checked")&&e(d).find("#"+n).prop("checked",!0),(e(i).hasClass("yith-post-search")||e(i).hasClass("yith-term-search"))&&e(d).find("#"+n).html(e("#"+e(i).attr("id")).html()),e(d).find("#"+n).val(a)}}),e(d).formatToggleTitle();var u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,d,u]);setTimeout(function(){if("yes"===u.val()){e(l).find(".yith-toggle-elements").append(d),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"),n=e(this).closest(".yith-toggle-row"),a=n.find(".spinner");n.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,n,l]),"yes"===l.val()&&(a.addClass("show"),i.saveToggleElement(a))}),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(){var t=e(this).closest(".yith-plugin-fw-radio"),i=e(this).val();t.val(i).data("value",i).trigger("change")}),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).find('input[type="radio"]').filter('[value="'+e(this).data("value")+'"]').click(),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),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).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")}),e(document).on("select2:open",function(e){e.target.multiple||setTimeout(function(){document.querySelector(".yith-plugin-fw-select2-container .select2-search__field").focus()},50)});var n={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 t=n;e(document).on("click",t.selectors.units.single,t.unitChange),e(document).on("click",t.selectors.linked.button,t.linkedChange),e(document).on("change keyup",t.selectors.dimensions.number,t.numberChange)},unitChange:function(t){var i=e(this).closest(n.selectors.units.single),a=i.closest(n.selectors.units.wrapper),l=a.find(n.selectors.units.single),o=a.find(n.selectors.units.value).first(),s=i.data("value");l.removeClass(n.selectors.units.selectedClass),i.addClass(n.selectors.units.selectedClass),o.val(s).trigger("change")},linkedChange:function(){var t=e(this).closest(n.selectors.linked.button),i=t.closest(n.selectors.wrapper),a=t.find(n.selectors.linked.value);"yes"===a.val()?(i.removeClass(n.selectors.linked.wrapperActiveClass),a.val("no")):(i.addClass(n.selectors.linked.wrapperActiveClass),a.val("yes"),i.find(n.selectors.dimensions.number).first().trigger("change"))},numberChange:function(t){var i=e(this).closest(n.selectors.dimensions.number),a=i.closest(n.selectors.wrapper);a.hasClass(n.selectors.linked.wrapperActiveClass)&&a.find(n.selectors.dimensions.number).val(i.val())}};n.init();e(document).on("click",".yith-plugin-fw-copy-to-clipboard__copy",function(){var t,i=e(this).closest(".yith-plugin-fw-copy-to-clipboard"),n=i.find(".yith-plugin-fw-copy-to-clipboard__field"),a=i.find(".yith-plugin-fw-copy-to-clipboard__tip"),l=i.data("tip-timeout");l&&clearTimeout(l),n.select(),document.execCommand("copy"),(t="getSelection"in window&&window.getSelection())?"empty"in t?t.empty():"removeAllRanges"in t&&t.removeAllRanges():"selection"in document&&document.selection.empty(),a.fadeIn(400),l=setTimeout(function(){a.fadeOut(400)},1500),i.data("tip-timeout",l)});var a={init:function(){e(document).on("click",".yith-plugin-fw__action-button--has-menu",a.open),e(document).on("click",".yith-plugin-fw__action-button__menu",a.stopPropagation),e(document).on("click",a.closeAll)},closeAll:function(){e(".yith-plugin-fw__action-button--opened").removeClass("yith-plugin-fw__action-button--opened")},open:function(t){var i=e(this).closest(".yith-plugin-fw__action-button"),n=i.hasClass("yith-plugin-fw__action-button--opened");t.preventDefault(),t.stopPropagation(),a.closeAll(),n||i.addClass("yith-plugin-fw__action-button--opened")},stopPropagation:function(e){e.stopPropagation()}};a.init(),e(document).on("click","a.yith-plugin-fw__require-confirmation-link",function(t){var i=e(this).closest("a.yith-plugin-fw__require-confirmation-link"),n=i.attr("href");if(n&&"#"!==n&&(t.preventDefault(),t.stopPropagation(),"yith"in window&&"ui"in yith)){var a,l=["title","message","confirmButtonType","cancelButton","confirmButton"],o={};for(a in l){var s=l[a],r=i.data(s);void 0!==r&&(o[s]=r)}o.onConfirm=function(){window.location.href=n},o.closeAfterConfirm=!1,yith.ui.confirm(o)}}),e(document).on("yith-plugin-fw-tips-init",function(){e(".yith-plugin-fw__tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})}).trigger("yith-plugin-fw-tips-init")}(jQuery);
|
plugin-fw/includes/class-yit-plugin-panel-woocommerce.php
CHANGED
@@ -100,6 +100,9 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
100 |
add_action( 'admin_enqueue_scripts', array( $this, 'init_wp_with_tabs' ), 11 );
|
101 |
add_action( 'admin_init', array( $this, 'maybe_redirect_to_proper_wp_page' ) );
|
102 |
|
|
|
|
|
|
|
103 |
// Init actions once to prevent multiple initialization.
|
104 |
static::init_actions();
|
105 |
}
|
100 |
add_action( 'admin_enqueue_scripts', array( $this, 'init_wp_with_tabs' ), 11 );
|
101 |
add_action( 'admin_init', array( $this, 'maybe_redirect_to_proper_wp_page' ) );
|
102 |
|
103 |
+
/* Add UTM tracking code on premium tab */
|
104 |
+
add_filter( 'yith_plugin_fw_premium_landing_uri', array( $this, 'add_utm_data_on_premium_tab' ), 10, 2 );
|
105 |
+
|
106 |
// Init actions once to prevent multiple initialization.
|
107 |
static::init_actions();
|
108 |
}
|
plugin-fw/includes/class-yit-plugin-panel.php
CHANGED
@@ -112,6 +112,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
112 |
add_action( 'admin_enqueue_scripts', array( $this, 'init_wp_with_tabs' ), 11 );
|
113 |
add_action( 'admin_init', array( $this, 'maybe_redirect_to_proper_wp_page' ) );
|
114 |
|
|
|
|
|
115 |
// Init actions once to prevent multiple initialization.
|
116 |
static::init_actions();
|
117 |
}
|
@@ -1698,5 +1700,17 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
1698 |
public function save_toggle_element_options() {
|
1699 |
return true;
|
1700 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1701 |
}
|
1702 |
}
|
112 |
add_action( 'admin_enqueue_scripts', array( $this, 'init_wp_with_tabs' ), 11 );
|
113 |
add_action( 'admin_init', array( $this, 'maybe_redirect_to_proper_wp_page' ) );
|
114 |
|
115 |
+
/* Add UTM tracking code on premium tab */
|
116 |
+
add_filter( 'yith_plugin_fw_premium_landing_uri', array( $this, 'add_utm_data_on_premium_tab' ), 10, 2 );
|
117 |
// Init actions once to prevent multiple initialization.
|
118 |
static::init_actions();
|
119 |
}
|
1700 |
public function save_toggle_element_options() {
|
1701 |
return true;
|
1702 |
}
|
1703 |
+
|
1704 |
+
/**
|
1705 |
+
* Add UTM data in premium tab
|
1706 |
+
*
|
1707 |
+
* @param string $url The url that want to track.
|
1708 |
+
* @param string $slug Plugin slug.
|
1709 |
+
*
|
1710 |
+
* @since 3.8.4
|
1711 |
+
*/
|
1712 |
+
public function add_utm_data_on_premium_tab( $url, $slug ) {
|
1713 |
+
return ! empty( $this->settings['plugin_slug'] ) && $slug === $this->settings['plugin_slug'] && 'premium' === $this->get_current_tab() ? yith_plugin_fw_add_utm_data( $url, $slug, 'button-upgrade', 'wp-free-dashboard' ) : $url;
|
1714 |
+
}
|
1715 |
}
|
1716 |
}
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.8.
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author YITH
|
10 |
-
* @version 3.8.
|
11 |
* @package YITH\PluginFramework
|
12 |
*/
|
13 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.8.6
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author YITH
|
10 |
+
* @version 3.8.6
|
11 |
* @package YITH\PluginFramework
|
12 |
*/
|
13 |
|
plugin-fw/languages/yith-plugin-fw-el.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
"PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
|
9 |
"Language: el_GR\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -70,7 +70,7 @@ msgstr "Αξία χρώματος"
|
|
70 |
msgid "There was an error with your request; please try again later."
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: includes/class-yit-plugin-panel-woocommerce.php:
|
74 |
msgid "The changes you have made will be lost if you leave this page."
|
75 |
msgstr ""
|
76 |
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
@@ -83,17 +83,17 @@ msgstr "Ρυθμίσεις Προσθέτου"
|
|
83 |
msgid "Settings"
|
84 |
msgstr "Ρυθμίσεις"
|
85 |
|
86 |
-
#: includes/class-yit-plugin-panel.php:
|
87 |
-
#: includes/class-yit-plugin-panel.php:
|
88 |
msgid "How to install premium version"
|
89 |
msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
|
90 |
|
91 |
-
#: includes/class-yit-plugin-panel.php:
|
92 |
#: includes/class-yit-plugin-subpanel.php:132
|
93 |
msgid "Save Changes"
|
94 |
msgstr "Αποθήκευση Αλλαγών"
|
95 |
|
96 |
-
#: includes/class-yit-plugin-panel.php:
|
97 |
#: includes/class-yit-plugin-subpanel.php:136
|
98 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
99 |
msgid ""
|
@@ -102,73 +102,73 @@ msgstr ""
|
|
102 |
"Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
|
103 |
"σελίδα."
|
104 |
|
105 |
-
#: includes/class-yit-plugin-panel.php:
|
106 |
#: includes/class-yit-plugin-subpanel.php:136
|
107 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
108 |
msgid "Are you sure?"
|
109 |
msgstr "Είστε σίγουρος;"
|
110 |
|
111 |
-
#: includes/class-yit-plugin-panel.php:
|
112 |
#: includes/class-yit-plugin-subpanel.php:139
|
113 |
msgid "Reset to default"
|
114 |
msgstr "Επαναφορά σε προεπιλεγμένο"
|
115 |
|
116 |
-
#: includes/class-yit-plugin-panel.php:
|
117 |
msgid ""
|
118 |
"The element you have entered already exists. Please, enter another name."
|
119 |
msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
|
120 |
|
121 |
-
#: includes/class-yit-plugin-panel.php:
|
122 |
msgid "Settings saved"
|
123 |
msgstr "Ρυθμίσεις αποθηκεύτηκαν"
|
124 |
|
125 |
-
#: includes/class-yit-plugin-panel.php:
|
126 |
msgid "Settings reset"
|
127 |
msgstr "Επαναφορά ρυθμίσεων"
|
128 |
|
129 |
-
#: includes/class-yit-plugin-panel.php:
|
130 |
msgid "Element deleted correctly."
|
131 |
msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
|
132 |
|
133 |
-
#: includes/class-yit-plugin-panel.php:
|
134 |
-
#: includes/class-yit-plugin-panel.php:
|
135 |
msgid "Element updated correctly."
|
136 |
msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
|
137 |
|
138 |
-
#: includes/class-yit-plugin-panel.php:
|
139 |
msgid "Database imported correctly."
|
140 |
msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
|
141 |
|
142 |
-
#: includes/class-yit-plugin-panel.php:
|
143 |
msgid "An error has occurred during import. Please try again."
|
144 |
msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
|
145 |
|
146 |
-
#: includes/class-yit-plugin-panel.php:
|
147 |
msgid "The added file is not valid."
|
148 |
msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
|
149 |
|
150 |
-
#: includes/class-yit-plugin-panel.php:
|
151 |
msgid "Sorry, import is disabled."
|
152 |
msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
|
153 |
|
154 |
-
#: includes/class-yit-plugin-panel.php:
|
155 |
msgid "Sorting successful."
|
156 |
msgstr "Διαλογή επιτυχής."
|
157 |
|
158 |
-
#: includes/class-yit-plugin-panel.php:
|
159 |
msgid "We need your support"
|
160 |
msgstr "Χρειαζόμαστε την υποστήριξή σας"
|
161 |
|
162 |
-
#: includes/class-yit-plugin-panel.php:
|
163 |
msgid "to keep updating and improving the plugin. Please,"
|
164 |
msgstr ""
|
165 |
"για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
|
166 |
|
167 |
-
#: includes/class-yit-plugin-panel.php:
|
168 |
msgid "help us by leaving a good review"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: includes/class-yit-plugin-panel.php:
|
172 |
msgid ":) Thanks!"
|
173 |
msgstr ":) Ευχαριστώ!"
|
174 |
|
@@ -491,7 +491,7 @@ msgstr "Διαγραφή"
|
|
491 |
msgid "Add All"
|
492 |
msgstr "Προσθήκη Όλων"
|
493 |
|
494 |
-
#: templates/fields/select-buttons.php:
|
495 |
msgid "Remove All"
|
496 |
msgstr "Αφαίρεση Όλων"
|
497 |
|
@@ -718,18 +718,18 @@ msgctxt "Delete confirmation action"
|
|
718 |
msgid "Yes, delete"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: includes/class-yit-plugin-panel.php:
|
722 |
msgctxt "Help tab name"
|
723 |
msgid "Help"
|
724 |
msgstr ""
|
725 |
|
726 |
#. translators: 1. Plugin name.
|
727 |
-
#: includes/class-yit-plugin-panel.php:
|
728 |
msgctxt "Help tab default title"
|
729 |
msgid "Thank you for purchasing %s!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: includes/class-yit-plugin-panel.php:
|
733 |
msgctxt "Help tab default description"
|
734 |
msgid ""
|
735 |
"We want to help you to enjoy a wonderful experience with all our products."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2021-12-02 07:20:36+00:00\n"
|
8 |
"PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
|
9 |
"Language: el_GR\n"
|
10 |
"MIME-Version: 1.0\n"
|
70 |
msgid "There was an error with your request; please try again later."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: includes/class-yit-plugin-panel-woocommerce.php:426
|
74 |
msgid "The changes you have made will be lost if you leave this page."
|
75 |
msgstr ""
|
76 |
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
83 |
msgid "Settings"
|
84 |
msgstr "Ρυθμίσεις"
|
85 |
|
86 |
+
#: includes/class-yit-plugin-panel.php:453
|
87 |
+
#: includes/class-yit-plugin-panel.php:456
|
88 |
msgid "How to install premium version"
|
89 |
msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
|
90 |
|
91 |
+
#: includes/class-yit-plugin-panel.php:654
|
92 |
#: includes/class-yit-plugin-subpanel.php:132
|
93 |
msgid "Save Changes"
|
94 |
msgstr "Αποθήκευση Αλλαγών"
|
95 |
|
96 |
+
#: includes/class-yit-plugin-panel.php:659
|
97 |
#: includes/class-yit-plugin-subpanel.php:136
|
98 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
99 |
msgid ""
|
102 |
"Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
|
103 |
"σελίδα."
|
104 |
|
105 |
+
#: includes/class-yit-plugin-panel.php:659
|
106 |
#: includes/class-yit-plugin-subpanel.php:136
|
107 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
108 |
msgid "Are you sure?"
|
109 |
msgstr "Είστε σίγουρος;"
|
110 |
|
111 |
+
#: includes/class-yit-plugin-panel.php:663
|
112 |
#: includes/class-yit-plugin-subpanel.php:139
|
113 |
msgid "Reset to default"
|
114 |
msgstr "Επαναφορά σε προεπιλεγμένο"
|
115 |
|
116 |
+
#: includes/class-yit-plugin-panel.php:981
|
117 |
msgid ""
|
118 |
"The element you have entered already exists. Please, enter another name."
|
119 |
msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
|
120 |
|
121 |
+
#: includes/class-yit-plugin-panel.php:982
|
122 |
msgid "Settings saved"
|
123 |
msgstr "Ρυθμίσεις αποθηκεύτηκαν"
|
124 |
|
125 |
+
#: includes/class-yit-plugin-panel.php:983
|
126 |
msgid "Settings reset"
|
127 |
msgstr "Επαναφορά ρυθμίσεων"
|
128 |
|
129 |
+
#: includes/class-yit-plugin-panel.php:984
|
130 |
msgid "Element deleted correctly."
|
131 |
msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
|
132 |
|
133 |
+
#: includes/class-yit-plugin-panel.php:985
|
134 |
+
#: includes/class-yit-plugin-panel.php:986
|
135 |
msgid "Element updated correctly."
|
136 |
msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
|
137 |
|
138 |
+
#: includes/class-yit-plugin-panel.php:987
|
139 |
msgid "Database imported correctly."
|
140 |
msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
|
141 |
|
142 |
+
#: includes/class-yit-plugin-panel.php:988
|
143 |
msgid "An error has occurred during import. Please try again."
|
144 |
msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
|
145 |
|
146 |
+
#: includes/class-yit-plugin-panel.php:989
|
147 |
msgid "The added file is not valid."
|
148 |
msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
|
149 |
|
150 |
+
#: includes/class-yit-plugin-panel.php:990
|
151 |
msgid "Sorry, import is disabled."
|
152 |
msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
|
153 |
|
154 |
+
#: includes/class-yit-plugin-panel.php:991
|
155 |
msgid "Sorting successful."
|
156 |
msgstr "Διαλογή επιτυχής."
|
157 |
|
158 |
+
#: includes/class-yit-plugin-panel.php:1459
|
159 |
msgid "We need your support"
|
160 |
msgstr "Χρειαζόμαστε την υποστήριξή σας"
|
161 |
|
162 |
+
#: includes/class-yit-plugin-panel.php:1460
|
163 |
msgid "to keep updating and improving the plugin. Please,"
|
164 |
msgstr ""
|
165 |
"για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
|
166 |
|
167 |
+
#: includes/class-yit-plugin-panel.php:1462
|
168 |
msgid "help us by leaving a good review"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: includes/class-yit-plugin-panel.php:1463
|
172 |
msgid ":) Thanks!"
|
173 |
msgstr ":) Ευχαριστώ!"
|
174 |
|
491 |
msgid "Add All"
|
492 |
msgstr "Προσθήκη Όλων"
|
493 |
|
494 |
+
#: templates/fields/select-buttons.php:20
|
495 |
msgid "Remove All"
|
496 |
msgstr "Αφαίρεση Όλων"
|
497 |
|
718 |
msgid "Yes, delete"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/class-yit-plugin-panel.php:490
|
722 |
msgctxt "Help tab name"
|
723 |
msgid "Help"
|
724 |
msgstr ""
|
725 |
|
726 |
#. translators: 1. Plugin name.
|
727 |
+
#: includes/class-yit-plugin-panel.php:800
|
728 |
msgctxt "Help tab default title"
|
729 |
msgid "Thank you for purchasing %s!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: includes/class-yit-plugin-panel.php:801
|
733 |
msgctxt "Help tab default description"
|
734 |
msgid ""
|
735 |
"We want to help you to enjoy a wonderful experience with all our products."
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
"PO-Revision-Date: 2021-09-28 13:56:41+0000\n"
|
9 |
"Language: es\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -72,7 +72,7 @@ msgid "There was an error with your request; please try again later."
|
|
72 |
msgstr ""
|
73 |
"Se ha producido un error en tu solicitud; inténtalo de nuevo más tarde."
|
74 |
|
75 |
-
#: includes/class-yit-plugin-panel-woocommerce.php:
|
76 |
msgid "The changes you have made will be lost if you leave this page."
|
77 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
78 |
|
@@ -84,17 +84,17 @@ msgstr "Ajustes del plugin"
|
|
84 |
msgid "Settings"
|
85 |
msgstr "Ajustes"
|
86 |
|
87 |
-
#: includes/class-yit-plugin-panel.php:
|
88 |
-
#: includes/class-yit-plugin-panel.php:
|
89 |
msgid "How to install premium version"
|
90 |
msgstr "Cómo instalar la versión premium"
|
91 |
|
92 |
-
#: includes/class-yit-plugin-panel.php:
|
93 |
#: includes/class-yit-plugin-subpanel.php:132
|
94 |
msgid "Save Changes"
|
95 |
msgstr "Guardar cambios"
|
96 |
|
97 |
-
#: includes/class-yit-plugin-panel.php:
|
98 |
#: includes/class-yit-plugin-subpanel.php:136
|
99 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
100 |
msgid ""
|
@@ -103,74 +103,74 @@ msgstr ""
|
|
103 |
"Si continúas con esta acción, restablecerás todas las opciones en esta "
|
104 |
"página."
|
105 |
|
106 |
-
#: includes/class-yit-plugin-panel.php:
|
107 |
#: includes/class-yit-plugin-subpanel.php:136
|
108 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
109 |
msgid "Are you sure?"
|
110 |
msgstr "¿Estás seguro?"
|
111 |
|
112 |
-
#: includes/class-yit-plugin-panel.php:
|
113 |
#: includes/class-yit-plugin-subpanel.php:139
|
114 |
msgid "Reset to default"
|
115 |
msgstr "Restablecer valores predeterminados"
|
116 |
|
117 |
-
#: includes/class-yit-plugin-panel.php:
|
118 |
msgid ""
|
119 |
"The element you have entered already exists. Please, enter another name."
|
120 |
msgstr ""
|
121 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
122 |
|
123 |
-
#: includes/class-yit-plugin-panel.php:
|
124 |
msgid "Settings saved"
|
125 |
msgstr "Ajustes guardados"
|
126 |
|
127 |
-
#: includes/class-yit-plugin-panel.php:
|
128 |
msgid "Settings reset"
|
129 |
msgstr "Restablecer ajustes"
|
130 |
|
131 |
-
#: includes/class-yit-plugin-panel.php:
|
132 |
msgid "Element deleted correctly."
|
133 |
msgstr "Elemento eliminado correctamente."
|
134 |
|
135 |
-
#: includes/class-yit-plugin-panel.php:
|
136 |
-
#: includes/class-yit-plugin-panel.php:
|
137 |
msgid "Element updated correctly."
|
138 |
msgstr "Elemento actualizado correctamente."
|
139 |
|
140 |
-
#: includes/class-yit-plugin-panel.php:
|
141 |
msgid "Database imported correctly."
|
142 |
msgstr "Base de datos importada correctamente."
|
143 |
|
144 |
-
#: includes/class-yit-plugin-panel.php:
|
145 |
msgid "An error has occurred during import. Please try again."
|
146 |
msgstr ""
|
147 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
148 |
|
149 |
-
#: includes/class-yit-plugin-panel.php:
|
150 |
msgid "The added file is not valid."
|
151 |
msgstr "El archivo añadido no es válido."
|
152 |
|
153 |
-
#: includes/class-yit-plugin-panel.php:
|
154 |
msgid "Sorry, import is disabled."
|
155 |
msgstr "Lo siento, la importación está desactivada."
|
156 |
|
157 |
-
#: includes/class-yit-plugin-panel.php:
|
158 |
msgid "Sorting successful."
|
159 |
msgstr "Clasificación realizada con éxito"
|
160 |
|
161 |
-
#: includes/class-yit-plugin-panel.php:
|
162 |
msgid "We need your support"
|
163 |
msgstr "Necesitamos tu apoyo"
|
164 |
|
165 |
-
#: includes/class-yit-plugin-panel.php:
|
166 |
msgid "to keep updating and improving the plugin. Please,"
|
167 |
msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
|
168 |
|
169 |
-
#: includes/class-yit-plugin-panel.php:
|
170 |
msgid "help us by leaving a good review"
|
171 |
msgstr "ayúdanos dejando una buena valoración"
|
172 |
|
173 |
-
#: includes/class-yit-plugin-panel.php:
|
174 |
msgid ":) Thanks!"
|
175 |
msgstr ":) ¡Gracias!"
|
176 |
|
@@ -500,7 +500,7 @@ msgstr "Eliminar"
|
|
500 |
msgid "Add All"
|
501 |
msgstr "Añadir todo"
|
502 |
|
503 |
-
#: templates/fields/select-buttons.php:
|
504 |
msgid "Remove All"
|
505 |
msgstr "Eliminar todo"
|
506 |
|
@@ -726,18 +726,18 @@ msgctxt "Delete confirmation action"
|
|
726 |
msgid "Yes, delete"
|
727 |
msgstr "Si, borrar"
|
728 |
|
729 |
-
#: includes/class-yit-plugin-panel.php:
|
730 |
msgctxt "Help tab name"
|
731 |
msgid "Help"
|
732 |
msgstr "Ayuda"
|
733 |
|
734 |
#. translators: 1. Plugin name.
|
735 |
-
#: includes/class-yit-plugin-panel.php:
|
736 |
msgctxt "Help tab default title"
|
737 |
msgid "Thank you for purchasing %s!"
|
738 |
msgstr "¡Gracias por comprar %s!"
|
739 |
|
740 |
-
#: includes/class-yit-plugin-panel.php:
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you to enjoy a wonderful experience with all our products."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2021-12-02 07:20:36+00:00\n"
|
8 |
"PO-Revision-Date: 2021-09-28 13:56:41+0000\n"
|
9 |
"Language: es\n"
|
10 |
"MIME-Version: 1.0\n"
|
72 |
msgstr ""
|
73 |
"Se ha producido un error en tu solicitud; inténtalo de nuevo más tarde."
|
74 |
|
75 |
+
#: includes/class-yit-plugin-panel-woocommerce.php:426
|
76 |
msgid "The changes you have made will be lost if you leave this page."
|
77 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
78 |
|
84 |
msgid "Settings"
|
85 |
msgstr "Ajustes"
|
86 |
|
87 |
+
#: includes/class-yit-plugin-panel.php:453
|
88 |
+
#: includes/class-yit-plugin-panel.php:456
|
89 |
msgid "How to install premium version"
|
90 |
msgstr "Cómo instalar la versión premium"
|
91 |
|
92 |
+
#: includes/class-yit-plugin-panel.php:654
|
93 |
#: includes/class-yit-plugin-subpanel.php:132
|
94 |
msgid "Save Changes"
|
95 |
msgstr "Guardar cambios"
|
96 |
|
97 |
+
#: includes/class-yit-plugin-panel.php:659
|
98 |
#: includes/class-yit-plugin-subpanel.php:136
|
99 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
100 |
msgid ""
|
103 |
"Si continúas con esta acción, restablecerás todas las opciones en esta "
|
104 |
"página."
|
105 |
|
106 |
+
#: includes/class-yit-plugin-panel.php:659
|
107 |
#: includes/class-yit-plugin-subpanel.php:136
|
108 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
109 |
msgid "Are you sure?"
|
110 |
msgstr "¿Estás seguro?"
|
111 |
|
112 |
+
#: includes/class-yit-plugin-panel.php:663
|
113 |
#: includes/class-yit-plugin-subpanel.php:139
|
114 |
msgid "Reset to default"
|
115 |
msgstr "Restablecer valores predeterminados"
|
116 |
|
117 |
+
#: includes/class-yit-plugin-panel.php:981
|
118 |
msgid ""
|
119 |
"The element you have entered already exists. Please, enter another name."
|
120 |
msgstr ""
|
121 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
122 |
|
123 |
+
#: includes/class-yit-plugin-panel.php:982
|
124 |
msgid "Settings saved"
|
125 |
msgstr "Ajustes guardados"
|
126 |
|
127 |
+
#: includes/class-yit-plugin-panel.php:983
|
128 |
msgid "Settings reset"
|
129 |
msgstr "Restablecer ajustes"
|
130 |
|
131 |
+
#: includes/class-yit-plugin-panel.php:984
|
132 |
msgid "Element deleted correctly."
|
133 |
msgstr "Elemento eliminado correctamente."
|
134 |
|
135 |
+
#: includes/class-yit-plugin-panel.php:985
|
136 |
+
#: includes/class-yit-plugin-panel.php:986
|
137 |
msgid "Element updated correctly."
|
138 |
msgstr "Elemento actualizado correctamente."
|
139 |
|
140 |
+
#: includes/class-yit-plugin-panel.php:987
|
141 |
msgid "Database imported correctly."
|
142 |
msgstr "Base de datos importada correctamente."
|
143 |
|
144 |
+
#: includes/class-yit-plugin-panel.php:988
|
145 |
msgid "An error has occurred during import. Please try again."
|
146 |
msgstr ""
|
147 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
148 |
|
149 |
+
#: includes/class-yit-plugin-panel.php:989
|
150 |
msgid "The added file is not valid."
|
151 |
msgstr "El archivo añadido no es válido."
|
152 |
|
153 |
+
#: includes/class-yit-plugin-panel.php:990
|
154 |
msgid "Sorry, import is disabled."
|
155 |
msgstr "Lo siento, la importación está desactivada."
|
156 |
|
157 |
+
#: includes/class-yit-plugin-panel.php:991
|
158 |
msgid "Sorting successful."
|
159 |
msgstr "Clasificación realizada con éxito"
|
160 |
|
161 |
+
#: includes/class-yit-plugin-panel.php:1459
|
162 |
msgid "We need your support"
|
163 |
msgstr "Necesitamos tu apoyo"
|
164 |
|
165 |
+
#: includes/class-yit-plugin-panel.php:1460
|
166 |
msgid "to keep updating and improving the plugin. Please,"
|
167 |
msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
|
168 |
|
169 |
+
#: includes/class-yit-plugin-panel.php:1462
|
170 |
msgid "help us by leaving a good review"
|
171 |
msgstr "ayúdanos dejando una buena valoración"
|
172 |
|
173 |
+
#: includes/class-yit-plugin-panel.php:1463
|
174 |
msgid ":) Thanks!"
|
175 |
msgstr ":) ¡Gracias!"
|
176 |
|
500 |
msgid "Add All"
|
501 |
msgstr "Añadir todo"
|
502 |
|
503 |
+
#: templates/fields/select-buttons.php:20
|
504 |
msgid "Remove All"
|
505 |
msgstr "Eliminar todo"
|
506 |
|
726 |
msgid "Yes, delete"
|
727 |
msgstr "Si, borrar"
|
728 |
|
729 |
+
#: includes/class-yit-plugin-panel.php:490
|
730 |
msgctxt "Help tab name"
|
731 |
msgid "Help"
|
732 |
msgstr "Ayuda"
|
733 |
|
734 |
#. translators: 1. Plugin name.
|
735 |
+
#: includes/class-yit-plugin-panel.php:800
|
736 |
msgctxt "Help tab default title"
|
737 |
msgid "Thank you for purchasing %s!"
|
738 |
msgstr "¡Gracias por comprar %s!"
|
739 |
|
740 |
+
#: includes/class-yit-plugin-panel.php:801
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you to enjoy a wonderful experience with all our products."
|
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 Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Language: it\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -72,7 +72,7 @@ msgstr "Valore del colore"
|
|
72 |
msgid "There was an error with your request; please try again later."
|
73 |
msgstr "Si è verificato un errore con la tua richiesta. Riprova più tardi."
|
74 |
|
75 |
-
#: includes/class-yit-plugin-panel-woocommerce.php:
|
76 |
msgid "The changes you have made will be lost if you leave this page."
|
77 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
78 |
|
@@ -84,17 +84,17 @@ msgstr "Impostazioni plugin"
|
|
84 |
msgid "Settings"
|
85 |
msgstr "Impostazioni"
|
86 |
|
87 |
-
#: includes/class-yit-plugin-panel.php:
|
88 |
-
#: includes/class-yit-plugin-panel.php:
|
89 |
msgid "How to install premium version"
|
90 |
msgstr "Come installare la versione premium"
|
91 |
|
92 |
-
#: includes/class-yit-plugin-panel.php:
|
93 |
#: includes/class-yit-plugin-subpanel.php:132
|
94 |
msgid "Save Changes"
|
95 |
msgstr "Salva modifiche"
|
96 |
|
97 |
-
#: includes/class-yit-plugin-panel.php:
|
98 |
#: includes/class-yit-plugin-subpanel.php:136
|
99 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
100 |
msgid ""
|
@@ -103,72 +103,72 @@ msgstr ""
|
|
103 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
104 |
"reimpostate."
|
105 |
|
106 |
-
#: includes/class-yit-plugin-panel.php:
|
107 |
#: includes/class-yit-plugin-subpanel.php:136
|
108 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
109 |
msgid "Are you sure?"
|
110 |
msgstr "Sei sicuro?"
|
111 |
|
112 |
-
#: includes/class-yit-plugin-panel.php:
|
113 |
#: includes/class-yit-plugin-subpanel.php:139
|
114 |
msgid "Reset to default"
|
115 |
msgstr "Ripristina configurazione predefinita"
|
116 |
|
117 |
-
#: includes/class-yit-plugin-panel.php:
|
118 |
msgid ""
|
119 |
"The element you have entered already exists. Please, enter another name."
|
120 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
121 |
|
122 |
-
#: includes/class-yit-plugin-panel.php:
|
123 |
msgid "Settings saved"
|
124 |
msgstr "Impostazioni salvate"
|
125 |
|
126 |
-
#: includes/class-yit-plugin-panel.php:
|
127 |
msgid "Settings reset"
|
128 |
msgstr "Impostazioni azzerate"
|
129 |
|
130 |
-
#: includes/class-yit-plugin-panel.php:
|
131 |
msgid "Element deleted correctly."
|
132 |
msgstr "Elemento rimosso correttamente."
|
133 |
|
134 |
-
#: includes/class-yit-plugin-panel.php:
|
135 |
-
#: includes/class-yit-plugin-panel.php:
|
136 |
msgid "Element updated correctly."
|
137 |
msgstr "Elemento aggiornato correttamente."
|
138 |
|
139 |
-
#: includes/class-yit-plugin-panel.php:
|
140 |
msgid "Database imported correctly."
|
141 |
msgstr "Database importato correttamente."
|
142 |
|
143 |
-
#: includes/class-yit-plugin-panel.php:
|
144 |
msgid "An error has occurred during import. Please try again."
|
145 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
146 |
|
147 |
-
#: includes/class-yit-plugin-panel.php:
|
148 |
msgid "The added file is not valid."
|
149 |
msgstr "Il file aggiunto non è valido."
|
150 |
|
151 |
-
#: includes/class-yit-plugin-panel.php:
|
152 |
msgid "Sorry, import is disabled."
|
153 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
154 |
|
155 |
-
#: includes/class-yit-plugin-panel.php:
|
156 |
msgid "Sorting successful."
|
157 |
msgstr "Ordinamento effettuato con successo."
|
158 |
|
159 |
-
#: includes/class-yit-plugin-panel.php:
|
160 |
msgid "We need your support"
|
161 |
msgstr "Abbiamo bisogno del tuo sostegno"
|
162 |
|
163 |
-
#: includes/class-yit-plugin-panel.php:
|
164 |
msgid "to keep updating and improving the plugin. Please,"
|
165 |
msgstr "per poter continuare ad aggiornare e migliorare il plugin."
|
166 |
|
167 |
-
#: includes/class-yit-plugin-panel.php:
|
168 |
msgid "help us by leaving a good review"
|
169 |
msgstr "Puoi darci una mano lasciando una recensione positiva"
|
170 |
|
171 |
-
#: includes/class-yit-plugin-panel.php:
|
172 |
msgid ":) Thanks!"
|
173 |
msgstr ":) Grazie!"
|
174 |
|
@@ -498,7 +498,7 @@ msgstr "Rimuovi"
|
|
498 |
msgid "Add All"
|
499 |
msgstr "Aggiungi tutti"
|
500 |
|
501 |
-
#: templates/fields/select-buttons.php:
|
502 |
msgid "Remove All"
|
503 |
msgstr "Rimuovi tutti"
|
504 |
|
@@ -670,7 +670,7 @@ msgstr "Dimensione spazio libero database"
|
|
670 |
#. Engine.
|
671 |
#: templates/sysinfo/tabs/main.php:168
|
672 |
msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
|
673 |
-
msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB |
|
674 |
|
675 |
#. translators: %s is the title of the post object.
|
676 |
#: yit-functions.php:1911
|
@@ -726,18 +726,18 @@ msgctxt "Delete confirmation action"
|
|
726 |
msgid "Yes, delete"
|
727 |
msgstr "Sì, elimina"
|
728 |
|
729 |
-
#: includes/class-yit-plugin-panel.php:
|
730 |
msgctxt "Help tab name"
|
731 |
msgid "Help"
|
732 |
msgstr "Help"
|
733 |
|
734 |
#. translators: 1. Plugin name.
|
735 |
-
#: includes/class-yit-plugin-panel.php:
|
736 |
msgctxt "Help tab default title"
|
737 |
msgid "Thank you for purchasing %s!"
|
738 |
msgstr "Grazie per aver acquistato %s!"
|
739 |
|
740 |
-
#: includes/class-yit-plugin-panel.php:
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you to enjoy a wonderful experience with all our products."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2021-12-02 07:20:36+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-10-27 15:32:46+0000\n"
|
9 |
"Language: it\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
72 |
msgid "There was an error with your request; please try again later."
|
73 |
msgstr "Si è verificato un errore con la tua richiesta. Riprova più tardi."
|
74 |
|
75 |
+
#: includes/class-yit-plugin-panel-woocommerce.php:426
|
76 |
msgid "The changes you have made will be lost if you leave this page."
|
77 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
78 |
|
84 |
msgid "Settings"
|
85 |
msgstr "Impostazioni"
|
86 |
|
87 |
+
#: includes/class-yit-plugin-panel.php:453
|
88 |
+
#: includes/class-yit-plugin-panel.php:456
|
89 |
msgid "How to install premium version"
|
90 |
msgstr "Come installare la versione premium"
|
91 |
|
92 |
+
#: includes/class-yit-plugin-panel.php:654
|
93 |
#: includes/class-yit-plugin-subpanel.php:132
|
94 |
msgid "Save Changes"
|
95 |
msgstr "Salva modifiche"
|
96 |
|
97 |
+
#: includes/class-yit-plugin-panel.php:659
|
98 |
#: includes/class-yit-plugin-subpanel.php:136
|
99 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
100 |
msgid ""
|
103 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
104 |
"reimpostate."
|
105 |
|
106 |
+
#: includes/class-yit-plugin-panel.php:659
|
107 |
#: includes/class-yit-plugin-subpanel.php:136
|
108 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
109 |
msgid "Are you sure?"
|
110 |
msgstr "Sei sicuro?"
|
111 |
|
112 |
+
#: includes/class-yit-plugin-panel.php:663
|
113 |
#: includes/class-yit-plugin-subpanel.php:139
|
114 |
msgid "Reset to default"
|
115 |
msgstr "Ripristina configurazione predefinita"
|
116 |
|
117 |
+
#: includes/class-yit-plugin-panel.php:981
|
118 |
msgid ""
|
119 |
"The element you have entered already exists. Please, enter another name."
|
120 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
121 |
|
122 |
+
#: includes/class-yit-plugin-panel.php:982
|
123 |
msgid "Settings saved"
|
124 |
msgstr "Impostazioni salvate"
|
125 |
|
126 |
+
#: includes/class-yit-plugin-panel.php:983
|
127 |
msgid "Settings reset"
|
128 |
msgstr "Impostazioni azzerate"
|
129 |
|
130 |
+
#: includes/class-yit-plugin-panel.php:984
|
131 |
msgid "Element deleted correctly."
|
132 |
msgstr "Elemento rimosso correttamente."
|
133 |
|
134 |
+
#: includes/class-yit-plugin-panel.php:985
|
135 |
+
#: includes/class-yit-plugin-panel.php:986
|
136 |
msgid "Element updated correctly."
|
137 |
msgstr "Elemento aggiornato correttamente."
|
138 |
|
139 |
+
#: includes/class-yit-plugin-panel.php:987
|
140 |
msgid "Database imported correctly."
|
141 |
msgstr "Database importato correttamente."
|
142 |
|
143 |
+
#: includes/class-yit-plugin-panel.php:988
|
144 |
msgid "An error has occurred during import. Please try again."
|
145 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
146 |
|
147 |
+
#: includes/class-yit-plugin-panel.php:989
|
148 |
msgid "The added file is not valid."
|
149 |
msgstr "Il file aggiunto non è valido."
|
150 |
|
151 |
+
#: includes/class-yit-plugin-panel.php:990
|
152 |
msgid "Sorry, import is disabled."
|
153 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
154 |
|
155 |
+
#: includes/class-yit-plugin-panel.php:991
|
156 |
msgid "Sorting successful."
|
157 |
msgstr "Ordinamento effettuato con successo."
|
158 |
|
159 |
+
#: includes/class-yit-plugin-panel.php:1459
|
160 |
msgid "We need your support"
|
161 |
msgstr "Abbiamo bisogno del tuo sostegno"
|
162 |
|
163 |
+
#: includes/class-yit-plugin-panel.php:1460
|
164 |
msgid "to keep updating and improving the plugin. Please,"
|
165 |
msgstr "per poter continuare ad aggiornare e migliorare il plugin."
|
166 |
|
167 |
+
#: includes/class-yit-plugin-panel.php:1462
|
168 |
msgid "help us by leaving a good review"
|
169 |
msgstr "Puoi darci una mano lasciando una recensione positiva"
|
170 |
|
171 |
+
#: includes/class-yit-plugin-panel.php:1463
|
172 |
msgid ":) Thanks!"
|
173 |
msgstr ":) Grazie!"
|
174 |
|
498 |
msgid "Add All"
|
499 |
msgstr "Aggiungi tutti"
|
500 |
|
501 |
+
#: templates/fields/select-buttons.php:20
|
502 |
msgid "Remove All"
|
503 |
msgstr "Rimuovi tutti"
|
504 |
|
670 |
#. Engine.
|
671 |
#: templates/sysinfo/tabs/main.php:168
|
672 |
msgid "Data: %1$.2fMB | Index: %2$.2fMB | Free: %3$.2fMB | Engine: %4$s"
|
673 |
+
msgstr "Dati: %1$.2fMB | Indice: %2$.2fMB | Libero: %3$.2fMB | Engine: %4$s"
|
674 |
|
675 |
#. translators: %s is the title of the post object.
|
676 |
#: yit-functions.php:1911
|
726 |
msgid "Yes, delete"
|
727 |
msgstr "Sì, elimina"
|
728 |
|
729 |
+
#: includes/class-yit-plugin-panel.php:490
|
730 |
msgctxt "Help tab name"
|
731 |
msgid "Help"
|
732 |
msgstr "Help"
|
733 |
|
734 |
#. translators: 1. Plugin name.
|
735 |
+
#: includes/class-yit-plugin-panel.php:800
|
736 |
msgctxt "Help tab default title"
|
737 |
msgid "Thank you for purchasing %s!"
|
738 |
msgstr "Grazie per aver acquistato %s!"
|
739 |
|
740 |
+
#: includes/class-yit-plugin-panel.php:801
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you to enjoy a wonderful experience with all our products."
|
plugin-fw/languages/yith-plugin-fw-nl_NL.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
"PO-Revision-Date: 2021-09-29 11:02:22+0000\n"
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -75,7 +75,7 @@ msgid "There was an error with your request; please try again later."
|
|
75 |
msgstr ""
|
76 |
"Er is een fout opgetreden met je verzoek, probeer het later opnieuw a.u.b."
|
77 |
|
78 |
-
#: includes/class-yit-plugin-panel-woocommerce.php:
|
79 |
msgid "The changes you have made will be lost if you leave this page."
|
80 |
msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
81 |
|
@@ -87,17 +87,17 @@ msgstr "Plugin instellingen"
|
|
87 |
msgid "Settings"
|
88 |
msgstr "Instellingen"
|
89 |
|
90 |
-
#: includes/class-yit-plugin-panel.php:
|
91 |
-
#: includes/class-yit-plugin-panel.php:
|
92 |
msgid "How to install premium version"
|
93 |
msgstr "Hoe installeer ik de premium versie"
|
94 |
|
95 |
-
#: includes/class-yit-plugin-panel.php:
|
96 |
#: includes/class-yit-plugin-subpanel.php:132
|
97 |
msgid "Save Changes"
|
98 |
msgstr "Wijzigingen opslaan"
|
99 |
|
100 |
-
#: includes/class-yit-plugin-panel.php:
|
101 |
#: includes/class-yit-plugin-subpanel.php:136
|
102 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
103 |
msgid ""
|
@@ -105,72 +105,72 @@ msgid ""
|
|
105 |
msgstr ""
|
106 |
"Als je doorgaat met deze actie, zal je alle opties op deze pagina resetten."
|
107 |
|
108 |
-
#: includes/class-yit-plugin-panel.php:
|
109 |
#: includes/class-yit-plugin-subpanel.php:136
|
110 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
111 |
msgid "Are you sure?"
|
112 |
msgstr "Weet je het zeker?"
|
113 |
|
114 |
-
#: includes/class-yit-plugin-panel.php:
|
115 |
#: includes/class-yit-plugin-subpanel.php:139
|
116 |
msgid "Reset to default"
|
117 |
msgstr "Resetten naar standaard"
|
118 |
|
119 |
-
#: includes/class-yit-plugin-panel.php:
|
120 |
msgid ""
|
121 |
"The element you have entered already exists. Please, enter another name."
|
122 |
msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
|
123 |
|
124 |
-
#: includes/class-yit-plugin-panel.php:
|
125 |
msgid "Settings saved"
|
126 |
msgstr "Instellingen opgeslagen"
|
127 |
|
128 |
-
#: includes/class-yit-plugin-panel.php:
|
129 |
msgid "Settings reset"
|
130 |
msgstr "Instellingen resetten"
|
131 |
|
132 |
-
#: includes/class-yit-plugin-panel.php:
|
133 |
msgid "Element deleted correctly."
|
134 |
msgstr "Element juist verwijderd."
|
135 |
|
136 |
-
#: includes/class-yit-plugin-panel.php:
|
137 |
-
#: includes/class-yit-plugin-panel.php:
|
138 |
msgid "Element updated correctly."
|
139 |
msgstr "Element juist geüpdatet."
|
140 |
|
141 |
-
#: includes/class-yit-plugin-panel.php:
|
142 |
msgid "Database imported correctly."
|
143 |
msgstr "Database juist geïmporteerd."
|
144 |
|
145 |
-
#: includes/class-yit-plugin-panel.php:
|
146 |
msgid "An error has occurred during import. Please try again."
|
147 |
msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
|
148 |
|
149 |
-
#: includes/class-yit-plugin-panel.php:
|
150 |
msgid "The added file is not valid."
|
151 |
msgstr "Het toegevoegde bestand is niet geldig."
|
152 |
|
153 |
-
#: includes/class-yit-plugin-panel.php:
|
154 |
msgid "Sorry, import is disabled."
|
155 |
msgstr "Sorry, importeren is uitgeschakeld."
|
156 |
|
157 |
-
#: includes/class-yit-plugin-panel.php:
|
158 |
msgid "Sorting successful."
|
159 |
msgstr "Succesvol gesorteerd."
|
160 |
|
161 |
-
#: includes/class-yit-plugin-panel.php:
|
162 |
msgid "We need your support"
|
163 |
msgstr "We hebben je hulp nodig"
|
164 |
|
165 |
-
#: includes/class-yit-plugin-panel.php:
|
166 |
msgid "to keep updating and improving the plugin. Please,"
|
167 |
msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
|
168 |
|
169 |
-
#: includes/class-yit-plugin-panel.php:
|
170 |
msgid "help us by leaving a good review"
|
171 |
msgstr "help ons door een goede beoordeling achter te laten"
|
172 |
|
173 |
-
#: includes/class-yit-plugin-panel.php:
|
174 |
msgid ":) Thanks!"
|
175 |
msgstr ":) Bedankt!"
|
176 |
|
@@ -499,7 +499,7 @@ msgstr "Verwijderen"
|
|
499 |
msgid "Add All"
|
500 |
msgstr "Allen toevoegen"
|
501 |
|
502 |
-
#: templates/fields/select-buttons.php:
|
503 |
msgid "Remove All"
|
504 |
msgstr "Allen verwijderen"
|
505 |
|
@@ -726,18 +726,18 @@ msgctxt "Delete confirmation action"
|
|
726 |
msgid "Yes, delete"
|
727 |
msgstr "Ja, verwijderen"
|
728 |
|
729 |
-
#: includes/class-yit-plugin-panel.php:
|
730 |
msgctxt "Help tab name"
|
731 |
msgid "Help"
|
732 |
msgstr "Help"
|
733 |
|
734 |
#. translators: 1. Plugin name.
|
735 |
-
#: includes/class-yit-plugin-panel.php:
|
736 |
msgctxt "Help tab default title"
|
737 |
msgid "Thank you for purchasing %s!"
|
738 |
msgstr "Bedankt voor het kopen van %s!"
|
739 |
|
740 |
-
#: includes/class-yit-plugin-panel.php:
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you to enjoy a wonderful experience with all our products."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2021-12-02 07:20:36+00:00\n"
|
8 |
"PO-Revision-Date: 2021-09-29 11:02:22+0000\n"
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
75 |
msgstr ""
|
76 |
"Er is een fout opgetreden met je verzoek, probeer het later opnieuw a.u.b."
|
77 |
|
78 |
+
#: includes/class-yit-plugin-panel-woocommerce.php:426
|
79 |
msgid "The changes you have made will be lost if you leave this page."
|
80 |
msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
81 |
|
87 |
msgid "Settings"
|
88 |
msgstr "Instellingen"
|
89 |
|
90 |
+
#: includes/class-yit-plugin-panel.php:453
|
91 |
+
#: includes/class-yit-plugin-panel.php:456
|
92 |
msgid "How to install premium version"
|
93 |
msgstr "Hoe installeer ik de premium versie"
|
94 |
|
95 |
+
#: includes/class-yit-plugin-panel.php:654
|
96 |
#: includes/class-yit-plugin-subpanel.php:132
|
97 |
msgid "Save Changes"
|
98 |
msgstr "Wijzigingen opslaan"
|
99 |
|
100 |
+
#: includes/class-yit-plugin-panel.php:659
|
101 |
#: includes/class-yit-plugin-subpanel.php:136
|
102 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
103 |
msgid ""
|
105 |
msgstr ""
|
106 |
"Als je doorgaat met deze actie, zal je alle opties op deze pagina resetten."
|
107 |
|
108 |
+
#: includes/class-yit-plugin-panel.php:659
|
109 |
#: includes/class-yit-plugin-subpanel.php:136
|
110 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
111 |
msgid "Are you sure?"
|
112 |
msgstr "Weet je het zeker?"
|
113 |
|
114 |
+
#: includes/class-yit-plugin-panel.php:663
|
115 |
#: includes/class-yit-plugin-subpanel.php:139
|
116 |
msgid "Reset to default"
|
117 |
msgstr "Resetten naar standaard"
|
118 |
|
119 |
+
#: includes/class-yit-plugin-panel.php:981
|
120 |
msgid ""
|
121 |
"The element you have entered already exists. Please, enter another name."
|
122 |
msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
|
123 |
|
124 |
+
#: includes/class-yit-plugin-panel.php:982
|
125 |
msgid "Settings saved"
|
126 |
msgstr "Instellingen opgeslagen"
|
127 |
|
128 |
+
#: includes/class-yit-plugin-panel.php:983
|
129 |
msgid "Settings reset"
|
130 |
msgstr "Instellingen resetten"
|
131 |
|
132 |
+
#: includes/class-yit-plugin-panel.php:984
|
133 |
msgid "Element deleted correctly."
|
134 |
msgstr "Element juist verwijderd."
|
135 |
|
136 |
+
#: includes/class-yit-plugin-panel.php:985
|
137 |
+
#: includes/class-yit-plugin-panel.php:986
|
138 |
msgid "Element updated correctly."
|
139 |
msgstr "Element juist geüpdatet."
|
140 |
|
141 |
+
#: includes/class-yit-plugin-panel.php:987
|
142 |
msgid "Database imported correctly."
|
143 |
msgstr "Database juist geïmporteerd."
|
144 |
|
145 |
+
#: includes/class-yit-plugin-panel.php:988
|
146 |
msgid "An error has occurred during import. Please try again."
|
147 |
msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
|
148 |
|
149 |
+
#: includes/class-yit-plugin-panel.php:989
|
150 |
msgid "The added file is not valid."
|
151 |
msgstr "Het toegevoegde bestand is niet geldig."
|
152 |
|
153 |
+
#: includes/class-yit-plugin-panel.php:990
|
154 |
msgid "Sorry, import is disabled."
|
155 |
msgstr "Sorry, importeren is uitgeschakeld."
|
156 |
|
157 |
+
#: includes/class-yit-plugin-panel.php:991
|
158 |
msgid "Sorting successful."
|
159 |
msgstr "Succesvol gesorteerd."
|
160 |
|
161 |
+
#: includes/class-yit-plugin-panel.php:1459
|
162 |
msgid "We need your support"
|
163 |
msgstr "We hebben je hulp nodig"
|
164 |
|
165 |
+
#: includes/class-yit-plugin-panel.php:1460
|
166 |
msgid "to keep updating and improving the plugin. Please,"
|
167 |
msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
|
168 |
|
169 |
+
#: includes/class-yit-plugin-panel.php:1462
|
170 |
msgid "help us by leaving a good review"
|
171 |
msgstr "help ons door een goede beoordeling achter te laten"
|
172 |
|
173 |
+
#: includes/class-yit-plugin-panel.php:1463
|
174 |
msgid ":) Thanks!"
|
175 |
msgstr ":) Bedankt!"
|
176 |
|
499 |
msgid "Add All"
|
500 |
msgstr "Allen toevoegen"
|
501 |
|
502 |
+
#: templates/fields/select-buttons.php:20
|
503 |
msgid "Remove All"
|
504 |
msgstr "Allen verwijderen"
|
505 |
|
726 |
msgid "Yes, delete"
|
727 |
msgstr "Ja, verwijderen"
|
728 |
|
729 |
+
#: includes/class-yit-plugin-panel.php:490
|
730 |
msgctxt "Help tab name"
|
731 |
msgid "Help"
|
732 |
msgstr "Help"
|
733 |
|
734 |
#. translators: 1. Plugin name.
|
735 |
+
#: includes/class-yit-plugin-panel.php:800
|
736 |
msgctxt "Help tab default title"
|
737 |
msgid "Thank you for purchasing %s!"
|
738 |
msgstr "Bedankt voor het kopen van %s!"
|
739 |
|
740 |
+
#: includes/class-yit-plugin-panel.php:801
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you to enjoy a wonderful experience with all our products."
|
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: 2021-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -80,7 +80,7 @@ msgstr ""
|
|
80 |
msgid "There was an error with your request; please try again later."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: includes/class-yit-plugin-panel-woocommerce.php:
|
84 |
msgid "The changes you have made will be lost if you leave this page."
|
85 |
msgstr ""
|
86 |
|
@@ -92,87 +92,87 @@ msgstr ""
|
|
92 |
msgid "Settings"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: includes/class-yit-plugin-panel.php:
|
96 |
-
#: includes/class-yit-plugin-panel.php:
|
97 |
msgid "How to install premium version"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: includes/class-yit-plugin-panel.php:
|
101 |
#: includes/class-yit-plugin-subpanel.php:132
|
102 |
msgid "Save Changes"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: includes/class-yit-plugin-panel.php:
|
106 |
#: includes/class-yit-plugin-subpanel.php:136
|
107 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
108 |
msgid "If you continue with this action, you will reset all options in this page."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: includes/class-yit-plugin-panel.php:
|
112 |
#: includes/class-yit-plugin-subpanel.php:136
|
113 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
114 |
msgid "Are you sure?"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/class-yit-plugin-panel.php:
|
118 |
#: includes/class-yit-plugin-subpanel.php:139
|
119 |
msgid "Reset to default"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: includes/class-yit-plugin-panel.php:
|
123 |
msgid "The element you have entered already exists. Please, enter another name."
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: includes/class-yit-plugin-panel.php:
|
127 |
msgid "Settings saved"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: includes/class-yit-plugin-panel.php:
|
131 |
msgid "Settings reset"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: includes/class-yit-plugin-panel.php:
|
135 |
msgid "Element deleted correctly."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: includes/class-yit-plugin-panel.php:
|
139 |
-
#: includes/class-yit-plugin-panel.php:
|
140 |
msgid "Element updated correctly."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: includes/class-yit-plugin-panel.php:
|
144 |
msgid "Database imported correctly."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: includes/class-yit-plugin-panel.php:
|
148 |
msgid "An error has occurred during import. Please try again."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: includes/class-yit-plugin-panel.php:
|
152 |
msgid "The added file is not valid."
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: includes/class-yit-plugin-panel.php:
|
156 |
msgid "Sorry, import is disabled."
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: includes/class-yit-plugin-panel.php:
|
160 |
msgid "Sorting successful."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: includes/class-yit-plugin-panel.php:
|
164 |
msgid "We need your support"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: includes/class-yit-plugin-panel.php:
|
168 |
msgid "to keep updating and improving the plugin. Please,"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: includes/class-yit-plugin-panel.php:
|
172 |
msgid "help us by leaving a good review"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: includes/class-yit-plugin-panel.php:
|
176 |
msgid ":) Thanks!"
|
177 |
msgstr ""
|
178 |
|
@@ -479,7 +479,7 @@ msgstr ""
|
|
479 |
msgid "Add All"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: templates/fields/select-buttons.php:
|
483 |
msgid "Remove All"
|
484 |
msgstr ""
|
485 |
|
@@ -703,18 +703,18 @@ msgctxt "Delete confirmation action"
|
|
703 |
msgid "Yes, delete"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: includes/class-yit-plugin-panel.php:
|
707 |
msgctxt "Help tab name"
|
708 |
msgid "Help"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: includes/class-yit-plugin-panel.php:
|
712 |
#. translators: 1. Plugin name.
|
713 |
msgctxt "Help tab default title"
|
714 |
msgid "Thank you for purchasing %s!"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: includes/class-yit-plugin-panel.php:
|
718 |
msgctxt "Help tab default description"
|
719 |
msgid "We want to help you to enjoy a wonderful experience with all our products."
|
720 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2021-12-02 07:20:36+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
80 |
msgid "There was an error with your request; please try again later."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: includes/class-yit-plugin-panel-woocommerce.php:426
|
84 |
msgid "The changes you have made will be lost if you leave this page."
|
85 |
msgstr ""
|
86 |
|
92 |
msgid "Settings"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: includes/class-yit-plugin-panel.php:453
|
96 |
+
#: includes/class-yit-plugin-panel.php:456
|
97 |
msgid "How to install premium version"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: includes/class-yit-plugin-panel.php:654
|
101 |
#: includes/class-yit-plugin-subpanel.php:132
|
102 |
msgid "Save Changes"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: includes/class-yit-plugin-panel.php:659
|
106 |
#: includes/class-yit-plugin-subpanel.php:136
|
107 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
108 |
msgid "If you continue with this action, you will reset all options in this page."
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/class-yit-plugin-panel.php:659
|
112 |
#: includes/class-yit-plugin-subpanel.php:136
|
113 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
114 |
msgid "Are you sure?"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: includes/class-yit-plugin-panel.php:663
|
118 |
#: includes/class-yit-plugin-subpanel.php:139
|
119 |
msgid "Reset to default"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: includes/class-yit-plugin-panel.php:981
|
123 |
msgid "The element you have entered already exists. Please, enter another name."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: includes/class-yit-plugin-panel.php:982
|
127 |
msgid "Settings saved"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: includes/class-yit-plugin-panel.php:983
|
131 |
msgid "Settings reset"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: includes/class-yit-plugin-panel.php:984
|
135 |
msgid "Element deleted correctly."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: includes/class-yit-plugin-panel.php:985
|
139 |
+
#: includes/class-yit-plugin-panel.php:986
|
140 |
msgid "Element updated correctly."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: includes/class-yit-plugin-panel.php:987
|
144 |
msgid "Database imported correctly."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: includes/class-yit-plugin-panel.php:988
|
148 |
msgid "An error has occurred during import. Please try again."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: includes/class-yit-plugin-panel.php:989
|
152 |
msgid "The added file is not valid."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: includes/class-yit-plugin-panel.php:990
|
156 |
msgid "Sorry, import is disabled."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: includes/class-yit-plugin-panel.php:991
|
160 |
msgid "Sorting successful."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: includes/class-yit-plugin-panel.php:1459
|
164 |
msgid "We need your support"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: includes/class-yit-plugin-panel.php:1460
|
168 |
msgid "to keep updating and improving the plugin. Please,"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: includes/class-yit-plugin-panel.php:1462
|
172 |
msgid "help us by leaving a good review"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/class-yit-plugin-panel.php:1463
|
176 |
msgid ":) Thanks!"
|
177 |
msgstr ""
|
178 |
|
479 |
msgid "Add All"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: templates/fields/select-buttons.php:20
|
483 |
msgid "Remove All"
|
484 |
msgstr ""
|
485 |
|
703 |
msgid "Yes, delete"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: includes/class-yit-plugin-panel.php:490
|
707 |
msgctxt "Help tab name"
|
708 |
msgid "Help"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: includes/class-yit-plugin-panel.php:800
|
712 |
#. translators: 1. Plugin name.
|
713 |
msgctxt "Help tab default title"
|
714 |
msgid "Thank you for purchasing %s!"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: includes/class-yit-plugin-panel.php:801
|
718 |
msgctxt "Help tab default description"
|
719 |
msgid "We want to help you to enjoy a wonderful experience with all our products."
|
720 |
msgstr ""
|
plugin-fw/license.txt
CHANGED
@@ -18,6 +18,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
18 |
|
19 |
YITH Plugin Framework is released under the GPL
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
22 |
|
23 |
GNU GENERAL PUBLIC LICENSE
|
@@ -693,4 +704,37 @@ into proprietary programs. If your program is a subroutine library, you
|
|
693 |
may consider it more useful to permit linking proprietary applications with
|
694 |
the library. If this is what you want to do, use the GNU Lesser General
|
695 |
Public License instead of this License. But first, please read
|
696 |
-
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
YITH Plugin Framework is released under the GPL
|
20 |
|
21 |
+
This program incorporates work covered by the following copyright and
|
22 |
+
permission notices:
|
23 |
+
|
24 |
+
node-md5 is Copyright (c) 2011-2015, Paul Vorbach - (c) 2009, Jeff Mott.
|
25 |
+
https://github.com/pvorb/node-md5
|
26 |
+
This package is licensed under the BSD 3-Clause "New" or "Revised" License (the complete text of this license is shown below):
|
27 |
+
https://github.com/pvorb/node-md5/blob/master/LICENSE
|
28 |
+
|
29 |
+
Wherever third party code has been used, credit has been given in the code's
|
30 |
+
comments.
|
31 |
+
|
32 |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
33 |
|
34 |
GNU GENERAL PUBLIC LICENSE
|
704 |
may consider it more useful to permit linking proprietary applications with
|
705 |
the library. If this is what you want to do, use the GNU Lesser General
|
706 |
Public License instead of this License. But first, please read
|
707 |
+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
708 |
+
|
709 |
+
|
710 |
+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
711 |
+
|
712 |
+
node-md5: BSD 3-Clause "New" or "Revised" License
|
713 |
+
|
714 |
+
Copyright © 2011-2015, Paul Vorbach.
|
715 |
+
Copyright © 2009, Jeff Mott.
|
716 |
+
|
717 |
+
All rights reserved.
|
718 |
+
|
719 |
+
Redistribution and use in source and binary forms, with or without modification,
|
720 |
+
are permitted provided that the following conditions are met:
|
721 |
+
|
722 |
+
* Redistributions of source code must retain the above copyright notice, this
|
723 |
+
list of conditions and the following disclaimer.
|
724 |
+
* Redistributions in binary form must reproduce the above copyright notice, this
|
725 |
+
list of conditions and the following disclaimer in the documentation and/or
|
726 |
+
other materials provided with the distribution.
|
727 |
+
* Neither the name Crypto-JS nor the names of its contributors may be used to
|
728 |
+
endorse or promote products derived from this software without specific prior
|
729 |
+
written permission.
|
730 |
+
|
731 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
732 |
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
733 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
734 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
735 |
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
736 |
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
737 |
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
738 |
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
739 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
740 |
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
|
|
4 |
Tags: woocommerce catalog mode plugin, woocommerce catalog only, woocommerce, products, themes, yit, yith, yithemes, e-commerce, shop, catalog mode, catalogue mode, remove add to cart, ask for price, ask price, asking for price, asking price, button remove, call, call for price, call me, call us, contact, email, hide add to cart, hide price
|
5 |
Requires at least: 5.6
|
6 |
Tested up to: 5.8
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -131,6 +131,11 @@ yith-woocommerce-catalog-mode-<WORDPRESS LOCALE >.mo
|
|
131 |
|
132 |
== Changelog ==
|
133 |
|
|
|
|
|
|
|
|
|
|
|
134 |
= Version 2.3.0 - Released: 05 November 2021 =
|
135 |
|
136 |
* New: support for WooCommerce 5.9
|
@@ -455,7 +460,7 @@ yith-woocommerce-catalog-mode-<WORDPRESS LOCALE >.mo
|
|
455 |
|
456 |
== Upgrade Notice ==
|
457 |
|
458 |
-
Last Stable Tag 2.
|
459 |
|
460 |
== Suggestions ==
|
461 |
|
4 |
Tags: woocommerce catalog mode plugin, woocommerce catalog only, woocommerce, products, themes, yit, yith, yithemes, e-commerce, shop, catalog mode, catalogue mode, remove add to cart, ask for price, ask price, asking for price, asking price, button remove, call, call for price, call me, call us, contact, email, hide add to cart, hide price
|
5 |
Requires at least: 5.6
|
6 |
Tested up to: 5.8
|
7 |
+
Stable tag: 2.4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
131 |
|
132 |
== Changelog ==
|
133 |
|
134 |
+
= Version 2.4.0 - Released: 03 December 2021 =
|
135 |
+
|
136 |
+
* New: support for WooCommerce 6.0
|
137 |
+
* Update: YITH plugin framework
|
138 |
+
|
139 |
= Version 2.3.0 - Released: 05 November 2021 =
|
140 |
|
141 |
* New: support for WooCommerce 5.9
|
460 |
|
461 |
== Upgrade Notice ==
|
462 |
|
463 |
+
Last Stable Tag 2.4.0
|
464 |
|
465 |
== Suggestions ==
|
466 |
|