9141 comments found.
I have ajax disabled. is it possible to enable it with a hook? so i can choose when to use ajax or not
Hi eaonflux
Sure. You can use this code example:
// For example you need to enable it on the page with ID 123
if( is_page( 123 ) ){
add_filter( 'wpc_get_option', 'wpc_enable_ajax', 10, 2 );
}
function wpc_enable_ajax( $option, $key ){
if( $key === 'enable_ajax' ){
return 'on';
}
return $option;
}
Hi, i created a filter set for Post Type to filter: products” Added some filters related to Woocommerce. In the settings: Where to filter? – page – a page where i want to show this specific filterset. And what to filter? – No WP Queries matched to the post type “Product” found on the page
but i do not see any thing on that page.
Thats because the plugin does not find any WP query related to products.
so i created a dedicate page template and added the code which is used for product archives. except the function woocommerce_product_loop() is returning false so i dont know excatly how to change that page in a woocommerce query
nevermind i manage to get it to work by adding a custom product query
Hi eaonflux.
It’s great. I’m glad that your problem is already solved.
Thank you for the notice about that 
Hi! How can I enable the filter in Categories and product tag pages at the same time? https://prnt.sc/Mgsmiel9h06R
Привіт stasonua0
Дякую за використання плагіну. Надалі продовжу англійською, щоб було зрозуміло решті користувачів.
You have two options – either to create separate Filter Set with the same filters list and point it to your Tags archive pages. Or you can point your single Filter Set to “Common WordPress pages” -> “All archive pages for this Post Type” and it will be available on all your post archive pages including Category and Tag archives. The last option is possible if you do not use separate WP_Queries on your Category and Tag archives.
Hi, Have purchased your Filter Everything PRO last few months. I have faced some issue that i’m not sure how can i solve it.
1. I try to create Price Range Filter. But the range unable to drag or move and just refresh the page. I’m not sure is there anything i written wrong or choose wrong. Here are the info i enter/choose: Filter by: Custom Field Numeric Meta Key: pricing-product Filter Label: Price Range Prefix for URL: fprice View in Widget: Range Use for Variations: Empty Enable Range Slider: yes Slider Step: 15 Parent Filter: Empty Tooltip: Empty Show in Chips: Yes
2. It is possible to have Price Range filter at Search result page that manually create by using Elementor Pro? I saw there have elements “Filter Everything – Sorting” and so on. However, when i try to use them. They are not working. I’m not sure it is something i missed out? Can you send me a guide/steps from start till end or the process how to create it?
Appreciate and hope to get your helps as soon as possible.
Thank you.
Hi JessyLim
1. Plase, provide me with link to the page with such Price filter. It will be more obvious why it does not work properly. You can send it via PM, if you click on my username. But please, let me know here in comments about that. BTW, the meta key should be _price if you use WooCommerce products.
2. Yes, sure. It is possible The main things are that you have to direct Filter Set to that manually created page and to select appropriate WP_Query in the “And what to filter?” field.
3. Filter Everything – Sorting widget sorts only filtered WP_Queries. It means to make it to work you have also to create Filter Set that filters desired products.
Hi, thanks for your reply. I have tried on my website and it works great. I just wrote the meta key as _price then works. Can i know for others is there any specific meta key need to written to makes it works?
You may check on the link above.
You may check on the link above.
Thank you and appreciate on your reply.
Hi JessyLim
It looks like you selected wrong WP_Query in the “And what to filter?” field of the Filter Set created for that page. Please, try to experiment with different values of that field on your Filter Set and one of them should make price filter to work properly.
Hi, Thanks for your reply. However, as what you mention “selected wrong WP_Query in the “And what to filter?”” from my side, I dont have more option to select. I only have ” Search Product query. Main Query.” can be choose. If I able to add more, may i know where can i add more? or how?
Thanks and hope to get your reply soon.
Hi JessyLim
Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you.
Hi,
I have send you the credentials by following the document you comment. Appreciate on your checking.
Thank you.
Hi JessyLim
Thank you for the credentials. I checked your site and realized that you used wrong page to check if the Price filter works. You have to use this URL to check it and it works as expected – https://www.albertwines2u.com.my/?min__price=316&max_xprice=417&s=frescobaldi&post_type=productYou first URL is search page for Any post type (Posts, Pages, Products), but not for Products only as the Filter Set configured. I recommend you to replace your Search widget from common to Search widget for products and it will redirect visitors to the correct search results page.
Hi,
Thank you for reply. I have checked what you mention but not sure which u mean to change. Can you specific to me where i need to change to have that ‘replace your Search widget from common to Search widget for products and it will redirect visitors to the correct search results page.’
Do you mean at “Where to filter?” ? if yes, i didnt found ‘search widget for products’. And realize the link u send is similar to shop page but not the search page i create. Kindly send guidance on how or where to make changes to make it works?
Thank you.
Hi JessyLim.
In general it is not Filter Everything plugin related question. I mean that you used regular WordPress search widget that show you search results for all post types, but from your Filter Set settings I see that you expected to filter search results for Products only.
WordPress contains native Search widget that searches by all post types. And if you use WooCommerce it contains separate widget called Product Search. It seems you have to use Product Search widget instead of the regular WordPress Search widget. Both widgets display the form with the search field, where visitors type a search keyword.
Hi,
Alright. Thanks for your help. The problem solve now.
Hi, my license key doesn’t work.
Hi, Packconsultancy
Thank you for using Filter Everything PRO.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Dear Author,
We have a lingerie webshop and use the filter Everything Pro. Unfortually all sizes are mixed in the filter. For example: the right order should bh XS, S, M, L, XL ectera. But the filter shows first L, than M. S, XL and XS.
For the bra sizes it’s even more confusing, See for example https://www.bhsupport.nl/lingerie/bh/
How can we solve this? Please email to info@bhsupport.nl
Thank you sofar, Anita SEO
Hello oranje321
Thank you for using Filter Everything PRO.
If you use WooCommerce, please make the correct order in the Products -> Attributes -> Size and after set in the Size filter under More options section value “Menu order”.
If you don’t use WooCommerce desired order can be achieved via the hook ‘wpc_terms_before_display’. Here is example how to use it – https://filtereverything.pro/resources/hooks/#terms-before-display-hook But this also requires to be familiar with PHP or ask a developer to help you.
Hello, please there is posiible put in chips name/title of filtered parameter? When the filter is complex and there are many filters yes, another no, another yes, another no, I see in chips yes, no, yes, no, but nobody knows what it is, and which one is yes and which one is no. It would be good to put in front of each selection the name of the taxonomy to know, for example in the chips it could: Manufacturer:HP, Model:ENVY, Bluetooth:YES, Wifi:NO, etc… is possible? Thank you.
Hello citadela
Yes, sure. It is possible. Moreover, if you hold cursor above any Chips you will see a hint, where is filter name and selected value.
If you want to add filter name to a Chips name, you have to override chips.php template in accordance with the Template Overriding feature and add to the link anchor variable $chip['label'] as it is already added to the link title attribute.
Hello Thank you for support with previous one.
I’ve got one more thing and I think this is the last one. Smart Auto Scroll unfortunately doesn’t work. Do you have some fix for that?
Regards
Hello esky_marketing
It works only if your selection contains filtered posts/products less than you set them per one page. Please, try to check it when you select filters that give you 2-3 results. If it still does not work, I recommend you to open Chrome Console and to check for possible JavaScript errors.
Thank you.
Hello
Can your plugin do the same thing as on this site: www.speedy.fr. I would like to be able to put a search engine on the home page to search for tires by size. If not what plugin can do that? Thanks.
Hello guev
Thank you for using Filter Everything PRO.
Yes, it can be done as on your example site. Here is live example how it works with Filter Everything PRO – https://demo.filtereverything.pro/apply-button-redirect-to-results-page/
To avoid situation, when user can select empty filters intersection it sends request every time, when user select a new filter. I have plans to redevelop this to avoid such requests to make the selections instant without pauses between them. But this will be done in future updates.
Hello, I hope you are well? I would like to know how to add the colors in front of the labels please?
Like this: https://ibb.co/xX7C1Vd
Thanking you in advance Sincerely Bruno
Hello Bruno.
Thanks God I’m fine. I hope you are also.
Please, try to read this short manual about how to use color swatches – https://filtereverything.pro/resources/brands-and-color-swatches/
Hello, perfect, thanks for your help. Good day for you
Thank you.
I wish you the same 
Thanks
Hi Stepasyuk,
We purchased Filter Everything Pro and have successfully activated the License Key on our production site but when attempting to enter it on our staging/development site we see an error message that the license key has already been activated on 2 sites.
How do we check which sites this is enabled on already and remove the one that is no longer required so that we may utilize the license on our staging site?
Quickest solution for this is probably for you to deactivate all sites associated with our license key and then we can start over adding the key to production + new staging site. Thanks!
Hello resurge
Thank you for using Filter Everything PRO.
Yes, sure. I can deactivate your license key on my side. Please, send me this key via PM and let me know here in this comments thread about that.
I have a vehicle auction website that has 2 post types:
Vehicles (woo product) Classified Vehicles (created by WPAdverts)
They both require extensive filtering and have 10 custom taxonomies that are shared between the 2 post types. They each have an archive page with their own filter set. Everything has been working fine but if i go to make any changes to either filter set, I receive this error message:
Error: this prefix is not allowed because it matches a taxonomy or term name already in use on your site. Please use a different prefix.
I read this in the documentation:
All filters with the same “Filter by” value must have the same values “Prefix for URL”
Is this error i am receiving a bug, or am i misunderstanding the URL Prefix?
Hello bngraphics17
Thank you for using Filter Everything PRO.
It seems you created taxonomy term which is equal to the created before Prefix for URL for some filter. In the error message it should give you what exactly prefix is wrong and you can change either taxonomy term or Prefix for URL in the Filters -> Settings -> URL Prefixes tab.
Please, try to do this to solve the issue.
Understood – when i go to edit any of the Prefixes in Settings, it doesn’t save my changes and gives me the same error (Prefix «county» is not allowed, because such term already exists. Please, use another prefix.)
Ok, try please to change the term with slug “county” first. After to change URL prefix to another word, then to return slug “county” for the term. This should help you.
It doesn’t allow me to do that. The filter gets deactivated completely if the term slug changes
bngraphics17
Hmmm, it is very strange. Filter Everything cannot prevent you from editing a taxonomy term. You always can change it. Please, edit Taxonomy Term first, you can optionally deactivate Filter Everything PRO before that, but do not forget to create a DB backup first.
After you will change your taxonomy term, you have to activate FIlter Everything PRO again and re-save your prefixes in Filters -> Settings -> URL Prefixes. Please, pay attention if you have Filter Sets in Trash I recommend you to delete them all.
Hello, There’s still an unknown error when I try to register the plugin Now it’s locked and I can’t make changes anymore It’s impossible to give you the credentials to /wp-admin
What are the other solutions ? please
My site is under a multi site wordpress installation
Can you please answer me?
Hello hoareaubertrand
Maybe you already activated licenses under some of your sub-sites and this could be the reason, why you can’t do this on your main site. You have to deactivate it on your sub-sites first and also please update your plugin version to the latest 1.7.3 which allows use single license on your main site for all your sub-sites.
Also the reason could be in your hosting server, which blocks outer connections or does not allow to connect to the connect.filtereverythibg.pro server. In this case you have to ask you hosting provider support to help you.
Unfortunately I can not activate the license without access to your site admin.
I use wordfence, maybe it’s a rule in the firewall ?
Hello, the licence is not activated on an other site, The error is not due to wordfence ( I tried ‘Learning Mode’ and it’s still getting an error ) Can you give me the instructions in MP to activate the licence, please ?
Hello.
The common advice regarding with activation of the license I give all my customers is next:
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
I’m not sure it is your case, but check please whether you tried to activate correct license key instead of CodeCanyon item purchase code.
Hello, i have a pre-purchase question about product categories filter.
Is there an option to set “dynamically” the categories? For example i want the category Woman to display the sub categories of woman or I have to create a filter for each category and displayed it, in the right page?
Also, is there an admin environment that i can test my scenarios before purchasing the plugin?
I hope I’ve made myself clear, Olga
Hello Olga.
Thank you for your interest in Filter Everything PRO.
If you create the filter by Product Category and place it on all your Shop pages its behaviour will be next: - when you open your main Shop page you will see all possible Product Categories in the filter. You can hide empty Categories, you can enable hierarchy and all parent categoreis will have toggler ”+” allowed you to open them. Parent categories optionally can be opened or closed by default. - when you open any Category page you will see this Category selected automatically in the filter. If this Category has children it will be opened by default and children are visible like here in this example for blog posts – https://demo.filtereverything.pro/category/health/
Optionally you always can create individual Filters for every Category instead of single common Filters widget. In this case you can fine-tune filters for each Category as for example Dresses would be better to filter by one group of filters, but Shoes by another as they have different properties.
Hi Andrii, it seems there is some kind of a bug in the filter, because it doesn’t filter items on nested custom taxonomy archive pages for custom post types.
I mean I have registered a custom post type and a nested custom taxonomy for it. So the filter works okay on the custom post archive page itself, but it doesn’t work on this nested custom taxonomy archive page for this post type. It just doesn’t filter anything.
Do you know why is this? Is it a bug in your plugin?
Thank you
Yeah, I want to add, I’ve tried turning off AJAX and it’s the same.
Hi isdigital
It seems something was configured wrong or so. I would be glad to help you as part of support here on CodeCanyon, but you have to update your support period, which is already expired.
Please, let me know if you need my help.
Thank you. Regards.
Hi is there a way when you do a filter sort to display the items in a particular order e.g. so they display in ordered rows to show first, second, third etc as at the moment they are just display randomly. Thanks
https://dev.southportphotographic.co.uk/gallery-page/Hi mack32uk
Do you mean to sort filter terms or sort filtered posts? I think you mean terms. In this case just open desired filter, click More options and find there “Sort Terms by” option and specify desired order. From our previous conversations it is obviously that you know that Filter Everything contains own Sorting widget.
Hi thanks but no. If a user goes to the page BEFORE they do any filtering the page should display the competition winners in rows of First, Second, Third etc. I have done an ACF field with called ‘results’ with First, Second etc in. If you look at the moment they served randomly. The question is can they be display by default in the order they have won the competition or is this something needed to be done in the SQL database? Thanks again.
Hi mack32uk
In general it does not related with the Filter Everything plugin. But you have to modify the WP_Query that handles your posts and to add there sorting parameter by the key you need. You can read here more about this – https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters Please, check it out.
Hello, I’m a pro user and am have an issue with the sorting links.
When I use a filter, the link it goes to has the category removed as the link no matter the filter. So if I was in a category and clicked a filter it would have the filter text in the url but give a 404 error. If I place the category where it should be inside the url it works as expected. Also noting that when the chips are clicked to reset it also has the category removed and errors out.
Here is the link it gives me when clicking on a filter (any): https://rhtest.xyz/product-category/?fapplication=pneumatic-safety-systems-up-to-category-4-performance-level-e If I include the category in the right place it works https://rhtest.xyz/product-category/43000/?fapplication=pneumatic-safety-systems-up-to-category-4-performance-level-eI’ve reset the filter with ?reset_filters_cache=true and am using the filter to use the older style of links in case of conflicts. Also Is there anything else I can try?
Funnily enough this was working as expected earlier today with different filters. I needed to change the structure and now it doesn’t want to sort properly. I’ve started from scratch (deleted plugin and reinstalled) so there is only fresh prefix information.
Thank you.
An update. I used an older version of the pro plugin files and it works as expected. Specifically I’m using 1.7.1 in case it helps. To be fair, it was working correctly under the latest version 1.7.3 but I removed all the older filters that were in place during the time of the upgrade. I suspect something is not quite right on my end of the configuration but the plugin is working as expected currently.
Hello dinoq1
Sorry for the late response. It seems now it works as expected and I checked changelog from the latest versions and there were no any changes related with categories or current opened taxonomy terms. Maybe it was some glitch related with your current site configuration. Let me know if this will repeat again.
sorry for the stupid question, where and how do I find the plug-in key?
Hello civilsurveyinginstitute
Thank you for using Filter Everything PRO.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Where do i find Filter—-Settings!? I can not find those, and why it is so difficult! And not user friendly
I still can not find the KEY !!!! This is VERY FRUTRUATING and takes too much time ! What filter settings I need to find and where!!!? I need a video or screenshot of every step! As the settings I find have no filter or anything you have mentioned! Can you just issue me the key I have paid for
Hello civilsurveyinginstitute
I’m sorry, I thought it will be obviosly – in the /wp-admin of your site you can find item menu Filters, open it and find sub-item Settings, open it and find the tab License.
Unfortunately I do not know your license key as it can be only generated with your CodeCanyon account in your browser. I hope this will help you to solve the issue.
Why do I get this error? “Error: Set was not saved.” I could not save the filters and wasted 15 minutes without no reason, one filter was added, there must be a bug
Hello fringuello85
Try please to open Console in Chrome and check if there are no JavaScript errors. Or maybe there is conflict with some of your other plugins. You can check this if you deactivate suspicous plugins one by one.
Hi! I have problem with SEO Rules. They work great in Ukrainian and English version, but in Russian they works with bugs. For example, https://pietra.com.ua/shop/cat/barbekju/kamn-mramor/ – here everything works. but here https://pietra.com.ua/shop/cat/barbekju/kamn-granit/ – nothing happens (title, h1, description, texts after products loop – nothing)
I red this manual carefully and tried to set up SEO Rule step by step – https://filtereverything.pro/resources/seo-rules/#create-seo-rule It doesnt help. I created subdomain and can send you credentials. Please, write me your email for that/
SEO rules for both pages has been created in one time. but only one working properly. I tried to delete and recreate the rule. I tried to disable other plugins. I updated them. It doesn’t help