Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,188 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9150 comments found.

Is this plugin translated into German? If not, will I be able to to translate it with Loco Translate? Thank you very much.

Hi kimoribj

Thank you for your interest in Filter Everything PRO.

For the moment it is not translated to German yet, but it contains *.pot file and you can always translate it with Loco translate or other software. You can also share your translations file and I will add it to official WordPress translations repository and plugin will be translated to German for all people in the whole world.

Hello. I have a small problem that I don‘t seem to be able to fix. Is it possible for your give me a solution?

The problem is explained in this video: https://www.loom.com/share/28d9aea2e7ad4ec7b60a5ce65a03016b

Hi danielcroitor

Thank you for using Filter Everything PRO.

It seems you have to set correct page in the field “Where to filter?” and Shop page can be selected in two ways:
1) Common WordPress pages -> Shop page
2) Pages -> Your Shop page name

Try please to check both these ways and to detect what works for you.

Also in the first Filter Set (on your homepage) try please to activate option Empty terms – Always hide to avoid “empty” filtering results.

Hi, Stepasyuk,

This is great filter! A comment about a year ago mentioned the following features:

” I have variable swatches plugin https://getwooplugins.com/plugins/woocommerce-variation-swatches/) which displays color attributes as colored labels.

...

1. ...

2. Another effect I want to have very much is: After filtering (for example red color) not only I get products that have red variant but also I get images of those variants – meaning I get only red variant images. Also when I click on the product (after filtering red color for example), one the product page the chosen variants are already selected and the right variant image is shown.

Are you planning to implement it in future updates (if so – when approximately). If not – do you think would it be hard to implement by a developer? And would it be a need to modify the filter plugin or swatches plugin? “

Your answer is: ” I have plans to implement filtering by variation attributes and this feature is on the second place in my plans list. The option to automatically select the right variation will be automatically added with filtering by variations feature. “

But I didn’t find a demo of this feature (About correct images for variations) on your current Demo site, so I’m wondering: is this feature implemented? Can you demonstrate it on the Demo site?

Kind Regards!

Hi Team,

i have an issue with Elementor and multiple Post widgets on the same page. how can i connect one Filter with a specific Elementor post Widget?

Small video: https://www.screencast.com/t/ULsYtHAHCB

Mby here is the issue :D i use e-addons Query, but it look to me, that the query not work or not take over to the right queried widget.

What i try: give Post Widget (Elementor and e-addons) “css/ID” and also the same by CSS id or class of the Posts Container. Not filter anything.

Use a blank page, Post widget + Filter shortcode – no Posts filtered. (Query WooCommerce)

My Theme is blocksy.

Thank you for any hint Christoph

Hi Christoph

Thank you for using Filter Everything PRO.

First of all you have to use Post widgets/grid that loads posts by WP_Query as it was usual for WordPress before. If you use widgets that load posts like Gutenberg blocks (via AJAX requests) they can not be filtered by Filter Everything plugin.

How to force specific Filter Set to filter specific widget – via selected its WP_Query in the “And what to filter?” field inside the Filter Set.

All this works without AJAX. If you want to make it work with AJAX you can add specific values for CSS id or class of the Posts Container option to relate Filter Sets with their HTML containers on the page.

Hi Stepasyuk, thank you for your replay, yes I understand the workflow, but it doesn’t work smooth with Elementor – i already added by the post widget the class and in basic it work.

I think I need a deeper implementation like Crocoblock filter or something like this.

Thank you

Hello,

with the new Update i get this: “Invalid license key. Please enter correct license key.”

I bought my lincense on 2022-06-15 20:03:38 UTC.

Cheers.

Hello,

It doesn’t work. I go to envato -> Downloads -> Filter Everything – WordPress/WooCommerce Product Filter -> License Certificate & Purchase Code (Text) -> copy the item purchase code -> paste it into the “License Key” field (on my page).

Result: “Invalid license key. Please enter correct license key.” I don’t know what i do wrong…

nixon83

License key and purchase code are different things. Please, go to Filters -> Settings -> License, click on the “Get your License Key” and you will be redirected on the new page. Login there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.

Ahh… ok, now it works. Thanks

Hello, How can I enable the pop-up function (or off-canvas) also on PC view? Thanks

Hi digitaltoolsgr

Thank you for using Filter Everything PRO.

In the latest version 1.6.8 which is available here on CodeCanyon you can achieve this by adding one code line: add_filter( 'wpc_mobile_width', 'my_custom_wpc_mobile_width' ); function my_custom_wpc_mobile_width( $width ) { $width = 1024; return $width; }

