9161 comments found.
Hello Andrii, I have bought your plugin again along with the support. Could you now help? Here is the thing:
I am using your plugin and ‘wp multilingual multisite plugin’ which uses multisite for WP Translations. The issue is, that the flag for spanish is not linking to the correct “seo filter url” (seo rule url). I would like to get it linked so that I asked a multilingual multisite plugin developer for help. They are willing to help but they have a problem and question which is: “I See you use a custom post type “seo-filter-url”, but is there any way I can access that in the head code of WP? Do you offer any hooks to check if current URL is a filtered SEO one and then get the post ID?” This is the case: https://di-strategies.com/c/resume-templates/style-best/. If have any hints for them, we would appreciate.
Hello effa54.
You or support of that plugin can use next code in theme’s header.php to detect if current filtered page has appropriate SEO Rule post id or not – https://gist.github.com/wpserve/082e9279413cfd43baef99a15049c039
Thank you. They are asking: is it possible to get the full URL of the current filtered page by this ID? Or get the current filtered URL automaically without id?
Hello effa54.
A SEO Rule post stores only URL scheme, but not the current URL.
But current URL always can be received in common PHP ways. For example
$full_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
var_dump($full_url);
Or for example WP URL without filters and GET parameters
global $wp;
$without_filters = home_url( $wp->request );
var_dump( $without_filters );
With the function flrt_is_filter_request(); your developer can check if it is filtered page or not.
I hope this will be helpful for you and your developer.
thank you very much. I hope this helps
Good morning, I have a problem that the filter is not showing up in the elementor archive.
Good morning, gfrino.
Thank you for purchasing the plugin. Provide me please with screenshot with Filter Set settings. Did you insert Filters widget in the widget area on archive page?
Here is the screen https://www.swisstransfer.com/d/e24dd0d9-9c9d-4381-ab8c-6324cb8fbd43
If you use WPML try please to make translatable the Filter Set post type in WPML settings and create Filter Set in the language that matches to page’s language where you tried to add Filters.
I was able to show it, but the filter doesn’t filter. The products remain the same
It means that you may selected wrong WP_Query in the Filter Set. Try please to select another Query. And also if you use AJAX, please disable it until you will setup filtering.
I do not understand what you mean, I send you the screen of how it is set up
https://www.swisstransfer.com/d/33ad47a5-0610-4b0e-ad5e-bed24720fc8dSend me please screenshot of this part of the Filter Set settings. See example – https://prnt.sc/26jjzjo
gfrino try please to experiment with the value of the “And what to filter?” option. It seems you added custom WP_Query in your Elementor archive template, but you are trying to filte default WP_Query.
Can you explain to me exactly where I’m going wrong? If not I’ll ask for a refund and see if I can find something else. It doesn’t work.
https://www.swisstransfer.com/d/19be60f8-bdde-4714-8cfe-6489cf516d66gfrino, send me please credentials to your /wp-admin via PM, I will check it myself it will be much faster, I think.
Thank you for your credentials.
I configured filter to work properly. You had to select value “Product query #4” to make it work. Also I set correct value for “CSS ID or Class of Posts Container” to make AJAX work properly. Please see it – https://prnt.sc/26jmzhn
I hope now it works as you expected.
There is just one more problem. In desktop mode on the product category pages it does not work.
Hello gfrino.
Ok, I checked this again and fixed it. But it is something that you had to configure by yourself.
Before enabling AJAX you had to ensure that filter works ok in general. And if it doesn’t work properly only after enabling AJAX you have to read this article how to configure AJAX correctly – https://filtereverything.pro/resources/plugin-settings/#ajax
In your case your Shop page and Product category pages use different Elementor containers with different CSS classes. So to make the same Filter Set works on both of them you had to specify common for both Elementor containers CSS class.
I hope now it will work fine and you will be able to configure it by yourself 
Hi, Pre-sales question. Can I return it if there are compatibility problems with the theme I am using?
Hello metinuygun
Thank you for your interest in Filter Everything PRO. Yes it is possible, but in accordance with CodeCanyon refund policy – https://codecanyon.net/page/customer_refund_policy
But let me know what possible compatibility problems could be with your theme?
There are problems with css with some plugins, so I’m worried when buying plugins.
Indeed, you are right sometimes it happens. But don’t worry, I can promise I will help you with possible CSS issues related with the plugin.
This is enough for me to buy the plugin, I hope it works without problems, otherwise I will definitely ask you for help 
Sure. You are welcome 
How many product filters can be created? Can I create 3 different filters for 3 different product options? For example, I want to create different filtering options for grocery, electronics and clothing, is it possible on different pages?
metinuygun, you can create unlimited Filters and Filter Sets. And to specify them to any pages or for example add several Filter Sets per single page.
Number of Filters or Filter Sets is limited by your server capabilities and configuration only. For example if you want to create 70 or more Filters in a Filter Set, you probably have to change some settings on your server. I have one customer who uses more than 70 filters in Filter Set.
Hello Andrii,
Recently I’ve noticed that my filter result (sidebar) will always show “0 youtuber found” no matter the filtering I do but the result page will show the proper results. You can see at https://prosncoins.com/find-youtubers/content_covering-humor/
Hello ymorin007
It looks like you selected wrong WP_Query in Filter Set settings. Try please to play with other WP_Queries available in the field “And what to filter?”.
Thanks for the quick response. I only have one Query in the dropdown called “And what to filter?”
Hmm, it’s strange.
Can you send me credentials to your /wp-admin via PM? I can check it in 24 hours.
Hi, I’ve sent you the credentials a few days ago. Did you had the chance to look at it?
Hi ymorin007
You have conflict with some other of your plugins that affects on Filter Everything query. I tested with with small patch that programatically disables such influence from other plugins and all works fine. Please, see screenshot I’ve sent on your email.
You can disable your plugins one by one or maybe custom code that affects on WP Query and when Filter Everything becomes to work properly you will know what exactly plugin does it. And you can disable it or maybe update or ask its developer to fix the bug.
Technically this plugin adds wrong part of SQL query SELECT wp_87r3j5272r_posts.ID FROM wp_87r3j5272r_posts WHERE 1=1 AND ((())) AND wp_87r3j5272r_posts.post_type = 'youtuber' AND ((wp_87r3j5272r_posts.post_status = 'publish')) ORDER BY wp_87r3j5272r_posts.menu_order DESC
The problem is in this part “AND ((()))” which should not be added.
Optionally I can leave this patch in my plugin, but it will be overriden when you update it in the future.
Let me know what would be best for you.
Found the conflict plugin. Thank you so much for your help.
Super. I’m glad about that 
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Dear Andrii,
I have two questions regarding your plugin.
1. Question: How can I sort terms in a custom order when I am using Checkbox-Filters. I can just choose the order by Term name, post count, term id. It would help me a lot. Thank you in advance.
2. Question: How can I place a filter on a any page filtering a listing of posts from custom post types using Elementor? Once I embed the filter-function using short-codes the filter does not appear. Unfortunately I can not choose the dedicated page in the section “Where to filter? Specify page(s) where filtering should work”.
Thank you a lot in advance.
Kind regards!
Hello yeahh-eu.
Thank you for purchasing the plugin.
1. You can try to sort your terms in your custom order using this code example – https://gist.github.com/wpserve/6068fdfb0fe8312edb3406b32e0f0cea
You have to paste this code in the functions.php file of your active theme and change it in accordance with the taxonomy name you use for the filter (I hope it is taxonomy). Also this code assumes that the sorting order is stored in term meta field with key ‘order’. If your order key is another, you should change it.
2. You have to choose the dedicated page in the section “Where to filter?” if you use PRO version of the plugin. Or if that page is default archive for your custom post type you can choose “All archive pages for selected post type”.
Why you can not choose a page in that field? Does your question related with the Free version of the plugin?
Hi loud
Thank you for purchasing the plugin.
In 99% cases the reason of such behavior is wrong value in the “And What to filter?” field in the Filter Set settings. Try please to choose another values from the field Dropdown and to test filtering with them.
Let me know about the result
Ok i thing i finally make it work but…. I just don’t get it. Lets say right now i have 4 expreriences. 2 for Amorgos (you can see them here: https://www.findingreece.com/redesign/experiencescat/amorgos/) and 2 for Mykonos (https://www.findingreece.com/redesign/experiencescat/mykonos/). For Amorgos i have 2 categories Walking & Hiking Tours, Local Culture) For Mykonos i also have 2 categories (Agritourism, Outdoor Activities) Both of them Experience pages have wrong filter categories at the left.
Hi loud.
There is CSS issue in your theme or maybe in plugins. Every first <li /> element in your sidebar widget is hidden. You have to edit your CSS and make it visible. Please, see example
I’m really confused
For the moment current category (or current tax tern) is hidden from Category filter, but this will be changed in the next version of the plugin. Just update it when you will get notification about the new version. Also you can change the option “Empty terms” value to the “Never hide” and you will see all empty terms.
But i’m trying to tell you that 2 of the categories are not empty
Amorgos (parent) has 7 childs, two of them has content: - Walking & Hiking Tours (1) - Local Culture (1) Mykonos - Agritourism (1) - Outdoor Activities (1)
https://ibb.co/bdJVpKbhave a look at the urls that send you plz
Ok, if you can’t wait for the update, you can try to replace your /wp-content/plugins/filter-everything-pro/src/Entities/TaxonomyEntity.php file with this – https://gist.github.com/wpserve/f7cb8dc4e806ba5f721c7f3f2a2b215c
This should solve your problem. Let me know about the result.
The problem is not the update. I’m saying that my problem is different. I’m sorry i guess is my bad english.
Let me try again one more time
This is my category page
https://www.findingreece.com/redesign/experiencescat/amorgos/
In this page i’m expecting to see to the filters the child from this category that has content. So i’m expecting to see
Walking & Hiking Tours
Local Culture
Here is what i see right now
https://ibb.co/kmKrPkV
Ok, it seems you have to wait until I will upload the update.
I know what is the problem and it is already solved in the next plugin version. The problem is that on the current category page it is excluded from the filter by category (to avoid double selection of the current category)
For the moment optionally you can disable hierarchy option and chilren categories of the Amorgos should be visible.
But i already upload the new file.
Listen, have a last look. Even now that i disable hierarchy option i’m seeing wrong things
I’m seeing
- Agritourism
- Mykonos
but i’m expecting to see
- Walking & Hiking Tours
- Local Culture
because this two are the child for the category “mykonos”
As i say, i’m seeing wrong childs
Sorry, loud.
I realized that In your case it is not enough to update the file. I know about this bug and I already solved it in the next version of the plugin. I will upload update on this week and I will notify you here in comments or you will get notification if you subsibed on them here on CodeCanyon.
Thank you so much for your time today, really Have a nice day:-)
Hello. Any news of the update? thank you
Hello loud.
Thank you for your waiting. I have pre-release version which I need to test additionaly. I will release it today or tomorrow. But if you want to get it faster, just send me PM and I will provide you with link to this pre-release version and you can install it immediately.
This pre-release version contains fix of your problem. Let me know.
No worries I can wait!
Thank you very much
Hi. I download the update but still not working. I mean now i can see the child of the parent category but when i click on a child the filter still shows all the results
i really need a solution…
Hi loud
In 99% cases the reason of such behavior is wrong value in the “And What to filter?” field in the Filter Set settings. Try please
1) to disable AJAX
2) and to choose another values from the field Dropdown and to test filtering with them.
3) Enable AJAX only when you will ensure that filtering works
Let me know about the result
i already tried all the possible combinations before contact you. And its not working
Ok, send me please credentials to the /wp-admin I will check it myself. You can send them via PM.
sent. Let me know if you got the credentials
I confirm. Thank you. I’m already checking.
loud,
I checked your site and realized that if you want to use filters on your Experience Category pages you have to go though one of the next ways:
1) You can enable archives for your Experiences post type and in this case you will have option “All archive pages for selected post type” in the “Where to filter?” field. This option will allow you to create single Filter Set for all Experience Category pages.
The value “Any Experience Category (for common query across all Experience Category pages)” does not work for you because you have no that “common query across all Experience Category pages”
2) You can create several Filter Sets for all you top-level Experience Categories and specify them as values in “Where to filter?” field for all such Filter Set. It means individual Filter Set for every top-level Experience Category
I changed your existing Filter Set and make it individual for the Mykonos category and it works fine – https://www.findingreece.com/redesign/experiencescat/mykonos/experience-agritourism/
Andrii really appreciated all the help that you gave me this days. I will fix the problem. Thank you so much
Super. I’m glad!
Thank you for your review 
Hello Andrii,
I’d like to order my custom post taxonomies. I’ve noticed the option is greyed out, I’ve seen in the comments the code you’ve provided (https://gist.github.com/wpserve/6068fdfb0fe8312edb3406b32e0f0cea) which i’ve copied and changed the taxonomy to ‘wattage’. BUT the order hasn’t changed and it is still displaying it as ‘Term Name abc’.
I’m using the Custom Post Type UI plugin and I’ve also got Intuitive CPO plugin installed that orders the terms.
Thanks
Hello paranorth.
Thank you for purchasing the plugin.
This code example I provided on GitHub Gist intended for taxonomy terms that store their order in term meta fields with the meta key ‘order’ (for example WooCommerce attributes do it)
I’m not sure how Intuitive CPO plugin does it, but if it use also meta key you have to know what is that meta key and change it in my code example.
I think you have to be familiar with PHP development or ask somebody who is familiar.
I would be happy to help you more with that, but it is something outside from the CodeCanyon item support policy.
Hi, thanks for pretty wonderful plugin. I’d have couple of little things to ask (I’m sure you can see I’m somewhat beginner). Site demo is at https://tipsimaatti.com
1. Why is the gap between ‘Suodatin’ (Means ‘Filter’) and the first actual filter on the sidebar so big? Not my own CSS, maybe from the theme? How to make smaller?
2. I have only ‘enabled styling’, not used any CSS (since it doesn’t seem to make any change). Why checkboxes are wide like that? How to make them boxes but styled like that?
3. Are SEO Rules still supposed to work when using AJAX? Now I can see url changes but any of the SEO rules don’t work (there’s supposed to be text on title, H1 and desc: https://tipsimaatti.com/tagi-jalkapallo/ (Even without AJAX, only Set title works, not H1 and desc, is that a theme thing?)
Hi bloggari
Thank you for purchasing the plugin.
1. This gap created to hold the message “xx post found” (“xx vihjettä löytyi” in your case) to avoid sidebar jumping when this message appears. In your case you theme has big bottom margins for widget title and for p tag in sidebar – https://prnt.sc/26in5i5 You can optionally change these margins via CSS to reduce height of this gap.
2. It’s conflict with your theme CSS that adds padding for inputs. Try please add next CSS via Filters -> Settings -> Experimental -> Custom CSS to fix this:
.wpc-filters-widget-main-wrapper input[type=checkbox], .wpc-filters-widget-main-wrapper input[type=radio]{
padding: 0;
}
3. Yes, sure. SEO Rules should work with enabled AJAX also. It seems you have specific theme that does not use regular WordPress hooks for H1 and term archive descriptions.
For the H1 title you theme should use ‘the_title’ or ‘get_the_archive_title’ hooks for singular and archive pages accordinly. For the term description it should use hook ‘get_the_archive_description’
I hope my answers will help you to solve the problems.
Thanks!! Keep up the good work
Hi I purchased the plugin yesterday. I would like to know when I am in the parent category page, I want the sorting to show the sub category of the parent category but currently it is not working. Can you help check?
https://loopa.com.hk/product-category/womenswear/apede-mod/For example here I am in the apede mod category, supposingly it should be showing sub category “bags” but it is showing the parent category “womenswear” instead
Hi hotoscar
Thank you for purchasing the plugin.
As I see for the moment you changed your category list and there are no parent categories. Send me please screenshot with the problem or return back your category structure to make it more obvious what is the problem and what do yo need.
Optionally you can change the value of the “Empty terms” option in the Filter Set to “Never hide” and maybe you will see desired category.
I have some jQuery that is being affected by this plugin. After the ajax loads it breaks my jQuery. Do you know how to solve this?
window.onload = function () {
};
jQuery(document).ready()
jQuery(function(){
});
jQuery( ".add-pe" ).click(function() {
var dataId = jQuery(this).attr("data-id")
var title = jQuery(this).attr("title")
jQuery(".values-list").append('<input type="hidden" name="acffield_61e58083d6d49" value="' + dataId + '"> ' + title + ' ');
jQuery('[id=' + dataId + ']').append(' Added to list- remember to submit it
').fadeIn(1000)
jQuery(".success").fadeOut(9000);
});
Hello aaron91brimacombe.
Thank you for your interest in the Filter Everything plugin. If you use Free version, please write your questions on WordPress.org forum – https://wordpress.org/support/plugin/filter-everything/ If you use PRO version, you have to write your support request from the account, where you purchased the plugin.
Dear Sir ,Madam
I have the premium version at www.fazecon.gr/store2 and i face a problem with the plugin filterEverything.pro that is very important for me. I would like to exclude it from caching because it does nt work properly.
Apply button doesn’t work and I think it is aproblem fwom WP fastest cahe but I need both of them.
Hi miltoskouis.
Thank you for purchasing the plugin.
It seems you have to setup this on the WP Fastest Cache side. I guess that it should support disabling cache via API and for that purpose you can use function flrt_is_filter_request(); to check if the current page is filtering results page or not.
But of course it requiers developer skills and unfortunately it is something outside from Filter Everything support policy.
But I have to ask you – why do you need to cache filtering result pages? Do you know that there are too many filter combinations even you create 3-4 filters with 5-10 terms in every filter?
Hi,
We have hundreds of Woocommerce product categories and many are set to display type ‘Subcategories’ where no products are being displayed:
Unfortunately the filters are still being displayed, which makes no sense and looks ugly:
How can I hide the filters if the category page contains only subcategories?
Thanks
Hi akakimbi
Thank you for purchasing the plugin.
In general it could be a task not related with Filter Everything at all. You can just disable that widget area on category pages, where products are not displayed.
But if you need that widget area on such pages, you can insert Filters widget as shortcode in your category template file and display it if category is not set as “to show subcategories only”
More about the shortcode you can find here – https://filtereverything.pro/resources/shortcodes/
Thanks for your answer, it brought me on to the right track.
I’m registering a custom sidebar for the Filter Everything widget to be displayed and made sure to not include the sidebar if the display type is subcategories. The display type can be checked with woocommerce_get_loop_display_mode()
Good solution thumbs up
Really nice plugin – however one issue occurs. The SEO rules always use lower case variable names: https://imgur.com/a/6bARuZJ
The Variables however should be written like the category / term name in Title case. Can you fix this?
Hi welaunch
Thank you for your warm words about the plugin.
For the moment there is simple solution of this problem – you can specify filters that should not be lowercased for SEO Rules in Filters -> Settings -> “Entities, whose terms should display in SEO data without force lowercasing” field.
sorry another question: your SEO rules pos type is not appearing in Yoast or Rankmath setings and therefore also not in the sitemap. Will you add support for this too?
Yes, sure. I will add XML sitemap for indexed filtering result pages in 1-2 months (I hope) I’m not sure it will be related with Yoast SEO/RankMath plugins, maybe separate XML file, but will see.
Hi, i would like to retrieve term values to make my custom text.
I’ll try to explain better:
Have 3 taxonomies for a “Location” custom post type:
1. Zone 2. Event Type 3. Location Type
I would like to know if there is a function to retrieve queried values of selected terms.
Hi manzullo
Sure, you can use function ‘flrt_selected_filter_terms’ that return array with selected filters
/**
* @return array|false all selected filters or false
*/
flrt_selected_filter_terms();
More functions supported by Filter Everything you can find here – https://filtereverything.pro/resources/functions/
Ok how can I use this function? For example if I would to retrieve values in Zone?
manzullo do you need to get all possible filter values or just currently selected? This function returns array with selected fitler values or false if there are no such values.
If you need to get all possible filter values you can use hook ‘wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook
$terms = apply_filters( 'wpc_terms_before_display', $terms, $filter, $set, $urlManager );
Sorry i think i didn’t explain my issue the best.
I would like to create my custom code in the template, i’ll use add_shortcode to create a shortcode to show the filtered values
Example.
Main search url: https://www.locationroma.it/strutture/ Zone “Montesacro” url: https://www.locationroma.it/strutture/zona-montesacro/ For that page i would like to retrieve the value “montesacro” via function to use it in my custom text for my seo purposes
I don’t need all possible values. I’d need to retrive for each single selected filter the value. I know it is an array but i’d need it only while users search for one of this.
Example: If the user choose “Rome” as Zona and “Private Party” as Event Type i would build a shortcode via code to retrieve the (first array) value of those
So i can build a phrase like:
Best location for [shortcode filter=”event-type”] in [shortcode filter=”zone”]
I did it via code myself but i would like to know if there is a simplest function:
function get_zone() { $output = flrt_selected_filter_terms(); } add_shortcode( ‘the-zone-shorcode’, ‘get_zone’ );
return var_dump($output"zona"[0]);
While visiting the url:
https://www.locationroma.it/strutture/zona-roma-centro/
It returns:
string(11) “roma-centro”
Hi manzullo.
I roughly understand what you want to achieve but unfortunately it is something outside from the plugin support policy. You have to be familiar with development or ask a PHP developer to help you with this.
I’m sorry that I can’t help you with this. I hope you understand this.
Sure i’m a developer. I just would like to know which function can i call
May I have an answer? I just would like to know the function to call the tile when there is only one value per filter. I can’t find any developer documentation
Hello manzullo.
I thought I already answered on your question and as I said this function is
/**
* @return array|false all selected filters or false
*/
flrt_selected_filter_terms();
If you are developer you can use it in all cases – when single filter selected or more. If you can’t understand how to use it you have ask about help in more experienced developer. Unfortunately I can’t write such code for you as it is not included in the plugin support. I’m sorry.
Sorry but this function doesn’t return the Taxonomy name but just the slug. If the name as an accent it doesn’t work
Hey manzullo 
You always can get Taxonomy WordPress object by its slug. But as I said this is something outside from the support scope. I recommend you to ask experienced developer to help you.
I would be glad to help you with this, but unfortunately I have no time for development.
Hi! I installed the free version, it works fine! but when i install pro version it doesn’t work.
Hi luongthanhluan.
Thank you for purchasing the plugin. Try please to update any Filter Set and let me know if it works after that.
I tried the free filter! When I activate the pro version the filter doesn’t work!
luongthanhluan it may happen if your settings were not updated for the PRO version. Can you please send me credentials to your /wp-admin I will check it myself? You can send them via PM, it’s safe do not worry.
I sent you a message on codecanyon! Please check! Thanks !
Stepasyuk, check mail, please ! thank!
Hi luongthanhluan
Thank you for your credentials. I checked your site and realized that reason of the problem is your custom permalinks created for product categories with Permalinks Manager plugin.
Unfortunately my plugin (or any other) can not support custom individual permalinks created with Permalinks Manager plugin. In this case you can use Filter Everything PRO with all features but without permalinks. Instead of them filtering parameters will be GET values as in Free verison. For example …/?fxo=2-fxo instead of …/fxo-2-fxo/ in URL
To achieve this I added next code string in the functions.php file of your active theme:
define( 'FLRT_PERMALINKS_ENABLED', false );
Or if you want use permalinks for filtering result pages you have to disable Permalinks Manager plugin and remove the code string I added.
Let me know what will be best for you.
ok! thank you!
Just purchased pro but can’t get the filters to show on elementor when using “elementor archive post”, I have tried everything. Please help
Hello visibilityrevolution
Thank you for purchasing the plugin.
Let me know what is your Filter Set configuration and what is the page where you tried to filter. You can send me screenshots with Filter Set edit screen and link to the page with the problem.
Optionally you can send me credentials to your /wp-admin via PM It would be much faster.
Bought the PRO version but it wont work. The filter urls in the free version look like this “domain.com/furniture/bedroom/?color=brown” in this case everything is working as it should be. When i switch to the pro version the url changes to “domain.com/furniture/bedroom/color-brown/” and getting the following result “Oops! That page can’t be found.” if i use the first url style i can still search. Any idea how to fix that? Thx
Hello punica.
Thank you for purchasing Filter Everything PRO.
Is the problem with single term “brown” or with all terms (brown, yellow, blue and so on)? Try please to check with other colors. And also try please to change URL prefix in Filters -> Settings -> URL prefixes from color to another and test it.
Let me know about the result.
Hello, it is with all terms no matter what. I also changed the url prefixes but no change. Filter by price or size is still working because the url is old style not pretty. /furniture/bedroom/?min_width=80 (working) /furniture/bedroom/colors-brown (not working)
Hello, it is for all terms (colors) the same issue. I also tried to change the URL prefix but without and luck. it does work for the pricing and size filter cause the slug is leading a ”?” and old style.
Hello punica.
Send me please credentials to your /wp-admin I will check it myself. You can send them via PM, it’s safe.
I have send a message. thx for your help
Hello punica.
Thank you for your credentials. I checked your site and realized that reason of the problem is your custom permalinks created for product categories with Permalinks Manager plugin.
Unfortunately my plugin (or any other) can not support custom individual permalinks created with Permalinks Manager plugin. In this case you can use Filter Everything PRO with all features but without permalinks. Instead of them filtering parameters will be GET values as in Free verison. For example …/?color=brown instead of …/color-brown/ in URL
To achieve this you can add next code string in the functions.php file of your active theme:
define( 'FLRT_PERMALINKS_ENABLED', false );
Or if you want use permalinks for filtering result pages you have to deactivate Permalinks Manager plugin. I’ve sent you screenshot with worked example when Permalinks Manager is deactivated.
Let me know what will be best for you.
I have another problem/suggestions for this plugin:
1. When I am on an attribute archive page, the attribute filter in the plugin should disappear as expected however there is an empty space of there filter is. It does not really very professional.
2. When I choose the show hierarchy (under Categories for example) the count of the parent categories count is 0 when in reality I think it should show the count of all the sub categories. Then I choose to Sort Terms By Posts count <321> It should sort the hierarchy (parent categories) total count of the sub categories.
I like this plugin – its really cool. I bought it to test it out but I cannot use on a production site without the issues above sorted out.
Hello Antoine14
Thank you for your suggestions.
1. Can you please send me link on the example of the problem or at least screenshot with it? Optionally you can send it via PM.
2. Problem with count of subcategory posts already fixed and will be available in the next version of the plugin. Optionally you can replace code in the file /filter-everything-pro/src/Entities/TaxonomyEntity.php with this code – https://gist.github.com/wpserve/f7cb8dc4e806ba5f721c7f3f2a2b215c
Hello Stepasyuk, the PRO version I just bought acts strange… like it’s free version. It doesn’t show two filters on the same page, and it doesn’t show the same filter on two different widgets area on my site.
For example: in the shop page in desktop view it shows only the category filter (and not the brand filter), and in the mobile view (blocksy theme) when i click the offcanvas menu (another widget area where i put the filter) it doesn’t show up. If I remove the filter from the desktop widget, then it correctly shows on mobile in the offcanvas…
Hello ernexto.
Thank you for purchasing the plugin.
Let’s try to solve this problem. Let me please know URL of the page, where you have this problem. And send me please screenshots with configuration of both Filter Sets.
Optionally you can send me credentials to the /wp-admin of your site and I will check it myself. You can send them via PM, it’s safe you may not worry about your site and its data.
Ok, message with admin access sent. Please confirm that you received it, thanks!
I got them, I confirm. Thank you, I will let you know.
ernexto, check it please now and let me know if it works for you as you needed it.
Now it does work! Can I now what you did so next time I’ll do the same? What I was doing wrong?
I just made both Filter Sets indentical – with the same list of filters and settings. Its specific for Filter Everything PRO that you can not display the same Filter Set on the page twice and you should use several Filter Sets and sever Filter widgets on the page to show them several times. As your site contains two different widget area for mobile and for desktop you have to use such configuration.
I am glad that your problem is solved. I would be thankful for the review about the plugin https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance 
Great! Thank you Stepasyuk. The review is coming… 
1. How can I specify the list of pages where the “Filter set” can be displayed? I’m only available to select one page (product category). 2. How can I use slider on my product attribute? I’m adding “pa_length-mm” to a meta key field, but slider show empty min and max field values.
Thank you in advance for your help.
Hello skdev24.
Thank you for purchasing the plugin.
1. For the moment plugin supports next values for multiple pages “All archive pages”, “Any taxonomy archive (e.g. any category or any tag) page”, “Any author page”.
If you want to use Filter Set on several category pages onlyб you have to create several Filter Sets accordinly.
2. For the moment Range slider can be used for Custom Field Num filters only. But I have plans and I definitely will add ability to use Range slider for taxonomy based filters also. I think it will be implemented in 2 months.
For the momenty you can optionally store your product length values in Custom Fields and create Range slider filter by Custom Field.