Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,659 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8952 comments found.

Hi, pop up filter on mobile is not working, any advice?

Hi joamedia

Thank you for using Filter Everything PRO.

Please, provide me with link to the page where you have this issue. Optionally you can send it via PM if you do not want to make it public.

I would like to embed this filter form on my homepage header with a few fields mapped to product attributes. When a user searches, are they redirected to the default WooCommerce search results page?

This is my site https://tcg.land, if I add the form to the homepage, will users be redirected to the current search results page or does this filter form need to redirect to some different page?

Hello SoyJimmy

Thank you for using Filter Everything plugin.

Please, write your support request from the account, where you purchased the plugin.

select2 does not work if there is a checkbox field selected. If there is a filter selected (or pre-selected) the checkbox search system stops working. why?

Hello giuseppedichiara

In general it is compatibility issue with your other plugins or theme or custom code. Please, provide me with link to the page with this problem and I will let you know what exactly the reason of such behaviour.

Hello giuseppedichiara

Thank you for the link you provided.

I checked your site and realized that you placed Filter widgets in the accordion module that makes them hidden by default. jQuery Select2 plugin does not apply itself to the hidden select tags and after you open them you have to re-init Select2 function. Optionally you can use JavaScript function wpcInitiateAll(); included in my plugin that initiates all FE features on the page.

Or you can use native FE Collapsing button in Filters -> Settings -> Mobile devices or even native Folding option inside every filter.

I have the same issue as @bokishaNET Products that are not on sale are appearing in the filter, more 200 products. Another issue, brands filters doesnt work (shows the correct number of items but doesnt redirect to the brand page upon click)

Hello igharib

Did you try to use checkbox “Use for Variations” for your filter by “On Sale” status? It located under “More options” section of the filter.

hi, it doesn’t work and don’t have variations on our products

Hi igharib

It seems you have the same reason as another customer – some of your products have empty values for post meta fields with meta key ‘_sale_price’ Try please to delete them with SQL query in PhpMyAdmin (you can install it as WordPress plugin) But please, create a DB backup before that. Here is the query:
DELETE FROM `wp_postmeta` WHERE `meta_key` = '_sale_price' AND `meta_value` = ''

Don’t forget to edit the query with your table names – replace `wp_postmeta` with your value.

Hello again, Is there a way to order the items in a custom way?

I have this case: 10-9mm 2-1mm 3-2mm 5-4mm 6-5mm 9-8mm

What I want is to have this order 2-1mm 3-2mm 5-4mm 6-5mm 9-8mm 10-9mm

I use the Term name option and I get the item from an ACF field

Thanks for your help

Hello starlightcorp

If no one from available sorting options is good for you, you always can try to sort them via code. There is hook ‘wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook and it allows you to sort them as you need. Of course it requires to be familiar with PHP coding or you have ask a developer to help you.

FIXED

Great.

I’m glad that your problem was solved :-) And thank you for your notification about that.

I didn’t get this plugin to work as required on www.bestbonuslist.com, is it possible to get a refund?

The developer that requested the plugin to be added is no longer with us. We’ve continued with our custom coded filter which is the best solution for us.

monsmas

Ok, I understood you. You can create a refund request in the form in your account. The request will be processed in accordance with the CodeCanyon Refund Policy Rules.

Hello monsmas

Please, write me message in PM I have win-win offer for you to close the issue with the plugin, refund request, your review and so on.

Thank you. Kind regards.

Hello, we are currently experiencing a problem with the activation of AJAX. Indeed, when it is activated, our products are not updated on the catalog according to the activated filters: the same products remain displayed without any modification. For example, if I click on the “fire” labels, the products related to this label will not be displayed despite a good configuration of the filters. When AJAX is disabled, everything works.

Thank you in advance

Hello ruaneo

Usually it means that you configured wrong value for the “CSS id or class of the Posts Container” option. Or you have some JavaScript errors on you site pages. You can check this in the Chrome Console for example.

I recommend you to read this short article about how to configure “CSS id or class of the Posts Container” – https://filtereverything.pro/resources/plugin-settings/#ajax

