Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,652 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8944 comments found.

Sorry, I didn’t realize it at first time. Indeed, looks like Gutenberg pagination block is not compatible with Filter Everything plugin. It seems this block does not use WP_Query, but only its copy instead of the original. Okay, I will check and try to fix this compatibility in future updates. For the moment as fast solution I recommend you to use 3rd party pagination plugin. For example WP Pagenavi or something like that. https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/comments?page=221&filter=all#comment_28363439

Was this ever resolved? Trying to filter items in Gutenberg using the Query Post Block and Pagination block. It works well when all posts are on a single page, but when paginated and filtered down to one post it’s still showing that there are 4 pages in pagination even though they are all blank except the first page.

Hi oh_amanda

Thank you for choosing Filter Everything PRO.

We’ve sent it to the development team, and when we receive a response from them, we’ll let you know as we are not completely sure about it.

Best Regards,
- Victor

Update*

The development team informed us that there is roughly about 75% to include this in the update that will be released soon.

Best Regards,
- Victor

Great, thank you!

Hi there,

I didn’t want to change my filters to chips(not sure what that is entirely) but is there anyway to make the chosen filters appears horizontally vs vertically? https://prnt.sc/QUYceIvZ8Ja1

Hi matthewm174

Well, it looks like you have a mixed content issue on the site, so it can be the cause of it. But you also can fix it with the CSS like this – https://prnt.sc/fTkySWzuDMwQ you can add the class with the styles in the Filters -> Settings -> Experimental -> Custom CSS.

Best Regards,
- Victor

Hi Victor,

What do you mean by mixed content issue?

Hi matthewm174

This Mixed Content issue – https://prnt.sc/uC8kqLph-FpY

Best Regards,
- Victor

Hi,

we need to deactivate the license key for prior staging sites as we cant activate it for our third staging site (our hoster changed the domains due to server changes). At the moment we get the message that we can´t activate it because it´s activated on 2 other sites.

It would be cool if this process would be easier, to deactivate it ourself. I will send you a PM with our license key. Please inform us when u have done this.

Thanks and regards

Hi hwvaubel

What exactly do you mean by the “activate it on the third site?” If you have the regular license you can activate it and use it only on two sites, which usually, one staging and the second on is prod.

If you want to switch domain names, you can go to the filters -> settings -> license tab and deactivate it from there as it will be deleted anyway, and activate it on the new site.

All we can do is deactivate it across all of the sites, so you can activate it on the new 2 sites. Which we did, so you can activate it on the needed sites.

Best Regards,
- Victor

Thanks for deactivating it. Yes I know how to deactivate it, but the problem is when you don´t think of it prior when changing host or whatever and you don´t have access anymore to the old site I don´t see a way to deactivate it. So we had an old temporary domain and staging site domain until our hoster changed infrastructure and changed also the domain name. So we couldn´t access old domain site that was there before move to new domain.

That´s why I tought to be able to activate it always on new site when transferring would be easier.

But thanks for now. We are fine at the moment.

Regards

Hi hwvaubel

Absolutely, if you need this type of service in future, you can PM us with the license keys to deactivate them on all of the sites.

Best Regards,
- Victor

I´ve got one issue. On https://family-fundus.de/shop/ all filter sets and seo rules work fine, also AJAX. But as I don´t want to have product categories in the filter set, it says “product category not found”, if I don´t chose any filters. But in the filter set I can´t define a filter with no filtering at all. My purpose is to define a filter set saying “if nothing is filtered, just return a defined Headline and don´t show the error message “product category not found”. Is there a way to do this whithout adding the category as a filter?

Hi jens151

Well, this p text is not connected to our plugin at all, but if you do not need it you can simply just hide it with the CSS. We are not sure how exactly we can help here.

There is the function here – https://filtereverything.pro/resources/functions/

