Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,659 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8952 comments found.

Will this work with listingpro theme…

Hello mereradhakrishan

Thank you for your interest in the Filter Everyhing PRO.

Sure, it will work.

Regards.

Hi, Thank you Filter Everything PRO. Now I have 2 issues. Please help me.

My website : https://www.pressbraketool.ru/amada/

1. I use elementor , left is filter, right is products, I create many products catalog and product attribute. First tab is right, but second tab is wrong, It can display Filter , but don’t work for filter result.

2. First tab can filter result, but why display more pages .

Would you mind guiding me? many thanks.

What you mean is that my current method is unable to filtering ?

Yes, and it would be very complicated to maintain it. So our suggestion here is to create one product loop grid, that will display all of the available products. Just apply one more filter in the filter set that will show products like you did with switching to another query.

Best Regards,
- Victor

OK, thanks . I try it.

Hi, do you plan to support Gutenberg’s built-in Query Loop with pagination? Currently, pagination doesn’t reset showing empty results when changing filters. I read all the comments here for the last year with the same issue. The only question here is do you plan to support the standard way of Gutenberg? Maybe creating your own pagination block would be the easiest solution.

Hi Krisztian

Under perfect circumstances, perhaps from the next month.

Best Regards,
- Victor

Hi, is there any chance to solve this? Searching the forum I see the same question and same answer (will be released soon) again and again. Many months passed, but it still doesn’t work with an FSE theme / Gutenberg.

Hi Krisztian

We’re sorry that this feature has been delayed so many times. While we are unable to directly resolve the issue, we will certainly escalate your concerns to our development team. But to be fair, at the end of the day just like you, we can only wait for it to be released.

Best Regards,
- Victor

My plugin is locked to updates. I obtained and entered the license code per your instructions, but I’m getting a message that the license is already in use on two sites. But I’m using this plugin on only one site,

How can I get this resolved?

Hi wuncle

It means that you didn’t deactivate the license on other sites. You can send the license key via PM so we can deactivate it on all of the sites.

Best Regards,
- Victor

We deactivated it on all of the sites, so now you can activate it on the needed ones.

Best Regards,
- Victor

Hello, is it possible to embed the search blocks in a modal view? For example a floating button that opens a drawer with the filters?

Hi giessedati

If you know how to make modal windows and place there a shortcode [fe_widget] – https://filtereverything.pro/resources/shortcodes/ and turn off collapse options from the filters -> settings -> general then everything will work.

Best Regards,
- Victor

Hi,

Sorry for I don’t know how to add brands logo to dropdown in filter set and control the brands logo image size , I have read https://filtereverything.pro/resources/brands-and-color-swatches/, but I don’t know to to use. Would you mind guiding me? many thanks

I am using Perfect Brands WooCommerce and want to show brands logo in dropdown option and control the size of the logo in dropdown option, many thanks

Update: I have just checked by disable plugins one by one and found it is because conflict with my another plugin “WPCE – WooCommerce Parts Compatibility Editor” https://codecanyon.net/item/wpce-woocommerce-parts-compatibility-editor/24115209 I have already sent the credentials. Please help to check, thanks

Hi chris_yks

We have checked the site. And the issue here is that you are trying to filter taxonomies instead of the products. You need to display products on the page in order to filter it. In short, if the page displays categories/sub-categories our plugin won’t make the products appear if you choose any filter term. You need to display the products on the page in order to filter them.

As to the plugin compatibility, unfortunately, we cannot help here, as conflicts with third-party plugins are not included in the support policies here on CodeCanyon. We can add it to the list, so it can be checked later on. But this list is fully dependent on the plugin’s popularity.

Best Regards,
- Victor

Hello! Since today I have a problem with Filter everything Pro. When I try to select a filter from any category, the message appears: It appears that this page does not contain a container with the specified «HTML id or class of the Posts Container». Try to specify the correct one in the Filter Set settings or the common plugin Settings. How can this problem be solved?

Hi elnicron

Thank you for choosing Filter Everything PRO.

In the filter set settings you need to specify the product’s container with pagination in the “HTNL id or class..” input, to update it with AJAX. You can find instructions on it here – https://filtereverything.pro/resources/plugin-settings/

Best Regards,
- Victor

Hello,

we recently installed the free version and filtering worked so far (with divinext woo product grid) since yesterday (I’m not aware that something has changed, maybe a plugin-update?) filtering does not work anymore we now have installed the pro version, but still no luck

