iceton
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsI’ll include a callable wrapper in the next release that will help you accomplish this. Shoot me an email using the feedback form on wpaudio.com and I’ll email you once it’s in place.
Todd
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsMikkel, currently you can have just one player per line. To disable downloading, just add
dl="0"
to your tags.[wpaudio url="https://url.to/your.mp3" dl="0"]
Forum: Fixing WordPress
In reply to: [Plugin: WPaudio MP3 Player] How to customize colors?The colors can be changed from the WPaudio settings page in WordPress.
Just go to Settings -> WPaudio, and there’ll be a style section with color info.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsfffbbb, I’m not really sure why it’s behaving that way. Your entire post looks to be wrapped in a
<pre>
element, so you might try removing that and seeing what happens.Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsYou don’t need any other parts of your site that normally appear below the
<body>
tag, but try wrapping your current post with:<html><head><?php wp_head(); ?></head><body> (your current code) </body></html>
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsMikkel, what happened to your theme? Your individual post is missing everything but the content — no head, no body.
WPaudio requires wp_head() in the <head> section to call the scripts it needs.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsLeslie, if you’d like to email me your code or a link to an example, I’ll be happy to take a look at it.
I’m going to encode the mp3 URLs so they’re not visible in the source, which would make it more inconvenient to find the actual URL.
For instance, one of my mp3 URLs just became
\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u0077\u0077\u0077...
.Forum: Plugins
In reply to: [Plugin: WPaudio MP3 Player] Valid XHTML problemThanks for bringing this up! I’ve included CDATA tags in the next release, which will validate out of the box.
Let me know if you ever have any other comments or questions! Much appreciated.
Todd
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsdrkareilly, Brian was using a custom theme that didn’t include some essential WP functions on which WPaudio depends. If you want to shoot me the source or link for a page with errors, I’ll be happy to check it out.
Bourkela, were you using the Audio Player plugin? Those are the only tags supported at the moment, but support for others is easy to add if you want to send me the details for your tags, I’ll get them supported. I should add the option to convert mp3 links too, eh?
Jurimaru, glad you like it! I’m adding more options, and I’m looking into the WP media dialog so tags can be added without manual typing the [wpaudio] syntax. The stop button behavior can be replicated by jogging to the very end of the track, then pressing play once the song has finished. I won’t be adding a stop button for now, but I will keep your feedback in mind and add one if I receive more requests for it.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsBrian, glad we got it figured out via email.
mharrows, first give a few other mp3s a try. Mp3s must be 44.1 kHz (the most common sample rate) for WPaudio to be able to play them, and yours may be above or below that. Next, try an mp3 from another site and see if the same thing happens.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsJKavalier, I’ve changed the notifications to be invisible until needed, so you won’t see the page changing under normal circumstances. You can download the new release now.
I’ll keep an eye on the button offset — this is the kind of thing that drives me nuts as a perfectionist. Thanks again!
Forum: Plugins
In reply to: [Plugin: WPaudio MP3 Player] Broke my theme in explorerCharlotte, I just released the fix for this. Please let me know if this resolves your issue, and I hope you’ll reconsider WPaudio. It’s not a static, unchanging piece of code — it’s always being improved thanks to feedback from people like you.
WPaudio is less than two weeks old, but after over 2,000 downloads and seven five-star ratings, only three people have written me about incompatibilities. I’m addressing them quickly.
If you do have any difficulty, please send me the details so I can make WPaudio work for you.
Thanks!
Todd
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsIlli, thanks for your input! I’m sure I’ll find a nice-looking way to fit it into the minimalist design.
JKavalier, those notices are included in the page so that if the player won’t load, the user knows why and can fix it. As soon as the player loads, they’re removed. I’ll find a more elegant way to do this. Thanks for the feedback!
Forum: Plugins
In reply to: [Plugin: WPaudio MP3 Player] Broke my theme in explorerIf you’d like to send a screenshot and the source of one of your broken pages, I’d be happy to take a look at it.
At the least, what’s the name of your theme so I can test it?
Thanks!
Todd
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsRaize, I’ll consider that. Thanks for the suggestion.
Could you post a link to your site? I’d like to check it out.