Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,203 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9165 comments found.

Hi thank you for providing great support. We were able to launch https://infinity.careers/ but one issue our users are having is for all of the results to show when the load more button is selected. Right now, if 20 products are available, it will show all 20, but if 30 products are available, it shows the first 20, and the load more button doesn’t show the remaining 10 – it has random products. Please let me know if there are any settings to prevent this. Thanks!

Hi bbmarket

In general it depends from the Load more button you use and its algorithm that calculates and loads next page posts. Some of them are not compatible with Filter Everything out of the box and they require additional adjustments to make them work. This article can be useful in resolving of this problem – https://filtereverything.pro/resources/ajax-related-problems/

Others are compatible by default. I can recommend you to use only this, which I know is compatible – https://wordpress.org/plugins/load-more-products-for-woocommerce/

Hi I opened a ticket and still no response but I see you have been active here? We are under pressure to get the site launched can you advise please thanks

I already sent how to get around the restriction by adding the server IP to your hosts fiile and the issue is the same on a test server without that security restriction. The only way the plugin will work is if a seperate untranslated page is set up for each language which is a headache for redirects

I thought I have fixed but now its broke again on the French Resouces filter after I resaved and there is no way to pick a Filter again. I sent how to get around the security block by PM and I senty FTP details, if you could check that would be great as the ticket is open 2 weeks now

Hi matrixinternet-ie

As I understand form your words you was able to select appropriate WP_Query at the first time (after you created the page) but was not able to do this when you opened your Filter Set at the second time. It seems you WP_Query on the selected page were cached. I saw such problem several time on other sites.

As solution you can update your page with posts (in the /wp-admin Edit -> Update) and immediately open your Filter Set and select this page again without opening it on frontend. In this case usually you can catch uncached WP_Query.

Hi, first of all I wanted to let you know that I am really liking the plug in so far. My question is I am working on a car dealership with CPTs and Taxonomies. I would like to show the manufacturer logo on my filter. Right now the makes logo are uploaded as terms meta field. How can show them in my filer or should I upload the make’s logo in a different way to make it work? I got the idea from the woocommerce demo in your site

Also, I agree that been able to assign a color to a color filter would be a gamer changer for this plugin. I like the direction the plug in is going. I was using JetsmartFilters before but I think yours is way better optimized for responsive websites.

Hi rixmtz

Thank you for purchasing the plugin.

You can use this code example https://gist.github.com/wpserve/b0645a135cf80760dd6f871e0297693c that add brand images as icons for terms for the filter by pwb-brand taxonomy. You can replace in this code pwb-brand with your taxonomy name and also to replace pwb_brand_image meta key for image field with your own meta key.

I’d like to request a refund of the purchase price. After much testing i’ve determined the product is unfortunately not going to work for me. How do i go about getting a refund?

Hi jeffgleason

Yes, sure. You always can request a refund and it will be processed but you have to know that it should match to any item of the Refund Policy Rules – https://codecanyon.net/page/customer_refund_policy

Also if you need to get support help with plugin configuring you can ask here in comments about this and provide details about your problem.

Hi Andrii,

We’re trying to move where the SEO description is appearing. We’re using Oxygen and have a custom product archive page. We’re using the product loop so the SEO description is appearing after the products. However we want the text to appear before the product loop in a specific div.

Can we suppress the after the product loop behaviour?

We tried using get_the_archive_description to insert it in the correct place but that just showed us the default text for the shop page while still showing the SEO description after the product loop.

Regards, Peter

Hi Peter

You can use this code example for that: add_action('wp_head', 'wpc_add_filters_seo_description'); function wpc_add_filters_seo_description(){ if( class_exists( 'FilterEverything\Filter\Container' ) ){ $seoFrontEnd = FilterEverything\Filter\Container::instance()->getSeoFrontendService(); $your_new_hook = 'woocommerce_archive_description'; remove_action('woocommerce_after_shop_loop', [ $seoFrontEnd, 'showSeoDescription' ], 5); add_action( $your_new_hook, [ $seoFrontEnd, 'showSeoDescription' ] ); } }

You can insert it in the functions.php file of your active theme.

Доброго дня. Писав на контактс на сайті плагіну але видно ви тільки тут відповідаєте.

