9012 comments found.
Have created my first filter on a Woocommerce Archive Page. Really impressed with the plugin, easy to implement and the plugin nudged me in the right direction when I didn’t get things quite right which was useful too!!
However, I’ve got stumped on something that I’ve been able to do with other filters in the past and I would appreciate some guidance on where I’m going wrong.
The item details mentioned the “Search field” filtering options. I’ve been able to turn on search for each individual filter (I’ve got a few set up for ACFs and these work well). However, I cannot see how to create a search filter that sits above/independent of the other filters that would give user the opportunity to filter the archive page by any keywords.
Many thanks,
Tim
HI ThisIsEverclear
Thank you for using the plugin.
This feature is under development for the moment and will be implemented in next plugin versions. I’m not sure what will be approximate date when this will be ready, but I will notify you about it in this comments thread.
Thank you for the swift response. That is great to hear. I shall keep an eye out for updates.
Hello ThisIsEverclear
I’m glad to inform you that built-in Search Field compatible with filters, AJAX and that allows you to search Woo products by SKU was added to the latest plugin version 1.7.8. You can update it automatically if you have activated your License key or download zip here on CodeCanyon.
Thank you. Regards.
I’m working on a school’s site where they want to feature their school programs. I have a filter set up to filter programs by grade. The problem is the grades are not in the correct order on the program finder (see here: https://ibb.co/P1q3zrN ) The order it should be in PreK, Kindergarten, 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th, 10th, 11th, 12th.
Here are my settings for the Filter Set: https://ibb.co/kyKr84Q The filter is on a custom field. Here are the custom field settings: https://ibb.co/V35SbDt
How can I get these choices in the correct order?
Hello Figsburry
Thank you for using the plugin.
This is support forum for users, who purchased the plugin. Free version users can get support on the WordPress.org forum – https://wordpress.org/support/plugin/filter-everything/
If you purchased the PRO, write pleas your request from the account, where you did it.
Sorry, the plugin was purchased by my boss but it appears it was on another Envato account. Going onto there now.
Hi, it does not seem that the price filter, is not taking the WC tax setting into consideration when making the price slider (the slider shows no tax) regardsless that the WC setting is “Input prices without tax” and Show in shop: Including tax.
Is there any easy fix for this? or is there a hook we have use to modify the filtereverything loaded value for a meta field? (ie _price)
HI tigermediadk
Thank you for using the plugin.
It’s good question I have to say. I tried to find quick solution for this, but realized that it requires more than 1-2 hours to solve this task. In this case I added this feature in my development plans list and will implement it in future plugin updates. I will notify you here in this comments thread when this will be ready.
If you want to try to fix it via hooks, you can use two hooks:apply_filters( 'wpc_query_vars', $this->queryVars ); that allows you to modify all incoming filter values including price filter.
And hookapply_filters( 'wpc_terms_before_display', $terms, $filter, $set, $urlManager );that allows you to modify term values before they will be displayed on the page.
To use first hook wpc_query_vars you have to replace the file /filter-everything-pro/src/RequestParser.php
with this file – https://gist.github.com/wpserve/d5b0abdac499f21495d744b3169d9b58 (this file is for the next plugin version so you may not worry about updates)
As fastest and simpliest option you can change title of your price filter to “Price (without taxes)” to explain visitors that prices are without taxes.
I hope this will be useful for you.
Hello, I want to buy plugin PRO, but I need to know at first, could this plugin search/filter by ACF fields like this:
1. Group field – with subfields values (text, number etc.) https://prnt.sc/vpCiCwIhyHdv 2. Repeater field – with subfields values (text, number etc.) https://prnt.sc/POZiXwjmIZfCПривіт, mihajirov25
Thank you for your interest in Filter Everything PRO.
In general Group field contains subfields and you can filter by them. But you have to know how ACF gives name for subgroup fields. For example if group meta key has name “origin”, subfield meta key has name “country” the filter’s meta key by this subfield should be “origin_country”. So you can filter by Group subfields.
In case of Repeater all subfields have dynamic keys like “terpenes_0_key”, “terpenes_1_key”, “terpenes_2_key” and so on. In this case you CAN TRY to create filters by such keys. BUT you don’t know how many times repeater will be used for post/product and it seems it is bad idea to create 10 potential filters. Also all them will be separate filters like:
Repeater 1
- term 1
- term 2
Repeater 2
- term 3
Repeater 3
- term 4
I’m not sure such repeater filters will be ok for you.
Hello. I sent a reply, but cant see if you saw it. About the first problem, it happens randombly. https://i.imgur.com/fGAHkEz.png Here the checkbox is not showing even wthout the display none heres the site http://parki.laravel.studio/brand/3m-peltor-2/ . So baceically sometimes it shows when it shouldnt be seen, because of no products on sale and sometimes it dosnt show even if we have products on sale.
Hello WDMarket
It looks like cache issue on your site or maybe server. As I said in the last answer for you, you can send me credentials to your /wp-admin and I can check it on the code level if there is bug or issue with my plugin. For 99% I’m sure that there is no bugs (because I checked similar problem more than 20 times and there were no any bugs)
Hello WDMarket
Thank you for your credentials, but I hope you know that these comments are publicily visible and everyone can use credentials you published here. That’s why I deleted your comment with passwrod.
I checked your site and it looks like now it works fine. It seems it was cache issue. If you will have similar problem in the future, try please to update Filter Set that has this problem. This action resetes inner filters cache and may help to solve the problem.
Hello. Thank you! Didnt know that. Hmm. The problem still seems to be active when removing on sale prudcut. https://i.imgur.com/1r4CroJ.png after clearing chache and updating the filter
WDMarket
As I told you before I would be glad to continue to help you with this, but your support period expired. My time of course costs money as yours. So that there to be justice you have to continue support period.
In general I’m still thinking that it is cache problem. You can check this if you add to your URL any unique GET params. For example http://parki.laravel.studio/brand/3m-peltor-2/?a=1 or http://parki.laravel.studio/brand/3m-peltor-2/?a=2 or http://parki.laravel.studio/brand/3m-peltor-2/?x=b
Every time you add such GET parameter your server 100% will send you non-cached version of the page.
Hi Stepasyuk!
I’m facing 2 issues. I wonder if you have solutions.
1. The filters doesn’t work for “draft” and “pending review” pages. Can we make the filters available for those pages?
2. For a checkbox (or the dropdown) with all the categories, is there a way to show the hierarchy?
Thanks!
Hi expomangersante
Thank you for using the plugin.
1. Unfortunately filter can not work on pages with status Draft or Pending review. Pages should be published first. But if you want to hide them from other people, you can use password protection for such pages.
2. Hiearachical option is available for the Checkbox view and for hierachical taxonomies only (for example for Categories, but not for Tags). For the Dropdown view it will be available in the future updates, but it will not happen soon.
Great. With private page it worked.
And thanks, I found the option to show the hierarchy! Only one more thing, is it possible to have the hierarchy unfolded be default? Now, people have to click the ”+” sign to see child categories. It makes it hard to see all the categories at once.
I’m glad that it works for you.
For the moment unfortunately you can’t make parent items opened by default, but I have this task in my development plans list and I will definitely add this feature in future updates. I will notify you here in this comments thread about the reasult.
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508Hi expomangersante
I’m glad to inform you that in the latest plugin version 1.7.1 you can make hierarchical filters opened by default. As it is not very popular feature, I did it via hook, but maybe I will add this as separate option in the plugin UI later. Please, see how to make a Hierarchical filter opened by default here – https://gist.github.com/wpserve/aaa55f33224196671883116d6f694e32
Hi Is it possible to only show parent product categories in the category filter and then only show subcategories in another section after the main category has been selected. ?
HI TheFOX
Thank you for using the plugin.
Unfortunately you can not user the same filter criteria twice or more in one Filter Set. But maybe the Hierachycal option will be useful for you. Here is example of how it works – https://prnt.sc/Gq1qtOEeGgs0 and here is demo https://demo.filtereverything.pro/posts/
This option can be activated under “More option” sectoin of the category (or any hierarchical taxonomy) filter.
Hi! Is it possible to make something like toolbox or hint on hover the filter title? For example, we have the filter “Matrix type” and when the user hover the mouse on this title appears the small explanation of difference of the types.
Hi gerog
Yes, sure. Use please Tooltip option under “More options” of a filter. You will get tooltip as on example – https://prnt.sc/u6dLc9B9jubK
Hi, I need to display filtered products ordered by date when they are created in desc. How to do that?
Hi dinohajric
Please, try to use Sorting widget to allow users to sort products in desired order – https://filtereverything.pro/resources/sorting-widget/
If you want to display your products sorted by date by default, you can use recommendations for example from this article – https://rudrastyh.com/woocommerce/change-defaut-product-sorting.html
Hi Stepasyuk,
I would like to know if there is a way to have all the drop downs connect in line without the space in-between and move the title of the dropdown inside the dropdown box instead of above the dropdown box?
See here on my test site the way it is now: https://wordpress-676661-2374400.cloudwaysapps.com/fine-jewelry/
See here the example of how I what it to work & look: https://www.overstock.com/Jewelry-Watches/Rings/Stackable,/ring-style,/2360/cat.html
Thank you for your time!
Hi briandonna
Try please to activeate for each filter option “Folding” under More options and you will get the same result. See example – https://prnt.sc/cQEamfr_c76s
Hi Stepasyuk,
I did what you said and that worked, but I would like it to work with one click, right now it takes two clicks, by that I mean when you click on the filters it opens a box and then you have to click in that box for the dropdown to drop. I would like it to be one click, (click on the filter and the dropdown drops), is this posable? If there are a lot of steps a customer gets aggravated and leaves, so, I am just trying to eliminate a step.
If this is posable, please give me some in Guidance instructions?
I would like it to work like this: https://www.overstock.com/Jewelry-Watches/Rings/Stackable,/ring-style,/2360/cat.html
Thank You for your time! Brian
Hi Brian
If the folding option isn’t ok for you and you want to customize filters layout you can do it with template overriding feature – https://filtereverything.pro/resources/templates-overriding/ But it requires to be familiar with PHP/HTML/CSS coding or ask a developer to help you with this.
I hope this will be useful for you.
The reset filter function doesn’t work show – what to do?
Hello iamdanieljs
Thank you for using the plugin.
Let me please know more details about the problem. For example send me link to the page, where you see this problem. Optionally you can send it via PM, if you click on my username.
Hi, I need help with using the Range options. I created a custom field, a type of Number but I still can’t choose the Range when creating a new filter
Hi irealife
Send me please link to the screenshot with your filter options where you can not select Range view for the filter. Optionally you can send me credentials to your /wp-admin in accordance with this document
Ohhh wait, I see you meant to use Custom Field Num from your filter plugin, right? Now that means that I have to add custom field that is Number as well? or it can be text on my side and the plugin will convert text to a number?
To use Range view your filter should be Custom Field Num filter only. And your meta field should contain numbers only. If your field contain any text information, but not numbers they will not be converted and your range filter will show 0 – 0 as Minimum and Maximum filter values.
Yes, I think I got it, it should be a Number field too. It’s working but now I have another question.. Let’s say I have products of prices like [450,500,670,980] Can I start the range with the minimum number 450 instead of 0 ?
It’s actually not filtering it.. I think I’ll send you a username anyway to check it.
I sent an admin user for you to check, don’ worry about the database, I have a backup for the entire database in my computer, you can delete whatever you want if needed or if by mistake.
Hello irealife
Thank you for your credentials.
I checked your site and realized that you tried to configure filter for All post type archve pages, but in the same time you did not specify a page for posts.
In this case you should either to select Page for posts in WordPress settings or to point your FIlter Set to the Any Category page. I did the last thing.
Also I found a bug with URL prefixes and I recommend you do not use ”_” as first symbol for Custom Field Num filter. I will fix this moment in future plugin updates. Sorry for the inconvenient.
Now filter works as expected.
1. What do you mean, the “Post Type to filter” wasn’t set? or you mean something else?
2. I used that_prefix_ syntax because the guy from your tutorials recommended that I think, but thanks for the update.
3. What about showing the Shortcode with the TITLE option instead of ID, can I do that?
Hello irealife
1. No, no I mean the option “Where to filter?” of the Filter Set. To allow Filter Set to work on “All archive pages for this Post Type” in case of post type “Post” you have to specify “Page for posts” in WordPress -> Settings -> Reading.
2. Yes, I know about this moment in that video. Now I fixed this bug and you can download the latest version 1.6.4 of the plugin here on CodeCanyon and use any prefixes – with ”_” or without this symbol.
3. No, you can’t use title. You can only use Filter Set ID and it will work only in case if the Filter Set option “Where to filter?” matches to the page, where you insert this shortcode.
1. Ok Weird.. I never had to set it up for the previous filter that I had and it was working fine, If I’ll ran into more issues I’ll let you know. Thanks and be safe, I totally understand your situation right now and this war is scary, this world is just getting worse and it’s so sad.
Ok, so the issue isn’t solved yet. I see that the range filter is saved but the results that I get is not based on the price, did you see that on the website?
Oh, actually it is filtering it, Thanks again
Hi irealife
Thank you for your care. I have to wish you to be safe also as I know about recent terrorist attacks in Israel. And I also have friends in your country.
I’m glad that finally you was able to get filtering to work. Let me know, if you will have any quesitons.
Hey, do we still have support? I need your help if you’re available
The plugin is breaking my website
Hi irealife
Usually we don’t work on weekends, but if you have problems after WordPress update to v 6.0 just update the plugin to the latest v1.6.5 which is compatible with WP6.0 You can find it in your CodeCanyon account, do not forget to create a DB backup before update.
i’m having a pagination issue on my website. filter works fine but once i click the second page it loads all the content can you please check . i’ll send the website link privately
Can you please give me an update ? this is the major issue we are having couldn’t go live with this issue
Hi marlenejguevara
Send me please link to the page with the problem and I will check it myself. You can send it optionally via PM.
Hi man i have sent a private message please check and let me know
Hi Stepasyuk, Any update ? if you need any access let me know
Hi marlenejguevara
I tried to check this, but it look like your site now in maintenance mode and I do not see the page. Please, send me credentials to the /wp-admin or disable maintenance mode.
Hi Stepasyuk, We have shared the credentials please check and let us know.
thanks again
hi Stepasyuk , we are waiting on your update can you please let me know ?. and did you get log in ?
Hi marlenejguevara
I asked you about correct credentials in Email. Please, check it.
Please check now and let me know here thanks
Hi Stepasyuk , are you able go through the issue ?
Hi May i know the status please
Hi marlenejguevara.
Sorry for the late response. I checked your site and realized that it has the pagination code that is not compatible with arbitrary structure URLs. Filter Everything uses such artbitrary structure, but your pagination is compatible with WordPress typical URLs only.
In this case I see two possible ways to solve the problem:
1. Try to find a pagination plugin that is compatible with any kind of URLs and it will be compatible with Filter Everything URLs.
2. Use AJAX filtering (I added correct value for the “CSS ID or Class of Posts Container”) but you have to fix this known problem with JS code for loaded by AJAX content – https://filtereverything.pro/resources/ajax-related-problems/ This requires JavaScript developer help.
Hi Stepasyuk,
Thanks for the Reply. i tried many plugins but it’s not showing the pagination it’s shows empty . can u suggest any plugins that will work with filter everything?
also i fixed the javascript error issue and ajax is working fine, issue is only in pagination
Hi Stepasyuk, Appreciate your effort to fix our issues.best customer service, and sorry for coming back to you again. can you please suggesting any plugin for our scenario?. OR any other way to fix our pagination issue ?
So as you mentioned in second part fixing javascript issue and adding a JS code which file i need to add that trigger in our case?
Hi marlenejguevara
I think WP Pagenavi should be ok for you – https://wordpress.org/plugins/wp-pagenavi/
You can add JavaScript code on your site pages in multiple ways.
1. To use theme options and insert JS code if the support such feature.
2. To use plugins like Code snippet or Header Footer scripts – https://wordpress.org/plugins/insert-headers-and-footers-script/
3. To inlcude JS-file in WordPress way – https://developer.wordpress.org/themes/basics/including-css-javascript/
Please, use the way which is best for you 
Hello Andrii
Presale question here. So, after extensively looking and studying for the best SEO integration for WooCommerce pages, I have found your plugin. And it seems that has powerful SEO potential for shop pages.
There is some competition out there, but it doesn’t have the functionally yours have. I have gone through whole documentation, and I think the most of the comment here on this platform.
My questions are generating H1, <title> and meta description for pages work out of the box with Elementor widgets? Like for example, does generating H1 works with Elementor page title widget or archive title widget with Elementor Pro?
I have checked demo based on Elementor builder but the H1 doesn’t generate base on active filter.
Thank you for your answer.
Hello SerAmantio
Thank you for purchasing the plugin.
To help you with SEO for H1 I have to see the page with the problem. Please, provide me with link to the filtering page, where you configured SEO Rule, but H1 does not work. And also make please support preparations on your site in accordance with this instruction and send me credentials from your /wp-admin to allow me to check the problem.
Thank you for quick response. I have sent you the credentials.
Hello SerAmantio
Thank you for your credentials. I checked your site and found Elementor title widget, that is compatible with SEO Rules and now it works as expected.
I’ve sent you example of working SEO Rule via email. Please, save DB backup with correct SEO Rules settings to use it in the future, if you will lost some settings.
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/comments
Thank you in advance.
Hello Andrii, I have sent you another email, if you need access to my site credentials are the same.
Best regards.
Hello Andrii, I just had a bit more time and been able to figure it out.
For anyone reading this with the similar situation using ACF text fields and puling data from it with the filter, everything pro also works with Elementor Page title widget since v1.6.4.
I think filter combinations don’t work with ACF, so I just created SEO rule for every variable, and now It is working as I wanted from the start. Good stuff Andrii, and thank you for your support on my store.
One thing I would love this plugin is to support Polylang multilanguage site integration.
I will definitely leave positive review.
Hello SerAmantio
Sorry for the late response. Usually I do not work on weekends. But I’m glad that problem was solved for you.
Regarding to Polylang I have to say that Filter Everything is compatible with this plugin and you can create different Filter Sets for different languages.
If you have problems with Polylang, let me know details about them.
Hi,
Apologies if this has been covered before but I can’t seem to find the answer. I have just set up the free version with the aim of purchasing the pro. The plugin works great on category pages.
However, the majority of pages we have set up use ‘Storefront blocks’ and the normal product grid to display our products. I can’t seem to get the filter to show on these pages and comes up with the message ‘The free version of the plugin does not support filtering on singular pages. But PRO version supports.’ But it is saying this on every page with the normal product grid.
Is this fixable or is it just not compatible?
P.S. Hope your and your family are safe
Hi tomdess
Thank you for your care.
In general free version is supported on the WordPress forum only – https://wordpress.org/plugins/filter-everything/
But I can say you two things:
1) If you use Gutenberg blocks they can not be filtered with any Filter Everything version.
2) If you see message “The free version of the plugin does not support filtering on singular pages. But PRO version supports.” it means you opened Singular page in WordPress context. Even you added there any products grid or listing it still remains Singular WordPress page. And product grid can be filtered on it only with PRO version.
Hey Stepasyuk, when clicking on a dropdown filter the select options are got styled absolute with 1729px top margin. Here you see a screenshot of that: https://prnt.sc/wYEH4YBA3JAN
Could you please help me with that?
Hello Resi1402
Send me please link to the page with this problem. Optionally you can send it via PM.
Hi I found a bug that modal windows stopped working on pages with a filter. Windows are called by the link: Callback The modal window does not open and we have an error in the console: Uncaught TypeError: can’t access property “classList”, this._element is undefined _isAnimated https://fenix.if.ua/wp-content/themes/raviol/js/lib/bootstrap.bundle.min.js?ver=202201072203-b-modified-1641592994:6 _initializeBackDrop https://fenix.if.ua/wp-content/themes/raviol/js/lib/bootstrap.bundle.min.js?ver=202201072203-b-modified-1641592994:6 Hi https://fenix.if.ua/wp-content/themes/raviol/js/lib/bootstrap.bundle.min.js?ver=202201072203-b-modified-1641592994:6 getOrCreateInstance https://fenix.if.ua/wp-content/themes/raviol/js/lib/bootstrap.bundle.min.js?ver=202201072203-b-modified-1641592994:6 <anonymous> https://fenix.if.ua/wp-content/themes/raviol/js/lib/bootstrap.bundle.min.js?ver=202201072203-b-modified-1641592994:6 n https://fenix.if.ua/wp-content/themes/raviol/js/lib/bootstrap.bundle.min.js?ver=202201072203-b-modified-1641592994:6
Help please.
< a class=”nav-link” href=”#open_modal_618a595ede7eb” data-bs-toggle=”modal” data-bs-target=”#”>Callback
Привіт Andret91
Дякую за придбання плагіна. Надалі продовжу англійською, щоб було зрозуміло іншим користувачам, в яких може виникнути подібна проблема.
In general this is known problem related with JavaScript code that should be re-initiate after AJAX loaded content was placed on a page. This problem is described in common details in this article – https://filtereverything.pro/resources/ajax-related-problems/
This expects that you have to re-init your JS-code that stops to work after AJAX loads filtered content. Or you can disable AJAX feature and use the plugin in page reload mode.
Thanks However, the error remains even if you disable AJAX in the module settings. Is there only one tick for this? AJAX for filters?
Let me know if your plugin compatible with woocommerce? If so, can you tell me for what reason the initialization of the re-updating of data does not occur after the completion of the ajax request that you are talking about? The website uses default Woocommerce functionality & Bootstrap only
Hi Andret91.
Of course Filter Everything PRO/Free is compatible with WooCommerce. Send me please credentials to your site in accordance with this document and I will check it myself.
Also send me please link to the screenshot with errors you see. Probably the reason could be in maintentance mode you enabled for your site.
The widget is not showing in my shop. hotopic.co.uk/shop
Hi mosley0305
Thank you for using FIlter Everything PRO.
It depends from your settings and it seems you did something wrong. Try please to make all steps in accordance with this quick instruction – https://filtereverything.pro/resources/quickstart/ and you will get desired result.
Hello, Is there a way to have it so it doesn’t show any posts until a filter is used? Thanks!
Hello Pappasdg
Thank you for using Filter Everything.
Sure, if you are famliar with PHP you can easily to add condition in your template file that shows/hiddens posts in dependance of is a filter selected or is not. You can use this function:
/**
* @return bool true if it is filtered page and false if not
*/
flrt_is_filter_request();
Here is more info about useful functions – https://filtereverything.pro/resources/functions/
Hello. Having some problems with ,,on sale,, checkbox . In some places it is not working like here https://i.imgur.com/K3a8tlG.png and in some it is https://i.imgur.com/dNWvD3n.png .This is the site parki.laravel.studio
Hello WDMarket
I checked the page, where the problem was, but it looks like now it works fine and I see “Akcija” checkbox – http://parki.laravel.studio/brand/3m-peltor-2/
It seems the problem occurs from time to time and it is related with your site CSS – https://prnt.sc/QFTEnFRs3Qf6 You have to edit it and either remove display: none; or narrow its affect on certain elements only.
Hello. Thank you for the response. Besides this one there is another problam. Sometimes the checkbox shows even of there are no products on sale https://i.imgur.com/q0t9Bz8.png and it leads to an empty page https://i.imgur.com/Bt3MVM0.png
Hello WDMarket
Send me please link to the page with this problem.
You can see it here http://parki.laravel.studio/brand/3m-peltor-2/
You can see the site here http://parki.laravel.studio/brand/3m-peltor-2/
Thank you for your example.
I see two possible reasons – maybe you have hidden products, that are not visible on the page, but they were counted in Filters and that’s why term “Akcija” is not hidden. Or maybe you have to create separate Filter Set for your Brand pages.
Optionally I can check this from your /wp-admin if you send me credentials to your site in accordance with this document.