8948 comments found.
Hi, I have just purchased Pro and have a download. How do I ‘download’ it so it now works with my WOrdpress site please?
Please ignore – sorted
Hi sarahw1979,
Thank you for choosing Filter Everything PRO.
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hi, I bought the pro version so that the filter could be seen on any page, now it still doesn’t show the filters. I put the ‘Where to filter?’ value to ‘Common Wordpress Pages’. Please help me.
Hi roeslan_2000,
Thank you for choosing Filter Everything PRO.
Can you please explain in more detail how exactly you want to display the filter widget on all pages? There are common WordPress pages like archives etc and there are singular pages too, different post types, etc.
Best Regards,
- Victor
When I filter the price with a slider, the chips says “Max prijs_fltr 97”. How do I change this text? Or can I only change the filter name (prijs_fltr)? Also, how can I change the button text “reset all”?
Hi consiglio,
“When I filter the price with a slider, the chips say “Max prijs_fltr 97”. How do I change this text?”
You can use this code example:
function custom_chips_term_name($term_name, $term, $filter) {
//For example, meta key is my_cutom_nureic_field then you shound place min_my_cutom_nureic_field and max_my_cutom_nureic_field
if ($term->term_id === 'max__price') { // add max_ to your meta key
$modified_term_name = 'max my text: ' . preg_replace('/[^0-9.]+/', '', $term_name);
return $modified_term_name;
}
if ($term->term_id === 'min__price') { // add min_ to your meta key
$modified_term_name = 'min my text: ' . preg_replace('/[^0-9.]+/', '', $term_name);
return $modified_term_name;
}
return $term_name;
}
add_filter('wpc_chips_term_name', 'custom_chips_term_name', 10, 3);
“Also, how can I change the button text “reset all”?”
You can use template overriding for EN language – https://filtereverything.pro/resources/templates-overriding/ chips.php file, for other languages you can use loco translate to translate it how you would like.
Best Regards,
- Victor
Thank you again Victor!
Hello, i wanted to ask i have implement a filter everthing to my site, but now i create my shop category with elementor pro template, and my filter everything is stop working, is there a way i can use the filter everthing in my custom template elementor ?
Hi Sarahmey,
It works with Elementor and the templates, just use the shortcode or the widget in your template and everything should be good. Also, make sure that you have chosen the correct query in the “And what to filter”.
In general, there is no support for accounts whose support period has expired following the support policy.
But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.
If you want to get it faster, please extend your support period and this request will be processed in the first queue for supported accounts.
Best Regards,
- Victor
Hi victor is there any video references / articles i can watch for this ? i use the shortcode on the elementor to show products but when the filter is pressed the product still show the same things it’s not showing me the right product ( filtered products ).
Samples : https://www.louiseemoi.com/categorie-produit/type/savons/?max_price=5 the product showing there still product with price 8 on the elementor
Hi Sarahmey,
Just got to the filter set settings and in the “And what to filter” choose another query and hit update, then check if it is working and turn off AJAX during testing.
Best Regards,
- Victor
tried to disable the ajax filter, and change the query still the same not working 
Use the products element from Elementor on that page. And everything should work with it. Not sure what type of shortcodes you are using.
Best Regards,
- Victor
Hello. Let me start that I like your plugin really much! I have some little problems with it though. The first problem is that only 16 results are returned while there are at least 10 more. the seconde problem is AJAX related i think. Sometimes the page hangs on a white page when clicking on a filter. Then i have to reload the page. I need some help please! I use the plugin here: https://backpackers.nl/reisaanbod/
Hi raydegraaf,
Thank you for choosing Filter Everything PRO and for your kind words.
Well, you have very unusual functionality on your site. For example, each time we change the tab in the browser and get back to your site tab it refreshes the page, with multiple errors – https://prnt.sc/MKpLoZCWj0f7
“The first problem is that only 16 results are returned while there are at least 10 more”
This issue is related strictly to the pagination and settings of how many items show on that page, it looks like you haven’t added it to the page. Our plugin is not responsible for pagination, as it is only filtering products.
And for the AJAX issue, it looks like a conflict with the functionality that you have on your page “every time the page refreshes”. Try to turn it all off if everything will work correctly.
Best Regards,
- Victor
Hello. I checked ‘Collapse the widget and show the Filters opening button’ and ‘Enable the Pop-up Filters widget’. And i have nice button on shop archive pages. The problem is that i have that button also on main page where no filters set. Howti hide that button from main page ?
Hi tparashchuk,
When you turn on the pop-up widget you can go to the Experimental tab turn on the option “Hide opening widget buttons” and use the shortcode [fe_open_button] to show the filter button in the needed place.
Best Regards,
- Victor
Hello, I purchased your plugin and I’m having issues visualizing it in a store using the Dokan plugin. I’ve tried all the available locations in “Where to Filter?” (Pages, posts, taxonomies, etc.) However, it seems like Dokan has its own page type called Store, and the filter does not display there. Is there a way to show it?
Hi ricardodelavega1,
Thank you for choosing Filter Everything PRO.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it? Also, please send a link to the page where you’d like to display the filter set.
Best Regards,
- Victor
Done, the credentials have been sent. Thank you very much
Hi ricardodelavega1,
Please send the link to that page type that you mentioned earlier called Store, so we know where to place it.
Best Regards,
- Victor
Done, I sent the example link of a test store in fe_support, but it should be displayed in all the stores created by the plugin. Thank you very much.
Hi ricardodelavega1,
Dokan vendors are just simple WP users. So if you place the filter set on all Woo pages it should be displayed for everyone. Can you please provide via PM step-by-step instructions on how we can get on that store page? Which vendor we should use and what credentials and so on, so we can follow your instructions and get to it and resolve the issue? If we remember correctly there are no special pages or templates for dokan vendors but we might be wrong.
Best Regards,
- Victor
Hello Victor, I sent you a message with the step-by-step manual of my problem. Please let me know what else I can do to solve my issue. Thank you very much.
Hi Victor, were you able to check it or did you encounter any issues? I await your response.
Hi ricardodelavega1,
We are currently investigating the issue and it may take some time to respond, so we apologize for any inconvenience. Please do not remove the access during this period.
Best Regards,
- Victor
Understood, thank you!
Hi ricardodelavega1,
We are back with the answer from the dev team:
- These are custom Dockan plugin pages and require the addition of third-party plugin support. The vendor pages are not typical WordPress pages.
- The main developer responsible for developing this type of functionality is currently on vacation and will be back around November 10 and will be able to add this support then. Therefore, somewhere between November 10 and November 20, this feature will be added.
Best Regards,
- Victor
Okay, I understand. I think that for now, I can replace it with code made by me. When could I inquire if the improvement has already been resolved? Will I see it automatically when updating the plugin? Should I keep the access that was provided to you active?
Thank you very much.
Hi ricardodelavega1,
You can leave access or close it, whichever option you prefer. When the developer returns, we will contact you and ask for your credentials.
We’ll inform you about the solution in this comment section as soon as it will be available.
Best Regards,
- Victor
Ok, then. Thank you!
Hi Victor,
Following up on the functionality that we were reviewing. Is it possible for the person assigned to this to work on it? The credentials remain the same as the ones I previously shared with you.
Thanks!
Hi ricardodelavega1
Today or tomorrow the dev will start working on it, we will provide more information on it as soon as we get it, to keep you updated.
Best Regards,
- Victor
Hi ricardodelavega1
The answer was provided via email, please check it. Test the new version and let us know if everything is working well.
Best Regards,
- Victor
Hi Victor, The owner of the account associated with Codecanyon tells me that they can’t find any email about this, could you please send me the response to the email I will send you via profile? I’m Erick, the developer in charge of implementing the plugin on our website.
Thanks!
Hi ricardodelavega1
Sure you can send it here – https://codecanyon.net/user/fe_support
Best Regards,
- Victor
Does this plugin only work for woocommerce? or can i filter blog posts or custom post types with it?
Hi hughesandco1,
Thank you for your interest in the Filter Everything plugin.
It can filter Woo products, posts, custom post types, and so on.
Best Regards,
- Victor
Good day, I just bought the filter plugin,, but my license is saying it is invalid. We need it as soon as possible.
Hi yaniv34,
Thank you for choosing Filter Everything PRO.
Please check this page with the license key issue – https://filtereverything.pro/resources/license-key-issues/ it looks like you are using the CodeCanyon purchase code instead of the license key. But if you have an unknown error let us know.
Best Regards,
- Victor
I have bought the pro version. Can you help with setting this up
Hi vineethp692,
Thank you for choosing Filter Everything PRO.
Please provide more detailed information about what exactly you need help with so we can provide the information to it ASAP.
Best Regards,
- Victor
I’m using the astra pro theme. The filters show as fly out and they’re not applying. I’m filtering the product category by atrribute
Can you please send the link to the page with the issue so we can check it?
Best Regards,
- Victor
Alright, so you want to place the filter set on the shop page and filter products by their attributes.
Can you please send the credentials to the wp-admin dashboard following this document so we check in which way you set it all up and if needed fix it.
Best Regards,
- Victor
Sent.
Please provide complete solution
We have changed the query in the “And what to filter” and everything working fine, also we have added the price range slider as an example. You can check the filter workability here – https://aashirwadcomputers.in/product-category/pc-parts/cpu/ we would recommend removing those styles – https://prnt.sc/g8DBc74vh8Oj so the price fields will be fully visible.
Best Regards,
- Victor
Hello,
I want the filters to be fixed on the sidebar, How to do it. You have admin access to my site.
Hi vineethp692,
Just to make sure, you do realize that you turned on “Apply Button” mode so you first choose the filter terms and then click the apply button – https://prnt.sc/Mfh_9mwK7-_h and everything is filtering. What type of sidebar issue do you have?
If you mean that you click the button filters and see the sidebar from the left with the widgets this is not our plugin responsibility, this is strictly your theme styles and functionality, and how the widgets are displayed on your page. And if you want to make fixed sidebar you need to change your theme templates and styles.
Best Regards,
- Victor
Hello,
Can you tell me if this plugin works well together with divi and the fibosearch?
Thanks,
Bouke Jonker
Hi boukejonker,
Thank you for your interest in the Filter Everything plugin.
Yes, it is working with the Divi and theoretically should work with the fibosearch as well. But please use the Free version of the plugin just to make sure that it will work for your case.
Best Regards,
- Victor
Hi, the filter on my site https://www.labagatory.com/shop/?ordr=date-desc is loading very slow. Is there a way to speed up the filter? Do you need the login details for my website?
Also, when I type ‘giberrish’ (a term that will return no result) in the search bar, the CPU usage spikes and causes a fault on the website.. it happens when search for something that doesnt have a match
Hi kbxiankode,
We have no idea what you have done on your site, but you did something wrong. First of all, when we are choosing filter terms it is filtering everything. But it is adding some weird addition to the URL ”?fbclid=” which is not connected to our plugin also when scrolling the URL changes lively??? – https://prnt.sc/EGf2Q4ugp79f with multiple errors.
“Uncaught RangeError: Maximum call stack size exceeded,” such an error occurs when there are too many recursion or function calls in a script, causing the call stack to become too deep and eventually exceeding its maximum limit
It same as using search (?srch=a&fbclid=) – https://prnt.sc/0PHyFSNB7XLv it is just counting those errors infinitely until the browser makes it stop or crashes the tab.
We don’t know if it is connected to your theme or custom code or some plugin conflict, but it needs to be fixed in order for everything else to start working normally. And your site will stop being so slow. We would recommend from plugins turn off all of them only Woo and FE and checking the workability, if it won’t work change the theme to the default one like 2021 so you can get to the root of the issue, also remove all of the custom code for testing purposes.
Best Regards,
- Victor
Thanks for the direction. I managed to fix partial of the issue, but I am not able to see the ?fbclid= like you said. If I go to https://www.labagatory.com/shop/ and filter ‘Bags’. it’s still very slow and there’s nothing in the console log. What can we do to speed up the filter?
Nice, now you do not have any errors in the console and everything is working correctly.
It’s important to consider several factors when it comes to the speed of your website. The key factors that can impact speed are: - The CPU and RAM of your server - The number of posts that need to be filtered - The number of filters and terms being used - The quality and quantity of plugins that are installed - Cache adjustments on the server - Code optimizations and internal caching within the plugins (which have already been taken care of for Filter Everything). - Database optimization.
The main key is the server hardware, database optimization, caching, and OPcache. You can check some sites that use our plugin and they are working fast, like this one for example – https://chaneysjewelry.com/shop/category-fine-jewelry-rings/metalstamp-925-sterling-and-18k/ if the hardware is not good enough and that’s the best it can do with the optimizations, there’s nothing that can be helped here.
Best Regards,
- Victor
Do you have the specs of the server that is hosting the jewellery website? It’s so I can gauge how much ram is needed.
No, unfortunately, we do not have such information on our hands.
Best Regards,
- Victor
Aks before buy. If you have a lot of filters in a category and want to display max 6 and have a more button (show more) it this possible? For example 12 colors. You display 6 standard and can press show more to display all colors.
Hi wphappy,
Thank you for your interest in the Filter Everything plugin.
Yes, there is an option in the filter to show more/less the demo of it you can see it here – https://demo.filtereverything.pro/product-category/clothing/women/ in the Size filter.
Best Regards,
- Victor
Hello, I use this plugin to filter specifics post types. I settled a filter set to display it on a page and to filter specific posts. The filter fields appear correctly in my page, but when I use it, no proposition appears … https://tinyurl.com/ynz2g6qx
I choose : - Post Type to filter : Agences - Where to filter? : Pages / Any pages https://tinyurl.com/yuqdur6nCan you help me please by telling me what is my mistake ? Thanks !
Hi Claire83,
Thank you for choosing Filter Everything PRO.
Place the filter set on the specific page and check the workability. The queries across the pages might work like unique ones that’s why it might not work correctly. Also please check the workability with different queries in the “And what to filter” dropdown.
Best Regards,
- Victor
I’ve installed the filters in the specific page (/agences) it’s where coming from the screenshot I’ve send you. I’ve tried in several pages, it’s always the same thing, filters are working but no post type is proposed. Can I send you access by PM please ? Thanks
Yes, you can send the credentials to the wp-admin dashboard following this document so we can check it.
Best Regards,
- Victor
Ok, thanks. I’ve send you credentials.
Hi Claire83,
Unfortunately, we cannot log in as it throws us with “ERR_CONNECTION_REFUSED” seems like it is connected to a certain IP or anything like that and does not allow access from others.
Best Regards,
- Victor
Hello, ok so can you give me your IP please ?
We provided the possible solution via email. Let us know if it is possible.
Best Regards,
- Victor
Yes, everything is working by the new link.
So we basically have changed in the filter set settings in the “And what to filter” dropdown query to the second one and everything is working.
Best Regards,
- Victor
Hello, I had your plugin activated on a dev site that I deleted without deactivating. Now I can’t add my new dev server because it says I already have 2 sites activated. How can I deactivate from a site that doesn’t exist anymore?
Hi cdinca,
Thank you for choosing Filter Everything PRO.
You can send your license key (not the CodeCanyon purchase code) via PM. So we can deactivate it on the specific site that you need, or we can deactivate it on all sites, and you can activate it on the needed ones.
Best Regards,
- Victor
Have found the plugin very easy to use. However, I have a small styling issue. I am using the “labels” display but it appears there is a checkbox inside the label as well (see image here: https://ibb.co/RHTZJnn) – no extra styling added to plugin. Any assistance as to how to remove this checkbox would be appreciated.
Hi smjx,
Thank you for choosing Filter Everything PRO.
Please send the link to the page with the issues so we can check it.
Best Regards,
- Victor
I’m trying to add a sorting widget to a real estate listing page I’ve created. I’m using custom fields through ACF to create the data for each listing, including the price using a number field in ACF.
The default sorting options are working (title and date) however, when I add an option to sort by price based on the value of the custom field I get a blank page (no results).
I’ve added the option to the sorting widget and entered the ACF field name as “field_6526eeeb10”. I’ve set it to order by meta key numeric.
I have a filter set created for the page and I’ve set up an individual filter for this field (do I even need to do that?). I’m not displaying the filter widget on the page, but the sorting widget.
I’ve tried entering price in the custom field with and without commas and it doesn’t work either way.
What am I missing? Any ideas?
Hi kjackson21,
Thank you for choosing Filter Everything PRO.
Can you please send the link to the page with the issue so we can check it? Also, send the screenshot of the settings ACF numeric field and Filter Set.
Best Regards,
- Victor
Sure. Is there a way I can send it directly to you via email or DM?
Yes, you can send it via PM here – https://codecanyon.net/user/stepasyuk
Best Regards,
- Victor
Sent. Thank you.
If it is not showing anything, it can tell us only one thing there are no posts that have this custom field data on them.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
There might be a lot of things that can cause such an issue, and we need to check it on the place.
Best Regards,
- Victor
Thank you. I just sent you over wp-admin credentials.
Hi kjackson21,
We have checked the site and created a new custom numeric test field in the ACF plugin. Applied it to the listing, and added the data to one item, please check that everything is working correctly on the provided page there is an option for sorting “FE TEST NEW FIELD” (added in the sorting widget) and it will show only one product as we added data only for this item.
Here are the issues with ACF more likely you have changed the name of it (meta key) or type and so on, it is not changing it in the database, so you have the same old meta key that was previously and it is storing data there instead of using new one. What you can do is either create a new ACF field and never rename it and apply it to your products, copy, etc most likely won’t work here.
Best Regards,
- Victor
This solution worked perfectly. Thanks so much!
Hi, price filtering doesn’t seem to work with variable products with different prices.
For instance, I have a variable product. - The price ranges from $387-$590. - If you set the price filter above $388, then this product does not show up. – Even though technically it should because it has variations that are above $388.
I’m happy to share a link but don’t want to on the public comments page.
Hi sharksharkco,
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
It is either product data or a wrong query and can be a plugin conflict.
Best Regards,
- Victor
Hi,
I have a problem using Ajax and Divi builder. When I disable Ajax, filtering works. With Ajax, it spins and shows a blank results area. When I reload the page, the results are there.
I tried all sorts of ID and classes for the html container – same issue.
I installed the filter on a brand new WP and Divi session. Nothing else is installed. Cannot get the Ajax working.
Here is a link to a test site:
https://demo.webdemo.sk/test/Please let me know what the problem is or what id/class should I be using.
I added these two – one is the right side column ID (#right-side) and one is for the Divi blog module (#blog-module). None of them worked. I also tried bunch of other ones.
Thanks a lot.
Hi babulik,
Thank you for choosing Filter Everything PRO.
It looks like those items are made with some JS code or anything like that. In general, you can read about such issues following this link – https://filtereverything.pro/resources/ajax-related-problems/ this is not an issue of the plugin itself this is the case of the AJAX and how it is working.
You need to run those functions that are used for items on the page again after AJAX has refreshed the page.
Best Regards,
- Victor
In the left column I have your shortcode. In the right column I inserted the standard Divi blog module. I assumed that this would work as your plugin mentions that fully supports Divi. That is why I bought it. To avoid custom coding.
If you tell me what code to insert and where. I will gladly do it. I’d like to get Ajax working with Divi. Would you be able to help with this?
When you update Divi elements using AJAX and they have some events on them, it can be tricky to re-apply those events to them without having to reload the entire page. It might be worth reaching out to Divi Support to inquire about the best approach for re-applying those events after the page was updated with AJAX.
Best Regards,
- Victor
Hi, I’m encountering a bug with the plugin: it only works when you’re logged in as admin but not as a user. Here is the link where I use the filter :https://dev2023.99casting.com/castings/remuneration-remunere/ Thanks for your help.
Hi kawastudiosrl,
Thank you for choosing Filter Everything PRO.
It is looking like you are using the wrong query in the “And what to filter”, that’s why it is not filtering anything.
But, if you say that it is working when you are logged as admin, and not working when you aren’t, then there might be an issue with some security plugins and their settings or any other plugin or settings.
Our plugin does not set any restrictions at all on user roles. You can try to turn off all of the plugins leaving FE and Woo if you are using it, and test the filter workability.
Best Regards,
- Victor
Hello, There is indeed a conflict with the Ultimate Membership Pro plugin. But we need this plugin on our site… Can you tell us what rights a user needs to have in order for your Filter Everything plugin to work?
Hi kawastudiosrl,
The plugin is working for admin, any type of user, and without login in the dashboard at all.
We think it would be nice to reach the Ultimate Membership Pro support so they can provide explanations, or maybe even check what are their plugin blocking that the filter everything plugin isn’t working. Which is working even without any logging at all.
Best Regards,
- Victor