Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,654 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8948 comments found.

How do we access the WC product dimensions to create range sliders? I can’t seem to find those fields in the filter options.

Hi studioleland,

You need to create a filter by a “Custom Field Numeric” and use a meta key for example default Woo price meta key is _price if by taxonomy (product -> attributes) you need to create a filter by “Taxonomy Numeric”. More information about default meta keys can be found here – https://prnt.sc/f-uRDwx8zYiy on the filter set settings page.

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,

Just installed pro, looks promising. Two questions: 1) Is it possible to skip an option (item in select, radio or checkbox) by slug or name. If before rendering and count of options is zero, the complete element could be skipped. 2) price range: when min and max are the same value the range element is not of any use. Both sliders are placed left. If setiings are set to ‘Always hide’ (Empty terms) or maybe when Hide empty filters is checked, the element could be removed.

Thanks! Martin

Hi Martin,

Well, it’s not completely for deleting/removing terms, but more for sorting/editing them but you can do anything with it.

Suppose you have created an ACF (Advanced Custom Fields) field and applied it to your posts (but haven’t added any data to those fields yet). Also, you have created a filter based on this custom field. Now, if there are no filter terms available (because you didn’t add any data yet), you will receive a notification stating that “There are no filter terms yet”. This message will only be displayed if you have not chosen to hide empty filters.

But if you used a hook to modify the list before displaying them, it won’t hide the filter, you will get a notice “There are no filter terms yet” as you modified them after the data was received.

Here is what you can do, go to the FiltersWidget.php file there is a hook that includes files with filter type, and include the file with empty HTML if the terms are empty. But we would better recommend include/exclude functionality.

Best Regards,
- Victor

Thanks Victor for your effort to help and explain how it all works. I had to use a filter in the function includeFrontView (TemplateManager.php). The suggested filter ‘wpc_view_include_filename’ does not have the tems included. In the filter ‘wpc_include_front_view’ I can address the variables array. When there are no terms, I set the file to null to not include the template/view.

Thanks so far. Martin

Hi Martin,

That is an excellent work you’ve done, to make it work for your case.

Best Regards,
- Victor

Hi I have tried several times to enter my license, I always receive an error as if the license is invalid. The site is styleoutfit.it

Hi styleoutfit,

Thank you for choosing Filter Everything PRO.

Please check this page in order to get the solution to your issue – https://filtereverything.pro/resources/license-key-issues/

Best Regards,
- Victor

Yes, I have already sent the request

Oh, if you are facing the “Unknow Error” it means that your server does not allow connection with our license server. We can activate it on our side, but we need the following things from you:

1. Credentials to your /wp-admin following this document
2. And your license key.

Please, send all these via PM and make sure that you have added the license key and not the CodeCanyon purchase code.

Best Regards,
- Victor

Hi, For a price filter, is there a way to include the $ symbol? Thanks, Brian

Hi Brian,

You can do it with template overriding, more about it you can read here – https://filtereverything.pro/resources/templates-overriding/ for your case you would need to work with the range.php file. You will need to rewrite this template to suit your needs and apply your own styles to it.

For example, you can add a span tag with a dollar sign with a margin-right -10px or something close to it and it should do the trick, of course, you would need to add other styles to the span – https://prnt.sc/EToLfQ_lYoSz

In order to add it to the input field you would need to rewrite some code change the input type and use js as well.

Best Regards,
- Victor

Hi, Thanks for your reply, the only problem with that solution is that it would add a $ to all custom field numeric filters. Is there a way to add a new view in widget called $ Range that is a copy of Range but has the dollar symbol at the beginning?

Hi Brian,

Unfortunately, there is no easy way to do it, it would require code modification in the filter as well, which we highly do not recommend. But you can simply do the checking like this in the range template:

if ($filter["e_name"] === "_price") {
    //do this
} else {
    //do that
}

So when the filter[“e_name”] === “_price” show the modified HTML if not show the standard.

Best Regards,
- Victor

Hi Stepasyuk,

Do you mind if you could help me with the filter function on the product category page? I really appreciate it!

The errors displays like: Color Family There are no filter terms yet Finish Select Product Type first Edge Profile There are no filter terms yet Size There are no filter terms yet Edit Filter Set

Please

Currently, we do not offer online meetings and calls, but we are more than happy to assist you in any way we can. If you have any questions, feel free to make a list of them and we will do our best to provide you with all the answers you need.

Additionally, we have a quick start guide in our documentation that you may find helpful – https://filtereverything.pro/resources/quickstart/

