8963 comments found.
Hey, I’ve been testing this plugin for a couple of days and I’ve decided to buy it, but I still have the same problem eg. brands [checkbox list] —AB —CD —EF ... When I selected 1 one it was fine, the URL looks like this /brands-AB/ , but when I select two or more of them my URL looks like this /brands-AB/?CD&EF and it’s filtered by only one brand and filter chips are also from the first one. Same situations with other elements…
I’ve tried turning off Rank Math SEO, but I still have the same issue.
Andy
Hi Andy,
Thank you for choosing Filter Everything PRO.
Could you please send the link to the page with the issue so we can check it.
Best Regards,
- Victor
@fe_support sent
Maybe it’s a subdomain issue on localhost it’s working fine.
Hi Andy,
Can you send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Hi Victor, I’ve sent you credentials via pm. Andy
Hi Andy,
Sorry for the late reply as it takes some time to find the issue.
The cause of the problem is that your server is configured to consider the character ’;’ parameter separator in Query String.
Normally, the separator is always the ‘&’ sign and the correct Query string looks like ?marka=baltica;bayer&pojemnosc=400-ml
But your server is configured in such a way that parameter separators are both the ‘&’ sign and the ’;’ character.
We fixed this in the plugin configuration by replacing the separator between the filter terms with a colon character ’:’ and now everything works. But the plugin was not tested in this mode and we cannot guarantee that it will continue to work correctly.
In order for this setting not to disappear after updating the plugin, you need to add a line in wp-config.php define( ‘FLRT_QUERY_TERMS_SEPARATOR’, ’:’ );
But the best solution would be to contact the server support and ask them to change this setting so that the parameter separator in the Query string is only one character ‘&’
Best Regards,
- Victor
Thanks Victor, I had the same suspicion but couldn’t debug it, on localhost everything works. I’ll test it again on the target server, thanks for your time and help!
Cheers! Andy
Hi,
I have issues with the license key (the unknown error). I wrote you a PM with credentials and the license key. Please let me know if there’s anything else you need. Thanks!
Hi rosiechildrenswear,
Thank you for choosing Filter Everything PRO.
And additional thanks for preparing everything, the license is activated and everything is working well.
Best Regards,
- Victor
Hello!
I want to create a gym exercise search engine, with one filter divided by muscles (triceps, biceps, pectorals, ...) and another by movement (squat, push, ...).
In the entries, I always have two types of tags: the muscle and the movement.
I managed to implement the muscle group filter, but I can’t select the tags again. It would be good to add this function but prevent the inclusion of duplicate terms to avoid logistical issues.
Why not including terms in one filter that are not included in another?
I’ve looked at the “popular issues” and you mention that creating another filter is an option, but that’s short-sighted because it should recognize that within the “glute” muscle there are various movements (for example: squats, hip hinge, lunges,...).
And if I create taxonomies with CPT UI, it only lets me have the widget as a “Gama” and not a dropdown as I would like.
Do you have a solution to achieve what I need?
Hi fernandezaaron,
Thank you for choosing Filter Everything PRO.
A very interesting project you are doing there. We understand what you want to achieve. In short, you want to have two filters one by muscles and the second one by movement. Would be a bit confusing for the end user, but in general there is no possibility to spread one filter on two parts, if you are using tags you can only use it once in a filter set.
You can add a ACF custom field to resolve your issue, there is no other way around it, and more simplistic than that.
But, here is our view on the project if you are interested to hear it and resolving the issue. Since this would be an exercise search engine it should help the user to find exactly what he is looking for.
Basically:
One field to choose a muscle group with “checkboxes” and options like neck, deltoids, biceps, triceps, forearm, upper-back, lower-back, pectoral, abs, and so on.
Another field for more detailed muscle parts, for example, the pectoral muscle has 3 parts – upper, middle, and lower. So write down here all of the muscles parts for all muscles.
The third one can contain equipment, barbell, dumbells, machines, body weight, and so on.
Make those filters step by step, with parenting like here – https://demo.filtereverything.pro/step-by-step-filtering/ using the “AND” logic to show only the terms that are connected with previously chosen terms.
For example, you choose pectoral -> upper-pectoral-part -> barbell and you will see, for example, 45 Degree Barbell Bench Press (because in the custom field for this exercise, you choose pectoral in the muscles field, upper-pectoral-part in the second field, and barbell in third field), the last filter with equipment can contain “OR” logic so it can show exercises with barbells and dumbbells at the same time.
Best Regards,
- Victor
Hi, I’m using your plugin with WPML, have set filters on page: https://mathemastaging.wpengine.com/tutors/ I can translate filters themselves to other languages, but how to change basic strings, like “Default sorting”, or ”- Select”? Page itself is set on the Ukrainian language.
I have found and translated them via WPML String Translation, but it doesn’t seem to have any effect( Can you help me with this please?
Hi maksymogurtsov,
You have several ways to change – Select %s – to your own:
1) To translate it with the Loco translate plugin or other software if you use a non-English language on your site.
2) To use the Templates 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.
Sorting options can be set up with widget area with the needed names – https://prnt.sc/BcLIVgSkp4s0
Best Regards,
- Victor
Thanks a lot. I am familiar with PHP, but wasn’t able to find ‘wpc_dropdown_default_option‘ hook description at https://filtereverything.pro/resources/hooks/ – to know arguments etc. Maybe you have its usage example?
As example should be something like this:
// Define a custom function to modify the default option text
function custom_dropdown_default_option($default_option, $filter) {
// Modify the default option text as needed
$modified_default_option = sprintf(__('My custom text: %s', 'filter-everything'), $filter['label']);
return $modified_default_option;
}
// Hook the custom function to the 'wpc_dropdown_default_option' filter
add_filter('wpc_dropdown_default_option', 'custom_dropdown_default_option', 10, 2);
Best Regards,
- Victor
Perfect, thanks a lot for your help!
Привіт, maksymogurtsov
I’m glad that your problem was solved.
If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
Best Regards,
- Victor
Hi favr91, I am trying the free version and have an issue. I have an ACF text field named author and I made a filter for it. One of the author names uses Spanish characters and is “Andrés Vázquez de Prada”. When I connect a filter to the authors, it shows “Andr?s V?zquez de Prada” and is greyed out with (0) to the right. How can I get the filters of use UTF-8 (which is what I assume is the issue)? Thanks.
Opps, I mean “Hi Victor”. Not sure how I came up with the favr91. 
Hi p2p76q6g82,
Thank you for your interest in the Filter Everything plugin.
Here is support for accounts who purchased the plugin, and if you already did it, please write your request from the account where you purchased it.
If you are using the Free version, please write your request on the WordPress support forum – https://wordpress.org/support/plugin/filter-everything/
Best Regards,
- Victor
I have 20,000+ categories, 4 levels deep, how do I efficiently create a step-by-step filter?
Right now the page is trying to load all 20000 categories on every page which is stalling the website.
Thank you
Hi webcms2,
Thank you for choosing Filter Everything PRO.
Well if you have 20.000 categories and the page has all of the products with those 20.000 categories they will be loaded all in the filter widget (if you have empty filter terms you can hide them from filter set settings). With such amount of categories you need to have far beyond average server configuration, it should be representative to work as fast as you want. Unfortunately there. ’s nothing that can be done here, of course, you can use caching, DB optimization, and OPcache, but the hardware is the key factor here to make it work normally.
Also, there is no possibility to spread categories out of the box for different dropdowns. They all will be shown in one filter.
Best Regards,
- Victor
Hi there! We have purchased Filter Everything plugin with intention of implementing on our website, but there have been security warnings/errors flagged on the PHP code sniffer scan and we are hoping you can address, respond and/or fix these issues (is it possible to for us share/attach a screenshot to this comment?). It looks like a really long list, but the bulk of it relates to mostly these repeated issues: -Proper escaping function -missing third variables -Non-sanitized input variables
Thank you
Hi roberttavares,
You can send the link to the screenshots via PM if there is any sensitive information on it.
If you are using the latest version of PHP it can show warnings and even some errors as it becomes more strict about some things in comparison to the previous version of PHP. Currently, the plugin is not fully compatible with the latest version of PHP. If you want to work with it you need to have 8.0 or 8.1 max.
Best Regards,
- Victor
HI Victor, we are on PHP version 8.1 and will send link to screenshot via PM.
Hi roberttavares,
We send you the response by email.
Best Regards,
- Victor
Hi Robert.
Thank you for sharing detailed information about the results of code analysis using the PHP scanner. We have reviewed all comments for this scanner and can answer the following.
In fact, there are many such scanners and all of them will show different results when analyzing the same code. Not always automatically found unshielded or unsanitized data actually is, because the code can be written in such a way that this data is cleaned and unsanitized at the time it is received by the code first time and is then used already clean and safe. Although the scanner will think that they are dangerous in all places where it found them.
When developing our plugin, we focus on the following things:
- errors and comments issued directly by the PHP interpreter
- security requirements from WordPress.org
- code security requirements from CodeCanyon
When we submitted a request to place the plugin on WordPress.org, we were advised to make changes related to the security of the code. We have made these changes and our plugin has been accepted into the WordPress.org repository.
When we submitted a request to put the PRO version of the plugin on CodeCanyon, we went through exactly the same security analysis procedure and made changes in accordance with CodeCanyon’s requirements. And only after that, our plugin was approved for placement on this service.
Moreover, if you take the code of the latest version of WordPress, your PHP scanner will give you a very long report with notes and errors related to security. I assume you believe that WordPress itself is perfectly safe to use on your site.
Therefore, our vision is that we do not see the need to change anything in the plugin and the security level of its code is sufficient in our opinion.
However, if you are really worried about the results of your scanner, you can always hire a developer and ask them to change the plugin’s code according to the recommendations of the scanner you used.
Thank you. Best regards.
- Andrii.
Great thanks for the detailed response Andrii, much appreciated!
Hi, used your free version successfully to filter news/Posts.
I used as tabs across the top, but was missing an ‘ALL’ button as well as the filters, to reset to beginning. Couldn’t see it did that?
I actually came to a good work around, by having a static ‘All’ button next to the filters which essentially just reloaded the page by linking to the URL already on.
Question – looking at using this plugin for a new Woocommerce project. Does the Pro licence work site by site, or is it a one time purchase for all use? Does that include future updates? thanks!
Hi paul_brad,
Thank you for your interest in the Filter Everything plugin.
The reset button is appearing in the filter chips.
The license is a lifetime, with all new updates that coming up. You can use the license on two sites, It was made in such a way to activate one on the dev site and the second one on the prod one. You always can deactivate the license from a site and activate it on another one if you need to switch.
Best Regards,
- Victor
Thanks for the speedy reply! I’m not sure if the way you describe is relevant to my use – I’m not using as filters down the left column as though an ecommerce project – i can see the reset appear on your demo, merely as Post category buttons/labels across the top in a row to filter the grid of posts. Using the [fe-filter] shortcode.
Hi paul_brad,
So what you are looking for to have a button to choose all terms in certain filter?
Best Regards,
- Victor
Now it is understandable. Usually the page with the post/products/news, etc., displays all of the items, and only when you choose any filter term from the filters widget it displays the results that match this filter term. So basically when you reset the filter it will show all news by default (when no filter terms are chosen).
Best Regards,
- Victor
I have a problem with filtering on a subpage where there is a custom loop with a specific taxonomy for the subpage. When I set in “And what to filter?” in the first loop, the total quantities of all products are displayed and sorting does not work, while when selecting the second loop, filtering works, but the filter does not detect any products and I cannot use the “Empty Terms” option as “Always hide”.
Hi ThisSPzooSPk,
Please send the link to the page where the issue is occurring so we can check it.
Best Regards,
- Victor
it’s about the filters on the subpage https://parys.dysissparta.pl/marka/plak/
Hi ThisSPzooSPk,
We have checked the site and the filter set. The issue is that each Marka page has a unique query, we set the filter strictly on this Marka page – https://parys.dysissparta.pl/marka/plak/ with the second query, and everything is working. So settings like Marki + Any Marka Page won’t work and you’ll see an empty filter set. You can either rewrite the custom query and its realization or create multiple filter sets for each Marka page.
Best Regards,
- Victor
Hi, unfortunately I have to come back to this topic. I created separate filters for each brand page and everything works until I added a search engine. Unfortunately, when you search for something, it shows that 0 products were found and the filters disappear. Standard filters work. Example: https://parys6.dysissparta.pl/marki/plak/?srch=Silikon
Hi ThisSPzooSPk,
It is not compatible with Relevanssi at the time if you turn it off it will work correctly. We are planning to add compatibility with the future updates.
Best Regards,
- Victor
After entering the license code generated according to the instructions, I receive an error. I’ve tried several times and it’s the same every time. Error message: “Unknown error”
Hi ThisSPzooSPk,
Thank you for choosing Filter Everything PRO.
It seems that your server does not allow connection with our license server. We can activate it on our side, but we need the following things from you:
1. Credentials to your /wp-admin following this document
2. And your license key.
Please, send all these via PM.
Best Regards,
- Victor
The license is activated and everything is working as it should.
Best Regards,
- Victor
Hello. I’ve bought again your nice plugin Filter Everything PRO, made a setup for Filter Sets and some SEO Rules for a category but seo rules do no apply. I mean the seo title and meta description don’t change, but the filter itself works fine. The filter page has noindex, nofollow and the title is by default. In the Settings -> Indexed Filters all values are ticked. That is, it turns out that the title, meta description and heading h1 are not replaced by seo rule. Basically, I bought this filter so that I could index the filter pages and it does not work. At the moment, the site is on a test domain and the license is not activated, as it will be transferred to another domain and we will activate the plugin there. What could be the problem why SEO rules do not work? Help me please.
Hi rijkov99,
Could you please send the link to the page with the issue and the SEO Rule settings so we can check it all?
Best Regards,
- Victor
Turn off this option – https://prnt.sc/YPoo2V7S3X6d and test the workability
Best Regards,
- Victor
Thank you very much. It works.
Hello,
I am having issue with translation. I am using the WPML for the translation.
First of I created a filter set in default language which is English for the taxonomy and I filter it on Page with (for common query across all the taxonomy page)
Now i want to translate this filter to use the title as different languages but however after i have translated and create a new filter set with different language, it is still showing me the same default language.
So i want to check inside the string translation to find any string to this title and I can’t seem to find it. I also can’t create each filter set for individual terms, there are quite a lot of terms to this taxonomy. Can you please list me any solutions or any way around on how this can be done ?
Thank you
Hi tbs_marketing,
You need to add to the translation filter sets – https://prnt.sc/Q0zApwMqIWKj you can now translate filter sets – https://prnt.sc/98pVWtCTgY6h
Then you enter inside the needed filter set and turn off this option – https://prnt.sc/BblfbUJXdgPZ and just click on the language you want to add a translation – https://prnt.sc/9QxZjTnOVqo8 and you need to create absolutely the same filter set manually and type the titles on the needed language and place the filter set where you need.
If you want to translate the filter terms as well, you need to translate them all on the site, if you are using ACF translate each ACF field for another language same with categories and so on.
Best Regards,
- Victor
Hi,
WooCommerce shop page is not loading on my website. When I am downgrading to php version shop page is loading . I have checked with support hosting team , they told me to upgrade the plugin version , only then it will work. I have downgraded the php version on live site, shop page is working but plugin is not showing.
Website URL- https://p95.f0e.myftpupload.com/ Filter Everything Pro version : 1.7.15
Hi manishsharmapetsolutionsintl,
Thank you for choosing Filter Everything PRO.
Please deactivate our Plugin and check if the shop page will load, more likely this has something to do with custom code or site configuration. Let us know if the shop page will work when our plugin is deactivated.
Best Regards,
- Victor
Hi Victor,
Shop page is loading after deactivate the plugin
It is working now
Hi manishsharmapetsolutionsintl,
We are glad to hear that everything is working.
Best Regards,
- Victor
Hi there, presale question: is it possible to hide empty categories with this plugin?
Hi enyvisions,
Thank you for your interest in the Filter Everything plugin.
If you mean when you create a filter by categories and hide the ones in the filter that are empty then yes. Or what do you mean by it? You also can exclude filter terms that you need from a filtering widget.
Best Regards,
- Victor
yes thats exactly what i meant:)
and one more question: is it possible, to change the filters dependin on the category that has been selection? lets say, we have tvs and cars for sale, they will have different filters/attributes. can i adjust this, for each category or have some control, what will be shown?
In that case, it is possible to manually exclude them or just set them to hide the empty filter terms in our plugin settings.
For example here if you choose any filter terms others are grayed out as empty – https://demo.filtereverything.pro/product-category/clothing/women/color-blue/ and here they are hidden – https://demo.filtereverything.pro/product-category/electronics/laptops/ram-1-gb/
You can create multiple filter sets with the needed filters and place them on the needed categories, and you will have a unique filter set in each category.
Best Regards,
- Victor
Hi Stepasyuk, We have your plugin installed on a WPML Woocommerce website. However, we have a new setup where we add the products only in 1 language (NL). WPML then handles the rest for the other languages. By that I mean it also shows the products in the other languages, because we have for example translated the categories. So it shows the products in category A, in all languages. However, the filter is only working in the language where the products are actually added, not in the other languages. What can we do to make that work?
Thanks a lot! Sander
Hi Sander,
Did you translate the filter set as well for each language?
Best Regards,
- Victor
Hi Victor!
Yes, but when I try that, there is no query to select on the create-filter-set page. That only works in the language where we added the products.
Thank you for your help!
Hi Sander,
Can you please provide credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Hi Victor,
I’ve just sent you the credentials. Thank you for your time and effort, much appreciated!
Kind Regards, - Sander
Hi Sander,
The reason why Filter Set didn’t see WP_Query was because the Shop was translated into a couple of languages, and there is no need it that. WPML itself creates Shop page translations. We removed both translations of the Shop page in EN and DE languages and Web Filter started seeing WP_Query
You needed to choose the correct WP_Query – not “Product query. Main Query.” but the “Product, Product_variation query” Then the counters work correctly.
Best Regards,
- Victor
Hi Victor,
That sounds good so far! However, I am unable to find the EN and DE version of the shop page? When I am on the NL version of the shop page, I am unable to switch language, because no translations of that page exist?
Also, when I visit an EN product category, the filters still don’t seem to work?
Thank you for all your help! Means a lot.
Kind regards, - Sander
Hi Sander,
In order to make a filter work in the product category pages you need to create another filter set and place it on the category page, because the WP_Query is different from the shop page that’s why you are unable to filter anything on category pages.
It may be helpful to seek assistance from WPML support in regards to switching on the shop page in another language. It’s possible that there was an incorrect approach used, as our plugin is widely used for multilingual sites and has been tested thoroughly.
Best Regards,
- Victor
Good morning,
I can’t activate my license key, is there documentation on how the plugin works please
THANKS
Hi zepek,
Thank you for choosing Filter Everything PRO.
Please, note that the License key and CodeCanyon purchase code are different things.
To set the License key, please go to Filters -> Settings -> License, click the “Get your License Key” – https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page.
Log in there with your Envato credentials, and you will see your License key for the Filter Everything PRO plugin.
If you are having the “Uknown Error” It is because your server does not allow connection with our license server. We can activate it on our side, but we need the following things from you:
1. Credentials to your /wp-admin following this document
2. And your license key.
Please, send all these via PM.
Best Regards,
- Victor
The license was activated and everything is working well now.
Best Regards,
- Victor
hello,
I have products that have tags which contains the shop name for example “whites”.
I want to know if it’s possible to filter only the categories whose products contains tag “whites”
Best regards , kavaldeep singh
Hi anjamihelicvucinic,
What you want to achieve is to filter categories if they have any products inside with the “whites” tag? Unfortunately, that is not possible, or you can add a custom field to the categories and add some values so they will appear in the filter.
If it is not what you wan t to achieve please provide more detailed information.
Best Regards,
- Victor
“What you want to achieve is to filter categories if they have any products inside with the “whites” tag? ” yes that’s what i want to acheive.
“you can add a custom field to the categories and add some values so they will appear in the filter.” This solution requires lots of input from my part since i have over 800 categories
Hi anjamihelicvucinic,
Unfortunately, that’s not possible out of the box. You can achieve it with custom coding, but it will require a lot of time to find the correct solution to make it work and not cause any workability issues to the rest functionality. Or you can hire professional dev, for example, using such platform like Upwork, to write the code for you.
Best Regards,
- Victor
Hello, I need a filter option on a page is this possible with your extensio?? On this site you can see what I want to build: https://aufschwungalt.de/ueber-uns/unsere-referenzen/
Please let me know if it is possible so that i can buy the pro version.
Hello JeSchami
Thank you for your interest in the Filter Everything PRO.
Sure, you can achieve the same functionality as on your example with our plugin.
Thank you. Regards.
- Andrii.
Hello, thanks for the info. Can you tell me how I need to implement this. In the documentation I always find only examples of products. What do I need to set at the top? Pages or posts.
Does my content have to be created as posts then or is it possible to put it on the page and then filter it there?
My preferred variant is to enter the content as a table on the page and then search it. Is this possible?
Hi JeSchami,
The plugin works with the WP_Query, If you have posts/products/customcards you still need to display them all with the query on the page, the easiest way for you would be to create posts as those elements you want to filter. Do you want to use Elementor or any other page builder to make your page with those cards/posts?
If you just get the items on the page as a table let’s say from API and foreach them they won’t be filterable.
Best Regards,
- Victor
Hi Victor, ok great. So i will try it with Posts. I use the Enfold Theme and the Editor from this Theme. Do you have any info in the documentation how I have to set the filters for posts then?
Absolutely the same as for products, just instead of products here choose the posts – https://prnt.sc/qCwLuvzVGAs7
Here you should specify the location of your page with posts – https://prnt.sc/zKCHstd9gXgd And right below it, you should specify the correct query on the page that is displaying all of those posts.
Use either the widget area to place a filter widget there on that page or use a shortcode [fe_widget] on the needed page to display the filter widget. More about shortcodes you can read here – https://filtereverything.pro/resources/shortcodes/
Best Regards,
- Victor
Hi Victor, I have now placed the filter and linked the posts. However, it always says 0 posts. What can be the reason for this?
Hi JeSchami,
Did you choose the correct WP_Query in the “And what to filter?” dropdown from filter set settings?
Best Regards,
- Victor
Hi,
I am considering purchasing PRO version of your plugin, but first I need to understand will it work for my website. For now, I have free version installed on staging copy of the website. I have made Filter Set for custom post type “tutor” with few filters for its custom taxonomies. However, on the page where it has to be shown (https://mathemastaging.wpengine.com/tutors/) it shows:
No one Filter Set is configured for this post type pages. You can create a new Filter Set for them. The Filter Everything Sorting widget only works on pages with filtering posts.
The way filters were added to this page (which uses theme custom template):
$args = array(
'post_type' => 'tutor',
'orderby' => array(
'date' => 'DESC',
'menu_order' => 'DESC'
)
);
$tutors = new WP_Query($args);
query_posts( $tutors );
echo do_shortcode('[fe_chips mobile="yes" reset="no"]');
echo do_shortcode('[fe_widget id="18227" show_selected="yes" show_count="yes" horizontal="yes" columns="3"]');
echo do_shortcode('[fe_sort id="2"]');
if ($tutors->have_posts()) :
while ($tutors->have_posts()) : $tutors->the_post();
$tutor_categories = get_the_terms($post->ID, 'tutors');
$post_id = get_the_ID();
$featured_image_url = get_the_post_thumbnail_url($post_id);
I suspect that the reason while it isn’t working is the “Where to filter?” setting, unavailable in the free version and that everything will work with PRO version. Can you tell me please – am I correct? Will it work with pro version after setting this setting? Thanks in advance!
Hi maksymogurtsov,
Thank you for your interest in the Filter Everything plugin.
Yes, the free version won’t work, because it is the singular page. But with the PRO version, it will work as it should.
Best Regards,
- Victor
Hi, I have purchased plugin, but still can’t make it work. In “Where to filter?” setting I have chosen “Common Wordpress Pages” and tried all 3 options for it (All archive pages…, Search result pages…) but result is the same. Can you tell me please what I am doing wrong? https://mathemastaging.wpengine.com/tutors/ is just a page, built on the basis of custom template, it is not an archive or search results…
Hi maksymogurtsov,
You should choose in the “Where to filter” “pages” + “tutors” if this is a singular page. Let us know if it worked out for you.
Best Regards,
- Victor
Hi Victor,
Ah, now I got the logic, thanks! It worked.
Hi,
I would like to setup a filter where it displays a parent category and a sub category. I can’t figure it out. There’s an option to select a parent filter (that says I need to create/add a filter first. I already created one but dropdown’s still not showing anything.
Hi markee1426,
Thank you for choosing Filter Everything PRO.
You can turn it on for a filter with the option “Show Hierarchy” – https://prnt.sc/myVHxC7M-QvO
Ad you will see it like this – https://prnt.sc/J9rx289kEjgf
Currently, it is supported only by the checkboxes, but we are planning to implement it in the dropdowns in future updates as well.
Best Regards,
- Victor