Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,657 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8952 comments found.

Dear Victor,

After concluding FilterEverything does not work on default Wordpress archives (only categories), and seeing bugs in the software, we requested a refund, which you rejected. We therefore filed a dispute with Envato, but no matter the outcome we want to remove the FilterEverything plugin from our website.

However, when we try to remove it, no matter in which order FilterEverything first or FilterEverything Pro first, the FilterEverything Pro deleting does not work.

The deletion process keeps running forever, without success.

We have 22 years of experience with web development and 16 years with Wordpress, but we haven’t seen this before. Our website is a clean install with only the ACF plugin installed, so this can not be a conflict between plugins. We also made sure to delete all filters/facets and filter sets, even from the trash, before starting the deletion of the plugin.

We will delete the plugin via the database and files. We just wanted to let you know because you may want to look into this, it may be an issue that needs to be addressed for future releases.

Many thanks, Terry

Hello Terry.

Thank you for your report and for choosing and a civilized way to resolve the dispute. CodeCanyon’s modrator will make final and most fair decision.

Thank you.
Regards.

hello, please I just wanna know if “FILTER EVERYTHING” is compatible avec this template: http://preview.themeforest.net/item/photography-full-screen-photography-portfolio-photo-story-blog-shop-for-creative-professionals/full_screen_preview/11413730? _ga=2.240895424.254789838.1695201803-385665569.1690701548 Thank youu

Hi TidMed,

Based on our experience, we are confident that it should be compatible without using AJAX. However, if AJAX is used and the template has jQuery events attached to certain elements, it may require reattachment of those events after the page is updated with AJAX. You can find more information about this issue at https://filtereverything.pro/resources/ajax-related-problems/

Best Regards,
- Victor

Hello, please when I asked you before about a compatibility with a template that I mentionned before, you told me that I can use a free version of the plugin so I can test it if it is working correctly for my template. But I couldn’t find the free version. how can I use it please ? Thank youu

Hi TidMed

You can find it with the search in WordPress plugins – https://prnt.sc/bLZP_HmAgX-w and install it from there.

Best Regards,
- Victor

Hi, some how when i filter posts on mobile in the popup widget no post appear. Can you help me with this issue?

I have sent you the credentials to the wp-admin dashboard. Looking forward to see the plugin fully functioning.

Thanks,

Best Regards, Gerrit

Hi Gerrit,

We have checked the site and turned off the “Display posts in masonry grid” and “infinite scrolling” and everything is working correctly. Unfortunately, the infinite scrolling the one that you are using is not compatible with our plugin, as well as the “masonry grid” after the AJAX update.

Best Regards,
- Victor

Thank you so much for your help. Works like a charm!

Filtering, but then no items show up… Here is a 2 min video explaining…https://www.loom.com/share/c65f6d747cf44e4c95d7709e508074bb?sid=17eb4d2f-ff89-4411-bd1d-eb0109ca5f83

Hi Mark,

You need to add it to the functions.php file of your active theme.

Best Regards,
- Victor

I have to put custom code in my theme source code for the plugin to work? This is frustrating. I’ll pass.

Hi Mark,

No, the plugin is functioning correctly.

However, it’s important to note that entering the format $456 – %34534 or any other similar format in the ACF field may cause unexpected behavior. This is why ACF provides a “Value : Label” functionality to prevent incorrect data and ensure proper functionality.

To display the labels instead of the values, you can add a code snippet to your functions.php file. Or use any plugin for code snippets.

Alternatively, you can contact the support team of your theme to determine if this is a normal practice.

More about functions.php file you can be read here on the official site – https://developer.wordpress.org/themes/basics/theme-functions/

Best Regards,
- Victor

Hello,

I am using the plugin on a ACF pro numeric field. But when selecting “show on widget” the range filter is grayed out.

Any idea how to fix?

Hi GuidoBlattmann,

Thank you for choosing Filter Everything PRO.

There can be two reasons:

1) The wrong query in the filter set settings in the “And what to filter” chose another one hit update, and check if everything is showing.

2) Or an issue with the ACF field, so for the test create a new ACF numeric field apply it to two of your posts with different values (so you can see the range), and create a new filter by the field meta key.