/**
 * @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
} ?>

With the help of this function, you can run the needed code depending if any filters are chosen or not.

Best Regards,
- Victor

Dear All, We have bought licence but we don’t know to make get it live, Could you please help us

Thank you

Hi muzzadesign

Write anything here in the PM – https://codecanyon.net/user/fe_support so we can respond to you via email, where you can add attachments.

Best Regards,
- Victor

Is it possible to put the fe_widget on a page that does not include the post query and redirect to the page with the post query when an item is checked? I want to implement this plugin on https://recipes.yajispice.com for a recipe filter to replace search and filter pro, in order to get SEO friendly urls. Note on this site I can either filter from the home page or from the individual recipe page and am hoping to implement the same behavior with search everything.

Hi mmchunt

Thank you for choosing Filter Everything PRO.

Yes, you can make it. Please follow the step-by-step instructions from this page – https://filtereverything.pro/resources/typical-problems/ they are at the bottom of the page.

Best Regards,
- Victor

Hi,

1. How to remove ?min ( question mark ) in my filters? 2. Very big issue with filter names: Error: this prefix is not allowed because it matches a taxonomy or term name already used on your site. Please use a different prefix. How to fix it? 3. Can i add prefix for filters , to have always a prefix /filters/ when any filter is active

Hi hermesx

1) What exactly do you mean by the “removing question mark” from the price filtering? Do you mean in the URL ?min_price=9&max_price=10

These parameters are known as GET parameters, and they are appended to the URL after the question mark ”?”. The server can then use these parameters to filter or process the request accordingly. You cannot remove it.

2) You have to use unique URL prefixes, for example, fe_prod_color, fe_prod_size, fe_prod_brand, and so on. Also, please note that we have used the _ and not the – it is important.

If you have already created URL prefixes, then go to Filters -> Settings -> URL Prefixes, change all of the prefixes for the unique ones, and hit the save button.

3) No, it is working only in this way – you create a unique prefix for each filter, and in the URL it will look like this:

mysite.com/shop/fe_prod_color-red-or-green-or-blue/fe_prod_size-xl-or-xxl/?min_price=100

Where fe_prod_color and fe_prod_size and URL prefixes and then we have a list of attribute names, colors, and sizes, the last one is the GET parameter for numerical values such as price and others.

Best Regards,
- Victor

1) Yes, many other plugins support that, without question mark in url.

its possible to have /f/ when any filter its in use…

No, unfortunately, there is no such functionality in our plugin. As it was created in a completely different manner. Maybe there are filters that do not modify the URL at all and after the page refreshing all filters get removed as they are only dynamical. Our approach is with the URL which you can copy and send to the user and it will open a page with all of the filters selected.

Best Regards,
- Victor

jrp5

jrp5 Purchased

Pretty irritating how this keeps occurring and clicking the “Deactivate License” Does not acutally work.

“Error: you can not update settings because the Filter Everything Pro plugin is locked. Please, enter your license key to unlock it.”

Before you say it. There are no other plugins. Theme conflicts tested.

Hi jrp5

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

Also, please send your license key via PM (not the CodeCanyon purchase code) so we can test it on your site.

You have the ability to use the plugin on two sites, as the license can only be activated on the two sites. What exact issues are happening with deactivation? And how often you are using it?

Best Regards,
- Victor

Hello, I am reaching out to better understand if through the plugin it’s possible to create an advanced search functionality for the products listed in the “PORTFÓLIO COMPLETO POR SEGMENTO” section on our website. The URL of the page is: https://miracema-nuodex.tech/solucoes_e_produtos/

Is it possible to integrate terms for searching within a page using the plugin? The products are not registered through posts, WooCommerce, or portfolios. Instead, they are listed under dropdown menus with categories and subcategories as displayed on the page.

Our goal is to enable users to search or filter these terms directly on the page, so that non-matching results would disappear upon filtering. However, it is crucial that this functionality does not require creating individual pages for each product (as would be necessary with WooCommerce, portfolio, or posts). We prefer to keep only the names and categories on the same page, without additional information for each product.

Thank you!

Hi miracemanuodextech

Thank you for choosing Filter Everything PRO.

Are you looking for something like this site in order to filter your CPT posts by the categories, tags, and custom fields – https://www.mathema.me/tutors/

Because it is a bit confusing from the description, if you could show any example it would help us to understand it better.

Best Regards,
- Victor

Dear sir,

I just bought filter everything and was hoping I’d be able to work with the following requirements, however – I receive an error in the filtering system.

The use case is a wine e-commerce site, Category filtering works correctly but I have set up ACF for various stats of the products.

For example, vintage : 2021 abv : 14%

I have set up the filter set with the meta keys from ACF but I am met with ‘There are no filter terms yet’

Upon checking to set terms within the filter setup I am unable to pull any results from the fields.

Was hoping you may be able to help.

Hi dean274

Thank you for choosing Filter Everything PRO.

Please check the usual issue with the ACF on this page – https://filtereverything.pro/resources/acf/ and let us know if it helped.

As in most cases, the usual issue is changing the type of custom field, changing the meta key of it, and other manipulations.

Best Regards,
- Victor

I created a test environment (dev.) and want to activate the license on that staging environment. I get a message that the license is allready activated on 2 sites?

How to solve.

Well, we see the message here is my license key, but there is no license key included.

Best Regards,
- Victor

I am terrible. It is there 100%

Done! Now you can activate it on the needed sites.

Best Regards,
- Victor

Hello, some time ago you helped me to write a code that changes the displayed headings in filter widget. Now I want to change the displayed name from original product category name to the custom one. I use such a code, but it produce an error. <?php

add_filter( ‘wpc_filter_taxonomy_term_name’, ‘wpc_custom_term_name’, 10, 2 ); function wpc_custom_term_name( $term_name, $e_name ){ // $e_name is meta key in our case // $term_name is term value stored in meta field in our case if( $e_name === ‘product_category’ && $term_name === “Resume_Templates_Word” ){ $term_name = ‘MS’; } }

return $term_name;

Can you help me please?

Hi effa54

We would love to help with this issue. Unfortunately, this code was written before us, and we do not know any details about it. Also, according to the support policy here, we do not provide or debug custom codes.

Most of the hooks can be found here on this page – https://filtereverything.pro/resources/hooks/

If you are not familiar with PHP and WP hooks, we would recommend hiring a developer who will write the correct code for you, using platforms like Upwork.

Best Regards,
- Victor

No the code was given by Andrii some time ago (https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/comments?page=1&filter=all#comment_30790837). That time Andrii helped me with that, now you can’t?

Hello, effa54.

I’d love to help, but unfortunately I don’t have time to do this kind of work for customers anymore. And code changes are not part of our support responsibilities. Unfortunately.

On the other hand, it’s not a complicated code, even an inexperienced PHP freelancer can debug it. You can try to find them on Upwork or similar services.

Thank you.
Regards.

Hi, i bought the incorrect subscription. Is it possible to refund it please? It’s my 3rd Filter Everything Pro purchase.

Hi mateuszmiedzyrzecki

In general, a refund is possible by using the appropriate form from the account where the plugin was purchased. After that, you need to wait for a response, which can take up to a week or two.

Please note, that the support team is not working with the refunds.

Best Regards,
- Victor

I dont know what to set for HTML ID or Class, i’ve tried almost everything for the AJAX to work.

i still get this: “It appears that this page does not contain a container with the specified «HTML id or class of the Posts Container». Try to specify the correct one in the Filter Set settings or the common plugin Settings.”

The page I need help with: https://blue-fish-119010.hostingersite.com/mastiha-cocktails/

Thank you

i also tried adding class to the container and again it doesnt work

If it is not filtering the posts on the page, go to the filter set, and in the “And what to filter?” choose another query hit update, and then test it. Do not forget to refresh the page before testing filters.

Best Regards,
- Victor

It works now, thank you so much Victor

Good day, I am trying to understand why it cannot allow indexing on the archive and the filter category pages if the URLs are different? How can I get around this because indexing the filters can obviously add a lot more indexed URLs to google, whereas the archive pages can have richer information? eg. Category archive URL: https://winedrop.co.za/product-category/red-wine/ filter category url: https://winedrop.co.za/shop/category-red-wine/

Thank you

Can you also clarify as I may have misunderstood how the rule works? So for example I have created a rule for red wine category to appear on the main shop page when I filter for the category of “red wine”: https://winedrop.co.za/shop/category-red-wine/. Will this still be indexed along with the red win archive in my initial comment? Can you also let me know why the title doesnt appear and the description appears below the products under the pagination button? How do we get the description to appear above the products? Thank you

Sorry about all the messages, I think I figured it out. It means that the filter will only index filters on the main shop site. I thought if you want to index the category filter then you cannot index the category archive. All good

Hi geoffreyb13

So this is how it is working. You have a taxonomy named “cars” and you have all of the categories there that you created.

If you create a filter from this taxonomy, you need to turn it off from indexing in order to place SEO Rules on those “cars” taxonomy pages. (Filters -> Settings -> Indexed Filters).

On the shop page and other pages, you can create SEO Rules, but specifically on taxonomy pages, you need to turn it off from indexing. You can simply add attributes with the needed values in order to make SEO Rules by them instead of taxonomy attributes.

Best Regards,
- Victor

Hello, we are using your filtration plugin. However, we have noticed a few problems. When we add a rule for SEO and select, for example, any category and any brand, the title we enter is displayed in lowercase. How can we set different descriptions on that page so that the category description is not visible? Currently, both the filter description and the category description are displayed, which we think can be confusing for Google. Can we get support on a higher level via AnyDesk or similar?

Hi BeoHosting

Please go to the filters -> settings -> general tab and in this input – https://prnt.sc/6fgWRrsVuQ0k write down the needed entities that you do not want to force to the lowercase.

Here is an example with the Prodicy -> Attributes how to find the entity name let’s say color attribute – https://prnt.sc/ISrcb-32OTgg

Unfortunately, we do not provide such support by following the support guidelines here – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/support Thank you for your understanding in this matter.

Best Regards,
- Victor

Hi

1 -How to create a set of product filters horizontal (home page) with a short code ?

2- how to configure the redirection to the store page (woocomerce) and display the same filter vertically ?

3-widget elementor ?

Thanks

Hi Bluetreedigitaldz

Have you used parent filtering in the filter settings? If yes, then it is exactly how it is working if you choose those settings here – https://prnt.sc/R4CJXkbBu36A

Best Regards,
- Victor

Hi, it works for now

I have another question

1- Is it possible to center “Apply and reset” button of the horizontal filter ?

2- It is possible to modify the colors from the configuration or I have to do it through css ?

3- The filter of the home page (horizontal) is not displayed on mobile how to correct the problem ?

Best Regards,

Hi Bluetreedigitaldz

1/2) Yes with custom CSS everything is possible, for colors you can add custom CSS or you can change the main color in the Filters -> Settings -> General tab. But more likely you would need to use custom CSS for what you have in plans.

3) It depends on how you built it. If you used two widgets or two shortcodes, for desktop it will show one data, and for mobile another data with the second shortcode or widget. Then it won’t be shown as you need to use one shortcode or widget area in order to display the filter set. As if there’s two in one it will be shown and the second one will be empty.

Best Regards,
- Victor

Watched your vide and saw an option to exlude/include terms. If I have a filter for tags, s that where I caninclude/ exclude certain tags? I don;t want all tags to be options to filter? Thanks

Hi PAPPACLART

Thank you for your interest in the Filter Everything plugin.

Yes, you can use the include/exclude functionality in order to show only the needed filter terms in the filter widget.

If you are using the Free version of the plugin, and have other questions about the Free version please make a request in the forum section here – https://wordpress.org/support/plugin/filter-everything/

Best Regards,
- Victor

Thanks Victor. I have been using the free version for a few housr. It really doesn’t work for me unfortunately. Many bugs and styling issues. Is it compatible with Impreza theme?

Yes, we have users who are using our plugin with this theme.

If you need custom CSS styling you can always add it in the Filters -> Settings -> Experimental -> Custom CSS.

If you have any bugs or issues you can always let us know so we can provide the help on it.

Best Regards,
- Victor

Invalid license key. Please enter correct license key.

please check, my web sgate.ltd

Hi gartional

Please follow the instructions from this page – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key we’d recommend using incognito mode. Just in case it won’t use any other account by default where the plugin is not purchased.

Best Regards,
- Victor

Hello, I have a regular license and was wondering, does it include lifetime updates? Also, I can only use it on 1 site correct?

Hello Victor, thanks for the reply, can I use the 2 licenses on 2 production sites if I’m not using it on a staging site?

Hi noura56

Yes, absolutely.

Best Regards,
- Victor

Awesome, Thanks! really appreciate your quick response!

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