8956 comments found.
Hello,
I purchased the Pro version of the Filter Everything plugin, and I’m using the Avada theme. I’m wondering if I can control the rendering with the plugin. I know that the view can be dynamically controlled using Class ID, but I’m not sure how to utilize this plugin for that purpose. Could you help me with this? Or do I need to look for another solution to meet this need? Thank you.
Best Regards, Janne
Hi Qupio
Thank you for choosing Filter Everything PRO.
Do you mean setting styles with Avada? or using the AJAX filtering in order not to refresh the page?
For the first thing, you can only use custom CSS in the Filters -> Settings -> Experimental -> Custom CSS.
For the AJAX filtering please check this page – https://filtereverything.pro/resources/ajax-instructions-only/
Best Regards,
- Victor
Hello Filter Everything Project Team,
I recently purchased the Filter Plus plugin for my WooCommerce store. While setting up filters, I noticed that I am unable to filter products based on the “Best Seller” criteria, or I am unable to locate where this filtering option is available.
Could you please explain how to set up a filter condition for “Best Seller” products? If this feature isn’t available, could you advise on any potential workarounds or future updates that might include it?
I appreciate your assistance with this matter.
Best regards,
Hi TxNixon
Thank you for choosing Filter Everything PRO.
Well, best sales, are rather sorting than filtering, as what will happen when you choose best-selling products? 1 product with the highest selling numbers?
So what you can do is create a sorting widget using the meta key numeric with the total_sales meta key, and create two options from best sales to lowest and in opposite. In this case, users can choose the sorting option and the highest sellers will be displayed first or last.
Sorting widget documentation can be found here – https://filtereverything.pro/resources/sorting-widget/
Best Regards,
- Victor
Hi Victor,
Thank you for the insightful explanation regarding the best-selling products and the sorting functionality. I appreciate your guidance.
As I’m quite new to this, could you kindly provide further guidance on how to set up sorting and filtering using the total_sales meta key, specifically in a conditional way? For instance, I’d like to filter and sort products by best sellers within a specific category, like Category A. Any step-by-step instructions or resources you can share would be greatly appreciated.
Thank you once again for your support and patience.
You use the sorting widget in the widget area and set it up like this – https://prnt.sc/j3pERZfWoG0s do the same for another sorting option but use DESC to sort in another way.
Best Regards,
- Victor
Hi Victor,
Thank you so much for your instructions on setting up the sorting widget. I’ve successfully created the sorting options, including “Best Seller,” and they appear as intended.
However, I’m encountering an issue where, after selecting one sorting option, I’m unable to choose another one. The sorting options seem to become unresponsive or buggy. I’m unsure what might be causing this and would greatly appreciate any advice or troubleshooting steps you can provide.
please take a look at this https://prnt.sc/RdfWBiTmiC6X
Hi TxNixon
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, please send the link to the page with the issue, so we can check it right away.
Best Regards,
- Victor
Hello Victor
I just pm you with the site credential Please check my PM
Thank you
Everything is working correctly. if you choose a filter term with a counter (1), so one product will be displayed, rest filter terms will be hidden if they do not have any filter terms related to this displayed product. Since you choose to hide empty filter terms and filters.
But, you have around 1.2k php errors on the site, which is a record holder so far. So you might want to check it because you cannot even save the filter set as there are errors all around.
Best Regards,
- Victor
Hi VIktor, Thank you for checking out
But the problem is not from filter i think the problem is from sort the product
please see this screenshot https://prnt.sc/XFzyVcrajHvNyou say i have 1,2 K php error, on which place i can see that error ? Thank you
So this is the issue with improved dropdowns that we turned off from the plugin as it is using the selec2 library, and on your site, there is some plugin that causing conflict with the select2 dropdowns rewriting the logic and applying its own logic.
Best Regards,
- Victor
Hi Viktor,
Thank you for the explanation.
I understand that the issue might be caused by a conflict with the select2 dropdowns. Could you please clarify which specific plugin might be causing this conflict? in the mean time i will fix that causing my site error
Thank you
You can find the plugin that causes the issue, by deactivating all plugins. After, you can check if the issue is still there or not. If not then you can turn one plugin one by one to find which one is causing issues.
If turning off plugins not helping, you can change the theme to the default WordPress theme like 2021. And remove all of the custom codes.
Best Regards,
- Victor
Sorry, but for some reason I can’t write replies to comments, so I’m writing a new one! The panel admin sent the data.
Did you follow the exact instructions from this document? because we didn’t get any information via PM messages.
Best Regards,
- Victor
wow, now i can write comments. Sent again, screenshot link https://prnt.sc/Hpx4Yj7K20G_
We have checked the site, and the issue is that you choose from “more options” use for variations for material filter, while in fact, your first product has this attribute applied to it, but it is not included in variations – https://prnt.sc/QGJsWnsrVKJS so it won’t be displayed there.
Best Regards,
- Victor
Unfortunately, following the support guidelines the support is only in English language.
But we try to explain it in as detail as possible. You have a material filter in the Filter Set, from the “more options” you turned on the “Use for variations” option.
As you might see in this picture – https://prnt.sc/IT7kdbMPRpMJ you chose the material Flax for this product, but it is not used for variations. As you see here – https://prnt.sc/REDSnz4Rx9Om variations are only made for sizes.
So the filter checking products, you turned on “use for variations” so it is checking the variations and their attributes, and don’t see any material used in those variations, only size, so there are no products with Flax material applied to your variations.
If you turn off this option, it will check what applied here – https://prnt.sc/T3ppM18X1_rX and not here – https://prnt.sc/Zws-WOnV-u3N
Best Regards,
- Victor
Thank you very much! I did as you said, turned off the options for material and color and everything now works! Thank you, and have a nice day!
We are glad to hear that everything is working. Have an amazing day as well!
Best Regards,
- Victor
Hi there,
I wanted to get this set up for use sorting a custom category of items, the plan is to allow farmers to filter agri-environmental work.
I’ve tried to set up the free version (definitely buying the pro) to test it, but i’m definitely missing something.
Can you check the website and see? or how can you advise?
Hi alanhaverty
A bit confusing description can you please send the link to the page where you are trying to filter your posts?
Best Regards,
- Victor
Yes, please send the credentials to the wp-admin dashboard following this document so we can check it. And set some examples.
Best Regards,
- Victor
Unfortunately, no, for example, in the women’s embroidery category, the first product should be displayed when filtering, but it is not there and there are so many products at a distance
Hello, we try to show an additional text field on some pages generated by certain SEO Rules. We add the text field with ACF to the administration, but we have a problem with the field value to being displayed on the frontend. We have ACF field with the name “filter_additional_text” and we try to call its value when displaying the filter page like this
if( flrt_is_filter_request() ){ $filter_additional_text = get_field( ‘filter_additional_text’, $post_id ) ; } echo $filter_additional_text ;
Unfortunately it doesn’t work. How to call the ID of the triggered “seo rule” so that we can load our ACF field ? Thanks in advance.
Hi Gery_to
Thank you for choosing Filter Everything PRO.
Please provide more detailed information on what is not working with a link to the page with the issue alongside instructions on how we can recreate it. Also, please describe what you are trying to achieve, so we can provide any information on it.
Best Regards,
- Victor
We try to show an additional text field on some pages generated by certain SEO Rules.
We add the text field with ACF to the administration, but we have a problem with the field value to being displayed on the frontend. We have ACF field with the name “filter_additional_text” and we try to call its value when displaying the filter page like this
if( flrt_is_filter_request() ){ $filter_additional_text = get_field( ‘filter_additional_text’, $post_id ) ; } echo $filter_additional_text ;
Thank you!
You can get post ID for SEO Rule for current filters combination with the next code:
if( class_exists( 'FilterEverything\Filter\Pro\PluginPro' ) ){
$seoFrontend = \FilterEverything\Filter\Container::instance()->getSeoFrontendService();
$seoRulePostId = $seoFrontend->get( 'seoRulePostId' );
var_dump($seoRulePostId);
}
Best Regards,
- Victor
Many thanks!
Good day I have a problem with the display of products after filtering, more precisely, after filtering, not all products that correspond to the selected filter are displayed. If I choose, for example, a filter by material, say Flax, then after filtering, not all linen products will be on the page. Similarly, the color, when I choose a color, not all products of the selected color are loaded. It will help to understand what the problem is.
Мій сайт: https://rutashik.com/women/
Hi gallery21vin
Thank you for choosing Filter Everything PRO.
But what exactly it should show when you choose for example Flax material filter? It is showing that there are 15 products with flax material, and it is showing them all after filtering.
Best Regards,
- Victor
Hi vandebroekfrank9
Thank you for choosing Filter Everything PRO.
It is more likely that the gtranslate plugin is not compatible. It is not mentioned anywhere in the description of compatible translation plugins.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it? If there are any ways to make it work.
Best Regards,
- Victor
hello, unfortunately your plugin crashes my website with a critical error. would it be possible to please cancel and receive a refund? I have tried it on both a local version of the site and a live version, but no luck
Hi webseocoach
Thank you for choosing Filter Everything PRO.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, if it is possible can you grant us the FTP access so we can debug it?
Or can you provide the error so we can understand what is exactly happening?
Best Regards,
- Victor
Hello,
I’ve got a problem with a filter, I want to filter by stock status. I created a filter on a custom field with “_stock_status” as prefix and meta key. It appears on the front but when I click on the filter, it doesn’t work. Could you help me please?
Hi tsukimichan
Make sure you unchecked this option in the Filters -> Settings -> Experimental – https://prnt.sc/w81ZPX-OmaEO
Also, make sure you have chosen the correct query in the “And what to filter?” from the filter set settings – https://prnt.sc/zYEqWrQ-dX8o
Best Regards,
- Victor
Hi Victor, Thank you for your quick help! It’s working now but I have another problem, sorry… I’m using WPML and in my native language everything works fine, but in english the availability and the state filters don’t appear. Do you have an idea why? I also sent a support ticket to the WPML team because I don’t know which one of you could help,
Best regards as well 
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, please send the links to the pages where it is showing correctly and where it is not showing correctly, so we can compare them and check it right away.
Best Regards,
- Victor
Thank you Victor, I just sent you the credentials!
We have checked the site, but the filter set on the page simply does not have those filters – https://prnt.sc/rpQKsADW3Zs8
Best Regards,
- Victor
Hello, It’s not the filters for the preorder pages but the filters called “Filtres listing produit”, it’s filters that appears on every listing product except on secondhand & preorders listings 
If you open the link to the page that you sent us, go to the bottom of the filter, and click on edit – https://prnt.sc/4JMuWSDdm3WM you will be sent to edit the filter set that is displayed on the page. This will be the exact filter set.
Best Regards,
- Victor
omg thank you so much… I don’t even know why it doesn’t call the right element but I fixed the issue now that I know it wasn’t a filter problem. Best regards as well!
When the filter set is placed on the All archive pages and the second one on any category pages, the one with the category pages will have higher priority and will be displayed on the categories.
Best Regards,
- Victor
I am currently using WP Bakery Builder, with a ready template that allows me to select an “element” to insert in to the box. Or I can select element: Raw HTML and usually i would just type in my filter “shortcode”. Can you please advise if your plugin can do the same?
Hi karenfanlight
Thank you for choosing Filter Everything PRO.
Please check this page, here you will find all of the shortcodes and parameters – https://filtereverything.pro/resources/shortcodes/
Best Regards,
- Victor
Hello,
The filters doesn’t work, each time I click on a filter, I’m redirected to a “Page Not Found”, could you help me please?
Hello, Please ignore this message, I deleted the plugin and reinstalled it, and it seems to work now
Hi tsukimichan
Thank you for choosing Filter Everything PRO.
This issue also can happen if you are not using unique URL prefixes. So if you have a slug product-something and created a filter with the Prefix product-something1 it could cause issues, but if you use let’s say product_something1 it would work as it should.
Best Regards,
- Victor
Dear reader,
I hope this message finds you well.
We are currently using your plugin on our website, https://verwarmwinkel.nl, and have been very pleased with its performance. However, we have encountered a specific issue that we hope you can assist us with.
We are utilizing the Permalink Manager by Maciej Bis to rewrite the category base in our URLs. For example:
Before: https://verwarmwinkel.nl/c/elektrische-kachels/ruimte-toilet/ After: https://verwarmwinkel.nl/elektrische-kachels/ruimte-toilet/ The problem arises when a user tries to filter results on the page, for instance by selecting ‘ruimte’. The filter does not work correctly and results in a 404 error because the base category is missing from the URL. Interestingly, the filtering works as expected when the rewrite feature is disabled.
We would greatly appreciate any insights or solutions you could provide to resolve this issue.
Thank you for your time and support. We look forward to your response.
Hi webbdesigns
Thank you for choosing Filter Everything PRO.
The only thing you can try to do is turn off the friendly URL permalink manager in our plugin. So you will have GET parameters from filtering in the URL. In order to do so, you can place this code in the functions.php
define( 'FLRT_PERMALINKS_ENABLED', false );
Best Regards,
- Victor
Hi! i didnt understand something, how many lincense do i have or have many website can i use it.
Im asking because i saw your documentation and only say how to get license key but not how to many.
Thank you
Hi camusk
Thank you for your interest in the Filter Everything plugin.
The regular license is a one-time pay lifetime license. With all of the future updates. You can activate it on two sites.
Best Regards,
- Victor
Hi joonusa
Thank you for choosing Filter Everything PRO.
Most of the styles are inherited from the theme you are using, such as checkboxes, radio buttons, inputs, and so on.
Also, you can always add custom CSS from the Filters -> Settings -> Experimental -> Custom CSS. In order to find the needed styles and classes you can use the browser inspect tool on the elements.
So, if you liked the styles from the demo, you can copy them and add them to your site. Unfortunately, they are inhered so we do not have any CSS files to share with you.
Best Regards,
- Victor
Hi,
I just installed a pro plugin and it does not work.
https://oprema.fit/?s=barbellIf you go to this link you can see whatever I chose to filter it further it just reloads the same products.
Thank you
Hi aomanov
Thank you for choosing Filter Everything PRO.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Hello der friend! I tried a lot of SEO rules, but no success.
How can I set a SEO rule for our link? https://loja.freecook.com.br/discos/filtro_marca-freecook https://main-domain/woocommerce-category/filter_brand-freecookI can’t insert te shop category name before the filters. The plugin has the filter for category, but not the category shop name itself.
Can you help me? Thank you very much.
Bill
Hi Bill
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
I need to filter posts written by users with a specific user role, can your plugin do that?
Hi braino
Thank you for your interest in the Filter Everything plugin.
Let’s try to break it apart, in order to understand it better. You have a plugin with user roles. Those user roles can create posts on your site, and you want to filter by those user roles.
There is an ability to create an author filter, which can be filtered by the author of the post.
Also, you always can apply a hidden custom field that will add the data based on the user role, so you can create a filter by this custom field.
Best Regards,
- Victor
thank you for your fast reply. so an author filter is not what i need, i need a filter based on all authors from a specific user role.
your idea with the custom field would require manual work on every post that has been written by users with that user-role, right? so we would have to add this custom field on every post individually?
Well, for example, you have a CPT named “cars” and each of those CPTs has those user roles data on them. So you can apply the custom field on your CPT cars, you can hide it, and apply it on the create update applying the needed data based on the user role. Or you can add it manually if you do not have programming knowledge of how to do it automatically.
Best Regards,
- Victor
Hello, i need help with filter everything pro. Please check website https://www.ilovebarefoot.sk/obchod/
there is some error, dont know what to do. please let me know.. thank you
Hi jakubisko
What plugin version you are using?
Best Regards,
- Victor
version 1.8.6.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
I sent you login following that document. thx
We have checked the site, can you please check if this error has disappeared and everything is displayed correctly now?
Best Regards,
- Victor
thank you
I’m having an issue with the search results when using the ‘search’ field. The results show items that aren’t related to the search query. Is there a way to just filter by post title? Seems quite strange that it’s so inaccurate.
Thank you!
Hi camwilson12
The search filter uses the default WP search algorithms, meaning it is searching by the title, content, and short description, with the SKU on products. If you want to exclude some entities you need to modify the search algorithms on the WP.
Best Regards,
- Victor