Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,774 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9004 comments found.

Hi, I have a page that has 3 different languages (WPML) and I’m using the [fe_widget] shortcode for the 3 pages. It displays accurately with the filters set however, after a couple of hours it will revert to “There are no filter terms yet” and I need to resave the page and filter for it to show up again.

Any idea how I may resolve this? Thank you in advance!

Hi wonderjellybean

This is very weird behavior. Perhaps there’s some caching or database cleaning issue on the site that after a while cleaning something. Try to disable all of the caching plugins and any that are responsible for database cleaning.

Best Regards,
- Victor

For a Category filter, with “Show Hierarchy” checked, the documentation says “Child terms will be collapsed by default.” What can I do if I want the child terms expanded by default?

Hi LarryDaniele

Thank you for choosing Filter Everything PRO.

There is this hook in the plugin:

/**
 * @return mixed|void
 * @since 1.7.1
 */
function flrt_hierarchy_opened() {
    return apply_filters( 'wpc_hierarchy_opened', [] );
}

You can use the hook “wpc_hierarchy_opened” to write a custom code to make them always opened.

Best Regards,
- Victor

Hi Victor,

Excellent! Thank you for a quick, helpful and detailed reply (and a great product). Truly appreciated.

Larry

Hi Larry

Thank you for your kind words. Have an amazing day!

Best Regards,
- Victor

Dear whom it may concern.

I wanted to inquire about the terms and costings related to a multi-site license for Filter Everything Pro

Regards Amos

Hi st100tacky261

Thank you for your interest in the Filter Everything plugin.

Please send a message via PM – https://codecanyon.net/user/fe_support with the tag [multilicense] and include your e-mail address where we can send all the necessary information.

Best Regards,
- Victor

There is a small permissions issue with the the plugins .zip file. This issue existed in the past but got fixed and it has appeared again in the latest release.

The /assets/ folder has incorrect permissions, it should be set to “Read” instead of “No Access”. This should be set recursively so that all items within /assets/ get the new permissions.

This causes issues when deploying the plugin with rsync.

Hi zerogmarketing

We’ll redirect this to the development team when we get any information on it, we will let you know here in this comment thread.

Best Regards,
- Victor

Hello, Hello, I need your help. I program the filter; however, the filters appear, but not the results… I no longer know what to do to make the category results show up. Can you help?

Hi pedrold

Please grant us full admin rights, because we cannot even use our plugin – https://prnt.sc/gZxKE8K7sFM3

Best Regards,
- Victor

So we just used Elementor and displayed via Elementor posts on this page, so you can filter them now.

The plugin itself does not display anything, it just filters already-displayed posts on the page. You can choose any other post loops to display posts on the page, they should use WP_Query in order to work.

Best Regards,
- Victor

You can apply a filter set on any page, however, as long as this page is empty, the filter will not display anything.

In short, we have a basket with apples, green ones, and red ones, so the filter can filter them to show green or red ones. If the basket is empty the filter will not make appleas appear in them, the basket should be with apples already before filtering.

The page should display posts in order to filter them. Filter can only filter already displayed posts on the page. It is not displaying anything.

Best Regards,
- Victor

Hi.

Is there a way I can hide the URL Prefixes from the actual URL?

For example, my filter set is ‘product-type’ and when i filter the product, it says ‘product-type-mens’ in the URL.

I’d like the URL to just say ‘mens’.

Can you please advise how this can be done?

Thanks in advance

Thanks for the super quick response victor. Understood. So there’s no way to do a rewrite of the URL. I’m just thinking from an SEO perspective, it would be nice to have a URL that looks clean.

Yes, it would be nice from an SEO perspective to have such clean URLs. But there is much to consider to make such filtering. For example, if a filter is on the homepage and there’s also a page named red, and a filter with the term red, both will have the URL “homepage/red/” and this will cause conflict causing 404 errors.

That’s why the filters have a unique prefix that you need to specify. Also, it is needed to identify filter terms, like this “color-red-or-blue-or-green/size-xl-or-xxl/logo_color-red-or-blue/” in another case it will all be mixed with repeated values.

Best Regards,
- Victor

Thanks Victor. Makes sense.

Hi,

