Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,687 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8967 comments found.

Hi,

I got issue when adding Filter Set for specify pages. I have a plugin “Vechile Parts Finder” that has thousand custom taxonomies. When I try to add filter set, it keeps loading and the admin page freeze. I have disabled all other plugins and changed max_post_size and execute time on server but still cannot fix.

Is there any way to add filters without load all taxonomies while adding filter set? I have tried others filters plugin while enabling custom taxonomy filter without this issue. e.g. “HUSKY – WooCommerce Products Filter Professional [WOOF Filter]”

Any solution to enhance or speedup or not to load all data of taxonomy while adding custom filter?

I have record the screen, and can I email the link to you privatly not to public?

many thanks

Hi chris_yks

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

And you can send the screen record link so we can see how to recreate the issue.

You can send it all via PM. In instruction, there is instruction on how to do it.

Best Regards,
- Victor

Hi Victor,

Already sent the credentials, please check with the “Vehicle Parts Filter” filter set. And I want to have the filter divided into Year, Make, Model… for seperate dropdown in parent-child hierarchy, like https://drive.google.com/file/d/15PYVgKviEMDLdGmcliT8saYwggEPKgWS/view

Hi chris_yks

This is what we get when we use your link from the credentials – https://prnt.sc/vjN437P9ai4Y

The filter looks like that, as we said, you can either use include/exclude functionality and place a couple of filter sets on the page. To display them you need to use either multiple widgets or shortcodes. In order to separate one category filter on parent and child categories filters.

Best Regards,
- Victor

Hello again! I update my pro version, but now I don’t see filtering results. The home page appears again. In old version everything works fine. How to fix this? http://www.diabloauto.bg Thank you in advance!

Hi mimidimi

What do you mean by the “The home page appears again”

And it looks like there are no products on the page that you have sent to us. And shop page has Woo filters. So we are a bit confused about how it was working previously and what you mean by the “The home page appears again”

Please provide more detailed information, so we can fix your issue as soon as possible.

Best Regards,
- Victor

