I had the same problem and maybe I found a solution that works for your issue too.
The problem is that the shortcode is truncated when you save the classy pro slider configuration.
When you add the short code remove the double quotes to solve the parsing issue.
Example:
Instead of
[rev_slider alias=”slider”]
use
[rev_slider alias=slider]