Best Regards,
- Victor

I’m using the filter with attributes and the “Perfect Brands WooCommerce” branding plugin I have both updated and in the PRO version. I have the page translated with WPML, in the native PT language the filter works perfectly https://prnt.sc/CN_U0L8aCvtg When I change to another language, the “Brands” filter no longer appears. https://prnt.sc/BULWskCff2NA

I can’t understand it! Any explanation?

You should use the WordPress editor while adding new translations, not the WPML editor.

Best Regards,
- Victor

I’m sorry, but I don’t understand! How can I do this and where? Because I use WPML with all the other plugins and I do it the same way. Can you explain a bit more how to do it? Thank you.

Right in the filter set settings here – https://prnt.sc/gGS0-dHU5s7r

Best Regards,
- Victor

Hello,

I am trying to use your plugin on my simple loop, my posts show but there is no affect on them when using your filter. I have an ACF field named “sf” that I want to filter. Where do I add “sf” in my code so your filter will filter it properly? Thanks!

<?php $args = array( ‘post_type’ => ‘listing’, ); $the_query = new WP_Query( $args ); ?> <?php if ( $the_query->have_posts() ) : ?> <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?> <?php if ( get_the_post_thumbnail() ) : /* Show the featured image if there is one */ ?> <?php the_post_thumbnail(); ?> <?php endif; ?>

<?php the_title(); ?>

<?php the_field('sf'); ?>

<?php the_content(); ?> <?php endwhile; ?> <?php wp_reset_postdata(); ?> <?php endif; ?>

Hi StainOnRug,

Unfortunately, we do not debug custom codes and do not provide them, following the support policy here on CodeCanyon.

In general, you should apply a custom field to your post type, and then edit the post to add the needed data to your custom field. Then on the archive page or any other page that uses WP_Query to display your posts, place the filter set with the filter created by the “Custom Field” using the meta key of the field that you created.

Best Regards,
- Victor

Hi Victor, I can’t reply to my previous question about the page layout being disrupted, so I make a new one. You said is was a theme/css problem, and I understand you see it that way, but it happens just after checking a checkbox. Please try on this URL. You’ll see the layout is OK and when you press the “Breedte kop” chechbox (16) the layout gets messed up. It’s still the same page.

https://www.pizzastore.nl/product-categorie/pizzascheppenborstels/ovenborstels/vuurvast_fltr-ja/

Hi consiglio,

This is your style before selecting anything – https://prnt.sc/1k_t2ZFN0OQG

This is when you select something – https://prnt.sc/13HPkDM055q1

As you see all styles are from bricks CSS not from the plugin and why are they changing after selecting also responsible on bricks, also, as can be seen, the sidebar and template were created not correctly. The sidebar should always have a fixed width to prevent such behavior.

Best Regards,
- Victor

Thanks Victor, I will talk to Bricks about this, cause my sidebar has a fixed width (250 px) so I think there is a mismatch between GUI en CSS.

It seems like you already implemented some CSS changes as it is working in a bit different way.

Best Regards,
- Victor

Hi Victor,

My site is in 2 languages, the filter works perfectly in English but in French it is showing products from categories that were not added to the filter. In this url you can see the problem https://starlightcorp.co/fr/machinerie-usagee/ Only used machines should be seen. Products from categories such as Mèches 1 Flûte, Station de serrage, Clés, Outillage, etc. should not be seen

How could I solve it?

Thanks

Can you please send the credentials to the wp-admin dashboard following this document so we can check it?

Best Regards,
- Victor

Hello Victor,

Credentials sent

Thanks

Hi starlightcorp,

We have checked the site and the problem is actually not related to our plugin, as our plugin is not responsible for which products are displayed in some categories, it can only filter presented products not add some more from other categories.

Go here to this product – https://starlightcorp.co/fr/outillage/meches/meches-1-flute/meche-une-flute-au-carbure-fini-miroir-12x35-70x100x12mm-revetement-dlc/ and clie edit it and try to change the category to which it belongs or remove all of the categories and update it if it will work. It gives us errors in the console, more likely it is connected.

