In the afp.php file on line 1054, remove the class for the anchor tag, and then change the href from item_image to item_link. It should look like this:
<a title="' . $item->item_description . '" href="' . $item->item_link . '"><img alt="" class="img-link-initial" src="' . $item->item_thumbnail . '"></a><br />