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é
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