9132 comments found.
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.
I need to be able to have you be able to submit a search box. We have a field with sock number and there is no way to type in a stock number and submit without the drop down or list etc. There are over a 1000 products. It is the only thing we have left to get this to work. If I hide the drop down etc, You can put text in but nothing happens when you click apply.
Hi there, we are having a issue with this plugin in the combination with Elementor and the Elementor Pro latest version using the Hello Theme. Everything up to date
When I try to edit a page (any built with Elementor) I’ll get the message “cannot edit page there was an error with elementor” or “the_content area was not found on this page”
To test this I included a child theme with a page template using just the basic info (get_header, the_content, get_footer), selected this template and the error still exits. As soon as I deactivate Filter Everything all pages can be edited again.
Hi axel-ritter
Thank you for your report.
Please, send me credentials to your /wp-admin in accordance with this document and details about the issue (link to the page, where you receive this error) I will check it myself.
Thank you.
Hi Stepasyuk, sent you the credentials according to the document.
Hi axel-ritter
Thank you for the credentials. I checked your site and realized that the reason is in your URL prefix “var” I changed it to “varxxx” and now all works fine. Please, try to use another URL prefix, but not just “var”.
Thank you. Regards.
Hello,
I would like to realize the following:
2 Filtersets in Same Page.
The following filter options should be possible on a WooCommerce category page:
Filter set 1:
Manufacturer, model, color, size, style
Filter set 2: Price range
When I create it in this way and insert it into the category page with a shortcode, the filter set 1 works perfectly, but in Filterset 2 only EUR 0 is shown in the Price Range. If I add the “Price Range” filter in Filterset 1, it works.
However, I would like to have it detached from each other. The user should choose his criteria in Filterset 1 and then, if he likes in Filter Set 2 (Price), can still limit his price.
How can I realize that?
Hello dwinger
In general if the Price filter shows you 0 – 0 it means that it configured wrong somewhere. Possible places can be – “_price” meta key or you selected wrong WP_Query in the Filter Set 2. I recommend you to check both these moments in the Filter Set 2.
Also when you use shortcodes, please do not use ID attribute in them. Just insert [fe_widget] and before to check filtering, please update both Filter Sets.
Hello,
Ah ok I always had an ID assigned as that made sense to me. Is this a bug or a feature?
now it works, at least if you still consider the priority of the filter.
Best regards Daniel
Hello dwinger
The shortcode [fe_widget] supports ID attribute but it is used only to manually set desired priority of a Filter Set. But you also can change Filter Set priority directly in a Filter Set settings.
Can you please answer “ermacece” comment? I too have the same issue, with the “Where to Filter” settings set to “Search results page for selected Post Type”, it shows the correct filter options that I want. But when i use the the Elementor pro “Search form” bar, it goes to a different page and does not show the same filter results.
Also i am not using woo commerce as i read the it is not necessary for the filter so work correctly.
(Plugins used: Elementor Pro, Advanced Custom Fields, Filter Everything)
Hello cuongnguyent85
Thank you for using Filter Everything PRO.
Sure, I will answer to the “ermacece” user soon, but it seems you have another reason of the similar problem.
In general examples with filtering of search results here and here based on WordPress regular search widget, which works through the ?s=keyword parameter in URL of the results page.
I’m not sure the Filter Everything PRO is compatible with Elementor Search form but as option I can check it on your site if you send me credentials to your /wp-admin in accordance with this document
Please, let me know.
UDP: I’m sorry, I was wrong. It seems your problem is the same as for user “ermacece”.
So my problem is the Search bar goes to the search page ”?s=keyword” but my filter goes to this page ”?s=keyword&post_type=deals”. Is there a way to make the elementor search form go to the filter results page ”?s=keyword&post_type=deals”
thanks
Hello cuongnguyent85
In general this question is not relaed with the Filter Everything PRO plugin, but with the Elementor plugin. But anyway I can help you with this. Please, write me PM and I will provide you with details.
Thank you. Regards.
What to do ?
Uncaught Error: Class “FilterEverything\Filter\Shortcodes” not found in /home/clients/12345abcde/website/wp-content/plugins/filter-everything-pro/src/Plugin.php:23 Stack trace: #0 ... #8
Hello typhonb.
It’s very strange that you got such error. Maybe you uploaded plugin files via FTP and some of theme were lost? I recommend you to upload plugin files once more via FTP or via /wp-admin -> Plugins – Add New -> Upload
Please, let me know if it was helpful.
I did it. Let see Thank you
Hi Stepasyuk,
thank you very much for your great plugin! Works great out of the box. I would like to change the image size of the color swatches (default 25:25).
I’ve read that this is possible with the wpc_swatches_width_height hook, but actually i am not quite sure how to do that.
Could you please send me an short example, what the code in my functions.php should look like to change the color swatches images dimensions to e.g. 100×50?
Thank you very much and best regards!
Till
Hi Till
Thank you for using Filter Everything PRO. I’m glad you liked the plugin 
add_filter( 'wpc_swatches_width_height', 'my_custom_fe_image_size' );
function my_custom_fe_image_size(){
return [ 'width' => 50, 'height' => 50 ];
}
But if you need 100×50 you also can set such dimensions in the functions.php, but in this case you have to make some CSS corrections for checkmark. For example to add in Filters -> Settings -> Experimental -> Custom CSS next code:
.wpc-term-swatch-wrapper:after{
top: 6px;
// you also may set here width: height: left: values
}
—
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 Stepasyuk, thank you very much for your fast response! Perfect, that works without any problems! I have another question: If i want to add another taxonomy to the Brand Filter (e.g. “Brand”), would this be the right way to do it?
//add_filter( ‘wpc_brand_filter_entities’, ‘my_custom_fe_brand’ ); //function my_custom_fe_brand(){ //return [‘brand’]; }
Thank you very much! Send you a positive review!
Hi tillvb
Thank you for the review.
Regarding new Brand taxonomy. It would be correctly to do it next:
add_filter( ‘wpc_brand_filter_entities’, ‘my_custom_fe_brand’ );
function my_custom_fe_brand( $brand_entities ){
$brand_entities[] = 'brand'; // your new taxonomy for brands
return $brand_entities;
}
Perfect, thank you! 5 Stars for the plugin and your support!
Hi, license activation doesn’t work for me, when submiting the license key, I get ‘unknow error’. I’m not able to save new filters settings, can you help us ?
Hi yagoneto
It seems your server has no connection with licensing server. As option you can send me your license key and credentials to your /wp-admin in accordance with this document and I will activate it myself.
Thank you. Regards.
Hi, thank you for your support. I sent you the informations.
Hi yagoneto
Thank you for the credentials you provided. I checked them and they works. But I also need your License key generated on the License page of the plugin Settings. Please, send me the License key via PM.
Thank you.
After the latest update, the filters stopped working here. Anyone else having a similar issue?
Hello kaikerj
Thank you for using Filter Everything PRO.
Please, send me link to the page with the problem and I will check it. Optionally you can send it via PM, but please let me know here that you did it.
Thank you. Regards.