В мене є питання по теоретично можливому кастомному функціоналу SEO правил, а саме пермалінків в них. Чи теоретично можливо розширити функціонал щоб можна було кастомізувати урл? Звісно за окрему плату якщо ви надаєте послуги кастомної розробки.

а) Або щоб урли були без префіксів? Тобто /cars/bmw/white/ а не /cars/brand-bwm/color-white/. б) Або навіть повністю кастомно задавати наприклад /best-white-bwm-cars/.

Звучить ніби це може створити багато конфліктів в системі але є приклади сайтів де це працює.

І ще одне запитання, чи можна обирати яку логіку побудови урлів фільтрів використовувати? Тобто чи можна повернутись від SEO оптимізованих урлів до урлів з динамічними параметрами? Ато в мене вийшов конфлікт з плагіном для багатомовності на мультисайті і генерується безкінечна кількість 404 і поки що я не знайшов вирішення)

Дякую

Thank you Oleg.

I checked this and it looks like some translated pages work and filtering also work on them. But some do not work. It looks like you have filter(s) with terms that have slugs that match to your language URLs. For example /{filterprefix}-es/ where “es” is also URL language id.

I could check this more deeply if you provide my user access to the plugins admin page. I need install Updraft plus and Query Monitor plugins and also have ability to edit plugin files.

Sent super admin access in the dm)

Hi again) I wasn’t able to find the filtered URLs that don’t cause 404 when changing the language) If you found some, please share them in the dm) Also, yo can reverse the URL structure to paramaters (like in free version) and the issue with 404 remains, so I’m not sure it’s a slug issue. Anyways, let me know if you were able to investigate this issue further.

Hi Stepasyuk—love the plugin! Pretty much does everything and then some. However I’ve come across a client who has a peculiar request—display filters on the index page (all good), but wants to have a certain filter selected by default? Is this doable? I guess there are other possible workarounds /two separate pages wo ajax/ and index page just a static HTML copy of the filters, but this creates all sorts of other SEO issues. Cheers and thank you in advance!

Hi millend

Thank you for your warm words about the plugin.

In general it is possible only in one way – your homepage url should contain selected filters. For example https://example.com/filter1-value1/filter2-value2/ All other attemts to make them selected requires a lot of work and to modify plugin’s code.

Hi! recently I bought this Plug In It worcks fantastic, but there is a tag and attribute archive its broken because of the plug in. But no every Product archive, Only an espesific tag and attribute archive. May you help me pleas. https://www.loom.com/share/0c81ce1cd08d4fa6b6efad532d6f4f44

Hi Maxjerez

Thank you for your warm words about the plugin.

Usually such problem appears because you may use URL prefix that is equal to some your term slug. Try please to check your URL prefixes in Filters -> Settings -> URL Prefixes and edit suspicous to make them different from terms on your site. Also if you have any Filter Sets in your trash, please clean it. This should help you.

Hi, I’m working on a real estate website : https://alteiracinvest.com/

My little problem is that in my range filter (where you can choose price), prices are show like that “250000” but in France we normaly write like that “250 000”.

Do you have an idea to change that ? Thank your for your help

PS: this plugin is perfect

Hi portaltheo

Already answered you on WordPress.org support forum.

Hi Stepasyuk, is there anyway to make the category list show subcategories under the parent categories rather than it looking like a completely separate category?

Hi IASupport

Thank you for your interest in Filter Everything. Here is support for the PRO users who purchased the plugin. Please, write your request from the account, where you purchased the plugin or ask on WordPress.org forum where is support of the Free version.

Thank you for your understanding.

ok, I’ll ask over there. Thanks.

Hi, the pro version makes my front pages broken, please check the screen record via this link: https://www.loom.com/share/db35d0547dc447b38ef82ff1e04be956

Hi serwall

Thank you for purchasing the plugin and for your detailed video.

It is known problem. 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.

Hello Stepasyuk, I wrote comment in our last thread but with no answer until now, could you check and help?

Best regards!

Hi Netarto

Sorry for the late response and thank you for your patience. I already answered on your question.

