9140 comments found.
Hi,
I’m trying to change the text color of the Items in the filters, but nothing works : custom css, theme options… Here is the page : https://www.lembrassecoeur.fr/annuaire-marques-maternite-ethiques/ How can i debug this ?Thanks a lot
Problem solved 
Hello lembrassecoeur
Thank you for choosing Filter Everything PRO.
I’m glad that you were able to solve the issue. Thank you for your report about that 
Regards.
Hi, My client purchased your plug in. I was able to set up the filter settings for each category but for some reason, products with variation aren’t included on the filter results. Please help. Thansks!
Hi mariaruthalano
Thank you for choosing Filter Everything PRO.
Please, write your support request from the account, where the plugin was purchased.
Thank you. Regards.
Hi,
I activated the license but in Plugin-Site the plugin doesn´t show automatic updates.
I had to change hosting platform once while in development of the site so the temporary url changed too.
At the old site the plugin is deleted.
Or does the plugin not support automatic updates?
Thx.
Hi hwvaubel
The plugin supports automatic updates when you activated the license the only one reason can block these updates – if your server has no connection with the update server “connect.filtereverything.pro”.
But also the new plugin version 1.7.8 released only yesterday and maybe before there was just nothing to update. Please, check it now.
Thank you. Regards.
Ok, I will check again. thx.
Uff,
and again, I have another problem. Hope this doesn´t continue. So I have set a filter with Taxonomy Numeric for weights as a Range slider. I can see that the Range Slide can´t handle numbers with commas.
Filtering numbers like 12 or 34 works. Filtering numbers like 4,4 or 3,2 don´t work.
The Range slider behaves like these numbers aren´t available and for that, in certain categories, the slider doesn´t even show up as it thinks it´s empty, because every product has “weights/numbers” with commas in certain categories.
Does the plugin only support full numbers for range-slider or numbers like in US with dots like 2.3? If yes, we use this plugin in Germany and we use commas for decimals in Europe.
Help is appreciated. Thanks.
Hello hwvaubel
Thank you for the question.
In general values with dots are supported and should work correctly.
Commas are not supported and the root of the problem not in the plugin, but in a SQL DB that can not give you correct result if you store your values with commas. Because if you ask a DB something like this:SELECT post_id FROM wp_posts WHERE ... AND wp_term_taxonomy.taxonomy = 'weight' AND CAST( wp_terms.name AS DECIMAL(15,6) ) <= '4.4'
it works correctly if your values contain decimal dot, but does not work if values contain commas. That’s why you can’t filter by values with commas.
As option you can try to change these values from commas to dots. It can be done easily with small PHP or SQL code.
Regards.
Ok thanks. Now I know that it will work with dots.
But is there a solution that it will work with commas. Could I enter a code snippet in functions.php so that it´s possible changing “CAST” so that we can recall values with comma instead of dots.
I wonder why the range slider works with prices without hustle. There I can type min 18,95 max 18,95 with commas and it will throw out the products with exact that values and there´s no problem. Why is that?
Thanks again for your help!
Hello hwvaubel
Unfortunately it is impossible to write such code snippet. Hypotetically (I’m not sure) you can reconfigure you DB to use commas istead of dots to compare numbers. But in any case it would be easier to:
1. To replace all numbers stored in the field in your DB from commas to dots.
2. To put them only with dots in future.
Than to reconfigure you DB.
The reason, why you can put it with commas in Range slider is that between data received from the Range slider and query to DB there is code that always converts values to dots. Please, see screenshot how it looks in browser and really is in HTML code – https://prnt.sc/qIC-3-V_e3S4
Regards.
Ok,
so if I put all values with dots, then I still can filter in front end in the range sliders with comma and it works? That would be wonderful…
If u confirm that, then I would change everything to dots.
Thx
Yes, sure. I confirm that you can use dots in your DB, but on the frontend it will be used with commas at the same time.
Regards.
Perfect, thank u. I tested it with a few products and it seems to work. No I will have to change every value, but I will manage that.
Thx and regards
Cool.
Hello, is there any options, and if not, any plans, to display product images filtered by there attributes (for example to display red shirt images of variable products – that are simply variations images, when filtering all shirt by their red color), and to add on products, like we can do now with H1 title on archive pages, the attribute color name after their title?
That’s a feature that I search now for making the best seo work possible
It reduces the quantity of useless links on the shop (no need to split the colors into different products). There is a plugin that allows to do a similar work on products here: https://woocommerce.com/products/products-by-attributes-variations-for-woocommerce/
Hello kenteush29
Thank you for your question.
It’s interesting and good idea and I thought about that as several plugin’s users offered such feature before. I’m not sure I will implement this in the future, because there are a lot of features that should be done more urgently in the plugin. If to sort all features into three different queues by priority, this feature would receive priority number 3 and that’s why if it will be implemented it will not happen faster than in 1 year. This is all that I can definitely say for the moment.
Thank you. Regards.
we doubled checked and the attribute data is still in the products in the backend
Hello boytique
It seems the reason is not in the plugin, but in JavaScript errors on the page. Please, look on them in the Console – https://prnt.sc/A9JbY8Y9fDsG
Opening filters widget will continue to work after solving these JS errors.
Thank you. Regards.
we got rid of the errors and the issue is still remaining on desktop and mobile views
Hello boytique
I’m sorry. First time I thought you mean that filters does not open on mobile devices only and usually it is related with JS errors on a page.
But now I checked it more deeply and I see that part of checkboxes view HTML code is absent. I think there could be two possible reasons:
- you use the Templates Overriden feature and created your own template for the Checkboxes view but you have to update it in accordance with the latest plugin changes.
- maybe you changed something in the flrt_filter_walk_terms_tree(); function.
Also you can to make small test – to change view from Checkboxes to for examle Radiobuttons or Dropdown or Labels and to check if they works. In this case the reason definitely is somewhere in the checkbox.php file.
Please, let me know.
I double checked and we didn’t put a template override in the child theme or the parent theme. but when we changed the filter settings to display as radiobuttons it fixed the issues, but how can we get it to work with checkboxes again?
Hello boytique
If other views work it definitely means that something happened with checkbox.php view. Plese, try to upload clean plugin instance on your site to make sure that you do not use modified version. And also provide me please with link to the page again. Now that link from the first comment does not work.
Thank you.
We had the following working as we wanted before, but I guess from a filter plugin update it stopped.
We are trying to move the open Filter button on Mobile view from above the category page to within the category page, to the left of the Sort By button (which is also from you filter plugin) the category setup is built with beaver builder template. On the desktop/laptop view it following where the shortcode is placed in the builder, but for mobile its not https://staging.boytique.com/product-category/girls/ We had it working before with the following: This html code was put in where we wanted the open Filter button to show (to the left of the sort by button) < div class=”mobile-filter” > < /div > (the div was being blocked, so we added spaces to it)
Then we put this PHP snipped to run on the whole site with the WP-Code Snipped plugin
function move_div_and_remove_elements() { ?> <script> jQuery(document).ready(function($) { $(’.mobile-filter’).append($(’.wpc-filters-open-button-container.wpc-open-button-113304’)); $(’.wpc-filters-button .wpc-filters-button-text’).remove(); $(’.wpc-filters-open-widget .wpc-show-counts-yes’).remove(); }); </script> <?php } add_action(‘wp_footer’, ‘move_div_and_remove_elements’);
Hello boytique
Thank you for choosing Filter Everything PRO and sorry for the late response.
In general Filters button for mobile devices can be inserted on a page in two ways:
- as shortcode [fe_open_button] anywhere you need
- automatically via hooks used in popular themes like Avada, Woodmart etc Or via WooCommerce hooks.
If it displays in wrong place you can change this by moving shortcode in the right place. Or if it displays automatically there, you can disable this in Filters -> Settings -> Experimental -> Hide opening widget buttons. And to place the shortcode in the right place after that.
Regards.
it was due to JS errors but now the above code that we mentioned that puts the button in the right place is now making the mobile open filter button to show repeatedly on mobile even though its put in only once in the beaver theme builder
Hello boytique
As I see in in the HTML code the button appears in HTML twice. It means that you use the shortcode twice or you use shortcode one time and the second time the button is displayed by the hook automatically.
Did you try to disable this automatically displaying? If not, please disable.
Regarding the JS code that creates duplicates of the button – unfortunately I can’t help you with this because it is something out of the plugin support scope.
Thank you. Regards.
problem solved, thank you!
Great.
I’m glad to hear this 
Також цікавить, можливо є додатковий плагін який дозволить створти xml карту сайту по фільтрах першого рівня?
Hello spacetheme
I’m sorry for the late response.
Unfortunately it is not possible to force SEO Rules to work on closed from indexing website without changing plugin files. This is not a bug and was done on purpose to avoid certain technical issues.
But as option you always can hide staging site behind HTTP Authorization or Maintenance mode screen and to enable indexing in General Settings.
Regarding XML map – I do not know such plugins and I have doubts that they can build such map automaticlaly, but I can say that partly this task is already solved and this feature will be implemented in the plugin in some time.
Thank you. Regards.
Hi I am having issues getting the filter to display products. The filter does not show up on the shop page (using widget) so I created a new page “custom shop” with elementor and added the filter as a shortcode. The widget loads on the elementor page sidebar, but when “Apply” is click the pages reloads and still displays all products and not filter results
Hi GW272
Thank you for choosing FIlter Everything PRO.
It is popular issue and possible reasons are next:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.
[URGING]
Hello,
I have posted a request 2 days ago, it’s urging. So please I would need your assistance,
Thank you
Hello artvisiondigitalagency
I already answered you in this comments thread – https://codecanyon.net/comments/29494155 Let’s continue our conversation there.
Thank you. Regards.
Hi,
I’m trying to set up various taxonomy numeric filters but I can’t get them to work with my current configuration. Problem is that my numbers have units attached to them. It works if I remove them, but I would like to keep the units for visual reasons. Is there any way to work around that? It would be enough if there would be an option to just ignore every non-numeric value in a given term name or if I could specify characters or phrases to ignore across all terms.
Thank you 
Lena
Hello Lena
Thank you for choosing Filter Everything PRO.
In general the problem is that if yout taxonomy terms contain non-numeric values they can not match to the result SQL query that selects them in fitlering process. When the SQL query is like this:... WHERE meta_value >= 5 ...
it does not work for values 5mm or 5kg.
So the only possible way is to store in taxonomy terms only numeric values, but before to display these terms somewhere to add units to them via hooks.
Thank you. Regards.
Well, that’s unfortunate, but thank you for the explanation. I’ll find a way to work around it. 
Hi , i need to know if possible to create filter set contains advance filters option or not ? For example filters will contain two main drop down fields and advance search button , when someone click on it , it’s will display the rest of filter options, thanks
Hi HANA21518
I’m not sure I understood you correctly. But if you need to show by default only several filter options, but after click to show rest options, you can use feature “More/Less” that works as Size filter there – https://demo.filtereverything.pro/product-category/clothing/women/color-red/brand-hm/c-kind-dress/?max_price=100
Also if you need to allow visitors to search through filter terms, you can enable “Search field” option for the filter and it will work like field in the Color filter on the same page
But if you need something another you always can to add your own HTML for any filters using Templates Overriding feature – https://filtereverything.pro/resources/templates-overriding/
Thank you. Regards.
Hello I use acf checkboxes (radios) for filter options. The meaning of checkboxes in Cyrillic. When selecting one of the filter items, the Cyrillic alphabet is also substituted into the URL. How to translate these values into Latin. I need Latin in the URL
after updated post with checkboxes on Cyrillic, in filter url on Cyrillic too. and I need update Filter for update url to Latin. and it happens all the time. how to fix it?
Hello jagged_star613
Sorry for the late response.
To have latin values in filter URLs you have to make latin values in your custom fields. Filter Everything does not modify and does not translate data received from Custom Fields. Also from many technical and compatibility reasons if it is possible we do not recommend you to use Cyrillc values in Custom Fields.
If you updated you values in Custom Field, updated your posts but still see the old values in filters, it means you have to reset filters cache. Please, open your site with additional paramter in URL – ?reset_filters_cache=true. For example https://example.com/?reset_filters_cache=true
Thank you. Regards.
Hi, I cant able to open the Filter in the Backend. Did i need to Upgarde the license
Can you please reply for this
Hello logakarthikeyan
In general there is no support for accounts which support period is expired in accordance with the Rules. But I can help you later, after all requests from accounts with valid support period will be processed It may take some time – days or weeks.
If you want to get it faster, please extend your support period and this request will be processed in the first queue for supported accounts.
Thank you. Regards.
Hi, is there a way to only show specific filters in certain product category page? E.g if I want to have specific width height and length filters that only show up when I go 3 levels deep in my category menu such as All Products > School > Table and hide the dimension filters when browsing All Products or All Products > School as in these 2 levels they could show products that don’t all have the same type of dimension naming.
Hi andufva
Thank you for the question.
In general it can be done via hiding/showing Filters widget on desired pages. You can achieve this in many different ways, for example with Widget logic plugin or custom coding and displaying different widget areas in dependancy from the category level.
In general out of the box Filter Everything allows you to direct Filter Set on specific category only, on all category pages and on a category with all its children category pages.
Regards.
Thank you for your answere! How to do it in my case for ACF meta field? Help me please
https://gist.github.com/andy-groove/9ab2e6e25abf850a6b29a1fed9bef0d4Hello jagged_star613
We already answered you here in this comments thread – https://codecanyon.net/comments/29491014 Let’s continue conversation about this issue there.
Thank you. Regards.
Hi!
I just purchased your plugin, and I get an “Unknown error” when I try to activate the license. What must I do?
Thanks Marcus
Hi skipjack66
Thank you for choosing Filter Everything PRO.
Usually it is temporary issue and maybe now you can activate it if you will try again.
But if not, please send me:
1. Credentials to your /wp-admin in accordance with this document
2. You License key generated on the Filters -> Settings -> License tab
and I will activate it manually on my side.
Thank you. Regards.
Product categories in filter everything pro are not displayed correctly. In other words, when you select the main category on the page, the filter tells you, for example, that 33 products were found, and when you select a subcategory afterwards, the filter tells you that 29 products were found. However, these filtered products are not updated in Woocommerce’s Product widget. The Product widget only shows all the products of the online store in the default order all the time, regardless of what is selected in the filtering. Is this due to an AJAX issue or what could it be? Could the problem be solved by making Advanced custom fields from the product categories, if filter everything does not search for them from the Woocommerce product categories?
Hello Albmir
Thank you for your interest in Filter Everything PRO.
I have to say that things you described in your comment are consequence of the wrong configured filters. But from another side support here is provided only for accounts with purchased license.
If you need our support, please write your request from the account, where the plugin is purchased.
Thank you. Regards.
Hello,
Is there a way to add SEO Rules for the combination of 2 parameters of the same filter, for example the combination of 2 categories or two product colors (in the URL they are concatenated by or)?
e.g.: https://dinasti.mx/tienda/categoria-esclavas-or-pulseras
In the dashboard you can only combine one parameter per filter. Is there any way to add the meta tags <title> and <description> to this kind of combinations, even by adding them by code to the theme?
Hello alinnovatr
Thank you for the question.
If you mean situation, to create SEO Rule for the situation, when you select several terms of the same filter (for example Color blue + yellow simultaneously) it is not possible in the plugin out of the box. This was done to avoid sanctions from Google for search spam.
Because people very rarely use search keyphrase like “buy blue or yellow woman dress”. Usually “yellow woman dress” or “blue woman dress”. Also if to allow to index such combinations there will be a lot of automatically generated pages with “index” status. And Google can lower the rating of such a site.
Thank you. Regards.
Hello, I purchased the plugin Yesterday but have a question for now. Before buying the plugin I saw a field “Custom Numeric field” pro version. so when I bought the plugin I can’t see that field. Could you provide some info how to set for example price range, length or weight ranges?? best
By the way and how to use shortcode on any page? or I need just select “where to filter” field and will filter it? I’m asking this as my products with a category I can’t filter on other page
Hello artyom1987
Thank you for choosing Filter Everything PRO.
The field you mentioned located at the bottom of the “Filter by” dropdown. Please scroll down to the bottom of this field and you will see two numeric fields:
- Custom Field Numeric
- Taxonomy Numeric
Please, see screenshot – https://prnt.sc/PX_BGyPA7sWO
Yes, sure. First of all you have to direct your Filter Set on specific page or pages. And after to insert Filters widget or its shortcode on these pages. If page does not match to any Filter Set, neither Filters widget nor shortcode will not display anything on it.
Thank you. Regards.
Hello Team, thank you for your support. But I couldn’t find any shortcode in the filter settings or in the filter sets. could you direct me how to generate the code and copy it to use on any page? besides I would like to understand the meaning of those fields shown on the screenshot – https://imgur.com/a/CLYtoYe
And two more questions: 1. how to assign different filter sets into other sidebars? I mean if I put a filter in the shop sidebar then I can’t select which filter to set in the shop sidebar. and relatively if I have tour sidebar I can’t set other separate filter for the that page, it just shows the filter from shop sidebar. 2. How to set “sorting” filter instead of the place of shop “sorting”? I saw there is a function to hide woocommerce sorting but I can’t understand how to put “filter everything sorting” instead of woocommerce sorting place. as FE sorting goes to sidebars. The problem shown in the screenshots – https://imgur.com/a/o3tKUhn
Hello artyom1987
Please, look on this article in documentation about shortcodes supported by the plugin – https://filtereverything.pro/resources/shortcodes/
Regarding fields, please look on this https://filtereverything.pro/resources/plugin-settings/#ajax and this https://filtereverything.pro/resources/filter-set/ pages.
Thank you. Regards.
Hi, To tell the truth I read the instructions but non of them doesn’t explain well how to set individual filter set for individual products page. I did understand how to set but couldn’t manage to separate filter sets from each other – only one set is applied to a shop page or tour page So, I’m using this wordpress theme https://themeforest.net/item/travelwp-traveltour-booking-wordpress-theme/19029758 purchased from envato, and explaining the problem I could say that its “shop” and “tours” pages on the menu are the same direction – shop. and when chosing products from the filter settings it gives products that match to the shop page, not the tours as a page because my tours are connected with the shop page products, means in woocommerce products the developer created a tab category called tour so that’s why I can’t filter them as in a separate tours page. So, I would like you to help me with my theme and your filters whether your filter is actual for my theme to use? best
and when I checked “not to use woocommerce sorting” option, I saw that the sorting option was absent in the shop but was present in the tours part, so I don’ understand the format of your filtering plugin
Hello artyom1987
Sorry for the late response.
To display a Filter Set on a page you have to:
1. Direct the Filter Set to this page in the “Where to filter?”dropdowns. For example to select in them “Pages -> Shop page”
2. To place in the widget area on the Shop page Filters widget. It will automatically display the Filter Set you directed to the page.
The same things you have to do for your second page. If it is the same page but with tabs and show different content, you have to direct both Filter Sets on the same page, put there two Filters widgets and they will automatically display filters. If the order will be wrong, you can change it via the Priority field in every Filter Set. Also you have to select correct WP_Query in the “And what to filter?” field for every Set. You can find them experimentally.
I hope this will help you.
Regards.
Hello Stepasyuk Thanks for your reply, but your support helped for partially, The issue is that my tour products and shop products are on the same wordpress query “shop page” but they have separate sidebars. So as seen on the screenshots I created 2 Filter sets and with shortcodes I put those separate filter on the same Shop page as you said. 2 different sets showed on the different pages of the shop, but here is the problem that although my tour types are shown in the widget “sidebar tours” but the content of those tour types are absent. But as seen from my screenshots I showed a tour example and that it has 2 tour types “rail tour” and “river cruise” but the product isn’t included in the widget sidebar for filtering it by type. So how you can help?
Hello artyom1987
Unfortuntely you asked us something that is out from the item support scope here on CodeCanyon. Please, see what support here includes – https://codecanyon.net/page/item_support_policy
We can help you in case if the Filter Everything PRO does not work as described or contain bugs/errors. But you ask us to help you to solve technical/development task on your site. In other words it isn’t something that you paid for when purchased the plugin. I’m sorry.
The only one I can say that if you expects that filtering will add new posts on the page it is not possible. Because filtering is process of narrowing posts list that are displayed on the page. If page or block does not contain any posts, you can not add them via filtering. Maybe this will be useful for yuo.
Thank you. Regards.
Hi again Stepanyuk, So, it’s a really pity that the plugin only works with pages that have posts, but as I said in the previous issues my shop page is general for my shop and tour pages, just the theme is constructed so that I bought it. However, I would like to know maybe there is something to do in order to make the tours to be recognized by the filter separately and the products from the shop separately too. The issue is that I would like to use the shop by adding there “tour attractions” as products and as describing info on the tour packages. So, your plugin is usable for that part, for filtering attractions as products. But even for the shop page I can say that FE plugin should show the borders normally not out of them as the shop has sidebar which is worth to use too. for the “Tour” part of the shop as tour packages I would like to find a solution to filter with your plugin, if not finally maybe I’ll use my tour sidebar plugin with another style already or maybe I’ll ask for the refund if not working with my theme. Hoping for your understanding.
Hello, As you mentioned above “In other words it isn’t something that you paid for when purchased the plugin. I’m sorry.” , so I think I should get the refund. Besides, if your plugin doesn’t work in the shop’s sidebar when checked in the settings, “Experimental” – “Use improved dropdowns instead of regular ones” as there are some styles issues or bugs in php files I can’t list products on a page where aren’t shown results counting. By other words there are problems with the plugin when setting it on the shop’s sidebar. So, dear Author I would like to apply for the refund in Envato. Please let me know your answer.
Hello artyom1987
We already received refund request from you and it will be processed as soon as possible.
Thank you. Regards.
Hello Stepanyuk, Ok, wwaiting for the refund process. Thanks.
Hello Stepanyuk, One more time I would like to remind you about the refund acceptance as within the period of the refund request I can raise it to Envato as the time is running and no decision was made there. So, could response there as you agree to make the refund? Best.