You can add this code in the functions.php file of your active theme and change 1024 to your desired screen width.

Hey, that doesn’t seem to work. I have the latest version, I played around with the number (1024) but filters still appear default on PC view, and not as a button with a pop-up view.

Hi digitaltoolsgr

Did you enabled Pop-up filters widget in FIlters -> Settings? If yes, you have to check maybe cache issue.

Would you please help with how to display the filter in Elementor also with ele custom skin?

Hello aljaleya

In general your support period is expired and I’m not obliged to spend my time to help you. But shortly I can give you advice – just insert it as widget or shortcode – https://filtereverything.pro/resources/shortcodes/

If you can not find widget in Elementor sidebar via search field, try please to scroll down the sidebar and select desired widget.

Hello….i want to use plugin with Elementor how i will set typography and style it further…You dont have widget for elementor?Thank you

Hello katarasg

Thank you for using Filter Everything PRO.

In general Filters widget is available in Elementor, but for some reason the search field in Elementor sidebar does not work properly. It is known problem. Try please to scroll to the bottom of the Elementor sidebar and you will find Filters widget.

Optionally you always can use widget shortcode [fe_widget] https://filtereverything.pro/resources/shortcodes/

Izijob – message 2 yes please advice which exact plugin and hook need to used for this?

Hi izijob

Globally there are 2 things that shuould be done: 1. To convert values from original (original price) to desired currency in the Range view template. This can be done via template overriding – https://filtereverything.pro/resources/templates-overriding/

2. To convert values back in original prices via hook wpc_filtered_query_end

This sound simple, but requires some time (1-2 days) and efforts (and money) to achieve this.

Hello,

Just a quick note to let you know that when updating to version 1.6.7, the installation went fine, but WordPress considers the update not installed and still shows the update at TO DO.

By the way, can you tell me where I can find my Pro license number that I bought a few days ago?

Excellent day,

Cordially,

Eric Roy

Hello MyAim

Thank you for using Filter Everything PRO.

I’m sorry, it seems it is glitch related with that fact that I released v1.6.6 and after v1.6.7 with small fix at the same day. You can just wait 24 hours and this message should disappear.

Or you can enter your license key and click “update” under the plugin. To get your license key, click on the button “Get your License Key” – https://prnt.sc/MzFJnPmDXPuR, log in into your Envato account and you will see your License Key.

how to update the filter everything pro. If we updating the filter it will causes any damage to my old data which we have already?

Hi logakarthikeyan

You can download it from your account on CodeCanyon and update via Plugins -> Add New -> Upload plugin -> Replace current with new. In this case your data will not be erased, but in any case do not forget to create a DB backup before this!

Your filters data can be erased only if you delete the plugin from your /wp-admin -> Plugins screen.

All next updates can be done automatically from your WordPress dashboard as the latest verison includes update mechanism.

Thanks. How to get auto update of plug-in?

Hi logakarthikeyan.

Current version should be installed by the way I described above. All next versions can be updated as regular WordPress plugin on the /wp-admin -> Plugins screen.

So please download zip with current version from your CodeCanyon account and install it via Upload plugin button.

UPD: Don’t forget to create DB backup before that!

Hello, Can someone take a look at my site? The filter is not working on safari and android browsers

https://www.claybornfitness.com/virtual-fitness-studio/

I excluded the page to be cache and it still do not work. The only way it works if in disable Ultimate Member and that the main plugin on my site. I see someone else had the same issue in the comments.

Hello, was able to help internet2, I am having the same issue

Hello thompson1281

I checked your page second time and realized that you show different content in dependancy from user logged in status. You have to do it in such way when for logged in and logged out user FIlters widget should be present on the page. As some trick you can try to create second Filter Set, put Filters widget on the page for the logged out users also and after hide it with CSS. As result Filters widget will be present on the page, but not be visible for users.

I would like to help you with this more, but unfortunately it is something out from the CodeCanyon item support scope. Plugin configuration with 3rd party plugins is something that should be solved by site owner himself.

Hi,

Is it possible to have the filter panel above the products instead of on a sidebar?

It would be great to have a dropdown style above the archive shop products to increase space for more products on the page. See this example:

https://wpbingosite.com/wordpress/funori/shop/?category_style=filter_dropdown

Thanks,

In general it is possbile – to make filters horizonally. But you purchased the plugin more than 6 months ago and your support period (6 months) is expired. FYI – the extending of the support period costs less than full plugin price.

