SOLVED!
I have had the same problem and after digging in the code I found out that audio player doesn’t use the usual shortcode functionality. Instead it uses regular expressions.
So kept digging and I found an experimental code inside the plugin.
function insert_audio_player($source) {
global $AudioPlayer;
echo $AudioPlayer->processContent($source);
}
so use this
insert_audio_player('[gigpress_archive]'); inside your template.
Hi,
I guess, the path of the script must be given in URL format. http://www………
Try it this way.
Hi,
Unfortunately I had the same problem. I had to remove the plugin, since it completely prevents the users from seeing the page.
I have no other plugin installed, that puts other javascript inside my page, so lightbox plus was the only one.
Hope you can solve the problem.
P.S. I run Safari 4 on Vista