this is the second purchase of this plugin for my 2nd website and generally Im very happy with it. One issue that I’m facing recently though is 5xx errors in indexing in GSC. Even though I think I haven’t enabled the “or” urls to be indexed(the default) they appear in GSC and they also come up as 5xx errors. This causes significant crawling issues. Here is an example below. https://cannabisdealsus.com/product-category/headshop/on_sale-no/brand-brand-beamer-or-brand-dr-smokes-or-bzz-box-or-cheech-chong-or-cirrus-glass-or-dabtized-or-eyce-or-greenlane-usa-or-habit-supply-or-hellboy-or-highroller-or-kayd-mayd-or-kushkards-or-marley-natural-or-mav-glass-or-mile-high-cleaner-or-myster-or-myweigh-or-nicky-davis-or-ooze-or-prepara-or-puff-puff-pass-or-sean-dietrich-or-sesh-supply-or-smokeski-or-smokezilla-or-trailer-park-boys-or-yny-or-zob/

Hi xamos13

You can enter entity names in the Filters > Settings > General – https://prnt.sc/7z_TB05NObNO in order to not force them to the lowercase.

Best Regards,
- Victor

Thanks VIctor. All entity names work except for the “archive_title” which does not capitalise for some reason. https://cannabisdealsus.com/product-category/cbd/cbd-capsules/merchant-headshop/

Hi xamos13

For the archive title, there is a hook:

apply_filters( 'wpc_seo_vars_replace_list', $replace, $search );

All of these entities pass through it and you can edit any of them. The $replace and $search are two arrays where entities are replaced in pairs. Here is an example of dumping both:

array(5) {
  [0]=>
  string(11) "{wp_entity}" 
  [1]=>
  string(21) "{pa_kind-of-clothing}" 
  [2]=>
  string(10) "{pa_color}" 
  [3]=>
  string(12) "{site_title}" 
  [4]=>
  string(13) "{page_number}" 
}
array(5) {
  [0]=>
  string(14) "women clothing" 
  [1]=>
  string(5) "dress" 
  [2]=>
  string(5) "black" 
  [3]=>
  string(24) "DEV-FilterEverything.Pro" 
  [4]=>
  string(0) "" 
}

Best Regards,
- Victor

Hello,

When we use filters, is it possible to display variation image on the grid instead of main product image when the appropriate options are selected?

So if the product has variations – Blue, red, white dress.

But on archive page when white option is selected from filters, then on product grid, WHITE dress image should show up from that product instead of main product page which is generic.

Is it possible now??

Summary:

If no filters are selected, display main product page. If particular color is selected, then display that particular variation image instead of main product page.

Hi Sonansh

We currently do not have information on when this functionality will be released, but we will keep you updated here.

Best Regards,
- Victor

Okay. Secondly, we are unable to activate the license. I sent you email 3 days ago explaining the issue. Can you get back to me there on email?

Unfortunately, there are no messages from your account in our mail, you can send it here via PM – https://codecanyon.net/user/fe_support

Best Regards,
- Victor

Hi Before i renew the license:

I just discovered a feature that i miss in the plugin. Maybe i’ve missed something or it’s not possible.

Please have a look at this site: https://www.garagegymreviews.com/equipment/category/bodyweight/grip/fat-grips They have checkboxes for the category tree. And when clicking on a category the behaviour is the same as Radio buttons(only one category can be selected).

How can i achieve this is your plugin? The Radio Button option would work, but there’s no Hierarchy in that option…

Here’s my site: https://fitlife.se/traningsprodukter/

Many thanks!

Hi migge

Unfortunately, the hierarchy only supports checkboxes at the moment. With future updates, there will be more features including radio buttons and dropdowns with the support of a hierarchy.

There’s not much that can be done at the moment.

Best Regards,
- Victor

Hello, Please access my site. I sent the credentials in PM Thanks

Hi bmapply1

Please download the PRO version from this site, and install it on your site.

Please check installation from the Quick Start guide – https://filtereverything.pro/resources/quick-start/ there will be a “PRO plugin Version” section in the installation section.

Best Regards,
- Victor

Can I transfer the license from one site to another?

Yes, if you cannot deactivate the license manually on the site, you can send us your license key via PM – https://codecanyon.net/user/fe_support so we can deactivate it across all of the sites.

Please follow the instructions on this page: https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key to get the license key.

Best Regards,
- Victor

Hi, I’m facing an issue, everything works well with elementor loop grid, but when I set this specific page as woo-commerce shop page, the filter doesn’t work any more. It said”No one Filter Set is related to this page.”

Hi sunsetradio11

Can you please send the credentials to the wp-admin dashboard following this document so we can set you an example?

Best Regards,
- Victor

Hi,

Thanks for your reply. Do you mean for me to share the site’s backend with you to resolve the plugin issue, as I’m not a developer so I need to know more about it. As the site is under development and on local it seems impossible to share it with you

