Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,658 sales
Recently Updated

Stepasyuk supports this item

Supported

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

8952 comments found.

For only two links – WPML flags are replaced by PAGE TITLE. Other links which generated by Filters are working fine.

I’ve contacted WPML and they’ve checked to resolve it but they told me that I have to get in touch with the Filter plugin support and it has nothing to do with WPML plugin.

Hi burakbey

Thank you for using the plugin.

Send me please link to the page with the problem. Optionally you can send it via PM.

Hi Stepasyuk, just sent you the links via PM

Hi Stepasyuk, I’ve sent you details requested a very long time ago and also sent several emails but no response from your side.

Your help is much appreciated.

Hello,

The ajax system doesnt work on my site so i cant do what i wanted… How can i get refund please ? I bought de plugin few minutes ago…

Best regards,

Hello,

Here is the link to the page : https://cobalt-oc.com/categorie-produit/attachement/

Its not just AJAX that dont work but the filtering system…... :/

To explain better, the filter is active, there are parameters in URL that change but it doesnt work, products not change… I think it’s almost functionnal…

Hello anthonynouveloeil

First of all do not enable AJAX until you configure filters working. It seems your configured plugin wrong and this problem is known. Possible reasons are:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.

HI Stepasyuk,

I am having problems with the title of the page when applying a filter, when applied, the title is also updated by adding the content of all the <title> elements it finds on the page.

- I have disabled all plugins and I get the same result. – I have applied filter everything seo rules but I see that it does not work, I allow it to index entries and tags but when I inspect the page I see that it continues in noindex

please help.

cristian309

Ok, thank you. I tried to select term Mixing, but I do not see any titles that were updated – https://staging7.atone.es/tips-tricks/category-mixing/

Please, provide me with screenshot that explicitly explains updated titles. Also as I see your page contains a lot of <title> tags that do not meet the tag specification and it is HTML error. Because the <title> must be present on a page only one time between <head> and </head> tags.

hello stepasyuk, I answer and forgive my English

— Ok, thank you. I tried to select term Mixing, but I do not see any titles that were updated – https://staging7.atone.es/tips-tricks/category-mixing/

Forgive me, the page title thing was fixed by updating the plugin.

The problem I have right now is that I continue to see the results as noindex.

screenshot: https://ibb.co/bNntPQ9

- Please, provide me with screenshot that explicitly explains updated titles. Also as I see your page contains a lot of <title> tags that do not meet the tag specification and it is HTML error. Because the <title> must be present on a page only one time between <head> and </head> tags.

Ok, thanks I’ll correct it, thanks for helping me.

Hello cristian309

By default all filtering result pages are closed from indexing to avoid spamming of the search engine index. Because filtering does not create any new content, but only show the same content by specific criteria.

But if you need to make pages with some selected filters indexable please create SEO Rules for them in accordance with this short instruction – https://filtereverything.pro/resources/seo-rules/

привіт. я не знаю, чи доходять до вас мої повідомлення. але в мене досі не вірішена проблема по сайту flatwood.com.ua я давав доступи в адмінку. але бачу, що ви вимкнули свій плагін. що мені робити? чи буде працювати ваш плагін?ʼ

Hello anatoliilevko

I already answered you here in this comments thread – https://codecanyon.net/comments/28732248

The plugin locked because I’ve been using it for two months without entering the license key.

The issue is that I’m using a multisite and I can’t add the license to the entire network because the license only works for two “sites”.

This is strange because you even had fixes for multisite in 1.7.0 release so one would expect the plugin to work perfectly fine with the multisite.

So how do I use the key for the entire multisite network or is there another way to remove the lock? I was perfectly fine updating the plugin by just downloading it from codecanyon.

Hello olegyemchuk

Sorry for the late response. I made some fixes in my plugin related with Multisite WordPress version and I replaced your current plugin copy with updated directly on your site. Now it requires license only for the Main site in Network. All other sites work correctly if the Main has valid license.

In future just update this version as usually. Sorry for the inconvenience.

Thank you)

