Had the same problem but I’m not using a shortcode, I’m using the One-Pager theme by Woothemes.
What worked for me was to edit the theme.
Go to Appearance > Editor then select Main Index Template (index.php) from the file list in the RH column.
Then add this line
$args['link_title'] = false;
before this line
do_action( 'woothemes_features', $args );