Thanks for the quick reply. The filter and shop module are now setup as you have recommended and still not luck.
Interestingly the Muddy Girl Camo Category shows a product count of 66 items, but when you enable that filter it only shows 5 results.
I should also mention that I have all caching/CDN currently disabled.
-
This reply was modified 5 years, 11 months ago by memerick.
I could not get the code to work using EOF, but was successful with the following:
//HIDE CSS Message
function removeMessage()
{
echo '<style> #message { display: none; } </style> ';
}
add_action('admin_head', 'removeMessage');