Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Sounds like your new theme is not widgetized (ready for accepting shortcode) so the shortcode is being treated like plain text.

    You can fix this easily by adding 1 tiny piece of code to your theme functions.php:

    add_filter('widget_text', 'do_shortcode');

    Add this code above to fuctions.php between the <?php and ?> tags. A good place would be either at the very top or the very bottom of the file. Once you’ve done this you should be able to use shortcode in widgets now.

    Hope that helps. 🙂 Oh and if you like the plugin it is really helpful if you can give a rating/review here. Thanks

    Thread Starter maccrow

    (@maccrow)

    Thanks a lot Maeve.

    I rated reviewed it and my problem is solved!

    Another problem I have is that when I try change any configuration on Manage Songs, when I click Update, give me a 404 error page from my own site.

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