Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,188 sales
Recently Updated

Stepasyuk supports this item

Supported

This author's response time can be up to 1 business day.

9150 comments found.

Hi there, the plugin is causing a fatal error after upgrading to PHP 8 “PHP message: PHP Warning: Undefined variable $query in /www/{redacted}/public/wp-content/plugins/filter-everything-pro/src/WpManager.php on line 757PHP message: PHP Warning: Undefined variable $matches in /www/{redacted}/public/wp-content/plugins/filter-everything-pro/src/WpManager.php on line 760” while reading response header from upstream, client: 86.41.93.0, server: {redacted}, request:...”

Can you help?

Hi shanesull

Thank you for using the plugin.

Please, update it to the latest version 1.7.5 available here on CodeCanyon in the Downloads section. It is tested and compatible with PHP 8.0

Hi, unfortunately your plugin doesnt seem to work on my page. I configured everything the right way, see screenshot 1 – but on my shop page i get no results. See screenshot 2 I used the [fe_widget] shortcode to implement the filter.

https://www.martinwieland.at/screenshot1.png https://www.martinwieland.at/screenshot2.png

Whats wrong?

best regards

Whats wrong?

best regards

hi stepansyuk, i understand. just to be clear: i want to use this filtereverywhere on only ONE category. and i only want to have it displayed in this ONE category and nowhere else. is this possible? if no, then i would ask you for refunding me the money for the plugin, because then it’s not the correct one for me. thanks in advance and kind regards martin

Hi FotoWieland

Sure. It is possible to use filters on the page of single Category only. Just make several simple steps:
- create Filter Set with desired filter(s)
- direct it to you Category page in the “Where to filter?” field. You have to select “Categories” -> “Your Category name”
- select appropriate WP_Query in the “And what to filter?” field. If there is one query, select it.
- put Filters widget as WordPress widget or as Shortcode [fe_widget] on your Category page. It can be done via archive.php template or category.php or your taxonomy name archive template if it is not posts category.

It is enough. And please, do not try to enable AJAX, until you ensure, that filtering works on this Category page.

Thank you. Best regards.

thank you – everythiing is working fine now. kind regards

https://demo.filtereverything.pro/horizontal-views/ 4 columns post , Is there a setting screen? Setting values for reference?

Hello damon153068

Just enable “Horizontal view” in the Filters widget. Please, see – https://prnt.sc/tdEPx0b2oLI-

If you use shortcode [fe_widget horizontal="yes" columns="3"]