You are welcome :-)

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

Thank you in advance!

I have my filter working ok except I have a section in the top corner of the widget on the front end showing the chips with no names. I’d like to send a screenshot to show what I mean.

Hello SapphireSales

Yes, provide me please with screenshot or even better with link to the page with this problem. Optionally you can send it via PM.

I’m looking for some additional functionality/feature request:

- Search filter (search input as a filter option) or at least info on how to add one via hooks/etc. This is a global search on the results and not on just the filter terms itself. - Ability to add more then one “where to filter” option, i.e. I have filters which I want shown for multiple taxonomies but also on specific pages.

Hello reactioninternet

Thank you for using Filter Everything PRO.

1) Yes, the search field is already added to my development schedule and will be implemented in the future plugin updates. I will notify you about it here in this comments thread.

2) I thought about this, but it requires that filtered WP_Query should be exactly the same on all these possible pages. I’m not sure it is possible, but if I will implement this, I will notify you here also.

Hello reactioninternet

I’m glad to inform you that built-in Search Field compatible with filters, AJAX and that allows you to search Woo products by SKU was added to the latest plugin version 1.7.8. You can update it automatically if you have activated your License key or download zip here on CodeCanyon.

Thank you. Regards.

Hi Stepasyuk,

thank you for the plugin. It’s working great for us, but we have a question.

We have updated our WP_Query with a search keyword like this:

function custom_query_callback( $query ) {
    $query->set( 's', $_GET['qls']); 
// Get value of textfield and filter query.
}
add_action( 'elementor/query/wunschkurs', 'custom_query_callback' );

The Query is working, but the count on our filters is wrong afterwards. Can we update the filters after submitting our search field? Is this possible with AJAX?

Thank you very much!

Kind regards Christof

Hi Christof

Thank you for using the plugin.

In general I think it is not possible yet to support dynamic WP_Queries.

Filter Everything PRO creates copy/imprint of the WP_Query selected in “And what to filter?” and operates with it to calculate all post counts in filter terms.

But as this question sometimes is aksed here in comments, I think I will add hook that will allow to modify such WP_Query in future updates. I’m not sure, when this will happen, but I can notify you here in comments.

Or you can try to do it by yourself in filter-everything-pro/src/Entities/EntityManager.php in the getAllSetWpQueriedPostIds(); function.

Ok, thank you very much.

May I ask, if there is a way to change the word ”- Select -” in the dropdown’s?

Hi Christof

Sure, you can. If you use another language, not English you can simply translate it for example with Loco translate plugin.

But if you use English you can use Templates overriding feature – https://filtereverything.pro/resources/templates-overriding/ and override the dropdown.php template file that contains this word.

Hi, I’ve managed to move past the issue I had before with not being able to select a query, and all is working, BUT… there is a slight issue with AJAX. The filters work both without and with AJAX, but the overlay and the spinning keep going even after the filter has run. So it looks like it’s not finished when it actually is. Clearly an AJAX conflict of some kind, but any ideas what this could be or what I should look for?

Hi trevolution

Indeed it looks like conflict with some of JavaScript codes on your site. You can open Chrome console and try to find these errors, this will help you to fix them.

All magically resolved by itself too :-)

He he, I’m glad :-)

Thank you for your report.

Dear Stepasyuk!

I have many categories and even more subcategories on the site. It is possible to filter on the category page, to filter by subcategory to the specified field ACF. E.g.: My category structure: screen protector -> Samsung -> Samsung A series. The subcategories appear on the Samsung A series category page, e.g. Samsung Galaxy A10, A12, A40, etc. I created an ACF field for the categories. Eg: A10 series, A40 series, A50 series. I would like the visitor to be able to choose the type of mobile phone more quickly from the many subcategories with this filter. For example, in the ACF field of the product category, I entered the value A50 in the Samsung A50, A51, A52, A53 categories, but unfortunately the filter does not appear, I cannot select a category page in the “Post Type to filter” section.

Hi webcreative_kft

Thank you for using FIlter Everything PRO.