i’ve discovered, that the url-parsing works so far, example: [tax_query] => Array ( [0] => Array ( [taxonomy] => product_cat [field] => slug [terms] => Array ( [0] => batterien ) [operator] => IN ) [1] => Array ( [taxonomy] => product_visibility [field] => term_taxonomy_id [terms] => Array ( [0] => 10 ) [operator] => NOT IN ) [relation] => AND ) [wc_query] => product_query but this is onnly in “pre_get_posts”. The Final query does not have any additions from your plugin, it looks like: SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) JOIN wp_icl_translations wpml_translations ON wp_posts.ID = wpml_translations.element_id AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (141,220,221,230,298,517,535,570,686,810,826,983,1088,1116,1133,1213,1214,1500) ) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND ( ( ( wpml_translations.language_code = 'de' OR ( wpml_translations.language_code = 'de' AND wp_posts.post_type IN ( 'product','document_template','et_header_layout','et_body_layout','et_footer_layout' ) AND ( ( ( SELECT COUNT(element_id) FROM wp_icl_translations WHERE trid = wpml_translations.trid AND language_code = 'de' ) = 0 ) OR ( ( SELECT COUNT(element_id) FROM wp_icl_translations t2 JOIN wp_posts p ON p.id = t2.element_id WHERE t2.trid = wpml_translations.trid AND t2.language_code = 'de' AND ( p.post_status = 'publish' OR p.post_status = 'private' OR ( p.post_type='attachment' AND p.post_status = 'inherit' ) ) ) = 0 ) ) ) ) AND wp_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','et_pb_layout','project','product','product_variation','document_template','et_header_layout','et_body_layout','et_footer_layout' ) ) OR wp_posts.post_type NOT IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','et_pb_layout','project','product','product_variation','document_template','et_header_layout','et_body_layout','et_footer_layout' ) ) GROUP BY wp_posts.ID LIMIT 0, 36

do you have any idea what to look for?

Yes, that was the case, everything is working now.

Best Regards,
- Victor

works! thank you, so somebody messed up the settings .. good to know ;)

Gland to hear that everything is working.

Best Regards,
- Victor

Hi, when we are filtering products, if we have three of the same filter type selected, the site goes to the homepage as if there was some kind of redirect. I’ll leave the URL so you can check and also a screenshot. https://ferramaq.pt/marca/milwaukee/

https://prnt.sc/0QNWALLjM0yn

Can you help us out?

Thanks.

This issue is related to how you named your categories and subcategories – https://prnt.sc/oL8nHYIB3Cow (we changed the first one and it is working with it – https://ferramaq.pt/marca/milwaukee/tipo-de-produto-chaves-de-impacto-and-fe_chaves-de-impacto-1-and-maquinas/ you cannot use the same just with additions like -1 or -2 or -something-else. It should be either unique or, use instead of – use _ to be like this chaves_de_impacto_1

Best Regards,
- Victor

Okay. Thank you for the help. We will change that.

Hello, I receive this message on the WordPress backend login page:

Warning: the foreach() argument must be of type array|object, bool provided in /home/mysite.com/public_html/wp-content/plugins/filter-everything-pro/src/Entities/ EntityManager.php on line 640

I followed the procedure indicated by chris_yks here: https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/comments?term=EntityManager.php&from_buyers_and_authors_only=0&order_by=newest

Unfortunately, it didn’t work. I also cleared the site cache, but I still see the same message.

The plugin still works correctly.

Can you help me with this issue?

I have sent the credentials.

This error was removed in the next update there should be a fix included.

Best Regards,
- Victor

ok. Thank you!

Hi, we have colour filter in the product page on our website. We want to change word “or” to “of” in the url when we filter more than 1 colour. For example, the url https://poufspillows.nl/product-category/poefs/kleur-paars-or-rood/. We need to change the word “or” to “of” because we are using dutch language on the website. Could you help us about that please?

Thank you

Hi PoufsPillows

We strongly would not recommend changing it. But here is the code example that you can use in your functions.php file:

// Change the or/and to custom values
$container = \FilterEverything\Filter\Container::instance();
$modifiedFilterService = new \FilterEverything\Filter\Filter(array('or' => '-orrrrr-', 'and' => '-anddddd-'));
$container->addService('filterservice', $modifiedFilterService);

Please note, that we are not responsible for the result and stability. With ‘or’ and ‘and’ particles it has been tested and works. Others were not tested.

Best Regards,
- Victor

Hi Stepasyuk, I am having an issue with Filter Everything Pro plugin in tablet mode. I have 1 filter set working fine in desktop & mobile but not in tablet view (from 768px to 1023px in portrait orientation). Look at this link: https://www.patrucco.it/disma/video-cerca/

When I click on the filter button (“Filtro”) the popup opens, I write the text to find but when I click to Find button (“Cerca”) the popup automatically is closed. If I re-click on the filter button the text to search is still there and then after re-clicking on the find button the filter works. This problem happens only in tablet view from 768px to 1023px in portrait orientation, all works correctly in desktop & mobile view.

- I’m using the [fe_open_button id=”xxx”] shortcode where xxx is the ID of my filter set - In settings the 3 options “Collapse Filters Widget on Mobile devices”, “Special Pop-up Filters Widget for Mobile” and “Pop-up Filters Widget compatibility mode” are on (=activated)

I would really appreciate your support with suggestions on how to solve this problem.

Thank you Alberto Patrucco

Perfect! What did you fixed? I need to know because this website is test website and the final website would be on different domain/URL… (this is the reason why the plugin is already in the LOCKED status: I will be insert the license key only in the final definitive website). So I need to know what you fixed in order to replicate in final defiitive website. Thanks! Regards Alberto

Hi patruccosnc

So what fixed it is we placed the breakpoint code either in fucntions.php or code snippet plugin so it’ll work as it should. You made it with custom styling somehow, but the functionality wasn’t there.

