• Resolved Jacob Schweitzer

    (@primetimejas)


    I’ve tried just about every mp3 player for WordPress that supports multiple files. I thought this one might work but I just can’t get it to work..

    I have it in the format you supplied:

    [jammer tracks=”title=Track1|mp3=https://url.com/filename.mp3″]

    but it doesn’t work. How do I use the css and skin attributes on the shortcut? It wasn’t clear in your description..

    Thanks for your help.

    https://www.ads-software.com/extend/plugins/jammer/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jacob Schweitzer

    (@primetimejas)

    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.

    Thread Starter Jacob Schweitzer

    (@primetimejas)

    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!

    Thread Starter Jacob Schweitzer

    (@primetimejas)

    Cool, inline styles ?? Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trying…’ is closed to new replies.