trmw
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Video Plus] Video overlay does not workI also experiencing this. I’m a web developer myself, and it looks like the problem is the call to fetch the videos is failing:
This is the form data that’s being sent to
/wp-admin/admin-ajax.php
:action:fvp_get_embed fvp_nonce:bf5990911b id:7495
And this is the response:
{"success":false}
This post does have a featured video, and was displaying successfully in the overlay before updating the plugin.
Forum: Plugins
In reply to: [Plugin: WPaudio MP3 Player] Centering player?Sounds great Todd! Thanks for the response, and the plugin.
Forum: Plugins
In reply to: [Plugin: WPaudio MP3 Player] Centering player?Ah, must be too early in the morning — there’s actually a pretty simple way to do this. Just add this to your theme’s stylesheet:
.wpa_container { width: 300px; margin-left: auto !important; margin-right: auto !important;}
Not totally ideal since it makes your titles wrap if they’re over 300px (you can also change that to what width you want, btw) but pretty sure you have to define a width in order to get CSS to do margin-auto centering, and the player handles the wrapping gracefully.
Any improvements/suggestions on this are welcome.
Great plugin!
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedThanks thestooge1, I’ve got it working now! And thanks tomgf for the code. Like pinkbeats I now have two buttons, which is not a huge deal, but yeah, if anyone figures out how delete the other one, please post!
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedCan someone clarify where exactly to implement tomgf’s code? Do all three of those bits go in audio-player.php? I tried implementing that way, but got an error about media_send_to_editor already being declared in /wp-admin/includes/media.php
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedI’m having the same problem with not being able to add the player code from the media uploader. I tried to implement tomgf’s fixes, but couldn’t get them to work. Any tips for how to implement successfully?
Would be great to have this fixed. Otherwise great plug-in.