This one’s caused by the function lcp_trim_excerpt in include/lcp-catlist.php.
Do you use Visual Composer or a similar solution? If so, disable the shortcode stripping…
//$text = strip_shortcodes($text);
…or the filter in the method mentioned above:
//$text = apply_filters('the_excerpt', $text);
This should do the trick.