I use the plugin to hide a certain category. This works fine in the sidebar that I created via the WordPress widget area. However, when I insert the widget on a page via the Avada widget module, the hiding does not work. No matter which checkbox I tick – it has no effect. I would appreciate your support ??
]]>Hi
anyone else has this problem, post count dont working?
check or uncheck “Hide count” doesn’t change anything, post count not show in both
]]>I got a nasty warning about this plugin being susceptible to XSS attacks. Makes me nervous. Will you be fixing it very soon please? https://imgur.com/a/CyqXo8u
]]>Hi there,
I just started using your plugin & when we went to the widgets area, the list of categories were greyed out. Only on mouseover could we see them.
Here’s a SS
Thanks
]]>Please create an option to disable the embedding of the wcw-inlinecss (wcw-inlinecss-inline-css). It screwed the layout of my categories widget up with something that I didn’t need. I had to use some css workaround to fix this issue but I think it would be better to just be able to not use it at all.
thanks.
]]>After installing this widget, I unchecked a specific categorie and saved it. Immediately after saving the widget, a checkmark was automatically placed back in front of the category I unchecked. What is that about?
]]>Hello, great plugin! can you give us the option to sort the categories list by number of posts? this would help me a lot!
Thank you!
]]>What’s with the area to choose the categories to show being white text on a light blue background? This is difficult, even for people with normal vision.
]]>Hi,
Is there an ability to show/hide this widget on click? I suppose it’s possible with a CSS add-on, which is a premium feature.
Thanks
]]>The widget shows ALL categories even the categories which are not checked.
Any solution or help will be much appreciated.
thanks
Hi,
I’m looking to add an extra url parameter to all rendered links (like &id=5).
“wp_list_categories()” seems to be responsible for rendering the results.
Would be possible with a snippet to add a custom param?
]]>I am using the WP Categories widget in the sidebar on my site. If you click on one of the parent items (e.g. Austria under Locations), the children appear as expected. If you click one of the children (e.g. Vienna) the parent accordion closes. The link over to the page DOES work, but from a user perspective, it looks like a mistake since it makes no sense for the on-click behavior to close the accordion back up again. Can someone help?
]]>Hello, I have installed your widget on my site, but I am facing an issue regarding a number of categories to display. Your widget is not showing categories more than 10. Is there any limit ? how to change the limit
]]>I am having trouble with one of the sidebar items on my page, powered by the WP Categories Widget.
You will see two sections: Locations – Correct and Locations – Incorrect.
For some reason, as soon as I hit 21 or more posts within that menu, it no longer nests the children items. The ‘correct’ version shows exactly 20 items, and as soon as it displays more than that, as in the ‘incorrect’ version, it shows a flat structure.
What on earth would cause this? I looked through the plugin php and there’s nothing set about a max number, and I can’t think this would be a style problem. Any help in the right direction appreciated.
]]>Hi- Great Plugin!
is it possible to override the wp-categorie-widget.php in a child theme? or better you have a function snippet where i can change the Widget title to p tag instead of h2 Tag.
Thank you
can i contribute in this plugin, like create new advance features.because, i like this plugin and develop new features in this plugin.
]]>hi, is there a way to keep permanently keep categories Toggle opened with child categories? Currently, they are closed from the beginining.
]]>Do we provide pulldown list for category list? Thanks!
]]>how to change
animals33 (33 is the category posts count) to
animals 33
in the widget
]]>Hello,
Thank you for the nice plugin..
I want to use the theme style, I’m using Flasome theme..
Please advise,
Thank you
]]>I added a bunch of product categories but they do not show in the widget. I’ve waiting a while and refreshed and restarted. Why are these not showing as options to select?
]]>Hi there,
since the last update the inclusion/exclusion of categories doesn’t work anymore. Instead the WP Categories Widget is always showing all entries. Please check and correct this bad behavior, please.
Is there any way I can alphabetize the categories using this plugin? Whenever I add a new category, I would like it to be placed accordingly. Thank you.
]]>Hello,
In the error log I have these entries:
Warning: in_array() expects parameter 2 to be array, string given in /wp-content/plugins/wp-categories-widget/wp-categories-widget.php on line 172
to solve this, change at line 171:
if ( $terms ) {
into
if(is_array($terms) && !empty($terms) && count($terms)){
THX
Henry
I’ve just switched over from WP.COM to WP.ORG and in adding a drop down categories menu to my side bar, I noticed there are about 30 categories missing.
When checking my posts, all categories are still linked to each post, so I know they’re still there, just not showing on the widget.
Any advice?
]]>Hello,
This plugin is very useful, the only issue I found is that, when I activate the plugin the footer get chopped off, maybe a closing DIV is missing in the coding, please have a look.
Thank you
]]>Pages where the widget is installed in the sidebar scroll into infinite whitespace below the footer. Removing the widget from the page fixes the problem, so there is something wrong with its CSS.
]]>Hello. I want that the active category
I don’t want to exclude 400 categories, I want to show only a few 1 at a time.
]]>Hello,
how I can change the code to be able to see also the categories with a post count == 0?