Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,664 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8953 comments found.

Hello, I am trying to active my license on https://365kabels.nl, but I am getting a error: Invalid license key. Please enter correct license key.

I still have 2 months of support, so it should work.

Hello lehutch

Thank you for choosing Filter Everything PRO.

Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.

Please, let me know if it was helpful for you. Regards.

Hello,

Is there a setting that automatically expands all filter options when you load onto the site?

For example, I would like all these categories and subcategories to be automatically expanded (not collapsed) when you go to the page.

https://fesupplycompany.com/page-product-category/shop_product_categories-adapter/

Thank you for your product! Sincerely,

Michael

Hello Michael

Thank you for choosing the plugin.

Sure. It is possible via using hooks. Please, use this code example and place it for example in the functions.php of your active theme
add_filter( 'wpc_hierarchy_opened', 'my_hierarchy_filters_opened_by_default' );
function my_hierarchy_filters_opened_by_default( $filters_opened_by_default ) {
    $new_opened_by_default = [
        501, // Filter ID
    ];
    return array_merge( $filters_opened_by_default, $new_opened_by_default );
}

Thank you so much! It worked! I really apreciate it! Quick follow up, is it possible to just have the first layer of filters open but not all of them? I am not a developer so i really appreciate your help!!!

Hello Michael

Unfortunately to make opened only first level items requires some amount of coding efforts and this is not some small thing like 5 minutes to write CSS (In this case I would be glad to spend 5 minutes for you)

If other customers will ask about such feature I can consider to implement it in future updates. But for the moment the only one way is to ask somebody experienced in PHP to help you to achieve this. Such thing can not be provided under CodeCanyon item support here.

Thank you. Regards.

Hi! I think i have tried most filtering plugins now. But this seems to be the best. But I have a question about greyed out range-filter in taxonomy product attriubute.

I want to filter by numerical values that is used as attributes. To make it simple i created a new woocommerce product attribut “filter_cut_out_size”. In this i use only numeric values.

But its greyed out in “View in Widget”.

I have searched in supprt thread and earlier you wrote on other post “Yes. sure. You can create range filter for any taxonomy including product attribute. If it is greyed out it means you selected taxonomy that is not related with post type specified in Filter Set. Please, check these moments carefully.”

Im not sure what im missing. Post type filter is: Products Filter by is: Products Filter_cut_out_size

Hello Nxtnd

Thank you for your credentials.

I’ve checked your site and realized that you tried to create regular Taxonomy filter, but to have range filer by taxonomy you had to select “Taxonomy Numeric” in the “Filter by” dropdown. I did it for you and now filter works as expected. Please, check it out.

Thank you. Regards.

Oooooh… I cant undestand how i missed that.. SORRY!

No problems, all right.

I’m glad that the issue is already solved.

If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

Hello, I0ve purchased the plugin but it gives problems with Elementor. If this plugin is active Elementor won’t see the templates for the pages I want to modify. Example the single page product. If I deactivate the plugin, the elementor templates apply correctly.

Hello giessedati

I’m sorry for the inconvenience. It seems it is result with another 3rd party plugin or custom code compatibility.

Please, provide me with credentials to your /wp-admin in accordance with this document and with steps how to reproduce the error and I will check it myself.

Thank you.

Hello, I have sent you the credentials. Thank you

Hello giessedati

Thank you for your credentials.

I’ve checked your site and didn’t realize any problems with Elementor templates, when the plugin is active. Please, provide me with screenshot or link or text description how to reproduce the error or why do you think that there is error.

Thank you. Regards.

Hi Stepasyuk, my support expired, but I still haven’t started using the plugin. I’m still waiting for XML sitemap support, but that’s a minor issue. My main problem is that I want to have categories working as original Woo – clicking would reset filters and open page with this category, not filter “category=phones”, simply /shop/phones. Is this possible with current version of FE Pro?

Hi morvy

For the moment I can only say that requests from customers without active support period will be processed after all requests from customers with active support period will be solved. This may take some time, days or even weeks. Unfortunately I can’t spend my time and efforts for free.

I understand that and I’m okay with the response. Yet I have to note, that I haven’t used nor requested anything during the “support period”. I’m just still waiting for the plugin to be usable like many others with XML sitemap :)

Hello,

I used this code to remove links from facets :

function fc_fe_remove_links($html, $link_attributes, $term, $filter): mixed
{
    return $term->name;
}
add_filter('wpc_filters_checkbox_term_html', 'fc_fe_remove_links', 10, 4);
add_filter('wpc_filters_label_term_html', 'fc_fe_remove_links', 10, 4);
add_filter('wpc_filters_radio_term_html', 'fc_fe_remove_links', 10, 4);

But with swatches enabled, the links are still there (for swatches filters), how can i remove links ?

Thanks

Hello DailyLost

