Hi nspfan
Somehow I missed this topic, you can try this tweak:
1 - Open the file: /templates/gk_your_default_template/layouts/blocks/head.php
2 - Add this script at the end of file:
<script type="text/javascript">(function($) {$(document).ready(function() {
$('img').each(function(){
if( $(this).attr('alt') == '' || $(this).attr('alt') == undefined ) {
$(this).attr( 'alt', $(this).parent().parent().find('.nspHeader a, .gkTitle a').html() );
}
});
});})(jQuery)</script>
Then clear all caches.