PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Disable price filter on shop page

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, we use two plugins.
HUSKY
- WooCommerce Products Filter Professional
- WOOF by category

I don't want the price filter  to be displayed on the shop page - https://copyoffice.pl/produkty/.

But I want the price filter already displayed on selected pages:
1)"Urządzenia drukujące" - https://copyoffice.pl/urzadzenie-drukujace/
2)"Wynajem" - https://copyoffice.pl/wynajem/

--
Best regards
Piotr

Hello Piotr

Please paste your license key here - https://clip2net.com/s/4kgbvfT -> https://c2n.me/4kgbvNj.png

Update  the  plugin to latest version

To  hide widget on some pages you can  use  this  plugin - https://wordpress.org/plugins/widget-options/

I paste code here

 

Is it ok?

--
Best reagrads
Piotr

Hi,
How to remove the price filter, in a situation where it is not a widget just a shortcode, as in the case of https://copyoffice.pl/produkty?
I also use the Permalink Manager Pro plugin.

Please help me.

 

--

Best regards
Piotr

Hello Piotr

https://c2n.me/4kgQk5Z.png - I thought it was a text widget in which you inserted the shortcode

In any case, I think it's better for you to hide the container completely and not the contents

OR you can try to use this CSS

.woocommerce-shop .woof_price3_search_container{

display: none;

}