Yes, if you have a live website, you can share the credentials with us to the admin dashboard, so we can create a filter set and place it on the needed page. Then you can check it, and understand in a better way how you can make it work.

Best Regards,
- Victor

jacc

jacc Purchased

Hello, I have a misspelling in the links found, “plantipdeia”.

183 plantipdeia links found

Where would this be coming from? It was originally misspelled in the ACF CPT which was fixed via the database. The searching the database shows no results for the misspelling.

Yet, it shows up on the edit filter page in the Post Type to filter Select the Post Type you need to filter options.

Thank you!

Hi jacc

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

Best Regards,
- Victor

Hi! I was trying to use myI am trying to install the plugin on a site, but it gives me an error. I’m sending you the details to see if you can check if everything is okay.

Licensor’s Author Username: Stepasyuk Licensee: Ariel Jonathan Rososzka Item Title: Filter Everything — WordPress/WooCommerce Product Filter Item URL: https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508 Item ID: 31634508 Item Purchase Code: 630f6552-3bfb-41bb-952e-1ab7e768341e Purchase Date: 2023-09-25 18:14:05 UTC

Also, I take the opportunity to ask you if the plugin works for filtering using ACF PRO for a real estate site. license but it seems to show error.

Regards!

Hi ariro1990

Please download the latest version of the plugin from this site and install it on your site.

Please follow the instructions on this page: https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key to get the license key.

The plugin is filtering posts by custom fields data, the posts should be displayed via WP_Query on your page in order to filter them.

Best Regards,
- Victor

Hi First thanks for the great plugin

I know this request is made sveral times and you don’t seem it as good to implement filters this way, so i will try to explain the reason behind this and maybe you can implement it as you said in some comments.

my web https://koprraci.al

What i want to achieve as a lot others does too: is to use same field to add product parameters example tags (in my case) and than divide them with different filter sets, by include and exclude option. when we do this, the filters works but can’t be set into “OR” filter logic on some filter sets and with “AND” filter logic in some others, as the filter prefix on all is tags and a prefix can’t have both OR and AND logic.

Explanation of using it this way is: to have vendors or admin who adds the products to have only one field to add the product attributes and not divide them lets say by attribute1 ‘processor’, attribute2 ‘ram’, attribute3 ‘Gpu’ etc… in different fields to fill in, as it becomes frustrating with thousand of products. so i try to achieve that with setting different sets for the same prefix. although they fill the parameters in same place(tags), i divide them on the filters with include exclude options on different sets, so i use the same prefix 3-4 times on the same filter form, to show them to users as different sections (processor, ram,gpu,etc…) but they’re all tags in the end.

what i want implemented is that i have OR logic inside a filter set, and AND logic from set to set, although the filter sets has same prefix “tags”?

example: processor select (‘core i5’ or ‘core i7’) and ram select (‘8GB’) normally i would like the logic to be, processor core i5 or core i7 and ram only 8GB set1: processor(‘core i5’ OR ‘core i7’) AND set2: ram (‘8GB’)

i know and read it is asked several times, so hope you find a way to implement this, based on my reason why ppl try to do it this way.

Thank you! Albano, admin of https://koprraci.al

Hi albanodesign

In short, you want to be able to create separate filters from a single entity. We understand that such a feature would be useful, and it could be implemented with future updates. Due to its nature and plugin architecture, it would require rewriting the most of core functionality. And this is not something easy or fast that can be done. Even to have an OR/AND relationship between different filters from the same entity.

Best Regards,
- Victor

Hello. I just sent the credentials you requested for the instalation of the filter. Thanks.

Hi josetola

Please follow the instructions on this page: https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key to get the license key, and send it to us via PM – https://codecanyon.net/user/fe_support

Best Regards,
- Victor

I just got the Plugin and have been setting it up for my need and I like it.

I have 2 minor things that I can’t seem to figure out:

1: I setup Categories for ages and genders so I can filter products even further. The products are in the subcategories of “Age” and “Gender” and not in the parent category. The products show correctly when I choose any of the subcategories, but 0 products would show if the parent category is selected. I do not wish to have the parent category selected, is it possible to disable selecting the parent category? I am trying to show a title “age” with the categories under it, and the same for gender, without giving the ability to click on Age or Gender.

I tried to include only the subcategories, but I can only have 1 categories filter, so I can either show Age or Gender.

I tried tags but I can also only use one Tags Filter.

