No changes to the theme. Theme version is 1.0.77.
I’ve made some research and I see also that the transparent.gif is an aboslute value in functions.php. I’m not an expert but, hey, maybe it gives you a clue.
Here’s the function
function careta_draw_transparent()
{
$folder = get_template_directory() . “/images/”;
$value = “transparent.gif”;
echo “<img src=\”$folder/$value\” class=\”post-thumb\” width=\”300px\” height=\”199px\” >\n”;
}
Thanks!