Hey!
Thanks for your fast answer. Sadly the issue continues.
An example: I am using shortcodes that my Theme can interpret inside a shortcode from shortcoder. So if I create a new Shortcoder shortcode that looks like this:
[box type="shadow" class="kategorie-box"]
<h4><a href="#"><i class="fas fa-child mm-blue"></i> Kinderspiele</a></h4>
<ul>
<li><a href="#">Top 10 aller Kinderspiele</a></li>
<li><a href="#">Berichte zu Kinderspielen</a></li>
<li><a href="#">Kinderspiele des Jahres</a></li>
</ul>
[/box]
The Shortcoder plugin shows this:
So the shortcode for the theme is not interpreted as shortcode but as plain text apparently.
Best wishes
Johannes