Hi, is there a way to limit the number of posts that show at any one time, with a “load more” button for the user to load, say the next 6 posts (or whatever number), and so on… ? I attempted to use the Load More Anything plugin (https://wordpress.org/plugins/ajax-load-more-anything/) in combination with your filters, but it seems there is an AJAX conflict. So I was wondering if there was a native way to achieve the same within the one plugin.

Many thanks

Hi trevolution

Thank you for your question.

In general it depends more from the “Load more” plugin than from Filter Evetything PRO. If no one 3rd party plugin for “Load more” button does not do what you need, you can try to write your custom code that loads posts through AJAX. The most important points in such solution are jQuery(document).trigger("ready"); which fires every time, when the filter loads posts through AJAX. And PHP hook do_action( 'wpc_filtered_query_end', $wp_query ); that allows you to handle posts per page for filtered WP_Query. Of course all these expects that you are familiar with PHP/JavaScript coding.

Please ask for support, PM to send

Use Shortcodes for lending Change to “Where to filter” Self-resolved

Hello damon153068

Thank you for using Filter Everything PRO. I’m glad that your issue is already solved.

Hello Stepasyuk, is it possible to insert the dropdown naming into the field like here: https://www.zalando.de/schuhe/ best regards

The first question was old stuff. What i mean is -> probaply i can only edit the “Select -” stuff with a translate plugin or ? I only want the name to get displayed.

I just read other comments and i see the support work you have. I have some ideas for maybe lower the support work. There is no search on your site, i used several times google for searching some plugin text. Also create for every Question you get a FAQ and videos and answer every aspect -> in long run you have way more free time. best regards

Hello jooee

1. You can override the dropdown.php temlate with this instruction – https://filtereverything.pro/resources/templates-overriding/ ans insert there your own names. Also you can change default option value in the dropdown in several ways:
- To translate it with the Loco translate plugin or other software if you use not-English language on your site.
- To use hook ‘wpc_dropdown_default_option‘ if you are familiar with PHP development.

2. From the latest version of the plugin (v 1.7.5) you can enable Horizontal view ans specify columns count in the Filters widget or in the shortcode if you use it.

3. If you need list of links to subcategories you can use regular WordPress categories widget for that.

4. Please, see item 1.

5. Yes, thank you jooee for your advice. I though about that and indeed the search field will be very helpful.

Thank you.

Hi, I read the documentation but I couldn’t find anything. I’m using Rank Math’s 404 monitor and WP Rocket for caching. I recently changed a few filters from Logic “OR” to “AND” and I deleted a filter. Now when I’m checking Rank Math’s 404 monitor it shows that WP Rocket/Preload keeps crawling these old sites that were created by Filter Everything with Logic “OR” and also the filter that was deleted and keeps generating 404 logs in Rank Math’s 404 monitor. Although it doesn’t affect human traffic, these deleted filters and the sites the filter has created, are still somewhere in my data bank or on my site. Is there a way to remove these old filters and the paths/sites permanently that were created by Filter Everything, so that WP Rocket doesn’t try to Preload them anymore? I hope I could explain the problem accurately.

Hi domgro2

Thank you for using Filter Everything PRO.

If you changed filter logic all old URLs with the old logic became unavailable on your site and only cache plugins like WP Rocket may continue generate HTTP response with code “200 OK” some time. Usually such pages disappear by themselves after refreshing cache. In general it is not necessary to do anytihng from the Filter Everything PRO side. Just clear your cache and wait some time until these URLs will disappear. If they will not disappear, you have to check this in your Rank Math’s 404 monitor and WP Rocket plugins.

Hi the filters are not working what could be the issue https://wordpress-521369-3116170.cloudwaysapps.com/denovo-transactions/

Hi wyamout

Already answered you under another comment.

Hi. Ive been unable to get this to work. When getting it all set up, selecting a filter doesn’t affect any of the products on the page. Im assuming this is due to me using the bricks theme/ builder. Ive tried various methods such as just using Gutenberg editor and adding the filter widget in bricks. If you aren’t familiar bricks allows you to add sidebars and widgets, but I assume its messing this up. I also tried adding products via bricks and the widget there, but that didn’t work either. Please let me know if you have any thoughts. I have a few years of Wordpress experience, so I dont think its anything im doing.

Hi davidkoenig23

Thank you for using Filter Everything PRO.

It is popular issue and possible reasons are:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.

Hi Stepasyuk, how can the Chip list view in horizontal? i`ve tryed this [fe_chips horizontal=”yes”] but its not working.

Hi dwinger

Chips list is horizontal by default. The only one possible reason could be if it is vertical on your site – your theme or other plugins contains CSS that makes Chips vertical.

Please, send me link to the page with this problem (and probably password if the page is protected) and I will check it. Optionally you can send it via PM, but please do not forget to notify me here in this comments thread about that.

Thank you.

Hi there Stepasyuk, I emailed credentials. Having trouble with function, ajax, chips, etc. Thank you.

Hi Andrii, sorry for he delay, and I appreciate the help. I followed all the directions, and went through everything again today. On this page: https://elearningstoreinc.com/sample-page-2/

The filter did work once, and then stopped. It does an action, but does not filter the posts by category. It doesn’t matter what you filter, all the people still show up.

Also, I wanted to see the chips above the people, but I do not understand how to make that work. I would love the ajax to function.

Thank you!

Hi lukeshenefield

Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.

Thank you.

Hi lukeshenefield

Thank you for your credentials. I checked your site and ralized that you configured it wrong. You selected wrong WP_Query and that’s why filterind did not work. Also you set to use logic AND but selected radiobuttons view, that does not allow to select more than one term simultaneously. To use AND logic you have to use Checkboxes or Labels view. Now it works fine, please check it out – https://elearningstoreinc.com/sample-page-2/categories-bcba-certified-clm-coach/

Like many, I am having issues with putting it on the single page. Can you point me to the documentation please?

Hello Plexamedia

Thank you for using Filter Everythibg PRO.

Please, check this short artice about how to quick start with the plugin – https://filtereverything.pro/resources/quickstart/

My Filter on the homepage was working great. Now I get this error…”No one Filter Set is related with this page. You can configure it in the Filter Set -> “Where to filter?” field. “

Hello songsmash

It seems something changed on your site. Please, check your Filter Set if it is correctly directed to your Homepage. It is setting in the “Where to filter?” field or if you use “Apply button” mode you have to check also the “Alternative location” option. Also possible reason could be that you changed settings for your Homepage in WordPress.

Hey! When purchasing the plugin, is it a permanent purchase or do I have to pay 40 USD monthly or yearly?

Hello yudiluan735

Thank you for your interest in Filter Everything PRO.

It’s one-time payment and you will get plugin with lifetime updates and license that allows you to intall it on two websites – one end-product website and one its development copy.

Hi, I have problems when using select item. The sorting doesn’t follow the category structure I have. I try to sort it, but no option works. I would like top have: Parent Category Child Category It doesn’t work. What Im I doing Wrong? Igor www.woorkprofiles.com

Hi igorl21

Please, clarify what exactly sorting does not work as you expected? I would be thankful for URL to the page, where this issue exists and for details what exactly categories were sorted wrong and what sorting option you selected for them.

Thank you.

Hi just bought your plugin I am habving issue it is not filtering

https://wordpress-521369-3116170.cloudwaysapps.com/denovo-transactions/

Anyway you can have a look?

https://wordpress-521369-3116170.cloudwaysapps.com/wp-admin/ wissam@outsmart.io 2uQEw8rdTd

Thank you.

IT said contact author not post comment lol changed the password.

Hi wyamout

Thank you for purchasing the plugin.

If the issue still relevant for you, please write to me.

Thank you.

hi we bought another plugin this one was not working and we didn’t get a reply.

Hello, i have presale question.

When we tested your filter (free version), it was very slow on our woo store. I don’t thing that this is caused because of some problem with lot of plugins / bad code or theme. Other filter plugins works good …. and we have wp in very good condition.

Is paid version faster? I read that you are using caching, but when i tested it, it looks same when i used same filter more times.

Thanks.

Thanks. I sended PM.

Did you received my email? Thanks.

Hello s1_shieldone

Thank you for purchasing the plugin.

I checked your site and realized that you have not too many products on it, but you have a low Memory limit value on your server – 256 Mb only and it is too low for serving WordPress + WooCommerce + all your plugins and + filters. I recommend you to improve your server tariff plan or to try to find another more powerful hosting.

Here is live example with 6K products + plugins + filters and all works very fast – https://nordic-led.no/produktkategori/belysning/led-downlights/kelvin-2000k-2800k/utsparring-83mm/produktgruppe-downlight/

Hello, since I have the pro version, I have the site admin which is very slow, 6 to 10s for each click. When I deactivate your plugin it comes back to 2s the click. This is very annoying, imagine to add a product, 6s to open the add product page, 12s to add an image (6s to open the gallery, 6s to validate the choice of image) etc… Thank you for your help, in case there is no solution, I will ask for a refund. Theme Oceanwp Cordially

Hello, could you tell me when you are going to come? Currently I am obliged to stop my project for a client, as long as this problem is not solved. Cordially

Hello matsia2006

I’m still checking the issue and it may take some time. Please, ask me here in 2 days, if I will not write you before.

Hello, following our exchanges by email, and as you have proposed, I ask you for a refund.

Hi. I’m using custom fields (ACF plugin) to import choices for filters. It seems like the filter choices are ordered based on which filter choice was last changed. Is there a way to custom order the field choices either through Filter Everything Pro or ACF?

I will attach a link to the page in a PM. Specifically, see the “Age” category. I would like the ages to go from youngest to oldest, but because a new filter was added for “5-12”, it was inserted last in the list.

Purchase code: 9449cc30-6f73-4eba-a877-7c5170353b12

Thank you

Hi seales21

If no one from the sorting options was good for you you can use hook ‘wpc_terms_before_display’ https://filtereverything.pro/resources/hooks/#terms-before-display-hook to sort them via code. Of course this expects that you are familiar with PHP or you have to ask a developer to help you with this.

Hi there,

I’m trying to do the WP Query from my Divi Theme Builder works but didn’t works. I spent time trying but nothing. The page has 3 different wp_queries (screen: https://drive.google.com/file/d/10muGsZZoHBJHsKI8p_2TqoZltyKKC14T/view), and no one works well. There looks like all queries are the same result, not showing all posts in the filters (https://drive.google.com/file/d/1udg3iUIkRZvHtCHKO_w7SXZkJsza9pc7/view?usp=share_link).

Please look here: https://www.cucacheia.com.br/in3408n1sa/categoria/principais/mergulho/

I don’t know why it happening.

Hi erjart

Ok, please, send me credentials to your /wp-admin in accordance with this document I will check it myself.

Thank you.

Hi Stepasyuk, Thanks for the support. I sent the credentials for you in the message box in your account. Best!

Hi erjart

Thank you for the credentials.

I checked your site, changed WP_Query to the Main WP_Query in the Filter Set and ensured that filtering works as expected. Please, check it on this page – https://www.cucacheia.com.br/in3408n1sa/categoria/principais/mergulho/ There are two fitler terms that related with your posts and if you select for example “Inovação” you will see that it works.

Thank you. Regards.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey