Thanks for your reply. Unfortunately I don’t have a ob_get_clean(); in line 323 of wp-content/themes/ronneby/inc/woocommerce.php
I have ob_get_clean(); on the following lines though – always with either “return” or “echo” in front. Which line should I replace? And should I replace ALL? meaning both ob_get_clean(); and either “return” or “echo”?
111: return ob_get_clean();
136: return ob_get_clean();
151: return ob_get_clean();
173: return ob_get_clean();
246: return ob_get_clean();
356: echo ob_get_clean();
Thank you for your time.
Hi,
I’m having the exact same problem – although it’s with Ronneby Theme http://rnbtheme.com.
The solution above isn’t working in my case, since I can’t find the following lines.
Maybe it’s in the product-thumbnails.php – that’s the closest I get, but I can’t figure out what exactly to replace and with what. Hope you can help:)
Thanks!