We found the problem;
Change this in global.js (in the js folder of the theme:
$('#audio-player').mediaelementplayer({
alwaysShowControls: true,
features: ['playpause','progress','volume'],
audioVolume: 'horizontal',
audioWidth: 872,
audioHeight: 100
});
in
$('audio').mediaelementplayer({
alwaysShowControls: true,
features: ['playpause','progress','volume'],
audioVolume: 'horizontal',
audioWidth: 872,
audioHeight: 100
});
Now all “audio” posts show the player with the theme-skin.
Hi Anders,
Any news on this bug? I’ve searched to find a solution for this bug, but didn’t found it yet.
Greetings and thanks for this wonderful theme!