I think I can help you both there. It was the same problem I had initially and after reviewing the code I came across an attribute (length) for the shortcode which seems to have been missed.
In your shortcode snippet use ” length=’35’ use_wp_excerpt=’false’ ” , changing the length to the required number of words you need. What this will do is take the main content and stop at the required number of words. By not using the excerpt it’ll ensure you get what you need.
Remember the won’t work on the excerpt and is why the ‘use_wp_excerpt=false’ is set. Maybe the developer can implement the length feature for both the main content and excerpt in future versions.