I didn’t design this plugin but this is how I got rid of this problem – it is a quick fix for you,
Go to /wp-content/plugins/our-team-enhanced/inc/grip.php (assuiming you are using the grid)
Replace:
<div itemprop="name" class="sc_team_member_name">
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
With:
<div itemprop="name" class="sc_team_member_name">
<a href="#" rel="bookmark" title="<?php the_title_attribute(); ?>">
Were you able to get this fixed and does the plugin work?