Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,723 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8979 comments found.

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

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!

Invalid license key. Please enter correct license key. (when I press “activate license” button. I’m sure its correct.

Also, when I press “get your lic.key” I’ve got “Something went wrong. Please, return back and try to click on “Get license key” button again.”

Hi vrau1

Thank you for choosing Filter Everything PRO.

Did you try it in the incognito mode? Also would be nice if you could send a screen of the issue that you are getting. But more likely it should work nicely in the incognito mode, following those instructions – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key

Let us know if it helps.

Best Regards,
- Victor

Attributes images not visible on the filter page. And how we can use the range filter for some of the attributes other than price.

Hi sunnyroopray

Thank you for choosing Filter Everything PRO.

1) If you want to display the color swatches or brand images, please follow the instructions from this page (it is only available for taxonomies) – https://filtereverything.pro/resources/brands-and-color-swatches/

2) Range slider can be created from the numerical custom fields or taxonomy numerical. It is only working with numbers. So if you have a taxonomy with only numerical values, you can choose Taxonomy Numerical and create a filter from it. Or use a custom field numeric meta key in order to make a range slider from it.

Best Regards,
- Victor

Hi, with filters displayed in a hierarchical manner, is there a way to uncheck the parent term when I check the child term?

For example, we have this structure

Term 1 - Term 1.1 - Term 1.2

If I have Term 1 checked, when I check Term 1.1, I want Term 1 to be automatically uncheck so I can only see the content of Term 1.1.

I have tried to modify the input URLs using some hook but I have not been able to do so. Thanks!

Hi copymouse

Thank you for choosing Filter Everything PRO.

No, unfortunately, there is no such functionality. This only can be created with the custom code, but even we are not sure what to recommend here as one should act like checkboxes, and the other like radio buttons, it should be a mix with the changed logic of the filtering as well.

Best Regards,
- Victor

Hi, we only use checkboxes

Yes, as hierarchy only works with checkboxes. But the functionality you are looking for should contain both logic. So different branches of categories could be selected as checkboxes, but their sub-ones should work like radio buttons.

It is possible to work with the URL with custom code, and regex to delete not needed parts, but in general, there are no easy ways to make it work like you want.

You can try to do some with templates overriding – https://filtereverything.pro/resources/templates-overriding/ but again it would require writing your own logic in order to make it work as you need.

Best Regards,
- Victor

Hello,

I need to create a in stock filter, but cannot see how to do this?

I will check, thanks – is it possible to use a slider interface type for this type of filter?

Yes, in order to use the range slider you choose “Custom Field Numeric” for the _stock meta key.

Best Regards,
- Victor

Amazing – love it!

HI, love ur plugin but i have an issue, i have a clients page where he uses pods, he wants to filter this pod with a custom taxonomy, but we cant get the wp query space working and the filter doesnt give results.

https://paste.pics/RAPRM

As u can see, i cant get how to use the wpquery

And the the filter doesnt give me results

https://paste.pics/RAPRT

The page is https://www.endurance-accelerator.eu/video-toolkit

I mean the structure its pretty simple i just made a simple template with pods and i want to filter the results with the taxonomy.

Could u help me?

Hi CARMELABOHOTHAI

Thank you for choosing Filter Everything PRO.

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