Hi,

Is there a way to choose multiple pages / CPT pages under Where to filter?

Thanks

I want to put the same filter across multiple cpt pages, its only letting me choose one.

Hi ZDltd

Thank you for using Filter Everything PRO.

It is possible only to select some type of pages, for example “All archive pages for this Post Type” or “All category pages” or so. The reason, why can not select a list of different pages is that ususally on such pages there are different WP_Queries and they should use different Filter Sets to be able to filter on them.

Hi,

We’re using Filter everything PRO and Rate my Post (by Blaz).

We wish to create a sorting filter with the option to sort on “highest rated”-posts. There is a meta key (rmp_avg_rating) from Rate my post but we end up getting some mixed results.

Any ideas?

Hi AgrensIT

Thank you for purchasing the plugin.

Please, send me credentials to your /wp-admin in accordance with this document and provide me with link to the page with example of the problem I will check it myself.

Thank you.

Sent credentials

Hi AgrensIT

Thank you for your credentials.

I checked your site and realized that sorting parameter in SQL query presents and it should work properly. I sent you screenshot with example of this query.

If the end result is not as you expected it may depends from data in your post meta fields (I recommend you to check this data directly in DataBase) or maybe your have some PHP code that changes ordering of your recipes before displaying on the frontend.

Unfortunately I can not help you more with this as it is something out from the item support scope here on CodeCanyon.

Thanks for the great plugin. I want to put the filters in separate locations for phone and PC, but when I put two in place, only one shows up.

Hello kiharaneko

Thank you for you warm words about the plugin.

If you want to use two Filter widgets on the same page, you have to create two Filter Sets pointed to this page(s) and insert threr two Filter widgets – one widget per one Filter Set.

Hello! I just bought it and works for me needs 100% thank you.

Hello kattouf

I love reading rave reviews like this. I would be thankful for such positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

If you will have any questions, please let me know about them here. Thank you in advance!

Hi Stepasyuk,

I am using Label List to filter CPT using custom taxonomies. I am wondering if there is a way to just allow the user to choose one filter and if they choose another it turns the first one off?

Thanks

This is not needed anymore

Hi ZDltd

I’m glad that your problem was solved :-)

Hi, thanks for this plugin. I’m struggling to get the ajax filter work with my ajax load more button. It seems that the load more button does not get the updated query, after i used the filter. Can you help me in this case with a hint, how to get this going? I build the ajax load more by myself, so there is no other plugin involved.

Best regards. Beate

Hi Beate

Thank you for using Filter Everything PRO.

If you want to make your “Load more” button compatible with FIlter Everything PRO AJAX you have to get correct link to the page with selected filter terms. You can get it in JavaScript code for example with window.location.href after trigger jQuery(document).trigger("ready"); fired. The trigger works every time when filtered posts are loaded through AJAX.

It took me a while to figure this out. But now it’s working. Thanks for the hint.

Hello,

I am currently experiencing a problem with your plugin. I have integrated it into my online shop but since then, a strange situation has arisen: the URLs of products in certain categories are no longer recognised at all. So, when you click on some products in the catalogue, you are redirected to a 404 page. We have tested different settings of the plugin to try to find the origin of the problem, without success. We also considered the possibility that the problems come from a lack of compatibility between your plugin and another one. But again, we didn’t find anything suspicious or related between your plugin and another one. We have no idea where the problem is coming from, so we’d like to know if you’ve encountered it before, and if you can help us solve it.

Thank you in advance,

Thibaut from OZC Signalétique

Problem solved, it was the prefixes of the filters that looked too much like the normal permalinks of our categories/tags and created problems.

Hello ruaneo

Thank you for using Filter Everything PRO.

I’m glad that your problem is already solved, it is known issue, when you use URL prefixes equal to category/post slugs. Thank you for your notification about this.

Hi, how to create

Filters with added logo and filters with added color

like this https://ibb.co/JHb2Pq2

12de127f-039a-4c07-8793-bf468c96357a

