9151 comments found.
I have been working on adding filter everything to my site. It’s currently hosted on a staging environment for testing. For context, I’m using Beaver Builder, a custom post type for a catalog of products that aren’t ecommerce related from the site, and PODs as custom fields.
I have the widget for filter everything on my archive page for the catalog item post type (/swag/) and on individual category pages (/swag/category/apparel/). The categories are associated with a proprietary software that updates via a script every day in the morning. I am unable to make changes to the categories in that particular case.
The issue I’m having is with the pricing filter I’ve created. I’m basing it on a custom field called item price. I want to use it as a range so I’ve set it as custom field numeric. The filter works on individual category pages, but on the archive page, the pricing is accurate with the filter but as soon as I load more items, either with a dynamic load, load more button, or number pagination, the plugin ceases to filter by price.
For some settings: -Post type to filter: Catalog Items -Common wordpress pages – all archive pages for this post type -Item query, main query
The main site is https://www.staging.printfection.com/
Thanks!
Hello gracegamble
Thank you for using Filter Everything PRO.
I understand your issue and I have to say that it is more related with the Dynamic load/Load more button feature, than with the filtering plugin. The Load more algorytms may be different, but to be compatible with my pluign or other WordPress plugins that works with pagination, they should use URL-based algorytm. That’s why not all of them are compatible with other WordPress plugins.
I checked your site and realized that it seems it uses URL-based algorytm and potentially should be compatible with filtering. In this case I recommend you to try to ensure that filtering works correctly without Load more feature and without AJAX enabled. After try to ensure that regular pagination (with links 1, 2, 3 … N) works correctly with filtering and without AJAX. And only after try to use Load more feature. If it will not work as expected as option you can also ask the Load more feature developers for support.
Hey! We are currently working with your free plugin and are interested in buying the premium plugin, but I have a few questions:
- In the free version it is only possible to use attributes in one filter. Is it in the premium version possible to use attributes in multiple filters? We store both the gender and the brand in attributes and would like to use attributes to filter the brand and gender in separate filters. Is this something we can do in the premium version?
- Currently on mobile, the filter button which can be expanded when clicked, is shown below the product list. I can’t seem to figure out how to display the filter button at the top of the product list. Is it possible to change the CSS or anything so it displays at the top of the products instead of the bottom?
Thank you!
Hello davidt155
Thank you for your interest in Filter Everything PRO.
1. In general you can use different attributes for the same Filter Set in both – Free and PRO – plugin versions. Please see – https://prnt.sc/aG8gvkKFoNQ9 In case if you can not add new filter for the second or third attribute, it may be the evidence of some compatibility issue on your site.
2. In this case your sidebar should be moved to the top on mobile devices. Most of modern WordPress themes do it automatically, but you can also try to open /wp-admin -> Filters -> Settings and activate the option “Try to move sidebar to top on mobile devices”. This option is available for both – Free and PRO versions.
2. I have the option “Try to move sidebar to top on mobile devices” selected, but still the sidebar is displayed at the bottom. I tried changing the CSS to make the sidebar appear at the top, but without succes. Do you know how I can make it appear at the top ?
Thank you!
@steppasyuk are you able to get back to me? We would really like to get the full potential out of the plugin!
We’re using Salient theme with post grid module to show our posts. We’re filtering them with Filter Everything plugin and it works fine, however AJAX reloading does not work, page gets refreshed every time while changing filter. We’ve set up correct CSS class of the Posts Container with no effect. We also tried proposed code solution from https://filtereverything.pro/resources/typical-problems/ also with no effect. What could be possibly wrong, does AJAX work within your plugin when using custom query in bought template?
Hello lausmanovaandrea
Thank you for using FIlter Everything PRO.
Please, provide me with link to the page with the problem. Optionally you can send it via PM, but please notify me here in this comments thread about that.
Thank you.
Question: in docs I see: flrt_posts_found_quantity( $filter_set_id ) to get posts found quantity. But I how do I get the $filter_set_id in backend outside of the plugin?
Hi DannyvanderTak
Your question has several potential answers:
1. You if you open Filter Set edit screen you can find its ID in the URL of this page. For example it looks like https://example.com/wp-admin/post.php?post=318&action=edit where 318 is the Filter Set ID. But I think you know this without my advice.
<?php
if ( class_exists( '\FilterEverything\Filter\Container' ) ) {
$wpManager = \FilterEverything\Filter\Container::instance()->getWpManager();
$filter_Set_IDs = $wpManager->getQueryVar( 'wpc_page_related_set_ids', [] );
var_dump( $filter_Set_IDs );
}
?>
It will show you all related with current page Filter Set IDs. But this code should be fired after WordPress wp_head(); function fired. Otherwise it always will return empty array.
Hello, I am testing the SEO rules and it works very well. However I was wondering if it was possible to get the pages created by the module and list them to display them in a widget, like a category list but with the different pages modified by the SEO rules. My request is just to know if I can get automatically all the pages that have been modified by the SEO rule without having to enter them all by hand.
Hello Nico313
Thank you. It is a good question.
In general it is possible but requires custom coding and you can achieve that if you are familiar with PHP. All useful methods located in the /wp-content/plugins/filter-everything-pro/pro/Admin/SeoRules.php and /wp-content/plugins/filter-everything-pro/pro/SeoFrontend.php files.
For the moment unfortunately there is no special functions or methods for that in the plugin code, but I will add them after some time.
When will be release the 1.7.6 version?
Hello tinbob
When it will be ready
Unfortunately I don’t know when exactly this will happen. But you can subsribe on CodeCanyon notifications and you will receive email, when the new plugin version will be uploaded here.
Is it possible to retrieve the ids of filtered posts?
Hello tinbob
Yes, it is possible and I can provide you with details, if you will extend your support period.
Thank you.
Hi! I would like to display in the filter all articles that have a numeric field (ACF) greater than a certain value. That is, by clicking on an item in the filter I only display products that have this value > 60. I have seen that the only solution for numeric fields is a range but this would not be a suitable solution. Thanks for the support!
Purchase code78159417-bde9-487e-a7a1-b72c48c1c27f
Hello baalpid7
In general it is not filtering related question, but you always can modify your WP_Query via the ‘pre_get_posts’ hook (or other hooks) add to it Meta query that selects from DB only posts that have value > 60. And after that set this WP_Query as filtered in “And what to filter?” field. Of course it requires to be familiar with PHP or ask a developer to help you.
ok so I’ve looked through your documentation and searched Google with no joy. My issue is that I just noticed the ‘Submit’ and ‘Reset’ buttons don’t appear on the front end anymore. Tried some overrides but they don’t seem to work either. It appears to be this CSS, which I don’t think is mine:
(apparent source) https://02f457750b.nxcli.io/wp-content/plugins/filter-everything-pro/assets/css/filter-everything.css?ver=1.7.5(styles in question) .wpc-query-on-the-page .wpc-filters-widget-controls-container .wpc-filter-layout-submit-button { display: none; }
.wpc-filters-widget-controls-container { display: none; }
Here is the URL: https://02f457750b.nxcli.io/academics/degrees/Happy to grant access if there’s a normal Support avenue other than your public forum.
nm dude. I edited your CSS file and fixed it. Guess I’ll have to keep an eye out for updates now ::eyeroll.
Hello artcop
Thank you for using Filter Everything PRO.
It seems you have conflict with some of your plugins or custom code and Filter Everything. In general these buttons are visible, if you use “Apply button” mode, please see – https://demo.filtereverything.pro/apply-button/
But if you changed it by CSS himself and it works ok for you, you can just copy these CSS in Filters -> Settings -> Experimental -> Custom CSS to avoid to change them every time after the plugin update.
Cool- thank you. It’s a groovy plugin btw I love it.
I’m glad you like the plugin. I will be glad to read about this in the reviews – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance 
Hi conodelimon
Thank you for using Filter Everything PRO.
As I see it for the moment, it works as expected. For example here https://grupopacificoescondido.com/c-playa-agua-blanca/ it filters your products. I hope your issue is already solved. If not, please, let me know.
Hi,
I purchased the theme but calendar is not working. WooCommerce is not working When I select the room and select the date of next week or month on next page it shows current date and also changes the 1 night instead of 2 night stay default setting.
Also in woocommerce
on the edit product page you can check that after adding the inventory from here but it remains unselected after updating product.
Please let me know the solutions ASAP, other wise it is useless to buy the theme.
Thanks Bashir Ahmad
Hello Bashir Ahmad
Thank you for using Filter Everything PRO.
Please, provide me with link to the page, where it does not work as you expected. Also please, provide me with description of the problem if it is not obvious. You can optionally send me details via PM, but please notify me here in this comments thread, that you did it.
Optionally you can send me credentials to your /wp-admin in accordance with this document I will check it myself.
Thank you.
Hello Stepasyuk,
Is there a way to filter two WP Queries with a singe filter set? I’m using the Query Loop Grid from GeneratePress with a pager. It uses one WP Query for the main post grid and another WP Query for the pager. If I filter the first query, then the results within the grid are correct, but the pager does not update and will take you to empty results. If I select the second query, the pager is updated correctly, but not the results in the main post grid. Is there a way to update both the post grid and the pager at the same time? Thank you, Aaron
Here is the dev website to help illustrate: https://medgroup.srvrbx.com/find-a-physician/. As an example, I’m showing 4 posts at a time with a pager. If you choose female from the gender filter it’ll show two women, however the pager does not update and will take you to empty results.
Hello aaronbowden
Thank you for your question. It’s a good question, I have to say.
In general one Filter Set can filter only one WP_Query. But if you create two equal Filter Sets with equal filters, but select there different WP_Queries (first for posts, second for pager) it should filter both – posts grid and pager. Plaese, try to do the trick.
Hello Stepasyuk, I can confirm that this trick does indeed work. Thank you.
Great. Thank you for your report 
Can I display the rating for each post in/below the image directly on the results page? Like here: https://demo.filtereverything.pro/elementor/ (but only for posts, they are not products)
Hello Nettili
It is possible in general, but it is question that is not related with Filter Everything PRO plugin. It depends from your theme files.
Hello, can I kindly ask when we will see an update? There seems to be some issues the mobile world when you use the filters. Not sure why it’s so different in that mode vs the desktop world. Are you seeing reports of this from others? Thanks
Also I noted that in the desktop world the page doesn’t fully load the css, but now I noticed in the mobile world the filters are not working at all. What steps can we take to resolve this? Thank you.
Hello ingenuitor
I’m not sure, when the new version will be ready, it depends from a list of factors.
But if you have issues on mobile devices, please provide me with details what exactly does not work. It would be great to receive from you link to the page with example of the issue and any text/image/video details about it, if it is no obvious on the page. Why did you make conclusion that CSS isn’t fully loaded on the page? Please, let me know.
Hi,
I am developing a website with on your plugin and I need to ask a few question.
The first one is related to the communication with an other plugin. I wuold like to filter a group of events created by the plugins “WP Event Manager” but I have some problem. In particulary when I create the filter set and I relate it to the page that I created it show me this messagge “No WP Queries matched to the post type “Evento” found on the page”. I already use our plugin with other article and it work great but with the same spcific it didn’t work for the events, is it possibile to fix this?
The second question is related to a view setting. In our design we are using the dropdown option and It is possible in some way to change the – select -option (right now is the “none select” text) with a custom placeholder?
Contact me if you need more details Thanks Mattia
Hi, I can’t edit my comment so I’ll write this new one.
During the day I made some other test and I was able to change by myself the select dropdwon element so can you forget my second question.
But during the work I found out another problem. I have a page with the list of my product and I would like put a filter inside it. I create everything based on the category products and the filters show correctly 11 Product Query. I tried every each one and nothing work, my filter show correctly the category but it didn’t communicate with the list above.
Is there a solution also for this?
As I said I already use your plugin another time and I like it so I hope that we will find a solution
Thanks Mattia
Hi Mattia
1. About “No WP Queries matched to the post type “Evento” on your page with Events posts. Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
2. It looks like you didn’t select correct WP_Query in the “And what to filter?” field, but from other side you alrady know how to use this field. Ok, I will check this with the problem #1.
Thank you.
Hi Stepasyuk
As you asked I just send you the email whit the login credentials.
Thanks for the help Mattia
Hi Mattia
Thank you for your credentials.
1. I checked the page and realised that you inserted [events] shortcode that loads events via AJAX after page is loaded. Posts loaded in such way can not be filtered with Filter Everything plugin as they do not fire WP_Query during a page loading process.
If these posts can be displayed in another way (for example through WP Bakery Composer posts module with post type Events or not via AJAX in the Events plugin) they can be filtered with my plugin. I recommend you to find another way to dispaly Events on the page and they can be filtered.
2. Regarding the problem with 11 Product Queries – experimentally detected that you have to use Product query #6.
In general it is something that should be configured by a customer himself because plugin configuring is not included in the item support here on CodeCanyon. But I would be thankful for positive review for the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance.
Request to change sort-order of catgories. I need cats sorted as per my clients doc. I need the order of the categories on the shop page as: 1) Grade Level 2) Profession 3) SLP Subjects 4) Academic Subjects 5) Resources 6) Formats
All others can fall in behind these.
Hello brananward
Thank you for purchasing the plugin.
As it realized you use Product categories, but not regular Post categories. For them is available option to sort by Menu order. Menu order is the order you specified for Product categories in /wp-admin Now the order in the filter is as you need. I did not add any extra code on your site.
Please, check it.
Hi, I can’t find any similar comments here so I write.
I have 8 URL Prefixes (in Settings) and everything works fine. When I create additional filter in Filter Set with new URL Prefix, it looks ok, it’s on the list, it shows on www, it counts the products (it does NOT filter them), but it doesn’t appear in Settings/URL Prefixes and doesn’t have URL. Also the checkbox in www can’t be checked (you can click it, it loads, but nothing changes). All previous 8 that have URL in Settings still works fine in same Filter Set.
Same with chips – “old” 8 works, new one (or more) nope.
At the beginning I thought it’s conflict URL with terms (etc,) but I used several different prefixes and nothing. Also Main WP_Query is correct.
Or… maybe I can’t create more than 8 URL Prefixes if Filter Everything? All up to 8 works fine. More… it looks like FE is not creating URL Prefixes (?) so it can’t work (?) Or I can’t see pagination? Trash is empty. I’m out of ideas. I can share admin panel if you want (it is the fastest way).
Cześć WhiteSunDesign
Thank you for using Filter Everything PRO.
Indeed, in this case the best way is to send me credentials to your /wp-admin in accordance with this document and I will check it myself.
Thank you.
Done – credentials sent, plugins installed, backup made.
Regards
Hello WhiteSunDesign
Thank you for credentials. I checked your site and realized that you used two bad prefixes that matches to existing taxonomy terms on your site “auto-zapalarka”, “auto-czyszczenie”. I changed these prefixes to another in Filters -> Settings -> URL Prefixes and after that updated the FIlter Set with not working prexies. Now all works fine, please check it https://sklep-smartfire.pl/kategoria-produktu/kotly/option-test-auto-zapalarka/
Dear lord I’m so stupid… I forgot to check taxonomy terms. Sorry for trouble and yes everything works fine. Thank you.
WhiteSunDesign
I’m glad that the problem is solved and now it works fine for you 
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!
Greetings, when I enter the purchase code into Filter Pro that I purchased this morning, I gain:
Invalid license key. Please enter correct license key.
Can you tell me what I’m doing wrong?
Hello adminelectricoakcom
Thank you for purchasing the plugin.
Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on 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.
I was provided the hooks information page but I am trying to find out if there is any easier way to get my filter in alphabetical order while staying in their hierarchy categories.
Here’s how it looks from all of the sorting options available. All have “show hierarchy” button checked.
Default – https://prnt.sc/XE8xsrJSqQ07 Term name abc – https://prnt.sc/r8vZ8jk_tlKS Post cound 123 – https://prnt.sc/fU9XMIs9IG2B Term ID 123 – https://prnt.sc/4ZZ5vMKkiCfZ Menu order 123 – https://prnt.sc/E5w0MHv4TSps Thread Starter adamsatoms
I made this example in paint. I am looking to have the terms listed in alphabetical order. This should work for parent and child terms. https://prnt.sc/MIqTA83J227V https://prnt.sc/fTNsmFWADHl2My categories for parent to child work as products -, product types – -, 3rd category – - -. Everything is under the parent category “products”. When I use sorting option “term name abc”(I assume this is alphabetical order sorting), hierarchy no longer works and child options are being shown outside their parent categories. Is this an error or is this intentional?
Thanks
Hello adamsatoms1
I have to say that requests from customers with expired support period have lowest priority in support requests queue and I will answer on them when I will have time for that. To make it faster you may extend your support period.
Thank you. Regards.
hello, how to use select2 dropdown but I want use in dropdown a few options 
Cześć monstercodepl
Thank you for using Filter Everything PRO.
You can try to do something like the dropdown with checkboxes in the demo example with 3 columns on this page – https://demo.filtereverything.pro/horizontal-views/#3-columns
It requires to add additional CSS in the /wp-admin -> Filters -> Settings -> Experimental -> Custom CSS. Here is example of the CSS but you have to replace all occurences “2450” with your Filter Set ID.
.wpc-filter-set-2450 .wpc-filter-title{
margin-bottom: 0;
}
.wpc-filter-set-2450 .wpc-filter-content{
position: absolute;
left: 0;
right: 0;
background: #fff;
/*box-shadow: 0px 5px 5px rgb(0,0,0,0.1);*/
z-index: 10;
border-radius: 2px;
padding: 20px 20px;
}
.wpc-filter-set-2450 .wpc-filter-has-selected .wpc-filter-content,
.wpc-filter-set-2450 .wpc-opened .wpc-filter-content{
border: 1px solid #cccccc;
border-top: none;
}
.wpc-filter-set-2450 .wpc-filter-header{
padding: 9px 19px 10px 19px;
border: 1px solid transparent;
border-bottom: none;
}
.wpc-filter-set-2450 .wpc-filter-header{
border: 1px solid #cccccc;
}
.wpc-filter-set-2450 .wpc-filter-has-selected:not(.wpc-closed) .wpc-filter-header,
.wpc-filter-set-2450 .wpc-opened .wpc-filter-header{
border-bottom: none;
}
.wpc-filter-set-2450 .wpc-wrap-icons{
line-height: 1.5;
}
ok, but I use this: Use improved dropdowns instead of regular ones (jQuery plugin Select2) and I need select more than one option
Hello monstercodepl
Unfortunately for the moment regular dropdowns in filters (with or without enabled jQuery Select2) don’t allow you to select multiple values at the same time. This feature is planned for the plugin, but requries some time to be implemented in future updates.
The only one way to use dropdowns and multiple selection is mentioned above.
Thank you. Regards.