Also tried like this for more than 1 file:
[jammer tracks=”title=Track1|mp3=https://googledrive.com/host/0B3Vh9AwY5rWWdW5YRDFKOFl0OGs/04-Beautiful-Disaster.mp3,title=Track2|mp3=https://googledrive.com/host/0B3Vh9AwY5rWWdW5YRDFKOFl0OGs/09%20Use%20Of%20Time.mp3″]
Plugin Author
jrop
(@jrop)
Sounds like the plugin is not activated?
Did you go to Admin->Plugins->Installed Plugins and then click “Activate” underneath Jammer?
The first format that you tried should work; I haven’t tried the second myself.
Ok I got it working with multiple files, I think there was some old version of jquery coming from my theme. I’ve since changed themes and everything is fine now.
Is there any way to change the theme or css via the shortcode?
Plugin Author
jrop
(@jrop)
Yes,
To change the theme that jPlayer (the framework jammer is built on) uses, you must upload jPlayer themes to this directory:
– (plugin-dir)/jammer/files/skins
“Plugin-dir” is the directory wordpress stores plugins. For my installation the directory is wp-content/plugins. Say you have two skins, in two folders:
jammer/files/skins
– theme1
– theme2
In the shortcode, you can specify which theme you want like: [jammer … skin=”theme1″] if you wanted to use theme1. I recommend not using spaces in the directory names, as behavior in that scenario is not tested.
To change css, use jammer like this: [jammer style=”float: right; (more css here)”]
Let me know how that works!
Cool, inline styles 🙂 Thanks 🙂