In general Post type and Category are totally different things, so you can not select any category page in the Post type dropdown of a Filter Set.

I’m not sure I understood you clear, but Filter Everything can filter only posts (any post type) by the data related with these posts (post meta values, categories, taxonomies, authors etc) but can not filter categories by their term meta values.

Hey boss,

I have an ACF field with each of the 12 months in it. I want the months to display in order: January, February, March, etc.

Please tell me this is possible. I’ve tried the various “Sort Terms by” options with zero luck.

https://imgur.com/a/TRU1yoI

Hello nplatt

If the Sort terms by option did not help you, you always can sort items via the hook ‘wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook

Of course this requires to be familiar with PHP code or ask a developer to help you with this.

Nice one, thanks boss. I’ll take a look.

Hi Stepasyuk, I have bought a license for Pro version but the license key is not recognized when I try to activate it.

Hi Mihutoni

Thank you for using Filter Everything PRO.

Please, note that License key and 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.

Please, let me know if this was helpful for you.

Thank you.

Hi Stepasyuk,

Thanks for your reply. I have went through exact same steps you have described above. The issue was that the license key field is smaller than the key length, so I was not selecting/copying the last 2 characters :))) But everything is fine now. Thanks!

Mihutoni

Great. I’m glad that your issue was solved :-)

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

Thank you in advance!

Hello Stepasyuk, I’m using your plugin on an italian ecommerce, I’d like to know if I can change the label “Filters” on the button/pop-up on the mobile device into the italian version. Thank you

Hello Aglaia_23900

Thank you for using Filter Everything PRO.

Sure. You can do it in two ways:

- Translate with Loco translate plugin (and after deactivate it)
- Edit the filters-button.php template using the Template Overriding feature.

As you use non-English language the first way is more preferalbe.

Hi,

Love the plugin. I wondered if it’s possible to show two filters on one page? Ideally, I would like a top bar filter and then also a side bar filter.

They would need to work together in terms of filtering but also conditional display. I’ve attempted to add two different filters in two different widgets, however it shows all the filters set and ignores the widgets essentially.

Hi craig149

Thank you for your warm words about the plugin.

In general it is possible. Just create two Filter Sets and put two Filters widgets – one in sidebar, second in top bar. If you need to set their priority (what should be displayed first and what second) specify it in the Priority field of a Filter Set. (It seems you did it)

If you want to specify conditional logic what Filters widget should be displayed in top bar or in sidebar you have to hide unnecessary widget, where it is not required. Another option will not work.

Worked great thanks. Another question. The Ajax filter option. I can’t seem to get this to work with the Divi theme for custom posts. Are they compatible currently?

Hi craig149

The AJAX feature does not depend from theme you use and it should work with Divi theme also. You have just to set up it correctly. For this read please this short article – https://filtereverything.pro/resources/plugin-settings/#ajax

Hi,

May I know is the license key is able to use for multiple websites? which unlimited.

Thank you.

Hi JessyLim

I’m working on this and this option will be available in closest days/weeks. I will let you know here in comments about that.

Hello,

I would like to ask If I can make the style of the dropdown on this page: https://marmonil.co/category/projects/

You can see what I meant in this screenshot: https://www.screencast.com/t/PwIq5JrP like this style: https://www.screencast.com/t/OELexE3q

You can see what I want on this page: https://www.tomdixon.net/en/shop/furniture/tables/dining-tables.html

Do you get me?

My site is: https://marmonil.co/

My plugin version is: 1.7.1

Hello Marmonil

As option you can enable Improved dropdowns in Filters -> Settings -> Experimental and you will get better dropdowns. But if you want to create exactly as on example site you probably have to use some jQuery plugin for that.

In genereal I would like to help you with this more, but unfortunately such requests are not included in CodeCanyon item support scope. It’s something that should be solved by the site onwer himself.

Does this plugin work with the Avada theme? I am trying to install it on a products page to sort by the following:

Metal Type Mint Troy Ounces Face Value Price

None of these show up or work when I place the widget on my shop page. Please help!

