8948 comments found.
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
Hi, are you planning to support builder Bricks? I think it would be great for a lot of people to combine these two amazing tools
Hi Honza1211
In general Filter Everything PRO works with Bricks Builder, but for the moment there is issue with category pages because they require individual Filter Sets instead one common Filter Set for whole site. But I’m in process of solving the issue.
Or you have another reasons to think that the plugin does not work with Bricks Builder? Please, let me know.
Thank you. Regards.
Hi Honza1211
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.
If you need this update, please let me know here and I will send you direct link to the intermediate plugin version, that contains this fix.
Hello, I want to filter products in a specific page with product of the current user id, so i make a specific wp query in this page inside it and not in pre_get_posts because it’s a page and not an archive. But the plugin always save the admin id, so people see the admin product’s and not their one’s products as expected. It’s like if the current id of the admin was saved and the query doesn’t use the current id of the user
I understand that the id used for the param author is saved for the query. There is a way to select dynamic current user id in wp query ? or something to fix that please
finnaly i found how to do i directly change the global wp query and not the param of pre_get_post. But i have another question, there is a way to use dropdown filter with multiple values ?
finnaly i found also the answer to this question too. i use the checkboxes with search option and it works well. thank you
Hello youssefe74
Sorry for the late response.
I’m glad that you were able to solve the issues by yourself. 90% of customers are not so experienced in WordPress to solve such tasks 
I have a news section with the filter and sort widget in elementor. The problem is that the filter doesn’t recognize the content, therefore it won’t do anything. The site is https://dev.anhinternational.org/discover
Hello Tribalo
Thank you for using Filter Everything PRO.
I tried to open your site but it does not work for me.
Usually such behaviour is a consequence of next possible reasons:
- 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.
BUG When search box with labels list is selected on custom field and show only 5. It works fine until you actually click something and then it opens, shows, all items with show less in new version or randomly shows other items in the list.
Hello one80group
Thank you for your report.
Please, provide me with example and details how to reproduce the bug. Optionally you can send it via PM.
Thank you. Regards.
I emailed you direct and sent videos. We need these issues fixed. We are going live in a week
Hello one80group
Thank you for the example you provided. It’s not a bug, but expected behavior. I deliberately programmed the behavior that way – to open the filter, that has Show more/Show less function when it has selected items. Because if you share URL with selected filter term and the list will be closed, visitor will not see selected item in the filter.
If such behavior is not ok for you, you optionally can make CSS adjustments and do not open such filter:
.wpc-filter-has-selected.wpc-filter-more-less .wpc-filters-ul-list > li{
display: none;
}
This should help you.
Hello, I have setup a product filter (ACF with relationship field type) on my page, it works fine but on dropdown menu filter i see ID number (woocommerce) instead product name. How can I fix that? thank in advance!
Hello jack-alessio
Thank you for purchasing the plugin.
If you need to display ACF field labels instead of values, you can add to the functions.php of your active theme appropriate code from examples below. You also have to edit this code in accordance with your ACF field meta key(s). Here are these codes:
1. ACF field is Taxonomy object – https://gist.github.com/wpserve/0634299bcc67d03bef77119dd20c86e7
2. ACF field is field with choices – https://gist.github.com/wpserve/48277fc0320239d05b1d6e2c4da3db20
3. ACF field is post object – https://gist.github.com/wpserve/a9a58cb8a37be1472ded53296147cc56
I think the last example should help you.
Thanks Stepasyuk, but I can’t figure out how to edit the code. The only meta key that I had setup is “products”...
Here my demo website: https://customer-tonik.it/miagreenfood/recipes/
Are there any plans to add a text search filter like WP Grid Builder has for example?
Hi spiritlevel
I’m glad to inform you that built-in Search Field compatible with filters, AJAX and that allows you to search Woo products by SKU was added to the latest plugin version 1.7.8. You can update it automatically if you have activated your License key or download zip here on CodeCanyon.
Thank you. Regards.
Hello, how can I do to change the structure of the URL? Now filtering by FE city generates a URL like folder /advanced_city-Bratislava/status-open/, but I need it to generate the parameter /?advanced_city=Bratislava&status=open&etc..
Please send me some snippet to make it work like this, thank you very much Jozef
So simple the url prefix structures folder doesn’t bother me, but how can I manage dynamic add/replace filtering with parameters in the url for every filter every selector?
Please do you know about any plugin with which I can add addresses / coordinates for each post and so, according to the filtering with your FE plugin, will it show me the results on the map?
Hello Jozef
If you want to disable permalinks and use filtering URLs with GET-style parameters you have to add in the functions.php of your active theme next simple code:define( 'FLRT_PERMALINKS_ENABLED', false );If you still want to use permalinks you have to know what is their structure:
/prefix1-value1-or-value2-or-value3/prefix2-value2/For filters with logic AND:
/prefix1-value1-and-value2/
I think you can use ACF for this purpose. You can try to store coordinates in two custom fields “Latitude” and “Longitude”. And to create two range filters, which allow visitors to set these values.
Hello Stepasyuk, Thanks for your answer, and another question please: Is there a possibility to add a text field between filters to search by keyword?
Hello citadela
If you mean your custom text search field, you can insert everything you want with “Filters Widget hooks” hooks https://filtereverything.pro/resources/hooks/#filters-widget-hooks or even better via hook ‘wpc_view_include_filename’.
But if you mean to insert native search field by keyword from the Filter Everything plugin, this feature will be added in next updates to the plugin.
The ‘range’ object is out of place. Please could you assist. https://tinyurl.com/bdhnswve
Hello CyberBaron
In general it is theme compatibility issue and it something that should be fixed by yourself, but from other side it is not so complex. Please, just add in the Filters -> Settings -> Experimental -> Custom CSS next:
.woocommerce .ui-slider-horizontal .ui-slider-handle{
width: 26px;
height: 26px;
}
.woocommerce .ui-slider .ui-slider-handle:last-child{
transform: none;
}
Hi! We have used the free version to create a filter, all good. Now, i want to create a landing page showing Woo products “pre-filtered”. I want to select 2-3 filters, and then have the landing page show only these products – without filter options. Is this possible? Its like a custom query based on the filter. Is there like a shortcode available?
Hello robertSteine
Thank you for your interest in Filter Everything PRO.
I would like to help you with this, but here is support for the accounts, who purchased the plugin. If you already purchased it, please write your question from the account, where you did it. Or if your qestion is realated with the Free version, please, write it on WordPress.org forum.
Thank you. Regards.
I will purchase the PRO version, but i need to know if my case is possible before we buy.
Aha, ok, sure.
You can achieve pre-filtered results on the page, but it can be possible only through opening your page with fitlering URL parts. In other words you have to add to the link to your page parts like ”/color-yellow/size-medium/” If you want to show some pre-filtered resutls without URL modification, you always can set them via ‘pre_get_posts’ hook and modifiying a WP_Query.
OK. If you can make a shortcode supporting this i can pay 100USD extra 
Some of the queries will have 5-6 attributes set, sometimes 2-3 values pr attribute. Sending the client to a page with the filters pre-selected will work from a technical point, but is scary from a customers point of view. I want to do the selecting manually via the shortcode, so i can present pre-filltered results with only the usual “sorting” option available.
Hello Robert.
Thank you for your offer. I would be glad to help you, but unfortunately I have no time for such service. But you always can find a developer for example on Upwork or similar services.
Thank you. Regards.
Hi, is there a way to filter by multiple categories in the same filter? E.g Maker and Color in the same dropdown checkbox?
and also a way to change the x in the chip remove icon to another icon and the “Reset all” text to something else?
I found a way to change the icon and change the text.
Is there a way to add a small image next to the filter name in a checkbox filter?
Hi andufva
1. You always can to select several values in the same filter. But one filter can be created by one entity. For example one filter by Category, another by Tag. But you can’t create one filter with Categories and Tags simulteneously. If I understood your question right.
2. Yes, sure. You can change all related with Chips through Templates Overriding feature – https://filtereverything.pro/resources/templates-overriding/ You have to override the “chips.php” file.
3. Yes, you can add images to a fitler terms. Please, read here how to do that – https://filtereverything.pro/resources/brands-and-color-swatches/
Hi, hope you’re doing good! I just installed the Pro plugin and tried to understand if there is any features that would help me Automatically display subcategories when category with hierarchy is pressed or checkbox is ticked.
Thanks a lot Antonio
Hi Antonio
Thank you for using the plugin.
From the latest version 1.7.6 if you select any parent category, its children will be automatically opened. Please, make sure that you use the latest plugin version.
Or do you mean to show subcategories not in filters widget, but in results? In this case you have to know that Filter Everything filters only products or posts, but not categories or any other taxonomies.
In general it is possible to show children categories when the parent is selected, but requires to make additional coding.
Filter by Product Category conflicts with the Woocommerce Storefront theme. In my other project with the Divi theme, no problem. But this one with a Storefront theme. Could you help me to fix this issue?
The problem was allowed memory size. Increases from 128M to 256M fixed the problem!
Hello studija4d
Thank you for purchasing the plugin.
I’m glad that your issue was solved
BTW, these days 256Mb of RAM is also too low value. I recommend you to use server/hosting at least with 1024Mb of RAM.
Hello, I have the same problem as alphamediaog. I bought extra FilterEverything to filter normal wordpress posts but it doesn’t work.
To do this, I created a “Recipes” page in which I use Elementor to display blog posts with the “Recipes” category. With the FilterEverything plugin, I chose to allow posts to be filtered and the filter to show on the Recipes page (specific post type). I then added the filter to the sidebar.
Now when I go to the “Recipes” page, it keeps saying, “There are no filters in the Filter Set yet. Please add them to the Filter Set related to this page.” But I did.
How can I solve the problem?
Hello Nettili
It looks like you have to select the Recipes page in the “Where to filter?” field of your Filter Set or at least to check whether correct page is already selected in that field. Please, try to do it and let me know.
Thank you. Regards.
I had already set that correctly, so I’m really surprised. Otherwise, is there any way I can show you screenshots of my settings? So I’m a bit at a loss and don’t know where the problem is.
And the message “Filter Everything debug” is shown.
see next question
Ok, I think I found the problem. I use the plugin “WP Recipe Maker” and the recipes are included as custom posts in a normal post. Therefore, I have now changed the recipe post as the post type “Public” in the plugin settings (https://help.bootstrapped.ventures/article/291-the-recipe-post-type). Now this post type (recipes) appears in the filter set in the “Filter by” selection and the filters are finally displayed on the actual recipes page. 
However, the filters are all empty (marked with “0”), although I have assigned recipe 1 = Asian, recipe 2 = French, for example. Why doesn’t he recognize the selection?
Hello Nettili
In this case the problem may be in: 1. You selected wrong taxonomy or custom field name for the filter 2. If you are sure that taxonomy or custom field name is correct, maybe you have no recipes with attached taxonomy terms or values in custom fields. You have to attach them to your recipes first. 3. Something another. In this case you can optionally send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you.
Thank you for your reply. I have just sent you the access data via message so that you can take a closer look at my website. Unfortunately I can’t find the error.
Hello Nettili
Thank you for your credentials.
The reason is that “WP Recipe maker” has bad designed code and in fact on your page there is Posts query, but not Recipes query. “WP Recipe maker” stores recipe data in post type “Recipes” but every such recipe is child post for its parent post with “Post type = post” It’s complex and bad structure and that’s why Filter Everything can’t filter such recipes. As option you can try to find another plugin for recipes.
BTW this incompatibility with WP Recipe maker is mentioned in the FIlter Everything PRO description – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508#item-description__-filters-any-wordpress-post-type