2: The clear filters button shows at the very top of the page on PC, not close to where the filters are, it can be easily missed. On mobile, there doesnt seem to be a clear filter button at all. Is there a way to manually control where the clear filter button shows?

Here is a link for a page to test: https://www.woodnfun.com/category/cars/ thanks

Hmm, weird, it is displayed on a mobile here – https://prnt.sc/UMjXNkAoCi5n

Can you please provide any link to the video with the issue so we can check it?

Best Regards,
- Victor

This is where I intended for it to show. It seems that my mobile was using cached version even though I cleared it. It is appearing correctly now. Thank you.

We are glad to hear that it is working well now.

Best Regards,
- Victor

Hi, We have got the Filter Everything Pro plugin and have set up the filters by our developer. We need to set up the SEO Rules as all those pages included in Filters as they have got the ‘noindex, nofollow’ tag automatically. We have gone through the document on how to implement SEO Rules in the Filter everything pro website, but we were unable to set the rules. Can you help setting up the SEO rules for us? Here is the URL for which we are trying to setup the rules: https://iamops.io/devops-success-stories/ Let us know what details you require further.

Thanks.

1) Please check the correct approach – https://prnt.sc/ROe-qTRqlgwe

2) This is the wrong approach – https://prnt.sc/TvGrvfBrcNSH

Do you understand the consequences of allowing all pages to be indexed? But if you still want to do it as you want, you can go to the plugin folder/pro/SeoFrontend.php file and edit this function at your own risk:

    public function getRobots()
 {
        if( $this->isNoindex() ){
            $robots['noindex']  = true;
            $robots['nofollow'] = true;
 }else{
            $robots['index']  = true;
            $robots['follow'] = true;
 }

        return $robots;
 }

Instead of noindex/nofollow you can use index/follow, to make it look like this:

    public function getRobots()
 {
        if( $this->isNoindex() ){
            $robots['index']  = true;
            $robots['follow'] = true;
 }else{
            $robots['index']  = true;
            $robots['follow'] = true;
 }

        return $robots;
 }

Best Regards,
- Victor

Ok. Victor. Got it.

I think you are right. We already don’t have access to put custom meta title descriptions for pages that users can see after multiple selections. So, better not to index those pages.

Thank you for your support.

Yes, otherwise, the crawlers will simply put your server down.

Best Regards,
- Victor

Hi,

Two questions here: 1. Where can I find and edit filter widget for the mobile app button names: “Filter” (.wpc-filters-button-text), Show (.wpc-filters-apply-button), “Cancel” (.wpc-filters-close-button)?

2. Cant seem to find the solution to fixing Filter term image sizing (wpc-term-swatch-image) – it seems like source images have set aspect ratio and size therefore cant fill the containers, even tho the images uploaded to product atributes were uploaded in different size

Source: https://b3group.lt/kategorijos/lauko-inzineriniai-tinklai/

Regards, Linas

Hi Linas

Thank you for choosing Filter Everything PRO.

1) You can use templates overriding for that. For more information please check this page – https://filtereverything.pro/resources/templates-overriding/ also you can use the Loco Translate plugin in order to create a localization for the needed language.

2) You can apply some custom CSS in order to make their width auto – https://prnt.sc/JZ-Wofr7KERa Also, please check this page – https://filtereverything.pro/resources/brands-and-color-swatches/

Best Regards,
- Victor

Hi,

A presale question…Has the plugin been tested with the Avada theme and it’s ability to filter posts using the post card function?

Hi freshonline

Thank you for your interest in the Filter Everything plugin.

Yes, it works with the Avada theme and can filter postcards.

Best Regards,
- Victor

Hello, the filters on my website are set correctly, after some weeks of no issue, suddenly, the filters on kids product page didnt show the price filter. The women product page doesnt even show the filters, and on the male product page it shows them correctly but the price filter doesnt work. I’ll provide the links below. kids: https://www.koukstore.gr/paidika/ women: https://www.koukstore.gr/gunaika/ men: https://www.koukstore.gr/andrika/ Thank you in advance and have a good year!

Hi koukstoreofficial

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

The old credentials aren’t working anymore.

Best Regards,
- Victor

Hi koukstoreofficial

We have checked the filter set on this page – https://www.koukstore.gr/andrika/ cleared the cache and hit update. Secondly, you have a price filter created from a meta key “price” and the correct meta key is “_price” so either someone pulled a backup on the site with some wrong filters or someone modified them. In any case, you can check every filter set and fix it, as we fixed only one on the page that we sent you.

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