Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,713 sales
Recently Updated

Stepasyuk supports this item

Supported

This author's response time can be up to 1 business day.

8977 comments found.

Hi Andrii, hope you’re doing well. Just’ve found a bug in your filter. In the price range filter, if we choose a range where no items can be shown, the filter will show an empty page and reset buttons, but the buttons won’t actually reset anything and the url stays the same, i.e. with the filter parameters. Example: If we have several items for 10, 20, 30, 60, 70 USD, then if we choose a range 40-55 USD, we’ll get a blank page (no items in this price range) and reset buttons. And they won’t work as I’ve described. I’ve checked, this was in 1.7.5 and still it is there in 1.7.15. Hope you’ll fix it asap. Thank you

Hi isdigital,

Thank you for the bug report, can you send a page with this issue so we can check it? because you can test it here on the demo – https://demo.filtereverything.pro/product-category/clothing/women/?min_price=1&max_price=3 and everything will work fine.

More likely you choose the wrong container for the AJAX update, and he is getting removed when there are no products found, that’s why you cannot reset it because there is no container that you have specified, since it was removed.

Best Regards,
- Victor

Yes, it’s here: https://twojbarber.pl/sklep/ I’ve tried to set the container to #primary and it’s the same. When I set the container to #shop-prod-block or #products-wrapper, then pagination doesn’t work and the filter works weirdly at all. So I have either to set #primary or not to set anything at all. Then it works but with the aforementioned behaviour.

On your page you have a different layout, that’s why it works better.

We have checked the page and this is not a bug, this is your own (or theme) template realization of the page and its behavior. As you see in this screenshot – https://prnt.sc/n52eh2iG92Bq when there are no products it simply removes the “production row” element which contains a sidebar with filters widget and product container. You need to change that behavior to make it work normally.

In general, if it is not a bug, 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 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?

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

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?

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,

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

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

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey