Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,651 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8944 comments found.

Hi! I try to add icons to search field labels. Can I do it?

Hi Dima89

Thank you for choosing Filter Everything PRO.

Can you please provide more information on ” icons to search field labels” and screenshots as well of those search field labels?

Best Regards,
- Victor

Yes ofcourse https://pasteboard.co/PeLEeIriLDXF.png I want to place icons like fontawesome near the labels. website is: https://dogcat.ge/pets/

You can do it with template overriding, you can read about it here – https://filtereverything.pro/resources/templates-overriding/

If you are familiar with PHP coding and WordPress you can create a “Must Use” plugin. It is a special type of plugin that is automatically activated and cannot be deactivated through the WordPress admin interface. These plugins are also known as “mu-plugins” (must-use plugins) and serve specific purposes within the WordPress ecosystem.

Then you can redefine the function responsible for showing the filter title flrt_filter_header(); to your needs.

Best Regards,
- Victor

Hello,

I have installed the plugin on a client site but am having issues getting the plugin to filter the results correctly – we are using custom taxonomies pulled from a job platform. Filters are showing but when selected are still showing all results rather than filtered ones.

As well as this, we have a few questions regarding SEO:

- 1. Can meta title, page title be capitalised - 2. Can we pull archive description through to the SEO description

Thanks,

Matthew

Thanks Victor, this is working now.

Is there any way to pull through the archive description from the taxonomy through to the SEO description on the filter?

For example, this taxonomy has a unique description which we would like to use for the SEO description. Eg. the description from – taxonomy=jobcounty&post_type=current-vacancies&s=queensland goes on the /jobcounty/queensland/ URL page when selected.

Hi contentdrive

If your taxonomy has a “unique description” you can use the example of the code below when SEO Rules are applied it will remove your description and use the SEO Rule description. Kinda switch functionality. You need to modify the code code to your description hooks.

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' ] );
    }
}

Best Regards,
- Victor

Thanks Victor

Hello,

The filter works great and I only have a few things left for the final design:

1. Is there a way that the filter open permanently on the mobile version, because after a filter is opened for my website, I have to click the filter again to open the filters themselves: https://imgur.com/a/4PF08En

2. I add seasons as option for filter, but is there any way to put images on these filters. I try to add image with sizes 25×25 and normal size : https://imgur.com/a/6aiGM97, but image is not shown on filter : https://imgur.com/a/JMRKX26.

3. And the last one is with translating button Apply and Reset. I try everyting with that. First i find them and translate with translatepress : https://imgur.com/a/CADq1jM, after that i try with loco translate : https://imgur.com/a/9EWvr1V and after and this does not translate this 2 buttons try to translate them in code of the plugin : https://imgur.com/a/dq5tmCv and this does not help still they look like this : https://imgur.com/a/ziWt8nl.

Sorry about the long text I wrote you, I just want to be comprehensive so that you can understand me, what I have in mind and I hope you can help me solve these problems as well.

Best Regards

Hi dragoev10

1) Done just needed to turn off from Filters->Settings->General->Collaps option.

2) You need to add it here – https://prnt.sc/j-w77GwVU5zL and add the image. Not sure how exactly you added the image.

3) You can write the name for those labels from filter set settings – https://prnt.sc/CGvnpi53xigi

Best Regards,
- Victor

Hello,

Great work, again! Thank you very much! Have a nice day!

Best Regards

hi, i have a warning on my website, almost on every page:

Warning: Narrowing occurred during type inference of ZEND_FETCH_DIM_W. Please file a bug report on https://github.com/php/php-src/issues in /home2/......./public_html/wp-content/plugins/filter-everything-pro/src/Entities/AuthorEntity.php on line 244

it seems that the warning is no longer visible after resaving some filters

Hi indigo44

Thank you for choosing Filter Everything PRO.

We are glad to hear that the issue was resolved.

Best Regards,
- Victor

Hello, I am using the free version of the filter and everything is ok except one thing. When I made some changes in the filters the scrollbar is lost. Of course the setting “Filter Container max height, px” has a value (350 px) Can you tell me how to fix it?

Hi dimitris71

Thank you for your interest in the Filter Everything plugin.

If you are using the Free version, please write your request on the WordPress support forum – https://wordpress.org/support/plugin/filter-everything/

Here support only for the PRO version.

Best Regards,
- Victor

HI, I have a hierarchical taxonomy with 4 levels deep: Make, Model, Type, Year. Is it possible to filter this hierarchy and have the 4 dropdowns already show up at the same time. For each level a seperate dropdown (Make, Model, Type, Year) and not having only one dropdown for the whole taxonomy and inside that the levels. The HUSKY woocommerce product filter does that, but we have a custom posttype so we need an alternativ. Thanks, sirc

Hi sirc

Thank you for your interest in the Filter Everything plugin.

If from one taxonomy you want to create multiple filters, you would need to create a couple of filter sets using the include/exclude functionality and display all those filter sets on one page.

What we recommend is to separate it, and create a custom field for each filtering parameter, like this: Make, Model, Type, Year, basically 4 custom fields and you can create 4 separate filters by those custom fields meta keys.

