I have decided as a temporary measure to hack the code to get it working.
I have added this as part of the img codes ..
In line 373 of widgets.php add this in between “img”, “src”
style="padding:8px; background: white; border: none"
Changed from:
$thumbnail = '<img src="'. $thumb[0] .'" width="'. $settings[$widget_id]['thumbnail'] .'" height="'. $thumb_h .'" class="alignleft" />';
to
$thumbnail = '<img style="padding:8px; background: white; border: none" src="'. $thumb[0] .'" width="'. $settings[$widget_id]['thumbnail'] .'" height="'. $thumb_h .'" class="alignleft" />';
and make anther change to remove the arhive line.
I have the same issue.
I am using thesis theme. Where can I place the code? I tried in the the custom.css, but it did not work out.
My site: http://www.smalltowngp.com
[caution: there are some unpleasant photo at the site]
Thanks