Hello, In my site the audio file is not playing. It is visible but not playing. Even in media library it is not playing. Pls help.
https://www.iphoneringtones.in
If I want to override the default styling for the audioplayer, is it enough to copy mediaelementplayer.min.css into my child theme and make any adjustments there?
Or is there a better method?
Thanks
]]>If I want to use multiple audio files in one post (e.g. 3), the plugin will create three players – which all will play the first file. How do I achieve this correctly?
]]>Hello,
I was wondering if it’s plan to support wp 3.5.x because it seems currently it doesn’t work.
Thank you.
Best regards,
]]>Hello, just curious where to put this the_audio(‘list’) in the “Theme” code. Functions? Style? Are you sure that’s all we have to paste?
Not the_audio(‘list’)
}
Or some variation? I would like to avoid using the shortcode if at all possible.
]]>Hi,
in this plugin I cant’t find instruction or examples, how can I do to see something in my site. I haven’t understand the process to show the player… Could you write me some example of correct and complete shortcode?
Hi all, is there a plugin that will allow buddypress users to select an audio file from a selected custom folder/media library and send to a friend or multiple friends?
I have searched and searched and don’t think I have found anything that can do this.
Thanks!
]]>Please take 15 minutes to write some instructions and include them with the installation.
You say “files that are attached” to a post. How can you attach an MP3 to a post that your WP installation won’t let you upload because it’s too large? Using the From URL tab in the media uploader doesn’t work — just creates a link to the MP3 inside the post.
Using [audio] as a shortcode therefore nets no results.
Have become convinced that finding an HTML5 audio player that actually works is like unto the quest for the Holy Grail. Whole lot of nonsense screaming “run away, run away!”
]]>Hi!
[audio layout="list"] do nothing for me. I see just the same compact player as with simple [audio] tag.
Shoud I do something more to get my songs listed below?
]]>Simple question:
What does this player looks like???
Can you show a working example on your website?
Thank you
]]>Hi!
I really like your Audio plugin. I’m using plugin only on certain types of pages, so I wanted to load plugin resources only for these pages. I’m trying to do it in my functions.php file and right now code looks like:
global $_audio_wp_plugin;
remove_action('wp_print_scripts', array (&$_audio_wp_plugin, 'scripts'));
remove_action('wp_print_styles', array (&$_audio_wp_plugin, 'styles'));
But this code doesn’t work. Do you have any comments?
]]>I was having issues getting the Audio plugin to work with a WordPress install in a subdirectory.
Here is the SVN diff of the changes I made to get it to work: https://pastebin.com/aFhZy1ES
]]>I had some styling issues with the default style. I made these changes to /css/audio.css:
.jp-interface ul li {
list-style-type: none;
}
.now-playing span {text-transform: none; display: block; font: 15px/17px arial; padding:4px;}
]]>