Hi marc_hello

Thank you for using Filter Everything PRO.

Images in filters can be displayed automatically If you use plugin ”Yith Brands for WooCommerce” or “Perfect Brands for WooCommerce”. But if you don’t use these plugins you can display your images via code example – https://gist.github.com/wpserve/e80ea9aaf978dfedb11edb44d2739dce This code expects that you added your images in taxonomy term meta fields and should be edited in accordance with your meta keys and stored for example in the functions.php of your active theme.

Clicked ‘get license’. I don’t have an envato acc, only codecanyon. Created an envato account – but it says ‘there was an error click get license again’ – every time.

Hello DigitalSmithy

Thank you for purchasing the plugin.

You have to log in with your current CodeCanyon credentials to the account, where you purchased the plugin.

I’ve started setting up filter sets. I’m using it for selling Laptops on woocommerce. I want to have a filter to give the following options to the users:

Screen Size

  • 10inch and below
  • 11inch to 13inch
  • 14inch to 16inch
  • 17inch and above

What’s the best way to do it? I have the screen size attribute for my products.

Hello mohsengh

Thank you for purchasing the plugin.

In genral it is something out from the item suppott scope here on CodeCanyon because it requires to solve some development task and to make additional coding. But I can give you advice how to implement this:

1) You have to create range filter by this attribute (it is numeric as I understand) and create your own template for this attribute.

2) With hook ‘wpc_view_include_filename’ you can inlcude this custom template for your filter by screen size. The hook is located in the /wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php file.

3) You can use next code example to get current selected filter terms and to build URL for these filters. Also you can add in the $filters array your predefined filters by Screen size and values From and To.
if( class_exists( 'FilterEverything\Filter\UrlManager' ) ){
    $urlManager = new \FilterEverything\Filter\UrlManager();
    $filters = flrt_selected_filter_terms();
    if( $filters ){
        $selected_filters_link = $urlManager->getFiltersUrl( $filters );
        var_dump( $selected_filters_link );
    }
}

4) When you will have these links, you can display them in the list and they will be dynamically changed in accordance with selected filters.

There is only one simple step left – to write the code for all of this :-)

Hello,

I display the filters on my “news” page but when I click on a label, the articles only update to display one article.

Hello mt-studio

Please, provide me with link to the page with this problem and let me know details how to reproduce the issue. Optionally you can send me it via PM.

Hello, I’ve purchased the filter and I try to create multiple and different Category filters. I’ve created one file that include only some categories. Now I want to create a second filter type for some other categories (using include/exclude functions in the plugin settings) but “Categories” is now greyed out. How can I do this ? It’s not explicated anywhere I fear. Thanks a lot !

Hello yannphilippe

Thank you for purchasing the plugin.

It is not possible for the moment yet to add two or more filters by the same entity in one Filter Set. But you can use a trick – to create two or more Filter Sets and poin them to the same page. On this page you have to insert several Filter widgets – one per FIlter Set. And you can add Category filter to every Filter Set. But important to know that all these Category filters should have the same logic value to avoid conflicts between each other.

Hello and thanks for your answer. I tried to create a second filter set, assigned it to the same type of posts (Articles) and pointed to the same page. When I put a second Filter widget in the sidebar, indeed it shows now my second filter set aswell. The thing is that I have some “Color” categories like : red, blue, pink, yellow, etc. And I have some “Year” categories : 1998, 1999, 2000, 2001, etc. I want to be able to select like multiple Color (i.e. : show all the pink and red posts) but only the ones from 1999. When I select pink / reds / 1999 in my 2 different filters set, the plugin now displays : all the pink and all the red articles but from all the years available, not the one selected. It’s like every filter set works alone but not in cunjunction with others. Maybe I forget to set something…

Hello yannphilippe

The best way to check if the filtering works correctly is to install Query Monitor plugin and find the SQL query of the filtered products. The query contains string ”/* Current SQL Query is filtered by Filter Everything plugin */” and you can easily find it. Please, put here this SQL query or send if via PM and write here comment about that.

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