I add filter fields on my homepage, after selecting some values from drop down menu `(for ex. from ДИАМЕТЪР select 18(2)) I am redirecting again to home page, not to the 2 products which have diameter 18. Hope you understand me now. And thank you.

The filter can redirect only to one page which you will specify in the settings. Please check this demo page with redirection filter instructions – https://test.filtereverything.pro/fe_faq_test_mode/redirection-filter/

Best Regards,
- Victor

Hello, we have an issue with the SEO Description of the matched SEO Rule. We use custom PHP code provided by you in the docs to show the SEO Description on the page.

When there’s one match for filter, instead of the desired SEO Description, the content of this filtered post is displayed: https://imgur.com/a/JMlr2np When it should be just text like this: https://imgur.com/a/cbGAsrq

Any suggestions on how to fix this?

Why can’t you use another hook in order to display this SEO description? Why it should be up to the customer to find this conflicting hook, and since probably another plugin uses it also (I repeat we use little to no custom code there), I need to contact another support line?

In your opinion, should I also reach out to other plugin developers and ask them to change their code as well (since I obviously can’t customize another plugin’s code)? Seems like you want to pass the responsibility for this implementation to me, customer, or to another plugin devs, not you. This is not going to work, Victor.

I was actually just able to display the correct SEO description by commenting this line of code from your solution:

$seoText = apply_filters( ‘the_content’, wp_kses_post($seoText) );

When I remove this line from the function, everything works as expected. Food for thought.

Hello fittrac.

Thank you for using the plugin and contacting support. We are always happy to help our customers and especially happy to help you.

It should be noted that we do this within the CodeCanyon Support Policy https://codecanyon.net/page/item_support_policy which includes answering questions, fixing errors in our product, but does not include modifications and changes on customer sites.

We would be happy to do that too, but then the plugin would cost not $40, but for example $60 or $80 to cover such extended support.

The ‘the_content’ hook is used when displaying the SEO Description to preserve typical WordPress formatting you do in the text editor of the description and to preserve compatibility with plugins that modifies posts content.

Indeed, when you commented out the ‘the_content’ hook, the problem went away, but from a technical point of view, this is another proof that there is some third-party code on your site that uses this hook and modifies SEO Description on the page.

Unfortunately, within the limits of current support, we cannot spend our resources to find the cause of such a problem and fix it.

I hope for your understanding.

Thank you. Best regards.

Hello, I want to know if there is a different and optimal way to solve the following issue for my website with the plugin.

I have a series of data that should appear when clicking on a dropdown menu. The idea is that they are not visible until clicking on the dropdown menu. It is not necessary to enter the element, just preview the information.

I plan to solve it with blog posts, creating an entry with the data and using custom fields to add all the data, and configuring the appearance with CSS. Currently, I have the filter functionality resolved with blog posts, but when configuring the post type to filter, I have seen that it can be filtered by entries, pages, and pop-ups.

Could I create pop-ups from Elementor by adding the elements and then create a filtering type for these elements? If so, which WordPress module should be used to create them?

This is the page that I’m working on: https://ingrentia.helefantest.com/distribuidores/

This is the design that i’ve to accomplish: https://ingrentia.helefantest.com/wp-content/uploads/Captura-de-pantalla-2024-01-17-a-les-13.40.38.png

Yes, is what I need.

The idea is something similar to Customization example 1, but with a dropdown and without the tags. It is not necessary to open the page of the data.

You would need to write a custom code in order to make it work like you want.

Here is the function that will help you with it:

/**
 * @return bool true if it is a filtered page and false if not
 */ 
flrt_is_filter_request();
Usage example:
<?php 
if( flrt_is_filter_request() ){
    // Your useful code
} ?>

If you apply any filter term this function will return true and you can run your code if it is true. It can be any JS code or however, you want it to appear.

For example, if you choose any filter term, it returns true and runs the JS code that will make your container with posts “display: block” from “display: none”

Best Regards,
- Victor

Hi, i’m trying to have multiple tag filters in the product collections, but they have to be dependent of one other filter. If i have all filters in one filter set, all works great, but i can’t have the tag filters separated. How can i achieve this using different filter sets?

Also, i assume i need multiple licenses, for multiple websites, correct?

Thanks.

Here is the link to one of my category pages (it is in Portuguese, but i think it should be understandable): https://ferramaq.pt/maquinas/berbequins/

Oh we did it on this site – ferramaq.pt

You can download it from this site (CodeCanyon).

Best Regards,
- Victor

No problem. We checked and everything is working fine. Thank you so much for the support.

We are glad to hear that everything is working fine.

Best Regards,
- Victor

Hi, As i can see your demo, applying the filter returns a quick result without reloading the page, but on my website, the filter reloads the whole page and make time to show the filter result, please how can i setup this option like on your demo? Thanks

Hi TidMed

By using the AJAX option in the filters -> settings -> general. The speed of filtering fully depends on your server hardware and optimizations.

Instruction about setting up AJAX can be found here – https://filtereverything.pro/resources/plugin-settings/#ajax

Best Regards,
- Victor

Hello, I added this search bar: https://prnt.sc/rNsOFo-8mvwd and want to make the search by tag as key word, but the search result didn’t give anything. I see on the filter setting that the search by product tag is possible by using checkbox, dropdown,.... but in my case i want to make search by the search bar and tags will be used as key word. Please how can fix that?.

Regards.

Hi TidMed

The search bar filter is doing a search by the title, description, and product SKU. But with future updates, we want to extend its abilities in order to search by other parameters.

Best Regards,
- Victor

Hi, I’d like to create a filter similar to the filter on the Hubspot App Marketplace shown here: https://snipboard.io/Tf0VLE.jpg

It looks like a combination of your dropdown and checkbox filters which allows the user to both search for features but also select more than one.

Would you be able to add a filter like this to the plugin? If not, then do you offer customization services? Or is it possible at all to customize the filters in this way?

Hi kayseventeen

Unfortunately, there are no such options. That can be made only with a custom code. And it would be harder than it might look.

Best Regards,
- Victor

Ok, thanks for your feedback. I also noticed that the chips disappear in mobile view. Is this supposed to happen? Is there anything I can do to make them show up?

Hi kayseventeen

It depends on how you set up the plugin. Can you send the link to the page with the issue so we can check it?

Best Regards,
- Victor

Hi there,

We run into different issue with the plugin.

Created a new set of filters for woocormce products and works as expected for the admin user, but we needs to use woocomerce memberships extension https://woo.com/products/woocommerce-memberships/, and the second we login as a member(not admin) we are experiencing issues with filters, it doesn’t filter any products, switching back to admin – works as expected, Can you please advise?

Hi webhelp2

Our plugin does not have any user role restrictions. So in this case it would be best to make a request to the WooCommerce Memberships support team. So they can help you out with this, perhaps they apply some type of restrictions on their side and do not allow you to run certain things. Because the plugin works without logging in at all.

Best Regards,
- Victor

Hi, the filter can combine with categories – subcategory and attribute thanks

Please show an example, of what you want to achieve with this combined with categories – subcategory and attribute.

The more information you provide in your question the faster we provide an answer.

Best Regards,
- Victor

Hi, category part ( categories ) – subcategory auto part ( categories ) – brand vehicle (attribute ) – model (attribute ) – years (attribute ) Thanks

You can create a filter like here – https://demo.filtereverything.pro/step-by-step-filtering/

Which is:

category (prod taxonomy) – brand (brand taxonomy) – color (attribute) – size (attribute)

But for this “subcategory auto part ( categories )” in order to separate it as another filter, you can create another attribute, so you can create a separate filter from that attribute.

In another case, if you place two filter sets to separate them, your redirection filter might not work correctly together with the second filter set when you hit apply.

Best Regards,
- Victor

I am looking for something like this, but for prestashop. Will you know something like this? :)

Hi pablof

Thank you for your interest in the Filter Everything plugin.

Can you specify your question? Because we are absolutely confused about what are you talking about.

Best Regards,
- Victor

Do you plan to, or know of any plugin that works like yours (because it’s great!) but on Prestashop?

Ah, now it is understandable. Not at the moment, but perhaps in the future we might extend platforms, so it will be available not only for WordPress.

Best Regards,
- Victor

Hi, I have a problem with the plugin. I want to filter products by tag on product archive page. The problem is that the code printed in the products archive page is empty.

<div class="wpc-custom-selected-terms"> <ul class="wpc-filter-chips-list wpc-filter-chips--1 wpc-filter-chips- wpc-empty-chips-container" data-set="" data-setcount="-1"> </ul></div>

Can you tell me why? Thank you.

Hi timmytag

Maybe this template does not have a footer() or scripts are not loading on it. The pictures won’t give us any information, we need to have a link to the page so we can check it, and if it won’t help then we need credentials to the wp-admin dashboard following this document so we can check it.

Best Regards,
- Victor

Hi thanks for the support. I solved the problem with the shortcode. A last question. Can you tell me how to remove the default ”-” and “select” characters from the drop-down menu? I would like to display only the filter title (in this case “Certificazioni”). See attached images please.

I currently have this result: https://www.timmytag.it/img/current-result.png I would like to get this: https://www.timmytag.it/img/desired-result.png

I’m waiting for a response. Tnahks

Hi timmytag

You can check instructions for that on this demo FAQ page – https://test.filtereverything.pro/fe_faq_test_mode/5403/

Best Regards,
- Victor

Dear Team, I would like to implement Length, Width and Height based filter for my woocommerce website. i have created the page called filter by size and added the short code. I also created the filter set using the info mentioned here: https://demo.filtereverything.pro/example/by-length-width-height/. Filter options are showing, but when i enter some numbers and search, it’s not bringing any matched product in my “Filter By Size” Page. Am i doing anything wrong here. It’s very urgent.

Hi donowglobal

Thank you for choosing Filter Everything PRO.

Perhaps the issue here is that you didn’t choose the correct query from the filter set settings, in the “And what to filter” dropdown.

Try to clean the cache as well.

If it won’t help, you can send the credentials to the wp-admin dashboard following this document so we can check it.

Best Regards,
- Victor

ok, may i know what option do i need to select in”And what to filter” dropdown for my use case.

You have to test them all manually, in order to understand which one is responsible for displaying your products.

Best Regards,
- Victor

is there a limit on how many filters can be loaded?

Hi harryubuntuuber

Thank you for choosing Filter Everything PRO.

No, there are no limits, the only limit is your server hardware.

Best Regards,
- Victor

Hi there, first of all, thanks for develop this plugin. I have a question, I need to filter by Image custom taxonomies, the default options are for Posts, Pages and Products, how can I add the images to it recognize my custom taxonomies?. Thanks in advance.

Hi javorodba

With the last updates of the WP, perhaps you would need to create it as a mu-plugin for that.

And all you need to do is to remove ‘attachment’ from the code, so it won’t hide it anymore.

Best Regards,
- Victor

Hi Victor, Now it shows the items, but it appears with 0 in the counter, so it dont show anything.

Hi javorodba

Did you choose the correct query in the filter set setting in the “And what to filter” dropdown? Try to choose another one and hit update.

Best Regards,
- Victor

HI! I saw a comment about filtering posts that do not have a category. For instance, hide food menu items with a specific allergenic. Can’t find if this has been implemented or not. Thank you! Great plugin!

Hi Nettek

There is no filtering that will remove posts with certain data in custom fields or in attributes… But with future updates, it should be added.

Right now you can create a filter to show products that have certain attributes on the custom field data.

So you can make a filter with products that do not contain any allergenic and show them.

Best Regards,
- Victor

Hello, Please where can i find the filter ID, i need to specify it on the shortcode here: https://prnt.sc/B3CAdWDyp_Ac Regards.

Hi TidMed

You do not need to specify the filter ID in the shortcode. It won’t display the needed filter in that place.

The ID was created for the manual display order. But now you can use the priority in the filter set settings in order to choose which filter set will be displayed first, the one with higher priority will be the first one.

While diting the filter set, you can see the ID in the URL.

Best Regards,
- Victor

It’s ok i manage it by putting a priority. Thanks

How can I get a refund of the plugin?

Unfortunately we use Permalink Manager to replicate the Magento URL structures we are migrating from. One of th eproblems is this:

Now the filter’s URL looks like his: https://test.artbox.ro/hartie-pictura-si-desen.html?pwb-brand-filter=artbox

With your plugin installed it would look like this

https://test.artbox.ro/hartie-pictura-si-desen.html/pwb-brand-filter=artbox

Hi soaneanicolae

Thank you for choosing Filter Everything PRO.

To turn off user friendly permalink manager in our plugin you can use this code:

define( 'FLRT_PERMALINKS_ENABLED', false );

In general, you can make a refund request from the account with the appropriate form and wait for a response (a week or two). Please note that the support team does not work with refunds.

Best Regards,
- Victor

It is asking for liecense to make changes but I’m redesigning my website and in testing environment, it does not allow me to do changes. help me so I can use it on my live website while I make some changes on testing environment.

Hi achi1

Can you please provide a bit more structured information on the issue? Do you need us to deactivate the license key across all of the sites? So you can activate it on the needed ones. Or what is the case? Right now it is looking a bit confusing.

To make changes you need to activate the plugin if it is locked. You have the abilityt to activate the license on two sites.

Best Regards,
- Victor

Hi I just bought a new licence key for my project but when i put it in it says : Invalid license key. Please enter correct license key.

The plugin seems to be locked, what do i need to do?

Hi qoqmedia

Please check the instructions on how to get the license key here – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key

It looks like you are using the purchase code.

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