Best Regards,
- Victor

Hello just installed in wordpress I am using the Divi theme which is up-to-date My filter page shows but only works when I dont enable ajax. When I enable Ajax the filter sorts but the items disappear. If i inspect the page I see them there but I cant see them on the screen. I made sure to name the ID for the posts #primary I figured I wouldnt need any fancy Ajax code since your plugin says it was tested to work with Divi. Thanks!

Hi StainOnRug,

Yes, it is working with Divi, but if you attached some events on your posts, for example, they all are invisible and appear in 3sec or any other stuff, they won’t work after the page was updated with AJAX as you need to reattach those events using “ready” trigger. More about it you can read here – https://filtereverything.pro/resources/ajax-related-problems/

This has nothing to do with the compatibility, this is simply how AJAX works, any plugin that will update your page with AJAX will have the same results, that’s why you need tup put the applied events functions on the ready trigger. Or contact Divi support (if those are the events by default) and ask in which way you can reattach those events after the page was updated with AJAX, so they won’t disappear.

Best Regards,
- Victor

Hello,

I have an issue while adding my license key. I get the message ‘Unknown error.’ Could you please advise how to resolve it? ( I am sure I entered the correct key, which is not used on other websites).

Moreover, not sure if this is linked to the above issue, but when filter everything plugin is activated, all the WP administration is getting slow. But when I desactivate your plugin, admin works fast. Any idea?

Thanks a lot and regards!

Hi Swylean,

Thank you for choosing Filter Everything PRO.

It seems that your server does not allow connection with our license server. We can activate it on our side, but we need the following things from you:

1. Credentials to your /wp-admin following this document
2. And your license key.

Please, send all these via PM and make sure that the license key is attached to the email as well.

Best Regards,
- Victor

Hello,

I did a refund request as I found another plugin corresponding to my needs.

Many thanks and regards, Romain

Hi Romain,

If you have encountered any problems with the plugin, we can always help to resolve them.

Please note that the support team does not deal with refunds, only the author can approve them. It may take some time up to a week or so.

Best Regards,
- Victor

Hey there! We love your plugin!

Used with elementor on an archive page the search produces an infinite ajax wait spinner. Though one can see the correct results of filtering already, you can not click the results because the search does not come to an end.

Can you help us out?

Hi neovisionaachen,

Can you please end the link to the page with the issue so we can check it?

Best Regards,
- Victor

Hi, just purchased the tool and installed it. After instal, I went to Settings—>License and added the license key. Then I created some filters for the product categories and size.

I’m using Elementor Pro on my site and when opening the Elementor Theme builder and starting to edit my product archive page, I can’t find any of the Filter Everything widgets on the Elementor elements bar. I was trying to put also key word “filter” to the widget search bar but no results. I tried to deactivate most of the other plugins I have on the site but no help.

Hi tenordma,

Thank you for choosing Filter Everything PRO.

You cannot find the filter widget with Elementro search as it is simply restricted by Elementor. But you can scroll to the WORDPRESS element, open it up and scroll until you see “Filter Everything – Filter” and place it on your page. Also please note that while editing you will see only words like “Filter everything” not the full widget when you save the page on the front you will see the filter widget.

Best Regards,
- Victor

WooCommerce Products are not filtering up properly. Product Categories are showing up correctly but when we choose any, it still shows all the products. doesn’t filter out.

https://pmediaweb.com/dev/lamaisonaire/products/

Hi ahmedtaha510,

Thank you for choosing Filter Everything PRO.

Actually, it is not even filtering the products, go to the filter set settings, and in the “And what to filter” Choose another query hit update, and check the workability. Do not forget to refresh the page with filters to see if it is all working.

Best Regards,
- Victor

Hello, can you confirm me that if I don’t settled any SEO parameters, the search results pages will be noindex/nofollow in meta robots ? Thanks for your answer, Claire

Hi Claire83,

Yes, by default all filterable pages are not indexed. Of course, if you do not have any SEO plugin which would make them indexable somehow.

Best Regards,
- Victor

Hi I am trying to ajax to work.

