Title: lukosovan's Replies | WordPress.org

---

# lukosovan

  [  ](https://wordpress.org/support/users/lukosovan/)

 *   [Profile](https://wordpress.org/support/users/lukosovan/)
 *   [Topics Started](https://wordpress.org/support/users/lukosovan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lukosovan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lukosovan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lukosovan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lukosovan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lukosovan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/lukosovan/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/lukosovan/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/lukosovan/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/lukosovan/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/lukosovan/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/lukosovan/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Display all subcaegories when parent category is selected](https://wordpress.org/support/topic/display-all-subcaegories-when-parent-category-is-selected/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/display-all-subcaegories-when-parent-category-is-selected/#post-11639072)
 * Hello [@testusertest7](https://wordpress.org/support/users/testusertest7/).
 * I think it’s better to do it on js.
    Unfortunately, I do not have a ready solution.
   You should hire a developer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Product Categories filter](https://wordpress.org/support/topic/product-categories-filter/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/product-categories-filter/#post-11639040)
 * Hello [@techglobe](https://wordpress.org/support/users/techglobe/).
 * Hide empty terms is possible only in the premium version of the plugin.
    This
   options – [https://clip2net.com/s/425RHYD](https://clip2net.com/s/425RHYD)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Review filter](https://wordpress.org/support/topic/review-filter-2/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/review-filter-2/#post-11639017)
 * Hello [@techglobe](https://wordpress.org/support/users/techglobe/).
 * Unfortunately the plugin does not have this function.
    But try to use this extension
   [https://products-filter.com/extencion/by-rating/](https://products-filter.com/extencion/by-rating/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Sale filter not working](https://wordpress.org/support/topic/sale-filter-not-working/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/sale-filter-not-working/#post-11639006)
 * Hello [@sybrenjanssen](https://wordpress.org/support/users/sybrenjanssen/)
 * Maybe you have something that affects the sale price of products, which third-
   party plugin or your current theme.
    Please give me a link to the product at 
   a discount.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Mobile Responsive Burger Menu Gone?](https://wordpress.org/support/topic/mobile-responsive-burger-menu-gone/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/mobile-responsive-burger-menu-gone/#post-11638967)
 * Hello [@one3rdnerd](https://wordpress.org/support/users/one3rdnerd/).
 * I see you are using the paid version of the plugins, please write to premium 
   support.
    [https://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support](https://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FOX - Currency Switcher Professional for WooCommerce] Change currency only on Checkout](https://wordpress.org/support/topic/change-currency-only-on-checkout/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/change-currency-only-on-checkout/#post-11638946)
 * Hello [@shady](https://wordpress.org/support/users/shady/).
    Unfortunately the
   plugin does not have this function. But you can disable the plugin example like
   this:
 * <?php
    add_filter(‘wp_head’,function(){ if(!is_checkout()){ add_filter( ‘option_active_plugins’,‘
   luk_option_active_plugins’ ); } });
 * function luk_option_active_plugins( $plugins ){
    $unnecessary_plugins = array();
 *  if( !is_checout() ){
    $unnecessary_plugins[] = ‘woocommerce-currency-switcher/
   index.php’; }
 *  foreach ( $unnecessary_plugins as $plugin ) {
    $k = array_search( $plugin, $
   plugins ); if( false !== $k ){ unset( $plugins[$k] ); } }
 *  return $plugins;
    } ?>
 * Or without disabling the plugin:
    add_filter(‘wp_head’,function(){ if(!is_checkout()){
   if(class_exists(‘WOOCS’)){ global $WOOCS; $WOOCS->reset_currency(); } } });
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Shortcode to show only size filter](https://wordpress.org/support/topic/shortcode-to-show-only-size-filter/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/shortcode-to-show-only-size-filter/#post-11634399)
 * Hello [@studioartesia](https://wordpress.org/support/users/studioartesia/).
 * Welcome:)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Shortcode to show only size filter](https://wordpress.org/support/topic/shortcode-to-show-only-size-filter/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/shortcode-to-show-only-size-filter/#post-11631644)
 * Hello Antonio.
 * Try to use this:
    [woof tax_only=’pa_taglie’ price_filter=0 by_only=’none’]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Choosing one filter at a time](https://wordpress.org/support/topic/choosing-one-filter-at-a-time/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/choosing-one-filter-at-a-time/#post-11631626)
 * Hello [@morrismagnets](https://wordpress.org/support/users/morrismagnets/).
 * To do this, you should use the radio buttons – [https://clip2net.com/s/423cG6l](https://clip2net.com/s/423cG6l)
   or Drop-down.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Pro version](https://wordpress.org/support/topic/pro-version-225/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/pro-version-225/#post-11631612)
 * Hello [@damiancubed2017](https://wordpress.org/support/users/damiancubed2017/).
 * For questions that relate to the premium version, please contact support where
   this plugin is for sale. Here support only the free version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] 404 Error When Filtering by Price](https://wordpress.org/support/topic/404-error-when-filtering-by-price/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/404-error-when-filtering-by-price/#post-11631593)
 * Hello -Jack.
 * Soon, our programmers are working on a new version of the plugin.
    I think the
   release will be next month.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Question about price slider](https://wordpress.org/support/topic/question-about-price-slider/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/question-about-price-slider/#post-11631589)
 * Hello [@chris2604slvstr](https://wordpress.org/support/users/chris2604slvstr/).
 * Welcome.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] 404 When using Price Search](https://wordpress.org/support/topic/404-when-using-price-search/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/404-when-using-price-search/#post-11631586)
 * Hello [@logkz](https://wordpress.org/support/users/logkz/).
 * I’m not sure that the problem is in my plugin,
    try to disable the plugin and
   use the native woocommerce price filter.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Resizing the step filter](https://wordpress.org/support/topic/resizing-the-step-filter/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/resizing-the-step-filter/#post-11631574)
 * Hello [@nethacar](https://wordpress.org/support/users/nethacar/).
 * Ok, I see you have already solved your problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FOX - Currency Switcher Professional for WooCommerce] Basic currency price not visible when multiple is allowed](https://wordpress.org/support/topic/basic-currency-price-not-visible-when-multiple-is-allowed/)
 *  [lukosovan](https://wordpress.org/support/users/lukosovan/)
 * (@lukosovan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/basic-currency-price-not-visible-when-multiple-is-allowed/#post-11631567)
 * Hello [@trnkava](https://wordpress.org/support/users/trnkava/).
 * Please drop me exact link to the issue.
    Read this [https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/](https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/)

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/lukosovan/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/lukosovan/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/lukosovan/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/lukosovan/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/lukosovan/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/lukosovan/replies/page/2/?output_format=md)