Excerpt Background
By default, WordPress does not allow shortcodes to be used in excerpts. Attempting to use a shortcode in an excerpt will result with just the shortcode text being displayed on the front end of the website.
There is a very simple function which can be included from a child theme that allows shortcodes to be used in excerpts.
add_filter( 'the_excerpt', 'do_shortcode');
The WP Edit Pro Way
WP Edit Pro makes this even easier by including an option in the admin panel. Simply check the option; and you’ll have shortcode usage in the excerpt area.
To allow shortcodes in excerpts; go to the WP Edit Pro admin settings page -> General tab.