YITH WooCommerce Ajax Product Filter - Version 3.4.4

Version Description

Released: 26 Sep, 2017 =

  • Fix: Support for $wpdb->prepare() with WordPress 4.8.2
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Ajax Product Filter
Version 3.4.4
Comparing to
See all releases

Code changes from version 3.4.3 to 3.4.4

README.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: yithemes
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
- Tested up to: 4.8
7
- Stable tag: 3.4.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -159,6 +159,10 @@ If you want to see a demonstration version of the premium plugin, you can see it
159
 
160
  == Changelog ==
161
 
 
 
 
 
162
  = 3.4.3 - Released: 04 Jul, 2017 =
163
 
164
  * Fix: No filtered results with Page Builder by SiteOrigin
3
  Contributors: yithemes
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
+ Tested up to: 4.8.2
7
+ Stable tag: 3.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
159
 
160
  == Changelog ==
161
 
162
+ = 3.4.4 = Released: 26 Sep, 2017 =
163
+
164
+ * Fix: Support for $wpdb->prepare() with WordPress 4.8.2
165
+
166
  = 3.4.3 - Released: 04 Jul, 2017 =
167
 
168
  * Fix: No filtered results with Page Builder by SiteOrigin
includes/class.yith-wcan-frontend.php CHANGED
@@ -47,7 +47,7 @@ if ( ! class_exists( 'YITH_WCAN_Frontend' ) ) {
47
 
48
  $theme_support = apply_filters( 'yith_wcan_theme_use_wp_the_query_object', array(
49
  'porto'
50
- )
51
  );
52
 
53
  $current_theme = strtolower( wp_get_theme()->Template );
47
 
48
  $theme_support = apply_filters( 'yith_wcan_theme_use_wp_the_query_object', array(
49
  'porto'
50
+ )
51
  );
52
 
53
  $current_theme = strtolower( wp_get_theme()->Template );
init.php CHANGED
@@ -3,12 +3,15 @@
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Ajax Product Filter offers the perfect way to filter all the products of your shop.
6
- * Version: 3.4.3
7
  * Author: YITHEMES
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-ajax-navigation
10
  * Domain Path: /languages/
11
  *
 
 
 
12
  * @author Your Inspiration Themes
13
  * @package YITH WooCommerce Ajax Navigation
14
  * @version 1.3.2
@@ -64,7 +67,7 @@ load_plugin_textdomain( 'yith-woocommerce-ajax-navigation', false, dirname( plug
64
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
65
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
66
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
67
- ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '3.4.3' );
68
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
69
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
70
 
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Ajax Product Filter offers the perfect way to filter all the products of your shop.
6
+ * Version: 3.4.4
7
  * Author: YITHEMES
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-ajax-navigation
10
  * Domain Path: /languages/
11
  *
12
+ * WC requires at least: 2.2.0
13
+ * WC tested up to: 3.1.2
14
+ *
15
  * @author Your Inspiration Themes
16
  * @package YITH WooCommerce Ajax Navigation
17
  * @version 1.3.2
67
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
68
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
69
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
70
+ ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '3.4.4' );
71
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
72
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
73
 
languages/yith-woocommerce-ajax-navigation-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-ajax-navigation-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-04 16:52+0200\n"
6
- "PO-Revision-Date: 2017-07-04 16:52+0200\n"
7
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
@@ -58,7 +58,7 @@ msgstr "Proprietà"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
- #: widgets/class.yith-wcan-navigation-widget.php:843
62
  msgid "Color"
63
  msgstr "Colore"
64
 
@@ -77,7 +77,7 @@ msgstr "Colore 2"
77
  msgid "Labels"
78
  msgstr "Etichetta"
79
 
80
- #: init.php:46
81
  msgid ""
82
  "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
83
  "requires WooCommerce in order to work."
@@ -85,7 +85,7 @@ msgstr ""
85
  "YITH WooCommerce Ajax Product Filter è attivo, ma non operativo. Richiede "
86
  "WooCommerce affinché possa funzionare correttamente."
87
 
88
- #: init.php:55
89
  msgid ""
90
  "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
91
  "while you are using the premium one."
@@ -146,8 +146,8 @@ msgid "Enter here the CSS class or id for the results count container"
146
  msgstr "Inserisci qui la classe CSS o l'ID dei risultati del conteggio"
147
 
148
  #: settings/frontend-options.php:57
149
- msgid "Scroll top anchor"
150
- msgstr "Tag html per la funzione Scroll Top"
151
 
152
  #: settings/frontend-options.php:58
153
  msgid "Enter here the HTML tag for the scroll to top feature"
@@ -373,67 +373,67 @@ msgid "Filters:"
373
  msgstr "Filtri:"
374
 
375
  # @ yit
376
- #: widgets/class.yith-wcan-navigation-widget.php:842
377
  msgid "List"
378
  msgstr "Lista"
379
 
380
  # @ yit
381
- #: widgets/class.yith-wcan-navigation-widget.php:844
382
  msgid "Label"
383
  msgstr "Etichetta"
384
 
385
- #: widgets/class.yith-wcan-navigation-widget.php:845
386
  msgid "Dropdown"
387
  msgstr "Menu a tendina"
388
 
389
  # @ yit
390
- #: widgets/class.yith-wcan-navigation-widget.php:852
391
  #: widgets/class.yith-wcan-reset-navigation-widget.php:114
392
  msgid "Title"
393
  msgstr "Titolo"
394
 
395
  # @ yit
396
- #: widgets/class.yith-wcan-navigation-widget.php:858
397
  msgid "Type:"
398
  msgstr "Tipo:"
399
 
400
  # @ yit
401
- #: widgets/class.yith-wcan-navigation-widget.php:869
402
  msgid "Query Type:"
403
  msgstr "Tipo Query:"
404
 
405
  # @ yit
406
- #: widgets/class.yith-wcan-navigation-widget.php:871
407
  msgid "AND"
408
  msgstr "E"
409
 
410
  # @ yit
411
- #: widgets/class.yith-wcan-navigation-widget.php:872
412
  msgid "OR"
413
  msgstr "O"
414
 
415
  # @ yit
416
- #: widgets/class.yith-wcan-navigation-widget.php:878
417
  msgid "Attribute:"
418
  msgstr "Attributo:"
419
 
420
- #: widgets/class.yith-wcan-navigation-widget.php:885
421
  msgid "Display (default All):"
422
  msgstr "Visualizza (default Tutti)"
423
 
424
- #: widgets/class.yith-wcan-navigation-widget.php:887
425
  msgid "All (no hierarchical)"
426
  msgstr "Tutti (non gerarchico)"
427
 
428
- #: widgets/class.yith-wcan-navigation-widget.php:888
429
  msgid "All (hierarchical)"
430
  msgstr "Tutti (gerarchico)"
431
 
432
- #: widgets/class.yith-wcan-navigation-widget.php:889
433
  msgid "Only Parent"
434
  msgstr "Solo Principali"
435
 
436
- #: widgets/class.yith-wcan-navigation-widget.php:896
437
  msgid "CSS custom class"
438
  msgstr "Classe CSS custom"
439
 
@@ -454,6 +454,9 @@ msgstr "Resetta tutti i filtri"
454
  msgid "Button Label"
455
  msgstr "Etichetta Pulsante"
456
 
 
 
 
457
  #~ msgid "Settings"
458
  #~ msgstr "Impostazioni"
459
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-26 12:43+0200\n"
6
+ "PO-Revision-Date: 2017-09-26 12:43+0200\n"
7
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
+ #: widgets/class.yith-wcan-navigation-widget.php:841
62
  msgid "Color"
63
  msgstr "Colore"
64
 
77
  msgid "Labels"
78
  msgstr "Etichetta"
79
 
80
+ #: init.php:49
81
  msgid ""
82
  "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
83
  "requires WooCommerce in order to work."
85
  "YITH WooCommerce Ajax Product Filter è attivo, ma non operativo. Richiede "
86
  "WooCommerce affinché possa funzionare correttamente."
87
 
88
+ #: init.php:58
89
  msgid ""
90
  "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
91
  "while you are using the premium one."
146
  msgstr "Inserisci qui la classe CSS o l'ID dei risultati del conteggio"
147
 
148
  #: settings/frontend-options.php:57
149
+ msgid "Scroll top anchor (only for mobiles)"
150
+ msgstr ""
151
 
152
  #: settings/frontend-options.php:58
153
  msgid "Enter here the HTML tag for the scroll to top feature"
373
  msgstr "Filtri:"
374
 
375
  # @ yit
376
+ #: widgets/class.yith-wcan-navigation-widget.php:840
377
  msgid "List"
378
  msgstr "Lista"
379
 
380
  # @ yit
381
+ #: widgets/class.yith-wcan-navigation-widget.php:842
382
  msgid "Label"
383
  msgstr "Etichetta"
384
 
385
+ #: widgets/class.yith-wcan-navigation-widget.php:843
386
  msgid "Dropdown"
387
  msgstr "Menu a tendina"
388
 
389
  # @ yit
390
+ #: widgets/class.yith-wcan-navigation-widget.php:850
391
  #: widgets/class.yith-wcan-reset-navigation-widget.php:114
392
  msgid "Title"
393
  msgstr "Titolo"
394
 
395
  # @ yit
396
+ #: widgets/class.yith-wcan-navigation-widget.php:856
397
  msgid "Type:"
398
  msgstr "Tipo:"
399
 
400
  # @ yit
401
+ #: widgets/class.yith-wcan-navigation-widget.php:867
402
  msgid "Query Type:"
403
  msgstr "Tipo Query:"
404
 
405
  # @ yit
406
+ #: widgets/class.yith-wcan-navigation-widget.php:869
407
  msgid "AND"
408
  msgstr "E"
409
 
410
  # @ yit
411
+ #: widgets/class.yith-wcan-navigation-widget.php:870
412
  msgid "OR"
413
  msgstr "O"
414
 
415
  # @ yit
416
+ #: widgets/class.yith-wcan-navigation-widget.php:876
417
  msgid "Attribute:"
418
  msgstr "Attributo:"
419
 
420
+ #: widgets/class.yith-wcan-navigation-widget.php:883
421
  msgid "Display (default All):"
422
  msgstr "Visualizza (default Tutti)"
423
 
424
+ #: widgets/class.yith-wcan-navigation-widget.php:885
425
  msgid "All (no hierarchical)"
426
  msgstr "Tutti (non gerarchico)"
427
 
428
+ #: widgets/class.yith-wcan-navigation-widget.php:886
429
  msgid "All (hierarchical)"
430
  msgstr "Tutti (gerarchico)"
431
 
432
+ #: widgets/class.yith-wcan-navigation-widget.php:887
433
  msgid "Only Parent"
434
  msgstr "Solo Principali"
435
 
436
+ #: widgets/class.yith-wcan-navigation-widget.php:894
437
  msgid "CSS custom class"
438
  msgstr "Classe CSS custom"
439
 
454
  msgid "Button Label"
455
  msgstr "Etichetta Pulsante"
456
 
457
+ #~ msgid "Scroll top anchor"
458
+ #~ msgstr "Tag html per la funzione Scroll Top"
459
+
460
  #~ msgid "Settings"
461
  #~ msgstr "Impostazioni"
462
 
languages/yith-woocommerce-ajax-navigation-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-ajax-navigation-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-04 16:52+0200\n"
6
- "PO-Revision-Date: 2017-07-04 16:52+0200\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
  "Language: tr\n"
@@ -58,7 +58,7 @@ msgstr "Terim"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
- #: widgets/class.yith-wcan-navigation-widget.php:843
62
  msgid "Color"
63
  msgstr "Renk"
64
 
@@ -77,13 +77,13 @@ msgstr ""
77
  msgid "Labels"
78
  msgstr "Etiketler"
79
 
80
- #: init.php:46
81
  msgid ""
82
  "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
83
  "requires WooCommerce in order to work."
84
  msgstr ""
85
 
86
- #: init.php:55
87
  msgid ""
88
  "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
89
  "while you are using the premium one."
@@ -138,7 +138,7 @@ msgid "Enter here the CSS class or id for the results count container"
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
- msgid "Scroll top anchor"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
@@ -365,67 +365,67 @@ msgid "Filters:"
365
  msgstr ""
366
 
367
  # @ yit
368
- #: widgets/class.yith-wcan-navigation-widget.php:842
369
  msgid "List"
370
  msgstr "Liste"
371
 
372
  # @ yit
373
- #: widgets/class.yith-wcan-navigation-widget.php:844
374
  msgid "Label"
375
  msgstr "Etiket"
376
 
377
- #: widgets/class.yith-wcan-navigation-widget.php:845
378
  msgid "Dropdown"
379
  msgstr "Açılır Menü"
380
 
381
  # @ yit
382
- #: widgets/class.yith-wcan-navigation-widget.php:852
383
  #: widgets/class.yith-wcan-reset-navigation-widget.php:114
384
  msgid "Title"
385
  msgstr "Başlık"
386
 
387
  # @ yit
388
- #: widgets/class.yith-wcan-navigation-widget.php:858
389
  msgid "Type:"
390
  msgstr "Tür:"
391
 
392
  # @ yit
393
- #: widgets/class.yith-wcan-navigation-widget.php:869
394
  msgid "Query Type:"
395
  msgstr "Sorgu Tipi:"
396
 
397
  # @ yit
398
- #: widgets/class.yith-wcan-navigation-widget.php:871
399
  msgid "AND"
400
  msgstr "VE"
401
 
402
  # @ yit
403
- #: widgets/class.yith-wcan-navigation-widget.php:872
404
  msgid "OR"
405
  msgstr "VEYA"
406
 
407
  # @ yit
408
- #: widgets/class.yith-wcan-navigation-widget.php:878
409
  msgid "Attribute:"
410
  msgstr "Özellikler:"
411
 
412
- #: widgets/class.yith-wcan-navigation-widget.php:885
413
  msgid "Display (default All):"
414
  msgstr "Görüntüleme (Varsayılan tümü):"
415
 
416
- #: widgets/class.yith-wcan-navigation-widget.php:887
417
  msgid "All (no hierarchical)"
418
  msgstr "Tümü"
419
 
420
- #: widgets/class.yith-wcan-navigation-widget.php:888
421
  msgid "All (hierarchical)"
422
  msgstr ""
423
 
424
- #: widgets/class.yith-wcan-navigation-widget.php:889
425
  msgid "Only Parent"
426
  msgstr "Sadece Ebeveyn"
427
 
428
- #: widgets/class.yith-wcan-navigation-widget.php:896
429
  msgid "CSS custom class"
430
  msgstr ""
431
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-26 12:43+0200\n"
6
+ "PO-Revision-Date: 2017-09-26 12:43+0200\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
  "Language: tr\n"
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
+ #: widgets/class.yith-wcan-navigation-widget.php:841
62
  msgid "Color"
63
  msgstr "Renk"
64
 
77
  msgid "Labels"
78
  msgstr "Etiketler"
79
 
80
+ #: init.php:49
81
  msgid ""
82
  "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
83
  "requires WooCommerce in order to work."
84
  msgstr ""
85
 
86
+ #: init.php:58
87
  msgid ""
88
  "You can't activate the free version of YITH WooCommerce Ajax Product Filter "
89
  "while you are using the premium one."
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
+ msgid "Scroll top anchor (only for mobiles)"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
365
  msgstr ""
366
 
367
  # @ yit
368
+ #: widgets/class.yith-wcan-navigation-widget.php:840
369
  msgid "List"
370
  msgstr "Liste"
371
 
372
  # @ yit
373
+ #: widgets/class.yith-wcan-navigation-widget.php:842
374
  msgid "Label"
375
  msgstr "Etiket"
376
 
377
+ #: widgets/class.yith-wcan-navigation-widget.php:843
378
  msgid "Dropdown"
379
  msgstr "Açılır Menü"
380
 
381
  # @ yit
382
+ #: widgets/class.yith-wcan-navigation-widget.php:850
383
  #: widgets/class.yith-wcan-reset-navigation-widget.php:114
384
  msgid "Title"
385
  msgstr "Başlık"
386
 
387
  # @ yit
388
+ #: widgets/class.yith-wcan-navigation-widget.php:856
389
  msgid "Type:"
390
  msgstr "Tür:"
391
 
392
  # @ yit
393
+ #: widgets/class.yith-wcan-navigation-widget.php:867
394
  msgid "Query Type:"
395
  msgstr "Sorgu Tipi:"
396
 
397
  # @ yit
398
+ #: widgets/class.yith-wcan-navigation-widget.php:869
399
  msgid "AND"
400
  msgstr "VE"
401
 
402
  # @ yit
403
+ #: widgets/class.yith-wcan-navigation-widget.php:870
404
  msgid "OR"
405
  msgstr "VEYA"
406
 
407
  # @ yit
408
+ #: widgets/class.yith-wcan-navigation-widget.php:876
409
  msgid "Attribute:"
410
  msgstr "Özellikler:"
411
 
412
+ #: widgets/class.yith-wcan-navigation-widget.php:883
413
  msgid "Display (default All):"
414
  msgstr "Görüntüleme (Varsayılan tümü):"
415
 
416
+ #: widgets/class.yith-wcan-navigation-widget.php:885
417
  msgid "All (no hierarchical)"
418
  msgstr "Tümü"
419
 
420
+ #: widgets/class.yith-wcan-navigation-widget.php:886
421
  msgid "All (hierarchical)"
422
  msgstr ""
423
 
424
+ #: widgets/class.yith-wcan-navigation-widget.php:887
425
  msgid "Only Parent"
426
  msgstr "Sadece Ebeveyn"
427
 
428
+ #: widgets/class.yith-wcan-navigation-widget.php:894
429
  msgid "CSS custom class"
430
  msgstr ""
431
 
languages/yith-woocommerce-ajax-navigation.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2017-07-04 16:52+0200\n"
7
  "PO-Revision-Date: 2015-06-19 13:59+0100\n"
8
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language-Team: \n"
@@ -59,7 +59,7 @@ msgid "Term"
59
  msgstr ""
60
 
61
  #: includes/functions.yith-wcan.php:57
62
- #: widgets/class.yith-wcan-navigation-widget.php:843
63
  msgid "Color"
64
  msgstr ""
65
 
@@ -77,13 +77,13 @@ msgstr ""
77
  msgid "Labels"
78
  msgstr ""
79
 
80
- #: init.php:46
81
  msgid ""
82
  "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
83
  "requires WooCommerce in order to work."
84
  msgstr ""
85
 
86
- #: init.php:55
87
  msgid ""
88
  "You can't activate the free version of YITH WooCommerce Ajax Product "
89
  "Filter while you are using the premium one."
@@ -138,7 +138,7 @@ msgid "Enter here the CSS class or id for the results count container"
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
- msgid "Scroll top anchor"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
@@ -369,60 +369,60 @@ msgstr ""
369
  msgid "Filters:"
370
  msgstr ""
371
 
372
- #: widgets/class.yith-wcan-navigation-widget.php:842
373
  msgid "List"
374
  msgstr ""
375
 
376
- #: widgets/class.yith-wcan-navigation-widget.php:844
377
  msgid "Label"
378
  msgstr ""
379
 
380
- #: widgets/class.yith-wcan-navigation-widget.php:845
381
  msgid "Dropdown"
382
  msgstr ""
383
 
384
- #: widgets/class.yith-wcan-navigation-widget.php:852
385
  #: widgets/class.yith-wcan-reset-navigation-widget.php:114
386
  msgid "Title"
387
  msgstr ""
388
 
389
- #: widgets/class.yith-wcan-navigation-widget.php:858
390
  msgid "Type:"
391
  msgstr ""
392
 
393
- #: widgets/class.yith-wcan-navigation-widget.php:869
394
  msgid "Query Type:"
395
  msgstr ""
396
 
397
- #: widgets/class.yith-wcan-navigation-widget.php:871
398
  msgid "AND"
399
  msgstr ""
400
 
401
- #: widgets/class.yith-wcan-navigation-widget.php:872
402
  msgid "OR"
403
  msgstr ""
404
 
405
- #: widgets/class.yith-wcan-navigation-widget.php:878
406
  msgid "Attribute:"
407
  msgstr ""
408
 
409
- #: widgets/class.yith-wcan-navigation-widget.php:885
410
  msgid "Display (default All):"
411
  msgstr ""
412
 
413
- #: widgets/class.yith-wcan-navigation-widget.php:887
414
  msgid "All (no hierarchical)"
415
  msgstr ""
416
 
417
- #: widgets/class.yith-wcan-navigation-widget.php:888
418
  msgid "All (hierarchical)"
419
  msgstr ""
420
 
421
- #: widgets/class.yith-wcan-navigation-widget.php:889
422
  msgid "Only Parent"
423
  msgstr ""
424
 
425
- #: widgets/class.yith-wcan-navigation-widget.php:896
426
  msgid "CSS custom class"
427
  msgstr ""
428
 
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2017-09-26 12:43+0200\n"
7
  "PO-Revision-Date: 2015-06-19 13:59+0100\n"
8
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language-Team: \n"
59
  msgstr ""
60
 
61
  #: includes/functions.yith-wcan.php:57
62
+ #: widgets/class.yith-wcan-navigation-widget.php:841
63
  msgid "Color"
64
  msgstr ""
65
 
77
  msgid "Labels"
78
  msgstr ""
79
 
80
+ #: init.php:49
81
  msgid ""
82
  "YITH WooCommerce Ajax Product Filter is enabled but not effective. It "
83
  "requires WooCommerce in order to work."
84
  msgstr ""
85
 
86
+ #: init.php:58
87
  msgid ""
88
  "You can't activate the free version of YITH WooCommerce Ajax Product "
89
  "Filter while you are using the premium one."
138
  msgstr ""
139
 
140
  #: settings/frontend-options.php:57
141
+ msgid "Scroll top anchor (only for mobiles)"
142
  msgstr ""
143
 
144
  #: settings/frontend-options.php:58
369
  msgid "Filters:"
370
  msgstr ""
371
 
372
+ #: widgets/class.yith-wcan-navigation-widget.php:840
373
  msgid "List"
374
  msgstr ""
375
 
376
+ #: widgets/class.yith-wcan-navigation-widget.php:842
377
  msgid "Label"
378
  msgstr ""
379
 
380
+ #: widgets/class.yith-wcan-navigation-widget.php:843
381
  msgid "Dropdown"
382
  msgstr ""
383
 
384
+ #: widgets/class.yith-wcan-navigation-widget.php:850
385
  #: widgets/class.yith-wcan-reset-navigation-widget.php:114
386
  msgid "Title"
387
  msgstr ""
388
 
389
+ #: widgets/class.yith-wcan-navigation-widget.php:856
390
  msgid "Type:"
391
  msgstr ""
392
 
393
+ #: widgets/class.yith-wcan-navigation-widget.php:867
394
  msgid "Query Type:"
395
  msgstr ""
396
 
397
+ #: widgets/class.yith-wcan-navigation-widget.php:869
398
  msgid "AND"
399
  msgstr ""
400
 
401
+ #: widgets/class.yith-wcan-navigation-widget.php:870
402
  msgid "OR"
403
  msgstr ""
404
 
405
+ #: widgets/class.yith-wcan-navigation-widget.php:876
406
  msgid "Attribute:"
407
  msgstr ""
408
 
409
+ #: widgets/class.yith-wcan-navigation-widget.php:883
410
  msgid "Display (default All):"
411
  msgstr ""
412
 
413
+ #: widgets/class.yith-wcan-navigation-widget.php:885
414
  msgid "All (no hierarchical)"
415
  msgstr ""
416
 
417
+ #: widgets/class.yith-wcan-navigation-widget.php:886
418
  msgid "All (hierarchical)"
419
  msgstr ""
420
 
421
+ #: widgets/class.yith-wcan-navigation-widget.php:887
422
  msgid "Only Parent"
423
  msgstr ""
424
 
425
+ #: widgets/class.yith-wcan-navigation-widget.php:894
426
  msgid "CSS custom class"
427
  msgstr ""
428
 
settings/frontend-options.php CHANGED
@@ -54,7 +54,7 @@ $frontend = array(
54
  ),
55
 
56
  array(
57
- 'name' => __( 'Scroll top anchor', 'yith-woocommerce-ajax-navigation' ),
58
  'desc' => __( 'Enter here the HTML tag for the scroll to top feature', 'yith-woocommerce-ajax-navigation' ) . ' (Default: <strong>.yit-wcan-container</strong>)',
59
  'id' => 'yith_wcan_ajax_scroll_top_class',
60
  'type' => 'text',
54
  ),
55
 
56
  array(
57
+ 'name' => __( 'Scroll top anchor (only for mobiles)', 'yith-woocommerce-ajax-navigation' ),
58
  'desc' => __( 'Enter here the HTML tag for the scroll to top feature', 'yith-woocommerce-ajax-navigation' ) . ' (Default: <strong>.yit-wcan-container</strong>)',
59
  'id' => 'yith_wcan_ajax_scroll_top_class',
60
  'type' => 'text',
widgets/class.yith-wcan-navigation-widget.php CHANGED
@@ -337,10 +337,8 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
337
 
338
  }
339
  else {
340
-
341
  $class = ( $terms_type_list == 'hierarchical' && yit_term_is_child( $term ) ) ? "class='{$is_child_class}'" : '';
342
  $link = add_query_arg( $arg, implode( ',', $current_filter ), $link );
343
-
344
  }
345
 
346
  // Search Arg
@@ -1238,7 +1236,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
1238
  }
1239
 
1240
  else {
1241
- $to_print = apply_filters( 'yith_wcan_show_no_products_attributes', ! $filter_by_tags_hierarchical && $query_type != 'and' );
1242
 
1243
  $to_print && printf( '<li %s><span>%s</span>', $class, $term->name );
1244
  $li_printed = true;
337
 
338
  }
339
  else {
 
340
  $class = ( $terms_type_list == 'hierarchical' && yit_term_is_child( $term ) ) ? "class='{$is_child_class}'" : '';
341
  $link = add_query_arg( $arg, implode( ',', $current_filter ), $link );
 
342
  }
343
 
344
  // Search Arg
1236
  }
1237
 
1238
  else {
1239
+ $to_print = apply_filters( 'yith_wcan_show_no_products_attributes', ( ! $filter_by_tags_hierarchical && $query_type != 'and' ), $count, $term );
1240
 
1241
  $to_print && printf( '<li %s><span>%s</span>', $class, $term->name );
1242
  $li_printed = true;