8963 comments found.
Can u also provide a code like this one you posted earlier to show filters always closed when opening a new site or refreshing the site?:
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 = [
501, // Filter ID
];
return array_merge( $filters_opened_by_default, $new_opened_by_default );
}
I´m trying to achieve it for every “Folding” filter that I made collapsible in the settings. At the moment they always stay opened when I switch sites and I have to close them manually…
Hello hwvaubel
This code above makes hierarchy filters opened by default. I also can provide you with code that makes foldable filters opened by default.
add_filter( 'wpc_folding_opened', 'my_folding_filters_opened_by_default' );
function my_folding_filters_opened_by_default( $filters_opened_by_default ) {
$new_opened_by_default = [
1041, // Filter ID
300, // Filter ID
];
return array_merge( $filters_opened_by_default, $new_opened_by_default );
}
But both these code examples change default filter status (when you open a page with them at first time and until you touch them) If you close or open any foldable filter, they system will “remember” their status and next time you will see the filter in the status you saw it last time.
To make them always closed and require to open every time, when you open page with filters requires a some amount of code changes and unfortunately I can not provide it under CodeCanyon item support policy because it is custom coding. You have to ask somebody experienced with PHP to help you with this.
I can only say that foldable filters use cookie with name ‘wpcContainersStatus’ to remember a filter status.
Think this should be an option-button to toggle on or of and not such a problem. Think it´s not a good solution that filters stay everywhere uncollapsed when for example changing sites, etc. For me this is not a good user experince. But thanks for your hint.
Hello hwvaubel
Thank you for your opinion.
If some amount of customers will ask for such feature to be implemented as option, we will add it to the plugin. For the moment only several people asked to make hierarchy opened by default and we implemented only hook-based solution. But maybe in some time it will be change to the plugin option.
Thank you. Regards.
Hi, thx for your reply.
I think it was a misunderstanding. My request was, that the “foldable filters” should be always closed when firing the apply button, changing sites or reloading the page, so that the users don´t have to close them manually.
Perhaps it´s just me but I think it would be cool if I could choose between the options “let foldable filters opened everywhere” or “close foldable filters automatically when refreshing site, changing site or hitting apply button”.
I hope u know what I mean.
Thx for your help!
Hi hwvaubel
The similar code also exists for Folding filters and it forces them to be opened by default. But after visitor click on such a foldable filter it will toggle its state and this state will be remembered for 30 days. (I mean the last filter state will be remembered for 30 days)
Also there is another problem – when you share your link with foldable filter selected, such filter will also be opened in any case even it was remembered in your browser as closed. It was done so that when visitor opens page first time and filter contains selected terms it should not be closed because visitor will not see the selected option.
We considered to add such option in a Filter settings but this option should has several states:
1) open filter by default and don’t remember state
2) close filter by default and don’t remember state
3) open filter by default and remember state
4) close filter by default and remember state
which would be very complex to use for most of customers and also potentially can increase plugin settings number too much.
But I understood your suggestion and we will keep it in mind in future plugin updates.
Thank you. Regards.
Ok, then perhaps it comes in future.
At the moment the customers also can see which filters are selected, as the selection is shown directly under the selected filter when closed or in filter chips.
I did a small CSS workaround and hid those “texts” that are shown under the filternames and inserted a checkbox-icon that will appear to the right side if a filter is selected. This is a useful way to show fast which filters are selected when they are closed/collapsed.
If u want to see a pic and have the CSS for this, let me know and I will give it to you.
For perhaps “always closed collapsible filters”, I will wait, perhaps it comes in future.
Regards.
Hello hwvaubel
Sure, we would be glad to receive the picture from you. Please, send it via PM to me.
Thank you. Regards.
Hi,
I just sent you a small video.
Regards
Ok, thank you for the video.
I think it is also good way to inform visitors that current filter is selected.
Hi,
I have a problem with the “«Apply Button» mode”. The Apply button brings me always to the shop start page ”.de/shop/”.
When I´m for example in ”.de/shop/produkt-kategorie/camping/” and then add some filters for example persons 1, the Apply button brings me here: ”.de/shop/personen-1/”
and not here: ”.de/shop/produkt-kategorie/camping/personen-1/”
Why is that?
I tested it without the “«Apply Button» mode” there it works fine and the filtering takes place at the current selected site. But I need the Apply Button to work.
Hi hwvaubel
Please, set in the “Where to filter?” field value “Product Categories -> Any Category” and use “Apply Button” without any specific location (leave it “The same page as for filtered posts”) In this case it will work as you expected.
Thank you. Regards.
Hi,
I already tried your solution before I asked. The problem is when I set it as you explained, following is happening:
Apply button brings me always here to this url no matter in which category I am or which filter I choose:
.de/shop/produkt-kategorie/camping/sanitaer/abwasserbehaelter-faekalientanks/
The filtering is always taking place behind that url and I´m clearly not in that category. When I´m hovering over the “Reset” button the correct actual selected category/url is showing up.
I really tried for days but I am pretty sure that I cant do anything on my site anymore. Its a bug or caching issue or something. Would be nice if we can find a solution otherwise I think I can´t use it as I need the button for different solutions.
Thank you
Hi, anything new about this problem. Help is appreciated.
Hi hwvaubel
I’m sorry for the late response. There were a lot of requests because the plugin was On Sale last week.
Indeed, I’ve checked the issue and realized that it is bug. I’ve already fixed it for the next plugin update. But also I’ve sent you link to this intermediary plugin version with fix via email. Please, install it and select “Any Category” value in the “Where to filter?” field, it will filter in the “Apply button” mode on the same Category page, where it appears.
Thank you. Regards.
I can understand that u have a lot to do. I thought so. But thx for your great work and help. I will try it out and come back if there´s still an issue.
I have a feature request that would make the Apply button more usable:
At the moment it seems like the plugin behaves the same like there is no apply button. With the selection of every filter, the page kind of loads the selected filter “immediately” (there is always this small loading period). Also when changing range sliders or changing values in them, with for example keyboard arrows up and down, the plugin fires immediately, which makes filtering speed if u want to filter multiple things faster, a bit slow.
It would be amazing if the users could click things, arrange range sliders, select here and there, and then the selected filters get really only loaded when the “Apply Button” is pressed.
I think I read that another user of your plugin also had this request and I think this would be a great user experience for the Apply button.
I hope u can understand what I mean.
For now thx a lot for your work.
This plugin is perhaps going to be the best Filterplugin for WordPress out there when it keeps going like that.
Regards.
Hi hwvaubel
Thank you for your understanding.
Yes, sure. We know about this issue and we already work to resolve it and to make filter selection in Apply button mode without reloading page every time. This realoading is required for the moment to refresh filters count.
—
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! Regards.
Nice to hear that u are working on it!
Hello,
I added the SEO Title, Meta Description, H1 Title and SEO Description for this filter combination:
https://dinasti.mx/tienda/categoria-anillos/genero-mujerBut only the description is displayed (I have also added information to other filters, but they are not displayed either, only the meta description).
What could be causing that only the meta description appears and not the other meta tags?
If you need access to the site, I have a staging replica here: https://test-plugin.ionserver.link/ (I have consulted you for another issue in the past, so you already have access to the staging)Hello alinnovatr
Displaying SEO entities depends from hooks your active theme uses. If it does not use standard WordPress theme hooks some entities may not be displayed. I can only say you what exaclty hooks are used for certain SEO entities:
// For SEO title add_filter( 'wp_title', array( $this, 'wpTitle' ), 15 ); // For Meta description add_action( 'wp_head', array( $this, 'filtersWpHead' ), 1 ); // For H1 title one of these hooks add_filter( 'woocommerce_page_title', array( $this, 'seoH1'), -5 ); add_filter( 'get_the_archive_title', array( $this, 'seoH1'), -5 ); add_filter( 'post_type_archive_title', [$this, 'seoH1'], -5 ); add_filter( 'elementor/utils/get_the_archive_title', [$this, 'seoH1'], -5 );
If some of them are not displayed on your site it means you have to check if your theme uses these hooks or maybe some plugins intalled on your site affects on them and they remove Filter Everything PRO functions. You can check this for example by disabling other plugins one by one.
Hello, is it possible that the plugin is not working correctly with the product loop in elementor? Only with product file? Thanks
Hello Montecor23
Thank you for choosing Filter Everything PRO.
It seems you configured something wrong on the page with Elementor loop. Usually the reason is in wrong value in the “And what to filter?” field. Please, try to experiment with different options in that dropdown.
Hello Stepasyuk, I have opened another query but I leave my answer here anyway. I’m having problems working together with a fundamental plugin for the site: Dokan Pro. When I activate Filter Everything Pro, the site stops working in the product grid. My site is private and I can’t share urls or screenshots by this means, how can I access support quickly and privately? I need to know if you can fix this incompatibility. Thanks! I await your response
Hello again, I have privately sent the details of the error that the plugin is causing, I’m sorry I can’t send it to you here but it’s a private website. Thank you!
Hello Montecor23
Okay, sure. Let’s continue our conversation in that comments thread – https://codecanyon.net/comments/29472096
Thank you. Regards.
Filter is good, but it’s not working good with elementor + hello. As you have mentioned on your website that it’s working with elementor, but it’s not properly working so there should not be this information. But I suggest to get filters work good on elementor and it will be good market share.
Hello Dotitlv
Thank you for using Filter Everything PRO.
In fact the plugin works and was tested to work with Elementor. But why did you decide that it works bad with Elementor? What exactly was wrong in your case?
Please, let me know. This will help me to understand the problem and maybe to improve some moments in the plugin that are not so obvious for some users.
Thank you. Regards.
It’s working, but without most needed options. I think you should add styling options as now all should be done with css so all can be adjusted like it should be on elementor. Anyway thank you for plugin and I hope to see more good updates in future.
Hello Dotitlv
Thank you for your suggestions.
But I’m not sure I understood you clear. Please, provide me with specific suggestions, what exactly in your opinion should be adjusted and how exactly? You described it in general terms, but did not specify which parts of the plugin should be configured and how.
Thank you. Regards.
Hello! We tried this plugin, it is good idea. But our original filter filter 50k items in 4/5 seconds this filter 14/15 seconds. Can we receive refund please? Thank you!
Hello opsholders
I’m sorry that you had such experience with the plugin.
I have to say that you have performance issue and filtering speed depends from next parameters:
- server CPU
- server RAM
- number of posts to filter
- number of filters and terms
- number and quality of plugins you use
- cache adjustments on a server
- plugin’s code optimizations, internal cache (this was already done for the Filter Everything)
For example here is WooCommerce shop with 6K products and lot of Filter Everything filters and it works very fast – https://nordic-led.no/produktkategori/belysning/led-downlights/kelvin-2000k-2800k/utsparring-83mm/produktgruppe-downlight/
As I see you have already created a refund request, it will be processed as soon as possible.
Thank you. Regards.
Hi, love the plugin. Any idea when the search feature will be released?
Hi andris-strt
Thank you for using Filter Everything PRO.
I think in next two weeks. I’m working on this right now.
The mobile filters are showing on every page instead pf just the Portfolio page. How do I fix that? https://bit.ly/3LphMe9
Hello delisha15
It seems you configured Filter Set to work on a list of pages instead of single page. Please, provide me with screenshot of the “Where to filter?” field of your Filter Set and also send me two links on two pages: first page, where Filters should be displayed and second page, where the Filters should not be displayed.
Thank you. Regards.
I just bought my second license, unfortunately it seems I can’t activate it. Gives an error. Same as others commented below me 
Hello Thymo1997
Thank you for purchasing the plugin.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Please, let me know if it was helpful for you.
Thank you. Regards.
hey i have pro version of you product i entry the License before now it ask it agian when i try entry agian i get error Invalid license key. Please enter correct license key.
Hello ibrahim160
Thank you for choosing Filter Everything PRO.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Thank you. Regards.
Hello, I am trying to active my license on https://365kabels.nl, but I am getting a error: Invalid license key. Please enter correct license key.
I still have 2 months of support, so it should work.
Hello lehutch
Thank you for choosing Filter Everything PRO.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Please, let me know if it was helpful for you. Regards.
Hello,
Is there a setting that automatically expands all filter options when you load onto the site?
For example, I would like all these categories and subcategories to be automatically expanded (not collapsed) when you go to the page.
https://fesupplycompany.com/page-product-category/shop_product_categories-adapter/Thank you for your product! Sincerely,
Michael
Hello Michael
Thank you for choosing the plugin.
Sure. It is possible via using hooks. Please, use this code example and place it for example in the functions.php 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 = [
501, // Filter ID
];
return array_merge( $filters_opened_by_default, $new_opened_by_default );
}
Thank you so much! It worked! I really apreciate it! Quick follow up, is it possible to just have the first layer of filters open but not all of them? I am not a developer so i really appreciate your help!!!
Hello Michael
Unfortunately to make opened only first level items requires some amount of coding efforts and this is not some small thing like 5 minutes to write CSS (In this case I would be glad to spend 5 minutes for you)
If other customers will ask about such feature I can consider to implement it in future updates. But for the moment the only one way is to ask somebody experienced in PHP to help you to achieve this. Such thing can not be provided under CodeCanyon item support here.
Thank you. Regards.
Hi! I think i have tried most filtering plugins now. But this seems to be the best. But I have a question about greyed out range-filter in taxonomy product attriubute.
I want to filter by numerical values that is used as attributes. To make it simple i created a new woocommerce product attribut “filter_cut_out_size”. In this i use only numeric values.
But its greyed out in “View in Widget”.
I have searched in supprt thread and earlier you wrote on other post “Yes. sure. You can create range filter for any taxonomy including product attribute. If it is greyed out it means you selected taxonomy that is not related with post type specified in Filter Set. Please, check these moments carefully.”
Im not sure what im missing. Post type filter is: Products Filter by is: Products Filter_cut_out_size
(and Filter_Cut_out_size is asigned as attribut to two test products)
Hello Nxtnd.
Thank you for choosing FIlter Everything PRO.
Its very strange. Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you.
Thanks, credentials is sent by PM
Hello Nxtnd
Thank you for your credentials.
I’ve checked your site and realized that you tried to create regular Taxonomy filter, but to have range filer by taxonomy you had to select “Taxonomy Numeric” in the “Filter by” dropdown. I did it for you and now filter works as expected. Please, check it out.
Thank you. Regards.
Oooooh… I cant undestand how i missed that.. SORRY!
No problems, all right.
I’m glad that the issue is already solved.
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!
Hello, I0ve purchased the plugin but it gives problems with Elementor. If this plugin is active Elementor won’t see the templates for the pages I want to modify. Example the single page product. If I deactivate the plugin, the elementor templates apply correctly.
Hello giessedati
I’m sorry for the inconvenience. It seems it is result with another 3rd party plugin or custom code compatibility.
Please, provide me with credentials to your /wp-admin in accordance with this document and with steps how to reproduce the error and I will check it myself.
Thank you.
Hello, I have sent you the credentials. Thank you
Hello giessedati
Thank you for your credentials.
I’ve checked your site and didn’t realize any problems with Elementor templates, when the plugin is active. Please, provide me with screenshot or link or text description how to reproduce the error or why do you think that there is error.
Thank you. Regards.
Hi Stepasyuk, my support expired, but I still haven’t started using the plugin. I’m still waiting for XML sitemap support, but that’s a minor issue. My main problem is that I want to have categories working as original Woo – clicking would reset filters and open page with this category, not filter “category=phones”, simply /shop/phones. Is this possible with current version of FE Pro?
Hi morvy
For the moment I can only say that requests from customers without active support period will be processed after all requests from customers with active support period will be solved. This may take some time, days or even weeks. Unfortunately I can’t spend my time and efforts for free.
I understand that and I’m okay with the response. Yet I have to note, that I haven’t used nor requested anything during the “support period”. I’m just still waiting for the plugin to be usable like many others with XML sitemap 
Hello,
I used this code to remove links from facets :
function fc_fe_remove_links($html, $link_attributes, $term, $filter): mixed
{
return $term->name;
}
add_filter('wpc_filters_checkbox_term_html', 'fc_fe_remove_links', 10, 4);
add_filter('wpc_filters_label_term_html', 'fc_fe_remove_links', 10, 4);
add_filter('wpc_filters_radio_term_html', 'fc_fe_remove_links', 10, 4);
But with swatches enabled, the links are still there (for swatches filters), how can i remove links ?
Thanks
Hello DailyLost
Please, try to change the priority from 10 to 15 or 20 in your code. Example:
add_filter('wpc_filters_checkbox_term_html', 'fc_fe_remove_links', 20, 4);
add_filter('wpc_filters_label_term_html', 'fc_fe_remove_links', 20, 4);
add_filter('wpc_filters_radio_term_html', 'fc_fe_remove_links', 20, 4);
Hi,
It removes the links but also the swatch…
It’s not that important, i will use regex or something else or just let it as it is.
Thanks
can you use chatgpt to help you to build the XML sitemap faster because I’ve been following updates for a year and XML sitemap still in not done
Hello Mtatia
I would be glad to help you more with this, but unfortunately first of all support here is provided for accounts with valid support period. In other words you have to be a customer to ask about support.
Thank you. Regards.
Hi there,
We’re using the “Filter Everything PRO” plugin along with Elementor / JetEngine to display the products on our site.
However, we need to order these products based on a custom meta value. Is it possible to create a custom query within the plugin to order the posts based on a meta value?
Hi FalconDesignBoise
Thank you for using Filter Everything PRO.
In general you always can order your products by any meta value independently from the plugin and via ‘pre_get_posts’ hook in WordPress. Please, see more here – https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters
From other side you also can use Sorting widget included in the plugin, that allows you to sort products that have configured filters by any values including custom meta values. Please, see more about the Sorting widget here – https://filtereverything.pro/resources/sorting-widget/
Thank you. Regards.
I also wonder how your plugin can detect the use of the license on 2 sites when I have only 2 sites online: Staging : https://version-1-2.mystagingwebsite.com/ Live: https://www.sport-in-place.com/
On the 2 sites above, I get a license activation denied message.
I have no other sites. The other staging sites are deleted, they are no longer online. So I wonder how your plugin can detect the use of my license on other sites?
Thanks PS: I bought your plugin, I spent time, now I need its functionality.
Hello Bruno
Technically it is not so complext to detect all websites, where the license key is used because it is unique for every plugin purchase.
I think I already answered you about this issue in this comment – https://codecanyon.net/comments/29460240 Let continue to speak about the issue there.
Thank you. Regards.
Hello, Thank you for your feedback. However, my license is not active on my live site and my staging site. I can’t update your plugin, I can’t add filter on my live site either. I can’t do anything anymore.
I would like to be able to manage the licenses used.
It may be that the license was previously used on a staging site that is now deleted. I need to be able to manage my licenses so that I can at least use it on my live site.
A license previously used on a staging site that is now deleted is no longer of any interest.
I understand that we buy the plugin for one license, for one site only, but we should be able to manage the license to meet the needs of staging / live environment which is essential.
Thank you for your help and understanding. My request is urgent please because I need to add filters on my live site : https://www.sport-in-place.com/
Sincerely Bruno
Hello Bruno.
Thank you for your suggestion, I will think about customer account with ability to manage own licenses.
For the moment, as I told you before, you can either to remove you any current license on your existing site or ask me to remove it for particluar domain in manual mode.
For the moment your license key is used on the next two websites – https://prnt.sc/N0wR2n19N9Qe I can deactivate it on any of them, please let me know what the site should be deactivated.
Thank you. Regards.
Hello Bruno.
1. I deactivated the license key for the staging.mois-decembre.mystagingwebsite.com
2. Now you can activate this license key on your “sport-in-place.com”. FYI “sport-in-place.com” and “www.sport-in-place.com” are different websites and this is the reason, why you couldn’t activate the license before. Please, see – https://prnt.sc/nfpBZpd69B-W
That’s why I also deactivated the license on “www.sport-in-place.com”
Also I’ve removed your previous comment because it contains your license key which is sensitive data and everyone can activate it on its site.
I hope now it will work for you as expected. Thank you. Regards.
Hello, Thank you very much for your help and your efficiency.
I was able to activate the license on my live site, it’s perfect!
Indeed, it would be nice in the future to be able to manage the license directly via your site eventually: https://filtereverything.pro/
It would be convenient! Once again, thank you very much! Sincerely Bruno