9146 comments found.
Hello, As I raised issues in my previous messages how to put shortcodes finally I found it to match with my theme. Just when I put sorting shortcode to sort the products I added in the page it says as shown on screenshot https://imgur.com/a/v4F64yv (first picture) The second issue I would like to know is about your demo version that it shows checkboxes with search field and scroll bar but in the plugin settings I didn’t note any feature for setting the scroll bar https://imgur.com/a/v4F64yv (second and third pics). so how to add like that filter set?
By the way and how to set horizontally filters? as if checked from the widget side “horizontal it only shows in the widget not the whole streched page – https://imgur.com/a/0E8y3YI
Hello artyom1987
1. Indeed, the Sorting widget can sort only filtered products as this message says. It means that you have to put this widget or shortcode on the page, where you display your filters or at least where you directed any Filter Set by selecting appropriate value in the “Where to filter?” field of a Filter Set. Plese, do it first before to display Sorting widget.
2. Regarding dropdown with scrollbar. Please go to Dashboard -> Filters -> Settings -> Experimental and enable the option “Improved dropdowns”. After that select “Dropdown” view for any filter and you will see that nice, styled dropdown with scrollbar.
3. I’m not sure what exaclty the problem, because you did everything right – to enabled the Horizontal view, you have to activate appropriate checkbox in the Filters widget and also set desired number of columns. Please, provide me with screenshot with wrong result.
Thank you. Regards.
hello Stepanyuk, thanks for your support, Now related to the third issue I’m providing the screenshot examples of how it’s showing horizontally filters. – https://imgur.com/a/d8iCKIO When I put for example 3 columns it shows as on screenshot instead of showing on the top of the products, and relatively the same for 5 columns and on those examples scrollbar are shown from the bottom. The problem is that it shows on the widget part as shown on the screenshots not on the top of the product as a whole. I think it’s a bug of the plugin and you should update.
Hello artyom1987
Thank you for the screenshots you provided.
It’s not a bug or error. It is expected consequence of that fact that you placed Filters widget in sidebar with width 250-300px and enabled horizontal columns.
Please, put Filters widget or their shortcode [fe_widget] above your products list, not in sidebar and try to use horizontal view with desired number of columns.
Regards.
Hello Stepanyuk, I knew about creating a page and will work the filtering horizontal as shown in the demo version, 1. however I couldn’t manage to set up chips there as I’m showing in my video record. 2. As shown in the video – I am marking the places where I wanted the created page with filters to show as shop results, as in woocommerce shop page th results are showing but in a created separate page the filters don’t show results as in shop page. So, how can you support via plugin or nothing to do ?
Besides I would like to put the FE plugin widget in the shop sidebar as generally shops have sidebars and they should be used, so only setting the widget in the page where products are located it’s not right usage of the plugin. This means if the plugin is functioning normally so let it function in the shop sidebar too. but in my video case it shows as a bug or not normally designed in its php files. So, after all these issues I would like to apply for the refund. Please let me know about your answer. best.
Hello artyom1987
You can insert Chips as separate widget or as shortcode [fe_chips] above your products list. Please, see more in the documentation about Chips – https://filtereverything.pro/resources/chips-widget/
Please, write you second and third questions as separate comments to avoid confusion.
Thank you. Regards.
Hi, We purchased this plugin and I cannot activate the license. I went to Filters > Settings > License and clicked on the link Get your License Key, I copied and pasted my license key but when I click on the button, I get the message “Unknown error”. Can you help me please? Kind regards, Eva
Hello YouWebForma
Thank you for purchasing the plugin.
It seems your server does not allow connection with our license server.
I can activate it on my side, but I need next things from you:
1. Credentials to your /wp-admin in accordance with this document
2. Your License key.
Please, send all these via PM.
Thank you. Regards.
Hello, we sent licence problem information and credential in MP as requested but no response since. Do we need to do anything more? This is becoming quite an emmergency… Thank you! Kind regards.
Hello YouWebForma
Thank you for the credentials. Your license is already activated.
Regards.
Thanks, license is activated! I was able to set an ACF price custom field, that I use in a “custom field numeric” as a range. But it is not displaying the range selector on front end. I checked to hide empty filters, so it is empty I guess. But I selected the numbers in back end (I tried, with and without commas). No idea what is happening. Can you please take a look and let me know? We need to go live on monday and since license problem took a while, we are on a hurry. I hope you can help! Kind regards
Hello YouWebForma
If a range filter shows you 0 – 0 in 99% cases the meta field with the key you specified does not contain numeric values or they are not numeric (for example contain other characters than numbers). Please, check what exactly data are stored in these meta fields. Optionally you can provide us with example of these data.
You check it for example with the PhpMyAdmin plugin if you are familiar with WordPress DB.
Regards.
- Andrii.
Numbers are just numbers, no other characters, example: 252 350 402 600 750 770 822 900 908 1098 1150 1200 1312 etc… The custom field numeric range filter uses data from an ACF Checkbox field type, we check the number(s) on the custom post type editor. At first I tried with commas (ex: 252,00) but then after reading if could not work with range filter, I updated all numbers. I can provide new credentials if you can look at it yourself. I cannot find it in database so I cannot tell you from that point of view. Kind regards
Hi YouWebForma,
We would be happy to help. Unfortunately, in a situation where your data appears to be in the wrong format and you can’t provide an example of that data, we can’t help you.
We are responsible for the functionality of the plugin code, but not for the format of user data. Based on the experience of using the plugin, I can say with confidence that numeric filters work correctly if all custom fields contain correct data in the same format.
If you changed your custom field, then there can be both, serialized and numeric data and in this case, it’s impossible to correctly filter by them. You need to make sure that your numeric data in custom fields is in the same format. Please check all the data and correct this situation.
As an option, you can create a new field for the experiment and set numerical data for 2-3 posts and create a filter for them and make sure that it works correctly.
Best Regard,
- Victor
Hi, thanks for the reply. I did create 3 new fields to test other examples, all have the same issue. The numbers are just numbers that I type, nothing more. One number per line. I would be happy to provide data, what would you need exactly? I just had an idea. But then I had an idea, do the ACF field type needs to be a “Number” type and not “Checkbox” type? I tried and it worked. But unfortunately, I need to check different numbers for every custom post type (this is a list of training sessions, which have up to 3 prices available), so checkbox was the best option, but I guess range filter only accepts “Numbers” field types from ACF. Do you see another possibility?
Hi YouWebForma,
We have checked the site and the problem was that you have chosen the wrong WP_Query in the “And what to filter?” dropdown. We changed it on the second one and now everything is working perfectly fine.
Best Regards.
- Victor
Hi, thank you for your time and your guidance.
I am lost because the filters were already working fine as I created number fields without commas or dots, the problem was that I did not know I had to use a “number” field type and nothing else (as I explained and as you saw, we were using checkbox field type for the range filter and it is now possible, I figured this out very late).
The issue is now, since last message:
1) How to set several numbers per custom post type (there are 1 to 3 different prices to use in range filter)?
2) I understand that currently it is not possible to use comma or dots (for price range filter), so we will not use full prices for filtering purposes.
Kind regards
Hi YouWebForma,
1) If you assign several values per custom post type with the same meta key for example:
key: some_price and value: 5
key: some_price and value: 20
key: some_price and value: 100.50
Everything will work correctly and if in the filter range you are going to set the range from 10 to 50 it will show it, same as from 100 to 101.
2) It is possible to use “dots” for the price and for the price range filter, if you go to “More options” on your price range filter inside “Filter Set” you will see the “Slider Step” you can change it for example to .1 or .01 etc. so when you move the price range slider on the front you will see numbers like 1045.5 or 108.23 etc.
Best Regards.
- Victor
Hi,
1) So in ACF I created 3 number fields with same field names “some_price”, and in Filter Everything I create a new filter Custom field numeric, with meta key “some_price”. I assign values (ex: 402 500 and empty) in my custom post editor, in those number fields and when I save, page reloads, inputs are empty, it is not saved. When I test to assign the number value in database, it shows the same number in the 3 inputs. If I change ACF Field name “some_price”, “some_price2” and “some_price3”, it saves the input’s value (but I cannot get the 3 values for the filter)
2) Thank you so much for the “step” setting! That is why I was not able to use decimal numbers.
3) I notice that filters are not updated on front end: values are not up to date (some are checked but not appearing). I also checked «Apply Button» mode but it is not showing in front end. I cleared Hummingbird’s cache, but that is not enough apparently.
4) Also in Filters Settings > URL prefixes menu, there is an old Custom Field Numeric prefix “prix_a_filtrer” still showing up, but it was deleted.
Thanks again for the help, I’m sure we will find the final solutions very soon!
Kind regards
Hi, I hope you did not forget about my problem. Talk to you soon! Kind regards, Eva
(it looks like none of the filters are updated and updating the listing, this is very strange, even when I disable everything but “elementor” and “filter everything” with “Health Check & Troubleshooting”)
PS: we sent credentials for you to activate license in dev website (unknown error when trying to activate), in order to test this all out there. Thanks in advance!
Hi Eva,
Sorry for the late reply.
1) In ACF you should create one field, in your post, you should add the field with the same meta keys 3 times just with different values.
3) Perhaps something is blocking the AJAX requests. (need additional checking)
4) Deleting fields from ACF is not deleting them from DB same as changing the meta key in ACF doesn’t change them in DB.
Please add the license key as well in the mail.
Also, update the plugin to the latest version which is v1.7.14, you can download it from here.
Best Regards.
- Victor
Hi I have just purchased your plugin and I have a nube quesion: How do I display the filtered post results?
Many thanks and best regards.
Hi microteq
Thank you for choosing Filter Everything PRO.
In general to filter any posts you have to display them first on a page. In other words filtering does not add new posts on a page, but only narrow existing post list by selected fitler terms.
You can check it out about how to quickstart with the plugin here – https://filtereverything.pro/resources/quickstart/
Regards.
Many thanks for your assistance. In fact I could make it run on the shop page. But I would like to have ist run on any page with a woocommerce “all products” block on my page. If I select the correct page in the filter set settings, I get the following error in the ‘what to filter’ field: No WP Queries matched to the post type ‘product’ found on the page.
Can you tell me how I can achieve this?
Many thanks and best regards.
Hello microteq
Please, provide me with link to the page, where you have “All products” block, but it is not visible for the Filter Set. Maybe you use some kind of blocks that loads products via AJAX and do not use WP_Query.
Please, let me know. Thank you. Regards.
Unfortunately, my site is not public, yet, so there is no link available.
But you can very easily reproduce. Use the wordpress twentytwentythree theme, which is a block theme and install the woocommerce plugin and your filter plugin. Then create a new page. Create two columns. In the left column, you put the shortcode [fe_widget] and in the right column, you place the woocommerce ‘All products’ block. Then create a new filter set and apply it to this page.
In the field ‘And what to filter’, you will see the message “No WP Queries matched to the post type ‘product’ found on the page”. The filter will be visible on the page, but the products are never filtered, there are always all products displayed.
Many thanks Daniel
Hi Daniel
It seems you have situation that was in other customer:The reason is that products on the page are loaded with WP Block module that loads them via AJAX and REST API and they can not be filtered with Filter Everything PRO.I tested my plugin with WordPress Blocks and they are supported partly. For example native block “Posts List” and “Products (beta)” from WooCommerce are supported. Please, see example – https://prnt.sc/N19cOv6vSpx6
But blocks from WooCommerce section like “All products”, “Products by attribute”, “Newest products” – please see here – https://prnt.sc/K2qtKUnC403N are not supported by Filter Everything because they do not use WP_Query, but AJAX and REST API to load items.
In general WP_Query based blocks are supported, REST API block are not. You can detect if the block uses REST API by characteristic placeholders at loading moment. Please, see example – https://prnt.sc/4dRNZaZtazll
Hello Stepasyuk, I use your plugin on a website. I had set the filters in the filtergroup to and. This made that if someone selected Diesel all trucks are still visible because of the Brand filter. I now set it to ””Or” but now I can’t select other filters at the same time. How can I solve this? Create more filtergroups with just one filter per group and set this then to “Or”? Thanks! Best. Tom
Hello @FE_support, Is this possible? Best, Tom
Hello Milcraft
I’m sorry for the late response. There were a lot of requests because of On Sale week for the plugin.
I’m not sure I understood your issue, maybe you have to provide me with link to the page and description how to reproduce the error.
But from another side I have to say that filters logic affects only on situations, when you select several terms of the SAME filter simulteneously. It does not affect on the logic between separate filters (it always is AND between separate filters).
It means that if you set logic AND for the Brand filter and select Apple + Samsung you will see only products that simultaneously has these brands.
If you set the logic OR and select Apple + Samsung you will see products with Apple Brand and products with Samsung Brand.
Maybe this will help you to understand what behavior you can expect from this setting.
Thank you. Regards.
Hello, thanks, it is working good now. Since yesterday, after changing the sorting.
Best, Tom
Great.
I’m glad that the issue was successfully solved
Please, let me know if you will have any questions.
Regards.
Hi I need help configuring this plugin
Hi GW272
Already answered you here – https://codecanyon.net/comments/29501340
We purchased this plugin with our agency account (not from this account, I’m the developer), and the functionality is awesome, but it is not fully compatible with Divi and has many problems out of the box. I’ve spent so many hours just to get these problems fixed and it’s really frustrating as this is advertised as a Divi compatible plugin.
BUGS/PROBLEMS:
1: Divi adds “random” z-index-es with low values automatically to many sections, rows and columns in the page content, and because of this, when I insert the filter into a column, the “wpc-filters-overlay” will be all over the filter on mobile with it’s 99999 z-index, because even the filter wrapper will have a higher z-index, it’s containers will have lower values, rendering it simply unusable. [SOLUTION] I had to add a custom (et_pb_section—filter) class on the section containing the filter and use custom CSS to reset the section and it’s inner rows and columns z-indexes, when the filter is opened (overlay class is on the html tag).
2: When I include the filter widget in the page, it automatically renders the mobile button, but it is not visible because of FE’s CSS and had to manually add it again with an other [fe_open_widget] shortcode. This is described in the docs, but not anywhere near the “enable mobile filter” setting, so I had to figure this out by myself which is a very bad user experience. On the other hand, even if this is written in the docs, I think the invisible mobile button in the original widget is just a simple bug. The button IS there, it should be visible if enabled in the settings, I think you just have a bug in filter-everything.css on line 51: the ”.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container,” selector shouldn’t be there to hide the button if it should be visible. [SOLUTION] Fixed with my own CSS (could have used fe_open_widget but it’s not necessary with my fix)
3: Ajax filtering simply not works out of the box. This was partly my fault, but still had to figure out by myself: For the “CSS selector of Posts Container for AJAX” you have to specify an element that is NOT containing the filter itself, because if it contains it, with AJAX enabled, when the script reloads the content, it replaces the (opened) filter, but leaves the “wpc-overlay-visible” on the html elem making the filter “partly opened and partly closed”. This is quite evident, and I should have thought about it, but still spent my time to figure out what’s wrong. Would be good to warn users about this at settings. [SOLUTION] For the “CSS selector of Posts Container for AJAX” you have to specify an element that is NOT containing the filter itself
4: Just a small thing: In Divi, the media queries define mobile from 0 to 767px, from 768px it is considered a tablet. By default this plugin maximises mobile view in 768px, so at 768px Divi renders mobile view, but the plugin renders the desktop filter. [SOLUTION] Fortunately there is a filter for this to override (good job on the design) called “wpc_mobile_width”, but would be good to do this automatically for Divi.
+1 Feature request: In /src/Settings/Container.php on line 79 you define the “—or—” and “—and—” relational URL parameters. I’ve tried changing it to something else in our language and it still works (good job on the design again), but only works until an update. It would be good to have a setting or a filter for this to override for fully translatable, beautiful SEO URLs.
Feels quite bad not getting a single reply for this comment in 11 days, given the time I spent on writing all these details and debugging problems.
Hello frzsombor
Thank you for your interest in Filter Everything PRO and for your advices. We appreciate them.
First of all I have to say that here is support for the accounts who purchased the plugin and all other requests are processed in the second queue. We will return to this your request after all other will be processed.
Thank you. Regards.
So I guess it was pointless to write all of this. 
Hello frzsombor
Nope, we saved your notes and advices in our bug/issues tracker, but the highest priority for fixing them have issues from customers who purchased license. So fixing issues your mentioned can take some time.
Thank you. Regards
- Andrii.
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.