Andre Gagnon
Forum Replies Created
-
Forum: Plugins
In reply to: [Presto Player] Presto Player no working via FacebookCan you tell me which device you are seeing this? iOS/Android version and browser? Thank you!
Forum: Plugins
In reply to: [Presto Player] Cant get video to autoplayHmmm…. did you try an incognito window? Perhaps there’s an extension that’s disabling video autoplay (like an ad blocker perhaps). We use the standard html5 autoplay attribute, so it’s up to the browser to perform the autoplay request.
Forum: Plugins
In reply to: [Presto Player] video not show upHmmmm… yes, it looks like part of our output is missing for our player on that page. However, I’m not sure why. Are you using our Elementor module?
Forum: Plugins
In reply to: [Presto Player] Black screen and no video appearsHappy to help! For anyone else who is experiencing this issue, try turning on “Dynamic Javascript Loading” on the Presto Player > Settings > Performance screen.
- This reply was modified 4 years, 11 months ago by Andre Gagnon.
Forum: Reviews
In reply to: [Presto Player] Excellent supportThanks, I really appreciate the review!!
Forum: Plugins
In reply to: [Presto Player] Black screen and no video appearsForum: Plugins
In reply to: [Presto Player] Black screen and no video appearsI may need an account to take a closer look. Can you first double check that you are entering the Youtube Video URL and not embed code or something else in there?
It should look like this.
https://www.youtube.com/watch?v=W4zo4BsT_UYAlso, be sure the video allows embedding in the privacy settings.
- This reply was modified 4 years, 11 months ago by Andre Gagnon.
- This reply was modified 4 years, 11 months ago by Andre Gagnon.
Forum: Plugins
In reply to: [Presto Player] Black screen and no video appearsThanks for reaching out. Can you check your browser console and let me know if you are seeing any errors happening?
Forum: Plugins
In reply to: [Presto Player] After the update the poster image do not appearHi There,
I haven’t heard back, so I assume everything is working on your end. Please reach out, though if you still need any additional assistance. I’m happy to help!
Forum: Plugins
In reply to: [Presto Player] Default works, YouTube optimized does notHi There,
I haven’t heard back, so I assume everything is working on your end. Please reach out, though if you still need any additional assistance. I’m happy to help!
Forum: Plugins
In reply to: [Presto Player] not working after the updateSince I haven’t heard back, I’m assuming everything is working. If not, please reach out again and I’m happy to assist!
Forum: Plugins
In reply to: [Presto Player] Mark as Completed Learn Dash IntegrationHi There,
So sorry for the delay on this. Can you make sure you’re running the latest version of both Presto Player and Learndash? Also, if you haven’t seen our Learndash video, be sure you’re setting things up in the same way.
https://prestoplayer.com/docs/use-presto-player-with-learndash
Looking forward to your reply.
Forum: Plugins
In reply to: [Presto Player] How to remove presto player menu in Gutenberg top bar?That I believe Gutenberg requires you to use custom code. You can do something like this:
add_action('admin_print_footer_scripts', 'action_unregister_presto_control', 100); function action_unregister_presto_control() { if (is_admin()) { $screen = get_current_screen(); if ('post' == $screen->base) { echo '<script>'; echo "wp.plugins.unregisterPlugin( 'presto-player' );"; echo '</script>'; } } }- This reply was modified 4 years, 11 months ago by Andre Gagnon.
- This reply was modified 4 years, 11 months ago by Andre Gagnon.
Forum: Plugins
In reply to: [Presto Player] How to remove presto player menu in Gutenberg top bar?You can click the “Unpin from toolbar” button on the panel to hide it.
https://share.getcloudapp.com/geuggPeY
Let me know if you need any additional assistance!
Forum: Plugins
In reply to: [Presto Player] Analytics for user’s viewsWe’re just putting the finishing touches on individual user breakdowns, so hopefully it will be in the next couple weeks.
We don’t have the ability to export to a CSV, though, but maybe this will come in a future update.
Any other questions, just let me know.