Viewing 3 replies - 1 through 3 (of 3 total)
  • Can anyone help me out with this process? I’d like to add that functionality to Jazzy forms on our site, so that I can have a tooltip show up in the HTML content in the form (ie via a tooltip plugin), but I am not really a programmer. 🙁

    So I’m wondering: Where would I add the do_shortcode??? What file in the plugin should I edit??

    I really don’t want to break things, but I can’t seem to find enough information that allows me to do this confidently.

    Related links:
    http://www.sitepoint.com/wordpress-nested-shortcodes/ (sort of gives me an idea, but not quite. remember, I have no idea how to do this…)
    http://codex.wordpress.org/Function_Reference/do_shortcode

    Thanks so much!

    Thread Starter superpotion

    (@superpotion)

    Edit file front/ctrl-shortcode.php, change the line 16

    from: return $output;

    to: return do_shortcode($output);

    Denis

    Hooray. Thank you for speaking my language, Denis. It’s working just fine now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcodes in Free HTML not evaluated’ is closed to new replies.