8964 comments found.
Hi,
Is there a way to choose multiple pages / CPT pages under Where to filter?
Thanks
I want to put the same filter across multiple cpt pages, its only letting me choose one.
Hi ZDltd
Thank you for using Filter Everything PRO.
It is possible only to select some type of pages, for example “All archive pages for this Post Type” or “All category pages” or so. The reason, why can not select a list of different pages is that ususally on such pages there are different WP_Queries and they should use different Filter Sets to be able to filter on them.
Hi,
We’re using Filter everything PRO and Rate my Post (by Blaz).
We wish to create a sorting filter with the option to sort on “highest rated”-posts. There is a meta key (rmp_avg_rating) from Rate my post but we end up getting some mixed results.
Any ideas?
Hi AgrensIT
Thank you for purchasing the plugin.
Please, send me credentials to your /wp-admin in accordance with this document and provide me with link to the page with example of the problem I will check it myself.
Thank you.
Sent credentials
Hi AgrensIT
Thank you for your credentials.
I checked your site and realized that sorting parameter in SQL query presents and it should work properly. I sent you screenshot with example of this query.
If the end result is not as you expected it may depends from data in your post meta fields (I recommend you to check this data directly in DataBase) or maybe your have some PHP code that changes ordering of your recipes before displaying on the frontend.
Unfortunately I can not help you more with this as it is something out from the item support scope here on CodeCanyon.
Thanks for the great plugin. I want to put the filters in separate locations for phone and PC, but when I put two in place, only one shows up.
Hello kiharaneko
Thank you for you warm words about the plugin.
If you want to use two Filter widgets on the same page, you have to create two Filter Sets pointed to this page(s) and insert threr two Filter widgets – one widget per one Filter Set.
Hello! I just bought it and works for me needs 100% thank you.
Hello kattouf
I love reading rave reviews like this. I would be thankful for such positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
If you will have any questions, please let me know about them here. Thank you in advance!
Hi Stepasyuk,
I am using Label List to filter CPT using custom taxonomies. I am wondering if there is a way to just allow the user to choose one filter and if they choose another it turns the first one off?
Thanks
This is not needed anymore
Hi ZDltd
I’m glad that your problem was solved 
Hi, thanks for this plugin. I’m struggling to get the ajax filter work with my ajax load more button. It seems that the load more button does not get the updated query, after i used the filter. Can you help me in this case with a hint, how to get this going? I build the ajax load more by myself, so there is no other plugin involved.
Best regards. Beate
Hi Beate
Thank you for using Filter Everything PRO.
If you want to make your “Load more” button compatible with FIlter Everything PRO AJAX you have to get correct link to the page with selected filter terms. You can get it in JavaScript code for example with window.location.href after trigger jQuery(document).trigger("ready"); fired. The trigger works every time when filtered posts are loaded through AJAX.
It took me a while to figure this out. But now it’s working. Thanks for the hint.
Hello,
I am currently experiencing a problem with your plugin. I have integrated it into my online shop but since then, a strange situation has arisen: the URLs of products in certain categories are no longer recognised at all. So, when you click on some products in the catalogue, you are redirected to a 404 page. We have tested different settings of the plugin to try to find the origin of the problem, without success. We also considered the possibility that the problems come from a lack of compatibility between your plugin and another one. But again, we didn’t find anything suspicious or related between your plugin and another one. We have no idea where the problem is coming from, so we’d like to know if you’ve encountered it before, and if you can help us solve it.
Thank you in advance,
Thibaut from OZC Signalétique
Problem solved, it was the prefixes of the filters that looked too much like the normal permalinks of our categories/tags and created problems.
Hello ruaneo
Thank you for using Filter Everything PRO.
I’m glad that your problem is already solved, it is known issue, when you use URL prefixes equal to category/post slugs. Thank you for your notification about this.
Hi, how to create
Filters with added logo and filters with added color
like this https://ibb.co/JHb2Pq212de127f-039a-4c07-8793-bf468c96357a
Hi marc_hello
Thank you for using Filter Everything PRO.
Images in filters can be displayed automatically If you use plugin ”Yith Brands for WooCommerce” or “Perfect Brands for WooCommerce”. But if you don’t use these plugins you can display your images via code example – https://gist.github.com/wpserve/e80ea9aaf978dfedb11edb44d2739dce This code expects that you added your images in taxonomy term meta fields and should be edited in accordance with your meta keys and stored for example in the functions.php of your active theme.
Clicked ‘get license’. I don’t have an envato acc, only codecanyon. Created an envato account – but it says ‘there was an error click get license again’ – every time.
Hello DigitalSmithy
Thank you for purchasing the plugin.
You have to log in with your current CodeCanyon credentials to the account, where you purchased the plugin.
I’ve started setting up filter sets. I’m using it for selling Laptops on woocommerce. I want to have a filter to give the following options to the users:
Screen Size
- 10inch and below
- 11inch to 13inch
- 14inch to 16inch
- 17inch and above
What’s the best way to do it? I have the screen size attribute for my products.
Hello mohsengh
Thank you for purchasing the plugin.
In genral it is something out from the item suppott scope here on CodeCanyon because it requires to solve some development task and to make additional coding. But I can give you advice how to implement this:
1) You have to create range filter by this attribute (it is numeric as I understand) and create your own template for this attribute.
2) With hook ‘wpc_view_include_filename’ you can inlcude this custom template for your filter by screen size. The hook is located in the /wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php file.
$filters array your predefined filters by Screen size and values From and To.
if( class_exists( 'FilterEverything\Filter\UrlManager' ) ){
$urlManager = new \FilterEverything\Filter\UrlManager();
$filters = flrt_selected_filter_terms();
if( $filters ){
$selected_filters_link = $urlManager->getFiltersUrl( $filters );
var_dump( $selected_filters_link );
}
}
4) When you will have these links, you can display them in the list and they will be dynamically changed in accordance with selected filters.
There is only one simple step left – to write the code for all of this 
Hello,
I display the filters on my “news” page but when I click on a label, the articles only update to display one article.
Hello mt-studio
Please, provide me with link to the page with this problem and let me know details how to reproduce the issue. Optionally you can send me it via PM.
Hello, I’ve purchased the filter and I try to create multiple and different Category filters. I’ve created one file that include only some categories. Now I want to create a second filter type for some other categories (using include/exclude functions in the plugin settings) but “Categories” is now greyed out. How can I do this ? It’s not explicated anywhere I fear. Thanks a lot !
Hello yannphilippe
Thank you for purchasing the plugin.
It is not possible for the moment yet to add two or more filters by the same entity in one Filter Set. But you can use a trick – to create two or more Filter Sets and poin them to the same page. On this page you have to insert several Filter widgets – one per FIlter Set. And you can add Category filter to every Filter Set. But important to know that all these Category filters should have the same logic value to avoid conflicts between each other.
Hello and thanks for your answer. I tried to create a second filter set, assigned it to the same type of posts (Articles) and pointed to the same page. When I put a second Filter widget in the sidebar, indeed it shows now my second filter set aswell. The thing is that I have some “Color” categories like : red, blue, pink, yellow, etc. And I have some “Year” categories : 1998, 1999, 2000, 2001, etc. I want to be able to select like multiple Color (i.e. : show all the pink and red posts) but only the ones from 1999. When I select pink / reds / 1999 in my 2 different filters set, the plugin now displays : all the pink and all the red articles but from all the years available, not the one selected. It’s like every filter set works alone but not in cunjunction with others. Maybe I forget to set something…
Hello yannphilippe
The best way to check if the filtering works correctly is to install Query Monitor plugin and find the SQL query of the filtered products. The query contains string ”/* Current SQL Query is filtered by Filter Everything plugin */” and you can easily find it. Please, put here this SQL query or send if via PM and write here comment about that.
Hi there, I have some questions before I buy this. I have a car parts website and I need to filter by make/model/year/motors. If I select BMW from the make filter, the model will only show the models for BMWs and not from any other makes. Is this possible with you filter? Thanks!
I’ve purchased the plugin but I won’t download it for now until I have confirmation that it can do what I need it to do. Thanks 
Hi mgmarceau
Thank you for purchasing the plugin.
Sure, you can achieve this. Please, set “Empty filters -> Always hide” in your Filter Set and if visitor select BMW he will see only models related with BMW and will not see other models. Also you can try to use option “Parent filter” that allows you to prevent selectio of the model until car Brand is selected.
Hi Stepasyuk, this product is awesome! I’m glad I can achieve everthing I need with the free plugin, but it’s well worth it to buy the pro just to thank you. I would like to style the filter with CSS. I’m using the salient theme. I also would like to add “select your vehicule” and in the dropdowns, add the title MAKE, MODEL and YEAR for each dropdown. Many thanks!
Hi mgmarceau
Thank you for your warm words about the plugin 
You can add your CSS to the Filters -> Settings -> Experimental -> Custom CSS.
If you need to change title in Dropdown you have several ways to change the string - Select %s - to your own:
1) To translate it with the Loco translate plugin or other software if you use not-English language on your site.
2) To use template overriding feature https://filtereverything.pro/resources/templates-overriding/ to override the dropdown.php template and replace the string.
I think the second way is more preferred for you if you use the English language on your site.
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!
Hi there, I can’t figure this out
I have an idea of how I want it to display but there’s no way for me to show you.
Hi again! Yet another question
When I filter by make model year, all other filters like categories filter, brand filters dissapear. Why is that? Thanks!
Hi mgmarceau
If your other filters disappear it seems you activated option “Hide empty filter” and when you select a make model year value you gets products that have no intersections with filters that disappear. Try to experiment with disabled “Hide empty filter” value.
You can leave review in your Downloads section https://codecanyon.net/downloads directly in the items you purchased. Please, see example – https://prnt.sc/msWALzZGlzmZ
Hi there. How can reduce the spacing between the filter ‘Title’ (e.g. “Difficulty”), and the filter ‘Options’ please (e.g. “Easy”/”Medium”/”Hard”)?
At the moment there’s quite a large space between each filter title and the options a user can select to filter on
Hi greggunewardena
Thank you for purchasing the plugin.
Usually it depends from your theme or plugin CSS used on your site. You have to add additional CSS that reduces title’s bottom margin or padding or other CSS rules that creates this space.
In general it is not supported issue as it depends from 3rd party software (your theme or plugins), but if you will provide me with link to the page with this problem I can give you adcive how to reduce it. Optionally you can send it via PM.
hello, i want using filter for users list in frontend
Hello gokhanluleci
Thank you for your interest in Filter Everything PRO.
Pay attention that the plugin filters posts/products/post types, but not WordPress users.
Hello,
I am using a PRO version of the plugin, and I am having some issues when displaying filter values. I think I configured the plugin correctly, setting the right Post Type to one I need to filter, as well as filter parameters to match custom fileds metadata. Error on the Frontend says: There are no terms yet. I am also working with Oxygen builder and trying to intergrade Filter Set into a template with a repeater block. Before I changed the settings for where I want to display the Filter Set, values for each filter where display numbericly, meaning, values were numbers but should’ve been text format? Could you please assist?
Hello inesdarrer997
Thank you for using PRO version. Please, write your support request from the account, where you purchased the plugin.
Hi, i have a presale question: dose this plugin work with WP Job Manager plugin ? i mean can i customize WP Job Manager search filter with it and add new fields and taxonomies ? and dose it work similar to this plugin Search and Filtering for WP Job Manager https://plugins.smyl.es/wp-job-manager-search-and-filtering ?
Hi Amr—ahmed
Thank you for your interest in Filter Everything PRO.
As WP Job Manager plugin uses custom post type for its jobs and custom fields to store meta information about these jobs, you can filter them with Filter Everything PRO plugin.
But with my plugin you can only create separate filter system, but not to extend existing WP Job Search built-in fitlers as they work by own algorhytm. My filters work similar, but for the moment they do not support filtering by geolocation.
so dose the separate filter system you mentioned will give me the same result as smyles wp job manager search and filtering ? and if i added any future custom fields to job templates will i be able to add it to the filter system created by your plugin ? and i don’t really care about geolocation but if i created set of custom job location can i search jobs using these locations ?
Hi Amr—ahmed
I can not say about WP Job Manager because I didn’t use it before. But I can definitely tell you that my plugin supports filtering by Custom Fields and it supports fields used in WP Job Manager and if you will add new Custom Fields you will also be able to create fitlers by them.
this plugin have horizontol filters
Hello semhninja
Thank you for your interest in Filter Everything PRO.
In general it does not contain such option out of the box, but I can provide you with small CSS snippet that makes filters horizontally. Here is live example how it works for my other customer – https://www.auslandsjob.de/jobs/job_type-vollzeit/job_filter_country-europa/SEO rules are only working on the shop page. I created 2 filter sets. 1 for shop and 1 for all the product categories available. Filters are showing. then i create seo rules like: “…/categorie-{any}”. This rule only works on the shop page. when i go to a link like ”/product-categorie/kamerplanten/categorie-makkelijke-kamerplanten/” no show while ”/shop/categorie-makkelijke-kamerplanten/” does work???
to be honest i have no clue how to get the seo rule to work. i bought this plugin because of this feauture. I have a clean install with test products, storefront child theme. and it is still not working
nothing
storefront has also only 1 Product Query at least you plugin is showing only 1. with the porto theme i have 2 but doesnt matter which theme i get it doesnt show?
Hello eaonflux
Thank you for purchasing the plugin.
Pay attention that for Shop page and for Product category pages you have to use different SEO Rules. The SEO Rule for Product category pages should contain Product category as “Page archive for” As I see from your SEO Rule for the Shop page you marked Product Category as Indexed filter and it can not be used for both simulteneously. It means to use for Product category pages you have to disable Product category from indexed filters.
Let me know, if it was helpful for you.
Dude you the best that did the trick. Now my shop and product-cat archives showing the SEo rules
Great. I’m glad that your problem was solved 
Hello, as soon as I activate the plug in on my e-commerce site, all the links become defective, please correct it.