Please, try to change the priority from 10 to 15 or 20 in your code. Example:
add_filter('wpc_filters_checkbox_term_html', 'fc_fe_remove_links', 20, 4);
add_filter('wpc_filters_label_term_html', 'fc_fe_remove_links', 20, 4);
add_filter('wpc_filters_radio_term_html', 'fc_fe_remove_links', 20, 4);

Hi,

It removes the links but also the swatch…

It’s not that important, i will use regex or something else or just let it as it is.

Thanks

can you use chatgpt to help you to build the XML sitemap faster because I’ve been following updates for a year and XML sitemap still in not done

Hello Mtatia

I would be glad to help you more with this, but unfortunately first of all support here is provided for accounts with valid support period. In other words you have to be a customer to ask about support.

Thank you. Regards.

Hi there,

We’re using the “Filter Everything PRO” plugin along with Elementor / JetEngine to display the products on our site.

However, we need to order these products based on a custom meta value. Is it possible to create a custom query within the plugin to order the posts based on a meta value?

Hi FalconDesignBoise

Thank you for using Filter Everything PRO.

In general you always can order your products by any meta value independently from the plugin and via ‘pre_get_posts’ hook in WordPress. Please, see more here – https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters

From other side you also can use Sorting widget included in the plugin, that allows you to sort products that have configured filters by any values including custom meta values. Please, see more about the Sorting widget here – https://filtereverything.pro/resources/sorting-widget/

Thank you. Regards.

I also wonder how your plugin can detect the use of the license on 2 sites when I have only 2 sites online: Staging : https://version-1-2.mystagingwebsite.com/ Live: https://www.sport-in-place.com/

On the 2 sites above, I get a license activation denied message.

I have no other sites. The other staging sites are deleted, they are no longer online. So I wonder how your plugin can detect the use of my license on other sites?

Thanks PS: I bought your plugin, I spent time, now I need its functionality.

Hello Bruno

Technically it is not so complext to detect all websites, where the license key is used because it is unique for every plugin purchase.

I think I already answered you about this issue in this comment – https://codecanyon.net/comments/29460240 Let continue to speak about the issue there.

Thank you. Regards.

Hello, Thank you for your feedback. However, my license is not active on my live site and my staging site. I can’t update your plugin, I can’t add filter on my live site either. I can’t do anything anymore.

I would like to be able to manage the licenses used.

It may be that the license was previously used on a staging site that is now deleted. I need to be able to manage my licenses so that I can at least use it on my live site.

A license previously used on a staging site that is now deleted is no longer of any interest.

I understand that we buy the plugin for one license, for one site only, but we should be able to manage the license to meet the needs of staging / live environment which is essential.

Thank you for your help and understanding. My request is urgent please because I need to add filters on my live site : https://www.sport-in-place.com/

Sincerely Bruno

Hello Bruno.

Thank you for your suggestion, I will think about customer account with ability to manage own licenses.

For the moment, as I told you before, you can either to remove you any current license on your existing site or ask me to remove it for particluar domain in manual mode.

For the moment your license key is used on the next two websites – https://prnt.sc/N0wR2n19N9Qe I can deactivate it on any of them, please let me know what the site should be deactivated.

Thank you. Regards.

Hello Bruno.

1. I deactivated the license key for the staging.mois-decembre.mystagingwebsite.com

2. Now you can activate this license key on your “sport-in-place.com”. FYI “sport-in-place.com” and “www.sport-in-place.com” are different websites and this is the reason, why you couldn’t activate the license before. Please, see – https://prnt.sc/nfpBZpd69B-W

That’s why I also deactivated the license on “www.sport-in-place.com”

Also I’ve removed your previous comment because it contains your license key which is sensitive data and everyone can activate it on its site.

I hope now it will work for you as expected. Thank you. Regards.

Hello, Thank you very much for your help and your efficiency.

I was able to activate the license on my live site, it’s perfect!

Indeed, it would be nice in the future to be able to manage the license directly via your site eventually: https://filtereverything.pro/

It would be convenient! Once again, thank you very much! Sincerely Bruno

Hi, Is there any way to use the location filter with a radius circle around a particular location or postal code (zip)? For example, with an integration with a Google maps api? I’m looking for a solution to show our vacancies in a specific area.

Hi marketingjobxion

Thank you for choosing Filter Everything PRO.

Out of the box there is no such filter by geolocation in the plugin. At least for the moment (but it is already planned in the future updates) But you can achieve it with custom coding and hooks available in the plugin.

Thanks for your reaction! I’m going to see if we can make that. Do you happen to know a website or someone who has already made this, so I can look there?

Hello marketingjobxion

Unfortunately I don’t know such examples. If I knew, I would definitely save it to show others who are interested.

Is it possible to add color swatches or similar for custom ACF Fields filter options?

Hello hmichael2

Thank you for using Filter Everything PRO.

In general it is possible only if the ACF custom field uses taxonomy object as source for its values. In other words Color swatches available only for taxonomy terms as custom fields has no related fields where you can store colors or images.

