8961 comments found.
Hi Stepasyuk,
My license-key isn’t working. I’ve been working with Filter Everything on a demo-website.
But now I am live with my website and it got transferred to another URL. I can’t use the same License-key it seems.
Can I somehow delete the old property with the key and use the key in the new live-version?
Thank you in advance.
Kind regards,
Niels Dirix
Hi NielsDirix,
Thank you for choosing Filter Everything PRO.
Please send us your license key via PM so we can deactivate it on all other sites.
Best Regards,
- Victor
Please, note that the License key and CodeCanyon purchase code are different things.
To set the License key, please go to Filters -> Settings -> License, click 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.
Best Regards,
- Victor
Hello, there are a couple of problems that I could not figure out on my own. 1. The “Show 23” and “Cancel” buttons for mobile devices (I have a pop-up widget) do not work correctly on my site, namely, clicking on them reloads the page (although I specified to use AJAX in the settings). It works correctly only when I selected the filter, it loaded and I click on the cross at the top to close the window, only in this case the page does not reload (( (maybe a problem due to the fact that I turned on the compatibility mode of the popup widget? but without this setting, my widget window is dark and not on top of all objects on the site) 2. I could not set up a filter by price, I do everything according to the instructions from your site, but the slider does not work, and I enter a number in the min-max fields and this filter does not find anything ((my website address for verification https://zalezhni.art/shop/
I also forgot to clarify that the search does not find products by name at all and sorting does not work when I select a filter ((if necessary, I can give you access to the admin panel
Hi Handubei,
Thank you for choosing Filter Everything PRO.
Please, send us credentials to your /wp-admin following this document so we can check it.
Best Regards,
- Victor
I did everything according to the instructions that you sent me and sent you a link via PM
Hi Handubei,
We have checked the site, and we added the price filter as it should by its meta key. You can read about meta keys on the right side of the screen inside the filter set.
As to the searching issues, it seems like you tried to extend the searching functionality and make it search by meta_value, or perhaps it is some plugin, but here is how your query is looking like – https://prnt.sc/K393ShV5WPGz and this is how it is looking by default – https://prnt.sc/MMYejLTDpyYM
And are the whole page reloading issues caused by the theme or pagination? Which is working in such a way for some reason. Or additional plugins for AJAX and theme. Hard to tell, but you need to turn off plugin by plugin to find the issue. And you need to trigger the pagination AJAX as it is not updated. Plus, there are a lot of errors in the query monitor. We recommend checking them all and fix if possible.
Best Regards,
- Victor
The fact is that I did not make any changes to the search, it does not work for me out of the box! The problem that you pointed out to me in the screenshot is similar to Yakykov’s localization
Hi Handubei,
As previously noted, the issue may also arise from other plugins. The most efficient method of troubleshooting would be to disable 50% of the plugins, update the filter set and test for functionality. All of the issues in 90% are because of the custom code or by the third plugin conflict.
But we can assure you if you use any latest standard WordPress themes with the support of the widgets and add WooCoomerce and our plugin. Everything will work perfectly great. It was tested by us more than hundreds of times and by users more than a thousand times.
Best Regards,
- Victor
Okay, I’ll try to figure it out on my own and remove all the errors of the other plugins! And I’ll write you the result
Hello Victor, This message to tell you i just sent you credentials to activate my new license key on 2 websites. All infos in my message. Thanks by advance for your help. Best regards.
Hi CTACHET,
The license has been successfully activated on both sites and all functionalities are functioning as expected.
Best Regards,
- Victor
Wonderfull !! Thank you very much for your reactivity Victor !! Best regards
just to you know, the first one is a development one, so we will have to change the url in maybe one month, i’ll write back to you when needed. Thank you
Sure, just create a new request in the comments section after you send all of the needed information.
Best Regards,
- Victor
Hello!
Could you please tell when option to disable pretty permalinks for filter set will be available in the plugin?
https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/comments?page=51&filter=all#comment_29143374This feature is much needed. Because I have landing pages where I don’t need pretty permalinks and I can’t switch them off on specific pages or filter sets. I can only disable completely on whole site using ‘FLRT_PERMALINKS_ENABLED’ but that’s not an option for me. I only need them off for certain filter sets.
Hi 1jayfry,
We are in the process of completing the XML sitemap, which experienced some unexpected delays. Once complete, we plan to incorporate the additional functionality as previously discussed. Rest assured, we are committed to implementing this feature and will provide updates in this comment thread as progress is made.
Best Regards,
- Victor
Thanks!
Hello, first of all I would like to thank you for this great plugin! I noticed a bug related to the “wpc_do_filter_request” hook in the “addFilterQueryToWpQuery( $wp_query )” method of the “WpManager” class. It turns out that when the hook returns false, the posts displayed on the results page are good, but the filters that appear are wrong, they do not take into account the fact that a filter is not used. For example the filters do not display a term that should appear or the number linked to a term is not correct. After a lot of research, it turns out that the hook only impacts the output results but not the term calculations, filters etc. To solve the problem, I therefore had to modify the “collectFilteredPostsIds” method of the “EntityManager” class. . I added a hook with the same name to not take into account a filter during the calculations. Could this be fixed in the next version please? Here is the code I modified :
Before :
foreach( $queriedFilters as $slug => $queriedFilter ){
$queried_value_key = $queriedFilter['entity'].'#'.$queriedFilter['e_name'];
if( ! in_array( $queried_value_key, $set_filter_keys ) ){
continue;
}
After :
foreach( $queriedFilters as $slug => $queriedFilter ){
$queried_value_key = $queriedFilter['entity'].'#'.$queriedFilter['e_name'];
$do_filter_request = apply_filters( 'wpc_do_filter_request', true, $queriedFilter, null);
if( ! in_array( $queried_value_key, $set_filter_keys ) || !$do_filter_request){
continue;
}
Hello Did I express myself badly or do you want me to rephrase something?
Hi youssefe74,
Thank you for the provided code and bug, we added it to the list, and after the author will check it, and provide additional info on it, we will reply with an answer.
Best Regards,
- Victor
Hello youssefe74
Thank you for using the Filter Everything PRO and for your suggestion. Indeed, you are right, if some filter is ignored via the ‘wpc_do_filter_request’ hook it also should be ignored in the filter term calculations. I alrady added code you offered in the dev version and it will be present in the next plugin update.
Thank you. Regards.
Hello, I have purchased your plugin and successfully set up a filter set and it is filtering great. What I need to do know is hide the posts until a filtered search has been completed. How can I do this? Thank you
Hi dyanna109,
Thank you for choosing Filter Everything PRO.
Unfortunately, the plugin does not offer any options for styling the product container functionality, to hide it or not, before filtering, it has to be custom coded. All the plugin is doing is just filtering products. For example, there is a function:
/** * @return array|false all selected filters or false */ flrt_selected_filter_terms();
Note: This function works correctly only if it fires after the Main WP_Query. It means after hook ‘pre_get_posts’ fired.
You can use it to check if any term was selected and apply the needed custom functionality.
Best Regards,
- Victor
Can you help me with this please? I don’t know much about coding
Unfortunately, we do not provide or debug custom codes as it is out of the scope of support policy following the support policy here on CodeCanyon.
Best Regards,
- Victor
Hi, is there a way for products to be filtered on a Product attribute archive page that are related through an ACF taxonomy? I can get a simple product attribute archive working with filters but I need the ability for this to work with ACF fields.
The taxonomy is a multiselect that uses a product attribute to populate the multiselect and each product can have one or many. I want each attribute to have their own page and displays the linked products. Example /types/type-1, show all products that have Type 1 selected in the ACF field.
I have tried use the `pre_get_posts` hook but it doesn’t filter products at all. What am I doing wrong? The results are always empty and the filters also no showing counts.
I have tried using ‘LIKE’, ‘IN’ and ’=’ and none make a difference.
function my_custom_filter( $query ) {
if ( !is_admin() && $query->is_main_query() && $query->is_tax('pa_types')) {
// Get the current term ID
$term_id = get_queried_object()->term_id;
// ACF multi select field is selected_typesand uses Term ID
$query->set('meta_query', array(
array(
'meta_key' => 'selected_types',
'meta_value' => get_queried_object()->term_id,
'compare' => 'LIKE',
),
));
}
}
add_action('pre_get_posts', 'my_custom_filter', 9999999 );
I have confirmed that the products are correctly linked via the ACF field using this
$args = array(
'post_type' => 'product',
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => 'selected_types',
'value' => get_queried_object()->term_id ,
'compare' => 'LIKE',
),
),
);
$products = new WP_Query( $args );
var_dump($products);
Any pointers would be helpful.
Sorry, the my_custom_filter is slightly wrong, that was something I was testing. It should be.
function my_custom_filter($query)
{
if (!is_admin() && $query->is_main_query() && $query->is_tax('pa_types')) {
$query->set('meta_query', array(
array(
'key' => 'selected_types', // ACF field
'value' => get_queried_object()->term_id, // Current attribute ID
'compare' => 'LIKE',
),
));
}
}
add_action('pre_get_posts', 'my_custom_filter', 9999999);
Hi RossCode,
It is difficult to provide recommendations or tips on this matter due to its rarity. Debugging and development are necessary to ensure the proper functionality of the approach (which requires time). Unfortunately, we cannot offer assistance with custom codes or debugging in accordance with the support policy here on CodeCanyon. Maybe if there were more free time, we could check it, but currently, all times and forces are focused on the update that will be released soon.
Best Regards,
- Victor
いつもお世話になっております。 インストール先のURLが1か所わからなくなりました。 blancvert.comの他にインストールした場所が不明です。
そちらでわかりますでしょうか? もしくは、一度両方を無効にしていただくことは可能でしょうか?
よろしくお願い致します。
Hi sei7,
Thank you for choosing Filter Everything PRO.
We have deactivated the license on both sites, and now you can activate it on the needed sites.
Best Regards,
- Victor
Hi there, I need your help. I am using GeneratePress and I followed the instructions on setting up SEO rules but when I tested, the titles are still not updating, I don’t think it is working.
I noticed you mentioned hooks many times for similar issues, does GeneratePress have the same limitation?
Hi freefallapps,
Since you already saw the hooks that are used to show the dynamically generate the title, etc., you need to go to the needed page where you added SEO rules with the filter widget and check from the query monitor plugin what template it is using to show the content, then find the template and check what does it use to show the title and use that hook.
Just in case, we are going to add all hooks that the plugin using:
// For SEO title add_filter( 'wp_title', array( $this, 'wpTitle' ), 15 ); // For the Meta description add_action( 'wp_head', array( $this, 'filtersWpHead' ), 1 ); // For H1 title one of these hooks add_filter( 'woocommerce_page_title', array( $this, 'seoH1'), -5 ); add_filter( 'get_the_archive_title', array( $this, 'seoH1'), -5 ); add_filter( 'post_type_archive_title', [$this, 'seoH1'], -5 ); add_filter( 'elementor/utils/get_the_archive_title', [$this, 'seoH1'], -5 );
Here is an example of how you can do it (it was made for the single_term_title as an H1 hook):
add_action('wp_head', 'wpc_add_filters_seo_h1');
function wpc_add_filters_seo_h1(){
if( class_exists( 'FilterEverything\Filter\Container' ) ){
$seoFrontEnd = FilterEverything\Filter\Container::instance()->getSeoFrontendService();
add_filter( 'single_term_title', [ $seoFrontEnd, 'seoH1' ] );
}
}
Best Regards,
- Victor
I can see from query monitor that the template is page.php and the hook used to get the title is “register_block_core_post_title()”. Can you advice what needs to be done next? Is it something I can on my own or do I need to hire a developer (I really prefer not to because I am tight on funds right now)?
Thanks!
The subsequent step involves creating custom code that can modify it to the hooks used by your template.
Unfortunately, we do not provide or debug custom codes as it is out of the scope of support policy following the support policy here on CodeCanyon.
Best Regards,
- Victor
Hi Victor, I managed to get it to work. It is not about the hook. I am using taxonomies and I create only one SEO rule to cover all taxonomies e.g. Any Color, Any Brand, Any Size, Any Price, Any Weight. This has resulted in a noindex for my page.
But when I reduced to only one taxanomy for example only Any Color is activated, then the page becomes indexable. I tested and the maximum supported taxonomies is 3 before the page becomes noindex again.
Why is that so? Any suggestions?
Additional information. I realized that if I made 3 taxonomies to be indexable, the page is only indexable if the exact 3 filters are applied. Any 1 or 2 of them selected will only result in a noindex. This is weird,
Sorry don’t mean to spam. What I want to achieve is an indexing depth of 2 for the following 5 fields – color, brand, price, size and weight.
For example, if only Black is selected, don’t index. If white and Asus are selected, then index. Same goes for if Large and 1kg is selected.
The issue is if I make these 5 fields indexable, I am forced to make indexing depth to 5 in order for it to work and all 5 fields must be filtered in order for the page to be indexable. But I what i really need is any combination of the 2 fields.
Appreciate your advice.
Hello, any advice please?
Hi freefallapps,
Okay, so if you want a depth of 2 and an index page only when you select color and brand, you need to choose “any color” and “any brand”. In this case, it generates an SEO rule if any single term is selected from the color and brand filters. But, if two or more filter terms are selected it won’t index the page.
To ensure that those filters can be indexed, you must create separate variations of SEO rules with only two attributes, such as color + brand, color + RAM, RAM + CPU, and so on.
Please note that the price is not included in the SEO rules as it would result in thousands of identical pages with different numbers, which is considered a bad practice.
Additionally, it is not possible to create SEO rules when multiple filter terms are selected, as it can affect the effectiveness of search engines. This is because it would result in SEO phrasing such as “buy red or green or blue iPhone.”
“Optimizing SEO for the phrase ‘buy red or green or blue iPhone.’ not only offers less effectiveness in terms of search engine rankings but also carries the risk of being perceived as a spammy site.
Moreover, using overly broad keywords like ‘buy red or green or blue iPhone.’ can trigger search engines’ spam filters. This is because such phrases are often associated with low-quality or manipulative SEO tactics, where websites attempt to attract traffic for a wide range of keywords without providing valuable content. Being marked as spam can lead to penalties that harm your site’s overall search engine visibility and reputation.
Best Regards,
- Victor
Hey Victor thanks! It is clear to me now and I managed to get it working.
How do I hide the posts until a filtered search has been completed? In other words, I dont want anything to show up until the user completes a search?
Hi dyanna109,
Thank you for your interest in the Filter Everything plugin.
Here is support for accounts who purchased the plugin, and if you already did it, please write your request from the account where you purchased it.
If you are using the Free version, please write your request on the WordPress support forum – https://wordpress.org/support/plugin/filter-everything/
Best Regards,
- Victor
Hello, thank you in advance for your support. I have noticed a problem with the sorting of the results. If set as default, everything works fine. However, if I customize the sorting in WordPress and choose any other type of sorting, only the price sorting works, while the others do not change. I have tried using ID and date, but it doesn’t work. It always returns the results in descending price order (which I have set as the default). I am using the ASTRA theme. Do you have any ideas?
Hi favoledigitali,
Perhaps it is a problem with setting up sorting options or meta keys. It’s hard to answer on the fly what can cause the problem. But definitely, those options need to be rechecked from the widget area.
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 will be 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
Best Regards,
- Victor
Hi! I use the Filter Everything PRO plugin for my Polish-English site with WPML.
I created a Filter Set to filter posts on my blog page. Everything works great, but only when I have the page’s default language turned on, i.e. Polish. After switching to English, the filtering stops working.
Please see attached image: https://snipboard.io/3Kbcpg.jpg.
The settings in the filter are as follows: - “Post Type to filter” – Posts - “Where to filter?” – (“Apply filtering if page is:”) “Common WordPress pages”, “Blog Page” - “And what to filter?” – “Post Query.Main Query.”
Could you please help me how to fix it?
Regards, Grzegorz
Image once again:https://snipboard.io/3Kbcpg.jpg
Hi Grzegorz,
Please, send us credentials to your /wp-admin following this document so we can check it.
Best Regards,
- Victor
I have already sent the credentials.
By the way, please check why on the store’s site, after switching to English, the price slider shows the maximum amount of the price in Polish currency, and not the maximum amount in dollars (converted based on the set exchange rate). I set the exchange rate to PLN 1 = $0.5. The most expensive product in Polish currency is PLN 60. So after switching to English, there should be 30 in the slider. See the attached image: https://snipboard.io/Nw9mli.jpg
regards, Grzegorz
There is some AJAX restriction on the en blog page (it always return 404), not sure why, perhaps it is some plugin or some configuration. Because, without AJAX, everything is working great. And on the other pages, everything is working great.
About the currency, the plugin is compatible with two popular and free Multi-currency plugins, WOOCS and CURCY. But you can check the code and its realization for those plugins if it needs to work with another currency plugin. You can find it in the “wpc-third-party.php” file around the 465 line.
Best Regards,
- Victor
Hi!
I bought the Filter Everything plugin because its website says it’s fast, has AJAX and is compatible with WooCommerce and WPML. Thus, with AJAX enabled, filters should always work properly regardless of the current language of the page. Similarly, since it is compatible with WooCommerce, the price slider should also show the amounts correctly in each case.
I have been fighting with the price issue in the slider for several weeks in the free version of the plugin.
I thought that if I buy it, either the problem will solve itself or the support will help me
Please provide some solution so that the filters work properly with Ajax enabled and the prices in the slider also show correctly. Maybe some snippet in the functions.php file?
Mainly I’m talking about the price slider on the store’s website. If it works properly it will be enough for me.
Please help me!
Grzegorz
Hi Grzegorz,
We have checked the site once again, to the blog error, we have changed the URL for the EN version from “en-blog” to “blog,” and everything is working. Seems like there was some conflict because of it.
Regarding the currency problem, the “WooCommerce Multilingual & Multicurrency currently” addition is not supported, but we are planning to add it in the future. Right now, you can use free plugins like WOOCS or CURCY for different currencies. That’s the only way out at the time.
Best Regards,
- Victor
Hi brodabarbara,
Thank you for choosing Filter Everything PRO.
It can be a couple of reasons. The first one is the WP_Query in the “And what to filter” is not the correct one. Try to choose another one. The second one is that your site contains the plugin that creates and uses the copy of the Query, and that’s why it is not working correctly. Third is the caching plugin that catches absolutely everything and brings workability issues.
Best Regards,
- Victor
I am using the php do_shortcode ‘fe_widget’ and ‘fe_chips’ on a post archive page and it is filtering the posts perfectly. What i want to do as well though is whenever posts are getting filtered by a specific term name (I filter the posts by taxonomy), I want to get that term name with php to match it with any sentences within in the filtered posts that start with that term name and echo just those sentences in the results.
But I don’t know how i get the term name after I am on the filtered page. So for example, it are game posts and the taxonomy is the game title. When I filter for ‘Game Title One’, i want to get that term when it is selected and use it in the code i need for matching the sentence etc. How do i get the selected term name?
Hi wcpwouts,
Are you trying to create something like a dynamic SEO text description depending on the terms selected or what you are trying to achieve? From the description, it is a bit confusing.
The plugin gets all the data from the database. If you want to somehow check what filter terms are selected, you can do it by custom code or any other solution. Or by URL since all of the filter terms are added to the URL in the form of the parts.
Best Regards,
- Victor
Yes indeed it is something like a dynamic text for selected terms. Your answer pushed me in the right direction – I am doing it now by the terms of the selected filter in the URL and with a bit of trying and testing I got the functionality I was looking for. Thanks.
Hello! 1) Can your plugin search and filter Pods ACT stored at custom DB tables? https://docs.pods.io/learn/what-are-advanced-content-types/ 2) Can your plugin search and filter Pods repeaters fields as: (A) Simple Repeater – https://docs.pods.io/fields/simple-repeatable-fields/ and (В) Multi Fields again with DB Custom Table storing – https://wordpress.org/plugins/panda-pods-repeater-field/ ??? 3) How can I use it to search and filter at connected tables like ‘Region -⪪ Countries -⪪ Tours”?
Hi JNLA,
Thank you for your interest in the Filter Everything plugin.
We haven’t tested it fully with the Pods plugin, but in theory, simple custom fields would work, and the repeater won’t work as it is a list of dynamically generated fields. But you can test all the needed features on our free version of the plugin to see if it will work.
The search field is only working with the post titles and description/content. It is not searching by the custom fields and etc. You can extend the plugin functionality by custom code to make it work.
Unfortunately, we do not provide or debug custom codes following the support policy here on CodeCanyon.
Best Regards,
- Victor
You still dont answer – Can your plugin search and filter Pods CustomPostTypes with CustomMetaFields stored at DB CustomTables?
The plugin with work with Pods but not with values placed in custom tables.
Best Regards, - Victor
Also it seems Search is not AJAX and does not have dropdown suggestions on entering? Rating filter suppose linked to WC Products?
Yes, you are correct, the search field won’t show any dropdown with suggestions. Yes, the rating filter is linked to WC Products.
Best Regards,
- Victor
Hi, Is it possible to implement a keyword search within every field of the custom post type? Current search is limited to title and excerpt I believe.
Hi interpret,
The search field looks for similarities in the title and description/content.
Implementing a multi-field search can negatively impact website performance if it is not optimized correctly. As each field requires an additional query, it can increase the load on the database. This is especially significant for larger databases with substantial amounts of data. Searching every field of a custom post type can significantly slow down performance.
That’s why we didn’t implement it yet, but maybe we will add this type of functionality in future updates.
Of course, you can extend the functionality with the custom code, but we do not provide or debug custom codes following the support policy here on CodeCanyon.
Best Regards,
- Victor
Okay, any way to integrate ACF better search plugin with the filters in that case? As ACF Better Search has this functionality already but right now, I can use it separately as a search bar but cannot add it within Filters Pro
Hi interpret,
Well, technically, it is possible to make it work together and kinda integrate it, as you said, but you need to have knowledge of ACF and our plugin with advanced PHP skills. And time (lots of time) for experimenting with how it can be implemented without losing workability and don’t cause any bugs.
Unfortunately, we do not provide functionality extensions.
Best Regards,
- Victor
Hello,
I purchased this plugin only two months ago and it already says my license is invalid – it was okay for a while, but now the application will not accept my purchase code. Returns “Invalid license key. Please enter correct license key.”
I have confirmed my key multiple times, copy-pasting it directly from my codecanyon account, the downloadable txt file, and also the envatoMarket pdf download. I have also entered it with and without the ”-” chars just to be sure, I have also ensured there were no white spaces or extra characters copied across.
Can you please inform me as to how I might go about resolving this?
Regards,
Andrew
Hi Andrew,
Thank you for choosing Filter Everything PRO.
Please, note that the License key and CodeCanyon purchase code are different things.
To set the License key, please go to Filters -> Settings -> License, click 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.
Best Regards,
- Victor
Hi i am trying to fill in the license code API for the plugin. But i get continuous Unknown error message.
Best regards ICN
Hi ICN,
Thank you for choosing Filter Everything PRO.
It seems that your server does not allow connection with our license server. 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.
Please, send all these via PM.
Best Regards,
- Victor
I already sent the credentials
Hi internetconsumer,
The license was activated, and now everything is working as it should.
Best Regards,
- Victor
Hello,
I bought the plugin, but I cannot find the license code. Where can I see it?
Hi magikreator,
To set the 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.
Best Regards.
- Victor
Hi Stepasyuk,
My client has multiple webshops. Can i use 1 license for 2 or 3 sites or do I need to buy a license for every website?
Hi keeslina,
By default, you can activate the license on the two sites. Usually, it’s the dev and production sites, but you can activate it on both prod sites. You need to deactivate it on the unneeded site. You need to buy a new license if you want to activate it on more than two sites.
Best Regards.
- Victor