I would like to buy your awesome plugin, but in the free version the filtering does not work on the Rehub theme where Elementor and Deal/Coupon grid block is used. When I use the Archive Posts block the filtering works normally. Can you help me with this?

Hi Yuriix

Thank you for your interest in Filter Everything plugin.

For Elementor and Deal/Coupon grid block you have to use PRO version only because Free version does not support its filtering.

Is there any guarantee that if I purchase your plugin it will work or can you help me get it working?

It will work of course and if you will have problems with plugin configuring after reading documentation I can help you with this.

Hello does the plugin “Filter Everything — WordPress/WooCommerce Product Filter” also filter Variable products using the On sale checkbox OR only Simple Products please? regards

Can you answer to my comment please? Regards

Hi philippesave

Thank you for your interest in Filter Everything PRO.

It support filtering Variable products by properties in variation. For this you have to select appropriate checkbox “Use for Variations ” – https://prnt.sc/UehzMGfyUzzE

Ok Great !! thks

Hi! recently I bought this fantastic plugin but I want to ask you if is possible select in

Where to filter? Apply filtering if page is:

the atributes as filters.

Thanks

Hi! I proved both but nothing :( Attributes is on products and deactivate all plugins I tried on other websites and attributes are not seen either.

thanks

Solved!

Hi Elalceweb

I’m glad that your problem is already solved :-)

How can I get sorting to show up on search pages? I see in the documentation how I can add it as widget to other pages but cannot seem to find where to add it to the search pages for sorting dates in search,

https://medshadow.org/?s=diabetes

Hi medshadowfoundation

Thank you for purchasing the plugin.

You can add it as any regular widget on the search results page – you have to add it in the widget area that appears on your search results page. It depends from your theme and widget areas it supports. Check it please on your /wp-admin -> Appearance -> Widgets

After upgrading to the premium version of the plugin I’m unable to get the range working on a filter set against WooCommerce Custom Attributes. As an example:

- Created a new filter using ‘Custom Field Num’ - Using the Metakey ‘pa_load-payload’ (attribute slug is load-payload) - Filter appears but showing empty / with no values in. (values do exist from 140 to 5291)

Link – https://new.vanguide.co.uk/vans/

Please advise?

Hello neilrcosgrove

Thank you for using Filter Everything PRO.

I recommend you to install PhpMyAdmin WordPress plugin and carefully check if post meta fields with meta key you specified really contain that numeric data. Also check please if you use correct post type in the Filter Set.

hi Stepasyuk,

just a question: i would like to build an event webside. ecach event would be a post.

do you think there is a way to build a filterpage with all events of:

today additional a clickable calender to filter for each day?

greetings michael

Hi mmonlinex

Thank you for your interest in Filter Everything PRO.

In general the plugin does not support filtering by dates for the moment (but this will be added in the future) and you can only filter by post meta values, taxonomies and author. If you can store on your website these dates in post meta fields for events you will be able to create filters by them with my plugin.

Hello,

I see, that you answer to all client but me not. I don’t want support from you, I’m just reporting plugin malfunctions.

I don’t like to do it, but if you don’t reply to my last 2 comments I will be forced to write you a review which you will definitely not like.

Hello davidki11

I’m sorry, but last days I have no enough time to answer for all customers who have valid support period. Answers from customers who have expired support will be processed in the end of queue. Moreover such customers may will not get any answer because author is not obliged to do that anymore. Besides you wrote too long questions that requires some time to handle them.

In accordance with the Reviews Rules if customer forces an author to do something through pressure in reviews he breaks the Rules and such review will be definitely removed by support team. So please never do not force an author to do something via bad reviews.

I have two optional advices for you – to wait until I have enough time to answer on your questions (I can not say when it will happen, but customers with valid support period have higher priority). Or you can buy additional support period and waiting time will be reduced to minimal possible. I wish you to make the right decision.

Kind regards.

Curious if there are any updates planned for ways to filter by clicking the color of the color. The Themify Product Filter demo site shows an example.

Hi matoflynn

Yes, it is good idea and I have plans to implement it, but it requires some time and also other features are planned to be developed. The only one I can say – I’m working on all these features and they will be implemented. But when exactly I don’t know unfortunately.

Looking forward to your continued updates. You’ve created a great tool and I appreciate it.

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