it was working – now it’s not. no idea why! i tried disabling all plugins (except woocommerce, of course) – no help. i’ve tried stating “single product page” with identical widgets (cart, recently viewed) for both “everywhere” and “single product” – no good. no idea what happened. any ideas?
Hi charger70!
Your sidebar has a class of “hidden” on it which should not be there.
You can use this CSS for a quick fix.
.sidebar.hidden {
position: relative !important;
visibility: visible !important;
}
Regards,
Elliott
Elliott – that’s awesome, the code worked perfectly. how on earth would that “hidden” class get there? i didn’t add it to custom CSS…
thanks again for your help – happy holidays!