Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,679 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8963 comments found.

Can u also provide a code like this one you posted earlier to show filters always closed when opening a new site or refreshing the site?:

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 ); }

Hello hwvaubel

Sure, we would be glad to receive the picture from you. Please, send it via PM to me.

Thank you. Regards.

Hi,

I just sent you a small video.

Regards

Ok, thank you for the video.

I think it is also good way to inform visitors that current filter is selected.

Hi,

I have a problem with the “«Apply Button» mode”. The Apply button brings me always to the shop start page ”.de/shop/”.

When I´m for example in ”.de/shop/produkt-kategorie/camping/” and then add some filters for example persons 1, the Apply button brings me here: ”.de/shop/personen-1/”

and not here: ”.de/shop/produkt-kategorie/camping/personen-1/”

Why is that?

I can understand that u have a lot to do. I thought so. But thx for your great work and help. I will try it out and come back if there´s still an issue.

I have a feature request that would make the Apply button more usable:

At the moment it seems like the plugin behaves the same like there is no apply button. With the selection of every filter, the page kind of loads the selected filter “immediately” (there is always this small loading period). Also when changing range sliders or changing values in them, with for example keyboard arrows up and down, the plugin fires immediately, which makes filtering speed if u want to filter multiple things faster, a bit slow.

It would be amazing if the users could click things, arrange range sliders, select here and there, and then the selected filters get really only loaded when the “Apply Button” is pressed.

I think I read that another user of your plugin also had this request and I think this would be a great user experience for the Apply button.

I hope u can understand what I mean.

For now thx a lot for your work.

This plugin is perhaps going to be the best Filterplugin for WordPress out there when it keeps going like that.

Regards.

Hi hwvaubel

Thank you for your understanding.

Yes, sure. We know about this issue and we already work to resolve it and to make filter selection in Apply button mode without reloading page every time. This realoading is required for the moment to refresh filters count.


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! Regards.

Nice to hear that u are working on it!

Hello,

I added the SEO Title, Meta Description, H1 Title and SEO Description for this filter combination:

https://dinasti.mx/tienda/categoria-anillos/genero-mujer

But only the description is displayed (I have also added information to other filters, but they are not displayed either, only the meta description).

What could be causing that only the meta description appears and not the other meta tags?

If you need access to the site, I have a staging replica here: https://test-plugin.ionserver.link/ (I have consulted you for another issue in the past, so you already have access to the staging)

Hello alinnovatr

Displaying SEO entities depends from hooks your active theme uses. If it does not use standard WordPress theme hooks some entities may not be displayed. I can only say you what exaclty hooks are used for certain SEO entities:

// For SEO title
add_filter( 'wp_title', array( $this, 'wpTitle' ), 15 ); 

// For Meta description
add_action( 'wp_head', array( $this, 'filtersWpHead' ), 1 );

// For H1 title one of these hooks
add_filter( 'woocommerce_page_title', array( $this, 'seoH1'), -5 );
add_filter( 'get_the_archive_title', array( $this, 'seoH1'), -5 );
add_filter( 'post_type_archive_title', [$this, 'seoH1'], -5 );
add_filter( 'elementor/utils/get_the_archive_title', [$this, 'seoH1'], -5 );

If some of them are not displayed on your site it means you have to check if your theme uses these hooks or maybe some plugins intalled on your site affects on them and they remove Filter Everything PRO functions. You can check this for example by disabling other plugins one by one.

Hello, is it possible that the plugin is not working correctly with the product loop in elementor? Only with product file? Thanks

Hello Stepasyuk, I have opened another query but I leave my answer here anyway. I’m having problems working together with a fundamental plugin for the site: Dokan Pro. When I activate Filter Everything Pro, the site stops working in the product grid. My site is private and I can’t share urls or screenshots by this means, how can I access support quickly and privately? I need to know if you can fix this incompatibility. Thanks! I await your response

Hello again, I have privately sent the details of the error that the plugin is causing, I’m sorry I can’t send it to you here but it’s a private website. Thank you!

Hello Montecor23

Okay, sure. Let’s continue our conversation in that comments thread – https://codecanyon.net/comments/29472096

Thank you. Regards.

Filter is good, but it’s not working good with elementor + hello. As you have mentioned on your website that it’s working with elementor, but it’s not properly working so there should not be this information. But I suggest to get filters work good on elementor and it will be good market share.

Hello Dotitlv

Thank you for using Filter Everything PRO.

In fact the plugin works and was tested to work with Elementor. But why did you decide that it works bad with Elementor? What exactly was wrong in your case?

Please, let me know. This will help me to understand the problem and maybe to improve some moments in the plugin that are not so obvious for some users.

Thank you. Regards.

It’s working, but without most needed options. I think you should add styling options as now all should be done with css so all can be adjusted like it should be on elementor. Anyway thank you for plugin and I hope to see more good updates in future.

Hello Dotitlv

Thank you for your suggestions.

But I’m not sure I understood you clear. Please, provide me with specific suggestions, what exactly in your opinion should be adjusted and how exactly? You described it in general terms, but did not specify which parts of the plugin should be configured and how.

Thank you. Regards.

Hello! We tried this plugin, it is good idea. But our original filter filter 50k items in 4/5 seconds this filter 14/15 seconds. Can we receive refund please? Thank you!

Hello opsholders

I’m sorry that you had such experience with the plugin.

I have to say that you have performance issue and filtering speed depends from next parameters:
- server CPU
- server RAM
- number of posts to filter
- number of filters and terms
- number and quality of plugins you use
- cache adjustments on a server
- plugin’s code optimizations, internal cache (this was already done for the Filter Everything)

For example here is WooCommerce shop with 6K products and lot of Filter Everything filters and it works very fast – https://nordic-led.no/produktkategori/belysning/led-downlights/kelvin-2000k-2800k/utsparring-83mm/produktgruppe-downlight/

As I see you have already created a refund request, it will be processed as soon as possible.

Thank you. Regards.

Hi, love the plugin. Any idea when the search feature will be released?

Hi andris-strt

Thank you for using Filter Everything PRO.

I think in next two weeks. I’m working on this right now.

The mobile filters are showing on every page instead pf just the Portfolio page. How do I fix that? https://bit.ly/3LphMe9

Hello delisha15

It seems you configured Filter Set to work on a list of pages instead of single page. Please, provide me with screenshot of the “Where to filter?” field of your Filter Set and also send me two links on two pages: first page, where Filters should be displayed and second page, where the Filters should not be displayed.

Thank you. Regards.

I just bought my second license, unfortunately it seems I can’t activate it. Gives an error. Same as others commented below me :)

Hello Thymo1997

Thank you for purchasing the plugin.

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.
Thank you. Regards.

hey i have pro version of you product i entry the License before now it ask it agian when i try entry agian i get error Invalid license key. Please enter correct license key.

Hello ibrahim160

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.

Thank you. Regards.

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

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