9015 comments found.
Hello, I’ve created different filters based on tags. However I want to exclude all tags that start with “promo_”... Is it possible to use a wildcard like a * or something?
This is important because we have several promotions per month that change very fast…. Otherwise I have to change each time my filter settings…
Hi Piedidi
Thank you for choosing Filter Everything PRO.
You can use the hook “wpc_terms_before_display” to remove the required terms globally from a required filter. Please check this page for more information: https://filtereverything.pro/resources/hooks/#terms-before-display-hook
Best Regards,
Victor
I sent you the credentials.
Hello,
I am having trouble getting the filters to work. The filters don’t appear on the page, so they don’t actually filter the results.
The widget containing the courses is inside a template called “Archive Course Grid”, created with Thim Elementor Templates.
Each course box is part of the template “Loop Item Course Grid”.
Details of the widget: • Default class of course item: .thim-ekits-course__inner • Wrapper container: #fe-edu-posts
In Filter Everything, I set #fe-edu-posts in the HTML id field.
Site configuration: • Theme: Eduma / ThimPress • LMS: LearnPress • Builder: Elementor Pro • Multilingual: WPML (the page will then be translated)
Could you please advise what I should adjust in order to make the filters appear and work with this setup?
Thank you in advance for your help.
Best regards, M.
Hi M
Please fix the “Mixed Content” issue on the site first in order to make it work properly: https://prnt.sc/seWSlaMztZKb
Best Regards,
Victor
Hello, I fixed the mixed content errors, but the filters still don’t filter. Any idea? Thanks
Hi M
So, on our testing page (/fe_test_page/), everything filters correctly. However, on the edu page, we get a 404 error during filtering, which is why nothing is applied. As far as we can tell, this may be related to some custom code or permalink management that modifies the permalink structure.
Basically, when the filter parameters are added on that page, it results in a 404 instead of filtering as expected, unlike on /fe_test_page/. It could also be related to the specific template used on the edu page; there might be issues with that template.
You can try setting up a staging environment, disabling all plugins and custom code, and checking if everything works as expected. This will help identify whether the issue is caused by the custom code, the template itself, or how it’s applied to the page.
Best Regards,
Victor
Código de compra: c4938e84-8114-4f83-937a-b379daffffb6e
Versiones: WordPress 6.8.2 · Filter Everything Free 1.9.1 · Filter Everything PRO (último ZIP) · Elementor 3.31.3 · LiteSpeed Cache activo
URL: https://prueba.robertoaxpe.com
Subject: PRO features locked (“Disponible en PRO”) + filters not working
Hola, equipo Filter Everything
Tengo la versión PRO comprada en CodeCanyon pero en el admin siguen apareciendo opciones como “Disponible en PRO” y los filtros no funcionan en el frontal.
Datos: • Código de compra: c4938e84-8114-4f83-937a-b379daffffb6e (Regular License) • Sitio: https://prueba.robertoaxpe.com • WordPress: 6.8.2 • Plugin Free: Filter Everything — WooCommerce & WordPress Filter v1.9.1 • Plugin PRO: instalado y activado (desde el ZIP de CodeCanyon) • Otros relevantes: Elementor v3.31.3, LiteSpeed Cache activo, CommerceGurus/CommerceKit
Qué hice: 1) Desinstalé el plugin anterior, subí e instalé el ZIP PRO desde CodeCanyon y activé. 2) También está activo el plugin “Filter Everything — WooCommerce & WordPress Filter”. 3) Creé un conjunto de filtros para productos; sin embargo en Ajustes del conjunto (¿Dónde filtrar? / ¿Y qué filtrar?) sale “Disponible en PRO”. 4) En el frontal, categoría “HOMBRE”, aparece el aviso de depuración y no se muestran los filtros correctamente.
Esperado: • Que las opciones PRO estén disponibles y poder seleccionar página/consulta donde aplicar. • Que los filtros se muestren y funcionen en los archivos de productos.
¿Podéis indicarme cómo validar la licencia PRO correctamente o qué me falta configurar? Puedo crear un acceso temporal de admin si lo necesitáis.
Gracias.
Hi robertoaxpe
Thank you for choosing Filter Everything PRO.
Please write your request in English so that we can help you effectively.
Unfortunately, we do not have a multilingual support team, and all requests and support are provided exclusively in English. Thank you for your understanding in this matter.
Best Regards,
Victor
Hi, I’m pro user of your plugin.
And I am using it with “Loop Carousel” by Elementor. It seems work but once I filtered by clicking checkbox then result (ajax) shows only one result even though it shows 9 items. How could I fix it?
plus, it doesn’t get back to normal even after removing any condition.
Hi vicente_jp
Please send the link to the page with the issue so that we can check it.
Best Regards,
Victor
Hi vicente_jp
Are you trying to filter this slider on the right side: https://prnt.sc/qXN-7TAS3XIi
Best Regards,
Victor
Yes, loop carousel, not loop rid.
filter works, but result doesn’t work.
In that case, it is working: https://neo.ginza-luce.net/tag_01-sliding-scale-method/
If you choose the filters and refresh the page, you’ll see that it correctly filters the items inside the slider. However, the reason it’s not working live after the AJAX update is that the slider uses JavaScript that is not AJAX-compatible by default.
When you filter using AJAX, the slider elements are returned without the slider’s JavaScript functionality, as that code is only applied during the initial page load.
To fix this, follow these steps:
1) Visit this page for more details: https://filtereverything.pro/resources/ajax-instructions-only/#ajax_related_problems2) Find the JavaScript function used to initialize your slider.
3) Wrap that initialization code inside the AJAX-compatible wrapper, like shown here: https://prnt.sc/VPHs1Sh_yA19
4) Add this wrapped code into your theme’s JS file, somewhere where other theme-related scripts are loaded.
This will ensure that the slider is re-initialized every time AJAX content is loaded, restoring full functionality after filtering.
Best Regards,
Victor
Sorry…I have no idea how to edit or overwriting it for what file…
Hi, I just specify # value between the filter and the location, and then everything seems alright! Thank you. just in case could you check it out by that URL? I appreciate it.
Hi vicente_jp
Do you mean that you specified the ID instead of the class name? Strangely enough, it seems to work. Usually, that would break the JavaScript functionality. But since it’s working on your page, that’s even better. Perhaps there was some predefined behavior in that code, and the issue was strictly with the class reference causing problems. To be fair, it’s quite a unique case, but it’s even better that you don’t need to take extra steps to reinitialize the JavaScript code. You did an amazing job!
Best Regards,
Victor
Hello, i’m trying to figure out why my error logs have this warning and how to fix the issue AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “view” in /var/www/vhosts/nexicom.biz/nexicom.net/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 937’ Thanks
Hi nexicommarketing
Thank you for choosing Filter Everything PRO.
If you know how to do it, you can go to filter-everything-pro/src/Entities/EntityManager.php on line 937 and instead of this (this fix will be included in the next plugin update as well):
$is_rating = ($filter['view'] === 'rating' && $filter['e_name'] === 'product_visibility' ) ? true : false;
Use this one:
$is_rating = (isset($filter['view']) && $filter['view'] === 'rating' && $filter['e_name'] === 'product_visibility' ) ? true : false;
Or you can send the credentials to the wp-admin dashboard following this document so we can implement this fix.
Best Regards,
Victor
Hello,
I’m experiencing two issues with Filter Everything Pro on my WordPress + WPML website:
License Problem My license shows as LOCKED, with the message: “This license key already used for two sites.” I would like you to reset/deactivate all active sites linked to my license, so that I can reactivate it only on my current production and development websites.
WPML Translation Issues I cannot find certain frontend strings for translation in WPML. Examples include: “x products found” “Search” “- Select Category -” “See more”
These strings do not appear in WPML String Translation, nor can I find them. Could you please confirm where these strings are located, or provide guidance on how to make them translatable with WPML?
Thanks in advance for your help.
Hi cavel1
Thank you for choosing Filter Everything PRO.
1) Please send the license key via private message at: https://codecanyon.net/user/fe_support so we can deactivate it across all sites.
2) Those can be changed via Loco Translate, which allows you to add or edit the required language localizations easily. Also, the select text can be changed for a dropdown filters from the “More Options” section in the filter settings. Additionally, you’ll need to enable Filter Set translation. Please check this page for instructions: https://filtereverything.pro/resources/with-wpml-polylang/
Best Regards,
Victor
The license has been deactivated across all sites. Please try activating it now on the required sites.
Best Regards,
Victor
We want to remove the white TICK that appears in the filter labels as an overlay on top of the icons. The Ticks appear when the icon is hovered over and ticked.
Could you please advise on how the tick is rendered in the filter selections? Specifically:
Is it via a CSS background-image?
Is it an ::after pseudo-element?
Or is it an <svg> inside the label or wrapper?
I want to make sure any CSS or JS I use targets the correct element, as sometimes the tick appears on a nested inside the label.
Thank you for your guidance.
Hi tradeasecompany
Thank you for choosing Filter Everything PRO.
Please send the link to the exact page where the issue occurs, along with a screenshot showing the white TICK, so we can check it directly on the site.
Best Regards,
Victor
Hi,
Our filter plugin is blocked due to license not being found suddenly. But when we follow the instructions on https://filtereverything.pro/resources/license-key-issues/ it says “This license key already used for two sites.” which is not true.
This is doing a lot of damage to our high traffic website right now please respond asap with a solution.
All filters are gone, major impact.
Hi Luissimo
We are sorry to hear that.
Please send us your license key that you are trying to use via private message at: https://codecanyon.net/user/fe_support
This will allow us to check the license status and deactivate it across all sites, so you can activate it only on the ones where it’s needed.
Best Regards,
Victor
Done
The license has been deactivated across all other sites. Please try activating it now on the required sites.
Best Regards,
Victor
Thanks it works again.
hi, where do I get license number pls?
Hi vitv2
Thank you for choosing Filter Everything PRO.
Please follow the instructions on this page: https://filtereverything.pro/resources/license-key-issues/ to get the license key.
Best Regards,
Victor
Hello. I’ve created one filter set for every product grid page on my website. One for every single brand and sex page. The filters most of the time aren’t shown on any page except from Women’s page, which is the only page that the set filters it as product categories and not as page. Moreover, some times filters are shown for some days and suddenly they dissappear again. This have caused HUGE issues with my customers who always call to complain about the user experience. I will provide any URL that you’ll need, if you want access to the admin to see what’s going on just ask it. I just need a once for all solution, I wasted some many hours from the day I purchased with these kind of issues. Please help me figure it out and make sure it’s not going to happen again. Than you in advance.
Hi koukstoreofficial
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
If the site is hosted on WP Engine, this type of issue could be caused by their aggressive server-side caching.
Best Regards,
Victor
We checked the site, and the issue appears to be caused by the Rank Math SEO plugin. When it’s deactivated, everything displays and works correctly. It seems the plugin is doing some form of page pre-rendering where the filters are initially displayed, but then not visible on the end-rendered page.
As a temporary fix, you can apply a second filter set to the same page, which forces the filters to display properly. Strangely, this is happening only on the taxonomy pages. The shop page is not affected by these issues.
We’ve also been able to reproduce this issue on our end and have forwarded it to the development team. It looks like this behavior may have been introduced in a recent update of Rank Math SEO. Once we receive more information from the development team, we’ll let you know right away.
Best Regards,
Victor
Hey, i am using Filter Everything Pro together with Rank Math SEO. The issue:
When Rank Math is activated, the Filter Set I created on the page /produktfinder/ is not displayed on the frontend.
When Rank Math is deactivated, the Filter Set works and is displayed correctly.
What I have checked so far:
The Filter Set is configured correctly (“Where to filter?” and “And what to filter?” are set properly).
The widget / shortcode [fe_widget] is embedded on the page.
The problem only occurs if Rank Math is active → so it is a direct conflict.
My assumption: Rank Math might be removing or overriding the URL parameters / canonicals required by Filter Everything, or blocking the output through one of its modules (e.g. “Remove unwanted URL parameters”, Canonical handling, 404 Monitor, Redirections).
Test steps:
Rank Math deactivated → Filter works.
Rank Math activated → Filter disappears.
Questions for support:
Is there a known incompatibility between Rank Math and Filter Everything Pro?
What settings do I need to change in Rank Math or in Filter Everything to make the Filter Sets work while Rank Math is active?
Do I need to explicitly allow certain URL parameters for Filter Everything in Rank Math?
Hi christmann-woll
Not really, we have this plugin always enabled on our staging environment: https://prnt.sc/U0f41QtwPxXt and the filters are displayed without any issues.
Theoretically, if a widget or shortcode is placed within the page content and Rank Math processes that content for SEO purposes, it could potentially strip or remove parts of it, especially if it’s modifying or filtering the content output.
Best Regards,
Victor
Hey, Thanks for the feedback. I disabled all plugins and only enabled Rank Math, and then the filter set is hidden for me. If I create a second filter set and publish it, it is displayed again, even with Rank Math enabled.
However, the debug does not provide any information either.
Hi christmann-woll
Ah, then the issue is likely due to the duplication of shortcodes or widgets. Essentially, the page may be duplicated or preloaded for changes, and during that process, the first filter set gets applied. As a result, the version of the page that ends up being displayed might not show the filters anymore. So when two filter sets are used, one is displayed during page preloading for changes, and the second is shown on the already generated front-end page.
Best Regards,
Victor
The filter works well on some pages, but on the pages when the permalink is changed with Permalink Manager Pro (https://permalinkmanager.pro/?utm_source=plugin), it doesn’t work. I sent private data for this issue to this email: filtereverythingsprt@gmail.com
Hi Giovanni_m
Thank you for choosing Filter Everything PRO.
The modified permalinks created with Permalink Manager and the friendly permalinks for filters are not compatible due to the way both methods handle URLs.
However, you can use the following code in your functions.php file or via a code snippet plugin to turn off the Friendly URL permalink manager:
define( 'FLRT_PERMALINKS_ENABLED', false );
After that, you need to go to the filter set and hit the update button. It will turn off the URL permalink manager, so the filtered page would look like ?color=red-or-green instead of /color-red-or-green/
Best Regards,
Victor
Hi, thank you for the great product. I’ve searched through the comments, but can’t see anything exactly like my question.
I was using BeRocket before, and they have an option the following option:
Always displays products when filters are selected. Use the option when you have categories and subcategories on the pages of your shop, and you want to display products when filtering.
Example of how this works with BeRocket: https://forcetools.co.za/shop/
My client wants the categories and subcategories displayed on the shop page when it loads, and then once a filter is selected, for it to show the products.
I’ve thought about displaying both categories and products on the page, then hiding the products and writing some JS to switch the two once a filter is selected.
Do you perhaps have an easier way to achieve this?
Much appreciated
Hi Web2Guy
Unfortunately, this functionality is not available in the plugin, at least not yet. It might be included as a built-in feature in future updates.
There’s no easy way to achieve this. You can implement it through custom CSS and JS, or possibly using WooCommerce hooks if any are available, to hide certain items and display others when the page is filtered. It’s quite an open-ended task that requires experimenting to find the best solution for your specific case.
You can find the useful functions from our plugin on this page: https://filtereverything.pro/resources/functions/
Best Regards,
Victor
Hi Victor, okay, great. Thanks for getting back to me.
Hi, is it possible to transfer the license to another site? It’s no longer in use on the current site. Thanks.
Hi stal86
You can deactivate the license before deleting the plugin on the old site. If you no longer have access to the old site with the license, you can send the license key via PM here: https://codecanyon.net/user/fe_support and we will deactivate it across all sites.
Best Regards,
Victor
Hey Hey ! 
I’m having an issue with the Filter Everything Pro plugin on one of my websites and would really appreciate your help. The website is https://techhubsa.shop/ , and the filter should be displayed on this page: https://techhubsa.shop/store/ .
I’ve configured the filter to appear there, but for some reason, it’s not showing on the front end. I’ve reviewed the settings and can’t seem to figure out what might be causing this.
Please can you help me??
Hi namastark2
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?
Best Regards,
Victor
Hello, i provided You all loging details to site abrazivo.sk. To replicate the error firstly activate plugins filter everything and filter everything pro. Than o this page https://abrazivo.sk/obchod/ there is eshop on left sidebar should be filter. On top of page in menu place Your mouse on Obchod and after that on Abrazivá and you should see menu with all products categories. Links to theese categories are not working when theese two plugins are activated. After deactivation of plugins all links work correctly. Please let me know if you need more help.
Hi jozef12
We have checked the site and made everything work on the shop page.
1) The main issue was with the filter prefix names. They were conflicting with existing slugs on the site, which is why, after activating the plugin with those filters, you couldn’t access the category pages. The conflicting slugs were causing WordPress to return 404 errors.
2) We placed the filter set to display on “Common WordPress pages + Shop” so the filters now appear on that page.
Best Regards,
Victor
Hi. I bought your plugin Filter Everything and I think I can like it. however, I would need to use it to filter by Author (or more specifically by Vendor (I use multivendor WC Vendors) . But if I choose Post Author then I get the wrong name and it doesn’t filter out the author either…Please let me know if this is possible to fix/get. Thanks
Hi cybertron1
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 attach the link to the exact page where you’re trying to use the author filters.
Best Regards,
Victor
i will prepare a staging site for this and get back to you
i have now sent you the credentials
Hi cybertron1
We’ve checked the shop page, and it appears it’s not using the default WP_Query approach to display products. We created a new testing page (/fe_test_page/) and placed the filter set there. Everything is filtering correctly on that page using the default WooCommerce [products] shortcode, as it relies on the default WP_Query.
You can switch the approach on the archive pages to use either the main query or a custom query to display products in order to filter them.
As for the author/vendor names, they are pulled from the database. You can modify this behavior or create a custom field for the author/vendor name, which would allow you to set and display the names as needed. Alternatively, you can modify the terms via this hook: https://filtereverything.pro/resources/hooks/#terms-before-display-hookBest Regards,
Victor
I purchased Pro but I can’t figure out how to get the widget to display, having tried multiple methods. Can you help please?
Hi aisha125
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 attach the link to the exact page where you want to display the filters, so we can set up an example for you directly on that page.
Best Regards,
Victor
Thanks very much Victor, I’ve sent the details over to you. Looking forward to hearing from you.
Hi aisha125
We checked the site, and the search template is not working at all. It doesn’t display anything, and there are no search bars to perform a search or be directed to that page.
What we did instead was create a new page called /fe-test-page/ and placed the filters there. Everything is filtering correctly on that page. Additionally, we created a set of redirection filters on the home page. When you select the desired filter and click the Search button, you’ll be redirected to /fe-test-page/ with the applied filters. (Note: the filter sets on the home page and /fe-test-page/ are different.)
This is a standard approach when you want to allow users to select filters on the home page and be redirected to a specific page showing the filtered posts and additional filtering options.
We weren’t sure which exact post type you wanted to filter, but Therapists was the only post type with a few posts and custom fields that could be used for filtering.
Best Regards,
Victor
Is it possible for the filter widget with the bottom pop-up not only to appear in the mobile view but also in the desktop view? Our site is www.neatic.org/recipes and we really like the mobile view, so we would love to have the same look on desktop as well (at the moment, all the filters are displayed at the top in desktop mode, which looks much less appealing compared to the mobile view). Many thanks and best regards.
Hi konto15
Thank you for choosing Filter Everything PRO.
Yes, this is possible. You need to add the custom code from this page in order to change the mobile button breakpoint: https://filtereverything.pro/resources/mobile-devices-new-approach/
Best Regards,
Victor
Hi Victor
Now I’m almost done with the website:)
I am working in Divi Builder. I’ve installed WPML and got the chips to show. But there are a lot of pages that are showning. I thought I’d have fewer. But when I do a search, not all the search results are showning. I turned on show pagination. But I don’t see that any number or text appears to see more on the next page.
Question 2: I tried to make the filter search more exciting on mobile, such as Popup filter. But when I checked it, nothing happened. I put it back. Afraid to do something drastic, in case I ruin everything I’ve done
Hi marifkarlsen
1) Could you please clarify your request? It’s not fully clear. From what we understand, the filter chips are displayed, but when you perform a search, not all posts are shown, and although pagination is enabled, the page numbers are not visible. How exactly are these points connected, and what is the core issue you’re facing? Please provide the direct link to the page where the issue occurs, along with a screenshot or video that clearly shows the problem.
2) Unfortunately, the same issue applies to the description here, we simply don’t understand what the actual problem is. It’s unclear whether you’re referring to the search filter within our plugin, to filtering a page using the filters, or to the default WordPress search page where you want to filter posts. Search and filtering are two separate things, so we’re a bit confused about which one you’re referring to specifically. Please clarify this so we can assist you properly.
And please include some links to screenshots or a video showing the issue. This would help a lot to solve all those issues much faster.
Best Regards,
Victor
1. Number /next page: One the my search pages there are a lot of pages being displayed. I tried to reduce this. I was able to show 5 result at a time, and I enable pagination in hope a next page would apper, when the result was higher then 5, for example 9 result. But I does not have to be numbers. Just next page og something.
My search pages: English page: https://usnlearninglibrary.no/en/search-and-find/ Norwegian page: https://usnlearninglibrary.no/sok-og-finn/
Her you can see number of pages: https://demo.filtereverything.pro/product-category/clothing/women/color-red/brand-hm/c-kind-dress/?max_price=100
You still has a user if you want me to send you logg in?
2. On mobil the problem was that I wish I could press a button and the filter search/menu would appear. That is now working, so I’m very happy about that. A new problem is that the filter searches are small, when I press the button the first time, but when I press reset or something similar, they return to the correct size. Does it appear the same way for you? I wanted to send you pictures of this, but I wasn’t able to upload them in this conversation.
Do you want me to send you images of the problems, and where do you want me to send them?
Best Regards Mari
Hi Mari
1) The pagination is not connected to the filtering plugin; it’s a separate component that comes with the template used to display posts on the page.
2) This seems to be some kind of style conflict. We’re not entirely sure, but it appears that some styles are missing from the filtered elements. Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
Victor
We’ve checked the site and simply added custom CSS under Filters > Settings > Experimental to set the width to 100% !important for screens with a max width of 768px.
However, there might still be some styling issues on the site, possibly related to the error shown here: https://prnt.sc/pmT7r8jr0gmp
Best Regards,
Victor
Thank you very much:)