Hello, I,ve visited your site and I don’t see any problem with shortcodes.
In case you are still interested, I had the same problem you have, and I solved it with the following line:
$text = preg_replace( ‘|\[(.+?)\](.+?\[/\\1\])?|s’, ”, $text);
This regular expression does the job. Just use it befero you echo the post excerpt.
Good Luck,
Avantix