9146 comments found.
Hi, I bought the plug-in but I would like to keep the filtered urls with a parameter ”?” and not the clean url. How can I do that ? It’s easier to handle with my robots.txt
Hi jsardin
Thank you for purchasing the plugin.
Please, add to the functions.php file of your active theme next code string:define( 'FLRT_PERMALINKS_ENABLED', false );
and this will convert your URLs from permalinks to GET-style URLs.
Make Price range type foldable. Is there a way since it is not available in the options for this type?
Hello chukosport
By default this option is hidden for Range filters. But you can use a trick and make it visible and enable. Please, see this screenshot - https://prnt.sc/JS3DHlEsH2BoHello Stepasyuk,
We have a Divi builder in place, and we want the filter function to work on a custom shop page.
_I have seen your comment on Wordpress support regarding the shortcode and inserting it directly onto the builder. The builder was showing, however, it not properly filtering the products. It is merely there and is not filtering.
_I have also tried adding the shortcode on a sidebar, and calling it via the sidebar. It remained empty and only the Filter Everything Sort can be seen (yes, I added both the FE and FE sort on the sidebar)
_I have tried switching the themes, but the FE sort is only working. Not the FE itself.
I am merely filtering the price and categories to see if it’s working. To no avail and luck. Did I missed something? I followed the documentation to the T.
Hello webu_hostu
Thank you for purchasing the plugin.
Usually the reason of such behaviour is wrong selected WP_Query in the “And what to filter?” field. Please, try to experiment with different WP_Queries in that field, this should help you.
Hello
I can’t set up the filters widget on the home page. Nothing is displayed. In the config the message is “No WP Queries matched to the post type “Produit” found on the page”. I don’t really know how to configure the filter. I added the different fields for the search. I would like to put the filter on the home page and have it redirect to found products. Example: www.speedy.fr
Can you help me with setup and configuration?
My website in developement : https://beta.speedy.nc
Best regards Herve
Hello guev
Thank you for purchasing the plugin.
1. You have to specify your page with products in the “Where to filter?” field. For example “Common WordPress pages” -> “Shop page”
2. You have to select “Product query” or “Main Query. Product query” in the “And what to fitler?” field after selection the page in item 1.
3. After that you have to enable “Apply button” mode and select in the “Alternative Location” values “Common WordPress pages” -> “Homepage” (or Pages -> Home page)
4. You have to insert Filters widget in the widgets area located on your Homepage.
It is enough to make it work as you need.
Hello is the plugin compatible with wordpress version 6.1.1 and woocommerce version 7.3. If not will there be a plugin update ?
thanks
Hello Widly3
Yes, sure. Filter Everything PRO/Free is compatible with latest WordPress and WooCommerce versions. I’m wondering, why did you ask about this? Do you have any reason to think that it is not compatible? Please, let me know.
Cześć.
I have ajax disabled. is it possible to enable it with a hook? so i can choose when to use ajax or not
Hi eaonflux
Sure. You can use this code example:
// For example you need to enable it on the page with ID 123
if( is_page( 123 ) ){
add_filter( 'wpc_get_option', 'wpc_enable_ajax', 10, 2 );
}
function wpc_enable_ajax( $option, $key ){
if( $key === 'enable_ajax' ){
return 'on';
}
return $option;
}
Hi, i created a filter set for Post Type to filter: products” Added some filters related to Woocommerce. In the settings: Where to filter? – page – a page where i want to show this specific filterset. And what to filter? – No WP Queries matched to the post type “Product” found on the page
but i do not see any thing on that page.
Thats because the plugin does not find any WP query related to products.
so i created a dedicate page template and added the code which is used for product archives. except the function woocommerce_product_loop() is returning false so i dont know excatly how to change that page in a woocommerce query
nevermind i manage to get it to work by adding a custom product query
Hi eaonflux.
It’s great. I’m glad that your problem is already solved.
Thank you for the notice about that 
Hi! How can I enable the filter in Categories and product tag pages at the same time? https://prnt.sc/Mgsmiel9h06R
Привіт stasonua0
Дякую за використання плагіну. Надалі продовжу англійською, щоб було зрозуміло решті користувачів.
You have two options – either to create separate Filter Set with the same filters list and point it to your Tags archive pages. Or you can point your single Filter Set to “Common WordPress pages” -> “All archive pages for this Post Type” and it will be available on all your post archive pages including Category and Tag archives. The last option is possible if you do not use separate WP_Queries on your Category and Tag archives.
Hi, Have purchased your Filter Everything PRO last few months. I have faced some issue that i’m not sure how can i solve it.
1. I try to create Price Range Filter. But the range unable to drag or move and just refresh the page. I’m not sure is there anything i written wrong or choose wrong. Here are the info i enter/choose: Filter by: Custom Field Numeric Meta Key: pricing-product Filter Label: Price Range Prefix for URL: fprice View in Widget: Range Use for Variations: Empty Enable Range Slider: yes Slider Step: 15 Parent Filter: Empty Tooltip: Empty Show in Chips: Yes
2. It is possible to have Price Range filter at Search result page that manually create by using Elementor Pro? I saw there have elements “Filter Everything – Sorting” and so on. However, when i try to use them. They are not working. I’m not sure it is something i missed out? Can you send me a guide/steps from start till end or the process how to create it?
Appreciate and hope to get your helps as soon as possible.
Thank you.
Hi JessyLim
1. Plase, provide me with link to the page with such Price filter. It will be more obvious why it does not work properly. You can send it via PM, if you click on my username. But please, let me know here in comments about that. BTW, the meta key should be _price if you use WooCommerce products.
2. Yes, sure. It is possible The main things are that you have to direct Filter Set to that manually created page and to select appropriate WP_Query in the “And what to filter?” field.
3. Filter Everything – Sorting widget sorts only filtered WP_Queries. It means to make it to work you have also to create Filter Set that filters desired products.
Hi, thanks for your reply. I have tried on my website and it works great. I just wrote the meta key as _price then works. Can i know for others is there any specific meta key need to written to makes it works?
You may check on the link above.
You may check on the link above.
Thank you and appreciate on your reply.
Hi JessyLim
It looks like you selected wrong WP_Query in the “And what to filter?” field of the Filter Set created for that page. Please, try to experiment with different values of that field on your Filter Set and one of them should make price filter to work properly.
Hi, Thanks for your reply. However, as what you mention “selected wrong WP_Query in the “And what to filter?”” from my side, I dont have more option to select. I only have ” Search Product query. Main Query.” can be choose. If I able to add more, may i know where can i add more? or how?
Thanks and hope to get your reply soon.
Hi JessyLim
Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you.
Hi,
I have send you the credentials by following the document you comment. Appreciate on your checking.
Thank you.
Hi JessyLim
Thank you for the credentials. I checked your site and realized that you used wrong page to check if the Price filter works. You have to use this URL to check it and it works as expected – https://www.albertwines2u.com.my/?min__price=316&max_xprice=417&s=frescobaldi&post_type=productYou first URL is search page for Any post type (Posts, Pages, Products), but not for Products only as the Filter Set configured. I recommend you to replace your Search widget from common to Search widget for products and it will redirect visitors to the correct search results page.
Hi,
Thank you for reply. I have checked what you mention but not sure which u mean to change. Can you specific to me where i need to change to have that ‘replace your Search widget from common to Search widget for products and it will redirect visitors to the correct search results page.’
Do you mean at “Where to filter?” ? if yes, i didnt found ‘search widget for products’. And realize the link u send is similar to shop page but not the search page i create. Kindly send guidance on how or where to make changes to make it works?
Thank you.
Hi JessyLim.
In general it is not Filter Everything plugin related question. I mean that you used regular WordPress search widget that show you search results for all post types, but from your Filter Set settings I see that you expected to filter search results for Products only.
WordPress contains native Search widget that searches by all post types. And if you use WooCommerce it contains separate widget called Product Search. It seems you have to use Product Search widget instead of the regular WordPress Search widget. Both widgets display the form with the search field, where visitors type a search keyword.
Hi,
Alright. Thanks for your help. The problem solve now.
Hi, my license key doesn’t work.
Hi, Packconsultancy
Thank you for using Filter Everything PRO.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Dear Author,
We have a lingerie webshop and use the filter Everything Pro. Unfortually all sizes are mixed in the filter. For example: the right order should bh XS, S, M, L, XL ectera. But the filter shows first L, than M. S, XL and XS.
For the bra sizes it’s even more confusing, See for example https://www.bhsupport.nl/lingerie/bh/
How can we solve this? Please email to info@bhsupport.nl
Thank you sofar, Anita SEO
Hello oranje321
Thank you for using Filter Everything PRO.
If you use WooCommerce, please make the correct order in the Products -> Attributes -> Size and after set in the Size filter under More options section value “Menu order”.
If you don’t use WooCommerce desired order can be achieved via the hook ‘wpc_terms_before_display’. Here is example how to use it – https://filtereverything.pro/resources/hooks/#terms-before-display-hook But this also requires to be familiar with PHP or ask a developer to help you.
Hello, please there is posiible put in chips name/title of filtered parameter? When the filter is complex and there are many filters yes, another no, another yes, another no, I see in chips yes, no, yes, no, but nobody knows what it is, and which one is yes and which one is no. It would be good to put in front of each selection the name of the taxonomy to know, for example in the chips it could: Manufacturer:HP, Model:ENVY, Bluetooth:YES, Wifi:NO, etc… is possible? Thank you.
Hello citadela
Yes, sure. It is possible. Moreover, if you hold cursor above any Chips you will see a hint, where is filter name and selected value.
If you want to add filter name to a Chips name, you have to override chips.php template in accordance with the Template Overriding feature and add to the link anchor variable $chip['label'] as it is already added to the link title attribute.
Hello Thank you for support with previous one.
I’ve got one more thing and I think this is the last one. Smart Auto Scroll unfortunately doesn’t work. Do you have some fix for that?
Regards
Hello esky_marketing
It works only if your selection contains filtered posts/products less than you set them per one page. Please, try to check it when you select filters that give you 2-3 results. If it still does not work, I recommend you to open Chrome Console and to check for possible JavaScript errors.
Thank you.
Hello
Can your plugin do the same thing as on this site: www.speedy.fr. I would like to be able to put a search engine on the home page to search for tires by size. If not what plugin can do that? Thanks.
Hello guev
Thank you for using Filter Everything PRO.
Yes, it can be done as on your example site. Here is live example how it works with Filter Everything PRO – https://demo.filtereverything.pro/apply-button-redirect-to-results-page/
To avoid situation, when user can select empty filters intersection it sends request every time, when user select a new filter. I have plans to redevelop this to avoid such requests to make the selections instant without pauses between them. But this will be done in future updates.
Hello, I hope you are well? I would like to know how to add the colors in front of the labels please?
Like this: https://ibb.co/xX7C1Vd
Thanking you in advance Sincerely Bruno
Hello Bruno.
Thanks God I’m fine. I hope you are also.
Please, try to read this short manual about how to use color swatches – https://filtereverything.pro/resources/brands-and-color-swatches/
Hello, perfect, thanks for your help. Good day for you
Thank you.
I wish you the same 
Thanks
Hi Stepasyuk,
We purchased Filter Everything Pro and have successfully activated the License Key on our production site but when attempting to enter it on our staging/development site we see an error message that the license key has already been activated on 2 sites.
How do we check which sites this is enabled on already and remove the one that is no longer required so that we may utilize the license on our staging site?
Quickest solution for this is probably for you to deactivate all sites associated with our license key and then we can start over adding the key to production + new staging site. Thanks!
Hello resurge
Thank you for using Filter Everything PRO.
Yes, sure. I can deactivate your license key on my side. Please, send me this key via PM and let me know here in this comments thread about that.
I have a vehicle auction website that has 2 post types:
Vehicles (woo product) Classified Vehicles (created by WPAdverts)
They both require extensive filtering and have 10 custom taxonomies that are shared between the 2 post types. They each have an archive page with their own filter set. Everything has been working fine but if i go to make any changes to either filter set, I receive this error message:
Error: this prefix is not allowed because it matches a taxonomy or term name already in use on your site. Please use a different prefix.
I read this in the documentation:
All filters with the same “Filter by” value must have the same values “Prefix for URL”
Is this error i am receiving a bug, or am i misunderstanding the URL Prefix?
Hello bngraphics17
Thank you for using Filter Everything PRO.
It seems you created taxonomy term which is equal to the created before Prefix for URL for some filter. In the error message it should give you what exactly prefix is wrong and you can change either taxonomy term or Prefix for URL in the Filters -> Settings -> URL Prefixes tab.
Please, try to do this to solve the issue.
Understood – when i go to edit any of the Prefixes in Settings, it doesn’t save my changes and gives me the same error (Prefix «county» is not allowed, because such term already exists. Please, use another prefix.)
Ok, try please to change the term with slug “county” first. After to change URL prefix to another word, then to return slug “county” for the term. This should help you.
It doesn’t allow me to do that. The filter gets deactivated completely if the term slug changes
bngraphics17
Hmmm, it is very strange. Filter Everything cannot prevent you from editing a taxonomy term. You always can change it. Please, edit Taxonomy Term first, you can optionally deactivate Filter Everything PRO before that, but do not forget to create a DB backup first.
After you will change your taxonomy term, you have to activate FIlter Everything PRO again and re-save your prefixes in Filters -> Settings -> URL Prefixes. Please, pay attention if you have Filter Sets in Trash I recommend you to delete them all.
Hello, There’s still an unknown error when I try to register the plugin Now it’s locked and I can’t make changes anymore It’s impossible to give you the credentials to /wp-admin
What are the other solutions ? please
My site is under a multi site wordpress installation
Can you please answer me?
Hello hoareaubertrand
Maybe you already activated licenses under some of your sub-sites and this could be the reason, why you can’t do this on your main site. You have to deactivate it on your sub-sites first and also please update your plugin version to the latest 1.7.3 which allows use single license on your main site for all your sub-sites.
Also the reason could be in your hosting server, which blocks outer connections or does not allow to connect to the connect.filtereverythibg.pro server. In this case you have to ask you hosting provider support to help you.
Unfortunately I can not activate the license without access to your site admin.
I use wordfence, maybe it’s a rule in the firewall ?
Hello, the licence is not activated on an other site, The error is not due to wordfence ( I tried ‘Learning Mode’ and it’s still getting an error ) Can you give me the instructions in MP to activate the licence, please ?
Hello.
The common advice regarding with activation of the license I give all my customers is next:
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
I’m not sure it is your case, but check please whether you tried to activate correct license key instead of CodeCanyon item purchase code.
Hello, i have a pre-purchase question about product categories filter.
Is there an option to set “dynamically” the categories? For example i want the category Woman to display the sub categories of woman or I have to create a filter for each category and displayed it, in the right page?
Also, is there an admin environment that i can test my scenarios before purchasing the plugin?
I hope I’ve made myself clear, Olga
Hello Olga.
Thank you for your interest in Filter Everything PRO.
If you create the filter by Product Category and place it on all your Shop pages its behaviour will be next: - when you open your main Shop page you will see all possible Product Categories in the filter. You can hide empty Categories, you can enable hierarchy and all parent categoreis will have toggler ”+” allowed you to open them. Parent categories optionally can be opened or closed by default. - when you open any Category page you will see this Category selected automatically in the filter. If this Category has children it will be opened by default and children are visible like here in this example for blog posts – https://demo.filtereverything.pro/category/health/
Optionally you always can create individual Filters for every Category instead of single common Filters widget. In this case you can fine-tune filters for each Category as for example Dresses would be better to filter by one group of filters, but Shoes by another as they have different properties.
Hi Andrii, it seems there is some kind of a bug in the filter, because it doesn’t filter items on nested custom taxonomy archive pages for custom post types.
I mean I have registered a custom post type and a nested custom taxonomy for it. So the filter works okay on the custom post archive page itself, but it doesn’t work on this nested custom taxonomy archive page for this post type. It just doesn’t filter anything.
Do you know why is this? Is it a bug in your plugin?
Thank you
Yeah, I want to add, I’ve tried turning off AJAX and it’s the same.
Hi isdigital
It seems something was configured wrong or so. I would be glad to help you as part of support here on CodeCanyon, but you have to update your support period, which is already expired.
Please, let me know if you need my help.
Thank you. Regards.