9140 comments found.
Hello,
I bought the pro version of the plugin, I use “Breakdance” and “Bricks” as page builder.
I have two problems: - the filters work but have no style, how to have the basic style like in your documentation? - I can’t find the filter IDs
Thanks in advance.
For info here is the demo site: https://breakdance.sitepreview.be/shop/Hello,
Any news on this?
Hello ozaroth
Thank you for using the plugin.
In general your support period expired and if you will need support in the future, please extend your support period.
But this question is very simple so just enable Styling in Filters -> Settings -> Experimental -> “Styled checkboxes and radio buttons” and probably “Improved dropdowns”.
The description of this plugin is very misleading.
- It states “Individual Filters Sets for pages or archives”, but this is not the case.
I have created dynamic archive pages and it does not work with them.
- It says that it also works with popular plugins including Elementor. Again this is not the case, as the dynamic pages cannot be filtered.
- Filters any post type and possible criteria, which is not true.
- Cannot apply filtering to dynamic pages.
It should not make such bold claims if it is not possible to do such actions.
Hello williamswebsolutions
Thank you for purchasing the plugin.
I’m sorry that you got such impression from the plugin. But I think you jumped into conclusions.
All points from your list can be resolved if you change your post type archive link through the hook ‘post_type_archive_link’. After that you will have ability to direct Filter Set to your custom archvie page.
When I claim that plugin works with archives by default it means with WordPress native archives as the plugin is WordPress plugin. And it is compatible with WordPress native pages structure.
You said about custom post type archive and this is something like exclusion from a rule.
Anyway I hope this will help you to achieve your goal.
Thank you. Regards.
Hello, I created a personalized archive page for the products (in addition to the default one with specifc queries), the filter works very well. But when I activate the ””Apply Button” mode” option, the filter no longer takes into account the wp_query of this page but rather uses that of the default archive of my site. I took a quick look in the code and I think the problem comes from this little piece of code that uses the default permalink linked to the archives of the type of post used instead of the actual link :
if( $use_apply_button ){
$base_permalink = '';
if( defined('FLRT_FILTERS_PRO') && FLRT_FILTERS_PRO ){
}
$wp_page_type = '';
$post_type = isset( $set'post_type' ) ? $set'post_type' : 'post';
$location = isset( $set'post_name' ) ? $set'post_name' : '';
if( isset( $set'wp_page_type' ) ){
$wp_page_type = $set'wp_page_type';
}
$base_permalink = flrt_get_location_permalink( $location, $wp_page_type, $post_type );
Do you have an idea of how to fix this issues please. Or there is another way to do correctly what i want to do ? thanks in advance
there is only two product but the filter act like if there is 4. But without the “apply button” the filter work very well
Hello youssefe74
It depends from values you set in the “Where to filter?” field and “Alternative Location” for the Apply button mode.
“Where to filter?” field determines where you will see filtering results. In other words it is the page, where products are displayed.
“Alternative Location” – is the page, where Filters widget will be shown. It can be another page than selected in the “Where to filter?” field.
If you did not set “Alternative location” and want to use Filters on the same page with your 2 products you have to select it in the “Where to filter?” field.
If this is custom archive page and it is not available in the “Where to filter?” dropdown you can change it via hook ‘post_type_archive_link’ and set your custom archive page as default archive page for the Products post type.
Thank you Stepasyuk for your reply.
The problem is there. I already have a page that serves as an archive where I use a specific filter with all the products contained in the site. it is this page: https://mp-marketplace.fr/products/
And I now want a filter for a dynamic page that contains products specific to each seller, like this one for example : https://mp-marketplace.fr/store/test-hhe/
The problem is that I can’t use “post_type_archive_link” because it’s used in the main page : https://mp-marketplace.fr/products/
And for the parameters I put: Where to Filter? => Common Wordpress Pages => all archive pages for this post types
Alternative Rental => The same page for post as for filtered post
I used “all archives pages for this post types” because it is the only option allowing me to display this filter in a dynamic page.
I think the real question would rather be, is there a way to assign a filter to a dynamic page (created directly from code), which is not displayed in the drop-down menu of “Where to Filter ?”. Like this one https://mp-marketplace.fr/store/test-hhe/
Hello youssefe74
To place filters on dynamic created page and to make them work on such page requires some plugin’s code modifications which is not available here in the item support scope.
If this dynamic created page is not regular WordPress page like archive or singular, a plugin physicallly can’t “know” and “handle” such page. Of course you can try to add it in the “Where to filter?” via coding but it also expects that you are familiar with PHP or ask a developer to help you.
If you will have some technical questions about how to add such page in the code, I can answer on them in scope of the plugin support.
Thank you. Regards.
Hi, I purchased the fileranything PRO plugin this morning. When I enter the license key promted, the response is “Unknown error”. PLease advice. Thank you very much
please forgive me. In the meantime I helped myself and I am impressed how Filter Everything PRO is picking up my ACF from my CPT, filtering and putting the results into my Elementor page. Thks Joachim
Hi jholleitner
Thank you for using Filter Everything PRO.
I’m glad that your issue was solved and thank you for your notification about that 
—
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!
Hi! How can I order the values of the select menu options alphabetically? Please look my link https://www.automotoradelsur.cl/vehiculos/
I am using ACF
Thanks, Francisco
Hi adsautosur
You have several sorting options available in a Filter under More options section please, see example – https://prnt.sc/Tb5zxjQFvAoU
But if no one from the sorting options dropdown is good for you, you always can sort filter terms in any desired order via coding and using hook ‘wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook
Of course this expects to be familiar with PHP coding or ask a developer to help you with this.
Hi, i’m interested with the plugins. but before i buy, i have few question : 1. For number range filter, is it possible to customized the format of number to be more readable (ex: 1,000,000,000)? because I’ll use it for website from country with currency have higher digit like 7 to 11 digit. So it will be hard to read when the number higher.
2. in Premium version, have any widget type similar like `label list` but is for number range ? for ex : $100 – $200 [$501-$1000]
2. Can we customized the incremental number ? for example, when move the slider to right side, it will increase 10k instead increase by 1.
3. For Color swatch, is it support for custom field ? *i have custom field `color` (`red`,`yellow`,etc) – created using ACF.
thank you.
Hi runix
Thank you for your interest in Filter Everything PRO.
1. The plugin supports Templates Overriding feature and you can modify current range.php template file to display number in desired format. Also you can try to achieve this via CSS/JS if you need.
Out of the box Range filter inputs shows numbers as it is configured in your browser by default.
2. I planned the feature with fixed ranges for numeric filters and they will be implemented in the plugin after some time. But for the moment this is not supported yet.
3. Yes, sure. Every numeric filter contains “Slider Step” option that allows you to set this value. You can find it under “More options” section, please see – https://prnt.sc/RF1DSoxssUze
4. Yes, sure. You can configure own custom field for color swatches. Please, see this article – https://filtereverything.pro/resources/brands-and-color-swatches/#related-hooks and about the hook ‘wpc_color_term_meta_key’
I purchased your plugin but my client wasn’t happy with the speed / load times of the results being generated so we are now looking at alternatives. With AJAX and SEO rules enabled, the results could take several seconds to load (e.g. 5-7s would be common). It’s a large(ish) site but it’s on a fast dedicated server with various caching solutions.
My client currently uses https://www.fastsimon.com, which is rapid (filters load in a fraction of a second) but it’s terrible for SEO. They’ve also tested https://www.doofinder.com for search, which is equally as fast. However, neither of these have have any capabilities to set SEO rules for filter results, which was why we purchased Filter Everything Pro to begin with.
We’ve now purchased https://products-filter.com (Husky) which is fast with their Turbo Mode (https://products-filter.com/extencion/turbo-mode) enabled but it’s still not as good as Filter Everything Pro for SEO configuration.
Are you able to provide anything like this or a solution to generate instant filter results with your plugin?
Can you please advise ?
I installed Filter Everything PRO on two test sites. I’m ready to install it on the live version of the website, but my activation key can only be used on 2 sites total. I already deleted the test sites, so I can’t deactivate the plugin on them. Is there any way to cancel the old activation key and set up a new one?
I can’t find a way to deactivate the old key. I don’t want to buy another license, I just want the old license to be disconnected from the 2 sites I no longer need.
I’ve already answered you here https://codecanyon.net/comments/29328176 Let’s contintue our conversation in that thread.
Hello, I bought the plugin to be able to use the “Sort” widget but that does not work, the page loads but the items are always sorted in the same way site : https://mp-marketplace.fr/products/
Good evening, finally after a lot of research and a little tour in the code, I managed to solve the problem. I use the “Blocksy” theme and I had set the default to use a certain sort. This is what meant that each time, regardless of the sort chosen with the “Filtereverything” widget, it did not change anything in the sort because it was the default one in my theme that was used (overwrite). To solve the problem, I therefore had to deactivate the use of a sort by default from my “Blocksy” theme.
Hello youssefe74
Thank you for using Filter Everything PRO.
I’m glad that your issue was solved, thank you for your notification about that.
Regards.
I cannot display two results at the same time, can you help?
Here is a screenshot: https://einfacheinonlineshop.de/wp-content/uploads/2023/03/Screenshot-2023-03-09-170205.jpg
You can see that there are two categories selected. But only one is showing in the results. You also see that in both categories there is one product each. So both products should show. When I select them individually, they each do show – just not when I select both at the same time. What can I do to show both at the same time?
Thank you!
Hello dufflio
It seems I already answered you to this question here – https://codecanyon.net/comments/29269233
Hello
kindly note that I added your filter plugin to my website as horizontal style then I customized it. please check the link https://allbrandsfactoryoutlet.com/new/shop/but I have problem when I click on the button it’s opened but it’s not closed after I click outside I should click the same button so could you please help me to fix it ?
I mean I want close the button after click outside the button or click other button
Best regards Rawaf
Other question can I use different filter one for mobile and one for desktop?
Hello hi4web
Thank you for using the plugin and sorry for the late response. From one side support here does not provide custom coding, but I see that now it works not very convenient.
So add please on your site pages next JavaScript code:
document.addEventListener('click', function handleClickOutsideBox(event) {
const clicked = $(event.target);
if ( clicked.parents('.wpc-filters-section').length > 0 ){
return true;
}
if ( clicked.parents('.wpc-filter-content').length < 1 ){
$(".wpc-filters-section").removeClass('wpc-opened')
.addClass('wpc-closed');
}
});
And also add next CSS code. You can place it in Filters -> Settings -> Experimental – Custom CSS:
.wpc-filter-has-selected .wpc-filter-content{
display: none;
}
This should solve the problem.
About different filters – yes, sure. You can place two Filter Sets on your page and put there shortcode with your custom filters open button that will open desired Filter Set on mobile devices. Please read more about the button here – https://filtereverything.pro/resources/shortcodes/#open-button
Hello
thank you for your response
it’s working fine when I click on anywhere in page thank you but it’s not close when I click on other button I hope you can do it also it will be perfect
for mobile version I will try it thank you
Best regards Rawaf
Good afternoon! Please help me with a Bricks Builder theme plugin with Woocommerce. The filter works only on the store page, and on the page with categories it does not work with ajax. If I turn on filtering by the apply button, then it redirects to the store page. Screen recording attached with settings: https://video.pxls.es/conversations/2c53c169-3df7-5257-bd5b-eb47c04de1ac Thank you
And also I think I found a bug in which the product is given a 404 error. Please correct me or give some solution. If a product’s name starts and matches the filter’s URL Prefix, then all such products fall into a 404 error, and it doesn’t matter what comes after or before in the url. Here is a video recording of the screen: https://video.pxls.es/conversations/490ca32b-6d05-5eff-9f8b-70ec054ef414 Thank you
I also ask you to tell me how you can make it so that when you go to a category, only subcategories are displayed and opened (without a parent one, and even more so without a category in which one of these products is also present). Those. so that you can scroll through the hierarchy and see only the following subcategories. Thank you
And one more request to suggest how you can pull up images of brands and colors from the fields of the Woodmart theme into your filters. I tried to make it a function according to the documentation, but it did not work. Thank you
Hello Turvodnik
Thank you for using Filter Everything PRO.
1. Usually if filter works with disabled AJAX but does not work with enabled AJAX it means that you set wrong value in the “CSS id or class of the Posts Container” option. I recommend you to check this article about how to set it correctly – https://filtereverything.pro/resources/plugin-settings/#ajax
Regarding using “Apply button” mode it is expected behavior because you opened Product category page “Clothing” but did not select it as a filter term. If you need to get “Grey” products from category “Clothing” you have to open Shop page, select “Clothing” and “Grey” click on the “Apply button” and you will see these products on Shop page with applied filters.
When you open Product category page “Clothing” filter term “Clothing” is selected by default to avoid situations, when visitor try to select this category in filter and to ask WordPress to show products from “Clothing” category on the “Clothing” category page. Something like “Clothing+Clothing”.
2. About 404. In general I know about this problem, but I do not want to restrict users to select any URL prefixes and usually most of them understand that it is better to aviod prefixes that matches to other WordPress entities like categories, terms, post slugs. For the moment it is ok for all. If there will be a lot of requests to make such restriction, I wll add it.
3. I’m not sure I understood you clearly, but in general you can try to achieve your goal through CSS adjustments because every parent term has class ”.wpc-has-children”. If the term is selected it has class ”.wpc-term-selected”, if it matches to opened category (term archive page) it has class ”.wpc-term-disabled”. Probably it can help to to configure it as you need.
4. If you use Woodmart theme and WooCommerce attribute Brand for your brands you don’t need to add any extra code. Just upload images in Brand terms and they will appear in the filter by Brand.
Good afternoon, Andrey! 1. I may not have outlined the situation correctly, this loop with goods is displayed by one archive template and applies to both shop page and category pages. On the shop page everything works, but not on other pages. Everywhere the ID is the same, I even specifically changed it to #pf-loop-products. I’ve tried also to the class, but it doesn’t work either. Please help with this issue. Here is the link to https://pfgr.site/shop/
Recorded a video of my settings https://video.pxls.es/conversations/83d9e362-ae1f-568f-9cb7-ab0a661fc781
2. Thank you. But the issue there isn’t the full url and prefix match, but even if it starts with the same name. Well if it suits everyone, we’ll just have to make an ugly prefix so there won’t be a 404 error. 3. Thank you. I mean, so that you can only display the following child categories when you go to a child category. 4. If images have been added to brands and colours from Woodmart, they are not displayed in filters 5. Also please deactivate my key on all sites as my dev site is not available and I need to activate it on the main site and another dev site. Thank you
1. If I make a separate filter to show only in categories, the products are filtered, but it doesn’t see the quantity and they are not hidden if empty. There’s a bug in the filters and I’m asking for help to check it. https://video.pxls.es/conversations/2a240837-a7c0-5a5f-9c6f-08b644f957df If you need, I can give you access to the admin area of the site
I have sent access to the admin area as instructed. Thank you
Hello Turvodnik
I’m checking the issue and it requires some time. There are some moments with Bricks Builder that it uses individual WP_Queries for each product category page and for the moment it requires to create individual Filter Sets for every such Product category.
I’m still exploring the issue and will let you know when I have any solution of the problem.
Thank you. Regards.
Thank you for your reply! There are almost 1000 categories and it would be unrealistic to create a new filter for each one. Is there any action required of me so that you can find a solution? I really hope for a solution to this problem soon.
Hello. Can you please tell me if there is a solution for Bricks? I read the comments a fortnight ago that they were planning to implement it.
Hello Turvodnik
I’m glad to inform you that I already fixed issue with Filter Set for common categories pages and Bricks Builder. I do not release it in the new plugin update, but I can provide you with intermediate release where this problems is fixed. Please, check your email, I sent you direct link to this intermediate version.
I created a filter set for my elementor loop grid. 1 – It doesn’t work 2 – I tried to modify the set and here is the error message but without explanation : An error occurred. Set fields were not saved, please try again. Can you help me please ?
I fond the solution myself. I guess it was the licence that I didn’t included.
Hi jdyadan
I’m glad that your problem was solved and thank you for your notification about that 
Love the Filter Anything plugin… great stuff. Is there any way to increase the line length of categories listed in the widget? You can see our category labels are relatively short, yet some still break over two lines. https://staging2.vistastrawberryfest.com/plan-your-day/schedule/ Thank you for your help.
Hello wchornung
Thank you for using Filter Everything PRO.
As I see on your site you have enabled the “Horizontal layout” for the Filters widget, but it seems you don’t need to use it in that place. Please, disable this mode and it will work as expected. Here is example of appropriate checkbox – https://prnt.sc/tdEPx0b2oLI-
Hi, My co-worker and I are trying to get chips to update with AJAX turned on, however, it will not work on custom wp_querys and with the default blog posts. However, it works perfectly without AJAX. Suggestions?
Hi p20_mstockton.
Thank you for using Filter Everything PRO.
Please, ask you co-worker to write this support request from the account, where they purchased the plugin.
Thank you. Regards.
Hi Andrii, I was wondering where to change the setting in order to use the smart filtering by Woo product variations.
My current filter set (color, brand, size, gender) is still forwarding me to the variabel product and the product variation on the variable product page is not being selected depending of the chosen filter. Is there a documentation explaining how to adjust the setting? Best Julian
Hi Julian
To filter products by their variation attritubes you have to activate in each such filter by attritube option “Use for Variations”. Please, see example on screenshot – https://prnt.sc/gJq0oMNVW6iV
Hi Andrii, thank you for your feedback. I activated the checkbox for each filter by attribute, but the filter is still not working on product variations
Hi julianw30
Please, provide me with link to the page, where you think that filtering by variations does not work properly and let me know why do you think that it does not work.
Optionally you can send it via PM, but please write about that here in this comments thread.
Thank you. Regards.
Hi Andrii, sry your response was in my spam. Thanks for your answer. The reason I believe the filtering by variations does not work is because I activated each attribute option, but still I am not forwarded to my selected product variation. If possible, I can send you the staging via PM and you can see for yourself. best Julian
Hi julianw30
Yes, sure. Please, send me details and explanations why do you think that it does not work. Screenshots, examples, descriptions are welcome.
Hi Andrii, thanks. I just e-mailed you. Best Julian
Hi Andrii, just wanted to catch up and see if you have already seen my e-mail? Best Julian
Hi julianw30
Thank you for the details. I expected to see also URL with filtered results, where unappropriate products are shown (for example if you selected color – black, size – 40, but see products that does not match to this selection)
If you mean that you expects that in filtered results for variable product its main image should be changed in accordance with selected filters, such option requires additional coding from you. By default such this is not supported by the plugin because it depends more from a theme, than from the Filter Everything PRO plugin. Also such option potentially has conflicts because if user selects “black + brown” I’m not sure what exactly image should be displayed for such product.
Hi Andrii, sry for the confusion, and thanks for the update. I expected when filtering as follows https://staging.fairlier.de/fairlier-shop/groesse-40/f-braun/
I will be redirected to the product detail page (https://staging.fairlier.de/produkt/alma-mokka/ ) and have the size 40 and color brown already selected as filtered on the shop page.
In terms of user experience, that is what I want. Currently, I have to re-select the size and color, although I have already filtered for those attributes.
The plugin can not provide this than, correct?
Best Julian
Hi Julian.
Indeed, filtering affects on a products list, but not on displaying of particular products. What exactly image and what exactly attributes will be selected when you see particular product depends more from your theme features, but is not a part of filtering process in general.
From another side you goal can be achieved via custom coding and you can add relation between selected filters and selected attibutes, when you open a product page from filtering results page. I can not write such code for you, but I can provide you or your developer with technical information and plugin functions that should be used in implementing of such task.
Hi Stepasyuk! With our website, we have a custom post for presentations. Sometime we have 2 person speaking in a presentation So we have 2 fields: speaker1 and speaker2.
Is there a way to put both fields (speaker1 and speaker2) in the same dropdown list for a filter?
Is there a way to collapse/hide by filter instead of all? I have a page with two filters setup. The first one is categories only and I want it always visible. No need for the button and also it is odd to have two on the page. I tried hiding it with css, but then have no way for it to default open…so the filter is hidden.
Hello bogaat
I’m not sure I understand you clear.
If you mean to show/hide filter in dependancy from selected values in another filter, you can use option “Parent filter” in the “More options” section of a filter.
If you want to hide some specific filter by CSS you can check its HTML in Chrome Console and you will find that every filter has its own unique CSS class, that allows you to manipulate with each filter individually.
If these advices are not related with the result you need, please provide me with more detailed explanation of what you need. For example link to the page, screenshot would be very helpful.
Thank you. Regards.
Hi, I’m struggling with configuring the plugin correctly. My Filter Set is showing correctly, but once I choose a filter [e.g.: subcategory/price rage], the products are not affected. I’ve gone over the documentation [with my limited knowledge] and can’t find a solution. I think it’s got something to do with CSS ID / Posts Container Class. Can you help me out, please?
I am using Astra theme, elementor builder, woolentor shop plugin [product archive layout] and I’ve implemented the filter through a widget sidebar.
I am PMing you a link to one of the affected pages & admin panel access
Hi ramon96
Thank you for using Filter Everything PRO.
I checked your site and realized that you use specific WP_Query in the template for the “Mugs” Product category page. In this case you have also use Filter Set directed to this Product category instead of to direct it to “Any Category”. I changed the value in the “Where to filter?” field and also selected Product query #2 and now all works fine. Please, check it.
Thank you. Regards.
Thank you so much, I will try to replicate your process on the rest of the category pages
I love your filter plugin, well done
I’m glad that your issue was 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!
Hallo, the filter works fine. But it shows a several warnings at the frontend, although everything works fine… can I somehow disable the warnings so that they are not visible by the user ?
The warning above the filter says:
Warning: extract() expects parameter 1 to be array, null given in /home/customer/www/vonbonn.com/public_html/wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php on line 33
Have a good daz, bye.
hey, can u please help…
Hello jordans420
Thank you for using Filter Everything PRO plugin.
It’s strange that you have this error, but try please to do next steps:
- to update the plugin to the latest version 1.7.5
- to re-save Filters widget settings.
And this error should gone away. If not, please let me know. Thank you. Regards.