8967 comments found.
Hi, I run Filter Everything on several Wordpress websites. I different websites I run into the problem that the filter page (/shop i.e.) says ‘sorry, nothing to see here’. This happens every few days, without anything being changed on the website. As soon as I only ‘edit page’ (and not even save te page) all filter results appear again normally.
I have added a screen recording video to show you what happens, and how it is solved by only ‘edit page’. https://drive.google.com/file/d/1CuROsdc9viAUhaz3atQmXFxrJJHPsPT3/view?usp=sharingThis problem happens on multiple websites, it is not a one website specific issue.
What could cause this?
Regards, Wouter
Hi Wouter
This looks like a caching issue on the site. What you can try is to temporarily turn off our plugin when you see this message and check if the products appear on the page. Then, see if they disappear again with our plugin still turned off.
Most likely, during such actions, the cache is getting cleared on the site, which causes everything to display correctly again.
Best Regards,
Victor
I purchased a license. I have a localhost that I’m working on and it will go live on the live site once ready. I read that it supports that. The problem is that when I generate my license and I paste it in the localhost to activate it, it shows “Unknown error” above it and it doesn’t get activated.
Note: I am using the license key, not the purchase code. I tried 2 times, made sure I copied the whole string, doesn’t work so far.
PS: There’s an error in the plugin as well. In SEO Rules, when you click on Add new SEO rule, you see “Deprecated: Automatic conversion of false to array is deprecated in /var/www/html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 1121”
Not sure if that was reported
And another deprecated problem in “Index Depth”
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/filter-everything-pro/src/Settings/BaseSettings.php on line 82
And another one in the same page but the custom CSS
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-includes/formatting.php on line 4714
Hi zazzlezz
1) The “Unknown Error” appears when the server where the site is hosted blocks the connection to our license server. This can also happen on the hosting provider’s side. In such cases, it’s not possible to activate the plugin on local environments, as activation requires a live site. We can activate it manually once it’s in a live environment.
2/3/4) We’ve passed it to the development team.
Please provide the PHP version used on your site. Most likely, you’re using a newer version that is causing all these deprecated warnings. This might also be caused by a specific configuration of your local server environment.
Best Regards,
Victor
Thanks for the reply! That’s fine, I’ll activate it once the site is live then.
As for the php version it’s 8.3 – I’m using Studio for local dev and that’s the latest version – WP version is 6.8.1 if you need that as well.
Many thanks
We’d recommend downgrading to PHP 8.2 first and then checking if the issue still appears. While the WordPress core supports the latest PHP versions, many plugins may still not be fully compatible with the newest releases, causing numerous deprecated messages.
Besides, on the live site, we could at least check those deprecated messages and fully understand why they are appearing and what type of data is being retrieved to fix them. The issue is that we haven’t received such errors from others on live sites yet, so we’re not exactly sure where they might be coming from.
Best Regards,
Victor
Hi,
I’ve purchased a PRO version yesterday and installed it for my theme, which is a child theme for “Twenty twenty-four”. I cannot find the sorting widget. When I search through widgets by “filt” or “sort” nothing appears. And I’d like to use “Permalink Manager Lite” plugin on my website. I’ve seen in some comment that there is a way to resolve the conflict between the plugins…
I can give you access to my website if it’s needed.
Thank you,
Leo
Hi Leo
Thank you for choosing Filter Everything PRO.
1) The sorting widget can be created only in the widget area and displayed on the page via a widget or shortcode (once it’s created in the widget area).
If your theme does not have a widget area, you can use this code example, which you can place in a code snippets plugin – https://wordpress.org/plugins/code-snippets/ in order to add a widget area to your theme:
function custom_theme_widgets_init() {
register_sidebar( array(
'name' => __( 'Custom Sidebar', 'textdomain' ),
'id' => 'custom-sidebar',
'description' => __( 'Add widgets here.', 'textdomain' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
}
add_action( 'widgets_init', 'custom_theme_widgets_init' );
And in this widget area, create a sorting widget with all of the parameters, and then display it on the page with the shortcode.
2) As for the permalink manager, you can use the following code to disable the friendly permalink manager in our plugin:
define( 'FLRT_PERMALINKS_ENABLED', false );
Best Regards,
Victor
Thank you, Victor, both recommendations worked.
All the best,
Leo
Hi Leo
We’re glad to hear that everything is working.
Best Regards,
Victor
HI There!! I set the filter horizontally to 5 columns, but I want to make it 10 columns using the short code “[fe_widget horizontal=”yes” columns=”10”]” but it’s not functioning. Also, how does the filter parent work exactly? I’m trying to make the filter Term “Birthstone” show only when the filter term “Bracelets” is selected from the Categories. Thank you in advance.
Hi Brooklyn_boss
The column limit is 5. If you want to add more columns, you need to create custom styles. A high number of columns would require custom styles, as all the filters within them would be misaligned or broken due to insufficient space.
Parent filters only affect child filters; for example, a child filter can be hidden until any term is selected in the parent filter. However, this works only on the filter level, not on the term level, meaning you cannot display specific terms in the child filter based on the selected term in the parent filter.
Best Regards,
Victor
HI Victor!! Thanks for the information, speaking of custom styles, I do need some help styling and customizing the filter with some extra features and functionalities, do you know where I can hire someone who is capable doing so or you guys offer this kind of services?
Hi Brooklyn_boss
If it is only related to custom CSS, you can do it on your own with the help of AI, as they’ve been performing quite well lately. However, if you have no basic experience in styling, then you’d probably need to hire someone to do it. Our recommendation is to hire someone on a platform like Upwork, someone skilled enough to work with both plugin styling and functionality, in case you need to, for example, alter the parent filter behavior and extend it to your needs.
Unfortunately, we simply don’t have the time to offer such services, even for an additional fee. At the moment, all our efforts are dedicated to developing new features and thoroughly testing them to deliver the most polished solution possible.
Best Regards,
Victor
I’m a pro customer,
I’m trying to create multiple filters by Product Tag within my Filter Set, similar to what you’ve demonstrated in your demo (https://demo.filtereverything.pro/example/checkboxes/color-blue/size-m/).
Specifically, I’d like to:
- Create one filter to filter products by the “Model” tag
- A second filter for the “Color” tag
- A third filter for the “Condition” tag
- And add more filters using other product tags as needed
Each filter should be displayed under its own title or column, grouped by tag.
Could you please guide me on how to set this up, or let me know if there’s an alternative approach that’s just as effective as in your demo?
Thank you!
Hi khtechie
Thank you for choosing Filter Everything PRO.
You cannot create multiple filters from the same taxonomy. In the demo, WooCommerce attributes are used, which can be created and applied to your products. From each separate attribute, you can create separate filters.
If you are not using WooCommerce, you can use separate custom fields or separate taxonomies for each filter, for example, a taxonomy named “color,” a taxonomy named “brand,” and so on.
Additional custom taxonomies can be added to your post type using this plugin: https://wordpress.org/plugins/custom-post-type-ui/
Best Regards,
Victor
How I can add Price ranges
Hi rahulp80
If you have already purchased the PRO version of the plugin, please make the request from the account where the plugin was purchased in order to receive support. Such questions are not related to pre-sale information.
Best Regards,
Victor
We are about to purchase an extended license for multi site WordPress product that goes to our clients.
I want to customize the Pro version where I want Multiselect dropdown, and Prize range dropdown , and Apply button on every dropdown so when I select any value from dropdown without apply button that filters will not work
Hi rahulp80
Theoretically, you can apply a separate filter set for each filter so that each of them will have its own apply button, but we recommend using only one filter set with a single apply button for all filters to ensure it works without any additional issues.
Here you can check how to simulate multiselect dropdowns: https://codecanyon.net/comments/31095902
Best Regards,
Victor
We are about to purchase an extended license for multi site WordPress product that goes to our clients. I have one network site and other susites, so Can I use it one License for this all subsites which are have different clients
So is it OK to Purchase one License for that?
Hi rahulp80
Thank you for your interest in the Filter Everything plugin.
If you have a WordPress multisite, you need to activate the plugin only on the main site; the rest (sub-sites) do not require license activation and will be active automatically.
Best Regards,
Victor
the plugin have so many error. and this support chart is not effective, not even can attach long error.
i like to request refund.
Hi Jasonking9
Please provide information on the errors that you mentioned via email, if you cannot attach them here: filtereverythingsprt@gmail.com
Best Regards,
Victor
Hi,
I’m using Filter Everything PRO on my website, and I have a specific page where the filter interface is correctly set to show only “In Stock” products.
However, when the home page loads, it displays all products, including those that are out of stock, unless the user manually applies the filter.
What I would like to achieve is that the page loads by default showing only products that are in stock and the filter appears already selected.
Is there a way to force this behavior through the plugin settings, shortcode, or a PHP snippet?
Thank you in advance for your help!
Best regards,
Hi DeltaMarket
The only possible way to load the page with the chosen filters is to select the required filters and use the URL with the chosen filters.
Best Regards,
Victor
Hey,
I have a custom post type on a client site and want to configure the filter to display on those archive template from elementor but I can’t get it to work. Can you help me with this?
I have the filter widget on this site on the left but it doesn’t work: https://info.pronetworkservices.de/marktplatz/
It is not really a “real” site, just an archive page that’s why I can’t select the specific page in the filter settings. I chose the custom post type instead but it didn’t work.
I can give you a temporary access if needed.
Thanks. Timo
Hi Timo
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, before you send the data, please fix the Mixed Content issue on your site: https://prnt.sc/1mL-dXzlQ8gE as it is important.
Best Regards,
Victor
I have sent the credentials.
All done: https://prnt.sc/t7ueS13mWTBx and everything is filterable now: https://prnt.sc/2T0PrWYZZmOd
Best Regards,
Victor
Awesome thank you! But the filters are now without hierarchy and not all are displayed. Can you please add the categories like in the screenshot? https://prnt.sc/NS5lUXYTcNwE
Hi wemakemarketinggbr
We just turned it off in the filter settings to better view the filter during testing. We’ve turned it back on, so it should work as before.
Best Regards,
Victor
Ok great thank you. Now the filter is not showing on mobile. Can you look into that too please?
Hi wemakemarketinggbr
All done! In the Filters > Settings > Experimental > Custom CSS we have added the next CSS:
@media screen and (max-width: 768px) {
.wpc_show_bottom_widget .wpc-filters-open-button-container, .wpc_show_open_close_button .wpc-filters-open-button-container {
display: block !important;
}
.wpc-overlay-visible #gt_float_wrapper {
display: none;
}
}
Best Regards,
Victor
Awesome thanks!
Hello I have a multi site license through your site – email is danielle@fullcircleweb.ca
I am having an issue with term counts being cached and ?reset_filters_cache=true is not working
Hi fullcircleweb
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, with the credentials data, include full information, such as a link to the exact page where the issue is visible, and instructions on how we can recreate and observe the issue.
Best Regards,
Victor
Hello,
We have some questions about the filter plugin at our test-website. We made a page with the Avada Builder from the Avada theme with a 1/3 column where the filter element is (first your filter and second a standard woocommerce filter) and a 2/3 column where the products are visible. Please see: https://www.adventskalendero.de/Produktkategorie/spielzeug-adventskalender/
we have several problems: a) The woocommerce filter-elements works but yours doesn’t (goes to 404-page). We don’t know exactly what we have to fill out as ‘html-id’ at the filter set options or can we leave this box empty? b) In mobile view we don’t see any filter at all, we selected the pop-up function.
I hope you can help us with this. Thank you very much.
Hi jacobsroel
Thank you for choosing Filter Everything PRO.
By any chance, do you use the Permalink Manager PRO plugin on your site?
Best Regards,
Victor
Hi Victor, no we don’t use that plugin.
Hi jacobsroel
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
Victor
Hi Victor,
I send you the info. Thank you very much.
Hi jacobsroel
We have checked the site, and the issue was in your permalinks, specifically here: https://prnt.sc/EiDolbQuxTJB
Please fix it (it should be in lowercase); currently, the first letter is uppercase.
Best Regards,
Victor
Thank you very much for the quick response. I have two questions: a) The pop-up filter on mobile is not visible (that’s the whole reason we bought this plugin. b) We want all URLs with filters to NOT be indexed (no-index). How can we configure this?
Thank you very much.
I see that the ‘filter’ pop up is also visible now at the home page? I don’t know why.
1) We turned on this option: https://prnt.sc/pHa_WUrkrfwv
And added the [fe_open_button] shortcode right below the [fe_widget] in your Avada template.
2) All of the filtered pages by default are “noindex/nofollow” only with the addition of SEO Rules, you can make them indexed.
Best Regards,
Victor
Great, thank you very much again. Last question: is it possible to make the filter button full width?
You can add your custom CSS in the Filters > Settings > Experimental > Custom CSS. To make it look something like this: https://prnt.sc/8YoziAtgIFk7
Best Regards,
Victor
Hello, I’m currently using the Filter Everything PRO plugin on a WordPress site, together with the Divi Portfolio module. The filtering functionality was working perfectly until two days ago. It filtered projects by categories and ACF custom fields without any issues.
However, it suddenly stopped working, and now it displays a message saying “No filter is set up for this page.”
Here’s what I’ve already checked: • The filter is correctly assigned to the homepage and to the correct query (Project Query). • The [fe_widget] shortcode is active and placed on the homepage. • The posts container is properly configured.
Despite all these checks, the filter still doesn’t appear.
Could you please assist us in resolving this issue?
Thank you in advance for your support.
Hi felive_
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 the link to the exact page where you’re trying to display it and make it work.
Best Regards,
Victor
Thanks for the quick response, I just sent you the login details via DM.
One more thing, please: Also, please send the link to the exact page where you’re trying to display it and make it work.
Best Regards,
Victor
No worries, we can see that you have it placed only on the home page.
Best Regards,
Victor
All done. Here are the correct settings for the home page: https://prnt.sc/_BpJnpHGjM-n
Best Regards,
Victor
I see it working now! Thanks!
Hi Filter Everything Team,
I’m experiencing the following issue:
I have set up a custom post type for “products.” These products are assigned to a hierarchical taxonomy (category/subcategory/product).
When I embed the filter on category pages that only contain products in first-level categories (e.g., category/product), the filter works perfectly.
However, when products are assigned to subcategories (which is essential for my setup), the filter does not work as expected. It always displays all products and does not filter them at all.
I am using Permalink Manager Pro, and I’m aware that it does not work seamlessly with SEO-friendly URLs together with the filter. That’s why I’ve added: define(‘FLRT_PERMALINKS_ENABLED’, false);
With this setup, the filter had been working for a long time, and I had tested it thoroughly. However, after importing some new product data, we noticed that the filter is no longer working.
I have used the filter on multiple sites but cannot find the cause of this issue. I have already spent a significant amount of time trying to resolve it and am kindly asking for your help.
I can provide you with additional information and full access credentials if needed.
Thank you very much in advance for your support.
Best regards, Beni
Hi Beni
Please send the credentials to the wp-admin dashboard following this document so we can check it.
Also, please send the instructions we can follow to recreate the issue, along with the link to the exact page where it can be recreated.
Best Regards,
Victor
Hello,
The filter everything plugin is causing me to not be able to open products in wordpress. When I click products, I get page isn’t working.
When I de-activate the plug, the products page works but as soon as I enable filter everything, the products page stops working.
I look forward to your reply.
Thanks Kim
Hi Kim
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
i am face this issue of url i want this url come https://animalrightshub.com/alphabet/a but by default this url come https://animalrightshub.com/alphabet/a/alphabet-d/
Hi vikrant273b
If you are using the PRO version of the plugin, please make a request from the account where the plugin was purchased.
Best Regards,
Victor
i am using free version pls help me to fix this url issue
We do not recommend providing false information. As the support team, we can verify whether the plugin is the PRO or Free version. Such behavior may lead to potential penalization from the Envato support team.
Additionally, we can see that no license is activated on that site, so please activate it and submit your request from the account used to purchase the PRO version of the plugin.
Best Regards,
Victor
Hey did you recently updated the plugin? Yesterday the plugin was working fine, however now the plugin conflicts with my other plugins. If I disable product filter I can access the backend just fine, but with it enabled it crashes.
Hi tijmenh1
There have been no updates; the last update is version 1.9.0 from March 21, 2025. More likely, there were some changes on the site. What you can do is restore the latest site backup to get back to the last working state, and then check what exact changes were made on the site that caused these errors.
Best Regards,
Victor
Hi, we have the plugin working on: https://abm-staging3.reidmedia.co.uk/shop/
However on mobile when you click filter, it greys out the page but doesn’t work.. this is stopping us from launching the site.
Hi Dapadon
The issue is that in mobile mode, the sidebar is using styles with display: none: https://prnt.sc/AwaGgk6RfWhs
If we change it to display: block: https://prnt.sc/t-P09REwIXl8 everything is displayed correctly.
Best Regards,
Victor
Hi, thanks. Please excuse my ignorance, how do I do that / what do I need to do exactly please
Unfortunately, this is not related to the plugin functionality; it is either connected to the theme or the page builder: https://prnt.sc/i1N6AgdCul_q
What you can do is either contact the theme support or page builder support (depending on which approach you are using), or manually search the settings in the theme/page builder to turn off hiding the widget area/sidebar on mobile.
So basically, if you have placed the filter widget in the widget area/sidebar, it should also be displayed on mobile. If the sidebar is hidden on mobile, the filter won’t be displayed either.
Best Regards,
Victor
Hi, I’ve made sure its set to display the sidebar & widget area.. but it still doesnt.. Can you please check again?
Here, try to add this in the Filters > Settings > Experimental > Custom CSS:
@media screen and (max-width: 768px) {
.wpc-overlay-visible .fl-sidebar {
display: block;
}
}
Best Regards,
Victor
When creating a filter by Custom Field _wc_average_rating and setting the view as Radio Buttons, the ‘Predefined Values’ section does not appear. I’m trying to add star icons. Thanks
Hi HurleyDesign
Please provide information on the type of this custom field. Also, could you clarify what you mean by “I’m trying to add star icons”?
Best Regards,
Victor
Hi Victor, I’m using the standard custom field. I would like to replace 5.00, 4.00, 3.00, 2.00, 1.00 with actual star icons—just like the default star rating widget.
Hi HurleyDesign
Unfortunately, this does not work that way. The star filter is only available for product visibility and uses predefined values from product visibility to display stars. It is not a simple solution to create a star filter for any type of custom field, as all values would be different.
What you can do is create a custom taxonomy with categories like star_1, star_2, and so on. Then use color swatches on them: https://filtereverything.pro/resources/brands-and-color-swatches/
Instead of colors, you can upload images with the required number of stars. By turning off the filter term names and displaying only the images, you will see just the star images in the filter.
Best Regards,
Victor