Please update your good plugin even with nothing new, otherwise we won’t find it anymore in the repository.
]]>This is a fantastic plugin and the author writes great how-to articles. This feature should be built in to wordpress. Is there anyway we can get an update to this plugin please?
]]>Hi, this plugin is great, but it does not work in WordPress 5.5.
Works well in WordPress version 5.4 with Classic Editor plugin
Please sync this plugin with the new version of WordPress and the Classic Editor plugin
As this plugin is abandoned, any alternative ?
]]>Hi there,
this is really a great plugin. I really like this, I really hope that I had found this plugin earlier.
The plugin was updated 2 years ago. In the meanwhile wordpress has changed a lot. and Plugin no longer works on post page. it still works great with woocommerce, but recently I worked with a website with many post and categories. But the plugin did not work.
can you please see if you can release a fix.
(Plus it will remove the wordpress notification that says “his plugin hasn’t been tested with the latest 3 major releases of WordPress.”)
]]>I can’t see any shortcodes or access to this plugin once installed – where is it? Feeling prety stupid but How is it inserted to a page? Can’t see it in widgets or anywhere else. Please help.
]]>I have installed the Gutenberg plugin, although I know it is beta, I am verifying that everything works well by the time version 5 of WP comes out. But your very useful plugin with Gutenberg is not shown. It does not give an error, it just does not show the box to look for categories. Will there be plugin update? . Thank you very much for the time you have dedicated.
]]>MUSTHAVE! First of all – Thank you very much!
And my question is:
I have some parent categories, containing child categories.
Is it any way to create several widgets (I want to place them on different pages), when each one will start with certain parent cat?
Thank you!
Hi, how to enable this wonderful plugin to work in quick edit, please?
]]>Hello,
I must say that your plugin is clever and great! Only you miss one small thing regarding multiple taxonomy and multiple category box. Because of that you plugin have conflict and not work properly.
I update your code, you can test it and welcome to use on the next subversion.
(function( $ ) {
'use strict';
/* Load script when page is ready */
$(document).ready(function () {
/* Get Category DIV's */
var $categoryDivs = $('.categorydiv');
/* Find all category DIV's */
$categoryDivs.each(function(){
/* Get Unique Category ID */
var $categoryID = $(this).parent().parent().attr('id');
/* You can use title for placeholder something else */
var $categoryTitle = $(this).parent().parent().find("h2 > span").text();
/* Set Search Fields to category DIV's */
$(this).prepend('<input type="search" class="'+$categoryID+'-search-field" placeholder="' + fc_plugin.placeholder + '" style="width: 100%" />');
/* Start Search */
$(this).on('keyup search', '.'+$categoryID+'-search-field', function (event) {
var searchTerm = event.target.value,
$listItems = $(this).parent().find('.categorychecklist li');
if ($.trim(searchTerm)) {
$listItems.hide().filter(function () {
return $(this).text().toLowerCase().indexOf(searchTerm.toLowerCase()) !== -1;
}).show();
}
else $listItems.show();
});
});
});
})( jQuery );
This for me work great. I put code inside $(document).ready()
function
to load script after page is loaded and for each DIV setup search. Also you have unique ID for search field to avoid conflict with other fields.
I hope that will not be mad on me. ??
All the best!
]]>not working if ACF is active, the ACF field dissapier if you pick some categories, not working with ACF at all
]]>Looks like a great plugin but I was wondering how one might use this with a Custom Post Type Taxonomy. I see it working great with posts. – Thanks
]]>