Best Regards,
- Victor

Hello, Search form in Filter set doesn’t find acf(advanced custom field) value such as text, textarea… How can I make it possible??

Hi untideh

Thank you for choosing Filter Everything PRO.

Currently, it searches by product/post title, description, and product SKU. But with future updates, it will be expanded.

Best Regards,
- Victor

Hello,

I have a problem with requesting a shortcode.

I use Woocommerce shortcode [products limit=”12” paginate=”true” skus=”’.$models.’”]

$models contains skus coming from a transient.

The plugin shows all products and ignores the shortcode.

How can I make the plugin work with the shortcode?

Thanks !

On this page – https://monessayage.com/references-de-la-boutique/?id=3829&id-boutique=228 everything is working well, as long as there is no this addition in URL ”?id=3829&id-boutique=228” if this is your implementation to show only certain products, then it won’t work correctly. You either need to change it or change it, it won’t work like that.

Best Regards,
- Victor

”?id=3829&id-boutique=228” are just parameters to retrieve the information about a shop. In the page, I use the shordcode [products limit=”12” paginate=”true” skus=”’.$models.’”] where $models contains SKUs by get_transient(). How to make the plugin base on the shortcode in the page ?

Hi tsakhi

Well this parameter is making issues:

1) Here is the page with this parameter with one filter term applied – https://monessayage.com/references-de-la-boutique/robe-couleur-sil/?id=3829&id-boutique=228 as you see it doesn’t show anything.

2) Here same filter term bu without ID parameter – https://monessayage.com/references-de-la-boutique/robe-couleur-sil/ and showing one product.

Best Regards,
- Victor

Hello,

I have posts in different categories (https://www.dropbox.com/scl/fi/9f1trc621yfrlgteu274r/Count.png?rlkey=dyioh4vw831yxan7dvzfny2qi&dl=0) but when I use the shortcode in a widget, the counters show ZERO: https://www.dropbox.com/scl/fi/9kuf4j8b05np00xorsceg/Shortcode.png?rlkey=a2g7fg9ibkdanaksc6ucp26tu&dl=0

What am I missing?

Thanks!

Hi shayatik

Inside the filter sets setting, there is a dropdown “And what to filter” where you need to specify which query it should use for filtering. Page can have multiple queries, some for gally, some for other data, and some for your needed posts to filter, so you need to specify it there. And that’s what we did.

Best Regards,
- Victor

Yes, I understand this part. But where in the page did you set those 4 queries? Because in the Posts Widget, under “query”, you didn’t set any query ID.

Hi shayatik

We didn’t set those queries on the page, when you are creating a page with builders and so on, those pages can have multiple queries, for different things, even for making a menu list, and one of the queries is responsible for showing posts. And our plugin works with that query to filter those posts, that’s why you need to choose the correct one.

Best Regards,
- Victor

I have created a custom post type with ACF and associated taxonomies, and user reviews from a review plugin. In the Theme Astra, I created a custom Archive template. Will this Pro version be available as blocks to add to my Archive page through the Astra site builder, AND will I be able to filter by reviews?

Hi kenyon419

Thank you for your interest in the Filter Everything plugin.

Yes, it should work fine with it. Reviews are working for Woocommerse. If you mean those like stars filter.

Best Regards,
- Victor

Hey, I’m not sure if i am missing the obvious but is there a way to order Terms of a filter manually (e.g. menu order, alphabetical, date or something like that)?

never mind, found the more section… sorry

Hi surleau

Thank you for choosing Filter Everything PRO.

We are glad to hear that the issue was resolved.

Best Regards,
- Victor

https://brooks-running.pl/katalog-k/ With mobile is not working .

Hi mczerwinski1

The filter is hidden in mobile mode, whole element or sidebar widget area is hidden, if we turn it off it will show the filters – https://prnt.sc/FlMIa-Kmma_7

Best Regards,
- Victor

We have Filter everything pro installed, I want to have 2 filter sets for the same query on WooCommerce products.

When 2 filter sets are on the shop page (via elementor) the first filter set works but the second one doesn’t.

The first filter set has many filters defined by custom fields and work great. Second filter set has a filter on price, it detects the correct price range but when narrowing the filter for price it doesn’t work, although it updates the url, and updates the Chip section on the page (including combining the two filter sets).

When I move the price filter set to higher priority, the price filter then works but the larger filter set doesn’t and a lot of the options disappear (even though there are products that match those filters).

If you have seen anything similar before and know a fix to get both filter sets working in tandem that would be great.

It’s important that we have the price filter in it’s own set as only certain users can use this filter. (If you have a method to show certain filters per user this would be an excellent feature and I wouldn’t need to separate them to two filter sets).

Hi naturecan

More likely the filter set with the price is using the wrong query, and this is the issue. Got to the filter set settings and in the “And what to filter” choose another query hit update and test it. Don’t forget to refresh the page before testing it.

But if you want to make it work only for certain users here might appear some issues, as our plugin does not have any user restrictions settings etc, so we have no code that will allow it from our plugin functionality.

Best Regards,
- Victor

Hi Victor, thank you for coming back to us

Neither of the filter sets have the ability to select a query https://snipboard.io/lRbJim.jpg

Also it is getting the range correctly in the price so I believe it’s found the correct data to filter.

Can you please send the credentials to the wp-admin dashboard following this document so we can check it?

Best Regards,
- Victor

Добрый день! Использую тему “XStore” и Ваш плагин “Filter Everything Pro”, имею несколько ключей для разных проектов. Но вот с теми проектами, которые используют тему “XStore” – есть проблема. Не хотят работать правила Seo Rules, настраиваю все так же, как и на других проектах: все атрибуты в индексе, Indexing Depth 999999, Сам сайт открыт для индексации поисковыми системами, пытался переделать шаблон Archive-product – результата 0. Пришел к выводу, что нужна Ваша помощь т.к. правила именно не работают) Заранее большое спасибо!

