2797 comments found.
Hello,
I just purchased an extended licence. I have troubles to understand how to setup the colors filters. I have a taxonomy where each value is the hex code. But when i check on the front, all colors boxes are black!
Nevermind i found your video tutorial. But is there a way to make the plugin use the value as color directly?
Hello
Thank you for purchasing!
But is there a way to make the plugin use the value as color directly? – yes, enable extension Color, save options, set color to all terms for pa_color in the plugin settings page and then if you want create filter with color terms only use this shortcode: http://www.woocommerce-filter.com/documentation/#!/section_3_1
- shortcode: [woof tax_only=’pa_color’ by_only=’none’]
- example: http://www.demo.woocommerce-filter.com/clothing-by-color-only/
1-No you misunderstood my question. I want to use the filter widget for a color taxonomy. Each product has a list of colors entered just like the tags. The values entered are hex codes. So instead of having to do this http://prntscr.com/aygys9, can i directly set the plugin to use the values directly for the squares backgrounds here: http://prntscr.com/aygzcq?
2-Can i disable the tooltips for the color filter only?
$color = '#000000';
if (isset($colors[$term['slug']]))
{
$color = $colors[$term['slug']];
}
and replace it to code:
$color = $term['slug'];
this will resolve your question …
2) Tooltips is created for colors only, but can be disabled from code:
- open this file: wp-content\plugins\woocommerce-products-filter\ext\color\views\woof.php
- find and remove container
with css class woof_tooltip
By the way good question – I will add option for tooltips off/on in the next version of WOOF …
Yes don’t worry i already saw the code and understood it perfectly before asking the option 
Great, thank you for cooperation 
Hi;
Before buying I am trying the free version. I have a question. With the premium version, If I have all the options in Zero (0) items as you can see in the screenshot, the plugin can hide the selection box at all ?
Screenshot at: https://dl.dropboxusercontent.com/u/9506723/dormi/selector%20items%20cero.png
Thanks in advance for your answer.
Hello
Yes, this option is in the premium version only in tab Options -> ‘Hide empty terms’
Hi Support
Love the product but I’m having a problem with mobile. On Desktop there is a placeholder for each filter (price, size, color, etc). However, on mobile there is no placeholder. The placeholder says 0 items. The difficulties is, is that if i’m a user on mobile I don’t know what this filter is until I click on it and it displace prices or colors. Is there any way to get placeholders working on mobile? Perhaps I have a setting wrong?
Thanks for your support!
Hello
Drop me exact link please here I will look on it from my android …
Hi, I am using trying to use this to filter for color. The thing is I have many many colors of products so I have been using parent attribute names. like for example I use “blue” as the parent attribute name for royal blue, dark navy, tropic blue, etc colors. So on the front end the parent colors are showing up fine but they are empty even though there are products in them through their sub colors (royal blue, dark navy, tropic blue etc). Can you help? Thanks, Cheryl
Hello Cheryl
Check your products backend please – even if child term is checked – parent term should be selected/checked in the product backend too
If you want to show child colors too only I can suggest you – customize for your shop extension color …
after uploading and 100% installation blank white screen appears stating do you really want to do this? Please try again…still cant upgrade to premium version : (
Sorry not understood what should I try again? http://codecanyon.net/downloads – download bundle from here and unzip it and only there you will find the plugins zip
Hi,
I’m using the free version of the plugin, I wonder if it’s possible to disable the red X and allow users to activate/deactivate a option search by clicking on the radio button.
Here is a print-screen: http://prnt.sc/awrov2
Thanks in advanced.
Regards
Hello
No, only using that button it can be deactivated …. If you doesn like it you can change this image here: wp-content/plugins/woocommerce-products-filter/img/delete.png
Can i set characteristics filters show up only in specific categories? Like characteristic dryness (dry, sweet, semi-sweet) show up only for wines (product category)
Hi.
I need a plugin that will allow me to create specific Search options for my products page. My products are Mirror Frames. The search options I need are by: Height, Width, Frame Color, Frame Width and Sort By.
Here is an example of exactly what I am looking for: http://mirrorlot.com/buy-custom-sized-mirror-onlineWould I be able to create the same Search Options with the same functionality, as in the example link, using your Products Filter?
Thanks.
Hello
I think yes: http://www.woocommerce-filter.com/documentation/#!/section_3_1
Just try it with free version of the plugin: https://wordpress.org/plugins/woocommerce-products-filter/
Demo: http://www.demo.woocommerce-filter.com/woof-not-widget/ – using CSS you cab make any view of the filter
p.s. sort by it is functionality of the woocommerce
not sure what you mean by sort by it is functionality of the woocommerce
Hello
Looks like I meant this http://c2n.me/3xCCzYX.png to make full answer about “Would I be able to create the same Search Options with the same functionality” 
Hi,
We’re very interested in your plugin. But before buying it I have some questions : is it possible to set default filter values in some custom pages ? Example : I click on a link named “blue” in my menu, and my page displays with my products with attributes “blue”, with “blue” checkbox checked.
And like Peaceonearth I’d like to know if I can show filters on top of Page ?
Thank you !
Another question, sorry : Is it possible to remove or custom transition (the green circle while AJAX is making is job), because with my white and minimal design it will not set at all… And is it compatible with WPML ?
Hello
is it possible to set default filter values in some custom pages ? – yes, you can use shortcode [woof] with its attributes http://www.woocommerce-filter.com/documentation/#!/section_3_1 tax_only and by_only in usual text widget + https://wordpress.org/plugins/widget-logic/other_notes/
I can show filters on top of Page ? – yes, shortcode use [woof]
remove or custom transition – is tan design set another loader, default
WPML – yes
Thats’s perfect ! Thank you so much !
Welcome 
Pre Sales Qtn if you don’t mind.
I am particularly interested in Plugin for it’s feature to show “Product Categories”.
My site has 3 levels of Prod Categories: Main, Sub & Prod Type.
Assuming the customer selects TOYS/GIFTS (Main Category) from Menu, will the Filter ONLY display the Prod Sub Category & Prod Type for TOYS/GIFTS ?
Secondly, can I show Filter on top of Page instead of SideBar ?
Thanks
Hello
1) Yes, http://www.demo.woocommerce-filter.com/working-with-hierarchy-drop-down/ – this looks like you need …
2) Yes, use shortcode [woof] for it: http://www.woocommerce-filter.com/documentation/#!/section_3_1
Thanks. Thats great news !!
1, In my case scenario, Distributor Country is equivalent to the Sub Category & the Dist. City is equivalent to Prod Type ?
2. Should the user select the Sub Category from the Menu, the Filter will show only single Filter Option ie Dist.City (or Prod Type, in my case) ?
Finally -Does WOOF Product filter recognise the WooComm Prod categories or do i need to create them as attributes ?
Hello
Hierarchy drop-down will show all hierarchy from parent to sub-childs, bot possible show it starting from child/sub-child
WooComm Prod categories – of course
Try please absolutely free version of the plugin: https://wordpress.org/plugins/woocommerce-products-filter/
Hi! Great plugin!
I have a little problem I have disable a category “Marcas” (Brands in english) so they don´t show with the other categories filter, but now I have the problem that if I go to that brand, all the filter of categories don´t show…
Is there anyway to don´t show on the filter the category marcas, but if I push in some brand (marcas) i still see the other categories filter?
Hello
Enable dynamic recount please and try, if not – drop me links please and screen of the plugin setting (1 and 2 tab) ...
Hi!
It was already on yes.
The link so you could compare on the shop:
http://glamtown.es/tienda/On a category so you could see that you can´t see the other categories.
http://glamtown.es/categoria-producto/marcas/barry-m/How can i send you the screens of the configuration?
Hello
Just looked, send me screens please. Just make them AND upload to http://glamtown.es/ then drop links to that images here …
Hi there, firstly great plugin. The best on the market I think regards to WooCommerce filtering and I’ve tried a few!
One question though. I note there’s only one ‘product tags’ block in the Structural setup. I realise I can exclude certain terms. However I would like to add a separate, second block for product tags. Is that possible. That or add a new block for ‘product characteristics’.
The reason is we have product tags which define colour and product tags that define another variable. As such we’d like one filter option for colour and one for the other variable. I’m agnostic as to how we achieve that, either through a second tag filter or a separate product characteristic filter.
Look forward to your thoughts.
Thanks
Or perhaps there’s another suggestion 
I’ve just realised product characteristics was actually an artefact of my old Product Filter plugin so is not longer relevant. So my question is now simply, can I run more than one product tag filter.
Hello Timmy
Thank you for question – but unfortunately not – the same taxonomy cant be divided
BUT
I can suggest you create woo attribute color and use it instead dividing product tags. Tags naturally is not the best way for products color
Hi realmag, whenever i select a filter the whole sidebar where it’s on get hidden. Another thing, I’ve noticed that the colors are boxes are all white in iexplorer, chrome and firefox are fine. Hope you can help. Regards, Rein
For the shop: http://www.pfanninischoenmode.nl/winkel/heren/
Hello Rein
Write me wp-admin access here please: http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support + to get support buy it please, its expired already in your case
Hello!
I need your help regarding your plugin. It has been working perfectly, until now. I recently decided to add sub-categories to my shop page. All the filters, except for the category one are working as intended, but every time I try to use the category one, it filters the products, but the filter options remain unfiltered. You can see my stoppage below.
https://eurochronoscr.com/categoria-producto/relojes-moda/Could you guide me, as to accomplish the intended results?
NOTE: I sent a private message, but I wasn’t sure, if it was better to use this method.
I remain at your disposal.
Hello
Looks like I answered you already, read this please: http://www.woocommerce-filter.com/filtering-by-product-attribute-doesn-work/
Indeed! Everything is perfect now. Thanks! Great service.
Welcome 
Is it possible to just choose certain categories to be listed? I have many categories that would not want listed in the menu. I would like to exclude some categories from the list. Is this possible?
Hello
If you mean terms of taxonomy ‘Product Categories’ – you can hide this terms using ‘excluded terms ids’ text-input: http://clip2net.com/s/3wTfOgI
I have a problem because My filters doesn’t work. I have SIZE filter and if I check some attribute it shows list of every product in my shop. How to fix it?
Two questions as i’ve tried your demo plugin and willing to buy it if it can deal with my needs.
Can i set different tag filters in groups? For example one filter with Title1. including tags 1,3,5, one filter Title2. including tags 2,4, ?
Can i have small icons next to tag filters, one image next to each tag/term?
Thank you
Oh. one more question. Does the pro version in the categories list hides main categories when enter one? For example i sell goods and someone visits wines categories….i want him to see only subcategories of wines only in the categories list.
Hello
groups – sorry no such feature
icons – I think by CSS it is possible, but its not in the plugin functionality but: https://www.fiverr.com/search/gigs?utf8=%E2%9C%93&search_in=category&source=guest-hp&locale=en&query=css&category=10&sub_category=140&page=1&layout=auto – css works for 5$
Does the pro version in the categories list hides main categories when enter one? – yes, should be enabled dynamic recount:Dear sirs after updating the plugin , the pagination does not work correctly. It stays at the bottom of the screen when changing pages, and does not scroll to the top. Could you please help me?
Hello
and does not scroll to the top – its not feature of the plugin -> http://www.woocommerce-filter.com/auto-scroll-to-element-after-ajax-is-done/
Drop me link please, but before just on the plugin settings page press Save button – I think js error there …
Problem solved , thanks a lot!
Welcome, thank you for cooperation …
I’m looking for a plugin that can show certain filters on certain categories – for example on Monitors, show monitor size, type, etc on RAM show speed, that sort of thing – does the paid version so something like that?
Hello
Yes: http://www.woocommerce-filter.com/documentation/#!/section_3_1 -> attributes tax_only and by_only. Free version can operate with it too. Try before buy please …
Hi I don’t know why the plugin doesn’t filter for size I’m testing here When I click size M should be show only one product but now show two
please see my demo
http://practice.zenycr.com/product-category/ropaHello
Answer is here: http://www.woocommerce-filter.com/filtering-by-product-attribute-doesn-work/