Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I 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.

    • This reply was modified 7 years, 11 months ago by trmw.
    • This reply was modified 7 years, 11 months ago by trmw.
    Thread Starter trmw

    (@trmw)

    Sounds great Todd! Thanks for the response, and the plugin.

    Thread Starter trmw

    (@trmw)

    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!

    Thanks 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!

    Can 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

    I’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.

Viewing 6 replies - 1 through 6 (of 6 total)