I have this issue, too. I’ve just grabbed a random smallish image off of Google Images to test and the same error happens for me. Not only does the 0x0 error occur but the problem has escalated that even though the html says the image has been inserted into the post, nothing shows up.
Thread Starter
koager
(@koager)
I’ve also tried putting the If statement inside the div that calls the secondary widget area but it’s still turning everything off.
<div id="secondary" class="widget-area" role="complementary">
<ul class="xoxo">
<?php
if (is_category('marketing') {
dynamic_sidebar( 'secondary-widget-area' ); }
?>
</div>