Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,654 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8948 comments found.

Hi, I have just purchased Pro and have a download. How do I ‘download’ it so it now works with my WOrdpress site please?

Please ignore – sorted

Hi sarahw1979,

Thank you for choosing Filter Everything PRO.

We are glad to hear that the issue was resolved.

Best Regards,
- Victor

Hi, I bought the pro version so that the filter could be seen on any page, now it still doesn’t show the filters. I put the ‘Where to filter?’ value to ‘Common Wordpress Pages’. Please help me.

Hi roeslan_2000,

Thank you for choosing Filter Everything PRO.

Can you please explain in more detail how exactly you want to display the filter widget on all pages? There are common WordPress pages like archives etc and there are singular pages too, different post types, etc.

Best Regards,
- Victor

When I filter the price with a slider, the chips says “Max prijs_fltr 97”. How do I change this text? Or can I only change the filter name (prijs_fltr)? Also, how can I change the button text “reset all”?

Hi consiglio,

“When I filter the price with a slider, the chips say “Max prijs_fltr 97”. How do I change this text?”

You can use this code example:

function custom_chips_term_name($term_name, $term, $filter) {

//For example, meta key is my_cutom_nureic_field then you shound place min_my_cutom_nureic_field and max_my_cutom_nureic_field
    if ($term->term_id === 'max__price') { // add max_ to your meta key
        $modified_term_name = 'max my text: ' . preg_replace('/[^0-9.]+/', '', $term_name);
        return $modified_term_name;
    }

    if ($term->term_id === 'min__price') { // add min_ to your meta key
        $modified_term_name = 'min my text: ' . preg_replace('/[^0-9.]+/', '', $term_name);
        return $modified_term_name;
    }

    return $term_name;
}

add_filter('wpc_chips_term_name', 'custom_chips_term_name', 10, 3);

“Also, how can I change the button text “reset all”?”

You can use template overriding for EN language – https://filtereverything.pro/resources/templates-overriding/ chips.php file, for other languages you can use loco translate to translate it how you would like.

Best Regards,
- Victor

Thank you again Victor!

Hello, i wanted to ask i have implement a filter everthing to my site, but now i create my shop category with elementor pro template, and my filter everything is stop working, is there a way i can use the filter everthing in my custom template elementor ?

Hi Sarahmey,

Just got to the filter set settings and in the “And what to filter” choose another query and hit update, then check if it is working and turn off AJAX during testing.

Best Regards,
- Victor