You can try to find how to make filters horizontally by yourself. Or you can extend support period and I will let you know, how do to that.

All things are fair :-) Please, make your choice.

I’m really sorry but time is something we have no control over at the moment and we genuinely thought that filters worked both on sidebars and above products like most filters do. I don’t want to put you to any trouble and do any customisation work so I will just request a refund and please accept my apologies again for not understanding that your plugin didn’t work this way.

Spagrand

Of course you can create refund request from your CodeCanyon account and it will be processed. But to has chances that it will be processed positive for you, it should meet at least one point of the CodeCanyon Refund Policy Rules – https://codecanyon.net/page/customer_refund_policy

I understand you personally, but you have to know that Rules are Rules.

One of the reasons I bought the premium version of this plugin is because it works with Themify Builder, which my client is using (they’re using the Pro version). However, it doesn’t seem to work for me in Themify Builder Pro. If I turn off builder and go with the stock Storefront theme, the plugin works fine but when using Builder (or a Themify theme with Builder plugin included)

Here is a demo version running on my site, using the Themify Shoppe theme, with Builder Pro on top of that. Can you provide my any guidance? https://danstephenson.ca/sites/vanisle/shop/

Hi DGStephenson

Thank you for using Filter Everything PRO.

It seems you configured something wrong. Usually the reason of such behaviour could be:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.

Please, try to check these reasons one by one. This should help you to make it work properly.

UPD: here is example that Filter Everything works with Themify – https://soundcamel.com/shop/product-category-acoustic-accessories/

Hi!

Since today’s update I have these script errors. Is it normal? Thanks!

Missing dependences