On the html id or class section I put _packs and does not work and I put also bde-post-loop-410-522 bde-post-loop does not work either. What should I write there? A Section from the page source below.

Edit Filter Set <section class=”ee-post”> <section class=”bde-section-417-204-1901 bde-section bde-section-417-204”> Thanks

Hi; Link is : https://golfturkey.com/ I use breakdance and it does not allow me to use . or # but I can use – or _ Thanks

Place this .bde-post-loop-410-522 inside the filter set “HTML id or class…” input field and hit update, then test if it will work. (yes place it with the dot at the beginning in that input field .bde-post-loop-410-522”

Best Regards,
- Victor

Viktor thanks all works now. Have a perfect weekend.

Hello, when I use more filter sets, can they all be displayed on mobile under one collapse button or popup?

Thanks Kamil

Hi Kamil,

No, by default, there is no such option, each filter set is different and uses its own container. It can be made only by custom coding, but it would take a huge amount of time and resources to do so. You can just place all of the filters in one filter set.

Best Regards,
- Victor

I created the filtereverything user to access the site regular url: https://ferrarigroup.it/wp-admin

Hi maxistudio,

Are you sure that you have followed the 4-th step?

4. Send a link to the wp-admin login bar of your site and the generated password that was copied previously via PM – https://codecanyon.net/user/fe_support

Because we didn’t get any credentials from you yet.

Best Regards,
- Victor

We have checked the site and it looks like some plugin conflict or something close to it. But since we do not have access anywhere on the dashboard, even to change the language, you can turn off all of the plugins leaving only FE and Elementor without its additional addon plugins if you are using any with it and WooCommerce. To test if everything is well displayed.

Best Regards,
- Victor

Hello, could anyone help me with the following problem? When I use the following settings: - Popup filter for mobile enabled - Ajax enabled - HTML id set to #content

1. After clicking on the filter icon, a popup window with the filter will appear. 2. I click on an item from the filter and the processing icon appears above the popup window 3. When the filtering is processed, the popup window automatically disappears and the page remains frozen. 4. Only opening the filter again and confirming via show (or closing via the cancel button) will help.

When I don’t use a popup, but a classic display on the page above the products, the filter works well. But I would prefer to use the popup functionality on mobile phone.

Link to the website where the given problem can be simulated https://www.urbanjungle.sk/shop/

Thanks in advance for your help Kamil

And please, how to solve situation when my page got different class name in next subpage?

eg. here https://www.urbanjungle.sk/shop/ it is .elementor-element-5cd9e356

but here https://www.urbanjungle.sk/kategoria-produktu/doplnky/ it is .elementor-element-74a68578

There is maybe 40 different subpages and every got different class name. How to combine them, or what to use instead?

I figured it out, but will leave the info here for future generations. just separate them with a comma (actually I had 5 different IDs, then they were repeated)

Hi dureckamil,

We are glad to hear that the issue is resolved and thank you for sharing the solution with others.

Best Regards,
- Victor

Hello, I’ve 2 questions : 1- I’ve uncheked “Show counters” to not appear “x posts found” in page results, but it’s not working, I still see the sentence above select filters. Can you tell me how to make it disappear please ? 2- I use a button “Validate” at the end of select filters, to easily show how to have results. But there is a waiting time after each filter selection… Is that possible to select all filters quickly and have the waiting time after clicking on “Valdate” ? (I’ve uncheked use AJAX) Thanks for your answer ! CLaire

The exact timeline for its availability is dependent on various factors, including development progress testing and unforeseen circumstances. Rest assured, we will keep you informed about the release schedule as soon as we have a more concrete estimate to provide. But we can say for sure it won’t be earlier than in 3 months for sure, as we are working on another update at the time. Your patience and understanding are greatly valued on this matter.

Best Regards,
- Victor

ok thanks. If I pay for this option, what will be the cost and the delay, please ?

Unfortunately, this is not a matter of money, it’s a matter of a development schedule, we simply do not have spare time to provide any custom functionality even under the additional payment. Adding this option would require a significant amount of work, there is no easy way solution to make it stop, as it would need to require rewriting some of the core functionality.

Best Regards,
- Victor

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