8977 comments found.
Hello
I am trying to find a way to filter products based on if they are ‘virtual’ or not virtual (physical). Is it possible please?
Thanks
George
Hi George
Well, you can create a filter by the “Product Type” but we are not sure if it will fit the needs.
But perhaps for you, the easiest way here would be to create a custom field with the exact values you want, a checkbox field.
Virtual
Physical
...etc
Apply those values to your products, and create a filter by this custom field meta key.
Best Regards,
- Victor
The custom field option with radio buttons works for me. But, is there any way to customise the ‘Yes’ / ‘No’ options? For example: ‘Online’ / ‘Offline’.
This will require custom coding if you have a knowledge of PHP and WordPress including the plugin itself. You can check this page and use the “wpc_terms_before_display” hook – https://filtereverything.pro/resources/hooks/#terms-before-display-hook
But we’d recommend the easiest way with the ACF and already predefined value names. As with updates something might change, and you would need to rewrite the code.
Best Regards,
- Victor
Thanks Victor. The ACF method worked perfectly!
Hi George
We are glad to hear that it helps.
Best Regards,
- Victor
Hi. I am using your plug-in together with Salient template. As of today, I cannot add pages anymore that I have duplicated and adjusted. I have some default pages, and want to clone one of them. This works, but when I want to add it to the menu of the website, it gives a 404 error. And even when I want to click Preview Changes when making that duplicated page, it gives a 404 error. I use Copy & Delete Posts, but it also happened with Yoast Duplicate Page as plug-in. Kindly help!
Hi beecommunication_nl
Does turning off our plugin fix this issue, and you can continue with page duplication?
Best Regards,
- Victor
Yes. I first though it was due to a recent template update, but this issue also occurred when I switched to the default (2024) template of WordPress. I have then disabled all the plugins one by one and when I disable yours, everything works fine again. As soon as I enable it, the 404 error is thrown.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
And the link to the page example that shows 404 instead of opening it.
Best Regards,
- Victor
I have created the login. Kindly have a look.
Done! The issue was in the URL prefixes for the filters They should be unique and do not cross with already existing ones on the site. So we added fe_ before your existing Prefixes in the filters -> settings -> URL prefixes.
Now everything is working as it should.
Best Regards,
- Victor
Thank you for your help. It has been resolved, indeed.
Hi beecommunication_nl
We are glad to hear that everything is working now.
Best Regards,
- Victor
Hi, We had SEO text’s & custom ACF fields working before changed taxonomy query sorting order to custom from default. No it returns bool(false)
This is the source code. Now var_dump returns bool(false). Before taxonomies order changes everything was working perfect.
<?php
if (function_exists('flrt_get_seo_data')) {
$seoTitle = flrt_get_seo_data($key = 'title');
var_dump($seoTitle);
if ($seoTitle) {
$seoTitle = apply_filters('the_content', wp_kses_post($seoTitle));
echo sprintf('<h1 class="text-[#12415d] text-4xl xl:text-5xl font-bold leading-10 xl:leading-[60px] mb-8 font-nunito">%s</h1>', $seoTitle) . "\r\n";
} else {
echo '<h1 class="text-[#12415d] text-4xl xl:text-5xl font-bold leading-10 xl:leading-[60px] mb-8 font-nunito">' . $title . '</h1>';
}
} else {
echo '<div class="text-[#12415d] text-4xl xl:text-5xl font-bold leading-10 xl:leading-[60px] mb-8 font-nunito">' . $title . '</div>';
}
?>
<?php
if (class_exists('FilterEverything\Filter\Pro\PluginPro')) {
$seoFrontend = \FilterEverything\Filter\Container::instance()->getSeoFrontendService();
$seoRulePostId = $seoFrontend->get('seoRulePostId');
var_dump($seoRulePostId);
if ($seoRulePostId) {
$acfText = get_field('text', $seoRulePostId);
if ($acfText) {
echo sprintf('<div class="container mx-auto my-16 text-[#12415d] font-nunito">%s</div>', wp_kses_post($acfText)) . "\r\n";
} else {
echo '<div class="font-nunito text-[#12415d] text-base">' . $description . '</div>';
}
} else {
echo '<div class="font-nunito text-[#12415d] text-base">' . $description . '</div>';
}
} else {
echo '<div class="font-nunito text-[#12415d] text-base">' . $description . '</div>';
}
?>
Thank you
Hi rekosa
We’d love to help, but unfortunately, we are not debugging custom codes, as this is out of the scope of support policies.
We may recommend deleting the custom sorting options and moving on from there if everything starts working again, experimenting with the different approaches. Also, don’t forget to update your SEO rules and filter set after modifying your queries.
Best Regards,
- Victor
We have deleted the custom sorting before writing to you. But now SEO data does not work when we are back to default sorting.
Maybe you can explain what you mean by updating SEO rules and filter set?
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, please send the link to the page where it was working previously, and not working now, and link to the SEO Rule that should work on that page.
Best Regards,
- Victor
Sent the credentials.
The issue was with this option – https://prnt.sc/lrYzdimkIvHV it should be turned off to SEO Rules to work. Seems like everything is working now.
Best Regards,
- Victor
Hi,
When selecting a filter in the PRO version it automatically adds a trailing slash to the url. How can we remove this trailing slash?
When i am on https://stg-fonunl-test.kinsta.cloud/apple/ipads/ipad-7-2019-hoesjes
And select the filter type = “backcover” it goes to this url: - https://stg-fonunl-test.kinsta.cloud/apple/ipads/ipad-7-2019-hoesjes/?ptype=backcover/?ptype=backcover
But it should go this one: - https://stg-fonunl-test.kinsta.cloud/apple/ipads/ipad-7-2019-hoesjes?ptype=backcover
Looking forward to hearing from you.
Kind regards, Kai
Hi Kai
You can turn off the friendly URL manager in our plugin with the next code in the code snippet plugin or functions.php and then go to the filter set and hit update button.
define( 'FLRT_PERMALINKS_ENABLED', false );
Generally, 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 receive it faster, please extend the support period, and we will process the request with the priority for supported accounts.
Best Regards,
- Victor
Hi,
Thanks for the reply.
We already have this line set in our functions.php.
The issue is with the plugin adding a trailing slash to the base url where it is not set in the “permalinks” in woocommerce.
This will cause SEO content duplication and i can see that it has been mentioned a few times before here in the comments but there is no clear solution.
Hi,
Thanks for the reply.
We already have this line set up in our functions.php.
The issue is with the plugin adding a trailing slash to the end of the url where it is not set in the stores “permalinks”.
This causes SEO content duplication.
I see that it has been mentioned a few times in the comments here. But there is no clear solution.
Hi,
Thanks for the reply.
We already have this line set up in our functions.php.
The issue is with the plugin adding a trailing slash to the end of the url where it is not set in the stores “permalinks”.
This causes SEO content duplication.
I see that it has been mentioned a few times in the comments here. But there is no clear solution.
We have passed this to the development team, when we get any information on this we’ll let you know right away.
Best Regards,
- Victor
Hi, I am facing an issue with the search feature.
I would like to include the hook to integrate the entity name : “candidate_title” to my search or ACF field “title” but it just doesn’t works.
Every other filters works but this one get stucked.
Could you please help to resolve the issue, thank you
Hi Shanks75
The search field uses the default WordPress search algorithms.
If you want to extend it with the new entities, you will need to write custom code that will extend this logic with the necessary conditions.
For this, you can use the WP hook ”posts_search” to apply the required conditions – https://developer.wordpress.org/reference/hooks/posts_search/ For the needed post type.
Also, you can study the plugin code and check how the SKU search was added.
Here is the SKU search code in case you can’t find it in the plugin:
add_filter( 'posts_search', [$this, 'addSkuSearchSql'], 10000, 2 );
public function addSkuSearchSql( $search, $wp_query )
{
if( $wp_query->get('flrt_query_hash') || $wp_query->get('flrt_query_clone') ){
if ( $wp_query->get('wc_query') === 'product_query' || $wp_query->get('post_type') === 'product' /* || $wp_query->get('post_type') === 'product_variation' */ ) {
global $wpdb;
$product_id = wc_get_product_id_by_sku( $wp_query->get('s') );
if ( ! $product_id ) {
return $search;
}
$product = wc_get_product( $product_id );
if ( $product->is_type( 'variation' ) ) {
$product_id = $product->get_parent_id();
}
$search = str_replace( 'AND (((', "AND (({$wpdb->posts}.ID IN (" . $product_id . ")) OR ((", $search );
return $search;
}
}
return $search;
}
Best Regards,
- Victor
Victor I sent the credentials for help
Hi Shanks75
We’d love to help, but unfortunately, custom coding/debugging is out of the scope of support policy – https://prnt.sc/aprgthhhCs9e
We can only help with the current functionality of the plugin, and some information on what hooks you can use in order to try to extend its functionality.
The development team has plans to extend the plugin’s search capabilities, which will be presented in future updates. Currently, we can only recommend hiring a developer from platforms like Upwork in order to write the needed logic for you.
Best Regards,
- Victor
I succeed to make it works. Now the new problem is that when i filter after the search it doesn’t apply the filters
Update, I fixed it.
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hello, I installed Filter Everything Pro on my website (v 1.8.6) and integrated with ACF (v 6.3.8). Everything working fine until today, when now the plugin is causing a critical error on the backend of my live website.
I have disabled the plugin manually.
The two plugin are working with no problems on my dev website.
I’m not sure what is causing the critical error with the plugin all of a sudden. Can you please assist?
Many thanks,
Hi pete276
Thank you for choosing Filter Everything PRO.
Do you have any error logs/messages or anything that can possibly help us understand what can cause this behavior? It seems like on the prod site there were some critical changes that caused this error.
You can roll back to the working version before those changes occur on the site, it can help to track the issue.
Best Regards,
- Victor
Thank you for the prompt reply. I think I found the source of the problem and I’ll share the information with you.
Dev website: WP 6.6.1 Live website: WP 6.6.2
ACF version (dev and live): 6.3.8 FEP version (dev and live): 1.8.6
I believe the issue was caused when I exported the Filter Set data and Filters data from the dev website and then imported to the live site.There was a phantom URL prefix that appeared on the live site when the data was imported and I was unable to remove it from the WP admin. I attempted to locate the record for it in phpymyadmin and I deleted an incorrect record (thinking it was that URL prefix), which likely caused the plugin to error.
I deleted the plugin from the live website, reinstalled it and manually created the filter set and everything appears to be working now.
Thanks.
Hi pete276
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hi Team,
During the search item, its taking lot of time to show the results. Can we reduce the search time to show the results instantly.
Thanks, Kareem.
Hi Kareem
Thank you for choosing Filter Everything PRO.
Everything is based on the server hardware, as well as how fast the response time is, the optimized database, and the server latency.
When you are filtering or searching for anything it is sending a request to the server in order to retrieve the needed data, the waiting time is the server’s response time. Also, the more posts and filters you have the more time it can take, as it is based on the server itself.
You can try to use OPCache, Redis/Memcache.
Best Regards,
- Victor
Hi, A warning each second in error_log !!
PHP Warning: Undefined array key “cols_count” in …/wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php on line 590”
- PHP : 8.2 - Wordpress / Theme / Plugins : All Updated to latest version - To produce the warning, only visite the url where included the widget.
Please don’t ask for credentials, it is a live website and canno’t give access to anyone. Also I found in this comment a lot of people seeking from the same issue !
Best regards,
Hi wholsalekeysshopping
Try to turn on/off the horizontal option in the filters widget, change the value of the columns, and save it. Also, before doing it, do not forget to clean all of the cache on the site – https://prnt.sc/E3Klh2lBYbuC
Generally, 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 receive it faster, please extend the support period, and we will process the request with the priority for supported accounts.
Best Regards,
- Victor
Hi Vecotor,
It works for me, thank you a lot for your support.
Best regards,
Hi wholsalekeysshopping
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hello, I am using Divi theme, and I already spent a lot of time looking in the comments for a way to make the plugin work, especially on mobile.. It looks like it is not supported by default on my theme. I am having a problem now with the mobile button. When clicking it, it shows the filters in a transparent box, and clicking them does nothing. Link to the page in question : https://smartioleb.com/shop/ Screenshot: https://prnt.sc/Y2pCN4u0K7JS
Can you please assist? Thank you
Hi supra4488
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?
Best Regards,
- Victor
Hello, sent you the credentials. Thanks.
Hi supra4488
We have checked the site, and the issue here is how you created this page template. Please check this image – https://prnt.sc/xWEw1NCPVKVn If we set the z-index on this exact element (which is not the FE element it is the builder template element) everything is displayed normally, as this block has some major issues with the z-index and how it was generally created.
Also, we’d recommend fixing a bit of header and WhatsApp indexes, so they won’t go above the filter content in mobile, so perhaps decreasing index values would do the trick.
Best Regards,
- Victor
Also, if the plugin does not work with Divi, this should be clearly mentioned and if there is a configuration that has to be done to make it work, it should be documented.
Thank you for helping
We’ll check it in a while and try to make it work for you, as it might take a bit more time.
Best Regards,
- Victor
We have added some CSS to the template itself, so please check the shop page and check the module’s Custom CSS class ID and custom CSS on them. Also, we have added some CSS in the Filters -> Settings -> Experimental -> Custom CSS.
When using the Divi builder all it does is provide visual tools for creating templates. It doesn’t mean that they don’t need to be additionally configured in order to work correctly.
Following the best practices should be:
One main container (only if needed)
- Header stuff (z-index: 10)
- Filters container (z-index: 20)
- Products container (z-index: 5)
This way you can correctly configure the z-index for all of them in order to work together and you can set the “z-index: 7” for the WhatsApp icon on the site. And nothing will go under the not-needed containers.
We’d recommend creating a test page where you’ll apply those where you can play with those configurations, in order to create not conflicting templates.
Best Regards,
- Victor
Thx Victor, it is working now, but when I changed the filters to show on the left on Desktop, it stopped working so I had to revert back, it is working again. Besides the Experimental settings, can you please clarify where did you add the custom CSS, so that I can edit it according to my needs?
Hello,
Thanks a lot for helping. but even with your assistance, the header remains visible, and I’m not experienced enough to hide it myself.
I’m concerned that I’ll need to adjust the CSS for every page I apply the filter to, which will be very time-consuming.
Given that the plugin isn’t compatible with Divi without these modifications and that it may lead to more time spent in the future, could I request a refund?
Hi supra4488
Everything depends on the page building, thus some z-index tweaks are required sometimes. We set you an example on the test page with the test filter.
In general, the refund is possible with the appropriate form from the account where the plugin was purchased, and waiting for the response from the refund team. Please note that the support teams are not working with the refunds.
Best Regards,
- Victor
Thanks Victor for clarifying. I have requested.
Hi friend Is there a way to move the license to a new domain? One of my projects doesn’t need the plugin anymore. And now we need the plugin on another project.
Thanks
Hi migge
You can send the license key via PM – https://codecanyon.net/user/fe_support so we can deactivate it on all of the sites. So you can activate it only on the needed ones.
Please follow the instructions on this page: https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key to get the license key.
Best Regards,
- Victor
Done! Now you can activate it on the needed sites.
Best Regards,
- Victor
As always, great support! Feels really good 
Wish you a wonderful day!
We really appreciate your kind wishes and your review. It means a lot to us. Wishing you an amazing day!
Best Regards,
- Victor
Hi there,
I am using this plugin with the “Twenty Twenty-Four” default theme by Wordpress. Really cool so far, I included the filters via shortcode, which works fine. The problem is that I can’t add sorting.
The instructions here are based on having “Widgets” in the appearance menu – which modern block-based themes don’t have anymore.
https://filtereverything.pro/resources/sorting-widget/
The shortcode method described here only works with a previously created widget. So it’s not working:
https://filtereverything.pro/resources/shortcodes/#sorting-widget
So my question is: How is the sorting dropdown added with modern block themes like the Wordpress default theme “Twenty Twenty-Four”?
Hi BrickMeUp
Thank you for choosing Filter Everything PRO.
You can use a code snippet plugin and add a snippet like this one (this is just an example):
// Enable widget areas in the 2024 WordPress default theme
function mytheme_register_widget_areas() {
// Register a sidebar widget area
register_sidebar( array(
'name' => __( 'Sidebar Widget Area', 'mytheme' ),
'id' => 'sidebar-1',
'description' => __( 'Add widgets here to appear in your sidebar.', 'mytheme' ),
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
}
add_action( 'widgets_init', 'mytheme_register_widget_areas' );
Best Regards,
- Victor
Hi,
I have the following problem in the backend admin area, the filter including ajax works. It doesn’t work in the frontend. I have already inserted the HTML ID but unfortunately it doesn’t work. I’ve already switched off the plugins etc. Unfortunately it doesn’t work.
thx
Hi snoopdog1971
Please check this page with the AJAX configurations, also please make sure that everything is working without AJAX only then use the AJAX filtering – https://filtereverything.pro/resources/ajax-instructions-only/
Generally, 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 receive it faster, please extend the support period, and we will process the request with the priority for supported accounts.
Best Regards,
- Victor
Hello, I am currently using the PRO version of your plugin, asked for support a while ago and managed to solve the issues. However, I noticed the plugin is responsible for a number of slow queries that are making my site slower. Would it be possible to send you screenshots of the queries and see if the issue is solvable? Despite having 20.000+ products, I am not sure if slow queries are supposed to be the norm
Thank you in advance
Hi specialgommematera
Yes, absolutely, you can send a link with screens via PM – https://codecanyon.net/user/fe_support
Also, please send the credentials to the wp-admin dashboard following this document so we can check it and debug it.
Best Regards,
- Victor
Credentials sent
Hi specialgommematera
We have checked the site, and that’s not the issue at all, if somewhere on the page appears something like a slow query that is taking 0.1sec it’s like a blink of an eye. On many other pages, you can notice other slow queries from WordPress, WooCommerce, automattic, and so on. This is absolutely normal behavior. What is not not normal, is that you have multiple issues on the site and the theme itself.
Firstly try to turn off all of the caching plugins and that 10web optimizer then test the site and the filtering as well. So far it is causing a lot of issues on the site.
Best Regards,
- Victor
What issues are you talking about? Would you mind sharing so that I can look into those as well?
Like those scripts that take up to 15-30sec and completely freeze the page – https://prnt.sc/vl8l_zkaqdGn preventing loading it completely.
Best Regards,
- Victor
Based on my researches, seems like Rocket Loader taking up a lot of time is due to many layout issues. The problem is that even trying to optimize the page in many ways, I didn’t succeed, so I was analyzing all possible causes (I saw that yours is not that heavy tho, I wasn’t sure if it was normal or not). I know that it isn’t your concern, but since you have credntials, if you have recommendations on how to speed up the site, that would be good. I already deactivated rocket loader and disabled things you pointed out
Also, you have a couple of those errors, we are not sure if they slow slowdown the site itself – https://prnt.sc/YGRMTiPZAX0b but would be nice to check. Also, check the must-use plugins, we are not sure what each of them is doing.
The page itself loads around 6s, which is also not the best result to have. If we test it with the lighthouse – https://prnt.sc/4JEyVBSmLyW2 we can see the loading time up to 8s.
To be honest, you’ve gone a bit overboard with the number of plugins and page builder solutions for your site (this is the main reason for the slow site). From the first look, it could be built with the default 2024 theme with a bit of custom CSS and custom templates. And it would fly. From plugins WooCoomerce, FE, Light Speed if you want, and ACF for custom fields. Perhaps some other if you need extra functionality, but we haven’t noticed it.
Best Regards,
- Victor
I see, thank you for the help, much appreciated.
Is there an estimated date for release of a version that includes option to duplicate a Filter Set and to export/import Filter Sets? I found comments from 4 and 8 months ago that it was in the works and hoping that it’ll be available soon. Thank you SO much for such a great filtering product!
Hi rogueweb
Yes, the development process has started, but unfortunately, it was postponed due to the architecture, which is currently being reworked in order to make it all work seamlessly without any bugs or issues, also there are other things that we spotted during the process, and they should be honed before that. As the initial one was causing quite a lot of issues and bugs, so firstly we should rework those things and only then continue with the feature of duplicate/import/export. On the lists, it should be all good, but during development, we get absolutely different results.
We are currently unable to provide you with estimated dates. We apologize for any inconvenience this may cause. As soon as we receive any information from the development team, we will immediately inform you in this comment thread.
Best Regards,
- Victor
Hi rogueweb
The update to add the duplication of Filter Sets will be released today in a couple of hours.
Import/export will be released in the next update.
Best Regards,
Victor
How to sort filter elements in the way we want. For example, we have a discipline filter with these elements: math, history, and English. How can we add them in the order we want? For example, English, history, and math. We have changed the order in the database, but it’s still the same in the filter.
Hi rekosa
If you want to make a manual order for filter terms, you need to use the hook ’wpc_terms_before_display’ – https://filtereverything.pro/resources/hooks/#terms-before-display-hook
In order to write a custom code with the needed sorting logic that will fit your case.
Best Regards,
- Victor
Hi Team, I have created two filters. One for the region (eg Europe & Americas) and one for the country (eg Germany, Sweden, US, Canada). When I select Europe it only shows the country filters for Europe, which is fine. But when I change than the regions filter to Americas I still have URL slug elements from Europe.
Can I setup the filter somehow, that when I change the Region, the other filters will be reseted?
Thanks!
Hi via-con
Thank you for your interest in the Filter Everything plugin.
At the moment, there is no such functionality, but we will add it to the development list, so it may be added in the next updates.
Best Regards,
- Victor
Dear Stepas,
I would like to do a filter with data I imported from a excel sheet. In this Excel-sheet i want to take care of that the fiels in the collumn match on attribute level in Products-menu of WordPress, Elementor, Woocommerce and Filter Everything.
Which steps should i take in advance to make sure this will work with the Filter Everything plugin. Should i download further plugins or do some producer and how do I assure it won’t conflict with the plugin?
Thanks in advance.
Kind regards,
Remon
Hi Remon
Hmm, all possible conflicts that can appear are a 404 error, in case you use the already existing slugs for filter prefixes. For example, if you have a category “color” and create a filter with the prefix “color,” it can conflict.
The best option here is always to have some unique adding to the prefixes, like fe_color, fe_brand, fe_size, and so on. Just make sure you’ll use _ and not -
Best Regards,
- Victor
Hello,
I have a question. Is it possible to create a numeric range slider for numeric attributes? For instance, I want to create a numeric slider filter for the laptop screen size (11”, 13”, 15”, 17”), which is a product attribute. I ask the question, because usually with other filter products it only works with taxonomies, not attributes.
Hi Altano
Thank you for your interest in the Filter Everything plugin.
Yes, you can, but those values should be strictly numerical, for example: 10, 17, 10.5, 20.1, ..., and so on.
But if you use values like 17”, 20’, and other values like that it will be string values and not numerical, so those values would not work with the range slider.
Best Regards,
- Victor
Thank you. I have another question reguarding the numeric slider filter. Is it possible to disable the counter unit (+ and -) inside the inputs? The issue is that everytime the user click on the buttons, it triggers the AJAX search. The input entry and the slider are enough.
Hi Altano
Yes, that can be removed by the custom CSS.
Best Regards,
- Victor
Hello. Im Using Filter Everything Pro.
I had issue about currency filtering, cuz the filter allways showed the (EUR) base currency. As You recommended, Im using CURCY, and I get code from you what I need to insert in function php.
HONESTLY…... the CURCY is unstable, and always have issue in my site, regards coverting the shipping cost.
SOLUTION: I wanna use woopayments inbulid multi currency.
Do you have some code what I need to insert in function php? Because if im using WooPayments Multi Currency, the Filter also showing up only the base curreny.
Thanks for Help
Hi AttilaGegeny
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Hi,
I have created a “Custom Post Type” in my WordPress and put one element on this page: https://easytechpro.com/clientes/
But when I tried to configurate the “Filter set” I received this message:
“No WP Queries matched the post type “%s” found on the page”
How can I show this filter in my page?
Hi sebasgogos
Thank you for choosing Filter Everything PRO.
It seems that the issue was resolved, as everything seems to work and filter – https://prnt.sc/B4QYUqNieHo8
Best Regards,
- Victor