8946 comments found.
Hello,
I have a problem with the license, when I enter it I get the message that this license code does not work…
I’ve tried deactivating and remove the plugin (but I can’t even remove the entire plugin) and then reinstalling and it.
I hope you can help me.
Hi r0nald2
Thank you for choosing Filter Everything PRO.
If you have the “Unknown Error” when you try to activate the plugin. 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.
How to get the license key you can read here – https://filtereverything.pro/resources/license-key-issues/
Best Regards,
- Victor
Hello,
I am trying to create package comparison widget, and I created 2 sets of filters side by side that filter the same post type. (packages)
I created 2 filter sets (packages filter- col-1 and packages filter col-2), each having the same filter criteria (type, category). each of those on the what to filter field has post type query 1 and post type query 2. Also I made sure that I provided different class of the post container for each of those.
When I select filters from filter set 1, filter set 2 changes as well.
How can I manage to make it work, so I can use this plugin to compare packages on the same page.
Is there a way, to use different Prefix for URL, for the same “filter by” field. Or how can I disable url prefixes for every filter set.
I can provide the link of the page I am working, but it has to be somewhere private (via email or something)
Thanks
Hi rrotacs
Thank you for choosing Filter Everything PRO.
No, there is no possibility to use different URL prefixes. What you really can do, is make custom fields and add them to your posts. So one filter set will use one pair of custom fields to filter the posts and the second filter will use a second pair of custom fields, in this case, you could make it work.
Best Regards,
- Victor
Hi again,
I am filtering by terms of taxonomy, not custom fields. I need to filter 2 times, with those terms.
For example:
Package->private->type-1 Package->private->type-2
All the best
We understand your concern, but we suggest creating custom fields with checkboxes and options similar to those in the taxonomy and applying them to the posts. For instance, if a post is applied to the taxonomy ‘cars,’ the custom field also needs to be applied to the option ‘cars.’
Next, you can create one filter set by taxonomy and a second filter set by custom field. Both filters will be based on the same criteria, but they will work separately.
Best Regards,
- Victor
Hi again,
I just did create acf field with taxonomy terms, tried as a return value there (term object, term name and term ID).
When I use filter set with custom field, in dropdown returns term id, not term label (name). So this is not useful, since without proper name there, user doesn’t know what is selecting.
I think you are using get_post_meta instead of get_field there…
Is there a way to list term name with term id as value in there?
Thanks
Hi rrotacs
Absolutely, use this code to show labels instead of values for that certain custom fields by their meta keys in the filter widget. Code should be placed in the functions.php file of your theme:
add_filter('wpc_filter_post_meta_term_name', 'wpc_acf_labels_instead_of_values', 20, 2);
function wpc_acf_labels_instead_of_values($term_name, $meta_key)
{
//write needed meta keys here
$meta_keys = array('your_meta_key_goes_here', 'your_second_meta_key', 'third_meta_key');
if (in_array($meta_key, $meta_keys)) {
if (function_exists('acf_get_field')) {
$field = acf_get_field($meta_key);
if ($field) {
$field_key = $field['key'];
$new_choices = [];
if (isset($field['choices']) && !empty($field['choices'])) {
foreach ($field['choices'] as $key => $value) {
$new_key = mb_strtolower($key);
$new_choices[$new_key] = $value;
}
$term_name_test = mb_strtolower($term_name);
if (isset($new_choices[$term_name_test])) {
$term_name = $new_choices[$term_name_test];
}
}
}
}
}
return $term_name;
}
Best Regards,
- Victor
Thank you.
Your code sample lead me to the right direction.
I made small adjustments and I think its working fine.
Although every time I make adjustments in this filter function, its required to go and update filter set, even without any changes there and then it works!
All the best
Hi,
Show chips only for Set with IDs, I need to use this feature to show separate chips for each set, where can I get those IDs?
Thanks
Also, how can I show 2 different buttons in mobile that open respective filter set?
Thanks
You can use a chips shortcode with an ID for the filter set – https://filtereverything.pro/resources/shortcodes/#chips
For mobile filter buttons, you can use a shortcode with the ID for the filter set – https://filtereverything.pro/resources/shortcodes/#open-button
The ID can be found by editing the filter set in the URL – https://prnt.sc/ZEkw444BimsF
Best Regards,
- Victor
Thank you,
I managed to make it work with 2 filter buttons using IDs as you said above, but it is something strange happening.
When I select either dropdown filter on popup, it disappears and the class wpc-overlay-visible remains active on html, so grey background shows there.
I am using the plugin in other pages and there works fine. Only on this page with 2 filters on the same page, this behavior happens.
Any idea how I can prevent this happening?
I am really grateful for your support,
All the best,
Hi rrotacs
Can you please send the link to the page with the issue so we can check it and provide information on that?
Best Regards,
- Victor
Hi Victor,
I need to sent that somewhere private, can you provide me an email please.
Thanks
Hi Victor,
I just sent you the link, on email, from your profile.
Thanks
The answer with screens was provided via email.
Best Regards,
- Victor
Thank you very much, Victor!
Solved
Hi Victor, is there a way to change name or HTML of filter terms by their status, i.e. if the filter is active or not? I was looking at the hooks under “Filter term name hooks”, but can’t see any way to apply this to active filters.
My goal is to create a simple “Show only products on stock” filter, but it should be just one button. For that purpose I would like to change the label to “Show all products” as soon as it is active. So this would work just as a toggle, which I didn’t find a way to realize any other way.
Or am going at this all wrong?
Hi 0rca
No, there is no such ability just by using some hook. It would require custom coding as well. So it would require if the page is filtered, then get a check for the needed filter term, then run your code, to change it by the JS or PHP with either hooks.
You can just make one option “in stock” and nothing more, just remove the rest unneeded ones from the filter set, there is an include/exclude functionality when you click on more options.
Best Regards,
- Victor
I already sent the credentials
Hi VahdeProjects
We have checked the side and the issue was that during creating the filter you copied the meta key with the space before it so it was like this ” _sale_price” instead of this “_sale_price”. We deleted the old filter and added it one more time without extra space and everything is working nicely.
Best Regards,
- Victor
Hi, I am getting very frustrated because I have waited a long time for my response. I am trying to run my business but keep stalling waiting for a response. Once again, I have no idea what this message means! “It appears that this page does not contain a container with the specified «HTML id or class of the Posts Container». Try to specify the correct one in the Filter Set settings or the common plugin Settings.”
I have no idea how to even FIND the HTML ID or Class!! I’m not a coder!
Hi dresseditfb
Please send the link to the page where you are having this issue. So we can show you step-by-step how to get this in your posts class or id the on-page without any coding skills, using just a browser.
Best Regards,
- Victor
Hello, here is a shop page… https://mydressedit.com/blazers/ ......
No matter what “Jacket Style” filter option I choose, ex. “belted blazers” or “single-breasted blazers” ... the matching products do not populate…..on top of that, the “Color” attribute options aren’t working either
Hi dresseditfb
We have checked the site and changed the filter configuration to use the correct “class” Please note that the class is with a dot at the beginning ”.my_class” This class (that we specified) is generated by the Emelentor (if you edit the page it might change), you can specify your own class or id ”#this_is_my_id” for container if you are using Elementor.
This is how you can find the needed class on the page -> https://prnt.sc/ig-x9EdwaQrW
Also we have choose the correct query from the “And what to filter” drpdown in the filter set settings.
Best Regards,
- Victor
Hello,
Ok thanks,I see. What about the “Color” variations? How do I attach a color to a product and make it show up on the populated product list?
I’ve been trying to attach color tags/attributes to these products but it is not displaying on the product page.
Hi dresseditfb
We are currently checking the issue but the site is very slow so it might take some time.
Best Regards,
- Victor
We thought that the issue was in not showing colors in the filter widgets from variations when you add new ones to the product variations. But everything is working fine there. If you mean that it is not showing some color swatches on a certain product page, then our plugin has nothing to do with it.
Best Regards,
- Victor
Hello,
I am having the exact same filtering issue again, but this time on this page: https://mydressedit.com/holidays/
I took your advice as you mentioned:
“We have checked the site and changed the filter configuration to use the correct “class” Please note that the class is with a dot at the beginning ”.my_class” This class (that we specified) is generated by the Emelentor (if you edit the page it might change), you can specify your own class or id ”#this_is_my_id” for container if you are using Elementor.
This is how you can find the needed class on the page -> https://prnt.sc/ig-x9EdwaQrW
Also we have choose the correct query from the “And what to filter” drpdown in the filter set settings.”
On this page (https://mydressedit.com/holidays/), the specified class is ” .elementor-element-d5b85f5 ” ... I also insert this in the filter dropdown…. why isn’t it working? Why aren’t the filtered products populating?
Hi dresseditfb
The issue here was that you have chosen “first query” We just changed it to this one – https://prnt.sc/hGg7xJ8yyCf3 and everything is working well now.
Best Regards,
- Victor
Hello, is it possible to update the H1 tag from an SEO rule dynamically using Elementor? My title tag is showing correctly in the browser tab, but I am not sure how to get the H1 on the page to update. My site is plumbingjobs.com.
Hi casey116
Thank you for choosing Filter Everything PRO.
By default Filter Everything uses the next hooks to modify H1:
add_filter('the_title', [ $this, 'seoH1' ], 10, 2 );
add_filter( 'woocommerce_page_title', array( $this, 'seoH1'), -5 );
add_filter( 'get_the_archive_title', array( $this, 'seoH1'), -5 );
add_filter( 'avada_page_title_bar_contents', [$this, 'seoH1'], -5 );
add_filter( 'post_type_archive_title', [$this, 'seoH1'], -5 );
add_filter( 'elementor/utils/get_the_archive_title', [$this, 'seoH1'], -5 );
You can attach the SEO Rule’s method to the needed hook:
if( class_exists( 'FilterEverything\Filter\Pro\PluginPro' ) ){
$seoFrontend = \FilterEverything\Filter\Container::instance()->getSeoFrontendService();
add_filter( 'your_theme_h1_hook', [$seoFrontend, 'seoH1'], -5 );
}
Best Regards,
- Victor
Ok, thank you. I tried putting this in the functions.php folder but it did not work. Where does this code go?
This part of the code:
if( class_exists( 'FilterEverything\Filter\Pro\PluginPro' ) ){
$seoFrontend = \FilterEverything\Filter\Container::instance()->getSeoFrontendService();
add_filter( 'your_theme_h1_hook', [$seoFrontend, 'seoH1'], -5 );
}
Should go to the functions.php file, and you should specify the hook that will allow you to modify the H1.
For example, WooCommerce use “woocommerce_page_title ” – https://prnt.sc/3vu7E-a1ovqi so it is hooked on it to change the data:
add_filter( 'woocommerce_page_title', array( $this, 'seoH1'), -5 );
So basically you need to know the hook of the widget you are using in Elementor for H1 (you can ask it in their support) and place that hook name instead of “your_theme_h1_hook” in this code:
if( class_exists( 'FilterEverything\Filter\Pro\PluginPro' ) ){
$seoFrontend = \FilterEverything\Filter\Container::instance()->getSeoFrontendService();
add_filter( 'your_theme_h1_hook', [$seoFrontend, 'seoH1'], -5 );
}
Best Regards,
- Victor
Hi I have a few more questions, 1) I implemented the search bar, whenever I use it to search something all the other filters disappear. How can I solve it? 2) I’m using 3 filter sets in a single page, there’s a way as I can use only one apply/reset button that controls all of them? 3) I’d like to have the checkbox closing everytime after a choice is done, how can I do it? Thank you, Vittorio
Hi vittoriozeddabus
1) If you choose to hide filter terms and empty filters, then if you search anything they might be hidden depending on what products it finds. But would be nice if you could send the link to the page with the issue so we could check it.
2) No, unfortunately, this is impossible. You can add only a reset button to reset all of the filters, here is the function that returns the link with the reset URL link:
if( class_exists( 'FilterEverything\Filter\UrlManager' ) ){
$urlManager = new \FilterEverything\Filter\UrlManager();
$resetUrl = $urlManager->getResetUrl();
echo '<a href="'.$resetUrl.'">Reset filters</a>';
}
3) Could you please provide more information on this one? And what exactly do you mean by “I’d like to have the checkbox closing every time after a choice is done”
Best Regards,
- Victor
Thank you very much, I solved the first two problems.
I will try to explain myself better, I chose to have the filters folded so if I want to filter something I have to unfold them and then choose. It might happen that an user opens some of them but just uses one so I’d like to have all the filters folded again right after a filtering option is chosen.
Thank you again, Sincerely Vittorio
Hi Vittorio
There is no such default plugin functionality to do so. This can be done only by custom coding which will apply the “wpc-closed” class on all of the folding filters when you choose any filter terms.
Best Regards,
- Victor
Hey, I followed the instructions on https://filtereverything.pro/resources/with-wpml-polylang/ but when I try to translate the filter set the filters themselves don’t show up… how do I translate the filter title etc. as well? M.
Hi mbaierl
You need to create a filter set for each language and place them on the needed pages. Can you provide a bit more information on where exactly the issue is appearing? Like you cannot create a translation of the filter set? Or when you are switching languages on the front?
Also, you can send the credentials to the wp-admin dashboard following this document so we can check it.
Best Regards,
- Victor
Hello,
I install plugin, set everything in your video and you can see my settings for plugin here : https://imgur.com/a/Uwq02rm, but after that when i try to set up this plugin in sidebar : https://imgur.com/a/Uwq02rm and nothing is showing. I try every place on widgets, but still never show up. Do you know from where can come this problem and how to set up to shown this filter?
Hi dragoev10
Can you please send the link to the page with the issue so we can check it?
Best Regards,
- Victor
Hello,
I succesfully add filter, but with customize. I didn’t make it through widgets. I have till now 2 other questings :
1. About translate this word found : https://imgur.com/z8r8hRi, i use translatepress and can’t find this word : https://imgur.com/z8r8hRi. All other words i find and translate instead of this word.
2. The choosen filter and reset all comes out to left side of page and it is very ugly for my design. Is there any option to change it in to center?
1) You can translate it with Loco Translate for the needed language.
2) Only by custom CSS, but we don’t see how exactly it appears to provide any detailed information. You can add your CSS code in Filters -> Settings -> Experimental -> Custom CSS
Best Regards,
- Victor
I don’t think i can install loco translate and change the whole website translation for one word. If there is a way to tell me exactly in which file this word is located, so that I can find it directly through the code of the site to change it. Regarding css if you can tell me what to set to change it or in which folder i can change the pixels to display on the screen. Thank you!
Hi dragoev10
Perhaps you didn’t understand us correctly. Loco Translate is made to translate plugins, so basically add the needed language to find the phrase and translate it – https://prnt.sc/S92tz_JpoDjy
Regarding CSS, you don’t need any folders, you just need to write custom CSS styles. We haven’t seen your page, as you do not show it, so we cannot help here. If you show it (not just a screen) we might help with styles.
Best Regards,
- Victor
Hello,
Ok, thank you about the information. I know what is loco translate and how to use it, but i don’t want to install the whole plugin just for one word. It doesn’t matter, the design is far more important than that. You can preview what the filter looks like here by selecting any option from it : https://dfashion.bg/maxi/.
Perhaps a horizontal layout would better fit your filter, like this one in the demo – https://demo.filtereverything.pro/horizontal-views/color-blue/brand-hm/ If you are using a widget area you can turn on the horizontal layout and choose the number of columns max is 5. And if you are using shortcode you can add to it the next parameter [fe_widget horizontal=”yes” columns=”3”]
If you want to set it in the center, you can make it like this – https://prnt.sc/B-vIpX7b5hOY but we are not sure how you want to see it at the end as we do not have any references.
Best Regards,
- Victor
Hello,
I make it now when you click filter it comes out in sidebar, but if you choose some option again looks very bad. Is this code you send me only for Reset ALL or is for the whole filter and i do not understand where to put that code?
Is this part with the question mark is your apply/reset buttons – https://prnt.sc/Y8QJRGB5K8Yz because they are completely not working.
Also, you have quite a lot of errors in the console – https://prnt.sc/-NQvzrRlVjmt it would be nice to fix it all so it won’t cause any issues, it looks like zero default styles are applied. Did you remove it by yourself and modify the plugin files? If not then it is because of the errors in the console.
Best Regards,
- Victor
“Is this part with the question mark is your apply/reset buttons – https://prnt.sc/Y8QJRGB5K8Yz because they are completely not working.” – yes they shows on mobile version and how can we fix them.
“Also, you have quite a lot of errors in the console – https://prnt.sc/-NQvzrRlVjmt it would be nice to fix it all so it won’t cause any issues, it looks like zero default styles are applied. Did you remove it by yourself and modify the plugin files? If not then it is because of the errors in the console.” – i can’t understand what you mean. The filter works ok on desktop version, There are problems only on the mobile version with the 2 buttons that we wrote about above.
Also again for the button reset all can we fix it, so that it does not appear on left side of the screen : https://imgur.com/a/j7gOlKX ?
Can you please send the credentials to the wp-admin dashboard following this document so we can check it, and fix it?
Best Regards,
- Victor
Hello, About the UpdraftPlus plugin Is it imperative to use it, because i am on hostinger cloud and there i have bakup every day, as I can restore the site, which I think is the same. If is necessary I will take a look at the plugin you sent me and install it too! Also as i understand you want from me to send you that information here : https://codecanyon.net/user/fe_support, right?
Here is screenshot on hostinger website backup : https://imgur.com/a/CHvG3NS!
Hi dragoev10
No, it’s just a default plugin to make sure there will be a returning point if something goes wrong. If you have backups then it should be fine.
Yes, absolutely correct, you can send it here – https://codecanyon.net/user/fe_support and it will be a private message so no one will see it.
Best Regards,
- Victor
We have checked the site, and the first thing we noticed is that there are a lot of errors on the site, including database errors – https://prnt.sc/Sk9y1gJKIHWV – and an instant error message that something went wrong.
We tried to clear the cache in WP-Rocket, but it didn’t have any effect. It simply makes eternal loading and does not clean it.
We have fixed the issue with the Chips (reset all they are on the center now).
The issue on your site is that you have errors and some conflicts. For example, here is the view of this page https://dfashion.bg/maxi/ when logged in as admin – https://prnt.sc/ZdDp-UZHDn6d Everything is good and exactly how it should be. You choose filters and hit the apply button.
This is from incognito mode on the same page – https://prnt.sc/dnypKR2YYDoS Styles are not loaded as well as some scripts, and there are other things appearing. It seems like there are some server settings that deprecate from loading some stuff or any other conflict.
We would recommend turning off all of the plugins, leaving only the WooCommerce and FE filtering plugins, and testing how it will be displayed. To find what plugin is causing this issue, as a couple of plugins do not work as they should, including WP Rocket, as we mentioned earlier.
Best Regards,
- Victor
I fix a lot of errors and thank you for this plugin, but unfortunatly i think, that the problem comes from the theme. it’s just that the theme itself is clearly not well compatible with your plugin and there is no way to adjust it so that it fits the design of my site. Is there a way to cancel the pro version and get a refund for it?
We have tested your theme on our end, and everything is working well on both sides. We tried logging in as an admin and using incognito mode while not logged in – https://prnt.sc/c9RB2dxd_r0c as you see side by side they are both the same looking and working perfectly fine. The console is also clear of any errors.
We can turn off all of the plugins by ourselves on your site to test it, and find the plugin that causing the issue if you give us permission to do it.
Best Regards,
- Victor
Ok, do it and write me from where is this problem. Thank you!
So we turned off the plugins and flushed the cache then turned it back and it seems like everything is working well now, from admin and incognito mode as well – https://prnt.sc/l7zANg43VFa3
Also, we would recommend cleaning the used CSS cache from time to time in order to not load it from the cache instead of loading the needed fresh ones.
Best Regards,
- Victor
Yes, now works ok! Thank you!
Can you tell me from where was this problem and how you turn off all the plugins without any trouble? 
We turned off only those plugins that were causing issues in the query monitor, then flushed the cache from WP Rocket. We didn’t have to turn all of them as it started to work after that. So the issue was hiding in the cache.
But you really do have some conflict on the site which is not connected to our plugin. We would recommend definitely checking them and resolving them in order to make the site work normally.
Best Regards,
- Victor
I find from where is conflict finally, because i have problem with 2 integrations on my website. Before 2 weeks i change host company i used and they are choosen other php version than before and from there was all this problems! Now my other integration works fine. Thank you very much you did a great job. I will give 5 stars now and tommorow i will try to translate 2-3 words with loco translate, because i can’t with translatepress. I will write you again if i can handle with that! Have a nice evening!
Hi dragoev10
Thank you very much for the review. It really means a lot to us. And we are glad to hear that the other issues were resolved on the site as well.
Best Regards,
- Victor
Hi, I am interested in your plugin, before purchasing the plugin I have some questions, which are 1. Can the plugin be used to filter posts/blogs/articles, not only woocommerce products? 2. Can I customize the filter based on lots of categories? For example, I want to search an article on my website, based on specific product types, specific cert types and specific countries. After I select 3 of the categories, it will help me to filter the final article that matches the 3 categories, is that work?
Hi mcreativedept
Thank you for your interest in the Filter Everything plugin.
1) Yes, you can filter posts/blogs/custom post types and so on.
2) We would not recommend doing it, as you cannot create a couple of the same filters in one filter set. You would need to create a couple of filter sets using the include/exclude functionality and display all those filter sets on one page.
What we recommend is to separate it, and create a custom field for each filtering parameter, like this: years, months, hours, basically 3 custom fields and you can create 3 separate filters by those custom fields meta keys. So when you choose options in the filter widget it can find the needed posts.
Best Regards,
- Victor
For 2), do you mean my article cannot have 3 categories? For example, this article is about Travelling (category 1), in Australia (category 2), suitable for Family (Category 3). When people select at the filter, they choose Travelling, Australia, Family, then this article will shown, is this can or not?
Your posts can have as many categories as you want. It will look like in this demo – https://demo.filtereverything.pro/posts/ all categories will be in one filter.
If you want to create a couple of filters from categories, you would need to create a couple of filter sets and use include/exclude to make it.
Best Regards,
- Victor
We are using Cloudways for hosting, which comes with a free Redis Object Cache plugin. Unfortunately it seems to create a conflict with Filter Everything PRO and the filters no longer work, when the plugin is enabled.
I contacted Cloudways support and they gave me the following link: https://objectcache.pro/docs/ignoring-groups
They also told me to reach out to you. Here’s what they said:
Furthermore, you can check with the developer of the plugin regarding the group that needs to be excluded from the filter plugin that you are using.
Can you help exclude the filters from the caching? The Object Cache is really important for our site as it drastically improves loading times, so I wouldn’t like to just deactivate it to get Filter Everything PRO working properly.
Hi webessenz
We can tell you the transients that are used in the plugin and if you have the ability not to cache them, then it will work for you.
wpc_terms_*
wpc_posts_*
wpc_variations_*
wpc_posts_variations
wpc_plugin_version
wpc_filters_query
The first three are so-called wildcards when instead of * there is dynamic data. The rest have a permanent name.
If you can specify that such transients are not cached, then your problem will be solved.
Best Regards,
- Victor
Hello,
when I am using the click to filter function, there is no native option to enable a reset filters button. I found this code snippet through search, but it reloads the entire page and isn’t as fluent as AJAX, when you click on the filter attributes:
if( class_exists( 'FilterEverything\Filter\UrlManager' ) ){
$urlManager = new \FilterEverything\Filter\UrlManager();
$resetUrl = $urlManager->getResetUrl();
echo '<a href="'.$resetUrl.'">Reset filters</a>';
}
Would it be possible to either implement a reset filter button (right now it only works, when you enable the apply filters button – which we don’t want to use) or can you deliver another code snippet that will reset filters using AJAX?
Hi webessenz
Thank you for choosing Filter Everything PRO.
Yes, it is not meant to work with AJAX as it is all used in a filter set and requires quite a lot of dependencies. What can you do is use “Chips” there is reset all chips when you choose any filter term, perhaps it will be more useful and it is working with AJAX as it was implemented to work seamlessly with filter set settings. You can place the chips using a shortcode on any place on the page – https://filtereverything.pro/resources/shortcodes/#chips
Best Regards,
- Victor
Hi, just wanted to ask a few things. 1) How can I change the font, the color, the dimension of the texts of the filter? 2) Can I change the fact that after I filter it returns at the top of the page? I’d love to have it staying in the same spot where it was before filtering 3) How can I let the user choose more filtering options and then filter them, rather then having them loading after every filter is chosen?
Hi vittoriozeddabus
Thank you for choosing Filter Everything PRO.
1) How can I change the font, the color, and the dimension of the texts of the filter?
You can use browser insect tools to find the needed element and its classes. Like this – https://prnt.sc/Yo8EMvlrhoCh then go to Filters -> Settings -> Experimental -> Custom CSS and add the needed styles to change color, font size, and other, like this:
.wpc-filter-title {
color: red;
}
2) Can I change the fact that after I filter it returns at the top of the page? I’d love to have it stay in the same spot where it was before filtering
You can use AJAX filtering, you can turn it on from the Filters -> Settings -> General -> Try to use the AJAX option, you would need to specify the class or ID on the page that you will filter that will be updated by the AJAX, it should be the container that has all of your posts inside of it. Like this – https://prnt.sc/ncazv29qXdla
3) How can I let the user choose more filtering options and then filter them, rather than having them load after every filter is chosen?
From filter settings you can turn on “Apply Button” mode, then you would need to choose all of the options and hit update to apply them.
Best Regards,
- Victor
Hello,
Before buying plugin i want to ask you some question :
1. Is there option,that i can make all filter options no follow. For example : i have one category Autumn/Winter collection and i don’t want to optimize the filter there, because it will be duplicate content.
2. Is it possible to set a filter for each individual category? And also again can i put some of the options like size or price to be no follow?
Thank you!
Hi dragoev10
Thank you for your interest in the Filter Everything plugin.
By default, all filtering pages are not indexed until you create SEO Rules for them.
You can create multiple filter sets, and place them on any category that you need, so on each category you will have a separate filter set. Also, you can create SEO Rules for specific categories only.
Price by default is not used for indexing as it is bad practice.
Best Regards,
- Victor
Hello,
I am having an issue with my On Sale filter. It’s not filtering the sale products properly. It’s filtering all the products as sale products. And for some reason it’s showing the word ‘No’ on the frontend of the website.
please see the configurations in the links below:
https://tinypic.host/image/Sale-Error.XOQhx https://tinypic.host/image/Sale-Error1.XOzcfWebsite: https://renoestate.com/shop
Thanks!
Hi VahdeProjects
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
Hi, Everything seems to be working, except actually filtering the content. We are using the Avada theme with custom post types. We see the filter on the left side, with the correct count of items per taxonomy. But the actual filter isn’t doing anything when it reloads the page. See https://segments.ai/resources/open-datasets/
Credentials have been sent via PM.
Hi segments-bert
Thank you for choosing Filter Everything PRO.
The credentials ask for 2-step verification, so we cannot get inside. But, it looks like the issue here is in the wrongly chosen query from the filter set settings. You can go into filter set settings and in the “And what to filter” choose another query hit update and test it. You have only one post on that page so it is not showing the correct counters.
Best Regards,
- Victor
Hi Victor, I dissabled the 2FA. You should be able to log in.
Yesterday evening I was still trying to get it working, and it somehow got stuck on the “multi-sensor” filter. So it worked for a second somehow. But I also got then a weird “are you sure you want to log out” screen. What I can pick in the “and what to filter” section changes often when I update (=save) the filter. Sometimes – like now – I do see the correct post type (Dataset querry) and sometimes I can’t pick a querry.
So now you do see all the datasets and the correct count in the filter, but it ain’t filtering.
We have checked the site, and the issue was in the caching, memcache option. Which was a caching query and basically displayed the same results. We turned it off and it is working normally now.
Best Regards,
- Victor
You rock
Thank you so much!
I am building a site that uses WooCommerce along with ACF, Filter Everything Pro and Elementor. I am having a problem where the Filters and the Chips are all working on the Shop page (https://mcdm.inventivewd.com/products/) but not on a product Archive page (https://mcdm.inventivewd.com/product-category/residential/). It is very important that it work on an Archive page because that is what we are using for just about everything on the website.
I created this video so you can understand more what I am talking about: https://watch.screencastify.com/v/CogfH8lqVQ5jOWBYU1P7
Basically, if you go to the Shop page and click on the filters on the left, everything filters correctly. The best way to test is click on Application -> Residential and then Manufacturer -> Daikin which should result in showing only this product (https://mcdm.inventivewd.com/product/ufeconj18-60-2/). This product is the only one I have any sub-filters set right now (any field other than Application).
If I go to a product archive page… https://mcdm.inventivewd.com/product-category/residential/ (this is just the standard WooCommerce product category) and click on Daikin again, it doesn’t filter. Even though the chip shows at the top of the page.
I find it strange that it does work on the shop page and not the archives page.
In Settings I have the “HTML id or class of the Posts Container” set to .elementor-products-grid which is on both page types.
I each filter I have “Where to filter?” set to Common WordPress Pages -> All Archive Pages for this Post Type. I have tried other settings here but this seems to be the one that they are all set for.
For all fields other than Applications I am using ACF to create a custom taxonomy and field group that produces the links on the individual product page (https://mcdm.inventivewd.com/product/ufeconj18-60-2/). These are extremely important for cross-referencing products.
Can you help me understand how to make the filters work on both the products (shop) page and the product archive pages?
Finally, I noticed that the chips don’t show on a product archive page and the item for that specific page is checked and grayed out and doesn’t show up as a chip. See this page again: https://mcdm.inventivewd.com/product-category/residential/. Residential is selected and I can’t unselect it and there is no chip for it. Is this just the nature of an archives page or is there a way a user can deselect it?
Hi mminten
As we mentioned previously please write your request from the account where you have purchased the plugin. Following the support policy here on CodeCanyon. So we can provide you a support on the issues that you are facing. Thank you for your understanding and cooperation.
Best Regards,
- Victor
Done! I just purchased another license with support from this account. Easier than finding the login and resubmitting the support request 
I just PMed a user/pass for you to access the site if needed.
Hi mminten
In such cases, it’s usually best to reach out to Envato support for assistance in retrieving your password. With their help, you may be able to use your two licenses, which gives you the ability to activate them on four sites.
Now to the issues, we have checked the site. The problem here is that the category page is using a different query, so you cannot place one filter set for everything you would need to separate one for all archive pages and a second filter set only on product categories. We created a test filter to show it so you can check that everything is working.
Also, you don’t need to create a filter set for each filter, you can use one filter set and place it inside those filters as we did with the test filter.
Best Regards,
- Victor
Ok, this makes sense now. I had to rework the filters for the products page, for each taxonomy and for the search results page. The only problem I have now is that the search page doesn’t have working filters.
Check out this link: https://mcdm.inventivewd.com/?s=adapter
You can see that there are 0s next to all of the filters on the left.
On the other hand if I go to: https://mcdm.inventivewd.com/products/ or https://mcdm.inventivewd.com/products/accessories-curbs-and-accessories/ I can see the options that are available (I added more info to our test products).Could you give me a tip on how to get these to populate?
Hi mminten
We have checked the site and here are some of the issues.
1) To perform accurate searches, it’s necessary to utilize the “product search” widget. Therefore, we have designed a test page that incorporates this widget – https://mcdm.inventivewd.com/test-search/ – which you can try out. The single search bar provided by Elementor will not function correctly as it fails to apply the required post_type parameters for precise searching.
2) And here you will have results, and everything is working together – https://mcdm.inventivewd.com/?s=adapter&post_type=product
3) We had to turn off the Relevanssi plugin in order to make it work. However, we have plans to make it work seamlessly with Relevanssi’s searching algorithms in future updates.
Best Regards,
- Victor
Hi, we have problem with activate licence in our client site. Send PM.
Hi leiti
The license is activated and everything is working well.
Best Regards,
- Victor
Great, thank You for help.
There is this Unkonw Error message when I tried to activate my license. Could you help me out on this, please? I have PM the login credentials to your support. Thanks.
Hi haegen
Thank you for choosing Filter Everything PRO.
No, the purchase code and the license code are two different things, please check here how to get the license key – https://filtereverything.pro/resources/license-key-issues/ and send this license key via PM as well so we can activate it.
Best Regards,
- Victor
Thank you for your reply. I’m still seeing the Unknown Error message though. I have PM you my license key just now.
The license was activated and everything is working well.
Best Regards,
- Victor
Thank you, much appreciated…
Hello, I’m working on a multilingual Wordpress / Woocommerce site. I’m using your module to filter a product catalog.
I use WPML for translation. I translated the Woocommerce attributes with the WooCommerce Multilingual & Multicurrency module.
However, the translated attributes don’t appear on the pages.
For example, on the English page https://laboratoires-diamex.com/en/our-cosmetics/ we see the attributes in French and not in English.
How can I display the translated attributes?
Regards
Hi talaios
Thank you for choosing Filter Everything PRO.
Please send via PM your email address, so we can send you the latest version of the plugin, which should fix this. The update soon come up here on the site as well.
Best Regards,
- Victor