!function($){“use strict”;$(document).ready(function(){$(document).on(“click”,”#show_bottom_widget,function(a){$(this).is( a;a=0,$(“tr.wpc-sortable-row”).each(function(b,c){a=b+1,$(c).find(”.wpc-order-td”).text(a)})}}),$(document).on(“click”,”.free-version .wpc-field-sortable-handle”,function(){alert(wpcFiltersAdminCommon.prefixesOrderAvailableInPro)});let b=navigator.userAgent.toLowerCase().indexOf(“android”)> -1,a=0;b&&(a=1/0),$(”#show_terms_in_content”).select2({width:”80%”,placeholder:wpcFiltersAdminCommon.chipsPlaceholder,minimumResultsForSearch:a,tags:!0}),$(“body”).on(“click”,”.wpc-notice-dismiss”,function(b){b.preventDefault();let a={};a._wpnonce=$(this).data(“nonce”),wp.ajax.post(“wpc_dismiss_license_notice”,a).always(function(b){var a=$(”.license-notice”);a.fadeTo(100,0,function(){a.slideUp(100,function(){a.remove()})})})})}),$(document).on(“click”,”.wpc-error.is-dismissible > .notice-dismiss”,function©{c.preventDefault();let a=$(this),b=a.parent(”.wpc-error”);b.fadeTo(100,0,function(){b.slideUp(100,function(){b.remove()})}),b.append(a)})}(jQuery)

laplantesebas

Thank you for your report.

Indeed, I checked the plugin, found the problem and fixed it. The update is already available here on CodeCanyon or you can update it from your /wp-admin automatically in next 24 hours.

Yes, it works! Thank you very much, Mr Magician. Have a good day!

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

I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

How can I change the breakpoint for when the collapse filters on mobile function is triggered? I’d like to engage it on tablet.

Hello aaronbiby

Thank you for using Filter Everything PRO.

For the moment this can be achieved only if you change some amount of CSS code. But it seems on closest plugin updates (I think in 1-1,5 months) I will add ability to change this in one code line.

It’s great to know that this is coming as an adjustable value in the plugin. For now, can you let me know what css I should add to have the filter collapse at a max-width of 1024px?

Hi aaronbiby

I wrote the short instusction how to achieve this before plugin update. Here it is and it is not so complecated – https://gist.github.com/wpserve/8982d160b58ecd7a174b90fa0f953e44

But you have to remember that changes in *.CSS files will be lost after you will update the plugin. And if the next verison will not contain this ability to change breakpoint in one code line (I hope it will contain) you will must to repeat procedure from the instruction.

Hi! When I use SEO rules, your plugin ads the meta description. But it also seems that he different meta names from Rank Math still is on the page. The URL with the SEO rule filters than have duplicate rules. How can I handle this? //ANdreas

StylingAgenten

I understand this thought but Google is not so stupid to index pages with dynamic GET parameters. He recognizes such pages and does not include them in its search index. So you may not worry about this.

Hi, In this case you are wrong. It is my SEO agency that tells me I need to fix this. There are around 2000-3000 URL containg this ”?” and is indexing as seperate sites (duplicates from original).

Hi StylingAgenten.

Okay, I understand you. I don’t want to argue about it, but I can say that this problem is out of the item support scope. If you need to close from indexing pages with range slider GET parameters, I can advice what hook and what functions you can use to achive this. But as it is custom coding you have to implement this by yourself or ask a developer to help you.

Please, let me know if it will be ok for you to know what hook and functions will be useful to achive this goal.

Hi, Since I started with your plugin and created many great filter functions. The URL use canonical correct but I need to set all the filter parameters as ‘?filter_product_brand=’ and more as noindex since Google now index all the search filter parameters and we receive many duplicate content issues. Please help

I did add this in the theme function.php. The thing that does not make this work 100% is that there are 2 meta tags for each name. So only one of the tags is changing. I started another question regarding this in a new comment.

// Noindex filter queries add_filter( ‘rank_math/frontend/robots’, function( $robots ) { $url = home_url( $_SERVER[‘REQUEST_URI’] ); if (strpos($url,’?filtering=’) !== false || strpos($url,’?filter_product_brand=’) !== false || strpos($url,’?max_price=’) !== false || strpos($url,’?min_price=’) !== false || strpos($url,’?orderby=’) !== false || strpos($url,’?rating_filter=’) !== false) { $robots[‘index’] = “noindex”; return $robots; }; return $robots; });

Hi StylingAgenten

Although your suppor period expired, I will answer you on this questions as they were asked before.

By default every page with filtered results has noindex status. And it becomes indexed only if you create SEO Rule that matches to this page. If your Rank Math SEO plugin for some reason makes filtered pages indexable try please to update Filter Everything to the latest version 1.6.7

Hi, I updated to a new version but still the same issue. I still have 2 robots tag, the extra your plugin create and the original from rankmath. I can change the one from rankmath to noindex, but your filter is still indexed. The origin filter that your SEO rule create “is and should be” indexed, it is if I filter within that filter (adding for example /?filtering=1&filter_product_brand=10900,1116) that this also is indexed as a new URL and google index it as duplicate even if the canonical is set correct. You received an example in pm. Thanks

hello again.

i need help…

the filters seems fine in pc but in mobile not..some filters are not shown in mobile

filters in pc https://prnt.sc/EywAweLbrujg filters in mobile https://prnt.sc/bOWlwtMz02gl

can u please tell me what to do to solve this?

the do not disappear after you select somthing they appear afte select something

check this url

https://www.e-schooling.gr/biblia-gia-paidia/biblia-drastiriotitwn/

in mobile view and in pop up mode specific the filters εκδοσεις are hidden not 100% are not visually appear but when you choose something they appear.

PLEASE CHECK IT WITH MOBILE PHONE NOT MOBILE VIEW IN PC BROWSER

You will understand what i am saying…

Hi e-schooling

As I see your header block on mobile covers filters Pop-up widget and you do not see its top part. Try please to add in Filters -> Settings -> Experimental -> Custom CSS next: .wpc-overlay-visible header .et-l--header{ z-index: 0; position: relative; }

This should help you to solve the problem.

Hi, our site is built using Oxygen Builder. When we update Wordpress to 6.0.1, the site breaks and it comes right after we disable Filter Everything Pro.

The issue is that only the footer and the header display on the site and none of the inner content. Meantime, we have reverted the site back to WP 5.9.3 and everything is working fine however we can’t keep the site at the old version of wordpress indefinitely. I can’t see any settings within Filter Everything Pro that would impact this.

Do you have any ideas?

Thanks, Ross

Hi sprinklesdelight

Thank you for using Filter Everything PRO.

It is known problem and it is related with the new version of WP6.0 Please, update the plugin to the latest v 1.6.5 which is compatible with WP6.0 You can download it from your account on CodeCanyon and update via Plugins -> Add New -> Upload plugin -> Replace current with new. Do not forget to create a DB backup before that.

Hi, thanks for the help. I somehow missed the notification about the plugin update. Everything is working fine now! THanks again

Perfect. I’m glad that your problem was solved :-) FYI – there is new version 1.6.7 available here on CodeCanyon and now it supports WordPress style plugin updates. Please, install it.

I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

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