Hi,
In functions.php, I have generate a shortcode ‘A’ that :
- fetch content from a external csv file
- each row of the csv file is placed in a cs accordeon element (header + body)
- I 'm using a loop and the cs accordeon shortcode (see example below) , one row => one accordeon and finally the do_shortcode
…But it doesn’t render if I call the shortcode A in a page in a cs raw content element 
here an example of the code , I would like to render
echo do_shortcode (’[cs_element_accordion _id=“x” ][cs_element_accordion_item _id=“x” ][cs_content_seo] {header text + body text} …
Thank you for your help and support,
Alex