In 3.1, I could use the shortcode in a widget, but now in 3.1.1, I cannot. An ideas?
http://wordpress.org/extend/plugins/haiku-minimalist-audio-player/
In 3.1, I could use the shortcode in a widget, but now in 3.1.1, I cannot. An ideas?
http://wordpress.org/extend/plugins/haiku-minimalist-audio-player/
Sadly no, if used with do_shortcode, graphical mode. Then it's not working, valid for 3.1.2 as well. The widget doesn't display anything. :(
There's no problem with using Haiku in a widget, in general. (It works in 3.2.1, I just tested it). If you're not seeing the player, then it's a WP problem or most likely a conflict with your theme or another plugin.
Do make sure you have add_filter( 'widget_text', 'do_shortcode' ); somewhere in your functions.php to enable text widgets to process shortcodes.
Dalton
Thank you very much, for your kind advice. It's working now! :)
This topic has been closed to new replies.