Hi Leoverzijl,
Do you have some more details on this please.
– Did you update to 2.4?
– What version of WordPress are you running?
– Have you tried to disable plugins temporarily to troubleshoot?
Please refer to this sticky threat on troubleshooting details:
https://wordpress.org/support/topic/how-to-debug-issues-after-updates?replies=1
Yes, I updated Woocommerce to the latest version and WP to version 4.3. Just after updating the problem started. Disabling the plug-ins: no results.
I just found a CSS code and that works fine, the problem has been resolved. Maybe useful for other people, this is the code:
body.post-type-archive-product.woocommerce .woocommerce-info{ display:none;}
Thanks.
Yes this will hide the woocommerce-info class on your page. Hope you did this in child theme or custom css?
Thanks for the feedback 🙂