8979 comments found.
Hi, I’ve set up my filter with Category A, Category B, Category C…
I need to include an ‘All’ button that will show all categories.
I’m not seeing an easy way to do this. Can you provide some guidance?
Hi Kite-Media
Thank you for choosing Filter Everything PRO.
You can create a category named “All” and apply it to all of your products, so when you click on it, it will display all of the products. But if you uncheck all filter terms from categories, it will show all posts, so not sure if you need this “All” filter term in your categories as it will only apply one more line in the query to the database.
Best Regards,
- Victor
Thanks for the response. For the sake of management moving forward I want to avoid creating a new “All” category. While you’re right that I don’t necessarily “need” the “All” Filter term, this is what my client wants so that it’s super clear to users.
Unfortunately, there is no other way to do it. You can try to use templates overriding – https://filtereverything.pro/resources/templates-overriding/ in order to add some custom functionality that will add “All” options.
Best Regards,
- Victor
I understand that it’s hard to keep the track of conversation by not replying to the same message thread, but there is no option to reply to the message. So, I have to write a new comment.
Anyways, I turned on the CURL and after that I activated the Pro version of the plugin from WordPress Plugins.
Now it’s giving me this error
https://prnt.sc/bCeDushWUezNThis is the same issue, as you can see it is saying “Call to undefined function FilterEverything\Filter\Pro\Api\curl_init()” – https://www.php.net/manual/en/function.curl-init.php
It is undefined because this module is still not turned on. You have multiple PHP versions there and profiles.
Maybe there are some general settings on the hosting, in any case, we really recommend contacting hosting support. We had such situations previously, and hosting support helped every time to provide information to their clients how it can be turned on.
Best Regards,
- Victor
I’ve sent you new hosting credentials again, please use these ones. It should work now.
If you can please make responses in the same comment thread so it won’t be confusing for us (yes, it is possible here). It will be easier to provide support as we check one come thread what was the initial issue.
So now you need to turn on the CURL module in the PHP settings. More likely, you can find it under the “EasyApache 4” -> Customize your profile -> PHP Extensions -> search for curl and turn it on. We are not exactly sure as each cPanel has its own settings. And we do not want to play with it as we do not know how you set it all up. To not bring any harm, if you are not sure how you can enable it, please contact your hosting support and ask for information on how you can turn on the curl module in the PHP settings on your server.
After this module is turned on, you can go to the WP Dashboard -> Plugins -> And activate the Filter Everything PRO.
Best Regards,
- Victor
Hi, I’ve already sent the credentials in PM as you mentioned in the document.
Please review it and fix my issue! Thanks!
Hi youngbossdigital
We have completely removed the free version of the plugin and fully deleted the filter data, in order to install the PRO version absolutely clean.
But unfortunately, the issue was not connected to it. Also, we cannot log in with the FTP credentials, as there is something wrong, more likely the password is not correct. So the site right now with a fatal error.
Please ask your hosting support to enable CURL in PHP and this error will disappear. This is your issue.
Best Regards,
- Victor
Hi, We would like to display two filter sets simultaneously in the categories in our WooCommerce store. In the sidebar and in the topbar. Is that possible?
It is not possible in the free version.
Hi SteffenGeorgi
Thank you for your interest in the Filter Everything plugin.
Yes, this is possible with the PRO version of the plugin. The Free version has a limitation to display only one filter widget. In the PRO version, you can display multiple filter sets on the page, for example, if you have 3 filter sets, you need to place 3 filter widget widgets or shortcodes to display them on the page.
Best Regards,
- Victor
i purchased the pro versions and there are many problems i am facing: 1. i am not able to view filter everything widget on the elementor widgets section as shown in <https://www.youtube.com/watch?v=g1_qlJvNdsg> 2. Alternatively, i tried to install widget through appearance<widget<product sidebar<filter everything filter widget. then dragging the side bar in elementor and selecting product sidebar. But i get this error when i run it “No one Filter Set is related to this page. You can configure it in the Filter Set -> “Where to filter?” field.”. To resolve this i also set where to filter condition in filter set to Pages < Shop but still i was getting the same error msg.
help me resolve this at the earliest.
Hi divyampatwari22
Thank you for choosing Filter Everything PRO.
1) The search won’t show widgets, you need to go to the WORDPRESS section in the Elementor, and there will be a Filter Everything – filter widget.
2) Go to the pages, and check what page is this, it can be a home page, a shop page, a blog page, and so on. In this case, you need to set it as “Common WordPress pages + Shop page or Homepage, etc.
Also, we’d recommend checking the Quick Start guide – https://filtereverything.pro/resources/quick-start/
Best Regards,
- Victor
Good day, I am trying to use the sort everything widget. It works fine on mobile: https://winedrop.co.za/shop/ , but when I try on desktop it has always given issues. As soon as I click the drop down, the contents of the dropdown either appears 3 quarters of the way down the page, or it doesnt drop down at all. Any idea what can cause this? I have the default sorting disabled. Thank you
Hi geoffreyb13
We have checked the page, and we don’t even see a sorting widget on the desktop. There are some custom styles that if we remove them we can see the sorting widget like this – https://prnt.sc/6L55A-y7ReGh but with all of those styles this is what we see – https://prnt.sc/MYTfol9dm1pK only the button to open the filters which is shifted to the right.
Best Regards,
- Victor
Hi Victor, no I had to remove it otherwise it will be a bad experience. I am first just trying to understand whether this is a known issue? If I activate it for desktop I need to find a time that you will be able to view it so that I don’t leave it active on site for more than an hour, or as soon as you have assessed it if you can hide or remove it for desktop? If I active it at 9am Ukraine time on 30 July can you look at it then? Thank you
Hi geoffreyb13
Can you please set up a testing page? Or staging site with the credentials for us, so we can check it without rushing and understand what is the exact issue here.
Best Regards,
- Victor
Thank you
Hi Victor, could I also ask you to see if you can tell why my filter widgets are not crawlable? https://snipboard.io/MfFz27.jpg Thank you
Hi geoffreyb13
1) Please check it with the browser inspecting tool to understand why there is this margin or padding appearing. More likely it some custom styles.
In order to hide the selected terms you can use this in the filters -> settings -> experimental -> custom css
.wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values {
display: none;
}
2) Those things aren’t meant to be crawlable, or else you will have multiple crawling bots on your site and overload your server with those requests. You can find such messages on any site online.
Best Regards,
- Victor
Hi Victor, thanks for the feedback. The CSS makes the selection invisible (none), but it still makes the dropdown box shift down as more options are selected. I have tried adjusting the CSS in inspect chrome but nothing can remove the padding from the selection. For the sort widget I will share staging details tomorrow. Many thanks
Hi geoffreyb13
For all of the custom styles please use the browser inspect tool to find the needed elements and their classes in order to use them for custom CSS, and to check what is still making that space so you can remove it.
“I have tried adjusting the CSS in inspecting chrome but nothing can remove the padding from the selection.” As far as it is related to the CSS there’s nothing that cannot be done with the browser tools. For example, you can check this site, and do whatever you want – https://prnt.sc/Qqj2woFpWArM you can see the exact classes that those elements have, and their specificity in order to rewrite them. You can change already applied styles, to see if this class is responsible for it or some with a higher specificity. With a bit of practice, you can make any changes on any sites, themes, plugins, etc. This is a general practice, not specific to our plugin.
Unfortunately, everything that’s connected with the custom styles is out of the scope of the support policy here on the CodeCanyon – https://prnt.sc/DhdYTJPYBkYu
Best Regards,
- Victor
Hi There,
As we discussed earlier, I’ve purchased the plugin, but when I uploaded the plugin and activated it, it’s showing critical error on my website and I cannot access my WordPress Dashboard. When I went to my website’s File Manager and deleted the Pro plugin folder, it’s normal but I can’t use Pro plugin for some reason. Can you fix it for me please. I’m using Divi Theme and also with the free plugin the filters are not working on my shop page. When I choose the filters, nothing happens. It just reloads the page and shows all the products rather than filtering them.
Hi youngbossdigital
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, please provide FTP access so that if a critical error occurs, we can disable the plugin to continue to investigate the cause.
Best Regards,
- Victor
Good morning,
We recently changed the way we manage the taxonomies and attributes of our products on our website: instead of using ACF we now use the basic options offered by WooCommerce.
This means I have to redo the filters. So I more or less copied and pasted my previous work and made the necessary changes. After having validated them, I go to my page of products that I wish to filter and after more than 40 minutes of trying it is impossible for me to sort my products. Only the price seems to work but not the rest. I can’t understand why.
I tried in And what to filter? to put Product #1 or #2 and nothing changes. I have my page selected, the filter is displayed correctly (it still needs some adjustments from me). So I don’t understand what’s happening. We use Elementor as a builder.
Here there is the page to check : https://www.leshautsplateaux.ch/nouveautes/
Thank you for your clarification.
Hi vanni2600
This looks like the issue in configuring the filters themselves or conflicts with URL prefixes. Also, there can be a conflict with third-party plugins on your site. Hard to say what exactly, as it would need to check it on the place.
Generally, there is no support for accounts whose support period has expired following the support policy.
But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.
If you want to receive it faster, please extend the support period, and we will process the request with the priority for supported accounts.
Best Regards,
- Victor
Good morning,
Thank you for your answers. Concerning potential conflicts it is not impossible but a while ago I especially deleted a very large quantity of extensions which were no longer useful to us. My old filters, which you can see here: https://www.leshautsplateaux.ch/categorie-produit/jeux-de-societe/ still work. If I put Âge 3, only games aged 3 are displayed. However, I doubt it would be such a conflict otherwise the previous ones would no longer work.
I tried to put the same filter that I just created for the product categories, with exactly the same parameters linked to the categories: the same problem persists, only the price works. I also just tried switching from list of labels to radio buttons, nothing changes.
On the other hand, I have just made a discovery which gives a new clue: I put an ACF filter, as before, in this new set of filters and it works. The problem therefore seems to come from the Attributes under WooCommerce. I use Taxonomy Filters => Product (WooCommerce taxonomy name). example : Product Auteur. If you want to try with ACF on the same page with WooCommerce attributes, I’ll give you the link: https://www.leshautsplateaux.ch/nouveautes/. The filter that works is the very last “Minimum Players”
We will see about the renewal of support, I cannot make this decision alone. If you can help me with these new elements that’s great, otherwise you can open a ticket in the meantime. If you need additional information let me know.
Can I show brands category as a separate category from the others (maybe as a dropdown)? So far it seems like I can only have one category section.
Hi nickyeager123
Thank you for choosing Filter Everything PRO.
No, there is no functionality to separate one category on multiple filters. Technically, you can apply two filter sets on one page, with the category filter, and use include/exclude functionality in order to leave only the needed terms. But they will work not like two separate filters.
You need a separate taxonomy for brands, or attributes if you are using WooCommerce. So you can create a separate filter from it.
Best Regards,
- Victor
Hi. We have a problem with SEO, where the pages generated by the plugin are not being indexed. We’ve even spoken to Yoast support and they have advised us that the pages are not available on the WordPress admin as it shows that they are generated by Filter Everything. Basically we need our individual category pages to be indexed by Google and having issues doing so. What would be the issue here?
Hi pps30ak
In order to make them indexable you need to create SEO Rules for the needed filters, more information on it you can get here – https://filtereverything.pro/resources/seo-rules/
As by default, all filtered pages are not indexed.
Best Regards,
- Victor
Hi There, We have recently purchased the pro version of this plugin. Just wanted to check how can we use these filters / filter sets in an off-canvas template or pop up form. We would like to show the users a filters button which will open up a popup, kind of off canvas filtering. We are using elementor & oceanwp
Hi shashikantatmakuri
Thank you for choosing Filter Everything PRO.
Everything about the mobile mode can be found here – https://filtereverything.pro/resources/mobile-devices-new-approach/ including the shortcode or a mobile button.
Also, here you can find all of the shortcodes – https://filtereverything.pro/resources/shortcodes/
So all you need to do is have an off-canvas container or modal, where you can place the shortcode of the filter widget, and in the filter set “Where to filter” choose the needed page where you want to display your filters.
Also, we’d recommend checking the Quick Start guide – https://filtereverything.pro/resources/quick-start/
Everything depends on what exactly you want to create.
Best Regards,
- Victor
Hello, How do I list the filter items in the order I choose?
Instead of 1, 2, 3, 4 make it 3, 2, 4, 1
Hi idave147
Thank you for choosing Filter Everything PRO.
If you are talking about manual order for filter terms, you can use the hook ‘wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook
In order to write a custom code with the needed sorting logic.
Best Regards,
- Victor
Is there a tutorial I could use to insert this code? Thank you.
Hi idave147
No, unfortunately, there is no tutorial on it, as this is the hook with the example of how you can use it. The rest will require custom coding for the needed sorting logic that will fit your case.
Best Regards,
- Victor
This plugin (Pro) is working wonderfully well and very fast on WooCommerce category pages on our site, where there are lots of filters for the various custom attribute taxonomies.
But on the search results page, although the text search filter works, the attribute taxonomy filters all come up empty, even though there are found products to the right and I know those products have terms in the relevant taxonomies. Any idea why they are not coming up in the filters on search (but do for the same products on category views)?
I created two filter sets – one for category views and one for search, and set the latter to be visible on “Search results page for selected post type”.
Thanks 
Update: in fact, if I allow the filter to “show empty terms”, it shows all the terms as having 0 products, but if you click them it still filters correctly. So it’s incorrectly thinking the terms in search results have 0 products when they do.
Hi timwakeling
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, this is important, please provide the link to this page with the issue so we can check it right away.
Best Regards,
- Victor
Thank you Victor – I have sent the details as requested.
We have checked the site, and if you go to the Plugins and deactivate the “Relevanssi” search plugin, then everything is working correctly. Seems like it is using incompatible algorithms.
Best Regards,
- Victor
Ah, you’re right. Thank you so much!
Hi i have tried several times and it says my purchase code isn’t correct> dbeca515-55f3-44a5-9d19-b6bd16c1e973
Hi jonathonrietz86
Thank you for choosing Filter Everything PRO.
Please follow the instructions on this page: https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key to get the license key.
Also, we’d recommend using incognito mode to ensure it will be logged in with the correct account.
Best Regards,
- Victor
Hi
Your plugin automatically adds the following code to the head:
<!- This page was genereated by the Filter Everything plugin v 1.8.2 – https://filtereverything.pro ->
<meta name=”description” content=”Description here…” />
<meta name=’robots’ content=’index, follow’ />
<link rel=”canonical” href=”https://url.here” />
<!- For logged in administrators only: matched SEO rule ID is “4774” ->
<style type=”text/css” id=”wpc-seo-rule-id” data-seoruleid=”4774”></style>
<!- / Filter Everything plugin ->
On certain pages I’d like to disable the robots tag and canonical tag. Is there a snippet I can add to my functions.php file to do this? I’m able to identify the pages I just need to be able to add a filter to remove these as I would like to insert my own tags.
Thanks
Hi ebizuk
Well, those tags work with the SEO rules. So by default, the filtered pages are noindex, nofollow. So you can create the needed SEO Rules.
But if you want to add some different logic to it, we’d recommend checking pro/SeoFrontend.php and src/Plugin.php in order to understand how it is working and write your own custom code to change it.
Best Regards,
- Victor
Hi Victor
I can see the code is added in SeoFrontend.php with this line:
add_action( ‘wp_head’, array( $this, ‘filtersWpHead’ ), 1 );
I’ve tried adding the follwoing to my plugin file:
add_action( ‘init’, ‘remove_plugin_filter_action’ ); function remove_plugin_filter_action() { // Use remove_action to remove the specific action. remove_action( ‘wp_head’, array( ‘SeoFrontend’, ‘filtersWpHead’ ), 1 ); }
But it doesn’t remove it. Is this some thing you could help with with additional support?
Thanks
Unfortunately, we do not work with custom codes and do not debug them following the support policies. We can only provide information about the functionality of the plugin and general information about where you can find the code you need.
If you have any difficulties with writing code for the required functionality, we recommend hiring a developer to do it for you using platforms such as Upwork.
We’d love to help you personally, but unfortunately, we physically don’t have time for such customization.
Best Regards,
- Victor
Hello, great day
Thank you for your support.
Yes, I renewed my license.
I have a problem: The simple filters are not generating any results.
I created filters with Custom Fields, which are applied to product categories, using product table + main table.
It was working. Now it has stopped working, the result returns nothing, but next to the filter options it shows the number of products in each item.
Can you help?
Hi samucavirtualite
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
credentials sent 
I forgot to send the page in question about the filters. domain/categoria-produto/tomadas-de-forca/
Hi samucavirtualite
We have checked the site, and there could be two reasons for this:
1) Some conflict with third-party plugins or theme, so we’d recommend turning off plugins one by one and using the default WP theme in order to check it all.
2) Also, it can be an issue with custom fields so we’d recommend checking the database if there are needed data applied to your posts. Also, please check this ACF doc page – https://filtereverything.pro/resources/acf/#important in order to see typical issues with it.
Best Regards,
- Victor
HI, I bought 6 licences from you, but one of the 6 websites can not update to 1.86 because licence key is gone. I tried all six keys, but all say error that the key is not valid… Please help. Thank you.
Im sorry….I refused the cookies for retrieving the keys. I have found them and it works again. Thanks!
Hi jeroenbos
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hi support team,
Can you help me with a function issue I have with the checkbox filters? The checkbox filter is a taxonomy filter that uses a custom post type, and the custom post type is in a parent – child setup.
So when you check a child filter the parent would automatically get checked as well, and if you uncheck a parent filter any child filters will be unchecked.
Any idea how to make this work?
Many thanks,
Nugscree
Hi Nugscree
Thank you for choosing Filter Everything PRO.
Unfortunately, there is no such functionality in the plugin in order to make it work as you need.
This can be made only by some custom code, which will extend it in order to make it work.
Best Regards,
- Victor
Hi Support Team, I just sent you all the details to check my site for the following:
Ajax issue: When I select a filter combination that doesn’t have any products, it just shows what was previously loaded. For example: Collection + Brooch (screenshot attached) If I do the same without the Ajax activated, it shows a text saying there are no products.
Filters issues: I managed to set up additional language by creating new ACF checkboxes for the Czech version. I ran into another issue though: When the product is out of stock, it doesn’t show in selected filters. It does show when no filters are selected. I checked the WooCommerce and FilterEverything settings and both are set to keep the products visible when “out of stock”. When I go to the English version, it shows them all correctly even when the filters are selected. Any idea what this could be? I can’t find any individual setting that is taking care of this.
Many thanks! Klara
Hi Klara
The answer was provided via email.
Best Regards,
- Victor