Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,660 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8952 comments found.

How can I filter within a group in ACF while in a loop?

For example, I have homes available within a portfolio element and I want to have an external filter where I put the number of rooms in the homes.

Hi onlinemente

Thank you for choosing Filter Everything PRO.

This is a bit complicated to understand what exactly you are trying to achieve. Can you please provide any reference so we can check it and tell you how it can be done?

Best Regards,
- Victor

Hello, I have portfolio items with several properties in a loop (https://www.canvaspropiedad.com/residenciales/atria/ – viviendas disponibles). I need filter them using this data at homepage (https://www.canvaspropiedad.com/). Thanks.

Hi onlinemente

You can use the redirection filter set on the home page by following the instructions from this page – https://filtereverything.pro/resources/typical-problems/#redirection_filter_instruction

Basically, when you choose the needed filter and hit Apply, it will redirect you to this page and display filtered results – https://www.canvaspropiedad.com/residenciales/atria/

But please note, that you should display your posts with one WP_Query, not multiple ones, as it will not work with multiple different queries.

Best Regards,
- Victor

Hi Victor, I’m Norman and I work for an agency that uses the PRO version of filter everything so I wasn’t the one who purchased it.

My concern is that my second filter doesn’t show on the front-end, only the error “No one Filter Set is related to this page. You can configure it in the Filter Set -> “Where to filter?” field.”

I have followed the documentation and other advice to set it to the specific page which is the home page

Please see attached screenshots for clarification. Would like a response, thank you.

https://www.awesomescreenshot.com/image/52353387?key=102027f60b0e4508352936edb97289bc https://www.awesomescreenshot.com/image/52353396?key=63dd95fe3034c5ed5550eb3c6bd2187d

Hi norman100

Please check this page – https://filtereverything.pro/resources/typical-problems/#redirection_filter_instruction

Best Regards,
- Victor

Hi Victor,

Say I want to add multiple filters into one page, how can I do so. I can’t seem to find where the specific id for each filter is located. Do you know where is the id for each filter is located?

Much Appreciation, Norman

Hi Norman

As we agreed earlier, all other support requests are processed only after the client’s/agency’s confirmation. Thank you for your understanding.

Best Regards,
- Victor

Hi,

The plugin does not accept my license code:

e57b3d12-7085-4ac6-8c30-d3a721298f55

I want to activate this on :

https://blueluna.burovloed.nl/

After a while, this will be:

https://blueluna.nl

Can you help me out?

Thanks!

Kees

Hi Kees

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 have installed your pro version of the filtering plugin but there is something funny going on with the display of filtered posts.

http://www.shecan.world I am using divi builder for my templates.

When i go to the page I have built to host the blog module, and the filter, https://www.shecan.world/category/our-women/ (or click on “ALL women” in the main menu, it shows the industries as a filtering option (ie post categories).

1. When I click on an industry, eg writers (with 8 items), with only 8 items, it refreshes and says it found 8 items and the chip is shown for writers however, Lucy and a large number of other people (who are not listed under writers at all) are showing in addition to the 8 writers. the url https://www.shecan.world/category/our-women/industry-writers/

2. If i stay on writers and I click on another industry, eg property development (12), the chips update, the items quantity (20) is shown, but the filtered results are still showing Lucy and all the others, plus the new category’s items I have selected. url is https://www.shecan.world/category/our-women/industry-property-development-or-writers/

3. If I go on the menu and click on writers directly there – this is a wp generated menu (so it goes to wp post category pages), the correct number of items are returned in the filtered results (8), but the category is not shown in the chips area, and the other industries shown in the filter is limited to only the industries (post categories) that these 8 results are also added too (ie shared categories). url is https://www.shecan.world/category/our-women/writers/

4. If I stay on this page and add more industries, and then remove one industry in the chips, the total number of results still remains 8, even though the quantity says 2 posts found.

5. If i go directly to a filtered page off the main menu – eg https://www.shecan.world/category/our-women/art-design/, it shows the right number and list of results, but when I click on another industry from this filtered page, the found number shows 6, and not the full amount, whilst the filtered results are correct. the industries listed are showing only the shared industries and the url is https://www.shecan.world/category/our-women/art-design/industry-environment/

I have tried linking directly to the slug /category/our-women/industry-art-design in the menu, but this is also causing the same as the above.

I have cleared cache, I have checked the filtered settings, I have changed the where to filter to other options, still makes no difference – I have them set as Categories, all categories. and the divi builder template is displaying tis template on all archive pages as well as category pages,

I am confused as to what is actually going on here. I cant figure it out. Why the wp category pages, and the filtering are not working hand in hand.

I tried to remove industry as the category name in the filtering settings, to try get the filter to work with the wp format for category slugs, category/our-women/writers instead of category/our-women/industry-writers, but it would not allow this to be empty.

Hi there, thanks for replying. Credentials for my support request have been sent as per your documentation and backups have been done.

I am not sure how to separate these items into separate items, as they all relate to the filter not displaying the results properly, and I am just giving different scenarios of the same problem, that I have tested.

Well, since you are using Divi for category archives, this is creating a unique query on each of the category pages. So you need to create a separate filter set for each category page, place them in the “Where to filter” as “category + name of the category” and choose from the “And what to filter” “posts query” not the main query.

Best Regards,
- Victor

Also, please use this code in functions.php file of your theme, to choose the default category (the parent category)

<php

function flrt_remove_default_category_location( $terms, $taxonomy ){
    $default_category = 0;

    if ( $taxonomy === 'product_cat' ) {
        $default_category = get_option( 'default_product_cat' );
    } elseif( $taxonomy === 'category' ) {
        $default_category = 0;// get_option( 'default_category' );
    }

    // Remove default category from the list
    if ( $default_category > 0 ) {
        unset( $terms[ $default_category ] );
    }

    return $terms;
}

?>

Best Regards,
- Victor

Hi Victor,

First of all, I would like to thank you for the great product that you and your team have created, along with your enthusiastic support throughout the time I have used FE.

Although I really appreciate the effort and dedication you have put into this product, I am sad to say that your product still does not meet my needs. What I need is a filter plugin that works fast, smoothly and has the ability to customize the interface. As I told you before, your filter currently does not separate the filtering of categories, and according to my programmer, the UI of your plugin has not reached the level I want (although I have tried all ways to intervene with CSS, it still does not satisfy me). In addition, the most important thing is that the response speed of your filter is too slow, it takes me more than 4 seconds to get the desired result. If you are an e-commerce business on the website, you will know that this waiting time of more than 4 seconds is a disaster for the customer’s shopping experience. It seriously affects the conversion rate on my store, thereby reducing revenue, which I think you also know that no business wants.

From all the above, I am very sad to tell you that I will not be able to continue using your plugin. And what I wish is to be able to receive a refund for my order. I know that your product has been used for a while and it may be past the time limit for customers to receive a refund from the seller, but your filter plugin has really affected my business. So I think it would not be too much if I received the money I paid for your plugin. I know this amount of money is not a large amount of money for you, but it is very meaningful to me during this time, it will help me fix a small part of the errors and compensate for a part of the lost revenue. In the future, if your product has improvements and fixes the errors that I encountered, I am willing to support you.

I really hope that my request will be accepted by you. Thank you again and wish you all the best.

Best Regards, dinhhuucong94

Hi dinhhuucong94

We are sorry to hear that you faced such an issue on your site.

As we previously mentioned, the speed can be influenced by different factors such as the server hardware, latency, the number of products, and the optimizations on the site.

In general, a refund is possible with the appropriate form from the account where the plugin was purchased and waiting for the response. Please note, that the support team is not working with refunds.

Best Regards,
- Victor

Hi Victor,

Thanks for your reply. Please give me the link to submit a refund request. I have checked everywhere possible in my account however I can’t find what you said, please send me the instructions. Thank you.

Best Regards, dinhhuucong94

Hi dinhhuucong94

Unfortunately, as a support team, we only provide support on the plugin itself.

If you have any issues with the marketplace, such as not finding the refund section, or something is not working with it, please contact the Envato support team, so they can help you and provide all of the needed information on this.

Best Regards,
- Victor

Hi, we have a problem with the ajax pagination of filters. When the user visits a list of items beyond the first page and selects a new filter, the system reloads the list keeping the page indication. For example: I am on page n. 10 and I select a new filter. The system reloads the filtered list items but keeping page n. 10 in the url and therefore does not display products because the new filter applied does not have 10 pages of items. How can we solve it?

This is the link of the page with filters: https://www.enextechnologies.com/products-list/?e-page-4e6adc6=10

Thanks

HI, we have restored the old credentials. Now they work

Thank you

We have added changes directly to your plugin, and the new update will include this fix.

Best Regards,
- Victor

Thank you Victor!

Hello, on woo result page the filter is not showing.

This is the settings https://tinyurl.com/2do8uaz5 This is the result https://tinyurl.com/2b2sn3va

Any idea how to fix this? Thanks

Hi rashkoff

Either you’re using an incompatible search plugin, or you’re using the wrong query with “And what to filter” – it’s designed to work with the default product search widget from WooCommerce.

Generally, there is no support for accounts whose support period has expired following the support policy.

We will help you once we have addressed all requests from accounts with valid support periods. Please note that this process may take some time, possibly days or weeks.

If you want to receive it faster, please extend the support period. We will prioritize processing the request for supported accounts.

Best Regards,
- Victor

Hello Victor. I’ve renew the support. So please solve this. Thanks

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

Best Regards,
- Victor

Hi

I made a custom archive page. I activated Ajax and place filter in a sidebar with Widget “Filter Everything – Filters” Filters work fine !

“Post found” and “Chips” option in widget works fine, they both are in sidebar but this is not ergonomic, I want to place chips and post found in my template over the posts so I used your documentation “Functions” In Ajax, I set ”.main-content” for field “HTML id or class of the Posts Container”

- Chips display using the function in my template - “Post found” does not display in my template (I placed ID of filter- post id 16)

Below my code, can you please help to have post found display via function, thanks

https://drive.google.com/file/d/1p_wTkHtxqv5Qq7lFknccOkcDfyrObZ5d/view?usp=sharing

All clear ! Thanks

I have 3 questions related to the shortcode post found, chips and archive page 1- “post found” shortcode display the number of post found with filters, if no filter count does not dislpay. I would like to have the count of posts when there is no filter, do you have a way to do it in plugin or I will need to create it and display it when there is no filter ?

2- I use function to display chips on my archive page. On mobile, the chips (from the function) is not included in slider if it is too long (I chaged the way chips display with css to have it on one line.) I have first tested the chips from the widget, chips is included in a slider on mobile if it is too long. Did you mean to do that ? Is there a way to include chips (from function) in slider on mobile if chips is too long ?

3- I am just testing al features, I haven’t worked on content and design yet. But I would like to have my archive page as infinite scroll, not with paginations. Can this be handled with your plugin or do I have to handle it on my archive page ?

1) This only works for filtered pages, to show the total number of posts on a page, you need to create a special functionality for this.

2) Just change your custom styles to something like this – https://prnt.sc/vyCmGEPCSa7Y then you can simply horizontally scroll them.

3) Infinite scrolling is a tricky one, you would need to add compatibility with the filtered query in your pagination, this is not something that easily can be created. There is no universal solution for infinite scrolling.

Best Regards,
- Victor

2- It works !

Thanks for your answers and support

Regards

Johan

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

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

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