Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,183 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9141 comments found.

Good morning

I would like to know if it is possible to display the value of dropdown field on the image of the tire like the example on this page www.speedy.fr. The values ​​change with each selection change. Can you help me do this?

Would you be interested in having a French translation of your plugin? Free of course!

thank you

Hello guev

Thank you for the question.

Every time when you select a new filter term you can get list of already selected terms with the function:
/**
 * @return array|false all selected filters or false
 */
flrt_selected_filter_terms();

In your case you can write code that inserts hidden JSON object with selected filter terms inside Filters widget with one of the Filters widget hook – https://filtereverything.pro/resources/hooks/#filters-widget-hooks or you can insert it inside “CSS id or class of the Posts Container” container.

And in JS code you can get values from the JSON object to change any other element (like the wheel on your example) You can fire this change when the jQuery(document).trigger(“ready”); fires.

I will be very happy if you will help me with French translations for the plugin. Please, send me details how exactly you can help with this to my s544836@gmail.com

Thank you.

Hey, i need a filter set which custom vaues. i have sizes in metres oer millimeters and want to ad a filter (dropdown) with a range, like “1000-2000mm” “2000-3000mm” and should show all products with length within this range. Your range filter has this function, but is it possible to set custom ranges in a dropdown?

And second question: want to ad Filter Set on Wordpress Homepage for filtering WooCommerce products. I think this will work? (Haven`t tried it yet)

Hello hejfelix

Thank you for using Filter Everything PRO.

Regarding the Homepage – yes, sure. You can direct Filter Set to the Homepage and filter products there. Just select “Common WordPress pages” -> “Homepage” in the “Where to filter?” field.

About predefined numeric ranges. I thought about this idea and I have plans to implement it in the plugin. But there are more prioritized tasks in the plugin development schedule and I think it will take some time before the ranges be developed.

Optionally you can try to create them manually using Templates Overriding feature and created your own template for the Range filter.

hello I can’t install the plugin update shows error PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature. How can I fix it ?

thank you

Hello Widly3

Thank you for your report. I already fixed this issue and now it works as expected. Please, update it and do not forget to create a DB backup before that. Sorry for the inconvenient.

Thank you.

Hi Stepasyuk

I got Filter Everything Pro and I think it is a great plugin.

I am having 1 issue with the filter actually filtering the stuff. I have went through the settings and messed around with them to see if I could get it to work. Here is a link to my site to show you what it is doing. https://thriftingsimply.com/shop/

First thing I noticed after watching the video on how to set it up was after setting up the filters. The section below under settings the I put “Shop page” under “Where to filter,” the section that says “And what to filter” won’t let me select anything because there are no options to select. If I change it to another one it gives me the option for “Product query, Main Query.” Which that one is in the video to chose for the shop page. Not sure if that is an issue.

Second issue is when I tried to add it through Elementor pro, the widget doesn’t show up. I added it through the Wordpress side through Appearance widgets section through Woocommerce and it shows up that way. Again, not sure if that is an issue.

I have the most up-to-date Wordpress as well as Elementor pro.

Thank you

Hi illmaticmix

Thank you for using Filter Everything PRO.

About the widget in Elementor – it is known issue, when you can not find any WordPress widgets through the Elementor search field. In this case just scroll down to the WORDPRESS section and select there Filter Everything – Filters widget manually.

Regarding the first issue – I recommend you to experiment with different values in the “Where to filter?” field. For example “Common WordPress pages” -> “All archive pages for this Post Type” or “Pages” -> “Shop” With some of these values it should work as expected. If not, please, send me credentials to your /wp-admin in accordance with this document I will check it myself.

Thank you.

Sent a pm to you with the info. If you need any further info let me know please. Thank you

Hi illmaticmix

Thank you for your credentials.

I checked your site and realized that you did not specify Shop page in WooCommerce settings -https://prnt.sc/zWME_nd5L73N It was the reason of the problem. I specified it and now it works as expected.


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!

I have an issue with the ‘Show Hierarchy’ for checkboxes. When enabled and clicked, all items that are within that filter are shown. However, when you also select a child from the hierarchy, the amount of results do not change due to the fact that the parent is also still active.

So you will have to manually disable the parent and then the correct child items are shown. Is there a fix for this?

Hello melvintmp

Please, provide me with link to the page with the problem. If you do not want to make it public, please send it via PM and let me know here in this comments thread, that you did it.

Thank you.

Hi Stepasyuk,

The site is not live yet. The setup is a simple checkbox (with Hierarchy):

- Parent – Child 1 – Child 2

When Parent is selected and you then select Child 2 (for example), Parent also is still selected. So all items are shown and not filtered.

Hi melvintmp.

It is not a bug, but expected behaviour. When you select your Parent category you asked the filter “Show me all posts from the Parent category”. When you select the Child category you asked “Show me all posts that are in Parent category OR in Child category”. But all posts in Child category are also in its Parent category and that’s why you don’t see any changes.

If you want to see only posts from Child category without posts from Parent category you have to select only this Child. This is possible if you use Radio buttons filter template (but it does not support hierarchy) or if you make all your hierarchical categories opened by default. It is possible with custom code added for example in the functoins.php file of your active theme:
add_filter( 'wpc_hierarchy_opened', 'my_hierarchy_filters_opened_by_default' );
function my_hierarchy_filters_opened_by_default( $filters_opened_by_default ) {
    $new_opened_by_default = [
        3250, // Filter ID
        1423, // Filter ID
    ];
    return array_merge( $filters_opened_by_default, $new_opened_by_default );
}

You can edit it in accordance with your Filter ID and use it.

Updates are currently failing:

Update failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

Hello Ringo303

Thank you for your report. I already fixed this issue and now it works as expected. Please, update it and do not forget to create a DB backup before that. Sorry for the inconvenient.

Thank you.

Hello, we have gone from an unhappy customer to loving this plugin, so for that I apologize I offended you in the past. We have had some really bad experiences with some software out here.

We can see you do care and will keep evolving yet keep things clean and lean. So now we are working on styling all the elements to look the way we want and staying with this solution.

Perhaps you have some documentation all of the css elements used to follow. This is what we have so far and working towards further UI refinements, but feel some of this will need more UI work yet as we are nothing following the css class tree correctly yet.

Love the idea of wpc-filter-selected-values, super smart way to make it easy for the user to see what they have in the sidebar along with the chips.

Try to keep with the less is more idea. :)

Thank you and best regards,

.wpc-filters-range-slider-wrapper {
  margin: 1.8em 13px 1.8em 0;
}    
.ui-slider-horizontal .ui-slider-handle {
  top: -8px;  
  border-radius: 20%;
} 
.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
}    
.wpc-filter-search-wrapper {
  margin-bottom: 5px;
}
.wpc-filters-section {
  background-color: rgb(248,248,248);
  border-bottom: 1px solid #E4E4E4;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px 5px 15px;
  font-size: small;
}      
.wpc-filter-title {
  font-size: small;
  margin-bottom: 5px;
}    
.wpc-filter-selected-values {
  color: #1246AB;
}     
.wpc-filter-chips-list a {
  border-radius: 5px !important;
} 

Hello ingenuitor

Thank you for your honest and warm words about the plugin. I would like to read them in the 5-stars review here, if it is possible :-)

Regarding CSS documentation – unfortunately I have no such documentation, but I will consider to create it. Thank you for your suggestions and CSS example. I will save it for the future and maybe will add it to the plugin.

Best regards.

thanks. it’s running now :D

Great.

Thank you for your notification about that :-)

Hello.

Can and how can this plugin be configured with the Astra Pro theme?

Indrek

Hello ihoindrek

Sure. It can be configured with any theme in general. But what exactly problems you got with the Astra Pro theme? Did you read article about how to quick start with the plugin?

Everything working very well, but The Astra theme has a sidebar only on the left and right. I want to add filters horizontally in the product category header.

Aha, ok. If you can not use sidebar for the Filters widget you can use shortcode [fe_widget] and insert it anywhere you want. Here is more info about shortcodes – https://filtereverything.pro/resources/shortcodes/ Also you can enable Horizontal view with shortcode parameter “horizontal”

Hi there! I just messaged you with the link to our website. The problem is that the filter doesn’t work with Elementor’s custom loops. Please let me know if you need any additional access, or information.

Hi campertrips

Thank you for purchasing the plugin.

As I see now on the page you provided filtering works as expected. It seems you already found the way how to configure it right and it works as expected.

Please let me know, if you will have any questions.

dear author,

i found some issue ini price filter that didn’t want to filter what should i do? https://www.nanokomputer.com/

thanks

Hello annoep01

Thank you for purchasing the plugin. As I understood from next your comment your issue is already solved.

If you will have any questions, please let me know.

Hello,

Pre-sale question

I am using ACF. – Does your plugin support the following ACF fields:

- Text
- Text Area
- Number
- Select
- Checkbox
- Date Picker
- Time Picker

Thanks in advance,

—GM

Hello guymc

Thank you for your interest in Filter Everything PRO.

Here are ACF field types supported and tested for the moment:
  • Checkbox
  • Radio
  • Select
  • Number
  • True/False

Here also is demo page with these fields – https://demo.filtereverything.pro/example/acf/

Hello!

We updated to the last version yesterday, we got an error on category page.

Warning: Undefined array key “cols_count” in /home3/r72315empe/epic keys.ro/wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php on line 39

We had no issues in the previous versions.

Any rapid fix please ?

Hello JohnnyQ

It alredy should work as expected (I tested it myself and several customers confirmed that it works). But maybe your server has no connection with “connect.filtereverything.pro” host and this is the reason. I recommend you to try it again and if it does not work you optionally can ask you hosting provider support to check connection with the plugin host or you can just download zip with the latest verison from this page https://codecanyon.net/downloads and update it via /wp-admin -> Plugins -> Add New -> Override existing …

Please, let me know about the result.

Thank you.

Hello Stepasyuk,

We don’t have any restrictions on our server, we update plugins on a regular basis, most of them being premium and bought from sites like this one.

I’ve tried for the last week to update it on a daily bases, get the same error, stated above.

We also removed the plugin, downloaded the last version from here and installed it, but we lost everything settings wise, we had to revert to get everything back.

You suggesting that i install the last version (zip) with the current version being Active ? Is that even possible ?

Hello JohnnyQ

Yes, sure. You can upload ZIP with the latest version of the plugin via /wp-admin -> Plugins -> Add New and WordPress will offer you to override current version the uploaded. All plugin setttings will remain, but in any case I always recommend you to creaete DB backup before such manipulations.

You know that you may not add any restrictions on your server, but for example your hosting provider or internet provider may contain such restrictions and some servers in the Internet may be temporary unavailable for you. In any case the issue “PCLZIP_ERR_BAD_FORMAT (-10)” for the moment is solved.

Filter Everything like any other well-coded plugin erases all its filters and settings if you delete it from /wp-admin panel, but you always be cautioned in the pop-up message about that. So please read carefully such messages.

Thank you. Regards.

Hello I am using your wonderful plugin to filter my custom post type items. My concern is when I show the filtering plugin on my specific WP page (not an archive page). I can’t seem to see any WP_Queries from my cloud_demo Custom post types. but when I choose. Common Wordpress Pages it shows the cloud_demo WP queries. I would want to show the filtering function in a page I have. Ex. Demo Page

Hello theiconicexpres

Thank you for using the plugin.

Usually it may happens when selected page does not contain “cloud_demo” posts list. In this case you have to display these posts the page first.

If you already displayed them the reason may be also in cache that “saved” your WP_Query and that’s why it can not be caTched by Filter Everything PRO. It depends from the way how you displayed these posts on the page. For example if you use Gutenberg block for that it may require to change block type to the one that uses WP_Query.

Also you can send me credentials to your /wp-admin in accordance with this document I will check it myself.

Thank you.

Hello,

When I load the filter everything plugin, once I drag the range filter, the page will refresh automatically.

Even other jquery range filter written by myself will also refresh the page automatically.

if i disactive the filter everything plugin, I can drag my slider freely, and the page does not refresh automatically.

Is there any way to disable auto refresh?

i have solved.

Hello weboostdev

I’m glad that your issue is already solved. Thank you for your notification about that.

hi, how can i remove the word “select” from the filters? https://mobiledirect.dokablage.de/iphone-14-pro-cases-huellen/

Stepasyuk – do you have an answer for me?

Hi dwinger

Sure. You have several ways to change the string - Select %s - to your own:
1) To translate it with the Loco translate plugin or other software if you use not-English language on your site.
2) To use template overriding feature https://filtereverything.pro/resources/templates-overriding/ to override the dropdown.php template and replace the string.
3) To use hook ‘wpc_dropdown_default_option‘ if you are familiar with PHP development.

FYI – support answer delay here is up to 2 business days.

After update to 1.7.4 there is a warning Undefined array key “cols_count” ... filter-everything-pro\src\Admin\Widgets\FiltersWidget.php on line 39

In addition I can’t uninstall this version from admin dashboard.

Hello pracujlepiej

I’m sorry for the bug. Please, update the plugin to the latest version 1.7.5 where it is already fixed.

How do I make the same filter set work for both Category Product and Brand? Here if you click a brand (i.e Sungrow) it does not prompt anything, instead if you select inverters and then “Marca” (brand, which has another glitch, by the way, as it only display one brand) it will display the brands, and not even the correct one, as you will see it displays other brands.

https://impiantofotovoltaico.shop/product-brand/sungrow/

It looked so promising this plugin and has potential, however it’s really full of bugs, even when saving filters you have to do it one by one otherwise it prompts an error

Hope to fix the necessary at least

Sorry, I noticed you’re from Ukraine, don’t bother, I am going to duplicate the filters manually, please disregard it and stay strong! We support you!

Hello fringuello85

Thank you for your question.

In general if you want to use the same Filter Set on your Product Category pages and on your Brand archive pages you have to direct the Filter Set to “Common WordPress pages” -> “All archive pages for selected post type”.

But if you created Filter Set for your Category pages it expects that you have specific for this type of pages WP_Query and it is different from WP_Queries on other pages. Different WP_Queries have to use different filtering algoritm for filtering and that’s why you can not use the same Filter Set for simulteneously for both – Product Category and Brand pages. So it is technical moment.

About displaying and not displaying Brands on different pages. It is not a glitch but expected behaviour. Filtering is process of narrowing of products that you see on the page before filtering. In other words you can not add new products, but only narrow products list by selected criteria. So if you open a Brand page you will see products related with this Brand only. And that’s why you can not select another Brand because there are no products from other Brands on the page. You can set “Empty Terms -> Never hide” in your FIlter Set and you will see other Brands in the filter. But all them will contain 0 products because the page does not contain products from other Brands.

— Thank you for your positive review and many thanks for Italy about the support for Ukraine. It’s very important for us.

Hi I have purchased the Pro version of the plugin, but it doesn’t work on my site.

My site is built with Divi and I have used the Page Builder.

Of of the page on my site which have the filter is: http://rrsolutions.storenza.com/product-category/shelter-system/

Appreciate if you could help me solve this issue.

Regards Amir

Hello amirakhbari

Thank you for using Filter Everything PRO.

Possible reasons are:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.

Hello, We have a problem with your plugin: I use a woocommerce product-list object in Oxygen Builder and a ‘filter everything’ price filter. But in a product category page, that price filter does not filter products. (In the search page this combination is working fine)

Do you know how I can solve this problem? A link: https://staging2.playtoday.nl/product-categorie/art/

Kind regards Edzerd Boersma

Sorry, my fault; It is solved; I had to fill in the field ‘CSS id or class of the Posts Container’ with an id. Thanks for the plugin! Kind regards E Boersma.

Hello Edzerd Boersma

Thank you for purchasing the plugin and for your notification that the problem is already solved :-)

If you will have any questions, please let 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