Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,181 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9137 comments found.

Hi Stepasyuk, I have seen a few posts about the plugin in the Locked status and followed the steps. I have two domains I run the plugin from, staging and production. I recently activated the key on staging and then deactivated it, but now can’t activate on either one. Please help?

Apologies, after waiting half an hour and trying the code again it worked. Obviously I was trying to activate to quickly after deactivating the previous one. Thank you. Great plugin btw!

Hi Web2Guy

Thank you for your warm words about the plugin. I’m glad that your problem is already solved :-)

Let me know if you will have any questions.

Hi, How do I configure the ‘range’ option, in rtl website?

Hi moshef3

Please, add in the Filters -> Settings -> Experimental -> Custom CSS next code:
.rtl .wpc-filters-range-wrapper{
    flex-direction: row-reverse;
}

This will fix positions for Range filter inputs. I already added this code to the next plugin update.

Hello. I inherited a website utilizing WPML. However Im not very familiar with how to use it. That being said, we wanted to implement some filtering for one of our custom post types. I created a page template with a wp_query that outputs all the products. Then I implemented your filtering widget via echo do_shortcode directly in my page template as well. This outputs a nice looking grid of products, and the filtering works just fine in the native language (english). So I added a french translation to the page. Now the language dropdown selector shows french. If I change to the french language the post tiles are translated correctly. However the filters in the sidebar stop displaying with the following debug message:

No one Filter Set is related with this page. You can configure it in the Filter Set -> “Where to filter?” field.

I did look over the page here: https://filtereverything.pro/resources/with-wpml-polylang/ But that was the only info I can find about WPML setup on the website.

And I did enable the recommended radio button from the above article. Sorry for being dense I just don’t know what part of the puzzle I’m missing here.

Ok I did figure out a little more here… I didnt realize you had to create a new filter set for each language. So I did that and I figured out the conditional logic you can use in the theme files to display different filter sets for different languages. So far so good. What I now am stuck on is figuring out how you translate the slugs for the taxonomy filters? In WPML all the terms have translations, however the filter URLs look like the taxonomy name (in english) added to the selected term(s) (also in english but with -fr appended to the end). Like: /product-type-adhesive-sealants-fr/industries-telecommunications/adhesive-sealant-uses-structural-entrance-seal-fr/

Hello pierrebalian

Thank you for using Filter Everything PRO.

You did all the things by yourself and if you want to have another terms slugs for your French translations, you can edit these French terms in /wp-admin. In general filter prefixes and URL parts like -or-, -and- are not translatable in Filter Everything PRO.

Hello,

I have a unique problem. The Filter Everything Pro Plugin on my Blog page doesn’t get the data from the main category (Cat ID 1). So on the sidebar, the category filters for Cat ID 1 don’t appear, the main category of WordPress. Why does this happen? Not only that, but sub categories don’t show as well. But Cad ID 2 and others show.

Please help.

Hello, we have never heard back from you.

Hello, it has been give days. We have still not heard back from you.

Hello mgcl1

I’m sorry, it’s my mistake. I got confused and thought your question was no longer relevant.

Ok, I will check it in closest 12-14 hours and will respond you (now it is late evening in my place)

I am having trouble dialing the filter in to get correct search results…For example: I have a product that fits both a 1997 Porsche Boxster and a 1999 Porsche 911. I f I search for Make/Model/Year as “Porsche”/ “911”/ “1997” it will display results as though it fits a 1997 911, but the 1997 is for the Boxster. Is there a way around this? Thanks.

Hello songsmash

You have the same situation as the user here in this comments thread – https://codecanyon.net/comments/29143908

Shortly – if you want to relate your car models with year of their production you have to create terms “Porsche 1997, “Porsche 911 1999”, “Porsche 911 2004” etc.

In general it is not the filtering algorithm bug, it is rather data structure issue and you have to organaze them in accordance with your filtering requirements.

Hello, we have the PRO version and all is fine except that we want to only show “instock” products WITHOUT this term in urls. Is it a way to force it once for all ? I saw the wpc_filter_term_url hook, but it add it in the url and we don’t want that.

Best regards

Hi, it seems you need the purchase code to reply, I’m just the webmaster. Here it is : e420c214-eb9f-477e-8275-b003554bba9f

Hello esadev

Thank you for your interest in Filter Everything PRO.

Unfortunatley you have to write your support question only from the account, where the plugin was purchased.

Hello there! Does your plugin have a search function to search through the filters? For example, if I have 60 options in the filter and instead of looking through all of them I want to have a search input at the beginning of that filter so that I may search and find fastly for the option that I am looking for. Is that possible or available? Thank you!

Hello kiklab

Sure, you can enable search field for a filter. Just open “More options” section and activate the option “Search field” for it.

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.

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