hello Destillator,
have you resolved in any way? I’m moving a website using this plugin into a MU installation. It will work or not?
Hi, i got it. Now i’m able to add Contact Form 7 shortcode in ‘Introduction Copy’ field.
Under wp-content/plugins/launchpad-by-obox/themes/apollo directory edit welcome.php file and change
<p><?php echo $apollo_options["intro"]; ?></p>
to
<p><?php echo do_shortcode($apollo_options["intro"]); ?></p>
now all the shortcodes you typed in ‘Introduction copy’ filed wil be correctly processed.
Hope it helps,
Nicola