Hello ryanrwood

Thank you for using Filter Everything PRO.

In general it works with Avava theme but filtering does not depend from a theme but rather from your site data and correctly configuring of the plugin.

Possible reasons of problems with filtering are:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.

Please, check these moments. If this will not help you, plesse send me link to the page with the problem. Optionally you can send it via PM. And don’t forget to notify here in comments about that.

I just sent you a DM, but thank you for the very quick reply! The service is certainly worth the price!

Hi ryanrwood

Thank you for the link you provided. I checke the page and it looks like you selected wrong WP_Query in the “And what to filter?” field of the Filter Set.

Please, send me credentials to your /wp-admin in accordance with this document I will check it myself. But please, do all things in accordance with the document to get a solution to the problem faster.

Thank you.

I installed the Pro plugin, and I am trying to set it up with a custom post type. I need to set up the “And what to filter?” section but the plugin says there are: “No WP Queries matched to the post type [custom post type name] found on the page”. I would like to know how to create and customize WP Queries in my website.

Hello esacademynj

Thank you for using FIlter Everything PRO.

If you see message “No WP Queries matched to the post type [custom post type name] found on the page” it means one of two things:

1) On the page you selected in the “Where to filter?” field there is no WP_Query related with selected in Filter Set Post type.

2) You selected wrong page in the “Where to filter?” field. For example your blog page can be selected in two ways – as “Common WordPress pages” -> “Blog page” and as “Pages” -> “Blog page”. The same can be for Homepage etc. Please, try to experiment with different pages in this field.

Hi Stepasyuk, I like you plugin and I hope that it’s right for my web site but, even if I followed your suggests, the plugin doesn’t work correctly. Can I send you the wp access for check where is the problem on my web site please? Can you give me a private email for write to you? Thank you very much

Hi alanbeffa

It seems you have theme or plugin that caches WP_Query and this is the reason, why filtering work from time to time.

But I did not understand this your question “Furthermore I set a category items to show before to use the filter but, when I choose the filter, the result does’t change, it shows always the item category I set. Why?”

Please, write the question in another way. Wha do you mean “I set a category items?” Technically you can not predefine any filter and make it selected. But if you place Filters widget on a category page and open this page, appropriated filter will be selected by default. Here is example with Post Cateory “Health” – https://demo.filtereverything.pro/category/health/

Hi Stepasyuk, I have my page with 2 widget: one is for show the agent list and the second is for you filter. In the first widget (list of agents that I want to filter) I can set if show some category or not. If I don’t set the category for my agent, it shows the agents without a initial rule and the filter works; if I choose a specific category for my agents for begin with theese specific agents and only after I choose the filter, the filter widget doesn’t works. It doesn’t filter the agents and it continue to show the initial category that I choose in the widget of agents.

Thank you for your answer

Hi alanbeffa

Sorry for the late response. I checked your site and realized that all works fine. If you do not select any category in your agents widget it allows you to select a category in the “categoria” filter. If you select any cateogry in the agents widget, it allows you to select “servizio”, but the “categoria” filter contains only one the selected in the agents widget and it is expected behavior.

FYI filtering is process of narrowing of posts that you see on the page before filtering. In other words you can not add new posts, but only narrow posts list with selected criteria. So if you have posts from only one category, you can not add posts from another category.

BTW, after you change settings in your agents widget, please update your Filter Set to allow it to filter correctly updated WP_Query.

Hi, I have installed the Pro plugin and whenever I activate it my site gives a critical error. Uninstalling (deleting) the Pro plugin resolves the error. Lite version works fine.

I have downloaded the latest plugin files. I am using the latest version of Wordpress (6.0.2) and Astra theme. PHP logs do not identify any specific cause.

Thanks

Scrap that. My apologies I had a filter in my functions.php from when I was playing around with the Lite version. Deleted this and the issue is resolved.

Hi highfielddashmore

Thank you for using Filter Everything PRO.

I’m glad that your problem is already solved. Let me know if you will have any questions.

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