Also, you can send the credentials to the wp-admin dashboard following this document so we can check the issues that you have and provide full information how to fix it.

We appreciate your understanding and cooperation.

Best Regards,
- Victor

Hi Victor,

Is it possible that I could get the step by step instruction of this demo somewhere, please? https://demo.filtereverything.pro/shop/

Best,

Mo

1) Price filter, create a filter by “Custom Field Numeric” meta key is _price

2) Category filter, create a filter by “Product Categories” click the “more options” and enable the “Show Hierarchy” option.

3) Brand filter, create a filter by product brand (brand is a product attribute) and choose in the “View in Widget” dropdown option.

4) On Sale filter, create a filter by “Custom Field Exists” using meta key _sale_price

5) Color filter, create a filter by product color (color is a product attribute) and choose in the “View in Widget” dropdown option.

6) Rating filter, create a filter by product visibility.

7) Stock filter. create a filter by “Custom Field” and use meta key _stock_status

8. Backorder filter, create a filter by “Custom Field” and use the meta key _backorders

Best Regards,
- Victor

Hi,

I have just installed the plug-in and I am trying to display the filters on a custom page template, but I could use some guidance.

I have a page template “Downloads” with a query to display all posts from the post type “Downloads”. It’s a basic WP_Query which returns all posts and I see the on the page.

When I create a filter with some custom taxonomies and I place the shortcode in my page template I see the filters.

Only thing I cannot get working is the posts to actually filter. When I check the settings the “what to filters” shows: No WP Queries matched the post type “Download” found on the page

Also the “show counter” shows 0 for all taxonomies, while there are posts tagged within them.

The custom post type and taxonomies are created with the plug-in CPT UI by the way.

Thank you for the fast reply Victor. The user is created and credentials sent. A back-up is already present so I didn’t install the Updraft plug-in.

Well, the issue was not even connected to our plugin. It was connected to the mistake in your archive template. Even though it is out of the scope of support policy to check stuff like that, we have fixed it.

The issue was that you used the post type as “downloads” instead of “download”, we changed it to the download and everything is working – https://prnt.sc/vGmmcx53uTa4

Best Regards,
- Victor

Oh I see now! I think that an older version of the website had the post type “download” instead of “downloads” and I completely missed this. I just quickly checked and it looks good! Thank you so much for the fast reply.

Hello, I have problem with updated version of your plugin, version that is working good 1.5.1. The site has a theme “Tolips”. I tried to update it to the latest version. Theme support says that problem in your plugin “Filter everything PRO”

Hi vitapi,

Yes, it is compatible, the thing is that you have an enormous amount of errors in the console – https://prnt.sc/pqcLNag0VcU4 which are most likely causing this infinite loading, we would recommend fixing those errors first and then testing the workability. Most of the errors with 403 and 400 errors, some of them because of the http to https request.

Best Regards,
- Victor

Hi, I fixed errors and infinity loading fixed, but filters is not working well, Is it possible to download older version of this plugin? Thank you!

Hi vitapi

Sure, which version of the plugin do you need? Please write a message here – https://codecanyon.net/user/fe_support so we can send it via Email.

Best Regards,
- Victor

I using WP Bakery. I tried setting it up but seems not not working. I create two columns on a page. one column is for a category of products with WP Bakery. In another column, I set Widgetised sidebar for your filter plugin. but it does not work. any tip or documentation for this?

Hi cnetcurity,

Thank you for choosing Filter Everything PRO.

What do you mean by “does not work?” Can you be more specific so we can provide any help on the issue?

Is it not appearing? Is it appearing but all terms are gray or not filtering anything? Or you see a message “No one Filter Set is related to this page. You can configure it in the Filter Set -> “Where to filter?” field.”?

Also, please send the link to the page with the issue so we can check it.

Best Regards,
- Victor

Hi, I want to allow customers to filter based on child categories. for example if they are in the appliance category I want them to be able to filter by refrigerators, stoves, washers etc (all within the parent category of appliances). When I use the category option, it only shows the parent categories. Thanks, Brian

never mind, I found the more options button and was able to check “show hierarchy”

Hi bcasaleaders,

We are glad to hear that the issue was resolved.

Best Regards,
- Victor

HI,how can i remove the select from headings on the dropdown boxes Thanks in advance.

Hi Erud19,

Thank you for your interest in the Filter Everything plugin.

Here is support for accounts who purchased the plugin, and if you already did it, please write your request from the account where you purchased it.

If you are using the Free version, please write your request on the WordPress support forum – https://wordpress.org/support/plugin/filter-everything/

Best Regards,
- Victor

