9135 comments found.
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.
Is it possible to have the same filter on different pages?
Hello miguel84
Thank you for your interest in Filter Everything PRO.
Yes, sure. You can direct Filter Set on multiple pages and to filter on all them with the same Filters widget.
Thank you. Regards.
How? On “Where to filter?” setting I choose pages, then I must select a specific page from dropdown. How to select several pages?
Hello miguel84
For the moment there is ability to select only one specific page or all singular pages if you mean Pages (not archive pages like category, tag, author etc)
The last option to direct Filter Set on all singular pages will be available in the next plugin version, which will be released on next Monday or Tuesday. As option I’ve sent you intermediary plugin version that supports this feature just via PM now.
You can point your Filter Set on all singular pages, but for example with Widget logic plugin (or even custom code) to display Filters widget on desired pages and hide it on all other pages.
But please, pay attention that Posts loop on all such pages should be exactly the same to be available for filtering by the same Filter Set. Different Post loops require different Filter Sets.
Thank you. Regards.
Hello,
Thank you for your previous assistance. Here is another question. I have spotted that the filter does not recognize all categories of the posts located on a certain page and when a category is checked it does not filter properly. I tried using different post queries but still no change. Here is a link to such page https://digitalalliance.bg/en/inspiration/training1-good-practices/ Regards, Stefan
Hello Stefan
I checked link you provided but I don’t see any evidences that filter does not work properly. If the selection does not show you any results there could be several possible reasons:
1. Selected category does not contain any posts
2. Your template that shows posts removes some of them in PHP code. In other words the template does not show all selected from DB posts, but only some of them.
If you are sure that these reasons do not match to your case I can look on this more deeply if you will send us credentials to your /wp-admin in accordance with this document. Please, let me know.
Thank you. Regards.
I sent you the credentials 
Hello Stefan
Thank you for your credentials.
I’ve checked the page, but I can not understand what you expect from filters when you do not display your posts on that page https://digitalalliance.bg/en/inspiration/training1-good-practices/
Because if you expected to see posts after selection a filter term you have to know, that filtering does not add new posts on a page. It only narrows existing posts list by filters criteria. In other words you have to display your posts grid first before start to filter them. As I do not see any posts on the page, it means that there is nothing to filter. Please, display your posts first.
Thank you. Regards.
Hi there Well the posts are there just under different tabs, or the filter and post grid have to be in the same container in order for the filter to get them? Regards
Hi Sterasoft-new
Thank you for your advice. Finally I have found tabs and post grids inside them. It is not so obvious to understand that there are tabls.
I have to say few moments:
1. You have several post grids on the page and I’m not sure what exactly post grid you want to filter. But if you want to filter all post grids in all tabs you have to create appropriate number of Filter Sets for them. One Filter Set per one posts grid and every Filter Set have to use different value of the “And what to filter?” field. In other words they have to use different WP_Queries related wich each post grid.
2. Please, do not try to enable AJAX, until you setup and ensure that Filters widget works and filter desired post grid.
You also sent us link to another page, we disabled there AJAX and filtering became to work. To configure AJAX correctly, please read this short article – https://filtereverything.pro/resources/plugin-settings/#ajax
Thank you. Regards.
Hello bansarilakhatariya
Thank you for your interest in Filter Everything PRO.
You can create separate individual filters for every repeater sub-field but this is not very convenient and does not make a big sense.
In general in this case it would be better to create additional Custom Field and store there Max and Min values as it is implemented for example for Price in WooCommerce. In this case you will be able easy to create numeric filter by this field and filter posts by Max and Min values.
Thank you. Regards.
i have tried to activate plugin but it always said “Invalid license key. Please enter correct license key.” and here is my site “https://popkanmai.com/”
Hello bryanflowers
Thank you for purchasing the plugin.
As I see it from my side for the moment you have activated the license. If not, please let me know.
Thank you. Regards.
Is there a release date for search?
Hello aaronbrimacombe
The next plugin version with the search field will be released on this or next week.
Regards.
Hello aaronbrimacombe
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.