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.

9142 comments found.

Hello,

would be possible to make the SEO rules to work with the range slider? For example, we would like to set custom title and description when the price is in range 100-200 USD. Thanks for info.

In general you can change index/noindex status via custom coding and you can use function flrt_selected_filter_terms(); to detect what exactly filters were selected (your numeric or not) And also to use hook ‘wpc_seo_robots’ to change meta robots tag value on such pages that contains your numeric filter. If you are familiar with PHP you can achieve that easily, if not – please ask a developer to help you.

Thank you. Regards.

would be possible you would give us a quote for this? Thanks.

I would be glad to help you more with this, but unfortunately I have no time for such paid services. But I think you can hire a developer for example on Upwork and any WordPress experienced dev can implement such task.

I created a second Filter Set for product categories, to display on category pages. It’s not working. The Shop page filter works great. Please advise what I could be doing wrong. “Where to Filter”, is set to “Product Categories” and “Any Product Category” http://barringer2.designsbyj9.co.za/product-category/accessories/accent-stools-accessories/

I just want to add, I am using the filters widget. When I set “Where to Filter” to the specific category page it works. But not when I set it to “Any Products Category”

Okay, I finally fixed it. I replaced the widget with the short code, and it seemed to fix the issue.

Hello Crimson9

Thank you for using Filter Everything PRO.

I’m glad that you were able to solve the issue by yourself. Most of users are not so expirienced to fix it without support.

Best regards.

Hello,

I bought the pro version of the plugin, I use “Breakdance” and “Bricks” as page builder.

I have two problems: - the filters work but have no style, how to have the basic style like in your documentation? - I can’t find the filter IDs

Thanks in advance.

For info here is the demo site: https://breakdance.sitepreview.be/shop/

Hello,

Any news on this?

Hello ozaroth

Thank you for using the plugin.

In general your support period expired and if you will need support in the future, please extend your support period.

But this question is very simple so just enable Styling in Filters -> Settings -> Experimental -> “Styled checkboxes and radio buttons” and probably “Improved dropdowns”.

The description of this plugin is very misleading.

  • It states “Individual Filters Sets for pages or archives”, but this is not the case. I have created dynamic archive pages and it does not work with them.
  • It says that it also works with popular plugins including Elementor. Again this is not the case, as the dynamic pages cannot be filtered.
  • Filters any post type and possible criteria, which is not true.
  • Cannot apply filtering to dynamic pages.

It should not make such bold claims if it is not possible to do such actions.

Hello williamswebsolutions

Thank you for purchasing the plugin.

I’m sorry that you got such impression from the plugin. But I think you jumped into conclusions.

All points from your list can be resolved if you change your post type archive link through the hook ‘post_type_archive_link’. After that you will have ability to direct Filter Set to your custom archvie page.

When I claim that plugin works with archives by default it means with WordPress native archives as the plugin is WordPress plugin. And it is compatible with WordPress native pages structure.

You said about custom post type archive and this is something like exclusion from a rule.

Anyway I hope this will help you to achieve your goal.

Thank you. Regards.

Hello, I created a personalized archive page for the products (in addition to the default one with specifc queries), the filter works very well. But when I activate the ””Apply Button” mode” option, the filter no longer takes into account the wp_query of this page but rather uses that of the default archive of my site. I took a quick look in the code and I think the problem comes from this little piece of code that uses the default permalink linked to the archives of the type of post used instead of the actual link :

