8967 comments found.
Hello, thank you for this nice extension. I have a problem on some filters on ACF fields : filters is showing an amounts of items, but when clicking/selecting this filter I get no product found ! Can you help me ?
Hello yagoneto
Thank you for using the plugin.
Send me please link to the page with example of this problem. Optionally you can send it via PM, but notify me please here in comments about that.
Hi
Thanks fopr a great plugin.
I’m using elementor pro and the filter everything – filters widget https://www.ralingen.org/kommunestyrerepresentanter/
As you can see the filter returns post id, not title, when displaying what to filter.
The filter is bases on ACF custom fields
All the best, Lars
Hi larsjko
Thank you for purchasing the plugin.
If you need to display ACF field labels instead of values, you can add to the functions.php of your active theme appropriate code from examples below. You also have to edit this code in accordance with your ACF field meta key(s). Here are these codes:
1. ACF field is Taxonomy object – https://gist.github.com/wpserve/0634299bcc67d03bef77119dd20c86e7
2. ACF field is field with choices – https://gist.github.com/wpserve/48277fc0320239d05b1d6e2c4da3db20
3. ACF field is post object – https://gist.github.com/wpserve/a9a58cb8a37be1472ded53296147cc56
I hope this will help you.
Thanks a lot! That worked perfectly!
larsjko
Great. I’m glad that your problem was solved 
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, My client is using your plugin and the setting “Display Price with Tax” is enabled in WooCommerce and it shows prices with Tax. Can we filter products with price including Tax? Thanks.
Hello Kahanit
If your customer prices have fixed percent of taxes or maybe fixed value I can provide you with technical solution of this problem. But you have to write your support request from the account, where plugin was purchased.
Thank you.
Hi! I tested my filter set and its working great! I would like to use the Ajax function, and after reading through your documentation and support replies, I don’t have any options for: “and what to filter?” -it only gives me the option of: product query. Main Query.
So, currently when I select: ‘Try to use AJAX’ the filtering no longer works on the front of the site.
Filter is on: http://erikay18.sg-host.com/bridal/
Can you help me solve this?
Hi erikakyoung
Thank you for using Filter Everything PRO.
As I see you already set correct value for the “CSS id or class of the Posts Container” option and AJAX filtering should work if you enable it. The only one potential problem could be with Lazy load feature and you may not see product images after AJAX loaded filtered products. But this problem in common details described here – https://filtereverything.pro/resources/ajax-related-problems/
Hey! Thank you for your response, the page you directed me to, doesn’t mention anything about Lazy Load… and I can’t quite figure out how to interpret that information to solve the issue. Can you please provide me further direction?
One other question while I’m here – can I make the option to clear filters, without having the ‘apply’ button?
Hi erikakyoung
1. About Lazy Load – it is one of the JavaScript depended feature that should be re-init after AJAX loads a content. If you are not familiar with JavaScript you have two options – ask a JavaScript developer to help you to solve this problem or consider to disable Lazy Load or AJAX feature. Unfortunately there is no common way to solve this problem for all and it is something that should be resolved by customers on their websites himlself.
2. To get separate “Reset All” button you can use a trick – you can place Chips widget or shortcode[fe_chips] wherever you need and add and edit in accordacne with your widget id next CSS on the page, where you use filtering. You can add it for example via Filters -> Settigs -> Experimental -> Custom CSS
#wpc_chips_widget-2 .wpc-filter-chip:not(.wpc-chip-reset-all){
display: none;
}
In general this code hides all chips except the Reset button.
I hope this will help you.
There seems to be a bug with this plugin. When a user selects a specific tag and goes to another page the URL for this page change ends up becoming /recipes/tags-nightshade-freepage/2 instead of /recipes/tags-nightshade-free/page/2. This causes the tag filter to fail as it’s now looking for products with the tag “nightshade-freepage” instead of “nightshade-free” like it’s supposed to.
Hello ideaforge
Thank you for using Filter Everything PRO.
Please, provide me with link to the page with example of this problem. It can be result of the conflict with some of your plugins or so. Optionally you can send it via PM, but please notify me here in comments about your message.
Hi, apologizes for the late response, I never got a notification for your response. You can test this issue at https://synergycharlotte.com/food/. Select a filter and go to another page, i.e. page 2. Notice the URL and the first set of products on the 2nd page, if you fix the URL to say /page/2/ instead of page/2/ you’ll notice the products change because the filter is actually being utilized.
Hello ideaforge
Thank you for the example you provided. It is issue of your JS pagination that does not recognize new URL with filtered part. Not all JS pagination plugins or modules are compatible with other plugins. Rather vice versa – most of them are not compatible. I recommend you to use another pagination module or plugin. And if you do not use AJAX in filters, it will be better to use non-JS pagination plugin such as WP-Pagenavi or something like that.
Hi, we don’t have a specific pagination module or plugin installed as far as I can tell. I also disabled all plugins and re-enabled all plugins I deemed necessary for the base website to operate and it didn’t resolve the issue. The theme we’re using is Avada if that could be what’s causing the issue. Is there any chance we could have you pop into the website to run some tests?
Hi ideaforge
If it is Avada pagination, please try to configure it to not use AJAX, but just regular pagination links. This should help you.
The problem is that all plugins that meet WordPres standards uses pagination links provided from WordPress. And my plugin does the same. But when any pagination functionality uses AJAX there is no common way to make it compatible with all plugins. And this is restriciton of the AJAX feature.
Hi, the theme being used for this website is Jupiter 6.9.0. I poked around a bit in Jupiter and a few other plugins to see if I couldn’t find any AJAX functionality but the only plugin I saw with AJAX options was Filter Everything Pro and your plugin warned against using it. Trying to turn it on to see if the problem would resolve failed, even after adding a container. WP Rocket is also turned on on this website if that helps diagnosis the issue at all.
Hi, after more testing it looks like the issue is definitely being caused by, at minimum, Jupiter. I disabled everything except for Filter Everything Pro and Jupiter related plugins and the issue persisted.
Hi ideaforge
As I told you before I recommend you to experiment and to find the pagination plugin that do not use AJAX and replace your current pagination links with such plugin. For example it can be WP-Pagenavi – https://wordpress.org/plugins/wp-pagenavi/ or any other.
In general all that I could do with this is only to make my plugin compatible with WordPress pagination and this is already done. All other things depends from the pagination plugin or theme feature and should be resolved on their level.
Hi, I’m struggling with “Sort Terms By”... there doesn’t seem to be any way to manually order these. The only three options that I see, Term Name/Posts Count/Term ID, do nothing to put things in the correct order, they only jumble items into other incorrect orders. Am I missing something?
Hi AllanEnGenius
Thank you for using Filter Everything PRO.
Provide me please with link to the page with this problem. And let me know details – what exactly filter you tried to change terms sorting – Custom Field or Taxonomy? What is Filter by value of this filter?
Manually you can order only terms for a filter by a WooCommerce attribute.
Hi, I’m sorting terms from Custom Fields (the four items under “ports”). I need to have the number of ports either descending or ascending. It’s filtering Posts.
Link: https://www.engeniustech.com/category/cloud-switch-filtering/
Hi AllanEnGenius
Thank you for the link you provided.
If no one from available sorting options is good for you, you always can try to sort them via code. There is hook ’wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook and it allows you to sort them as you need. Of course it requires to be familiar with PHP coding or you have ask a developer to help you.
Hi, I’m trying to filter the acowebs product table. I have added filters that attempt to filter by product category as well as the product table specifically. However, none of the products in the table are filtered. The number of products filtered is shown i.e “3 products found” however not the table of products.
I’ve fixed this now, it was a WP Query issue. However still not able to get it to work via ajax, any suggestions. Thanks
Also now fixed. For the table CSS class was required in the filter settings
Hello craig149
Thank you for using Filter Everything PRO and sorry for the late response – last time I have a lot of work.
I’m glad that your issues already solved. Let me know if you will have any questions.
Hi, I upgraded to version 1.7.1 with wordpress 6.1 but if I edit a page I get this console error. What can I do? Error: https://ibb.co/G9VnNXP Tks!
Hi Cliptheme
It seems it is conflict with some of your plugins that loads TipTip jQuery plugin too late or changes order of loading JavaScript files. As fast solution you can try to disable suspicous plugins that may be related with this and try to check if the error disappears.
After detecting what the plugin generates the error you can try to configure it in another way or even decide to use it or not.
How do I update without removing all the filters? If I remove the plugin and add the new version all filters were deleted on the production site I tested on.
Hi kingboa
You can just upload zip with the new plugin verison via Plugins -> Add New -> Upload plugin and replace your current verison with new one.
Also if you set your License key, you can update plugin automatically in one click as any other WordPress plugin.
Where do I set my license key, because alternative 1 removed all filters.
Hi kingboa
If your current plugin version is prior than 1.6.5 it does not support License keys and automatically updates. You have to update it manually via uploading zip with the new version.
But please in any case create a DB backup before any updates. You can do it for example with the Updraft Backups plugin.
Hi kingboa
I’m sorry that you were not able to get it to use with WPML. But okay, I have the offer for your situation. Please, write me message in PM to get more details.
Thank you.
Hey, i want to add a filter to my site but it always says: Note: if you will modify the query on the selected page, do not forget to update the current Filter Set.
i tried chanching the where to filter options but i wont work. Please help!
Hello tonifritscher
Thank you for using Filter Everything PRO.
In general this is notice for the situation, when your change your posts/products list (for example change taxonomy or meta query in such list) but it is relevant in the case when you already have working fitlers.
If you are trying to configure them at first time, this message is not relevant for you. But it looks strange that you get it. Please, provide me with links to screenshots with the error message you get and with your Filter Set edit screen with settings. This should help to understand your problem.
Hello,
I have several filters on the “category” page. All your filters are working, but the category filtering is not displaying correctly.
Front: https://prnt.sc/hIWYI0ehJBuE Admin: https://prnt.sc/h_a4N7UeAMar https://prnt.sc/8nC8FdLf8zmD https://prnt.sc/AChBxbUJfyRn https://prnt.sc/f39FdmG6EqQMWhat is the cause please?
Thanks
Hello razvanemarc
You selected “Empty terms -> Always hide” and you are on a Product category page and it seems this is the reason, why you don’t see all your existing categories. But if you change this option to “Never hide” you will see your categories with “0” products within them and it will be expected behaviour.
FYI filtering is process of narrowing of products that you see on the page before filtering. In other words you can not add new products from another categories if you already opened a category, but only narrow products list with selected criteria.
When I click on the “Filter” button the filters did not pop up. Kindly assist me thank u!
Hi marlynteo
Thank you for using Filter Everything PRO.
Send me please link to the page with this problem I will check it myself. Optionally you can send it via PM.
Thank you.
credentials sent for ita*.tech* Need to create a range filter for GPS data but the Range option is grayed out. Thank you.
Hello souzahub
It seems this question is not actual as I already answered you in another request. I see your next questions, I will process them soon in order of priority.
Hello!
First I want to say thank you for this plugin!
On the store page, I display subcategories before the products. Is it possible to hide subcategories before the products if any filter is selected?
For example. https://krypa.ru/category/hookahs-etc/tobacco/citrus-apelsin-2/?min_price=161 If you clear the price filter subcategories will be shown again. But I want the subcategories to be hidden because the “citrus-orange” filter is still selected.
Thanks!
Hello egorsergeev
I have no access to your site and as I guess because of anti-russian sanctions. Unfortunately I can not provide you support because of technical reasons. I recommend you to create refund request and to get your money back.
License key activation doesn’t work. When I try to activate the license I get an error message that is just saying “Unkown Error”. I used the license key that you get when authorizing my envato account and redirected to the filterverythingpro website.
https://prnt.sc/NyFp9_Av4ThFHello knagtherese
Thank you for using Filter Everything PRO.
Usually this is related with security settings on your hosting and maybe the server connect.filtereverything.pro is blocked on your hosting or you have blocked outer connections on your hosting.
Please, ask your hosting support if there is any restrictions related with outer connections on your server.
The filter is not filtering in the search page, using kadence theme and blocks, can you please help?
filter everything is not showing in elementor elements section.
Hello igharib
Thank you for using the plugin.
It is known problem, when Elementor search field does not allow you to search any Wordpress widgets. But you always can scroll down to the WordPress section of the Elementor sidebar (on page edit screen) and select widget “Filter Everything – Filters”.
Hi, I’m encountering a new display issue. When I update to WordPress 6.1, none of the content on my pages besides the header and footer shows. However, when I deactivate the filter everything plugin, the problem doesn’t appear anymore. It seems that the plugin is having issues with the latest version of WordPress. I look forward to hearing your thoughts.
Hi jonathanf25
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.
Thanks Stepasuk! I’ll give this a try.
Hi there,
I am using the premium plugin of filter everything pro and configured it on our website, but when we filter the results using Ajax, filters the results but not updating the number of products count on the shop page also, it shows the total count of products and all pages in the pagination. After normal refreshing the page, it shows proper results.
See the screenshots below:
Result shows: Before page refresh: https://imgur.com/a/8jr0HSN After page refresh: https://imgur.com/uERXEyQ
Pagination: Before page refresh: https://imgur.com/a/0n2lV85 After page refresh: https://imgur.com/undefined
So, can you please assist how can we fix this issue?
Thanks!
Hello arjunyourdevexpert
I would like to help you with this problem, but here is support for accounts who have appropriate labels PURCHASED and SUPPORTED ( Please, see example – https://prnt.sc/wvw52z_Fqmx8 ) If you bought the plugin from another account, please, write your support request from that account.
Thank you for your understanding.
Hi, I cant make the plugin work on my search page, it works on the product archive well but on the search page it doesnt work
I try to activate it and i cant do that too
Can you help activate the plugin?
This is not activating
I keep getting Invalid license key. Please enter correct license key.
Hello linofcp007
Thank you for purchasing the plugin.
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.