8952 comments found.
Hi there! Can you please check out the conflict between DIVI and filter everything pro? It was all working perfectly until just yesterday, but now its not allowing me to make changes with the divi builder throughout the site. I started with Divi support and they said its your team that needs to find the solution. Can you please help me with this?
Hello,
I am not sure why, but with my Filter Everything Pro Plugin the Filter of “Product-Tags” is working fine, but the “product-categories” are showing up with the correct number of products, but they are not selectable. after selecting a category, all products still appear.
Here an example of the correct filter for tags: https://cafe-peru.de/kategorie/kaffee/ Here an example of the not working filter for product-category: https://cafe-peru.de/kategorie/kaffee/espressobohnen/The problem occurs in the ajax and non-ajax version.
Thanks in advance!
Hello rupertm2
Thank you for using Filter Everything PRO.
In general I do not see any problems in your examples. It looks like filter behaviour does not match with your expectations and you think that it is an issue.
This filter https://cafe-peru.de/kategorie/kaffee/espressobohnen/zubereitung-french-press/ does not show you any products because there are no such products that are in the category “Espressobohnen” and have tag “French-Press” simulteaneously.
Also you have set logic “AND” for tags filter and when you select two any tags it means that you expects to see products that are tagged to both selected tags simultaneously. Maybe the logic “OR” matches more to your expectations. Please, try to check filter with another logic.
Hello,
I was actually able to fix the problem this morning. There was a conflict with a setting in my Flatsome Theme and now it’s working. Please excuse me the inconvenience and thanks for your time!
Sure, no problems.
Great. I’m glad that your problem is already 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!
Is there a hook/function to change update behaviour? I want to have a filter be updateable via ‘apply’ button when on mobile but on desktop I want it to auto apply without the apply button.
The obvious way to do this I thought was to simply create 2 filter sets with the appropriate settings and hide the one I don’t want on desktop/mobile – but creating two filters for filtering products and adding to the page via 2 shortcodes seems to stop them both from working? What are my options here? Thanks
Hello AgitateDigital
Interesting question I have to say.
I think you can create two Filter Sets with different settings and both they will work in accordance with your settings. When you click on filter term in a Filters widget the widget “knows” what behaviour is configured for it and reloads page or works in the “Apply button” mode.
Hi Stepasyuk,
Thanks for replying but it seems the plugin doesn’t allow for 2 filters to be created even if one isn’t being used (isnt added anywhere). The second I create a second filter the 1st one stops working.
Even as a test I just created a filter and added just one of the same taxonomies into the settings and that specific taxonomy then disappears form the live filter?!
I could be wrong but I don’t think the ID attribute within the shortcode is working. Since this other filter isn’t on the page yet it breaks that live one? The live one is added as:
<?php echo do_shortcode(‘[fe_widget id=”2640” show_selected=”yes”]’); ?>
There has been some other behavior like a filter showing on a page it shouldnt which makes me think the ‘id’ doesnt work.
It would be amazing to get a solution on this as aside from this I am a big fan of the plugin but if I can’t get mobile to work as required I’ll have to implement a different plugin or custom solution :/
Given the filter needs to be exactly the same as the one setup for desktop aside from the behavior of an apply button surely this could be achieved with a simple function that ties into the ‘wpc_mobile_width’ filter to modify the existing filter when on mobile?
I look forward to hearing back. Thanks in advance
Hi, in a product detail i would insert a section with all atribute for that product and have the correct link to listing filtered with your plugin.
Example: Product: Shoes Nike Green
In the product detail i would add: Brand: Nike (with link to filtered listing) Color: Green (with link to filtered listing) Ecc.
My actually stack is Beaver, Pods, and FilterEverythingPRO.
Thanks.
Hello
Nice question I have to say.
In general it is possible to get correct link to the page with desired filter values if you are familiar with PHP and you can generate $filters array in specific format. Below is code example that allows you to get link to the filter by Product category with selected value “laptops”. To get more array format examples you can use function flrt_selected_filter_terms(); that receives current selected filter terms on a filtering results page.
if( class_exists( 'FilterEverything\Filter\UrlManager' ) ){
$urlManager = new \FilterEverything\Filter\UrlManager();
//$filters = flrt_selected_filter_terms();
$filters = array(
'productcat' => array(
'entity' => 'taxonomy',
'slug' => 'productcat',
'logic' => 'or',
'values' => array(
'laptops'
),
)
);
if( $filters ){
$link = $urlManager->getFiltersUrl( $filters );
var_dump( $link );
}
}
I hope this will help you.
Hi,
Filter everything is perfect for what I needed.
After doing some testing with the free version, I saw that for mobile, it would be best to get the pro. With the free version you had a small icon for it, but for the user it could’ve been confusing when it opened like the desktop version.
Now that I selected the drop-down for mobile, there are two icons.
The old filter icon and the new filter icon for mobile.
I read the documentation and tried different settings, but the old icon is still there.
How can I remove it, so it would only show on mobile the mobile filter icon/ widget?
Would send screen pics if I would be able.
Thanks for creating this marvelous plugin. Hope you can help,
Nathan
Hi Nathan
Thank you for your warm words about the plugin.
You can send me screenshots but it will be better to send link to your site with this problem. And explain what exactly is bad if it is not obvious. You can send it here in comments or via PM, if you click on my username here.
When in desktop it is fine, but when you make the window smaller or view the page with the filter on mobile you see two filter icons (the orange one).
How can I make the previous filter icon go away? I just want to prevent confusion with customers.
I tried several things, like disabling the standard WooCommerce filter and so on.
Hi Nathan
Thank you for details you provided. I have to say that this icon is not related with the Filter Everything plugin – https://prnt.sc/QNejDOl-aolk and was added by your theme or some of your plugins. I would be glad to help you with this but unfortunately it something that is not covered by the CodeCanyon item support policy and you have to solve it by yourself or ask a developer to help you with this.
I understand but at the same time it is correlated, because when I didn’t have the mobile widget filter everything would use this icon to display the filter I have set up with specific settings.
Also, when I delete the filter everything block from the sidebar, both disappear.
Trying to disable the plugin where it derives its styling options (spark of névé) but to no prevail.
Is there a way just to enable the filter of everything? I disabled the standard WooCommerce, but that icon keeps appearing when using filtereverything (and only on mobile)/
Not asking to solve the problem, but having some insight would be helpful on what could resolve the issue.
Thank you for your time,
Nathan
But when you minimize the page on a desktop to let’s say a tablet size, it is using that icon to filter the products.
Making then the screen/ display to mobile size, the widget appears but then that icon still remains.
So it is still correlated to the plugin itself.
I understand that not all things can go smoothly, but I really tried everything to display only the mobile widget (disabling the standard woo filter and so on)/
Also when I remove the widget from the shops sidebar both icon disappears.
Any suggestions would be much appreciated,
Nathan
Hi Nathan
I checked your site again and it seems you have already solved the issue. I’m glad that now this extra icon finally disappeared 
Hello does the Pro work with the Newspaper theme page builder. I have a block/loop of posts i want to filter on custom page. If not compatible can i get a refund?
Hello kattouf
Thank you for your interest in Filter Everything PRO.
Yes, sure. It is compatible with this page builder and you can filter post loops created with it.
Refunds also are possible and they are regulated by the CodeCanyon Refund policy Rules – https://codecanyon.net/page/customer_refund_policy
Hi, the plugin is fantastic!! But i suggest you to insert a redirect 301 function. it is important to make automatic redirects in case the slugs of the filters change and in case the sorting of the filters in url changes. Do you plan to develop this feature soon?
Hi goldfuturesrl
Thank you for your warm words about the plugin.
I think it is useful feature, but in closest plans I have to develop more urgent features for the plugin. I will consider 301 redirects option, but I’m sure that this will not happen in closest future.
Hi, we have a problem with using the filter plugin in combination with woocommerce product search. If we use the woocommerce product search, the list of options in the Filters plugin are updated correctly(https://prnt.sc/mKwQ_k3-z20d) with this url prefix(/?s=aston+martin&post_type=product) . However, when I apply the condition, the woocommerce search is lost and the filter is applied to the whole catalog.(https://prnt.sc/ir7SWfIaRBuu) with url prefix (stock-instock/) It seemed to me that with the free version it worked. We look foward to hear from you
Hi Stepasyuk, we should resolve this problem. Could you help us, please?
Hi, we encountered another problem due to the filters not being displayed on some pages. I think it’s because of this “Where to filter?” option, we would like filtering to be enabled site-wide. We have deactivated the PRO version and both the visualization and the search problem have been fixed. In the free version we lack the ability to filter products for only those on offer.
Hi DeltaMarket
Thank you for purchasing and using the plugin and sorry for the late response.
Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you.
Hi, I send you credential!
Hi DeltaMarket
Thank you for your credentials.
I checked your site and realized that it is bug with “Apply button mode ” and search results page. I have to fix this issue in the next plugin update, but until that moment you can use filter in AJAX mode (I already enabled it) and your visitors will be able to filter search results and your popup sidebar with filters will not disappear after every filter selection. Please, try how it works now with PRO.
Hi, the sale_price filter doesn’t work. There are 647 products in sale but filter says “There are no terms yet” or “N/A”
Hi DeltaMarket
Of course it does not work, because you set it to “include 0 terms” – https://prnt.sc/JP_AauISAbVZ I already fixed this and now it works 
— 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.
Hello, I noticed a bug with this plugin. I’ve set up simple filter for categories and tags.
Once I go to main shop page everything is fine: https://prnt.sc/qXrK5u5Llxj9 But let’s say, i go directly to specific category (not by using filter but by link in the menu). Now it shows this: https://prnt.sc/d-PMqcRk8sPSSomehow all products in other categories are gone
Hi there, great plugin but have just installed on a new website and it breaks the custom post types. They all return 404 errors now and refreshing permalinks isnt sorting the issues but start working the second I disable this plugin.
Any help is appreciated. Thanks!
Hi AgitateDigital
Thank you for using the plugin.
As the plugin has no any limitations for URL prefixes you could create the URL prefix that matches to some post slug, but usually this causes problem with one or several posts. If all your posts becomes unavailable and return 404 usually the reason is in Permalinks manager plugin. Do you use this plugin?
As option I recommend you to look on your URL prefixes in Filters -> Settings -> URL prefixes and to modify suspicous prefixes that may match with your post slugs.
Thank you, you were bang on. I tweaked the prefixes to include ‘by’ as they were exact matching custom post type slug and now all works great! Thank you
Hi AgitateDigital
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!
Is it possible to disable pretty links and leave get params in the url?
Hello wearenorm
Thank you for using Filter Everyrhing PRO.
By default in PRO plugin all filters have permalinks for their URLs. Only numeric filters have GET variables for their values.
And you can use PRO without permalinks if you add in the functions.php of your active theme next code:define( 'FLRT_PERMALINKS_ENABLED', false );
But you can not use mixed filters simulteneously – some with permalinks, some with GET parameters.
Hi.. just a fast pre buy question - Is it possible to set the plugin to work the same on desktop as on mobile ? (I like the way it shows in mobile much better than it does in desktop (i.e. full page slide up or slide down -
If there is the ability to make desktop function like it does in mobile - would it be possible to place the filter button in the header? - I just want to give people an option to filter what they are looking for right away from a top button
Thanks in advance for any reply..
Hi joepicko
Thank you for your interest in Filter Everything PRO.
Yes, sure. It is possible. I can provide you with small code snippet that makes this possible in terms of the CodeCanyon item support if you will purchase the plugin.
Hi, i have a question.
The filters only work for the admin user, for regular and guests users the filter is not working. As you can see in the image, the filter shows the preview but the apply button doesnt work for the regular users
https://pasteboard.co/6Oem1fh3U8H8.pngI’ve tried all the options with the specific id or class, AJAX doesnt work either. I dont have cache plugin
Hello carlosduque17
I would be glad to help you with this, but support here is available for accounts who purchased the PRO plugin. Please, write your question from the account, where you bought the plugin.
Thank you.
Hello,
I try to filter posts with the plugin.
Simply no posts are found.
Enclosed are 3 screenshots of my settings Link: https://stylemotions.com/Filter-Every_Screens.zip
i hope you can help me. (Version v1.7.1)
thank you and best regards Stefan
Hello SilentWorker
Thank you for screenshots you provided. As I see you have no any posts on your frontend page, where you want to filter them. First of all you have to display these posts on the page. After that you have to select their WP_Query in your Filter Set. Now you see “No WP Queries matched to the post type Posts found on the page” in your Filter Set, but you have to see appropriate WP_Query.
Please, let me know if it was helpful for you.
Thank you for the answer, I will test it at the weekend and let you know!
Hi Stepasyuk,
That was the mistake!
Thank you & have a nice weekend
Hi SilentWorker
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!
Already sent credentials. Thank you!
Hi SilentWorker
I can’t find link to the login page on your site. Please, send me it to my email.
Thank you.
Hi SilentWorker
Thank you for clarifying credentials.
I’ve checked your site and realized bug in my plugin that was related with selected Category in the Latest post block on your page. I’ve fixed bug directly on your plugin copy and added the fix to the next plugin update. So when the new version will be available, just update it as usual.
Please, try to use it now and sorry for the inconvenience.
Hi Stepasyuk,
no sorry, thanks for fix it and your nice support. Have a good day and a nice christmas time.
SilentWorker thank you.
I wish you the same 
Hello, after the last update (+ WordPress core update to version 6.0.3) when I activate the plugin, all pages return “404 not found”. If I disable the plugin everything starts working fine. No error in the console. In the error.log there are the following errors:
[15-Nov-2022 09:44:11 UTC] PHP Warning: Undefined variable $query in /plugins/filter-everything-pro/src/WpManager.php on line 757 [15-Nov-2022 09:44:11 UTC] PHP Warning: Undefined variable $matches in /plugins/filter-everything-pro/src/WpManager.php on line 760 [15-Nov-2022 09:45:51 UTC] PHP Warning: Undefined variable $query in /plugins/filter-everything-pro/src/WpManager.php on line 762 [15-Nov-2022 09:45:51 UTC] PHP Warning: Undefined variable $query in /plugins/filter-everything-pro/src/WpManager.php on line 765
Any ideas on a fix?
Hello voxweb
Please, update the plugin to the latest v 1.7.1 which is compatible with WP6.0 and higher. You can download it from your account on CodeCanyon and update via Plugins -> Add New -> Upload plugin -> Replace current with new. Do not forget to create a DB backup before that.
Thank you. There was an update but I didn’t see that there’s a newer 1.7 version. It’s all fixed.
Hi, child terms in the category filter are collapsed by default. How do you change this to show by default. I have checked documentation but couldn’t see an answer.
Hi jamesbevan80
Thank you for purchasing the plugin. Please use next code example to make your hierarchy filters opened by default:
add_filter( 'wpc_hierarchy_opened', 'my_hierarchy_filters_opened_by_default' );
function my_hierarchy_filters_opened_by_default( $filters_opened_by_default ) {
$new_opened_by_default = [
3250, // Filter ID (filter post id)
];
return array_merge( $filters_opened_by_default, $new_opened_by_default );
}
You have to place it for example in the functions.php of your active theme and change Filter ID to your hierarchy Filter ID.
Hi, unfortunately the code didn’t work. I’ve entered it into functions.php and changed the filter id to the post id generated by the filter. Is this correct or am I missing something?
Hi jamesbevan80
What is the plugin version do you use? You have to use the latest v 1.7.1 If not, please downlad it from your account here on CodeCanyon. Also please not that Filter ID is not the same as Filter Set ID. Filter ID you can see in Filters widget HTML code. Please see example – https://prnt.sc/LohyDgeluB7n
Hi, great plugin! In a hierarchical tag filter with checkboxes its possible to automatically select all parent items when the child item is selected?
Hi obile
Thank you for your warm words about the plugin. If iit 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
In general there is no such option built-in in the plugin. But if you are familiar with JavaScript it is not so complex to write short code snippet that does this for hierachical filters. Optionally you can ask a JavaScript developer to help you with this.
Hi, this is not what I thought it was going to be and I am not going to use it. Can I have a refund?
I figured it would save me some time and energy, but this isn’t dumbed down enough for that.
Hi BadgerBob808
You can create refund request in the form in your account and the request will be processed in accordance with the Refund policy Rules.
Hi, quick question, How can a “Filter label” be translated with wpml? (the default option in the dropdown filters). Thanks, Hugo
Hi fusioncowork
Quick answer – you can translate it with Loco translate plugin and after disable it. It works for Dropdowns only.
But in general for any filter you have to set Filter Sets as translatable post type in the WPML Settings and after to create different Filter Sets for every language you have on your site.
Hello Stepasyuk, we’ve setup Filter Sets as translatable post type in the WPML Settings, but we still can’t translate Filter Labels. Can you please help? Thanks!
Hello fusioncowork
I would be glad to help you more with this, but unfortunately it is something out of the item support scope here on CodeCanyon. Using the item expects that you have enough experience to use WordPress plugins and if you configure all correctly in the WPML it should allow you to create translations for you Filter Sets. In these translated Filter Sets you can specify labels in accordance with its language.
Hi Stepasyuk, On https://pcxp.in/pc-cabinet/ I am trying to filter by product attributes.
For example, I am trying to filter by ‘Motherboard Support’ which is a product attribute in that category.
Screenshot for reference: https://paste.pics/e1422cdc5dd78866c87438fa5692e917
However, when I use the custom field in the filter set with the meta key ‘motherboard-support’ either the ‘no’ option shows in the frontend or nothing.
I was expecting to see the 3 values associated with the attribute ‘motherboard-support’.
Can you please tell me what I am doing wrong and how I can get the woocommerce product attribute to show the right values in the filter?
Hi tekas117
In general you have to solve this issue by yourself as it is not supported issue. Using the item expects that you have enough experience to use WordPress plugins.
But I can say you that if you want to use ‘Motherboard Support’ as WooCommerce attribute you have to create filter by taxonomy. If you want to use it as Custom Field, you have to create regular Custom Field filter (not Custom Field Exists).
I hope this will help you to solve the issue.