if( $use_apply_button ){

$base_permalink = '';
if( defined('FLRT_FILTERS_PRO') && FLRT_FILTERS_PRO ){
}
$wp_page_type = '';
$post_type    = isset( $set'post_type' ) ? $set'post_type' : 'post';
$location     = isset( $set'post_name' ) ? $set'post_name' : '';
if( isset( $set'wp_page_type'  ) ){
    $wp_page_type = $set'wp_page_type';
}
$base_permalink  = flrt_get_location_permalink( $location, $wp_page_type, $post_type );

Do you have an idea of how to fix this issues please. Or there is another way to do correctly what i want to do ? thanks in advance

Thank you Stepasyuk for your reply.

The problem is there. I already have a page that serves as an archive where I use a specific filter with all the products contained in the site. it is this page: https://mp-marketplace.fr/products/

And I now want a filter for a dynamic page that contains products specific to each seller, like this one for example : https://mp-marketplace.fr/store/test-hhe/

The problem is that I can’t use “post_type_archive_link” because it’s used in the main page : https://mp-marketplace.fr/products/

And for the parameters I put: Where to Filter? => Common Wordpress Pages => all archive pages for this post types

Alternative Rental => The same page for post as for filtered post

I used “all archives pages for this post types” because it is the only option allowing me to display this filter in a dynamic page.

I think the real question would rather be, is there a way to assign a filter to a dynamic page (created directly from code), which is not displayed in the drop-down menu of “Where to Filter ?”. Like this one https://mp-marketplace.fr/store/test-hhe/

Hello youssefe74

To place filters on dynamic created page and to make them work on such page requires some plugin’s code modifications which is not available here in the item support scope.

If this dynamic created page is not regular WordPress page like archive or singular, a plugin physicallly can’t “know” and “handle” such page. Of course you can try to add it in the “Where to filter?” via coding but it also expects that you are familiar with PHP or ask a developer to help you.

If you will have some technical questions about how to add such page in the code, I can answer on them in scope of the plugin support.

Thank you. Regards.

Hi, I purchased the fileranything PRO plugin this morning. When I enter the license key promted, the response is “Unknown error”. PLease advice. Thank you very much

please forgive me. In the meantime I helped myself and I am impressed how Filter Everything PRO is picking up my ACF from my CPT, filtering and putting the results into my Elementor page. Thks Joachim

Hi jholleitner

Thank you for using Filter Everything PRO.

I’m glad that your issue was solved and thank you for your notification about that :-)


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!

Hi! How can I order the values of the select menu options alphabetically? Please look my link https://www.automotoradelsur.cl/vehiculos/

I am using ACF

Thanks, Francisco

Hi adsautosur

You have several sorting options available in a Filter under More options section please, see example – https://prnt.sc/Tb5zxjQFvAoU

But if no one from the sorting options dropdown is good for you, you always can sort filter terms in any desired order via coding and using hook ‘wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook

Of course this expects to be familiar with PHP coding or ask a developer to help you with this.

Hi, i’m interested with the plugins. but before i buy, i have few question : 1. For number range filter, is it possible to customized the format of number to be more readable (ex: 1,000,000,000)? because I’ll use it for website from country with currency have higher digit like 7 to 11 digit. So it will be hard to read when the number higher.

2. in Premium version, have any widget type similar like `label list` but is for number range ? for ex : $100 – $200 [$501-$1000]

2. Can we customized the incremental number ? for example, when move the slider to right side, it will increase 10k instead increase by 1.

3. For Color swatch, is it support for custom field ? *i have custom field `color` (`red`,`yellow`,etc) – created using ACF.

thank you.

Hi runix

Thank you for your interest in Filter Everything PRO.

1. The plugin supports Templates Overriding feature and you can modify current range.php template file to display number in desired format. Also you can try to achieve this via CSS/JS if you need. Out of the box Range filter inputs shows numbers as it is configured in your browser by default.

2. I planned the feature with fixed ranges for numeric filters and they will be implemented in the plugin after some time. But for the moment this is not supported yet.

3. Yes, sure. Every numeric filter contains “Slider Step” option that allows you to set this value. You can find it under “More options” section, please see – https://prnt.sc/RF1DSoxssUze

4. Yes, sure. You can configure own custom field for color swatches. Please, see this article – https://filtereverything.pro/resources/brands-and-color-swatches/#related-hooks and about the hook ‘wpc_color_term_meta_key’

I purchased your plugin but my client wasn’t happy with the speed / load times of the results being generated so we are now looking at alternatives. With AJAX and SEO rules enabled, the results could take several seconds to load (e.g. 5-7s would be common). It’s a large(ish) site but it’s on a fast dedicated server with various caching solutions.

My client currently uses https://www.fastsimon.com, which is rapid (filters load in a fraction of a second) but it’s terrible for SEO. They’ve also tested https://www.doofinder.com for search, which is equally as fast. However, neither of these have have any capabilities to set SEO rules for filter results, which was why we purchased Filter Everything Pro to begin with.

We’ve now purchased https://products-filter.com (Husky) which is fast with their Turbo Mode (https://products-filter.com/extencion/turbo-mode) enabled but it’s still not as good as Filter Everything Pro for SEO configuration.

Are you able to provide anything like this or a solution to generate instant filter results with your plugin?

Can you please advise ?

