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

Husky Filter Options

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 There,

I have a purchased version of this plugin and facing some issues right now, so I have got some questions:

1: When there is no product found my page is empty, How can I set a custom message for this> like No Products Found!

for example, select HEXAGON from Product Material Bar Profile Type and see nothing appears.  http://hydrafeed-co-uk.red-giraffe.co.uk/barfeeds/

2: I have created radio buttons with Smart Designer, but there are not Un checking once we change the option. see the reference on the same page above.

3; How can I change the columns of the filter?  I want to change it to 2 in the first row and 3 in 2nd row, currently using Flatgrey 4 columns Skin.

 

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

1)  Please  try  this  option -> Advanced->Options - https://share.pluginus.net/image/i20230816133018.png

2) https://c2n.me/4j9RiOX.png - for SD this button is next to Radio

3)  Please  add CSS:

.woof_auto_4_columns .woof_container.woof_container_pa_material-bar-profile-type,  .woof_auto_4_columns .woof_container.woof_container_pa_lathe-type {

width: 49%;

}

.woof_auto_4_columns .woof_container.woof_container_pa_lathe-spindle-bore-diameter, .woof_auto_4_columns .woof_container.woof_container_pa_material-bar-bar-diameter, .woof_auto_4_columns .woof_container.woof_container_pa_material-bar-bar-length {

width: 32%;

}

 

Hi There,

1: [woof_search_options]
<p class="woocommerce-info">No Products Found ! Please Try Again.</p>

Added this code, doesn't show up when Nothing is found?

2: Can't see this even with giving some margin to the Label?

Hello

1 Your custom template overrides this page. How to change this you better write to the theme support

2 You can see it after filtering

 

Hi, I got caught to another problem which is on the range slider for price I want to have a way slider means choosing the range from handler left to right and I want to eliminate the handler right-to-left slider. How can I do this? it's a bit urgent please help

Hello

in this case you need to customize the plugin code. We are using this library for the slider - http://ionden.com/a/plugins/ion.rangeSlider/

An example:  in  file - wp-content\plugins\woocommerce-products-filter\js\front.js - add  code - https://share.pluginus.net/image/i20230831115722.png

to_fixed:true,

Thanks, Pablo, can I have a single range slider that means 10 to 1000 only and not other range from 1000 to 800? I want a type='single' price range slider, not two way how can I do it as I am facing a problem where in CSS I disabled the right to left but when I move left to right and click find products it shows products from above range. like 0 - 10- 100 ------1000 (when I move to 100 it should get products of price less than 100 not more) Please advice

Hello

I'm not sure I understood you correctly

Please  drop  me  exact  link to the  issue.  What should I do to get the problem? Give me a screenshot of what functionality you want to get

Here http://hydrafeed-co-uk.red-giraffe.co.uk/barfeeds/ at slider"Bar Length in MM (max)" Here I want to go from left to right via slider handle for example 100 to 2700 mm and the right to left handle is not to be selected. When I click on"Find Products" it gets the products from 2700 and above till 6200 but I want the opposite like it should bring products from 100 to 2700 in length.

 

I just want a slider of one handle (not range) which should be from 100 to 6200 and when I bring the handle to any value like 2700 or 2900 the products below the selected range should be in the result like from 100 to 2700 not the above. You can see the URL after Find Products button click.

https://hydrafeed-co-uk.red-giraffe.co.uk/length%20selected.PNG (This is how I select the length from left to right) and this is how results are coming up

https://hydrafeed-co-uk.red-giraffe.co.uk/values%20should%20be%20below%202900.PNG

I need the results to be 100 to 2900. So what code / setting I should change?

Ok!  in  file - \woocommerce-products-filter\ext\slider\js\html_types\slider.js - change  code - https://c2n.me/4jpKvMr.png

woof_current_values[tax] = (slags.slice(0, ui.from+1)).join(',');