9141 comments found.
Please introduce the ability to duplicate FIlter Sets! In every case for WooCommerce we have to create a set for Taxonomies and PAGES. They are exactly the same filters except “Apply filtering if page is:” is set to PAGES. Thank you!
Hello AP4571
Thank you for using Filter Everything PRO plugin.
This feature is planned and will be added to the plugin. But too high load on support slows down the development process so it may take some time.
My license key doesn’t work. After add the key in the license information, the license key is invalid? AJAX for Filters not working Pop-up Filters Widget for Mobile not working
Hello valdis3
Thank you for using the plugin.
Please, don’t worry. All these things can be solved.
1. 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.
2. Please, provide me with link to the page, where you tried to use filters. You can optionally send it via PM.
Hello if filter can do this before buy it: If i can create a dropdown filter for state [Florida] and the only show me all the Counties belong to that state like [Miami, Palm Beach, Martin, Broward, Lee, Hendry, Glades, etc.) THANKS FOR YOU TIME AND HELP!
Hello camus17
Thank you for your interest in Filter Everything PRO.
If you use two different entities for your State and County (for example States are categories, Counties are another taxonomy or custom field) you can create two filters – State and County. And to set State as parent filter for County.
In this case visitors will not be able to select County until they select State. And also all available Counties will be related with the State only.
If you use the same entity for both – States and Counties, for example parent and child categories as option you can create filter with Checkboxes layout and enable to show hierarchy for it. It will work like Category filter on this demo page – https://demo.filtereverything.pro/ (parents optionally can be opened or closed by default)
Hello, I was adding attributes on my site to make changes and in particular I wanted to replace a category by a filter by keeping the same url the old category had for url “https://staging.armoireplus.fr/categorie-produit/armoire-de-bureau/armoire-basse/” I then created an attribute and I put in prefix url in my filter “armoire” and thus with the value “basse” I would have had the same url however when I make that my category “armoire de bureau” is not found any more on my site and I have an error 404 and when I remove the filter I have again my category would you have an idea of where can come this bug?
I think it’s due to a conflict with the “cabinet” prefix because I’m getting a 404 error for all categories with the “cabinet” prefix. Is there any way I can keep this prefix and have it work or do I have to do it some other way?
Hello Nico313
Thank you for using FIlter Everything PRO.
I’m not sure I understood all the things clear, but I can definitely say that you can not use the same word as your category base and as filter URL prefix. Because for WordPress the same word can be only in one meaning – either category or either filter. It is technical restriction.
So I recommend you to avoid to use the same word simultaneously for several entities – for category (taxonomy) base, for post slug and for filter URL prefix. The best way to use different words for all these things.
My site has both regular and variable products. In my filter set I have several filters, one of them is filter by an attribute used for variations (Product Size) and another one is to filter by stock status. How to set the stock status filter so that, if user choses to display “size M && in stock”, the result contains both regular products in stock, and also variable products which have size M in stock? There is a switch “Use for Variations”: when turned ON, it displays all the variable products with selected size on stock, but not the regular products. When turned OFF, it displays regular products on stock, and variable products on stock (regardless of whether the selected variation (Size) is in fact in stock, so it includes the product also if size L is stocked but size M is not).
Hello mmmmsk
I have to say that when you select “Use for Variations” Filter Everything checks variation status of every variable product and Main product status for every Regular products. So it should work correctly because this moment was very important, when I was developing the plugin. And I checked it many times.
If you are sure that you checked all the things and you find a bug, please provide me with link to example, where you see filtered regular products that shouldn’t be in filtered results by stock status, but they are. The best way is also to provide me with credentials to your /wp-admin in accordance with this document
Thank you.
Preparations done, PM sent. Detailed steps in PM. Thank you.
Hello mmmmsk
Thank you for the credentials you provided.
I checked your site and ralized that the reason of the issue was that you didn’t set explicitly that Variations for products also should be translatable Post type in WPML settings. I set them as tranlateable post type and now it works fine – https://prnt.sc/UeB-rx5LCxV4
Hi, indeed, your change helped, thank you. One minor detail: filter counters do count both visible and hidden products (with Catalog visibility set to Hidden). It might be confusing for the client. Could they perhaps be omitted from the count?
Hi mmmmsk
If you set product Catalog visibility as Hidden on the product edit screen (Not in Quick Edit mode) it should not appear on products page and should not be counted in filter counters.
Hi
H1 Title and SEO Description from SEO rule are not displayed on custom taxonomy page. I tried many options, but none worked.
Please help to extract H1 Title and SEO Description from SEO rule.
Output code h1 https://ibb.co/8XYJsBgThank you in advance
Hi artyommeta
Thank you for using Filter Everything PRO.
I would be glad to help you with this, but support here does not provide custom coding services. I can only inspect the problem if you will report a bug and H1 Title and SEO Description does not work on regular Taxonomy page in case if you have everything set up correctly.
From another side I can say that H1 title on Taxonomy pages is attached via next hooks:'woocommerce_page_title' 'get_the_archive_title' 'avada_page_title_bar_contents' 'post_type_archive_title' 'elementor/utils/get_the_archive_title'And SEO Description is attached via hooks:
'woocommerce_after_shop_loop' 'get_the_archive_description'
To force them appear on your custom taxonomy page, you have to insert some of these hooks on the page and they will appear.
Best regards.
Thank you! It works now
Hi artyommeta.
I’m glad that your problem was solved 
If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
I have set up in the woocommerce product archive view “Show subcategories and products” which means that if I am in the parent category, I can see on the page first the tiles of the product subcategories and then the list of products. When I filter the products, those on the list are filtered correctly, but unfortunately, the subcategories at the top of the list do not change, so I still see the category tiles in which there are no products meeting the criteria, so these tiles should disappear. How can I set it up so that filtering also affects the subcategory tiles?
Hello. Can someone from support answer?
Cześć, 78michal.
Thank you for using Filter Everything PRO and sorry for the late response. I had a lot of requests after Sale week that was recently.
In general Filter Everything filters posts/products but not categories and WooCommerce if you configured it to show both – categories and products – shows only sub-categories related to the parent category independently from the products are shown on the page. So it is not a bug, but expected behavior for WooCommerce.
From another side you can achieve the goal, when you will see only sub-categories that are related with filtered products, but this requires additional coding in your theme and unfortunately can not be provided in the item support scope here on CodeCanyon. I can only give you or your developer some technical recommendations related with my plugin of how to get list of filtered products to be allow to match them with subcategories to be shown.
Greetings, Hope you are fine and well. I have installed filter everything pro in my website and have setup the filter sets and added to my page but the filters doesn’t work however I setup the class id for my blog posts, enabled ajax filter, changed filter query many times but it doesn’t work at all.
Hello hudabirashk
Thank you for using Filter Everything PRO.
It is populare configuration issue and possible reasons are:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.
Hello
On my site I use a CPT on which I added ACF fields. These ACF fields are used to filter the products. I also use WPML and the problem lies there.
On the French part the filter works well. The English version does not work. I duplicated my ACF group, duplicated the filter for the English version but, as soon as I click on one of the filters, no parameter is taken into account in the URL.
Do you have an idea of the problem ? Is there an element that is not well done?
Thanks in advance,
Hello squinquis
Thank you for using Filter Everything PRO.
Usually it is not so easy and obvious to find what exactly the reason of such behavior. But the best way is to check all things very carefully. I recommend you to check if you do not use URL prefixes that may match to any of entities on your site. For example to your category or tag terms or even post slugs. Also if you have Filter Sets in Trash, plese remove them from the Trash. Also try to reset filters cache by adding to your site URL part ?reset_filters_cache=true and opening it.
If you will not be able to solve it by yourself, please send me credentials to your /wp-admin in accordance with this document and I will check it myself in 48 hours.
I’m using Filter Everything Pro now for over a year and it works very well. Now I have the need to filter by dates. Unfortunately there is no calendar icon to select. The dates are shown in the filter as select items in database notation and random order, e.g.
2023-03-25 2023-11-12 2023-06-17
Is there any possibility to select dates in a calender widget? If not, is there at least a possibility to show dates in a “human” syntax and in ascending order?
Thank you very much for your answer.
Hello gabyrau
I remember you and I’m glad that you use the plugin. For the moment such filter by date is only planned to be added to the plugin. But from other side you have all possibilities to write your custom template for the filter by dates and show there dates in format you need. The hook ‘wpc_view_include_filename’ will be very helpful to implement this.
Hi! I want to buy your filter, but I read in the comments that there are problems with WooCommerce and Bricks Builder. I am in vetovalent. Can you please tell me if this problem is solved? Regards, Tatiana.
Вітаю, TetianaMarketing
Надалі продовжу англійською, щоб було зрозуміло іншим користувачам.
Thank you for your interest in Filter Everything PRO.
The only problem with Bricks Builder is that on Product category pages you have to create separate Filter Sets for each category. If you have only several categories it is not problem.
But I think this issue will be solved in next 7 days and all will work fine with Bricks Builder.
Thank you. Regards.
Щиро дякую! Я буду чекати! Thank you very much! I will be waiting!
Hi TetianaMarketing
I’m glad to inform you that I already fixed issue with Filter Set for common categories pages and Bricks Builder. Now the plugin works with Bricks Builder as with any other page builder.
Hi,
My license key doesn’t work. After add the key in the license information, the license key is invalid?
Thanks, Paul
Hi Paul.
Did you try this recommendation I’ve sent you before?
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.
Hi Andrii -
Can filter URL prefixes be stripped out?
Exm. https://mystore.com/product-category/mossiante-loose-stones/carat-weight-1-25/stone-shape-princess/
There are two active filters in this URL i.e. STONE SHAPE, CARAT WEIGHT
I need “stone-shape” and “carat-weight” to be stripped out from the URL and make the URL as: https://mystore.com/product-category/mossiante-loose-stones/1-25/princess/Is it possible?
Hi unlockgrowth
Thank you for using the plugin.
Technically and hypothetically I can write such code and to remove URL-prefixes from the plugin. But it requires to use much more server resources to detect if filter URL values are exactly filter values, but not slugs of other WordPress entities (posts, taxonomies etc) In this case plugin will slow down sites, where it is installed. That’s why I didn’t remove URL prefixes and I think 99% chances that I will do not it in the future.
If shortly my answer is – no, it is not possible.
Got it. Can you develop this settings and make it optional to adopt for all users? It’s crucial for us.
unlockgrowth
All that I can promise you at this moment, that I will check possibility of this in future and let you know here in comments if I will decide to develop such thing. Unfortunately for the plugin development plans it is not most urgent feature and there are more prioritized thing that should be done in first queue.
Kind regards.
Got it, Andrii. But at this time I am not able to use it because of this limitation. Can I get refund?
And feel free to update me for this specific feature once it is developed.
Hello unlockgrowth
You always can create a refund request via the appropriate form in your account. And it will be processed in accordance with the Rules.
Thank you. Regards.
Hi Andrii -
Got it.
Also, I have set the first SEO rule for Title and H1 for this page: https://mystore.com/product-category/mossiante-loose-stones/carat-weight-1-25/stone-shape-princess/ but it’s not working. Can you please help?
I have sent exact URL via email.
Hi unlockgrowth
Sure. I recommend you to look on this short article – https://filtereverything.pro/resources/seo-rules/ about how to configure SEO Rules in Filter Everything PRO. Also there are second article “SEO Rules troubleshooting”, pleas check it out also.
Hi Stepasyuk -
I have gone through the resources you shared and tried to implment SEO (title, meta description, h1, seo description) but they are not working. Can you please assist further?
Hi unlockgrowth
Please, share with me screenshots with your SEO Rule screen, Indexed Filters screen, Indexing Depth screen and URL of the page, where you need to configure SEO data.
Thank you. Regards.
Sure, Here they are:
SEO Rule screen: https://prnt.sc/Zp2_GMBCZmgN
Indexed Filters screen: https://prnt.sc/BMg2Hv3k-B8w
Indexing Depth screen: https://prnt.sc/y9_DG3M4L5r-
URL 1: https://www.temporary-url.com/BAFC82
URL 2: https://www.temporary-url.com/333
Note: Click on continue button. It will land you on the website pages, in case shows error, give a refresh. Sometimes database takes time.
Waiting for your response.
Hi unlockgrowth
Thank you for the details you provided.
It looks like your whole site is closed from indexing in Dashboard -> Settings -> Reading and this is the reason, why SEO Rules do not work on your site pages. Please, make it indexable for Search Engines and SEO Rules will become to work.
Thank you. Regards.
Hi Team -
2 Questions:
1. Is there any option to turn URL-prefixes into URL-suffix. This will make my filter URLs more SEO friendly and NLP friendly.
2. My website has a large number of products. I need to have multiple databases to have them all. So, what should be kept in mind to configure FE plugin for multiple database server website?
Thank you,
I have a created a custom archive template in Elementor. On that page I have a I have a Loop Grid that lists all my CPT that used ACF. I can’t get the filter to work with it. If i placed an Archive Post widget on the page, then it works fine, but I want the design flexibilty of the Loop Grid. Do you have documentation of using the filters with the Loop Grid?
Hello jlstempien
Thank you for using Filter Everything PRO.
In general it works with Elementor’s Loop Grid, but it seems you have to check what exactly query you use in the Grid and to select correct WP_Query in the “And what to filter?” field in the Filter Set you created. Please, checke these moments and try different values until it become to work.
Hi is there a way to change the text on the mobile button label from “Filters” to “Narrow Results”
Hi jdreznes
Thank you for using Filter Everything PRO.
Sure. You have several ways to do this:
- to translate phrases “Filters” and “Filters %s” with the plugin Loco translate (after you can deactivate it)
- or to edit the button’s template file “filters-button.php” using Templates Overriding feature – https://filtereverything.pro/resources/templates-overriding/
I think the second way would be better for you.
Hii there!! I am not to place the filter on my webpage. I want a demo session of how to use this plugin. Pls reply as soon as possible. username- Starshield My page is showing no filter despite adding one. Pls help in adding it correctly
Thanks
Hi starshield
Thank you for purchasing the plugin.
The fastest way to configure the plugin right is to read this manual about how to quickstart with the plugin – https://filtereverything.pro/resources/quickstart/
Please, read it and this will help you to configure the plugin.
Hi,
first of all, thank you for this plugin and the improvements done lately 
Could you please guide me what are exactly the settings we should put to get exactly the same results as this: https://demo.filtereverything.pro/horizontal-views/color-black/brand-hm/
Please note we have 3 columns.
We tried everything, but there is always something wrong (columns do not take 100% width, chips being in the right or top, chips being one by line instead of inline)
It is the only thing preventing us currently to purchase 4 more licences. Hope we get it fixed.
Thank you 
Hi Verrucci
Thank you for your warm words about Filter Everything PRO.
I think it would be better, if you show me your current implementation with 3 columns and I can say you what you did wrong. Optionally you can send me link to the page via PM.
Thank you. Regards.
Hi! Thanks for the plugin! I have a problem. On localhost, the plugin worked without errors. I moved the site to hosting, connected https, bought the paid version and get an error in the console:
Mixed Content: The page at ‘https://example.com/city/city-example/' was loaded over HTTPS, but requested an insecure stylesheet ‘http://example.com/wp-content/uploads/cache/filter-everything/03097b6fa2ac7d7acfffff825c79e4da.css'. This request has been blocked; the content must be served over HTTPS.
What could be the problem? Thanks!
Hello maxim-belenkiy
Unfortunately I have no possibility to provide support for customers from russia due to restrictions of their government. I recommend you to create refund request and to get your money back.
Filter Everything Pro widget shows “There are no filter terms yet” on Search Results Page when searched by Search box.
I found plugin Filter Everything conflict with plugin Relevanssi. How to fix it?
Hello app_bu
Thank you for using Filter Everything PRO.
Unfortunately it is not possible for the moment as both these plugins modifies WP_Query and they compete for it between each other. I think I will check possibility of this and I will let you know here in this comment thread about it.
Hello, is there a possibility of putting, among other select filters, checkbox etc, a text field to search by keyword for all fields?
Hello citadela
Yes, sure. You can put inside Filters widget anything via these hooks – https://filtereverything.pro/resources/hooks/#filters-widget-hooks