• Hi, this works so well, but we want to be able to render selected mp3 links, not all of them. There is an option in the settings to apply rendering to all links, but it doesn’t seem to be switched off when unchecked – all links are set to render with player.

    Is there a way for all links to be plain until selected to be rendered in the post editor?

    Thanks

Viewing 1 replies (of 1 total)
  • I’ve got a temporary fix for this. Edit the miniAudioPlayer.php file and change line 139 from:

    if (empty($miniAudioPlayer_active_all)) {$miniAudioPlayer_active_all = “true”;}

    to

    if (empty($miniAudioPlayer_active_all)) {$miniAudioPlayer_active_all = “false”;}

    When you uncheck the “Apply to any .mp3 file link” box, it looks like it sets the database value to empty instead of false. This change makes sure that when the database value is set to false or it’s empty, the player is not used.

Viewing 1 replies (of 1 total)
  • The topic ‘Do not render as defualt’ is closed to new replies.