Hello!

Thank you for this wonderful plugin.

Is there any way to use the plugin with Elementor’s new loop grid? If yes, how?

Thanks for your answer in advance.

Oliver

Hello Oliver.

Thank you for your interest in Filter Everything PRO.

Yes, sure. It was tested and compatible with the new Elementor Loop Grid. But how exactly achieve this, I can let you know only within terms of the PRO version support if you will purchase it.

Thank you. Regards.

Привіт, чи можу я змінити вигляд url?

Зараз: /product-category/stilczi/material_karkasu-derevo/typ_stiltsiv-obidni/

Хотів би: /product-category/stilczi/obidni-derevo/

Hello spacetheme

Unfortunately no, it is not possible for the moment. Potentially I could change plugin code to remove URL-prefixes and technically it is possible. But in this case it will require a lot of server resources and the plugin will became too heavy and will slow a lot of websites. So I have no plans to do this.

Greetings,

I´ve bought the plugin and it works great, i just a have 2 questions:

1) How can i reduce the font size for the filter titles? I´ve tried from de wordpress customizer but it doesnt work.

2) How can i add a line divider between the filter terms, same as your demo page?

Thank you.

Nvm, i found the css class to change the font size and add border, thank you! Great plugin

Hi importadorageminisgt

I’m glad that your issue was solved :-)

If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

The filters on our page suddenly stopped working. We have not made any changes to the filter settings. We use filters on custom post type archive pages.

For example, we created a custom type called News and its settings are as attached.

The filters we created are not working on this page. (https://www.sevcosecurity.com/news/)

https://share.cleanshot.com/yT8Sv6Zt

Can you please take a look and let us know how we can fix this issue?

Hello sevcomarketing

Thank you for choosing Filter Everyrthing PRO.

It looks like now the filter works as expected. I just checked this on the page you provided.

I think the reason was in the WP_Query selected in the “And what to filter?” field. Anyway I’m glad that now it works for you.

Regards.

Is it possible to view the category filter on every single post? When I view the single post this comes out: No one Filter Set is related with this page. You can configure it in the Filter Set -> “Where to filter?” field.

Hello Giabobbe

Current plugin version allows you to direct a Filter Set to single post page only. Ability to direct a Filter Set on every single post will be present in the next plugin version. But I have plugin intermediary version that already support this feature and I can send you link to it via email if you will write me message in PM.

In this case you either have to place posts loop on every single post page or just enable “Apply button” mode in the Filter Set and when visitor will select a Category in the filter he will be redirected for example on the Shop page with products matches to this selected Category.

Please, write me message in PM and I will provide you wiht the link.

Thank you. Regards.

Hi Stepasyuk,

Great plugin, thanks!

I am having an issue with the mobile button. It was previously working but with migration to live domain there is an issue.

I have 2 filters set for desktop & tablet which are fine.

For mobile – I am inserting 2 shortcodes fe_open_button id=”17909” .

The buttons show on mobile but when I click them, nothing opens. https://trustdromex.co.za/shop/

Enable Pop-up Filter widget is on Enable compatibility mode is on

Hide opening widget buttons is on

I would really appreciate some advice,

thank you Slava Ukraini

Hi Stepasyuk, any feedback?

Hello roblouw93

Thank you for choosing Filter Everything PRO and sorry for the late response.

The reason of the problem is HTTP protocol used on your dev site and it seems it was not changed to HTTPS for dynamically CSS file included in the plugin. Please see here – https://prnt.sc/pMyGslRoYtzD

This file URL depends from the WordPress settings and the wp_upload_dir(); function that returns upload dir URL. Please, check your WP settings and make sure that this function returns correct value.

Regards. Heroiam slava!

Привіт, чи є у вас ключі для тестових сайтів? Ми як розробники хотіли б на демо сайті показати робочий варіант плагіну, а коли потрібно його відкривати вставляти вже ліцезійний ключ під домен)

Привіт spacetheme

Дякую за вибір саме мого плагіну. Надалі продовжу англійською, щоб було зрозуміло для решти користувачів.

Single plugin License key allows you to use it on two websites – on one end-product website and second its development copy. So you can set it on your dev site and end-product websites simultaneously. Moreover – if you want to add third website, you can deactivate they key on one of your two websites before that.


If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

Hello,

I sent you a message a few days ago bus still have no reply to it.

Regards. Stefan

My bad, I just have not received the notification :)

Hello Sterasoft-new

Thank you for the link you provided.

I have to say that it is not a bug, but expected behavior. It looks like you enabled “Folding” option for the Category filter and that’s why it is collapsed by default. Also as I see you modified (or maybe your another plugin did it) effect how this folded filter is opening and closing. By default its behaviou should be another. Please look on example on this demo page – https://demo.filtereverything.pro/product-category/clothing/women/color-red/brand-hm/c-kind-dress/?max_price=100 (filters by Product type or Backorders at the bottom)

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