How to parse nested shortcodes?
There’s a solution for that, actually. The shortcode you are using has the variable $content, whithout the filter do_shortcode, like this: do_shortcode($content) Open the file where there are the shortcodes and change $content for do_shortcode($content). It will work.