Hi @spaghettiweb,
Thank you for reaching out to us. Please add this code instead in the Theme Options > JS:
jQuery(document).ready(function($){
$('.mec-event-masonry > .mec-masonry-item-wrap').each(function(){
var link = $(this).find('.mec-event-title > a').attr('href');
$(this).find('.mec-masonry-img').wrap('<a href="'+ link +'" ></a>')
});
});
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
Don’t forget to clear all caches including your browser’s cache after adding the code. Hope this helps!