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.

9142 comments found.

Sorry, I am trying to create a new filter but I get error, the problem is I don’t know where it is as your plugin does not highlight it, it just prompts the error and that’s it

Hello fringuello85

Can you please send me screenshot with the error? You can optionally send it via PM, if you click on my username. But please, let me know here in comments that you did it.

Thank you.

Hi, i use Pro version (d…..plugin)

i need filter a custom post

i follow the documentation: https://filtereverything.pro/resources/plugin-settings/#ajax

But when i click to apply button the url is update but the list of item is the same.

Can you help me?

Do you need more information?

I solve whit field “And what to filter?” and select …. query #2, but i don’t understand, what does it mean?

Is it possible to have the filter in all sections of the site? Putting it for example in the footer?

Hi dexanetplugin

Thank you for using the plugin.

Indeed, if you selected wrong WP_Query in the “And what to filter?” field the results may be wrong. WP_Query is posts request that selects posts from DataBase. Since there is often a situation where there are several different WP_Queries on the page, you have to specify it explicitly what exactly should be filtered. Otherwise filter will be applied to all of them and you will get filtered posts in posts grid, in posts widget, in main menu etc.

Out of the box there is no possibility to display filters on every page of your site, because in 99% cases there is no the same WP_Query on all such pages. But if you have the same posts grid on every page of your site I can provide you with code example that allows you to display Filters widget on these pages.

Hi Filter Everything PRO,

I am using your plugin and am also very satisfied with it. However, I am wondering if it is also possible to apply Conditional Logic in combination with ACF.

Example: If the visitor enters choice X in a radio button, then ACF filter XX becomes available. If the visitor enters choice Y in a radio button, then ACF filter YY becomes available.

Is this possible? Please hear!

Hi OH-MarketingWierden

Thank you for your warm words about the plugin.

In general it always is possible if you are familiar with PHP coding :-) Out of the box such feature is not provided by the plugin (provided only ability to hide one filter in dependency from selection in another filter), but it is not so complex to implement it.

Every filter’s HTML contains its unique CSS class. For example .wpc-filters-section-120 or .wpc-filters-section-630 If you are able to attach specific CSS class to the body tag in dependency from the selected value in ACF field, it remains only to write some CSS that hides all filters by default, but make them visible if X or Y CSS class is added to the body tag.

Hi there, I’ve set up a filter with Elementor which has been working fine, however I’m trying to make a variation of that on a duplicate page and no matter what I do the ‘And what to filter? Select WP Query you want to filter’ section will not pick up the query (was exactly the same on the working page so I dont get it) Any ideas?

Hi R3nderBoy

It may be result of cached WP_Query. Try to do next trick – update your second page, maybe update some setting in its Elementor module and right after that try to open you Filter Set and to check if it shows desired WP_Query.

Greetings of the day,

I hope this email finds you well. I have purchased your lovely plugin and wanted to use it in my website. I want to filter my custom posts with custom taxonomy and custom fields. I created a filter set and have assigned a page for the posts and used the short code of the plugin in the page. The filters don’t filter the posts list. I tried to fix it with assigning a custom id for the posts but still nothing works. Please guide me or help me solve this problem.

I am looking forward to your assistance.

Hello hudabirashk

Thank you for using Filter Everything PRO.

I have to say that it is known issue when Filters widget shows the correct number of posts found, but posts are not filtered and remain the same. 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.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.

Sorry, I have gone through the previous comments but still, even after selecting “use for variations” the Range option is grayed out (as someone else also posted previously). I am pretty sure I have just imported numeric values, it’s a custom field….

solved

Hello fringuello85

Thank you for using Filter Everything PRO.

I’m glad that your problem is already solved :-)

Hello, Stepasyuk!

I have this strange bug going on in my website. The problem is that filter is filtering correctly through Ajax for Administrator user and e-shop administrator. For all other users filter does not work. Neither with Ajax, nor with page reload. Could you please check it out and let me know what is wrong? Webpage is pradesiunuopirmadienio.lt I can send you temporary login.

