Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Phil-P

    (@phil-p)

    if anyone is interested, I did not succeed to enable shortcode support in the plugin but i added my form manually in the theme file of the plugin…

    Hello,
    The newsletter box is for campaign monitor only. You can insert shortcodes into the text fields. We are looking into adding a contact form 7 option in the future

    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

    Thread Starter Phil-P

    (@phil-p)

    Thanks,

    I don’t really need it right now but i’ll try that on my next project !!!

    Thanks @superp. Fixed my problem. Hope this feature gets added by default.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode Support ?’ is closed to new replies.