The products are downloadable.
Removing them from the category leaves to stock “out of stock”
Is it major bug, or it only happen with my site?
—
To replicate it, add 3 variable, downloadable products to new category-categories via the WordPress post list edit screen
]]>WP All import seems to work fine. I imported all products with categories and WooCommerce created automatically the desired categories. But when I re-organise the categories manually in the WordPress backend, the new hierarchy is not working. As you can see in the example:
https://test.uandu.nl/winkel/
If you click on category ‘Hoofdlaag’, you should see 2 categories (like in the sidebar). New categories are not showing up on Shopping page.
Does anyone know how come? Did I do something wrong?
Thanx
]]>I recently added a TRAVEL category to my blog site. While the newest travel post is listen under the “travel” category on the home page, when I click the Travel category on the top menu bar I do not see the post listed there.
If anyone could provide me with a solution to this I would greatly appreciate it.
KB
]]>why when I add new category, there is not showing bullet (icon) before new categories (in widget)?
Thank you for your answer.
https://www.ads-software.com/plugins/nextend-accordion-menu/
]]>When i add new category at plugin don’t showing at Exclude Posts. What can i do?
https://www.ads-software.com/plugins/tweet-old-post/
]]>Notification For: New Category
Users: Administrator
When i change category in postor add a new vategory , the notification does not work.
when i set:
Notification For: post updated or new post published
Users: Administrator
the notifications works well.
https://www.ads-software.com/plugins/bnfw/
]]>at the moment, new categories not working by sending email with subject. May it’s possible for future release to include this option?
For “security” reasons may only special users do that (i.e. admins)
THX!
Regards,
Henry
https://www.ads-software.com/plugins/postie/
]]>In wp-dropdown-hierarchical-category-ui.php, search for
<script type="text/javascript">
jQuery(function(){
and change by:
<script type="text/javascript">
ddscript();
function ddscript(){
jQuery(function(){
search for:
jQuery(this).next('ul.children').toggleClass('open_child');
});
});
</script>
and change by:
**************
jQuery(this).next(‘ul.children’).toggleClass(‘open_child’);
});
});
}
/** Restore category dropdown after search **/
ddscript_rest();
function ddscript_rest(){
jQuery(document).ready(function() {
jQuery(‘li[id^=”category-“]’).on(‘click’, function(e){
e.stopPropagation();
classname= jQuery(this).closest(‘li’).attr(‘id’);
if ((jQuery(“.cat_parent”).attr(‘id’))!= classname){
jQuery(“#”+classname+” ul li”).show();
}
});
});
}
/** Restore category dropdown after add category **/
jQuery(‘#categorychecklist’).on(‘click’, function(e){
ddscript()
ddscript_rest();
});
</script>
***************
I hope it will be helpful
https://www.ads-software.com/plugins/wp-dropdown-hierarchial-category-ui/
]]>