Thanks!

It is good that all you visitors are logged in. It looks like solving of such issue should be easier.

In general if you show two different post loops for your two different user groups, you have to create two Filter Sets for every such post loop. But to “catch” WP_Queries for both of them, you have to display both these loops simultaneusly and at this moment update your both Filter Sets.

Hello Step,

There is only one user group in my case – subscribers. There is only one post loop. I don’t understand why its working for me as website administrator, but not for them. Maybe I could tweak some options in settings so the filter would work for them? Or is there another issue? Maybe I could give you access to the website so you could see where the problem hides?

Hi Step,

I uploaded filter to test page here: https://pradesiunuopirmadienio.lt/testing-filter/

And I get this error: Uncaught TypeError: Cannot read properties of undefined (reading ‘replaceWith’) at Object.success (filter-everything.min.js?ver=1.6.5:1:8441) at c (jquery.min.js?ver=3.6.1:2:28327) at Object.fireWith [as resolveWith] (jquery.min.js?ver=3.6.1:2:29072) at l (jquery.min.js?ver=3.6.1:2:80045) at XMLHttpRequest.<anonymous> (jquery.min.js?ver=3.6.1:2:82499)

Maybe this is the reason filter does not work for other users as well? If you need the updated plugin support for this case, let me know.

Is the filter pro pricing a one time fee? No annual fees?

Hello nikgordon33

Thank you for your interest in Filter Everything PRO.

Yes, exactly. You have to pay one time for the plugin and you will get lifetime udpates for it. This allows you to use the plugin on two websites – on your production website and on its development copy.

How do I remove Select {placeholder} from the dropdown and keep my own placeholder in place?

Hello ovchtc

Thank you for using Filter Everything PRO.

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.

Hi there, how can I exclude pages from having a filter? on one website I did this in the widget section but on my other website, this function is not there anymore.

Hi sbkrick

Thank you for using Filter Everything PRO.

If you want to hide Filters widget on some pages you can use plugin “Widget logic” that allows you to add conditions where to show or hide a widget.

This should work with the Divi Theme but I cannot find the widget to add it to the site after creating a filter set.

Hello Smaht_Ideas

It seems you use function “Apply button” which may be not so easy to configure if you use the plugin first time. Try please to configure it in regular mode without “Apply button” mode and then, after you will ensure that it works in regular mode, try please to enable and configure “Apply button” feature. Also, pleas do not enable AJAX, until you configure all these things.

You always can creaate a refund request in the from in your account on CodeCanyon, but to get refund you have to provide reason that meets CodeCanyon Refund Policy Rules. Please, check them here – https://codecanyon.net/page/customer_refund_policy

Thank you. Regards.

Stepasuk – I have requested a refund as the plugin is not working still after trying all of your suggestions.

Hello Smaht_Ideas

Ok, sure. I see your request, it will be processed as soon as possible.

Hello we asked this question last year and wanted to recap this from about 2 months ago.

If you will purchase PRO I will provide you with code example how to add images for the terms.

Also how can I export items to then import back in? Used for backups and such, thank you very much, we are working our way through options now to see how this filtering can work for our needs, it’s honestly the best we could find to date, yet not a bloated mess like many are becoming today.

Less is always more :)

Hello ingenuitor

I have good news for you. From that moment I have already added full support of images and color swatches for filter terms. You can read more about them here – https://filtereverything.pro/resources/brands-and-color-swatches/

Thank you for you warm words about the plugin. I would be thankful to read them in reviews for the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508 :-)

Thank you in advance!

Thank you and how can I export / import filters / settings back in? Used for backups / staging and such, thanks.

Hello ingenuitor.

Unfortunately the export/import feature for the moment is not developed for the plugin because there are more urgent features that should be done before. But I already have this task in my development schedule and will add it in future plugin updates.

