Dear Laura Pierobon,
Maybe this issue is related to the host.
The path of images is not correctly on your host.
Please go to "templates\sj_restaurant25\html\mod_sj_gallery\default.php", finding:
<img alt="<?php echo $item['title']; ?>" src="<?php echo YTools::resize($item['image'], $image_config); ?>" style="width:<?php echo $thumb_width; ?>px;height:<?php echo $thumb_height; ?>px;"/>
=>
<img alt="<?php echo $item['title']; ?>" src="<?php echo $item['image']; ?>" style="width:<?php echo $thumb_width; ?>px; height:<?php echo $thumb_height; ?>px;"/>
We have directly updated this error on your site.
Please check it again.
Thanks