9135 comments found.
I can’t get the plugin to work with post categories. You can help me?
Hello Giabobbe
Thank you for using Filter Everything PRO.
Please, let me know what exaclty problem you got when you tried to create filter by post categories? Did you see this short article about how to quick start with the plugin https://filtereverything.pro/resources/quickstart/ ?
Thank you.
Hi, Is it intended that on filter (with ajax enabled) whole page (document) is loaded in response? Not only the product container with filtered products?
I just saw also that when i edit products with filter everything enabled, i see in product attributes the visuals are changed. Also i am using sheet editor to create variations from single products. With filter everything enabled this doesnt work. This is really critical for me
Hello GOGOULOS
It looks like this problems were caused by the reason in previous your comment about CURL module in PHP. I hope you already enabled this module and now these issues have gone.
Hello
I am facing the exact same issue.
I hope this message finds you well. I wanted to take a moment to let you know that I am experiencing some issues with the AJAX filter option on my website. I have noticed that the product images are not being displayed when the AJAX filter option is enabled, but if I refresh the page, the images are then shown.
For your reference, my website URL is https://laviehome.gr and I am currently using the Flatsome theme.
Thank you for your time and I appreciate your assistance in resolving this matter.
Best regards,
Hello GOGOULOS
It is known issue when you use AJAX and Lazy load or other JS features that applied to dynamically loaded content should be reinitialized after this content was loaded.
In case of Flatsome theme Lazy Load feature, you have to add next JS code somewhere on your site pages. The best way is to place it in JS file of your child theme, but also you can put it directly in footer.php and keep it there when you use Lazy Load.
function createObserver (handler) {
return new IntersectionObserver(function (entries) {
for (var i = 0; i < entries.length; i++) {
handler(entries[i])
}
}, {
rootMargin: '0px',
threshold: 0.1
})
}
jQuery(document).on('ready', function(e){
var observer = createObserver(function (entry) {
if (entry.intersectionRatio > 0) {
observer.unobserve(entry.target)
var $el = jQuery(entry.target)
var src = $el.data('src')
var srcset = $el.data('srcset')
if ($el.hasClass('lazy-load-active')) return
else $el.addClass('lazy-load-active')
if (src) $el.attr('src', src)
if (srcset) $el.attr('srcset', srcset)
$el.imagesLoaded(function () {
$el.removeClass('lazy-load')
if (typeof objectFitImages !== 'undefined') {
objectFitImages($el)
}
})
}
})
jQuery('.lazy-load').each(function (i, el) {
observer.observe(el)
})
});
I hope this message finds you well. I wanted to take a moment to let you know that I am experiencing some issues with the AJAX filter option on my website. I have noticed that the product images are not being displayed when the AJAX filter option is enabled, but if I refresh the page, the images are then shown.
I have created a short video recording of the issue which I have shared with you using the following link: https://www.loom.com/share/4f229c62c340419d9cfff749475143c5
For your reference, my website URL is https://lunettes.com.bd and I am currently using the Flatsome theme.
Thank you for your time and I appreciate your assistance in resolving this matter.
Best regards,
Hi Jayed_hasan
Thank you for using Filter Everything PRO.
It is known issue when you use AJAX and Lazy load or other JS features that applied to dynamically loaded content should be reinitialized after this content was loaded. IN case of Flatsome theme Lazy Load feature, you have to add next JS code somewhere on your page. Best way is to place it in JS file of your child theme, but also you can put it directly in footer.php and keep it there when you use Lazy Load.
function createObserver (handler) {
return new IntersectionObserver(function (entries) {
for (var i = 0; i < entries.length; i++) {
handler(entries[i])
}
}, {
rootMargin: '0px',
threshold: 0.1
})
}
jQuery(document).on('ready', function(e){
//
var observer = createObserver(function (entry) {
if (entry.intersectionRatio > 0) {
observer.unobserve(entry.target)
var $el = jQuery(entry.target)
var src = $el.data('src')
var srcset = $el.data('srcset')
if ($el.hasClass('lazy-load-active')) return
else $el.addClass('lazy-load-active')
if (src) $el.attr('src', src)
if (srcset) $el.attr('srcset', srcset)
$el.imagesLoaded(function () {
$el.removeClass('lazy-load')
if (typeof objectFitImages !== 'undefined') {
objectFitImages($el)
}
})
}
})
jQuery('.lazy-load').each(function (i, el) {
observer.observe(el)
})
});
Thanks for the solution. I’ve just disabled the lazy loading feature and it resolved the issue.
Cool. I’m glad that your problem 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!
Hi! I made a filter, but when I want to place the widget block on my shop pagen in Elementor, It does not show in the widget list.
Hi kasperdc1
Thank you for using Filter Everything PRO.
It is a known problem in Elementor when you can’t find any WordPress widget through its Search field. But these widgets are still available. Please, scroll down to the WORDPRESS section and select the widget manually.
I tried this but there is no widget.
Hello kasperdc1
It’s very strange. Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you. Regards.
I have send you the login details.
Hello kasperdc1
Thank you for your credentials.
I’m not sure but it looks like you have to ask the administrator of the Multisite Network to change permission settings or something like this. Because on your site in admin dashborad there is no Filter Everythinng PRO plugin in the active plugins list.
But from another side [fe_widget] shortcode works on the archive page. If you will not find the reason in your Multisite Network settings as option you can use shortcode, which do all the same as widget – https://filtereverything.pro/resources/shortcodes/
Hi there! couple of months later. We have moved our part of the multisite to a single site. Now it asks for a license key, but when i press the button “Get your license key”, it tells me I have no key…
Hi kasperdc1.
Please, provide me with screenshot of the page, where you see the message that you have not License key. I mean that new tab that opens after you click on the “Get your license key” button. Optionally you can send it via PM.
Thank you. Regards.
- Andrii.
Filter Advanced Custom Fields
ACF – Select
Options:
1+1
2+1
3+1
In sidebar show right (3)
But can`t return result of search, said found zero.
Without + work good
i need to use plus… help me please
Screenshot https://disk.yandex.ru/d/Gp2HDhqJ-GHVSwSELECT SQL_CALC_FOUND_ROWS nf_posts.ID FROM nf_posts LEFT JOIN nf_term_relationships ON (nf_posts.ID = nf_term_relationships.object_id) INNER JOIN nf_postmeta ON ( nf_posts.ID = nf_postmeta.post_id ) WHERE 1=1 AND ( nf_term_relationships.term_taxonomy_id IN (6) ) AND ( ( nf_postmeta.meta_key = ‘flat_plan’ AND nf_postmeta.meta_value REGEXP ’.;s:[0-9]+:\”3+1\”.’ ) ) AND ((nf_posts.post_type = ‘post’ AND (nf_posts.post_status = ‘publish’ OR nf_posts.post_status = ‘acf-disabled’ OR nf_posts.post_status = ‘private’))) GROUP BY nf_posts.ID ORDER BY nf_posts.post_date DESC LIMIT 0, 15
3+1 – problem with PLUS
Good afternoon, will there be any solution for filtering elements with a plus sign
Hello madweb1
Thank you for using Filter Everything PRO and for your bugreport. I will fix it soon and provide you with solution here in this comments thread.
Hello, Is there any implementation timeline?
Hello madweb1
This bug is already solved for the next plugin version, but I’m not sure, when it will be released. However I can send you direct link to this intermediate version that already contains the fix, but please send me message in PM and I will send you the link.
Thank you.
i write you on mail
Hi there,
i’d like to have two category filter sections within a filter set. How can i achieve this?
Let’s say one section would be “Gender” and below that i’d like to have “Product type”. I want them to be in two different sections with two different headings, not just the two parent categories one below the other. See brief example below.
Thanks! 
Section A Gender
Men Women Unisex
Section B Products
T-Shirts Hoodies Tank Tops ...
Hi maksim_rvdiment
Thank you for using Filter Everything PRO.
You can not add two filters by the same entity in one Filter Set. But you always can create two Filter Sets, direct them to the same page, put two Filters widgets on it and you will achieve your goal 
You had replied to me due to issues im having with compatibility with my theme/ web build (bricks) and the filter everything plugin. Im a Wordpress developer, and without some sort of work around, this plugin doesn’t appear to work with bricks. Please provide a refund, unless you have documentation detailing how to get this to work with bricks. Info you sent via message is already among the things I have already looked into. Im 8+ hours digging into this already.
Hello davidkoenig23
Please, let me know what exactly does not work with Bricks? Because I have another customer who uses Bricks and FIlter Everything PRO and they work together. With one specific moment – Bricks theme uses copies of WP_Queries on every Category page and this requires to create individual Filter Sets for such Categories.
Hi davidkoenig23
I’m glad to inform you that I already fixed issue with Filter Set for common categories pages and Bricks Builder. Now the plugin works with Bricks Builder as with any other page builder.
If you need this update, please let me know here and I will send you direct link to the intermediate plugin version, that contains this fix.
First, i’ve read the manual looking for a solution to my issue. Didn’t found anything.
I just discovered your plugin today, tested the free version and straightly purchased the PRO to support such great plugin. But…
... now I discover that page with their contents made on Classic Text Editor doesn’t show up. They are just blank, I refeer to short pages incuding a shortcode (like contact form) or text only pages like “Privacy Policy”. Only header a footer appears, but no the content..
However, Woocommerce pages (like shop page, product page, cart, etc) show up properly, and also pages edited on Beaver Builder.
Here are my attempts to solve the issue:
- Unactivate Filter Everything plugin-> Pages show up again.
- Activate the plugin and send to bin the filter set I created -> Page content hide again
- READ THE MANUAL – > I didn’t found a solution but I got even more familarized with the plugin.
- Delete this plugin Widget on Theme Customizer > Shop Filters. Didn’t solved the issue.
- Tweak sidebar settings on theme. No results.
- Turn on Ajax -> didn’t solved the issue, just in case.
- Deactivate the plugin -> Text Pages show up again.
Really looking foward for any direction to go.
I’ve deactivated Polylang plugin, and now the page contents mentioned above have reappeared, with Filter Everything active. It looks like there is an incompatibility between both plugins. What should be the course of action?
It seems I’ve solved the issue. As website is still on development and no translations have done yet, I deleted all the languages except English, then noticed that pages were redirected to portugish ?¿?. Odd. I changed on Customizer to English and done. The strange thing is that when “Filter Everything” was deactivated those pages were displayed properly on the frontend when set to lang set to English. A bit odd everything, bit nevermind about my support request. Thanks for the reading.
Sorry for so many answers. NO IS NOT WORKING. Polylang+Filter Everything combination makes stop working shortcodes from Beaver Builder modules, and again, I don’t know why, simple pages not made with WooCommerce nor Beaver Builder are not showing,
Hi Sorry, but Filter Everything is definitly NOT working together with Polylang. It is also not showing Beaver Builder modules through shortcodes. I will be sending you credentials so you can have a look
Hi paquitonavas
Thank you for using Filter Everything PRO.
In general the plugin was tested with Beaver Builder and Polylang plugins and it is compatible with them. It seems you have compatibility issue related with combination of these plugins and maybe some other plugins or custom code.
Please, send me credentials to your /wp-admin in accordance with this document and provide me with link to the page, which content disappears, when the pugin is activated I will check it myself.
Thank you.
We already sent you credentials one week ago, and it seems you have still not entered to check the issue. You state by email that you will check in 5-7 hours, today we’re still waiting.
Hi, did you received the credentials? It has been a lot of days since I sent to you, and the issue is still pending of being resolved
Hi i’m still waiting you to check the issue, it has been 9 days since today, and I still got no support.
Hi paquitonavas
Thank you for your credentials and sorry for the late response. In my author dashboard first of all I see comments that were published 1-2 days ago and when you add a new comment under existing it “refreshes” this date and your request may be postponed to additional 2 days.
I checked your site and realized that your pages also do not work when the Polylang plugin is activated and Filter Everything PRO is deactivated. It means that my plugin is not related with the issue. Thus you have to find the issue between Polylang and other plugins installed on your site.
Why did you decide that Filter Everything PRO causes the issue? Please, let me know.
I’ve checked what you sai, and it is right. One week ago, when deactivating Filter All Pro, pages were clearly reappearing, I double checked that before opening a ticket, but now it is acting different, as you have described. I can’t still give you an answer to the issue, but i will dig on it a bit deeper and I feel in debt to give you a response as soon as I get the issue.
1. Will it work with ReHub theme? 2. Can it search&filter Authors? Stores?
Hello michayu
Thank you for your interest in Filter Everything PRO.
1. Yes, sure. It works with this theme.
2. You can filter posts/products by Authors. But this plugin does not allow you to filter Authors by some criteria.
Hello, we have the PRO version and all is fine except that we want to only show “instock” products WITHOUT this term in urls. Is it a way to force it once for all ? I saw the wpc_filter_term_url hook, but it add it in the url and we don’t want that.
Best regards
Hi, I found the way to add “instock” without url by modifying the line 192 in your code in \src\RequestParser.php :
$pathSegments = $this->getPathSegments(); becomes $pathSegments = apply_filters( ‘wpc_filter_path_segments’, $this->getPathSegments() );
Tell me if you think you could do this change in the future, otherwise I’ll need to correct it each time the plugin will be updated.
Best regard
Hello lesdessouschicsinfo
Thank you for using Filter Everything PRO and for your suggestion.
I’ve already added this hook to the plugin and you will not need to fix it every time after update.
Thank you.
How can I do to translate the word “select” in filter dropdowns?
Hello forlanistudio
Thank you for using Filter Everything PRO.
You have several ways to change the string - Select %s - to your own:
1) To translate it with the Loco translate plugin or other software if you use not-English language on your site.
2) To use theTemplates overriding feature https://filtereverything.pro/resources/templates-overriding/ to override the dropdown.php template and replace the string.
3) To use hook ‘wpc_dropdown_default_option‘ if you are familiar with PHP development.
How to configure the search module to display car parts by brand, model, year and engine? Knowing that I created a custom taxonomy named “Cars” with the WCK plugin.
Here is the style I want to do on this demo: https://chromium.themes.zone/catalog/Need help please !
Hello ImedZh
Thank you for using Filter Everything PRO.
In general such questions are not something that support here provides because purchasing items here on CodeCanyon expects that you are enough familiar with technology that is related with the item.
But I recommend you to look on this article about how to quickstart with the plugin – https://filtereverything.pro/resources/quickstart/
If you use custom taxonomy for your Cars, you have to create filter by this taxonomy, specify post type with your cars in the Filter Set and direct it to desired page or pages.
Hello Thank you for your response, but we want at least a demo for auto parts with filtering by brand, model, year and engine
Consider adding a new feature in your plugin that allows you to add filtering restrictions like the following open source plugin:
https://wordpress.org/plugins/ymm-search/What do you think ?
Hello ImedZh
Thank you for your suggestion, but I’m not sure I understand you clear what exactly restrictions you mean. Please, explain it in details. Thank you.
Hello
My suggestion is to add data in CSV format in the product page.
Here is an example: “Dacia, Duster, Essence 1.6L, 2015, 2022”.
The search module will be able to automatically display this data in selectboxes:
_ Mark _ _ Model _ _ Year _ _ Motorization _ _ Product Category _
If we are going to follow your logic, we must create:
- A taxonomy for the mark
- A taxonomy for the model
- A taxonomy for the year
- A taxonomy for motorization
The problem with this logic is that when you choose the mark “Dacia” then the model selection displays all available models of all brands (including Dacia models).
So, I think you need to adopt YMM Search logic in your search module.
Did you get the idea?
I need help with filter translation as I explained in comments.
Thanks! Sergio
Hello Huzebio
Already answered you under your previous comments. Please, continue our conversation there.
Thank you.
Hi Stepasyuk!
I already sent credentials.
Thanks!
Hi Huzebio.
Thank you for your credentials.
I checked your site and realized that Polylang have updated their plugin and now this update requires to reflect appropriate changes in my plugin. I did this changes directly on your plugin instance and for the next Filter Everything PRO version. Now you have ability to select Filter-Set as translatable post type in Language -> Settings -> Custom post types and Taxonomies.
I already created translated version of the Filter Set for EN and FR languages and test them with filter by Fuel. All things work as expected.
The only one moment as I see – language selector should be configure to direct user to the main page without selected filters. If it is not possible to achieve that via settings and you can provide me with FTP credentials to your site, I can made additional changes to force the language switcher to work correctly.
Please, let me know.
Hi Stepasyuk! Thanks a lot!
I don’t understand the last paragraph. It is not a problem to send you FTP credentials, but which is the issue right now? Could you explain “language selector should be configure to direct user to the main page without selected filters”? If you say that when you have the page with filters applied you can’t translate it, I think it won’t be a problem. No one will arrive to the filter and use it before of select their language.
I translated all other fields in filters and I’m waiting for an answer of my client.
Thanks again! Sergio
Hi Sergio
Yes, you understand me right – if user selects filters and after click on language selector it will see 404 error because language selector can not get translated filter terms. I would be interested in to get FTP credentials and to make some adjustments in my plugin to avoid such problem with language selector. You can send them via PM and notify me here in this comments thread.
Thank you.
Hi Stepasyuk,
I sent you the FTP credentials few days ago and notified you an issue. Have you received it?
Thanks! Sergio
Hi Huzebio.
Sorry for the late response. I had a lot requests related with Sales week that was recently.
I confirm I received and checked them.
Hi, when I enable Ajax and click on a filter I will get 2 sticky headers. If I filter again 4 and so on…
After I have 2 sticky header and I resize the browser I will get 4,8,... sticky headers till the browser hangs
Solved! I changed Sticky header from Inherited to Enabled in the advanced settings of Astra on the Shop page
Hi fransve
Thank you for using Filter Everything PRO.
I’m glad that your issue were solved. Thank you for the notification about that 
I only want to filter posts on Wordpress, no need to install WooCommerce extra. Is this possible?
Hello Nettili
Thank you for your interest in Filter Everything PRO.
Yes, sure. The plugin allows you to filter any post types including regular WordPress posts or pages. No need to install WooCommerce for that.
Hi!
1. What are the options for speeding up the work of filter pages for 100-200-500 000 products?
2. How to disable recalculation at the moment every time an attribute is selected?
Hi yankahomina
1. Performance problem. 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)
So you can increase the speed of the filtering process if you optimize one of several parameters from the list above.
2. For the moment unfortunately you can not disable recalculation count of posts related to a filter term because when you use “Apply button” and if you do not recalculate it may often generate empty filter intersections. For example you select 3 filters and click on “Apply ” button and you will get 0 posts found. After you try to select another filters and again get 0 posts. To avoid such situations recalculation must be present and empty filter terms should be hidden in process.
But from another side I understand that it is not convenient in situations, when there are a lot of filters, posts and it may take a long time. So I’m planning to improved this moment in the future plugin updates and make this recalculatoin disabled optionally or to work instantly.
Can you tell us how to solve this issue on our own? for us it is critical
Hi yankahomina
I would be glad to help you more with this. But unfrotunately this is something that depends from your server and website config and it is not included the item support scope here on CodeCanyon. Please, try to check your sevrer and website with the points above and you can find what would be changed/optimized quickly.
Hello, Is it possible to create checkbox filter named ‘Useful groups’ that will contain options like:
1. On sale (product that have sale price)
2. New products (product that have been added last x days)
3. Show unavailable products (products that are out of stock)
4. Fast shipping (products with custom field, eg. “meta_data” -> key=”delivery” value=”fast shipping”
What do you think about this? Is it possible in atleast some extent?
Hi Stepasyuk, great plug-in! Does your plug-in support a search text field? I created one filter for a custom field, another for a custom taxonomy, and I’d like a third that is a text box that can live filter items by their title. Thank you.
Hello aaronbowden
Thank you for using Filter Everything PRO.
I already added this field to my development schedule and it will appear in the next plugin updates soon. I will let you know here in this comments thread about this.
Excellent, looking forward to it. Do you have an approximate release date for this?
I’m not sure, but I think this will happen in period from 2 weeks up to 2 months.
Hello aaronbowden
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.