I installed Filter Everything PRO on two test sites. I’m ready to install it on the live version of the website, but my activation key can only be used on 2 sites total. I already deleted the test sites, so I can’t deactivate the plugin on them. Is there any way to cancel the old activation key and set up a new one?

I can’t find a way to deactivate the old key. I don’t want to buy another license, I just want the old license to be disconnected from the 2 sites I no longer need.

I’ve already answered you here https://codecanyon.net/comments/29328176 Let’s contintue our conversation in that thread.

Hello, I bought the plugin to be able to use the “Sort” widget but that does not work, the page loads but the items are always sorted in the same way site : https://mp-marketplace.fr/products/

Good evening, finally after a lot of research and a little tour in the code, I managed to solve the problem. I use the “Blocksy” theme and I had set the default to use a certain sort. This is what meant that each time, regardless of the sort chosen with the “Filtereverything” widget, it did not change anything in the sort because it was the default one in my theme that was used (overwrite). To solve the problem, I therefore had to deactivate the use of a sort by default from my “Blocksy” theme.

Hello youssefe74

Thank you for using Filter Everything PRO.

I’m glad that your issue was solved, thank you for your notification about that.

Regards.

I cannot display two results at the same time, can you help?

Here is a screenshot: https://einfacheinonlineshop.de/wp-content/uploads/2023/03/Screenshot-2023-03-09-170205.jpg

You can see that there are two categories selected. But only one is showing in the results. You also see that in both categories there is one product each. So both products should show. When I select them individually, they each do show – just not when I select both at the same time. What can I do to show both at the same time?

Thank you!

Hello dufflio

It seems I already answered you to this question here – https://codecanyon.net/comments/29269233

Hello

kindly note that I added your filter plugin to my website as horizontal style then I customized it. please check the link https://allbrandsfactoryoutlet.com/new/shop/

but I have problem when I click on the button it’s opened but it’s not closed after I click outside I should click the same button so could you please help me to fix it ?

I mean I want close the button after click outside the button or click other button

Best regards Rawaf

Other question can I use different filter one for mobile and one for desktop?

Hello hi4web

Thank you for using the plugin and sorry for the late response. From one side support here does not provide custom coding, but I see that now it works not very convenient.

So add please on your site pages next JavaScript code:
document.addEventListener('click', function handleClickOutsideBox(event) {
  const clicked = $(event.target);
  if ( clicked.parents('.wpc-filters-section').length > 0 ){
      return true;
  }

  if ( clicked.parents('.wpc-filter-content').length < 1 ){
      $(".wpc-filters-section").removeClass('wpc-opened')
                             .addClass('wpc-closed');
  }
});
And also add next CSS code. You can place it in Filters -> Settings -> Experimental – Custom CSS:
.wpc-filter-has-selected .wpc-filter-content{
    display: none;
}

This should solve the problem.

About different filters – yes, sure. You can place two Filter Sets on your page and put there shortcode with your custom filters open button that will open desired Filter Set on mobile devices. Please read more about the button here – https://filtereverything.pro/resources/shortcodes/#open-button

Hello

thank you for your response

it’s working fine when I click on anywhere in page thank you but it’s not close when I click on other button I hope you can do it also it will be perfect

for mobile version I will try it thank you

Best regards Rawaf

Good afternoon! Please help me with a Bricks Builder theme plugin with Woocommerce. The filter works only on the store page, and on the page with categories it does not work with ajax. If I turn on filtering by the apply button, then it redirects to the store page. Screen recording attached with settings: https://video.pxls.es/conversations/2c53c169-3df7-5257-bd5b-eb47c04de1ac Thank you

And also I think I found a bug in which the product is given a 404 error. Please correct me or give some solution. If a product’s name starts and matches the filter’s URL Prefix, then all such products fall into a 404 error, and it doesn’t matter what comes after or before in the url. Here is a video recording of the screen: https://video.pxls.es/conversations/490ca32b-6d05-5eff-9f8b-70ec054ef414 Thank you

I also ask you to tell me how you can make it so that when you go to a category, only subcategories are displayed and opened (without a parent one, and even more so without a category in which one of these products is also present). Those. so that you can scroll through the hierarchy and see only the following subcategories. Thank you

And one more request to suggest how you can pull up images of brands and colors from the fields of the Woodmart theme into your filters. I tried to make it a function according to the documentation, but it did not work. Thank you

