Hi,
Thanks for your plugin, it’s helpful.
I use:
In your plugin Setting Page (wp-admin/options-general.php?page=taxonomy_filter) I got:
Warning: Trying to access array offset on value of type bool in?/usr/local/lsws/domain.com/html/wp-content/plugins/taxonomy-filter/taxonomy-filter-settings.php?on line?126
Please check and fix.
P/S please update your plugin “Tested with WordPress 6.5.2”. It’s worked.
Thanks ??
]]>Hi!
Thanks for a great plugin.
We’re getting some warnings in our admin from the plugin though.
Here’s a stacktrace:
ErrorException: Warning: Undefined property: stdClass::$hidden #5 /app/public/wp-content/plugins/taxonomy-filter/taxonomy-filter-bulks.php(55): taxonomy_filter_add_to_bulk_quick_edit_custom_box #4 /app/public/wp-includes/class-wp-hook.php(326): WP_Hook::apply_filters #3 /app/public/wp-includes/class-wp-hook.php(348): WP_Hook::do_action #2 /app/public/wp-includes/plugin.php(517): do_action #1 /includes/class-wp-posts-list-table.php(2071): WP_Posts_List_Table::inline_edit #0 /edit.php(509): null
]]>
Hi,
Thanks for your very cool Plugin. Love it!
I have too many with many hierarchies. Can you add more management features to admin Edit/Add Taxonomy.
Thanks ??
]]>Hi,
how to hide this content from USERS account area, whats the css please ?
https://prnt.sc/8EuY2diz9abH
Thanks
]]>Cannot activate plugin as it give this error: The plugin does not have a valid header: https://prnt.sc/jCPCpUKGRzCe
Invalid Header.
I see there has been a previous support about this from someone else
]]>Hi Andrea,
Thanks for making the plugin.
I have one issue though. After installing one of the fields isn’t showing a checkbox, but instead a non clickable arrow. Is this a bug in the plugin? and how can this be fixed? It is also the same category field for which we need a filter box.
See: https://tinyurl.com/yh4gpumw
Regards,
Robert
Got this error ( WP 5.5.1, Php 7.3.12 ):
Warning: count(): Parameter must be an array or an object that implements Countable in \wp-content\plugins\taxonomy-filter\taxonomy-filter-users.php on line 30
Since $options is an object, not an array, I fixed it by adding this on line 20:
// convert to iterable object
if ( ‘object’ == gettype( $options ) )
{
$options = get_object_vars( $options );
}
Regards, Sander.
]]>Hi,
When I try to activate the plugin, I get an error “The plugin does not have a valid header”, if I try to activate it from the “add new” screen.
]]>Hi.
There’s a problem after reactivating plugin, it does not keep the settings as before deactivation, meaning every-time reactivate we need to go and do the settings every-time. This is not good https://prnt.sc/ugb0zp
]]>Hello Andrea,
Thank you very much for your efforts.
I have a suggestion, if you may also add the author filter to the plugin that can be searched for the author’s name.
Thanks
]]>Hi there,
Your plugin is a life saver for my site administration, but after the latest update it is not working anymore. The field is there, but nothing happens when I am typing in my keywords.
What can I try to solve it?
Thanks,
Savvas
Hi,
firstly I want to say “what an awesome plugin”
How can we change this text to something different like: “TYPE & SEARCH”:
https://prntscr.com/pkurzf
Cheerzzz
]]>I have three levels to my categories; parent, three children, and each child has two children (so, grandchildren I guess). I can see all three levels until I use the taxonomy filter, then those grandchildren disappear. Is this expected? I don’t see a setting for choosing how far down the filter will see.
]]>Hello Dear,
I installed this plugin but the plugin does not work because the settings are not saved.
]]>Hi,
I have an issue with your plugin : Trying to get property of non-object in /taxonomy-filter/taxonomy-filter.php on line 175
I had to add this line before the if line 161 to make the plugin work :
unset($options->hidden);
Please let me know if it was an issue of if I have forgotten something.
Thank you.
]]>Hi there,
I just found out how to enable this feature for woocommerce and EDD Tags (not categories).
Just put it in a custom plugin or functions.php of your theme.
for EDD:
/**
* hierarchical support for product tags
*
*/
function my_edd_taxonomy_args_product_tag( $array ) {
$array['hierarchical'] = true;
return $array;
};
add_filter( 'edd_download_tag_args', 'my_edd_taxonomy_args_product_tag', 10, 1 );
For WC:
/**
* hierarchical support for product tags
*
*/
function my_woocommerce_taxonomy_args_product_tag( $array ) {
$array['hierarchical'] = true;
return $array;
};
add_filter( 'woocommerce_taxonomy_args_product_tag', 'my_woocommerce_taxonomy_args_product_tag', 10, 1 );
]]>
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /taxonomy-filter/taxonomy-filter-bulks.php on line 172
]]>Hey! Thanks so much for this great plugin ??
I’ve got it installed on a site that is using their taxonomy in a manner which is heavily reliant upon its heirarchy. I’m wondering if it might be possible to add an option to (or automatically) keep showing the children of the searched element.
For example, if I’ve got a taxonomy of books where each book has child terms indicating the edition of the book, it would be great if I could search for the book name and get:
NAME
– EDITION 1
– EDITION 2
– […]
So the user can quickly check off the book and its edition.
Thanks again!
-Jordan
]]>I get this message when Taxonomy filter is activated:
Notice: Trying to get property of non-object in /customers/6/0/5/oppskriftskroken.no/httpd.www/wp-content/plugins/taxonomy-filter/taxonomy-filter.php on line 120 Warning: Cannot modify header information – headers already sent by (output started at /customers/6/0/5/oppskriftskroken.no/httpd.www/wp-content/plugins/taxonomy-filter/taxonomy-filter.php:120) in /customers/6/0/5/oppskriftskroken.no/httpd.www/wp-admin/includes/misc.php on line 1114
Jane
]]>Hey!
First off I wanna say: Awesome plugin! ??
It’s working perfectly fine for me, but I just wanted to let you know that I’m getting some error notices.
On pages I get:
Trying to get property of non-object
Type: PHP Notice Line: 120
File: /content/plugins/taxonomy-filter/taxonomy-filter.php
In the admin I get:
NOTICE: /content/plugins/taxonomy-filter/taxonomy-filter-bulks.php:179 - Trying to get property of non-object
include('wp-admin/edit-form-advanced.php'), require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, taxonomy_filter_admin_hide_bulk_columns_css
and
NOTICE: /content/plugins/taxonomy-filter/taxonomy-filter.php:174 - Trying to get property of non-object
include('wp-admin/edit-form-advanced.php'), require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, taxonomy_filter_add_boxes
Have a good week!
]]>Hi, thanks for this great plugin, it does exactly what I was looking for. The plugin installs fine, however I get these warnings and notices after choosing a custom post type:
Undefined index: category in /Applications/MAMP/htdocs/…/plugins/taxonomy-filter/taxonomy-filter-settings.php on line 185
Notice: Undefined index: tipos in /Applications/MAMP/htdocs/…/plugins/taxonomy-filter/taxonomy-filter-settings.php on line 185
Notice: Undefined index: product_cat in /Applications/MAMP/htdocs/…/plugins/taxonomy-filter/taxonomy-filter-settings.php on line 185
Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/…/plugins/taxonomy-filter/taxonomy-filter-settings.php:185) in /Applications/MAMP/htdocs/…/plugins/taxonomy-filter/taxonomy-filter-settings.php on line 233
Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/…/plugins/taxonomy-filter/taxonomy-filter.php on line 120
I guess its conflicting with another plugin???
Any help would be appreciated, thanks in advanced!
Cheers!
]]>Hi,
I would like to filter post by tags.
Is this possible with this plugin?
Thanks
]]>Hi – can you add a feature that allows the admin to filter categories in the bulk edit section?
Thanks
]]>Is it possible to search for parent but display result including children?
]]>Hello,
do you think there is any chance to add taxonomy filter inside the quick edit panel?
Best wishes.
]]>Hello,
The filter does appear in admin list of posts.
Did you do this on purpose?
Cheers.
]]>Just tried you plugin and it’s very nice.
However, I found an issue: the CSS-file for the plugin is added to all admin pages, which means that for example this rule:
table tr:hover{background: #EDEDED}
is applies to all tables in the admin.
It would be better if the css where only loaded on page where is was needed, and that is only targeted specific things.
]]>Thanks for a very useful plugin Andrea.
Sok.
(p.s. I forgot to configure on settings page on initial activation, but once I had done that – brilliant!)
]]>