9140 comments found.
Hello pentakilospzoo
Thank you for choosing Filter Everything PRO.
It is popular configuration issue and possible reason 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.
Thank you. Regards.
Hello,
I want to use your plugin with elementor’s loop grid.
But filter is not appearing, sort widget work correctly and chip widget appeared when you force filter with url.
After looking around a bit in the plugin code, it seems that the global variable $flrt_sets is empty in the flrt_the_set function. But this function always returns an element of this global variable. So if it is empty it seems strange to me.
I don’t know if that can help.
Hello AGENCEVERRI
Thank you for using Filter Everything PRO.
It looks like you have situation when some plugin or custom code already called the function flrt_the_set(); Because every time when this function is called it returns current Filter Set ID from the global array and removes this ID from the array.
If one of your plugins or code uses for example functions ob_start();, ob_get_contents(); it may load the page one time before you see it the browser and that’s why the function flrt_the_set(); fires two or more times and returns empty array when you see the page in browser.
There are two possible ways to solve this – to find what exactly plugin or code loads the page before you see it and consider whether to use it or no. Or you can just use a trick – to create two equal Filter Sets and the second one will be visible on the page in your browser.
Hello! How can I solve “No wp queries matched to the post type “product” found on the page” without involving coding?
https://calhawkwholesale.com/sockets/?preview=true The field on the right side is woocommerce’s product by category, and it keeps on showing 0 item on the filter everything plugin. Please help me out.Hello skyhawktools
Thank you for choosing Filter Everything PRO.
Usually such issue occurs when you select the wrong Post type value in the Filter Set you directed on the page. If you are sure that selected Post type is correct but you still see “No wp queries matched to the post type “product” found on the page”, please, send us credentials to your /wp-admin in accordance with this document and we will check this.
Thank you. Regards.
Hi there, I want to change the first value in the “Select…” dropdown to “All”. How can I do that?
screenshot: https://charlie-living.de/news.charlie-living.de/screenshot-select.jpg
Hello BrandMaster2013
Thank you for choosing Filter Everything PRO.
You have several ways to change - Select %s - to your own:
1) To translate it with the Loco translate plugin or other software if you use not-English language on your site.
2) To use theTemplates Overriding feature https://filtereverything.pro/resources/templates-overriding/ to override the dropdown.php template and replace the string.
3) To use hook ‘wpc_dropdown_default_option‘ if you are familiar with PHP development.
Please, choose the way that is more convenient for you. Thank you. Regards.
Hi, I have a little trouble with the design of the checkboxes in search page (there are rectangular and not square). I send you a MP with links and details. Thanks Yelo
Hi yelo
Thank you for your details. I’ve check this and realized that it is conflict with 3rd party CSS on your site (from a plugin or theme). Please, see screenshot – https://prnt.sc/PLkR1dTNXIwX There is padding values that make checkboxes rectangular. Please, check this CSS.
Thank you. Regards.
Hello,
I have successfully activated the plugin, but now I get an error: Notice: Undefined property: stdClass::$name in /home/lesley/domains/365kabels.nl/public_html/wp-content/plugins/filter-everything-pro-5/src/Walkers/WalkerCheckbox.php on line 91
Can you please help me with this?
hi stepasyuk, would it be possible to point me in the right direct , I have a single page with a ANWP post grid in ( https://disabilitydays.com/em_test/ ) when i add in the filter set i choose tag for the filters checkboxes for the widget, in settings under where to filter i have Pages : EM Test , post query #1, everything else left default, i have tried changing the post query but none of the filtering seems to work, i am using elementor to build the page so i just add the filter everything – filter block into elementor as a sidebar. if you need any more information that may be helpful in diagnosing the problem please let me know.
I have sent you a private message
Hello disabilitydays
Thank you for choosing Filter Everything PRO.
I’ve checked your Filter Set and realized that you have to select correct WP_Query in the “And what to filter?” field. It seems the correct is “Post query #5” Please, use it to filter the top Posts grid.
To filter other Post grids on the page you have to create other Filter Sets with other values in the “And what to filter?” field.
Thank you. Regards.
Hello, I hope you are well, I have astra acf pro and filter abnithyng pro, but I cannot make it work correctly, I have a page where it shows me the sidebar with the filters but when I enter the filter it does not look for that information, it shows the entire list again, there is way to send you some screenshots of this topic? Thank you
Hello camarenaadview
Thank you for choosing Filter Everything PRO.
It is popular configuration issue and possible reason 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.
Thank you. Regards.
I am switching over to a FSE theme that has no support for widgets. Do you have plans or a workaround to make the Sorting Widget shortcode [fe_sort] work with a FSE theme?
Hello afungusboy
Thank you for your interest in Filter Everything PRO.
For the moment we have no plans to use [fe_sort] shortcode without appropriate widget because if a theme does not support widgets or has no one widget area it can be easily added with few code strings. And also the main reason is that shortcode does not allow you to set a list of sorting parameters without widget.
Thank you. Regards.
Hello Stepasyuk. It’s been a couple of months since I bought the PRO version and yesterday I realized that I have two issues to my webpage. Also my theme (Flatsome) has been updated yesterday but I’m not sure exactly when the problem is started.
1) I am using multiple currencies witrh “CURCY – Multi Currency for WooCommerce” by VillaTheme. The default is Euro and other one is Bulgarian lev. Working great on euro currency but when i switched to Bulgarian lev price filter it doesn’t work as it should.The scale continues and shows the prices in euros. When i filter by price it is showing results according to euro. I need results according to current currency.
2) When I filter with MIN_price, it work as it should but a warning message appears at the top of the screen Warning: Undefined array key “max_price” in ”/wp-content/plugins/woo-multi-currency/frontend/filter-price.php” on line 157
When I filter with MAX_price, it work as it should but also a warning message appears at the top of the screen Warning: Undefined array key “min_price” in ”/wp-content/plugins/woo-multi-currency/frontend/filter-price.php” on line 156/
My problem is a bit urgent and I would appreciate it if I had a fasted solution. Thanks!
Hello qmaxsolutions
Thank you for purchasing the plugin.
1. To make numeric filter correctly works with prices in other currency you have to add functions that convert results from Euro to Lev. These functions should use hooks 'wpc_set_num_shift' and 'wpc_unset_num_shift' In first case the function should convert values from Euro to Lev, in the second back from Lev to Euro.
Here is example of using these hooks for prices with taxes – https://gist.github.com/wpserve/430c34449708a7dcd5b630839a05cdbc You or your developer can use this example to write your own functions.
2. I would be happy to help you with this issue, but unfortunately I can’t say nothing about warning messages from the plugin “CURCY – Multi Currency for WooCommerce” as it is another plugin. It looks like you have to ask that plugin developer to help you to solve the issue.
Thank you. Regards.
Hello, unfortunately I’m not a developer and I don’t have anyone else to do this job for me. When I installed the plugin I test it and the price filter it worked perfectly with both currencies. I do not know how. Can you add those functions if i give you admin access. Regards
Check the price filter how it work on this page https://www.qmax.bg/security/alarm-systems/keypads/
Hello qmaxsolutions
I would like to help you more with this but here I’m responsible for the Filter Everything plugin only. As I see the plugin works fine.
I can’t say nothing and help you with 3rd party plugin like “CURCY – Multi Currency for WooCommerce”. All I can say that nothing related with numeric filters were changed in last updates that could product such error. Maybe something was changed in that plugin for currencies.
Also these warning error appear in that currency plugin. As option you can try to change Prefix for URL value for the price filter from “price” to something another like “cost” or so. Maybe this will help you.
Thank you. Regards.
Yes, ok about the warning error. What about to work your plugin with two currencies correctly. You said that need some functions. So, if you are responsible only for Filter Everything plugin help me with this. Regards
Hello qmaxsolutions
We would be glad to add support for multi-currencies in our plugin, but it is impossible from the technical point of view.
The only one possible and intermediate way is to add hooks that allow a developer to combine Filter Everything and 3rd party plugins functionality. And this already were done in FIlter Everything. If you need to combine the plugin functionality with 3rd party plugins functionality, you have to find a developer who helps you to solve the task. I already provided you with hook names that will be useful in such case.
Unfortunately we don’t provide such services and CodeCanyon item support does not cover such issues.
Thahk you. Regards.
Hello qmaxsolutions
I’m glad to inform you that from the latest plugin update it is compatible “out of the box” with two popular and free Multi-currency plugins WOOCS and CURCY. Please, update the plugin to the latest version from your WordPress Dashboard or download ZIP in https://codecanyon.net/downloads
Regards.
- Andrii.
Hello, i’m the guy of the comment about on sale filter that doesn’t work well. Please go to https://gimarshop.it/negozio/ and try the last filter on the sidebar, if i click on “on sale” it shows the regular products also.
Hello denyed21
Thank you for the link you provided.
It shows you correct products on the first page. But your site uses “Infinite scroll” feature that is not compatible with filters and on the page/2 and more regular products are loaded.
You have to either to disable this “Infinite scroll” feature or try to make it compatible with filtered products or replace it with another solution. For example this should work with Filter Everything PRO – https://wordpress.org/plugins/load-more-products-for-woocommerce/
Best regards.
Sorry but i can’t. Can i have a refund?
Hello denyed21
You always can create a refund request from the form in your account.
Thank you. Regards.
Where i can found the refund request in my account?
Hello denyed21
If to be honestly I don’t know because I’ve never asked about refund Envato items before. I think you can try to find the answer on Envato support pages.
Thank you. Regards.
Hello,
I am a user of the Pro version of your product and I would like to request for assistance in displaying the filters horizontally with a minimum of three columns for mobile view. Currently, the filters for mobile view of my website are vertically aligned, requiring users to scroll down to find the rest of the filters. I have linked screenshots of my website https://drive.google.com/drive/folders/1xfuwa3OK609MjahYlOOpSC8htNMa3REE?usp=sharing. and another website (futuretools.io) for reference, showing the style and alignment that I am trying to achieve. Thank you for your help!
Hello joegr
Thank you for choosing Filter Everything PRO.
Unfortunately such result can be achieved only via custom CSS changes and this is something that is out from the item support scope here on CodeCanyon.
But from another size I can provide you with CSS code snippet that may help you. You have to change XXX and put this CSS in the Filters -> Settings -> Experimental -> Custom CSS
.wpc-filters-section-XXX .wpc-filters-main-wrap ul.wpc-filters-ul-list{
grid-column-gap: 18px;
grid-row-gap: 5px;
flex-flow: wrap;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: center;
align-items: flex-start;
display: grid;
}
Where XXX is your Filter ID (you can find it in the HTML code of the filter)
FYI – you can use this code at your own risk, unfortunately I will not provide its debugging or modications.
Thank you. Regards.
Wordpress 6.2, deactivate all plugins, only activated Filter Everything… this url give 404
what information do you need?
Hello madweb1
It looks like one of your URL prefixes matches to this post slug. Please, open Filters -> Settings -> URL prefixes and make sure that no one of them contains “kvartira” or “apartamenty”. In this case you have either to change this URL prefix or change your post slug to make them different.
Also, please check if you have any Filter Set in Trash. If yes, please, empty your Trash.
Let me know if it was helpful for you. Thank you. Regards.
Yes it was problem with Prefix
Thank you
Great.
Thank you for you report.
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!
Hello! I love this plugin, it’s great!
I only have one question: How do I always show the Show or Hide filters button? In settings I see the option “Collapse Filters Widget on Mobile devices”, but we would like that on Desktop, by default, all the visible filters appear, but also the button to collapse them. Thank you very much!
Hello netaservice
Thank you for your warm words about the plugin.
You have to enable option “Collapse widget and show the Filters opening button” and to change mobile breakpoint via code below. You have to insert it for example in the functions.php of your active theme.
add_filter( 'wpc_mobile_width', 'wpc_set_mobile_width' );
function wpc_set_mobile_width( $mobile_width ){
$mobile_width = 1920; // Screen width in px
return $mobile_width;
}
Please, let me know if it was helpful for you. Thank you. Regards.
Thank you! It’s work perfectly!
Hello netaservice
I’m glad that your issue was solved 
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!
I’ve created a Custom Post Type, let’s call it X <—works fine
I’ve added Filter Everything Pro to the Archive page that I’ve modified with the Elementor Template Editor <—works fine
I’ve added a search field.
When I search for something I added post_type=X to the URL as you mentioned multiple times in the support forum (e.g. https://domain.com/?s=search-term&post_type=X), in this case the filter fields are updated, the search terms are highlighted in the text, however the list of X items are not filtered, so all of them are displayed.
Any ideas?
Sent you the credentials via DM.
Hello andris-strt
You have to create Filter Set for the Search results page for this Post type. It means to select in the “Where to filter?” – “Common WordPress pages -> Search results page for selected Post Type”. In this case it will filter as you expected.
Thank you. Regards.
Hello andris-strt
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.
I’m having problems working together with a fundamental plugin for the site: Dokan Pro. When I activate Filter Everything Pro, the site stops working in the product grid. My site is private and I can’t share urls or screenshots by this means, how can I access support quickly and privately? I need to know if you can fix this incompatibility or else I will have to request a refund since I can’t do without the Dokan Pro plugin. Thanks!
Hello Montecor23.
Yes, send me credentials to your /wp-admin in accordance with this document and also, please, let me know how to reproduce the error. I will check it myself.
Thank you.
Hello, I just sent everything via message as requested, an administrator user with what is required with the credentials that came to your email. I sent you how to reproduce the bug. Thank you
Hello, I would like to know if you were able to see the error or when you will have an answer. Sorry for the inconvenience but I am waiting for your answer or solution to be able to continue with the development of the site. Thanks
Hello Montecor23
Thank you for the details you provided.
We still do not see password to the /wp-admin of your site. I’ve tried to restore it via email, but didn’t receive any emails from your site. Please, send the password to support mailbox mentioned in the document
Thank you. Regards.
Hello, as I told you via email before, the access url is not /wp-admin but /ingresar. I send you a new password via your profile > message. I’ve been waiting for an answer for a week and I can’t wait much longer. Will you be able to check it urgently today? Otherwise I will request a refund. I have the entire site on production standby, waiting for your response and after waiting so many days you tell us that they have not been able to log in to the admin. It’s very urgent, please.
Hello Montecor23
We are sorry for misunderstanding. We tried to open exactly /ingresar/ and we requested password reset, but didn’t get email with link to reset it.
But okay, now the issue is fixed directly on your site and fix added to the next plugin update. Please, check it and let me know if it works as expected.
Thank you. Regards.
Hello, thanks for your answer, the error has disappeared in the url that was throwing the error. I’ll test if it appears anywhere else and let you know. So how do I go about receiving the plugin update? I didn’t understand.
Thank you for your report Montecor23.
I’m glad to hear this. I mean you don’t need to do anything extra with this, just update the plugin, when the new version will be available.
We had the following working as we wanted before, but I guess from a filter plugin update it stopped. This is on behalf of our client who purchased a pro license (we can send it over a PM).
We are trying to move the open Filter button on Mobile view from above the category page to within the category page, to the left of the Sort By button (which is also from you filter plugin) the category setup is built with beaver builder template. On the desktop/laptop view it following where the shortcode is placed in the builder, but for mobile its not https://staging.boytique.com/product-category/girls/We had it working before with the following: This html code was put in where we wanted the open Filter button to show (to the left of the sort by button) < div class=”mobile-filter”> < /div > (the div was being blocked, so we added spaces to it)
Then we put this PHP snipped to run on the whole site with the WP-Code Snipped plugin
function move_div_and_remove_elements() { ?> <script> jQuery(document).ready(function($) { $(’.mobile-filter’).append($(’.wpc-filters-open-button-container.wpc-open-button-113304’)); $(’.wpc-filters-button .wpc-filters-button-text’).remove(); $(’.wpc-filters-open-widget .wpc-show-counts-yes’).remove(); }); </script> <?php } add_action(‘wp_footer’, ‘move_div_and_remove_elements’);
function move_div_and_remove_elements() { ?> <script> jQuery(document).ready(function($) { $(’.mobile-filter’).append($(’.wpc-filters-open-button-container.wpc-open-button-113304’)); $(’.wpc-filters-button .wpc-filters-button-text’).remove(); $(’.wpc-filters-open-widget .wpc-show-counts-yes’).remove(); }); </script> <?php } add_action(‘wp_footer’, ‘move_div_and_remove_elements’);
Hello yossizazioncom
Thank you for using Filter Everything PRO.
Please, write your support request from the account, where you or your customer purchased the license.
Thank you. Regards.
Can u also provide a code like this one you posted earlier to show filters always closed when opening a new site or refreshing the site?:
add_filter( 'wpc_hierarchy_opened', 'my_hierarchy_filters_opened_by_default' );
function my_hierarchy_filters_opened_by_default( $filters_opened_by_default ) {
$new_opened_by_default = [
501, // Filter ID
];
return array_merge( $filters_opened_by_default, $new_opened_by_default );
}
I´m trying to achieve it for every “Folding” filter that I made collapsible in the settings. At the moment they always stay opened when I switch sites and I have to close them manually…
Hello hwvaubel
This code above makes hierarchy filters opened by default. I also can provide you with code that makes foldable filters opened by default.
add_filter( 'wpc_folding_opened', 'my_folding_filters_opened_by_default' );
function my_folding_filters_opened_by_default( $filters_opened_by_default ) {
$new_opened_by_default = [
1041, // Filter ID
300, // Filter ID
];
return array_merge( $filters_opened_by_default, $new_opened_by_default );
}
But both these code examples change default filter status (when you open a page with them at first time and until you touch them) If you close or open any foldable filter, they system will “remember” their status and next time you will see the filter in the status you saw it last time.
To make them always closed and require to open every time, when you open page with filters requires a some amount of code changes and unfortunately I can not provide it under CodeCanyon item support policy because it is custom coding. You have to ask somebody experienced with PHP to help you with this.
I can only say that foldable filters use cookie with name ‘wpcContainersStatus’ to remember a filter status.
Think this should be an option-button to toggle on or of and not such a problem. Think it´s not a good solution that filters stay everywhere uncollapsed when for example changing sites, etc. For me this is not a good user experince. But thanks for your hint.
Hello hwvaubel
Thank you for your opinion.
If some amount of customers will ask for such feature to be implemented as option, we will add it to the plugin. For the moment only several people asked to make hierarchy opened by default and we implemented only hook-based solution. But maybe in some time it will be change to the plugin option.
Thank you. Regards.
Hi, thx for your reply.
I think it was a misunderstanding. My request was, that the “foldable filters” should be always closed when firing the apply button, changing sites or reloading the page, so that the users don´t have to close them manually.
Perhaps it´s just me but I think it would be cool if I could choose between the options “let foldable filters opened everywhere” or “close foldable filters automatically when refreshing site, changing site or hitting apply button”.
I hope u know what I mean.
Thx for your help!
Hi hwvaubel
The similar code also exists for Folding filters and it forces them to be opened by default. But after visitor click on such a foldable filter it will toggle its state and this state will be remembered for 30 days. (I mean the last filter state will be remembered for 30 days)
Also there is another problem – when you share your link with foldable filter selected, such filter will also be opened in any case even it was remembered in your browser as closed. It was done so that when visitor opens page first time and filter contains selected terms it should not be closed because visitor will not see the selected option.
We considered to add such option in a Filter settings but this option should has several states:
1) open filter by default and don’t remember state
2) close filter by default and don’t remember state
3) open filter by default and remember state
4) close filter by default and remember state
which would be very complex to use for most of customers and also potentially can increase plugin settings number too much.
But I understood your suggestion and we will keep it in mind in future plugin updates.
Thank you. Regards.
Ok, then perhaps it comes in future.
At the moment the customers also can see which filters are selected, as the selection is shown directly under the selected filter when closed or in filter chips.
I did a small CSS workaround and hid those “texts” that are shown under the filternames and inserted a checkbox-icon that will appear to the right side if a filter is selected. This is a useful way to show fast which filters are selected when they are closed/collapsed.
If u want to see a pic and have the CSS for this, let me know and I will give it to you.
For perhaps “always closed collapsible filters”, I will wait, perhaps it comes in future.
Regards.
Hello hwvaubel
Sure, we would be glad to receive the picture from you. Please, send it via PM to me.
Thank you. Regards.
Hi,
I just sent you a small video.
Regards
Ok, thank you for the video.
I think it is also good way to inform visitors that current filter is selected.
Hi,
I have a problem with the “«Apply Button» mode”. The Apply button brings me always to the shop start page ”.de/shop/”.
When I´m for example in ”.de/shop/produkt-kategorie/camping/” and then add some filters for example persons 1, the Apply button brings me here: ”.de/shop/personen-1/”
and not here: ”.de/shop/produkt-kategorie/camping/personen-1/”
Why is that?
I tested it without the “«Apply Button» mode” there it works fine and the filtering takes place at the current selected site. But I need the Apply Button to work.
Hi hwvaubel
Please, set in the “Where to filter?” field value “Product Categories -> Any Category” and use “Apply Button” without any specific location (leave it “The same page as for filtered posts”) In this case it will work as you expected.
Thank you. Regards.
Hi,
I already tried your solution before I asked. The problem is when I set it as you explained, following is happening:
Apply button brings me always here to this url no matter in which category I am or which filter I choose:
.de/shop/produkt-kategorie/camping/sanitaer/abwasserbehaelter-faekalientanks/
The filtering is always taking place behind that url and I´m clearly not in that category. When I´m hovering over the “Reset” button the correct actual selected category/url is showing up.
I really tried for days but I am pretty sure that I cant do anything on my site anymore. Its a bug or caching issue or something. Would be nice if we can find a solution otherwise I think I can´t use it as I need the button for different solutions.
Thank you
Hi, anything new about this problem. Help is appreciated.
Hi hwvaubel
I’m sorry for the late response. There were a lot of requests because the plugin was On Sale last week.
Indeed, I’ve checked the issue and realized that it is bug. I’ve already fixed it for the next plugin update. But also I’ve sent you link to this intermediary plugin version with fix via email. Please, install it and select “Any Category” value in the “Where to filter?” field, it will filter in the “Apply button” mode on the same Category page, where it appears.
Thank you. Regards.
I can understand that u have a lot to do. I thought so. But thx for your great work and help. I will try it out and come back if there´s still an issue.
I have a feature request that would make the Apply button more usable:
At the moment it seems like the plugin behaves the same like there is no apply button. With the selection of every filter, the page kind of loads the selected filter “immediately” (there is always this small loading period). Also when changing range sliders or changing values in them, with for example keyboard arrows up and down, the plugin fires immediately, which makes filtering speed if u want to filter multiple things faster, a bit slow.
It would be amazing if the users could click things, arrange range sliders, select here and there, and then the selected filters get really only loaded when the “Apply Button” is pressed.
I think I read that another user of your plugin also had this request and I think this would be a great user experience for the Apply button.
I hope u can understand what I mean.
For now thx a lot for your work.
This plugin is perhaps going to be the best Filterplugin for WordPress out there when it keeps going like that.
Regards.
Hi hwvaubel
Thank you for your understanding.
Yes, sure. We know about this issue and we already work to resolve it and to make filter selection in Apply button mode without reloading page every time. This realoading is required for the moment to refresh filters count.
—
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! Regards.
Nice to hear that u are working on it!
Hello,
I added the SEO Title, Meta Description, H1 Title and SEO Description for this filter combination:
https://dinasti.mx/tienda/categoria-anillos/genero-mujerBut only the description is displayed (I have also added information to other filters, but they are not displayed either, only the meta description).
What could be causing that only the meta description appears and not the other meta tags?
If you need access to the site, I have a staging replica here: https://test-plugin.ionserver.link/ (I have consulted you for another issue in the past, so you already have access to the staging)Hello alinnovatr
Displaying SEO entities depends from hooks your active theme uses. If it does not use standard WordPress theme hooks some entities may not be displayed. I can only say you what exaclty hooks are used for certain SEO entities:
// For SEO title add_filter( 'wp_title', array( $this, 'wpTitle' ), 15 ); // For 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 );
If some of them are not displayed on your site it means you have to check if your theme uses these hooks or maybe some plugins intalled on your site affects on them and they remove Filter Everything PRO functions. You can check this for example by disabling other plugins one by one.