bk007
I updated this file on your site:
/templates/ja_property/html/layouts/joomla/content/image/image.php
<?php if ($img) : ?>
<?php if(JRequest::getVar('view') == 'article') :?>
<a href="<?php echo $link ?>">
<img <?php echo $caption ?> src="<?php echo htmlspecialchars($img); ?>" alt="<?php echo htmlspecialchars($alt); ?>" itemprop="thumbnailUrl"/>
</a>
<?php else :?>
<a href="<?php echo $link ?>">
<img <?php echo $caption ?> src="<?php echo htmlspecialchars($img); ?>" alt="<?php echo htmlspecialchars($alt); ?>"/>
</a>
<?php endif ;?>
<?php endif; ?>
Images in this Articles Category module have links now.
P/s: Some other sections in template may also inherit this image file so when you update link on this file, images in these sections may have links too. You can decide on this.
Regards