Thomas Kloos
Member
Posted 2 years ago #
Pro player used to work in a text sidebar widget. With the new version of pro player, all I see is code now. Did something get broke in the new version of Pro player? I haven't changed anything, except for updating the pro player.
I am using WordPress 2.8.6 and 4.4.7 of the pro player.
Do I need to look for a new player? I use it on our Church's website for audio and some video.
...Thomas
http://wordpress.org/extend/plugins/proplayer/
Hi @thomas,
I don't know the sidebar, I haven't tried there with the new release. It might be a bug, if it is I'll look at that when I have some more free time. If it's urgent, contact me via mail.
Best,
Isa
Pro Player 4.7.7 was working perfectly with WP version 2.8.6
I have just updated to WP version 2.9 and now Pro Player is showing an error "This playlist is not a valid XML file".
dancebluemonkey
Member
Posted 2 years ago #
Yeah you can't add the code to a sidebar text widget anymore. It just displays the code. Is there a fix for this?
add this to function.php
add_filter('widget_text', 'do_shortcode');
this fixed it for me ...
ScottProck
Member
Posted 2 years ago #
@mmodic ... BRILLIANT!
This too fixed it for me, THANK YOU!
... Scott