Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,183 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9141 comments found.

Hi, please help with following issue

I put Category Description on product category pages (Woocommerce) through following shortcode:

function custom_archive_description_shortcode() { $description = get_the_archive_description(); return ‘ ’ . $description . ‘ ’; } add_shortcode(‘custom_archive_description’, ‘custom_archive_description_shortcode’);

I used recommended hook “get_the_archive_description” but unfortunately “SEO Description” does not rewrite Category Description so then I have two descriptions (the original through shortcode + SEO Description from Plugin). I tried your adviced snippets which I found in comments but they did not solve my problem.

With H1 is my process working. I have shortcode with hook “get_the_archive_title” and your plugin nicely rewrites it with H1 Title from Plugin.

Can you help me please?

Hi richard_repetebox

Thank you for using Filter Everything PRO.

To edit SEO description you also can use hook ‘wpc_seo_text’. Please try to use it instead of ‘get_the_archive_description’. Here is exampl how SEO description is passed through the hook

$seoText = apply_filters( 'wpc_seo_text', $seoText );

thank you for reply, I tried to followed your advice and change my shortcode to: function custom_archive_description_shortcode() { $seoText = apply_filters( ‘wpc_seo_text’, $seoText ); return ‘ ’ . $seoText . ‘ ’; } add_shortcode(‘custom_archive_description’, ‘custom_archive_description_shortcode’);

but it is not working. I need:
- on page /category/ to show original category description (WORKING)
- on page /category/filter-abc/ to show SEO DESCRIPTION by plugin (wpc_seo_text) instead of original category description (NOT working, still showing the original one)

do you have other advice please?

Hello richard_repetebox

I would like to help you more with this, but unfortunately support here does not provide code debugging or customization. All that I can give you in terms of support is advice to use the hook ‘wpc_seo_text’.

If it does not work as expected I can only recommend you to check carefully all things related with the SEO Description, SEO Rule, hooks used on the page etc. This should help you to find the reason, why it works as it works.

Hi, I bought filter pro and everything works wonderfully! I just have one problem. In the filter I created for prices, it shows me the price range excluding VAT. How can I correct and have the range with prices including VAT as in the shop page etc?

Hi alessandro225

Thank you for using Filter Everything PRO.

To include taxes in the range filter, you have to use two hooks ‘wpc_set_num_shift’ and ‘wpc_unset_num_shift’ provided in the plugin.

Here is code example of how to use them if your taxes are 10% from the original price – https://gist.github.com/wpserve/430c34449708a7dcd5b630839a05cdbc

If your taxes are different and for example are fixed price you have to change this code in accordance with your situation.

This code example expect that you are familiar a little bit with PHP or you have ask a developer to help you with tis implementation. Unfortunately such custom coding are not provided under CodeCanyon item support license.

Thank you. Regards.

Hello! Thank you for your work and for the plugin so far. Is there any way to get a developer license type? I see a need for 10+ websites

Hello zumedia

Thank you for using Filter Everything PRO.

Yes, it is possible. Please, write me PM and I will provide you with details of how to get developer/agency license.

For ADA accessibility, I need to change div class=”widget-title wpc-filter-title” to something like h3 class=”widget-title wpc-filter-title”

Can you tell me where to find that? I found it in the free version but not the pro version and in my newest build, I only have pro installed.

I found it. Sorry!

Hi onnawebdesign

Thank you for using Filter Everything PRO.

I’m glad that your problem is already solved and thank you for your notification about that :-)

Hi, I’m getting “Invalid license key. Please enter correct license key.” for my license. Please advise.

Hi xavierunderwood

Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.

Hello together,

Somehow it doesn’t order the numbers from small to large for me.

Backend Filter: https://webdesign-mallorca.eu/order-number.jpg (“Count ID 123” also does not work)

Frontend Filter: https://webdesign-mallorca.eu/website-filter.jpg

Have I overlooked some setting? Thank you & Regards

Hi Stepasyuk,

Perfect, thank you!

I have two last questions.

1. can I manually position a field? I want “Verkaufte Immobilien” to be at the bottom (Frontend). https://webdesign-mallorca.eu/Screen_Sold_Prop.jpg

2. is there a possibility to chose a minimum number of bedrooms, e.g. 3 bedrooms or more(Frontend)? Like this (Backend): >=3 ?

Thank you very much for the nice support

Hi SilentWorker

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

