akadhim13
Forum Replies Created
-
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Download doesn't workIt’s a bit messy, but what you have to do is right click on the download button and click “Save As” (or “Download Linked File” in Safari).
Forum: Plugins
In reply to: [Audiobar] [Plugin: Audiobar] mp3 Links Hosted ElsewhereThanks for the quick reply!
I did try disabling Audio Player with no difference. I don’t think that would do anything since I’ve set Audio Player to only work with the [audio:file.mp3] shortcode. It shouldn’t touch any
<a>
tags.And the links that did get screwed up when Audiobar was activated were in the format:
<a href="dl.soundowl.com/file.mp3">Download</a>
They linked to mp3 files hosted by Soundowl. What happened was that the Download text was duplicated and the link just went back to my home page.
For me its no longer an issue, as I just found a hack that gets Audio Player to work with HTML5, but it might be relevant for the programmer if he wants to test that behavior.
Cheers,
AhmadForum: Fixing WordPress
In reply to: Embed and iframe not workingYes! It must be a problem with the theme because Twenty Eleven works.
Thank you for your help!
Forum: Fixing WordPress
In reply to: Embed and iframe not workingI dont believe thats the problem.
I just tried embedding a youtube video using the full embed code copy-pasted into the WordPress HTML editor directly from the youtube site – same problem. It only works when I auto-embed it. As far as I can tell, the code does not contain any JS. I’ve included it here in case I’m wrong about that:
<object width="425" height="349"><param name="movie" value="https://www.youtube.com/v/kN0SVBCJqLs?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/kN0SVBCJqLs?version=3&hl=en_US" type="application/x-shockwave-flash" width="425" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Forum: Fixing WordPress
In reply to: Embed and iframe not workingFrom what I understand, that applies to automatic embedding. But that doesn’t tell me why I still come up with a blank space when I paste the full embed code into the HTML editor.
I’ve tried at least 5 different plugins that put in flash players for mp3 files, and none of these work.
And I’ve also tried using 3 different plug-ins that are supposed to add support for iframes, but I also get the same issue that I just end up with a blank space.
Is there a larger issue that could be causing this? Such as a problem in the latest WP version or in the Oulipo theme?