Viewing 2 replies - 1 through 2 (of 2 total)
  • Bravo for this plugin. I’ll put 5 stars!

    For the shortcodes work, it would just change the line 28 of file class-frontend.php and add do_shortcode

    like this:

    echo stripslashes (do_shortcode (get_option (WBOUNCE_OPTION_KEY .'_ content ')));

    it works for me!

    best regard

    José

    Plugin Author kevinweber

    (@kevinweber)

    Hi dveiga, thanks for your post!
    Hi José, thanks for your solution!!

    I just had to change it a little bit:
    echo do_shortcode( stripslashes(get_option(WBOUNCE_OPTION_KEY.'_content')) );

    This line will be used in the next update of wBounce. So you can simply update the plugin when the update is available.

    Best regards,

    Kevin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcodes’ is closed to new replies.