houseofcakes
Forum Replies Created
-
It works. The 123contactform plugin icon shows up in the WYSIWIG editor menu bar as the last icon on the right, not on the menu to the left as I was thinking (as most plug-ins have). I have not tried the API yet.
Ok, DUH. I have to use the full on URL path not root.
So, NOT: /wp-content/…
USE: http://yourdomain/pathWorks now.
Hmmm.
Oh BTW:
WP 3.3
mp3-jplayer 1.7.3
Mac Lion
FF 9/Safari 5.x
No other plug-ins (this is the first one)I’m using the widget option and I’ve tried it in a custom widget as well as a standard built in one. Going to check that code now…
K
Any other thoughts on this? I’m getting the same issue in FF9 and Safari 5.1.2. It’s just stuck on connecting.
I checked ID3 tags and they are populated and the file plays when just dragged to a browser… I tried a different mp3 file and still the same thing.
Thanks!
The admin bar can be turned off/on per user in the User Profiles (it’s called “toolbar”) but I don’t think that is the issue. The issue I was having was that I had removed WP-needed items from a custom made home page…this especially:
<?php
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>Once I put that back into my <head> all the graphics/styling showed up. Now…I just have to figure out how to get it to find the playlist–that is not working, so I can see my player, but it has no idea where the files are…
HTH