1. It is possible only for Product Categories and Product Attributes because they have ability to set manual order. If the “Immobilien” filter is not Product Category or Attribute you can use hook ‘wpc_terms_before_display’ https://filtereverything.pro/resources/hooks/#terms-before-display-hook to set desired terms order in PHP code. Of course it expects that you are familiar with PHP.

2. You can always modify your WP_Query that shows posts on the page via hook ‘pre_get_posts’ and to add there subquery that selects only posts with Bedrooms >= 3. Also you can use hook ‘wpc_filtered_query_end’ that allows you to modify WP_Query after Filter Everything parameters were applied.


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

Thank you in advance!

I have a pageand I have added a products list on it with the filter on the side! but it does not filter.

Link : http://box2531.temp.domains/~flaminx1/bodysuites/

Hello

would really like to have this sorted

Thank you. I have purchased this plugin

Hello madhawaudawatta

No worries, support answer delay here is up to 2 business days but depending from the problem may also be longer.

As I see now you were able to configure to work it by yourself and filtering works as expected http://box2531.temp.domains/~flaminx1/bodysuites/colour-green/

If you have any questions, please let me know.

Thank you. Regards.

Hi. Please, I need a refund. I totally regret buying it as it doesn’t fit my client’s needs. I really need a refund as this price is really expensive in my country. Thakns in advance.

Hello FMGD

I don’t see any refund requests from you in my dashboard. Please, create such request and it will be processed as soon as possible.

Thank you.

Sorry to bug you again but this is now delaying launch of our site. The filter has stopped working with new categories of blog posts. Any additional categories that get added show up as 0 count and gray-but filtering still works if I click on them. Please let me know what you need to assist us-the site with the categories on it is here: https://7868b54f5e.nxcli.io/video-learning/

Hello, checking in, it seems there was something very simple you were able to do to fix the “videos” page for us that we haven’t been able to do, could you go over those steps and provide them?

Hello, we would really appreciate your help with this. Thank you

Hello YetiSociety

To reset filter terms cache it is enough just to update Filter Set. But also you can manually reset the cache if you open your site with ?reset_filters_cache=true parameter in URL. For example https://7868b54f5e.nxcli.io/how-to-articles/?reset_filters_cache=true

But in general I checked your Category filter on the Articles page and I don’t see there any unexpected behaviour. You set it to include only two Categories “Silicone” and “Polyurethane” please see screenshot – https://prnt.sc/2lA4XkeulzYA and both them are visible in the filter.

If you want to see there another categories, please include them in the filter.

Thank you. Regards.

I have installed the plugin in our website in the header of a specific page. The filter is shown VERTICAL. I need to show it horizontal with columns.

How do I configurate it?

Can you please reply me with CC to info@efemossesistemas.com.ar?

Thanks, Francisco

Hello Francisco

Thank you for using Filter Everything PRO.

In general installing and configuring items purchased on CodeCanyon are not included in support here. But to make filters horizontal you have to activate appropriate checkbox in Filters widget. Please, see here – https://prnt.sc/tdEPx0b2oLI-

If you use shortcode, please look here https://filtereverything.pro/resources/shortcodes/ how to activate horizontal layout.

Thank you. Regards.

Hello, Stepasyuk

I designed a large e-commerce site using AVADA and your Filter Everything PRO plugin. After my last upgrade to WP 6.1.1, the filter for categories with many products (3,000+) stopped working correctly. I disabled all plugins I could to isolate any conflict issue, but the problem persists. I tried a few other plugins I had evaluated before choosing and purchasing yours, and they thought it could have been more elegant to work. I can only conclude there is an issue with compatibility with your plugin.

What might be the issue?

Also, I noticed that there are two plugins active on this site they are; “Filter Everything — WooCoomerce Product & WordPress Filter” and “Filter Everything PRO” is this correct? Should they both be active?

Site https://memorylanecollectibles.com/

Hello emarioc

Please, let me know what exactly stopped working? What exactly is the problem with the category filter?

If you use default category (usually called Uncategorized) it may be the reason.

UPD: you can deactivate the Free version of the Filter Everything, when you use PRO.

I can not activate the license. It shows “Unknown Error”

Hello moodiashare

Thank you for using Filter Everything PRO.

Please, send me credentials to your /wp-admin in accordance with this document and your license key I will activate it from my side.

Thank you.