Thank you for your reply! There are almost 1000 categories and it would be unrealistic to create a new filter for each one. Is there any action required of me so that you can find a solution? I really hope for a solution to this problem soon.

Hello. Can you please tell me if there is a solution for Bricks? I read the comments a fortnight ago that they were planning to implement it.

Hello Turvodnik

I’m glad to inform you that I already fixed issue with Filter Set for common categories pages and Bricks Builder. I do not release it in the new plugin update, but I can provide you with intermediate release where this problems is fixed. Please, check your email, I sent you direct link to this intermediate version.

I created a filter set for my elementor loop grid. 1 – It doesn’t work 2 – I tried to modify the set and here is the error message but without explanation : An error occurred. Set fields were not saved, please try again. Can you help me please ?

I fond the solution myself. I guess it was the licence that I didn’t included.

Hi jdyadan

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

Love the Filter Anything plugin… great stuff. Is there any way to increase the line length of categories listed in the widget? You can see our category labels are relatively short, yet some still break over two lines. https://staging2.vistastrawberryfest.com/plan-your-day/schedule/ Thank you for your help.

Hello wchornung

Thank you for using Filter Everything PRO.

As I see on your site you have enabled the “Horizontal layout” for the Filters widget, but it seems you don’t need to use it in that place. Please, disable this mode and it will work as expected. Here is example of appropriate checkbox – https://prnt.sc/tdEPx0b2oLI-

Hi, My co-worker and I are trying to get chips to update with AJAX turned on, however, it will not work on custom wp_querys and with the default blog posts. However, it works perfectly without AJAX. Suggestions?

Hi p20_mstockton.

Thank you for using Filter Everything PRO.

Please, ask you co-worker to write this support request from the account, where they purchased the plugin.

Thank you. Regards.

Hi Andrii, I was wondering where to change the setting in order to use the smart filtering by Woo product variations.

My current filter set (color, brand, size, gender) is still forwarding me to the variabel product and the product variation on the variable product page is not being selected depending of the chosen filter. Is there a documentation explaining how to adjust the setting? Best Julian

Hi julianw30

Thank you for the details. I expected to see also URL with filtered results, where unappropriate products are shown (for example if you selected color – black, size – 40, but see products that does not match to this selection)

If you mean that you expects that in filtered results for variable product its main image should be changed in accordance with selected filters, such option requires additional coding from you. By default such this is not supported by the plugin because it depends more from a theme, than from the Filter Everything PRO plugin. Also such option potentially has conflicts because if user selects “black + brown” I’m not sure what exactly image should be displayed for such product.

Hi Andrii, sry for the confusion, and thanks for the update. I expected when filtering as follows https://staging.fairlier.de/fairlier-shop/groesse-40/f-braun/

I will be redirected to the product detail page (https://staging.fairlier.de/produkt/alma-mokka/ ) and have the size 40 and color brown already selected as filtered on the shop page.

In terms of user experience, that is what I want. Currently, I have to re-select the size and color, although I have already filtered for those attributes.

The plugin can not provide this than, correct?

Best Julian

Hi Julian.

Indeed, filtering affects on a products list, but not on displaying of particular products. What exactly image and what exactly attributes will be selected when you see particular product depends more from your theme features, but is not a part of filtering process in general.

From another side you goal can be achieved via custom coding and you can add relation between selected filters and selected attibutes, when you open a product page from filtering results page. I can not write such code for you, but I can provide you or your developer with technical information and plugin functions that should be used in implementing of such task.

Hi Stepasyuk! With our website, we have a custom post for presentations. Sometime we have 2 person speaking in a presentation So we have 2 fields: speaker1 and speaker2.

Is there a way to put both fields (speaker1 and speaker2) in the same dropdown list for a filter?

Is there a way to collapse/hide by filter instead of all? I have a page with two filters setup. The first one is categories only and I want it always visible. No need for the button and also it is odd to have two on the page. I tried hiding it with css, but then have no way for it to default open…so the filter is hidden.

Hello bogaat

I’m not sure I understand you clear.

If you mean to show/hide filter in dependancy from selected values in another filter, you can use option “Parent filter” in the “More options” section of a filter.

If you want to hide some specific filter by CSS you can check its HTML in Chrome Console and you will find that every filter has its own unique CSS class, that allows you to manipulate with each filter individually.

If these advices are not related with the result you need, please provide me with more detailed explanation of what you need. For example link to the page, screenshot would be very helpful.

Thank you. Regards.

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