8976 comments found.
Hi, I am inserting Woocommerce reviews via ajax manually and updating comment and post meta of the products I leave the review on, so far so good. However I notice that the product visibility terms do not reflect these changes until I a manually update the filter set. Is there any hook I can use to flush or resave the set programmatically? I have triend wc_delete_transients but that does not work as well. Thanks
Hi DannyvanderTak,
You just need to programmatically update any post. It can be a Filter Set or even any other. At the moment when any post on the site is updated, our plugin resets its internal cache and then the added reviews will be updated in the filters as well. You can use, for example, the function wp_update_post(); for this.
Best Regards,
- Victor
Hello, is there a way to put a filter to search results page? I don’t see it in the settings of filter set. Thanks a lot Olaf
Hi Olaf,
Yeah you can set it up from here – https://prnt.sc/gD6fD0P3Xsyl
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 will be 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
Something for the wish_list:
If it has a lot of categories and subcategories, it would be nice if the dropdown list showed the subcategories indented.
Regards Roli
Hi Roli,
Currently, it is working with the checkboxes – https://prnt.sc/THYducue1U9- and we are planning to make it work in dropdowns as well with future updates. We will notify you in this comment thread when this feature will be released with the plugin update.
Best Regards,
- Victor
well, this looks great! Thank you
Is there a way to integrate the size filter for products in the filter set?
Hi Roli,
You can create attributes in the products -> attributes and add the needed sizes there and create a filter by its attribute. If this is not what you are looking for please describe to us in more detail what you want to achieve and what plugins are you using for that.
Best Regards,
- Victor
Hi Victor, Yes, I use the option directly in the products under “Shipping” – that’s where we specify the sizes. Now I want to filter for it. I saw there is a widget for it – but I want to use it in a filter set. Regards Roli
Can you please send the link to the page so we can check it, or a screenshot? Not sure if you are talking about filter widgets or sorting widgets.
Best Regards,
- Victor
We are talking about Filter-Sets – can not send a Link here in public (Site is under cunstruction)
You can send it via PM in case you do not want to share it publicly, and we can discuss it there and ask for more info and screens to provide the needed information to your question and how it can be done.
Best Regards,
- Victor
I want to sort my filter in ascending or descending order. Currently it is sorted randomly. Meaning for size: 3 feet 6 feet 8 feet 10 feet 12 feet
should be right order but currently it is at: 3 feet 10 feet 8 feet 6 feet 12 feet
which makes it harder for customers to select the filter set. Is there a way, I could sort it in order?
Hi FDM_WP,
Yes, you can try to sort those terms inside the filter set by choosing the more options for the needed filter – https://prnt.sc/B0TlOEnFBvxl and apply the needed sorting option.
Best Regards,
- Victor
Hi,
I am using it for Woocommerce but its search doesn’t include the SKU of variation but only the main product. I tried to use SearchWP or Relevanssi plugin but no luck.
Do you have any recommendations on how do I integrate SearchWP or Relevanssi plugin? Or any way to search for the Name and SKU of the variations? Thanks
Hi Sheldondev,
Currently, searching by SKU in variations is not supported, but this will be added in the next update of the plugin.
About Relevanssi, we are planning to integrate it with future updates (but it might take a significant amount of time to make it all compatible without any bugs, not a month or two) so that the Search field in our plugin can use the advanced search capabilities of Relevanssi.
Best Regards,
- Victor
Yes, please add support for relevance search engines because without Boolean search, it’s very difficult to serve products to visitors. If I search for “technology” or “men” then it does show results but not for “technologies” or “mens”. The Relevanssi or SearchWP could be a great relief, thanks.
Yes, we are working on it, and we will notify you in this comments thread when this update will be released. But as we mentioned it will take some time to make it all work together nice and smooth. Thank you for your understanding.
Best Regards,
- Victor
I created some fields with ACF. One of them is a numeric. Unfortunately, “range” cannot be selected in the filter settings. is this a bug?
Hi Roli,
Range slider can be created by the numeric custom field – https://prnt.sc/RGTZoyW2BzJQ you need to paste your meta key of the numeric custom field that you created.
Best Regards,
- Victor
... yes Victor, it was my mistake thanks
Me again 
I did a lot of research on the filter before I bought it. But what I can’t solve so far is the following.
I have 10 categories in WooCommerce. Each category has many subcategories. How can I solve the category filter only showing the subcategories of the current category?
Do I really have to hide the unwanted categories for each filter set, or is there a more elegant way?
Regards Roli
Hi Roli,
Well, you can choose to hide empty filter terms and see how it will work for you – https://prnt.sc/e1WryI-Goewc it will work if the products don’t relate to some other subcategories.
Or create a Filter Set for each category and use include or exclude functionality – https://prnt.sc/0rWPjFd8eycB
Best Regards,
- Victor
ok, so I will figure out…
Hi,
How can I make it so that the individual criteria areas can be opened and closed within the filter. This is particularly necessary with many and long filter types.
Hi roge-22,
Thank you for choosing Filter Everything PRO.
You can turn on the “Folding” option for each filter that you need from “more options” – https://prnt.sc/_LGNTRrPJrJi
Here on the bottom filter widget, you can check it – https://demo.filtereverything.pro/product-category/clothing/women/
Or use the more/less option – https://prnt.sc/5cFeS_mjc9a8
Best Regards,
- Victor
aaaaaahhhhh, I thought I saw that somewhere. So many setting options! Thank you very much for the quick support.
Yeah, it can be quite overwhelming to navigate through the filter settings, especially if you’re new to it. Feel free to ask for any help you may need if you find yourself feeling lost in those settings.
Best Regards,
- Victor
Hi , i’ve created a custom page and i want display the shop filters but it always says No one Filter Set is related to this page. You can configure it in the Filter Set -> “Where to filter?” field. Here are my filter settings post types to filter : Products where to filter : Pages whites
Best regards kavaldeep
Hi Kavaldeep,
Thank you for choosing Filter Everything PRO.
Could you please make a screenshot of those setting like this – https://prnt.sc/VeMYMn17Z8R2 so we can check it? Also, please send the link to the page where you want to show the filter set.
If you have a plugin SEO Yoast turn it off and check if the filter widget will appear.
Best Regards,
- Victor
it’s working correctly on the real shop page 2122.mt/shop
Uhum, most likely the problem is that there are no products on the page “whites”? There is no WP_Query that displays all of the products like it does on the “Shop” page. The plugin itself is not displaying any product it is just filtering them. So placing the filter on an empty page won’t make products appear.
Best Regards,
- Victor
I did a copy with elementor of the shop page on a new page named whites. So we can’t use the filter everything on custom pages. The custom page is build with elementor with the widget product archive
Please edit the “whites” page and check if there is a “product” block inserted there, that should display all of your products.
Best Regards,
- Victor
Thanks i added products archive and it works
Hi,
The are a new update of the plugins but I can not upgrade it. “Automatic updating is not available for this plugin.” Could you help to update? Many thanks,
BR,
Antonio
Hi Antonio,
You can download here a new version and just update with it the old one.
Best Regards,
- Victor
Update to the previous answer, perhaps your plugin is not activated that’s why you didn’t get auto-updates. Please try to activate the plugin.
Best Regards,
- Victor
Hi Victor
Is it me or are the categories not included in the xml sitemap?
ive checked it out and i dont see them included in my site map
i used YOAST xml and tried XML-SiteMap as well. both sitemaps are not include the variables. have any idea?
For example. see;
https://accessiblevisit.com/sitemap.xml I cant find links like https://accessiblevisit.com/inventory/city-berlin/ What is see is https://accessiblevisit.com/sitemap-productcat-1.xml and links like https://accessiblevisit.com/inventory/berlin/but that isnt the correct link, it should be https://accessiblevisit.com/inventory/city-berlin/
Hi pmcooperation,
Unfortunately there is no possibility to do it right now, the only way out is wait for the plugin XML sitemap update.
Best Regards,
- Victor
hi Victor ah ok, any idea when it comes?
Yes, the main developer says that under ideal circumstances it will be released in two to three months. We’ll let you know here when an update will be available.
Best Regards,
- Victor
that would be great. thx!
is Search Field (to search among filtered posts) feature has or can has auto complete or suggestions ?
Hi CreatifyNetwork,
Thank you for your interest in the Filter Everything plugin.
Out-of-the-box there is no such feature for the searching field, but we constantly working on the plugin features, so perhaps in future updates we might add it.
Best Regards,
- Victor
Hello
I have plugin version 1.7.15 pro and woocommerce 7.9.0. I have some problem when setting filter on sale. I set it like this: Post type to filter: Product, Filter by: Custom field exists, Meta key: _sale_price and after saving in my filters it only shows in checkbox to select only Regular price and on sale not. In the settings include/exclude terms set to default. I turned off all plugins to exclude conflict but it didn’t do anything. What could be the problem ?
thank you kind regards
Hi Widly3,
More likely there are no products with _sale_price, please update any product by re-adding the _sale_price and updating the product and the filter set, then check if something has appeared.
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 will be 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, I am getting the usual “unknown error” that many other customers experience when attempting to activate the license.
Can you please provide a technical guide on how to fix this, I do not want to provide access to the website, thanks!
Hi inspirewebdesigns,
Thank you for choosing Filter Everything PRO.
In that case, we need a license key (not the CodeCanyon purchase code) and the domain name of the site where you want to activate the license.
Please send it all via PM
Best Regards,
- Victor
Thanks, I have sent licence key and domain name via PM.
Hi inspirewebdesigns,
We have sent you the email that is used for your account here with instructions of what to do next. Please do not share it with anyone as it contains your license key.
Best Regards,
- Victor
Thanks, it’s been activated now.
In future, let’s say I wanted to change the domain name for the website, do I need to contact support to deactivate and reactivate?
Yes, it would be better if you contact us we will do it in a couple of seconds, just to remove confusion and chaos. You can right away use PM writing just the license key and old domain name and the new domain name and that’s all.
Best Regards,
- Victor
Hi. I’m having trouble with the filter on the tag archive, it shows all tags as inapplicable.
https://campbellc1.sg-host.com/tag/magic/(Please note that when you click ‘reset’ it takes you back to a different archive page, you’ll have to click on one of the story tags to return you to the filter with the issue)
Nevermind! It… resolved itself? I updated my permalinks and it resolved itself!
Hi ERINCAIR,
Thank you for choosing Filter Everything PRO.
Glad to hear that the issue is resolved and working as it should.
Best Regards,
- Victor
Hi My Filter shows up, but does not filter. https://dihei.org/wgsmitfilter/ Why is that? On “And what to filter?” I have 5 options, even if there is only 1 Query on this page. What do i need to do so that it filters? Best Regards
Hi diheiv,
Thank you for choosing Filter Everything PRO.
Please turn off AJAX for testing purposes, and choose another query from the “And what to filter” dropdown update the filter set, and test the workability.
Best Regards,
- Victor
Do you mean In Settings Generall “AJAX for Filters”? This Checkbox was already turned off. And i tried with all of the 5 fitlers showing up in the dropdown and no one worked.
Please provide the credentials to the wp-admin dashboard following this document so we can check it.
Best Regards,
- Victor
Just Sent
We have checked the site, and the 5th query is the one that you need, we choose it and everything is working well now.
Best Regards,
- Victor
Thank you for solving it!!
Hi diheiv,
I’m glad that your problem was solved 
If it is possible 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!
Best Regards,
- Victor
Can you tell me:
1. what im doing wrong at : https://shuffles.com.au/category/podcasts/, I dont think I have identified the post grid (in this case Im using a grid loop from ELementor
2. How I can make the container not have scroll bars (If vertical) 3. How I can make the bar horizontal ?
May thanks
Hi Shuffles1966,
Thank you for choosing Filter Everything PRO.
1. Unfortunately, we didn’t find any filter widgets on this page, could you place them so we can check it? Please make sure that you choose the correct query from the “And what to filter” dropdown.
2.”How I can make the container not have scroll bars (If vertical)” Could you provide more information on what you mean by that? or even a screenshot so we can understand better what are you referring to?
3. Horizontal layout from widget area – https://prnt.sc/VkKJ5z98WYl8 Read this page about shortcodes to understand how to make it with a shortcode – https://filtereverything.pro/resources/shortcodes/
Best Regards,
- Victor
Hi, i have purchase the pro license of the plugin. On my wordpress site i have set the filter in the homepage that filter a custom post type that use the default loop of wpbakery. If i show all the courses (cpt) it work perfectly, but if i set for my loop the load more ajax function, the filter stop working. I not receive error, but the filter doesn’t work, and i see all the course as well as the inizialstate without filter set.
Seem that there is a conflict between the ajax loop of wpbakery and your plugin.
Best regards, Digiko
Hi Digiko,
Apologies for the previous answer, it was a bit confusing and not full.
Currently the WPBakery “Load More” functionality is not supported by the plugin. But we will add this compatibility for WPBakery’s “Load More” functionality with future updates. Some plugins like for example – https://wordpress.org/plugins/load-more-products-for-woocommerce/ already have this compatibility. We are continuously working to expand our list of supported plugins that have “Load More” (Infinite Scroll) and other functionality to be 100% compatible.
We’ll keep you informed in this comment thread when the compatibility update will be released.
Best Regards,
- Victor
Hi, i have some other issue. If i set the standard filter (no Ajax) it work perfectly, but if i set the ajax filtering the result is empty, also when i click on the reset chip button. The inspect console return me an error 400 with the wp-admin/ajax-admin.php file. Do you know the reason?
The second issue regard the filter button on mobile. I can’t see this button in mobile state, but i set the normal mobile filter it work fine.
There are some incompatibility with wp bakery? In the documentation i see that the plugin work fine with it. At the moment the premium feature not give me the expected result, only the “where to filter” work as expected.
Best regards, Digiko
Hi Digiko,
Can you please send the credentials to the wp-admin dashboard following this document so we can check it? Also, send the link to the pages with the issue and a short pattern of how we can see those issues.
Best Regards,
- Victor
Already sent.
Best regards, Digiko
Hi Digiko,
Thank you for the credentials, but we need full admin rights because now we have an empty dashboard where we can change profile language and collapse the menu.
Best Regards,
- Victor
Sorry, now you are admin.
Little update. I solve the issue with the ajax filtering result that not appear. A class that show the single post was cancelled after filtering and the result not showing, but the filter work perfect. I set a style for the post wrapper in the post list and all work fine. The problem with the button on mobile still persist, it’s not showing yet.
Another little update. Solve the issue with button popup widget not showing. I add the shortcode [fe_open_button id=”XX”] and now work. But in the FE settings the “Hide opening widget buttons” is unchecked. I think it is an incompatibility with the theme or wp backery plugin.
Hi digiko_team,
Apology for the late response, as we checked the admin from time to time and it wasn’t changing.
There is some mistake or anything because the credentials you sent to us still show us only this – https://prnt.sc/tdq-FWe8Iq0Z
So we even didn’t have any possibility to check anything.
Best Regards,
- Victor
Hi,
I have just purchased Pro: Filter Everything. and I received
Fatal error: Cannot redeclare wpc_clean() (previously declared in /home/937913.cloudwaysapps.com/xstqeucqkw/public_html/wp-content/plugins/woocommerce-advanced-product-labels/libraries/wp-conditions/functions.php:282) in /home/937913.cloudwaysapps.com/xstqeucqkw/public_html/wp-content/plugins/filter-everything-pro/src/wpc-helpers.php on line 1199
I diactivated the labels, and it worked, but now I have no Product labels
Hope all is well, Please advise
Hi Shuffles1966,
Could you please provide the credentials to wp-admin following this document so we can check it?
Best Regards,
- Victor