Hi Stepasyuk, on our homepage (start page) we have a filter with drop-downs and the “Apply Button”, but the results are only visible on our search-results-page. After clicking the dropdown, we have a few seconds of loading, because the query is loading in the background.

Can we change this to: only load query on button click, not after selecting a dropdown?

Thank you very much.

Kind regards Christof

Hi Christof

I’m working on this behaviour, when selecting filter terms in the “Apply button” mode works immediately, but it requires some time to be implemented and tested.

For the moment it is impossible to disable such behaviour because every time when you select a new fitler, the plugin must recalculate all possible intersections witn other filters and dispaly correct counts in them. Otherwise, if the plugin will not recalculate counts visitors very often can receive empty filter intersections. For example they very fast select 2-3 or 5 filters, but after clicking on the “Submit” button they will receive “No posts found”. If such result will repeat 2-3 times, visitor will leave this filters form and maybe whole website.

HI Stepasyuk,

I have 2 filters, one for categories and one for tags. The filter for categories work but my tag filter wont work. I see 0. Could you help me to assign some products to this filter. I can give you again acces to my site by PM

Greetz, Thijmen

Hi Thijmen-Hookit

I have written you to your email. Did you receive my email?

Please, let me know. Thank you. Regards.

Hi, maybe I have overseen anything in the docs.

We can change the filter logic between “and” and “or”.

But can we also change the click behavior of buttons (label list) so that we can setup to allow only click on item or allow multiple choises?

Hey, me again. Can you help us with a 404 error? When you select a filter on Page 2 of the results, it turns to 404.

Hello mgcl1

You have to change either code in the plugin that uses “sayfa” instead of “page” or you have to change code in the Filter Everything PRO plugin. I do not recommend you to change Filter Everything PRO plugin code.

Hello! Thanks for the reply, changed ‘sayfa’ to ‘page’ and worked like a charm. Hope or SEO is not affacted by this :D

Hello mgcl1

I’m sure, that Google knows both “sayfa” and “page” words and can correctly process them :-)

Hi, is it a way to allow the custom product variations field “_groupe_couleurs” to be shown as colors insted of labels like other objects can be setted like that? This field is already used in a filter and it works fine as label. Unfortunatly, in the experimental tab I didn’t found this field in the “Taxonomies for Color swatches” selector (or a way to fill it). Cheers

Hi lesdessouschicsinfo

Unfortunately it is technically impossible to use Custom Fields to simulteneously store in them filter term value and color. Only taxonomies are supported for the Color Swatches bacause taxonomy terms have own Custom Fields.

When you create a filter by a Custom Field all its terms are Custom Field values with specified meta key. But colors require to store somewhere color values for these Custom Field values. And this is impossible.

We are unable to get the products to display:

https://prnt.sc/EfiwvD3P_fA-

Using Elementor Pro. I have subscribed to support, with the additional 6 months.

Hello warchop1237

Sure, it is compatible with Elementor and with 99% of other page builders. As I adviced you under another comment it is better at first time to configure filters to work without the “Apply button” mode and without enabled AJAX. Also try to enable “Show counts” and select correct WP_Query in the “And what to filter?” field of the FIlter Set.

Thank you. In a further comment I requested a refund… please DO NOT refund. thank you.

Ok sure. No problems with that. I understood you.

Hi Stepasyuk,

I am trying to apply 1 filter set to both the archive page for a post type and taxonomy term pages for the same post type. The docs say: “Where to filter? (Location) | Defines a page or list of pages, where this Filter Set will be applied.”. From that I gather that I should be able to set a list of pages where the filter set will be applied. But in the filter set settings I don’t see options for applying multiple locations. So it only allows me to set 1 location, it seems.

Am I overlooking something and should I be able to set multiple locations for a filter set? If not, why? It seems impractical and prone to error to create a new filter set with the same filters and settings and set that to a different location.

Regards, Bas

Hello, We’ve noticed that Filters are working fine on Desktop but do not appear on Mobile version of the website. When debugging the website through inspector, from viewport width 768 the filters seem to disappear. Can’t really find the reason why. Ref: https://technopakas.lt/en/universal-packaging/. Using Avada Theme with Filters inside the Toggles element.

Hello OPOTO

Thank you for using Filter Everything PRO.

It looks like you enabled the option “Special Pop-up Filters Widget for Mobile” but in your case you have to disable both options for filters on mobile devices “Collapse Filters Widget on Mobile devices” and “Special Pop-up Filters Widget for Mobile” It should help you.

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