Thank you) I’ll wait for your answer

Hi Wolyerr

In the SQL query that searches for the SEO rule, there is a particle that forces to select posts with the meta-key “_stock_status”, which is not correct.

There is a custom code in the theme, which is intended to show only products in the “In Stock” status, but it does not work correctly because it does not only apply to products.

Best Regards,
- Victor

Thank you! I changed the sorting of products and the SEO Filter started working)

Hello, we have a problem with implementing a drop-down button in the mobile version of the website, the point is that in the mobile version the filters are very long, we found in the manual the possibility of using the “hambuger” button, which does not work. Please help

Hi mczerwinski1

You can turn on the pop-up filter widget. So when you’re in mobile mode it will make a pop-up window with a filter widget.

If it is not working correctly, can you please send the link to the page with the issue so we can check it?

Best Regards,
- Victor

Hi,

I am filtering Bricks Builder query loops and although everything works now, loading more products (using Bricks AJAX feature) doesn’t show the right products. Can I somehow add a shortcode to load more products using Filter Everything PRO?

I know that WPGridBuilder has a feature for that, which automatically loads more products when you click on a button or scroll down (infinite load).

Perhaps you have an action for that, that I could use here? Thanks in advance!

Hi webessenz

There is this plugin that is compatible with our plugin for loading more and infinite scrolling – https://wordpress.org/plugins/load-more-products-for-woocommerce/

Best Regards,
- Victor

Hello, i want an collapsing sidebar like here: https://www.nordstrom.com/browse/men/shoes/ https://www.dsw.com/en/us/category/mens/shoes/boots

Do you know a solution for that ?

best regards

Hi rjaxx

If you are reffering to the folding filters – https://prnt.sc/Yx4YstbpKviU you can turn it on from filter set settings, choose the needed filter, clicke the more option and enable the “Folding” option – https://prnt.sc/wKZS5rDhr08L

In general, there is no support for accounts whose support period has expired following the support policy.

But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.

If you want to get it faster, please extend your support period and this request will be processed in the first queue for supported accounts.

Best Regards,
- Victor

Hello, My License Key is not working and it’s urgent that I use it. Can this be solved? I purchased it twice to try to get it to work.

Hi dmanning3

Thank you for the credentials. Send the license key (not CodeCanyon purchase code) via PM as well.

Best Regards,
- Victor

Hi, I cannot locate any of my licenses. Can you point me in that direction?

If you need to set the License key for the Filter Everything PRO plugin, simply head to Filters -> Settings -> License and click the “Get your License Key” button.

It will take you to a new page where you can log in with your Envato credentials (with an account where you have purchased the plugin) and obtain your License key.

It is a simple process but if you are having any issues (automatically logging in with another account) simply use incognito mode in your browser.

Best Regards,
- Victor

Hello,

I have a problem with the license, when I enter it I get the message that this license code does not work…

I’ve tried deactivating and remove the plugin (but I can’t even remove the entire plugin) and then reinstalling and it.

I hope you can help me.

Hi r0nald2

Thank you for choosing Filter Everything PRO.

If you have the “Unknown Error” when you try to activate the plugin. We can activate it on our side, but we need the following things from you:

1. Credentials to your /wp-admin following this document
2. And your license key.

How to get the license key you can read here – https://filtereverything.pro/resources/license-key-issues/

Best Regards,
- Victor

Hello,

I am trying to create package comparison widget, and I created 2 sets of filters side by side that filter the same post type. (packages)

I created 2 filter sets (packages filter- col-1 and packages filter col-2), each having the same filter criteria (type, category). each of those on the what to filter field has post type query 1 and post type query 2. Also I made sure that I provided different class of the post container for each of those.

When I select filters from filter set 1, filter set 2 changes as well.

How can I manage to make it work, so I can use this plugin to compare packages on the same page.

Is there a way, to use different Prefix for URL, for the same “filter by” field. Or how can I disable url prefixes for every filter set.

I can provide the link of the page I am working, but it has to be somewhere private (via email or something)

Thanks

Hi Victor,

I just sent you the link, on email, from your profile.

Thanks

The answer with screens was provided via email.

Best Regards,
- Victor

Thank you very much, Victor!

Solved

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