Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,654 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8947 comments found.

Hi, I wanted to ask a few things,

1) How can I let the user pick max one filter field? 2) I am using 4 filters with the same taxonomy one next to the other, I’d like them to hide the already selected field. If in the first filter I pick something I don’t want it to appear in the other 3 filters.

Thank you, Vittorio

Hi Vittorio

1) Can you please provide more information on this “How can I let the user pick max one filter field?”

2) Either create separate taxonomies for it or create separate custom fields. So all of those filters will use unique taxonomy or custom field, you can place the same parameters in them to make them look absolutely the same. But it won’t act like one global filter.

Best Regards,
- Victor

Hi, I just bought your plugin, the free version is working, but when I bought the pro version I Got an error.

Here is the error:

Fatal error: Uncaught Error: Call to undefined function FilterEverything\Filter\Pro\Api\curl_init() in /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/Api/ApiRequests.php:53 Stack trace: #0 /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/wpc-default-hooks-pro.php(327): FilterEverything\Filter\Pro\Api\ApiRequests->sendRequest() #1 /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/wpc-utility-functions.php(410): flrt_set_the_trident() #2 /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/filters-pro.php(64): flrt_init_common() #3 /var/www/caralie.net/html/wp-includes/class-wp-hook.php(287): FiltersPro->init() #4 /var/www/caralie.net/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #5 /var/www/caralie.net/html/wp-includes/plugin.php(478): WP_Hook->do_action() #6 /var/www/caralie.net/html/wp-settings.php(540): do_action() #7 /var/www/caralie.net/html/wp-config.php(108): require_once(’/var/www/carali…’) #8 /var/www/caralie in /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/Api/ApiRequests.php on line 53

Thank you

Hi milsuitefx

Thank you for choosing Filter Everything PRO.

Please ask your hosting support to enable CURL in PHP and this error will disappear.

Best Regards,
- Victor

Hi

We have a little problem with the plugin and we cant find any solution to it. Whet we try to look our site in mobibe mode we cannot change the filter title. Next to the categories theres a Szűrés button that we cannot turn off. Is there an way we can fix these issues.

Theres an other problem we have. Under the widget settings>filter everything sorting we cannot add a new sorting option only can use the 5 existing ones. After pressing the +Add sorting option nothing happens

We attached 2 screenshot where you can check the problems we have.

Best Regards, Bálint

https://drive.google.com/file/d/1NsJ5fyjJmf1d3cAClWIpUl-TykKkFpfS/view?usp=sharing https://drive.google.com/file/d/1PT72jwR1OrzAUS7JuPo3mkZ3pNVi9mYk/view?usp=sharing

Hi balintfloriancreaflow

Thank you for choosing Filter Everything PRO.

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

Also the links to the pages with the issues so we can check it right away.

Best Regards,
- Victor

Hi balintfloriancreaflow

We have checked the site and on those pages that we have checked it seems like everything is working correctly can you please send via PM links to the certain pages where we can see those issues? It would be very helpful as you have a lot of filters and pages.

Best Regards,
- Victor

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

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