Hi victor, my clients have bought the plugin on their account. I can give you those details privately if its such a problem. I need to understand how to remove the – select- from the drop down headings

We kindly request that your client submit the question from their account. Additionally, if possible, please ask them to confirm your role as their developer for the project, so we can continue with you and provide the answers to other requests.

We have encountered similar situations in the past and fully understand the circumstances. Thank you for your cooperation and understanding in this matter.

Best Regards,
- Victor

Hello ,

I am facing a problem that for two days but i’m unable to resolve. I am using the pro version of filter everything

and i want to use it in the search result. Here is a screen shot for my filter settings https://pasteboard.co/Sa8Bt1fj2dmm.png .

The search result page is build in theme builder and display a product archive. The product archive contains

contains a product archive widget and a filter everything widget.

When displaying the result of the search filtereverything is displaying correctly the categories and the number of

products but when clicked on the categories don’t refresh the product archive widget. Please let me know

what is going wrong here is the result of the search. Here is a screen shot of the result page https://pasteboard.co/qWvOSCXs8Xij.png

Best regards , kavaldeep singh

Just don’t close the access to the wp-admin credentials until our team identifies and addresses the root cause of the issue on your site. It may take some time day or two to find it.

Best Regards,
- Victor

ok thank you i won’t close

Hi anjamihelicvucinic,

The problem on the site is that it uses a custom query (more likely from Jet Builder) on the search results page, which does not contain any search at all, the “s” parameter is generally ignored and is not present in the SQL query.

It is important to note that on a particular page, a custom query should not be present. However, if the page is a search results page, it must have only a Main Query. It appears that you are currently using the search page and have a specific query that you would like to execute. In such cases, it is important to note that this custom query should not be treated as a typical search query and should not be subject to filtering or modification.

One more thing, your search bar by default searches for all post types, not post_type=product as it should do, without post_type=product it’s a completely different query that looks for all post types. The WooCommerce search widget should be used as a search for WooCommerce products.

After fixing it all everything should work as expected.

Best Regards,
- Victor

Hello, I bought your plugin a few days ago, but I’m having trouble setting it up. The filters display as they should and work great, that’s not a problem.

I have the following problems:

1. I want the responsive to be the same as in your example here:

https://roundmusic.nl/product-categorie/gitaar/akoestisch/aantal_snaren-6/model_akoestisch-dreadnought/links_handig-ja/

with a floating filter button at the bottom.

The options ‘Enable the Pop-up Filters widget’ and ‘Try to move the sidebar to the top on mobile devices’ only remove the filter button so that it is not visible at all.

2. Another problem is, I can’t adjust the ‘range’ between two numbers. For the range, I see an option to select custom filed, but only one.

The site was created with toolset custom fields. In custom fields, I have fields with two number fields (min and max). I would like to have a range filter that will list all results between those two numbers.

I also noticed that the style settings in the filter settings don’t work, for example I can’t change the color

Site URL: https://pralla.net/weed-strains

Can you please help me set up the filters.

Cheers, Nenad

Hi Nenad,

Thank you for choosing Filter Everything PRO.) 1) This is not our demo, this is our client’s showcase with their custom styles.

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.

2) The range slider filter is working only with one number. For example, you have 3 prices on 3 products 10$ 60$ 5$ you will have a range slider from 5 – 60 this is how the range slider works. There are no filter plugins that would use two numbers for a range slider. You can create a range slider by the “Numberic custom field” and use the meta key of the numeric field.

3) About custom CSS, you should take into consideration CSS Specificity – https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity because if you don’t your styles simply will be ignored as there are already applied the ones with the higher specificity.

4) Please note, that you have a widget area in mobile mode at the bottom of your page. You need to make it at the top of the page or use a shortcode in the needed place [fe_widget] More about shortcodes you can read here – https://filtereverything.pro/resources/shortcodes/

Best Regards,
- Victor

Hi Nenad

It was a little strange that you never provided all the details of your problem and instead rushed to file a dispute and leave a bad review.

However, I have an offer for you that you should like. Please write to me in private messages for details.

Thank you.
Regards.

Hi I have a furniture store website casaleadersinc.com and we are using your plugin to have different types of dimension filters for different product categories. The problem is having multiple filters. We noticed that your plugin does not work with our previous filters. So if a customer sets a specified dimensions with your filter, and then chooses a price range with our theme’s premade filters it does not work.

So we tried to implement your theme’s price filter as a separate filter which works, but only shows up on product categories that are not already specified to a filter. For example, the price filter shows up on the /shop page, (which is set to all product pages) but does not show up in the product category /appliances page because we have set the dimensions filter to only go there. We then added price to the top of the dimensions filter, but it does not look good on our site since our filter is horizontal.

