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

product category filter dont work

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.
12

Hello, I bought your plugin and installed, everything works fine except product categories filter. When I click on category on filter, results shows all products, instead of products from selected category.

Hello

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

drop me  exact  link to the  issue

I added just now

exact link also saved under private data

Try in  Advanced->Options - check it - https://share.pluginus.net/image/i20210823140251.png

thanks, but it is already set to no. Or I need to change it to Yes?

i tried to change to yes, but no changes :(

And also there is second problem - some sliders dont show correctly - smaller number s on end of the scale, but it should be first

 

https://drive.google.com/file/d/1rEQyb1rLTlQw166mk-sxJgfCb9HzEbkH/view?usp=sharing

 

I solved probleem with categories, seems there was conflict with onother plugin. But how about slider filters?could you please help with this

Hello

This trouble was always, and can be resolved by drag and drop on the terms page:
Example
* go here wp-admin/edit-tags.php?taxonomy=pa_shoe-size&post_type=product
* by mouse set right order of terms
Reason: for WordPress all taxonomies tiles and slugs is just STRINGS so WOOF works with them as string, and appending idea to them that they are numbers is just human logic, but not for script

OR  try  it  on "additional options" - https://share.pluginus.net/image/i20210824113712.png

OR on attribute  edit page - https://c2n.me/4d6rVI6.png

thanx, numeric worked :)

Welcome;)

I have one more question. Where i can change search loader svg (if its svg)?

Search loader: https://drive.google.com/file/d/1cikhdLOltaE2EnSUH7p_bXZ33tes-KB8/view?usp=sharing

ok, I found where to change it /wp-content/plugins/woocommerce-products-filter/ext/by_text/img

I changed loader.gif with my own file loader.gif, but frontend still shows original loader gif. (cache cleared)

P.S. The same problem was when I tried to change overlay skins, but then I pasted code inside of one of original svg files and it worked. But in this case ofcorse I can only replace file.

Hello

I  checked  it - https://c2n.me/4d7gVTO.png - now it looks like your image

ok tnx, I figured out, it was cloudflare cache, cleared and I see also now :)

Hello

Great!  Welcome;)

Hello,

I have question, what is name of product filter button css class and product filter box(with border) css class? I cant inspect those elements, because I can see those elements only from phone.

https://drive.google.com/file/d/1V4JHAgTiOCEmRnNXutWxqkYYq7ywkJOI/view?usp=sharing

 

in mobile

Hello

Try  to add

body .woof_show_auto_form, body .woof_hide_auto_form {

margin-left: calc(50% - 60px);

}

For  border:

.woof_sid_auto_shortcode {
border: solid 2px #d02323;
border-radius: 1px;

}

12