8980 comments found.
Hello
Great plugin! I purchased it right after testing a few items. It makes it easier to create add all custom meta filters in one filter for me. I do ofcourse need to use the feature to hide empty filters since every product category has different attributes/custom meta. However: Using the option Hide empty Filters does not show the price filter. It is only shown when this is disabled.
When the hide option is selected I only see the following from query monitor: Notice Undefined offset: 0 1 wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php:371 Notice Trying to get property ‘max’ of non-object 1 wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php:371 Notice Undefined offset: 1 1 wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php:371 Notice Trying to get property ‘min’ of non-object 1 wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php:371
The query is the following, which does ouput the price: SELECT wp_postmeta.post_id,wp_postmeta.meta_value FROM wp_postmeta LEFT JOIN wp_posts ON (wp_postmeta.post_id = wp_posts.ID) WHERE wp_postmeta.meta_key = ‘_price’ AND wp_posts.post_type IN( ‘product’, ‘product_variation’ )
Any idea why this is the case?
Is it the way to add everything (let’s say 300 custom meta fields) in 1 filterset or create different filtersets for each subcategory and add all of them (so 50-60 subcategory filtersets) to a widget? I have been looking for a solution that let’s me create all filters in the backend an just use 1 widget in elementor. So I need to use the option listed above. I am not sure what is better for performance.
An additional question is the following: Since I am using a category/subcategory layout, which mean my products are only visible at a subcategory (so in fact all products are filtered by category in this way).
When I look at a query that is performed they are all performed to look up all products. I have 2000 skus, so I don’t know what the impact of this plugin will have in order to build the filter widget querying 300 attributes for all products.
Do I have to use seperate filtersets for this reason as well? If I do so I also won’t be able to add a product to multiple subcategories ever because it would display 2 filtersets, so I have to take this in to account.
Below is a query I see when I refresh the page: SELECT wp_posts.ID, wp_postmeta.meta_value FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = ‘attribute_pa_brand’ ) WHERE wp_posts.post_type = ‘product_variation’ AND wp_postmeta.meta_value IS NOT NULL
Hello hknd14
Thank you for purchasing the plugin.
It seems there is compatibility issue with your data in plugin’s code. I can check it if you send me credentials to your site in accordance with support preparations instruction. Send me please them and write here comment that you did it.
sent
Hello hknd14
Thank you for your credentials. I checked your site and realized that it was small bug, that occured in specific settings combination. I fixed it directly on your site and added this fix to the next plugin update.
Please use copy of the plugin for your site and update it to the latest version, when the new release will be available.
About 300 filters. You can create single Filter Set with unlimited filters, but I almost sure you will have to configure your server to allow such many variables in a POST request. It depends from the value of the PHP variable called ‘max_input_vars’ and maybe other PHP values.
Optionally you can also create differenr Filter Sets and use them simulateneously on the same page. I recommend you to look on this article about multiple Filter Sets – https://filtereverything.pro/resources/filter-set/#multiple-sets
Thank you for the quick fix!! I have copied the changed code to production and will update when available.
I don’t think I will add that many filters to a single filter set.
Regarding multiple filter sets:
I have added 1 default filterset e.g. brand + price, priority 0 or 200 (tried both since ‘higher’ is relative
), set where to show to common pages for post type.
1 filterset for set to show for specific category.
2 widgets added - tried adding default widget via shortcode and id
2 widgets are only shown when they have the same ‘where to show filter’ Contents of the default widget are otherwise not shown. I can see the widget displaying due to the widget title, but there are no contents.
Could you let me know if the above should work? Otherwise I will just create individual filters for every category. Hassle but it’s work.
Thanks again for quickly finding the cause.
Hello hknd14
Sorry for the late response.
I know that it is not obvious, but specific Filter Set always has higher priority than common. And if page has one or more specific Filter Sets, only them will be shown. If page has one or more common Filter Sets only – they all will be shown. But if page has common and specific FIlter Sets simultaneously only specific will be shown.
Of course every Filter Set should has own Filters widget.
I have implemented the Mobile version that’s working perfectly . i love that design thanks. but sometimes it’s goes away and not showing in the mobile. why is that ?
Hello marlenejguevara
As I see you have JavaScript errors in your custom.js file. It seems they are reason, why it does not work properly https://prnt.sc/zQArjhS7r_cX
In general I have doubts that Pop-up filters widget will be good for you if you use too many Filter Sets on your page. Every Filter Set has its own Pop-up filters widget and you can not place all them in one Pop-up.
Hi there,
This is a great plugin but prior to purchasing the Pro version I was able to multiple select on filters in one filter. I am now not able to do this with Pro. I want my customers to be able to select a number of different sub-categories if they wish and unsure how to do this now.
Also a further problem that I would like some help with is I do not wish for one filter to appear on one of my categories. I have tried creating a separate filter set for this category but only the sub-cats appear on the ‘filter where’ drop down!
https://www.sugarboxx.co.uk/shop/essentials/ The link above is where I do not want to show ‘length’ as a filter at all. https://www.sugarboxx.co.uk/shop/sex-toys/ This link shows categories which is great but I wish to my customers to be able to multiple select a variety of sub cats within this main category page.Look forward to your help on this.
Many thanks
Hi lauretta1
Thank you for purchasing the plugin and for your warm words about it.
1. As I see you selected radio buttons as view for the Category filter, but radio buttons expects that you can select only single value. Change it please to Checkboxes or Labels and you will be able to select multiple values. FYI – for Checkboxes view and Category filter you also can activate Hierarchy option to show the parent-child structure.
2. To hide the Length filter you can optionally activate checkbox “Hide empty Filters” and it will be hidden automatically, if there are no terms related to the page.
But in general you have to see all categories in the “Where to filter?” dropdown. Try please to check it carefully.
Hello!
I try to set up Meta title and description rewriting but it is not working.
I have custom post type “Deals” and custom Taxonomy “Groupe” I set up SEO rewrite for Deals like this:
.../groupe/{any}/b-{any} Page archive for: Any Groupe SEO Title: Deals for {b}
with b- for post tag. It keeps displaying the groupe archive page meta title for any tag I select in the filter. URL rewriting is working well though.
Thx in advance for your help!
Hello pixwebmedias
Thank you for purchasing the plugin.
Send me please credentials to your site in accordance with the support preparations instruction. I will check it and let you know what could be the reason of the problem.
Optionally you can carefully read about SEO Rules and SEO Rules troubleshooting in appropriate articles – https://filtereverything.pro/resources/seo-rules/ and https://filtereverything.pro/resources/seo-rules-troubleshooting/ and try to check if your SEO Rule config is correct.
Hello ! Thx for your response. I just sent you admin credentials for site. Thx!
Hello pixwebmedias
Thank you for your credentials. I checked your site and realized that there were two problems in configuration:
1) To use your filter on the Magasins pages you have to create separate Filter set pointed directly to such pages ( I already changed current Filter set )
2) SEO Rules does not work if you close your site from indexing by Search Engines. I removed checkbox “Discourage search engines from indexing this site” from site settings and rule became to work. I will send you link with example via email.
Hello, thanks for your response. The thing is I would like the meta titles to work on this page: https://wordpress-398428-1268884.cloudwaysapps.com/deals/ It is the main archive page for custom post type Deal. It’s been hours I try to make it work without any succes. Thanks in advance for your help.
Hello pixwebmedias
I would like to help you to configure SEO Rule for desired page, but in accordance to support rules I can only check if entire SEO Rule functionality works properly. I already checked this and it works.
Using the plugin provides that user have to configure all features by himself. Regarding to SEO Rules I recommend you to read this article about how to Rules work https://filtereverything.pro/resources/seo-rules/ Also you can create SEO Rule based on example I already configured for you. I hope this will help you to configure SEO Rule for desired page.
HI. In localhost I can able to see the filter in Mobile View. But when I live the website the filter not visible on the mobile view. please help me on that.
this is site url please have a look on mobile version https://demo-india.emeritus.org/?s=&post_type=program
Hi logakarthikeyan
I checked your site on mobile and I see Filters widget works on mobile. Maybe you wanted to use Speical Pop-up filters widget. In this case you have to enable appropriate checkbox in the plugin Settings.
thanks
Hi i have issues in the filter. If you have a look on our https://demo-india.emeritus.org/?s=&post_type=program – search landing page, Its fetching all the data. But in the Filter category of LEVEL, ADAVNCED, DURATION. the filter is fetching the data and i can able to see the count there . But when i clicking the Name. Right side course card not visible. it showing bank page.
And can we able to monitor? which are the keywords has most search by customer
We facing the problem in Pagination. After 8 its not fetching the data. Its going to the 404 pages. can you please help me on it.https://demo-india.emeritus.org/?s=&post_type=program
Hi i fixed the 1 and 3 chat so ignore that. Please look into 2nd chat. And also if you click on the filters options it making a big URL. How to make the URL very simple and small. please help me on it. https://demo-india.emeritus.org/?s=&post_type=program
Helllo logakarthikeyan
I’m glad that your two issues were solved. About keywords most searched by customer – unfortunately there are no such system to monitor this in the plugin. But I think it can be achieved with services like Google Analytics.
About URL length – I think you can shorter them if you will use short URL prefixes and short category slugs.
Hello, I have a pro license for your plugin but I am currently using the free version in one of my sites and I have an issue with it. I use the crocoblock suite to show my woocommerce products and I use your filter to filter theme with hierarchical checkboxes. The isue is the following : I have 83 items in my parent category and 4 pages but juste the first one is populated when I go to the other pages it’says “no item”. with the children categories it works well. could you please help us ? ( I can give you an access to the dev website if needed by email) Thanks in advance !
Hello prezenz
Send me please link to the example of the problem. Optionally you can send it via PM.
thanks I just send you an email
prezenz
Thank you for the link you provided. Did you try to use non-AJAX but regular link pagination from Crocoblock? Was it working for you?
It breaks everything else so no we can’t use the regular link pagination
if you need to get in the admin side i can create you an access and send it by mail
Hello prezenz
Ok, thank you for your suggestion. It will be useful. Please, make support preparations in accordance with this document and let me know about it here in comment below.
I send to you the credentials by pm.
Hello prezenz
Thank you for your credentials. But it seems my user has no admin permissions. Change it please to administrator role and let me know here in comments.
my bad you have now the admin rights.
Ok, thank you for that.
I checked your site and realized that the pagination does not work although I deactivated the plugin. It seems first of all you have to configure your pagination to make it to work without Filter Everyrhing and then activate the plugin. I’ve sent link example to your email.
Thanks for your mail but as I told you in a previous message we will use the ajax pagination from crocoblock as we don’t set up the page to work with page reload. Any ideas why it’s not compatible with your plugin ? ( the issue is just with parent catégories)
In general if any 3rd party plugin use original WordPress functions to buid pagination it will be compatible with Filter Everything. But I have doubts that you configured Crocoblock pagination correctly if it does not work properly even AJAX is disabled.
In this case I can not help you with this. You have to make Crocoblock pagination works correctly first and only after that if pagination with FE will not work, I can check if there is any problems from my plugin.
Yes could you please check, thanks in advance
Ok, I checked this. And it seems now it works properly. I mean Crocoblok AJAX pagination is compatible and works correctly with Filter Everyting filtered results.
Hello,
how can I search for users? I have added the users acf for example street, city, country. How can I search by street?
Best regards Tino
Hello Teenow
Thank you for purchasing the plugin.
I’m not sure I understood you question. If you want to filter WordPress users it is impossible with Filter Everything as it filters posts of any post types only.
But if you want to filter posts/products by user who created them, you can create filter by Author.
Hello Stepasyuk,
thank you for the fast reply.
Yes, I need to filter and search of WordPress users.
Maybe a feature for next releases 
Thank You
Hello Have question before buying I want to create variation color filter. My qestion: In the archine page with the filter. If i choose red filter, for example will i recive the product with the right variation image? Like in the demo? All the products show the red variation image Ill use “hello” or astra theme with woocomerce regular product loop
Hello bekosh10
Thank you for your interest in Filter Everything PRO.
Yes, you can filter products by variation attributes. It means that if you select the Red value for the Color filter you will see only products that have this attribute or have variation with this attribute.
But product image will be the default product image independently from the color selected.
I have plans to implement such relation between color filter and variation image but this logic has one issue – if product has two or more variations and two or more colors will be selected, what exactly color should be displayed?
Thanx for the fast answer. But in your demo i see that it does show the right variation image. Only red image when i pick red..etc. The answer about the issue i think mybe to allow only one choise at one time. As radio. Wish it give that solution Look great plugin
bekosh10
Thank you for you advice and for your warm words about the plugin.
I can filter stock quantity for variations? if have in stock show filter checkbox yes and no
Hi mexp
Yes, sure. You can create filter like in this demo - https://demo.filtereverything.pro/example/by-quantity/ and to filter by variations, enable please “Use for variations” checkbox for the filter.thank you, i can setting minimum? example show only product minimum 1=<
mexp
I see two ways to achieve this:
1) To place in your navigation block (in top menu or in sidebar) link with URL that contains this min value. For example – https://demo.filtereverything.pro/example/by-quantity/?min_quantity=1 This will open the page with products that have minimum 1 quantity
2) To modify your Product query that should selects only products that have quantity more than 1
Hi I get „Error! No ‘FilterEverythingFilterFiltersWidget’ widget registered in this installation“ when I try to display my filters.
https://myislandbrac.com/beaches/I’m using Oxygen builder and MetaBox PRO.
I have created custom post type Beach. There is no default archive page. I created the page Beaches and there I have the list of all my beaches.
I used filter like this: Post Type to filter: Beaches Where to filter? Pages > Beaches And what to filter? Beach query (it is the only available option) Not sure what am I doing wrong?
I did a little more research. Do I need to use another plugin like WooSidebars to create my widgets? Like in this video: https://www.youtube.com/watch?v=o08TrfKPvAQ
Hi denissinovcic
I’m not sure what is the reason of such problem. But maybe Oxygen builder requires some additional settings or plugins that provide widgets support.
As I see from your settings you did everything right from filter side settings, but the problem is in Filter Everything widget that does not appear.
I found similar problem with Oxygen builder and it seems you have to change something in Oxygen – https://faqoxy.com/anyone-seen-this-message-from-wordpress-error-no-widget-registered-in-this-i
UPD: it seems we found the same solution of the problem. I hope this was helpful for you.
Hi Stepasyuk, great! I managed to make a functional filter for my events: https://myislandbrac.com/events/
But there is lot of work and twinks that needed to be done to get it to work. Maybe you need to check the whole compatibility with Oxygen Builder.
Regarding my filter. I didn’t manage to remove this dot above my Locations. Can you maybe help me with that?
Also, the chips are not acting as they should. Take a look at this: https://myislandbrac.com/events/_location-donji-humac-or-dracevica-or-gornji-humac-or-lozisca-or-milna-or-mirca-or-pucisca-or-sumartin-or-supetar/_season-autumn-or-summer/_travel_type-eco-friendly-or-luxury-travel-or-traveling-with-friends/
They just pille up horizontally!
Some really weird bugs are going on now. When I update any post, custom post type, page or template some filters stop displaying and i get the message There are no terms yet.
Than I have to go to Filter Sets and re-save any Filter set. It doesn’t even have to be the one that is not displaying and than all filters display normal again.
Hi denissinovcic
All design problems are specific to your site and CSS styles, in general they are not supported issues and you have to solve them by yourself. But as it requires less than 5-10 minutes to fix it, I recommend you to add next CSS in Filters -> Settings -> Experimental -> Custom CSS
li.widget_wpc_filters_widget,
li.wpc-filters-widget-main-wrapper{
list-style: none;
}
li.widget_wpc_chips_widget{
.max-width: 100%;
}
This will solve the problem.
About re-saving Filter Set and strange behavior. I’m not sure how you built your WP_Query with for events and it seems the reason is somewhere in it. I can look on this more deeply and let you know if you provide me credentials to your site in accordance with this document. Make please these preperations and let me know here in this comment thread that you did it.
Thanks Stepasyuk!
The dots are gone now but max-width CSS didn’t help.
I added max-width 100% on that element in the builder also. It didn’t help.
Regarding the strange behavior as I learned so far Beaches are working fine all the time just Attractions and Events have this problem of disappearing filters. What is even stranger, sometimes they are visible on desktop but not on mobile.
I sent you login information via PM
denissinovcic
Thank you for your credentials. I checked your site and realized that now all works fine. Maybe you changed your settings from my last checking.
About CSS – there is small error – one extra dot, that disabled CSS for max-width. Replace it please with this correct CSS:
li.widget_wpc_filters_widget,
li.wpc-filters-widget-main-wrapper{
list-style: none;
}
li.widget_wpc_chips_widget{
max-width: 100%;
}
Hey thanks the CSS is working now but filters are stil disappearing and reappearing every time I update something.
Take a look again. There are no filters on beaches and attractions. I just added your CSS and removed chips from the tempalate and they disappeared.
I think it is some cache compatibility issue with Metabox. For some reason when Filter Everythig calculates how many posts have values in post meta fields you added to filters, these fields are empty and do not contain values.
This may happens after you update any post, page or FIlter Set. I recommend you to reset Filters cache by opening the next URL – https://myislandbrac.com/beaches/?reset_filters_cache=true
I added this task to my schedule and I will check this compatibility issue with Metabox and let you know here in comments. But I”m not sure how soon it will happen.
Ok thanks for the help. So, till then there is no fix for my problem so it is better for me to remove filters from the web?
denissinovcic
I’m not sure what would be best for you. With this reset cache link you can use filters and filtering will work properly. You have only to check after any updates of posts on your site if terms are not empty and reset the cache if they are empty.
But the link is not helping. Click on this link and try to reset cache for events: https://myislandbrac.com/events/?reset_filters_cache=true
Then click on the Events in the main menu you will see empty filters again.
denissinovcic
I checked this again and again I see that all works fine. Maybe you have cache issue on your site or your server?
Hey, sorry but I am not so tehnical. I tried to view with incognito and with cleared cache. Both on my mobile and desktop and I don’t see all filters. On Beaches I see only Beach Type filter and on Events I see Season filter I don’t see Locations and Good for filters.
If I click on any beach type filter than I see Locations and Good for filters.
I don’t understand how can this be my site or my server cache issue?
denissinovcic
Sorry, I checked this again and it seems I found the reason. It’s not typical situatoin, but you use the same meta key for several post types. And this moment generates conflict with inner plugin cache system. I fixed this and now it works fine.
Please, check this.
Nope, it is all still the same! On Attractions Locations and Good for is working fine but on Beaches and Events it does not.
denissinovcic
Hmm, I checked this right now and it works ) Maybe try please to record screen video to show and explain what exactly does not work.
I’m now in incognito viewing Beaches. Location filter says: There are no terms yet. Beach Type filter is showing fine, there is all 4 types: Pebble Beaches, Rocky Beaches, Sand Beaches and Urban Beaches. Good for filter says: There are no terms yet.
If I click on any Beach Type filter the Location and Good for filters show up and I can see all filters fine. Even if I click that same Beach Type filter again to turn filtering off I can see Location and Good for filter.
But if I refresh the page, or click the Beaches link in main menu, Location and Good for filters disapear again and I’m getting “There are no terms yet” message.
I can’t record it right now but I will try to send the recording later today.
denissinovcic
I checked all in the logged in mode. It seems in incognito mode you see the old cached version of pages on your site.
And what about when I clear all my cache and I see the same problem?
Cache may work on your site and on your server simultaneously. You may clear site’s cache, but not server’s cache.
To be sure you see non-cached page there is a trick – just add ?x=a to the page URL and you always see fresh, non-cached page (works on any site) This “URL tail” can be any – ?x=1 or ?abc
To make sure that you see non-cached pages.
Ok, thank you Stepasyuk! It seems its working all fine now. Sorry for the trouble but I hope this will help to make plugin even better.
denissinovcic
No worries, all right. I’m glad that now it works for you. I also fixed this bug for the next plugin update.
Hi!
I have your plugin Filter Everything Pro but I have so many problems with it when using other plugins. It is not compatible with any translating plugin and I have really trouble keeping them working. Could you please check what is wrong? I have Falang plugin for translation and some filters work, some not and even though everything was translated – filters don’t translate. And also had problems with other plugin Visibilty of Categories, but found other solution. But for translation I really need this to work.
Please let me know what can we do.
Regards
Hi navezadoo
Thank you for purchasing the plugin.
Send me please link to the exapmle of the problem and probably some explanations what is wrong. You may provide it with screenshots. Optionally you can send all this via PM if you do not want to make your site link public.
Please reply to my email that I send you yesterday, so I can send you printscreens, as I can’t send them through PM. And as I told the problem is that when translating – this filter doesn’t translate and stops working. When I filter, it shows there is no products found, even though I have product for this exact filter. And on my default (the one that is not translated) language page it works normally.
Hi navezadoo
I’m not sure what exactly translation plugin you mean. Please, let me know about it
The Filter Everything currently was tested and is 100% compatible with WPML and Polynang plugins and this information is provided in the plugin description here on CodeCanyon. Also it should be compatible or partly compatible with other translation plugins but was not tested with them yet.
Hi!! Can you please answer me via email! I can’t explain and send you printscreens through PM on envato market. I am still waiting for your reply from PM I sent you through envato days ago.
Now I am waiting for 3 days already and as I purchased the pro version I would really appreaciate the correct support from you through email. Thanks.
Hi navezadoo
I’m sorry that your expectations were not satisfied, but there are no support by email or other channel except this comments section for the plugin.
In my comment above I asked you about the translation plugin that did not allow you to translate filters, but you still did not answer me about that.
I can check the problem on your site (although I’m not obliged to do this due to support policy rules) if you send me credentials to your /wp-admin in accordance with this support preparations instruction. And if you provide me with details about the problem (screenshots, descriptions etc)
Please, let me know about all details that will allow me to help you.
Hello, I have installed your plugin in a fresh installation of wordpress and the popup function on mobile does not work, I have already tried everything deactivating the plugin, settings and other things and there is no way to make it work, can you help me
Hello gijon
Thank you for purchasing the plugin.
I reccomend you to check this article and read about “Pop-up Filter widget” – https://filtereverything.pro/resources/mobile-devices/
Try please to enable this option and insert Filters Open button with shortcode, if you don’t see this button on mobile devices by default.
If this will not work for you, let me know what exactly does not work for you.
Is it possible to add colour swatches/thumbnail for the colour filter?
Thanks in advance.
Also, is it possible to have a range filter on an attribute. I need to filter a number (price per M2) that isn’t the price.
Hello smashdigital22
Thank you for purchasing the plugin.
1. It is possible but requires extra coding to achive that. If you are PHP developer or you can ask a developer to help you, you can use Filter Term HTML Hooks – https://filtereverything.pro/resources/hooks/#term-html-hooks to achieve that.
Also you can use Template overriding feature to achieve that.
2. For the moment unfortunately no, but this feature will be added in the future updates. I’m not sure it will happen soon, but I will let you know here in this comments thread when it will be ready.
I found a way of doing 2. I have added a variable with a number value and asked the filter to filter this in a range.
Ok, super. I’m glad that you found the solution.
Hi, thanks for the great plugin.
Unfortunately the hierarchy option for the Labels list doesn’t work.
It would be great if the subcategories were displayed slightly indented underneath without folding.
All the best!
Hi mw_voltarii
Thank you for your warm words about the plugin.
The hierarchy option works for the Checkbox view only. It was designed in such way.
Thank you for your advice. I planned to make children terms opened by default in future plugin updates and I will implement this. Not sure if it will happen soon. But I will notify you here in this comments thread about that.
Hi mw_voltarii
I’m glad to inform you that in the latest plugin version 1.7.1 you can make hierarchical filters opened by default. As it is not very popular feature, I did it via hook, but maybe I will add this as separate option in the plugin UI later. Please, see how to make a Hierarchical filter opened by default here – https://gist.github.com/wpserve/aaa55f33224196671883116d6f694e32
Hi Stepasyuk, great thank you!
Cool 
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
Is it possible to set collapsible filter items to opened by default using a custom class or code snippet? Thanks
Antiigen for the moment unfortunately it is not possible. I planned to add such option in future updates, but this will not happen soon as there are some more urgent features should be implemented for the plugin.
Hi Antiigen
I’m glad to inform you that in the latest plugin version 1.7.1 you can make filters opened by default. As it is not very popular feature, I did it via hook, but maybe I will add this as separate option in the plugin UI later. Please, see how to make a Foldable filter opened by default here – https://gist.github.com/wpserve/aaa55f33224196671883116d6f694e32
Hello, I’m trying to implement Ajax Search query but it’s not working as it mentioned in the documentation i tried the unique container class and id as well but not working I’m using the listeo theme can you please help me to get this done soon.
Hello marlenejguevara
Thank you for purchasing the plugin.
I can give you advice what exactly value you should specify in the “CSS ID or Class of Posts Container” field to make AJAX working. But you have to provide me with the link to the page, where you have you filtered posts.
Optionally you can send me it via PM or here in comments.
i shared the link privately can you share which CSS ID i have to use? Share it here Please and let me know how to identify . bcz if i need to do it for any other pages. bcz i’m going to implement for few pages
marlenejguevara
Thank your for the link you provied. I checked this and realized that to make AJAX working you have to specify #listeo-listings-container as value for the field “CSS ID or Class of Posts Container” in your Filter Set.
Excellent man god bless you.. btw space between filters are bit long how can change to professional size like in your demo site
marlenejguevara
It seems you did it wrong when you created too many Filter Sets and widgets on your page. You can create single Filter Set with all your filters and space between them is small.
yeah i created separate separate widgets bcz i’m filtering from single category . in the plugin there is no option to select same category for different filter
any solution our problem ?
Hello marlenejguevara
I’m still recommend you to use single Filter Set for your goal, but optionally you can add next CSS to reduce spaces between Filter widgets:
.wpc-filters-widget-main-wrapper .wpc-posts-found{
display: none;
}
#wpc_filters_widget-11 .wpc-filters-widget-main-wrapper .wpc-posts-found{
display: block;
}
You can put it in Filters -> Settings -> Experimental -> Custom CSS
thanks for the support. i could use the single filter but for my scenario plugin is not capable of that. may be i’m wrong. are we able to use same category filter in single filter ? i’m using same category and exclude the unwanted
marlenejguevara
Indeed you can use the same filtering criteria only one time in single Filter Set. But why you splitted all you categories between different Filter Sets if you could use all them in a single Filter Set?
But our scenario is different we are using Single Category and filtering from that. you can see in our page every single filter fields are single category so i can’t do it in one filter
Okay, it is obvious that you know better what do you need.
Hello, I am using your filter plugin on https://susapparel.wtf The plugin works great on my home page which is my main shop page.
However Id like to set up sub category pages. Where for example I have footwear, I want to show the filters there. In the widget the the filters show the proper information however they do not filter the products from the WC grid
Hello justchris86
It means that on your Shop page and on your Product category pages you have different WP_Queries. And this requires different Filter Sets for the Shop page and for Product category pages.
Dear Stepasyuk,
I did a wonderful job with your plugin (with more than a 100 icons instead of classic checkboxes). Successfully switched to Ajax, but noticed that custom shortcodes are not ‘refreshing’ after the AJAX call.
In example, I am echoing .count((flrt_selected_filter_chips($include_reset = false))) on the front and I am wondering if there is any decent way to hook those to your plugin?
(please delete the previous comment, I posted it from my associates account)
Hello gunterqb
Thank you for purchasing the plugin.
It seems you added your shortcode outside from the container that is specified for “CSS ID or Class of Posts Container” value. You should optionally replace content that your shortcode displays inside this container or change the container to wrap the shortcode content.
FYI – all content inside the container specified in “CSS ID or Class of Posts Container” is replacing via AJAX call.
Well yes, but actually no 
I did tried with that .class option, but the thing is that the Elementor’s Archive post widget (the one that is being filtered) is in different Section from the shortcodes that returns the chips count and matches count (due to the design req’s).
Assigning the same class to different Elementor sections (columns/elements) for that purpose unfortunately does not works, nor does assigning separate classes to those sections and listing them in the “CSS ID or Class of Posts Container” option.
Placing the shortcodes and the posts within one/same class container works great with the AJAX calls but I cannot change the design :-]
Hmm gunterqb.
Ok, I understood you. In this case I see two possible ways:
1) You can specify common wrapper for “CSS ID or Class of Posts Container” option that contains both – you posts and shortcode content. In this case all content inside will be replaced after AJAX call.
2) You can write your own JavaScript code that replaces desired content outside from the “CSS ID or Class of Posts Container” and attach this event to the jQuery(document).trigger("ready"); event.
Here is some more info about that – https://filtereverything.pro/resources/ajax-related-problems/
What I am trying to do is create an Elementor Products Archive template from the Theme Builder. And I would like to use Filter Everything filters in this template. As per you Elementor demo and your You Tube promotion by WPTUTS. I am not using the sidebar as per Appearance – Customise I cannot work out what I am doing wrong Regards, Andrew
burnagebete
You can send me credentials to your /wp-admin and send me link to the page, where you need to configure filters. I will check it myself and it will be faster to solve the problem.
Make please support preparations and write me comment under current one that you did it.
Support Preparations have been completed, thank you for your help with this, it is much appreciated
burnagebete
Thank you for your credentials. I’m not sure what is your goal, because you have several Product modules on your Shop page. But I added Filter Everything widget to the top of Shop page and it filters products from the first Product module.
Use it please as example and designe your Shop page structure as you need.
Thank you Stepasyuk, I am quite ill at the moment and this is my first ecommerce site. I have been experimenting with the best elementor widget to use for the shop page. Where I am now struggling, is to replicate what you have done to create the filter everything filter on the page and link it to the archive product widget. The Filter Everything widgets are still not available in Elementor. I have tried to copy across the Filter Everything from one Elementor page to another but I then do not know how to link to the Archive Products widget. Also, no doubt I will want to create new Filter Sets and apply them to my pages. I still do not know how to do this. I really appreciate your help. Best regards, Andrew
Ok, burnagebete
The Filters widget you can find in Wordpress section of the Elementor sidebar – https://prnt.sc/5RiYl7Vz85G9
To relate Filter Set with desired Archive products block you have to experiment with different WP_Queries in the “And what to filter?” field of the Filter Set. Please, see example – https://prnt.sc/yr_EOluhB1zn
Hi! First of all thank you very much for the perfect and functional plugin! We use PRO version and and faced such an issue. There is a sale page in the e-shop. We need to make a different sorting of product categories on this particular page. I mean that all archive pages have an alphabetical sorting, but on the sale page we need to display them as in the menu. Will the sorting by ID of terms work or how to activate the manual sorting (it’s inactive now)? And how to display this another filter on the sale page?
Hello Raposa28
Thank you for using the plugin. But support is available only for account that purchased the plugin. Please write your support request from such account or purchase the plugin from current.