How do you propose we handle this situation? Best wishes, Brian

Hi Brian,

Thank you for choosing Filter Everything PRO.

Well, to set the filter set on the shop page you need to choose “Where to filter” “Common WordPress pages” + “shop”, create another filter set, and place it on “Product categories” + “Any category”.

Also depending if you are using a shortcode or widget area, you can choose the horizontal layout option.

More about shortcodes can be read here – https://filtereverything.pro/resources/shortcodes/

Best Regards,
- Victor

Hello, I am receiving the Unknown Error when attempting to activate my license. I have followed the steps in the google document and have sent over the credentials and information.

Hi aimvpdigital,

Thank you for choosing Filter Everything PRO.

Thank you for the credentials but you also need to add the link to the login page for wp-admin, as we have no idea which site it is. Send it via PM, please.

Best Regards,
- Victor

Hi aimvpdigital,

The instructions were sent via email. Please follow the instructions and the license will be activated.

Best Regards,
- Victor

Hi, im having issues displaying custom filters to the product categories. No problem so far in the actual store page: https://ceitsa.com/tienda/. But here in a product category al ready configured just blank space: https://ceitsa.com/product-category/potencia-electrica/arranque-motor/arrancadores/. Please help, i dont really know whats happening, cos if i explore the site with my admin logged in all of the filters works just fine: https://we.tl/t-ZOBLaGWWrS

Hi ILEE0404,

Thank you for choosing Filter Everything PRO.

At this time, we cannot find any presence of our filter on the page that you have sent to us. Could you please check if it is turned on? Also, if everything appears to be gray, please go to the filter settings and choose another query in the “And what to filter?” section. After updating the filter set, please check the functionality.

Also, for testing purposes, turn off hiding filters if they are empty.

Best Regards,
- Victor

Hi, Can i show the apply filter on mobile version only please? how can i do it? because when i have more than two filter category in my mobile view & i am selecting from both of them the drop down doesn’t automatically closes the filter it remains open with the filter & i had to scroll down to see the results.

Hi doodlectg,

Thank you for choosing Filter Everything PRO.

You can place two filter sets, using two filter widgets from the widget area or two shortcodes. Place two of the same filter sets on the page, in this case, you will have two filter sets one with apply buton mode second one is a simple one. Hide the apply button one on the desktop with CSS and show it only in mobile mode and hide the one without apply button mode in mobile.

Best Regards,
- Victor

Hi, On my shop-site I cannot get the pop-up to actually show anything! It just grays out the page without showing the actual pop-up.

https://c54.no/butikk-2

Hi benjaminnor,

Thank you for choosing Filter Everything PRO.

Please make sure that your widget area in mobile mode is not hidden. Because right now it is looking like that. Maybe there are some mobile styles applied or position styles that cause such an effect.

Best Regards,
- Victor

HI, the plugin is lifetime ?

Hi Arnaudfpm,

Thank you for your interest in the Filter Everything plugin.

Yes, the license if a lifetime for two sites, in most cases used one for stage and the second for prod.

Best Regards,
- Victor

Hi, is it correct that with Step-by-Step (https://demo.filtereverything.pro/step-by-step-filtering/) it does not reset the next values of the select when I have already selected the next ones? Example: I select Category -> Brand -> Color and then change Category. At this point Brand and Color should reset to the default values.

Hi EvoluzioneTelematica,

Yes, it is a correct behavior. We can add such feature to the list and maybe with future updates add a reset option to the child filters.

Best Regards,
- Victor

Hi Victor, is it possible to eliminate the text ‘No more posts to show’ or change it to something else? Thanks Al :-)

Hi Victor, the message just always appears at the bottom of page of filtered posts. Here’s the URL: https://my.linkonect.com/companies/ and here’s a screenshot of the URL: https://www.dropbox.com/s/ptysg29eb7q0cm0/Screenshot%202023-10-06%20at%2014.14.29.png?dl=0 And here’s a screenshot of the Edit Filter Set: https://www.dropbox.com/s/mhsmnj4ufpnrh9t/Screenshot%202023-10-06%20at%2014.18.31.png?dl=0 Thanks!

Unfortunately, we have to disappoint you here. This message is not connected to our plugin – https://prnt.sc/rONrdlB0qL_Y it is connected to the e-load-more functionality (more likely elementor).

Best Regards,
- Victor

So sorry to trouble you Victor, thanks very much for letting me know :-)

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