iceton
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsBrian, check out the post a few replies up and give it a try.
https://www.ads-software.com/support/topic/292417/page/3?replies=67#post-1218567
Tcplugin, that’s a mystery to me. The next release is initiating players in a totally different way and should address the inconsistency you’re seeing.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsBrian, the plugin is loading correctly and will play songs when called from the console, but it doesn’t look like it’s receiving the clicks.
Does everything work when you try the default theme?
Forum: Plugins
In reply to: [Plugin: WPaudio MP3 Player] Conflict with PostsIt’s possible, but I think it’s more likely unrelated to WPaudio.
We’ve come a long way since 1.2.2. Please upgrade for the best experience.
Forum: Developing with WordPress
In reply to: New DOMDocument totally disrupts WPForum: Developing with WordPress
In reply to: New DOMDocument totally disrupts WPCould a mod please move this to WP-Advanced?
Thanks!
[moved to WP Advanced forum]
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsSteve, I don’t plan to do that in the near future, but it’s been suggested before and I’m keeping it in mind.
Thanks for the feedback!
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsJenai, think I’ve been corresponding with you via email. If that’s not you, drop me a line.
Tcplugin, to add
wp_head()
andwp_footer()
, you’d insert<?php wp_head(); ?>
right before</head>
in your theme’s header.php and<?php wp_footer(); ?>
before</body>
in footer.php.v1.4.0 used wp_head only, so if newer releases aren’t working, wp_footer is probably missing.
I’m about to change the way the plugin initializes, which should make everything more reliable. My current plan would put the script in wp_head and nothing in wp_footer, hopefully reducing problems with incomplete themes.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsClem, broken themes are most commonly missing
wp_head()
and/orwp_footer()
. If that’s not it, post a test link and I’ll have a look.Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsSjaak, could you please shoot me an email using the contact form on wpaudio.com?
Thanks.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsSjaak, would you mind disabling your other plugins for a moment on the 1.5.2 site to see if there are any conflicts? Thanks.
I see that a layout fix isn’t playing nicely with your site. The next release addresses that.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsSliptide, it looks like your theme is missing wp_footer().
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsSliptide, could you post a URL for me to check out? I’ve tested 1.5.2 on WP 2.5 and 2.8 and haven’t found any issues, but I’d like to see what’s happening with yours. Thanks!
Phototv, that wrapper is almost finished. There’s one little change I have to make before it’s ready. I’ll post full documentation on WPaudio.com when it’s ready.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsSupport for links is almost finished — just need to test it a little more. It’ll probably be included in the next release (about a week).
Thanks for the suggestion!
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsTheadsmith, thanks for the feedback.
My plan is to make the CSS an advanced field on the WPaudio settings page, which would make it stick around after upgrades. Little more user-friendly than editing a file too. Would that work for your purposes?
Glad you like it, and thanks for recognizing my efforts.
Forum: Requests and Feedback
In reply to: [Plugin: WPaudio MP3 Player] Bugs and suggestionsYou probably left out the wp_head() function.