Hello! Pre-sale question: I have a job site using WP User Frontend Forms Pro, and Filter Everything (free).

WPUF uses URL parameters for registration/subscription links, and it seems to be clashing with FIlter Everything, even though the parameter slugs are different. It just shoes 404 pages whenever I try to visit a non-search page with URL parameters – I see that Filter Everything Pro lets you choose the pages it shows up on, so would getting Pro solve this issue?

It also gives a 404 error with any standard page with a similar page slug. For example, I have a filter parameter called “salary”, and a page with the slug “salary-transparency” – it won’t load! When I remove “salary” from the slug, it works fine

Hello bojomedia

Please, provide me with links to the pages with this problem. You can optionally send them via PM. For the moment I can’t say if this problem can be solved with Filter Everythig PRO.

Thank you.

PRESALE:

Hi,

I checked free version and would like to go with PRO version, I would like to know if your plugin supports filters for wordpress admin? We would like to add filter to ALL PRODUCTS page on woocommerce. Can please suggest if this is possible with hooks.

Hi csoftech

Thank you for your interest in Filter Everything PRO.

I’m not sure what you mean “filters for admin”. If you need filters in the WordPress dashboard (admin panel) my plugin does not allow you to filter inside dashboard. Only in frontend.

About all WooCoomerce pages – yes, it works on any page – Shop, Product Category, Product Tag, Taxonomy archive, date, author archive etc. On singular pages it also works, but you have to create individual Filter Sets for every singular page.

Hello! Is it possible to show in dropdown filter only options which have values in them?

Hello inbox23

Yes, sure. Just set the option “Empty terms” -> “Always hide” in your Filter Set.

Hello! How to remove stock text which comes with Dropdown filter? (- Select %S -)? I want it to be empty.

Hello inbox23

Thank you for using Filter Everything PRO.

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.

Hello! How to remove “Edit Filter Set” announcment under the filter which could be seen through ADMIN view?

Hello inbox23

It seems you know that it is visible for logged in administrators only. But if you need you can hide it with simple CSS:
.wpc-edit-filter-set{
    display: none;
}

You can add it in Filters -> Settings -> Experimental -> Custom CSS.

Two different filter sets for two different page sections but for the same custom field don’t work independently – https://study.ptc.edu.au/units. (Ajax is disabled.) Also, filters don’t work if I set a page as the home page.

Hello jaredhood

Thank you for using FIlter Everything PRO.

I have to say that two Filters by the same custom field on the same page can not work independently. Both of them use the same filter slug and URLs with their filter parameters looks identically. So if you open page with URL that contains filter slug for this custom field, both filters in both Filter Sets will be affected. It is expected behaviour.

If you want to use filters on your Homepage, please try to set different options in the “Where to filter?” field:
1. “Common WordPress pages” -> “Homepage”
2. “Pages” -> “Your home page name”

One of them should work for you.

Please help! The filter isn’t showing up on the single product page. I followed the procedures in the documentation to no resolve.

Hello jahbiz777

Thank you for using Filter Everything PRO.

It seems you did not configure your Filter Set correclty. If you use “Apply button” mode I recommend you to configure Filter Set without it first and to check if filters appear on the page. Also you have to insert Filters widget in the widget area that appears on your single pages.

Please, let me know if it was helpful for you.

same issue. im running the following wordpress, woocommerce, wcfm… the filter works everywhere excepts for the single product page. i dont know if youre familiar with my setup, ...Can you test it and your side if possible and help me to resolve ASAP

Hello jahbiz777

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

Thank you.

Hello, we have included “Product Categories” as a filter but they are not adjusting for each sub-category we click in to. They are always top level showing all categories. All of the other filters in the same set are adaptive in that options are hidden if theyre not added to products you are viewing.

Hello AP4571

Thank you for purchasing the plugin.

Plese, provide me with link to the page with such example. And also screenshot with short explanation would be great. Optionally you can send it via PM, but let me know here in comments about this.

Thank you.

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