Best Regards, - Victor

Hi Victor, thanks for your explanation. Best Regards Alberto

Hi,

How do i remove some items from showing on the dropdown list as they are showing (0) as I have removed some of the products but still shows on the dropdown list.

Also can I set items in order if they have been input as a text field or do i need to use select field for this?

Hi alanbrysoncom

1) You can go to the filter set settings and choose the “Hide empty term” to “Always hide” and all of the terms with (0) counter won’t be displayed.

2) In general if you are using an ACF custom field it is better to use checkboxes with the needed options, so you can choose the needed data for your post. Because doing it manually can lead to some minor errors in the text.

Some information on ACF can be found here – https://filtereverything.pro/resources/acf/

Best Regards,
- Victor

Hello, I have installed the pro plugin on my site https://igstudio20.com/shop/

The filter works perfectly when I am logging in the site as an admin, showing the filter results I want. However, when I tried to access/login the site as a customer or in incognito mode, the filter just doesn’t work. The filter counts in the sidebar is updated, but the product results wont change.

I have tried to reload cache and disable WP Rocket, but these measures doesn’t help. So may I have your help to take a look on this?

The login credentials has already been sent to support team.

Thanks. Gavin

Hi Gavin

Thank you for choosing Filter Everything PRO.

This issue is strictly related to the members plugin, or any other user roles with restrictions plugins.

By default, our plugin does not have any restrictions, as it can be used without login at all. But those user restrictions plugins do not allow the execution of some code, and that is the issue. We’d recommend turning off all of those plugins and testing without them if everything will work as it should. You would need to make a request to the support of that plugin, so they can provide a fix so it won’t block any executions of the code.

Best Regards,
- Victor

Hello, I have purchased the filters everything plugin, and I need to activate the loading icon option but it does not work, I have activated the experimental function called “AJAX loading icon” but it still does not work, could you tell me if it works correctly, or where I could add some javascript code so that it is activated when you click the search button?

Hi axelbarrios

Thank you for choosing Filter Everything PRO.

More likely it is displaying. But because of your style, it might appear beneath your content. So you might want to check it on some page where it is not displayed or send the link to the page with the issue so we can check it.

Best Regards,
- Victor

Hi, I have bought the plugin, find the Purchase code on Support page, but when inserted to Licence Key Field on Plugin Settings page, it says, that it is Invalid licence key. Please help.

I have more questions – how to contact with you. I have a valid support. Thank you.

Hi orflex

Thank you for choosing Filter Everything PRO.

Please check this page in order to understand how to get the license key – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key

You can ask any other questions here, if you need to share something privately, you can do it via PM – https://codecanyon.net/user/fe_support

Best Regards,
- Victor

Dear Team,

I have another minor issue. Please refer this screenshot: https://share.zight.com/04uRPlPd When i filter something, In filter chips, Max is coming first and min is coming second, i just want to change the order of that. After Reset all field, i want min and then max. How can i do that?

Hi donowglobal

You can only redefine your chips.php template and sort the array in the right order before displaying the chips. More about templates overriding can be found here – https://filtereverything.pro/resources/templates-overriding/

Best Regards,
- Victor

I’m using the eliminator loop grid to display my posts and I have the filter everything filter on it. When I use the next button for the next page it rests the search. However, if I use the page numbers it works just fine.

Hi specialtyexoticsllc

That’s the pagination issue, for some reason, the next/previous buttons ignore the current URL with filters. But the numbers are working well. We’d recommend making a request to Elementor support and asking how this issue with pagination can be fixed, so the next/previous buttons would work the same as numbers.

Best Regards,
- Victor

Can’t activate license. Return “Unknown Error” When i pressed submit.

Hi vesd

We have checked the site, and instead of the widget, we placed a shortcode in the template via Oxygen and placed the filter set on the needed page. Everything is working now.

Best Regards,
- Victor

Thanks for good and fast support from You! I am very glad! I’ll take a look at the plugin settings and leave a review!

Hi vesd

Glad that we could help.

Best Regards,
- Victor

Hello I am using your pro filter on my website and set up about 20 ACF but the filter only works on one of my pages – https://www.staging9.locators.co.uk/product-category/combilift/aisle-master/ – and the filter the does not work on any other caegpry page and also does not show all the acfs.

https://www.staging9.locators.co.uk/product-category/toyota/industrial-forklift/ – page its not working on, can you fix this for me please, I would like the filter to work on all categories pages as intended.

Also How do it turn off the auto filter, as whenever I select a dropdown it then search and does not let me choose all of them before filtering

Yes, so turning the theme builder off works. THats great thanks. Last issue is that it is still filtering as soon as I sleect something? I want to be able to select all feilds then press filter at the bottom? can you check this for me please.

https://www.staging9.locators.co.uk/product-category/toyota/warehouse-automation-solutions/ – another bug if you can fix. The dropdowns when page load is not -(jQuery plugin Select2) – But then once you click one it loads the (jQuery plugin Select2)

Hi dibben1

It seems like everything is already working normally, and you turned on “Apply Mode” as well.

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