tried to disable the ajax filter, and change the query still the same not working :(

Use the products element from Elementor on that page. And everything should work with it. Not sure what type of shortcodes you are using.

Best Regards,
- Victor

Hello. Let me start that I like your plugin really much! I have some little problems with it though. The first problem is that only 16 results are returned while there are at least 10 more. the seconde problem is AJAX related i think. Sometimes the page hangs on a white page when clicking on a filter. Then i have to reload the page. I need some help please! I use the plugin here: https://backpackers.nl/reisaanbod/

Hi raydegraaf,

Thank you for choosing Filter Everything PRO and for your kind words.

Well, you have very unusual functionality on your site. For example, each time we change the tab in the browser and get back to your site tab it refreshes the page, with multiple errors – https://prnt.sc/MKpLoZCWj0f7

“The first problem is that only 16 results are returned while there are at least 10 more”

This issue is related strictly to the pagination and settings of how many items show on that page, it looks like you haven’t added it to the page. Our plugin is not responsible for pagination, as it is only filtering products.

And for the AJAX issue, it looks like a conflict with the functionality that you have on your page “every time the page refreshes”. Try to turn it all off if everything will work correctly.

Best Regards,
- Victor

Hello. I checked ‘Collapse the widget and show the Filters opening button’ and ‘Enable the Pop-up Filters widget’. And i have nice button on shop archive pages. The problem is that i have that button also on main page where no filters set. Howti hide that button from main page ?

Hi tparashchuk,

When you turn on the pop-up widget you can go to the Experimental tab turn on the option “Hide opening widget buttons” and use the shortcode [fe_open_button] to show the filter button in the needed place.

Best Regards,
- Victor

Hello, I purchased your plugin and I’m having issues visualizing it in a store using the Dokan plugin. I’ve tried all the available locations in “Where to Filter?” (Pages, posts, taxonomies, etc.) However, it seems like Dokan has its own page type called Store, and the filter does not display there. Is there a way to show it?

Hi ricardodelavega1

The answer was provided via email, please check it. Test the new version and let us know if everything is working well.

Best Regards,
- Victor

Hi Victor, The owner of the account associated with Codecanyon tells me that they can’t find any email about this, could you please send me the response to the email I will send you via profile? I’m Erick, the developer in charge of implementing the plugin on our website.

Thanks!

Hi ricardodelavega1

Sure you can send it here – https://codecanyon.net/user/fe_support

Best Regards,
- Victor

Does this plugin only work for woocommerce? or can i filter blog posts or custom post types with it?

Hi hughesandco1,

Thank you for your interest in the Filter Everything plugin.

It can filter Woo products, posts, custom post types, and so on.

Best Regards,
- Victor

Good day, I just bought the filter plugin,, but my license is saying it is invalid. We need it as soon as possible.

Hi yaniv34,

Thank you for choosing Filter Everything PRO.

Please check this page with the license key issue – https://filtereverything.pro/resources/license-key-issues/ it looks like you are using the CodeCanyon purchase code instead of the license key. But if you have an unknown error let us know.

Best Regards,
- Victor

I have bought the pro version. Can you help with setting this up

We have changed the query in the “And what to filter” and everything working fine, also we have added the price range slider as an example. You can check the filter workability here – https://aashirwadcomputers.in/product-category/pc-parts/cpu/ we would recommend removing those styles – https://prnt.sc/g8DBc74vh8Oj so the price fields will be fully visible.

Best Regards,
- Victor

Hello,

I want the filters to be fixed on the sidebar, How to do it. You have admin access to my site.

Hi vineethp692,

Just to make sure, you do realize that you turned on “Apply Button” mode so you first choose the filter terms and then click the apply button – https://prnt.sc/Mfh_9mwK7-_h and everything is filtering. What type of sidebar issue do you have?

If you mean that you click the button filters and see the sidebar from the left with the widgets this is not our plugin responsibility, this is strictly your theme styles and functionality, and how the widgets are displayed on your page. And if you want to make fixed sidebar you need to change your theme templates and styles.

Best Regards,
- Victor

Hello,

Can you tell me if this plugin works well together with divi and the fibosearch?

Thanks,

Bouke Jonker

Hi boukejonker,

Thank you for your interest in the Filter Everything plugin.

Yes, it is working with the Divi and theoretically should work with the fibosearch as well. But please use the Free version of the plugin just to make sure that it will work for your case.

Best Regards,
- Victor

Hi, the filter on my site https://www.labagatory.com/shop/?ordr=date-desc is loading very slow. Is there a way to speed up the filter? Do you need the login details for my website?

Nice, now you do not have any errors in the console and everything is working correctly.

It’s important to consider several factors when it comes to the speed of your website. The key factors that can impact speed are: - The CPU and RAM of your server - The number of posts that need to be filtered - The number of filters and terms being used - The quality and quantity of plugins that are installed - Cache adjustments on the server - Code optimizations and internal caching within the plugins (which have already been taken care of for Filter Everything). - Database optimization.

The main key is the server hardware, database optimization, caching, and OPcache. You can check some sites that use our plugin and they are working fast, like this one for example – https://chaneysjewelry.com/shop/category-fine-jewelry-rings/metalstamp-925-sterling-and-18k/ if the hardware is not good enough and that’s the best it can do with the optimizations, there’s nothing that can be helped here.

Best Regards,
- Victor

Do you have the specs of the server that is hosting the jewellery website? It’s so I can gauge how much ram is needed.

No, unfortunately, we do not have such information on our hands.

Best Regards,
- Victor

Aks before buy. If you have a lot of filters in a category and want to display max 6 and have a more button (show more) it this possible? For example 12 colors. You display 6 standard and can press show more to display all colors.

Hi wphappy,

Thank you for your interest in the Filter Everything plugin.

Yes, there is an option in the filter to show more/less the demo of it you can see it here – https://demo.filtereverything.pro/product-category/clothing/women/ in the Size filter.

Best Regards,
- Victor

Hello, I use this plugin to filter specifics post types. I settled a filter set to display it on a page and to filter specific posts. The filter fields appear correctly in my page, but when I use it, no proposition appears … https://tinyurl.com/ynz2g6qx

I choose : - Post Type to filter : Agences - Where to filter? : Pages / Any pages https://tinyurl.com/yuqdur6n

Can you help me please by telling me what is my mistake ? Thanks !

Hello, ok so can you give me your IP please ?

We provided the possible solution via email. Let us know if it is possible.

Best Regards,
- Victor

Yes, everything is working by the new link.

So we basically have changed in the filter set settings in the “And what to filter” dropdown query to the second one and everything is working.

Best Regards,
- Victor

Hello, I had your plugin activated on a dev site that I deleted without deactivating. Now I can’t add my new dev server because it says I already have 2 sites activated. How can I deactivate from a site that doesn’t exist anymore?

Hi cdinca,

Thank you for choosing Filter Everything PRO.

You can send your license key (not the CodeCanyon purchase code) via PM. So we can deactivate it on the specific site that you need, or we can deactivate it on all sites, and you can activate it on the needed ones.

Best Regards,
- Victor

Have found the plugin very easy to use. However, I have a small styling issue. I am using the “labels” display but it appears there is a checkbox inside the label as well (see image here: https://ibb.co/RHTZJnn) – no extra styling added to plugin. Any assistance as to how to remove this checkbox would be appreciated.

Hi smjx,

Thank you for choosing Filter Everything PRO.

Please send the link to the page with the issues so we can check it.

Best Regards,
- Victor

I’m trying to add a sorting widget to a real estate listing page I’ve created. I’m using custom fields through ACF to create the data for each listing, including the price using a number field in ACF.

The default sorting options are working (title and date) however, when I add an option to sort by price based on the value of the custom field I get a blank page (no results).

I’ve added the option to the sorting widget and entered the ACF field name as “field_6526eeeb10”. I’ve set it to order by meta key numeric.

I have a filter set created for the page and I’ve set up an individual filter for this field (do I even need to do that?). I’m not displaying the filter widget on the page, but the sorting widget.

I’ve tried entering price in the custom field with and without commas and it doesn’t work either way.

What am I missing? Any ideas?

Thank you. I just sent you over wp-admin credentials.

Hi kjackson21,

We have checked the site and created a new custom numeric test field in the ACF plugin. Applied it to the listing, and added the data to one item, please check that everything is working correctly on the provided page there is an option for sorting “FE TEST NEW FIELD” (added in the sorting widget) and it will show only one product as we added data only for this item.

Here are the issues with ACF more likely you have changed the name of it (meta key) or type and so on, it is not changing it in the database, so you have the same old meta key that was previously and it is storing data there instead of using new one. What you can do is either create a new ACF field and never rename it and apply it to your products, copy, etc most likely won’t work here.

Best Regards,
- Victor

This solution worked perfectly. Thanks so much!

Hi, price filtering doesn’t seem to work with variable products with different prices.

For instance, I have a variable product. - The price ranges from $387-$590. - If you set the price filter above $388, then this product does not show up. – Even though technically it should because it has variations that are above $388.

I’m happy to share a link but don’t want to on the public comments page.

Hi sharksharkco,

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

It is either product data or a wrong query and can be a plugin conflict.

Best Regards,
- Victor

Hi,

I have a problem using Ajax and Divi builder. When I disable Ajax, filtering works. With Ajax, it spins and shows a blank results area. When I reload the page, the results are there.

I tried all sorts of ID and classes for the html container – same issue.

I installed the filter on a brand new WP and Divi session. Nothing else is installed. Cannot get the Ajax working.

Here is a link to a test site:

https://demo.webdemo.sk/test/

Please let me know what the problem is or what id/class should I be using.

I added these two – one is the right side column ID (#right-side) and one is for the Divi blog module (#blog-module). None of them worked. I also tried bunch of other ones.

Thanks a lot.

Hi babulik,

Thank you for choosing Filter Everything PRO.

It looks like those items are made with some JS code or anything like that. In general, you can read about such issues following this link – https://filtereverything.pro/resources/ajax-related-problems/ this is not an issue of the plugin itself this is the case of the AJAX and how it is working.

You need to run those functions that are used for items on the page again after AJAX has refreshed the page.

Best Regards,
- Victor

In the left column I have your shortcode. In the right column I inserted the standard Divi blog module. I assumed that this would work as your plugin mentions that fully supports Divi. That is why I bought it. To avoid custom coding.

If you tell me what code to insert and where. I will gladly do it. I’d like to get Ajax working with Divi. Would you be able to help with this?

When you update Divi elements using AJAX and they have some events on them, it can be tricky to re-apply those events to them without having to reload the entire page. It might be worth reaching out to Divi Support to inquire about the best approach for re-applying those events after the page was updated with AJAX.

Best Regards,
- Victor

Hi, I’m encountering a bug with the plugin: it only works when you’re logged in as admin but not as a user. Here is the link where I use the filter :https://dev2023.99casting.com/castings/remuneration-remunere/ Thanks for your help.

Hi kawastudiosrl,

Thank you for choosing Filter Everything PRO.

It is looking like you are using the wrong query in the “And what to filter”, that’s why it is not filtering anything.

But, if you say that it is working when you are logged as admin, and not working when you aren’t, then there might be an issue with some security plugins and their settings or any other plugin or settings.

Our plugin does not set any restrictions at all on user roles. You can try to turn off all of the plugins leaving FE and Woo if you are using it, and test the filter workability.

Best Regards,
- Victor

Hello, There is indeed a conflict with the Ultimate Membership Pro plugin. But we need this plugin on our site… Can you tell us what rights a user needs to have in order for your Filter Everything plugin to work?

Hi kawastudiosrl,

The plugin is working for admin, any type of user, and without login in the dashboard at all.

We think it would be nice to reach the Ultimate Membership Pro support so they can provide explanations, or maybe even check what are their plugin blocking that the filter everything plugin isn’t working. Which is working even without any logging at all.

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