Forum Replies Created
-
-
Cloudfront issue is NOT fixed yet. Only Ajax pages display issue is resolved as video player was not visible. Can you help me on how do I resolve it? or do you want me to create another ticket?
Thanks,
AryanYes, I am using CloudFront integration, and, with latest update from the theme developer. I am able to solve this issue. I have another query related to CloudFront link not working S3 working in https mode, for this I will be creating another ticket.
Thanks for your support.
AryanHi Martin, I just thought it shouldn’t be the problem with the video. But now its confirmed, the video problem is not there. It shows Video OK. I am using the following script as per the wplms theme developers”
<script>
jQuery(document).ready(function($){
$(‘.unit_content’).on(‘unit_traverse’,function(){
if($(‘.flowplayer’).length){
$(‘.flowplayer’).each(function(){
$(this).flowplayer();
});
}
});
});
</script>But this script shows the video once and then quickly hides the video. Just see the screen-capture here:
http://screencast-o-matic.com/watch/co13ICfYZOI really have to solve this issue asap not sure how. This problem actually have started after buying the Flowplayer Pro upgrade. The free version was working fine. Appreciate your guidance in this matter.
Thank you,
Sunjay.Hello Martin, I need your advice on how to remove the error ‘I’m sorry, your JavaScript appears to be broken. Please use “Check template” in plugin settings, read our troubleshooting guide or order our pro support and we will get it fixed for you.’ even though the video is working fine. This is happening only for Admin.
I’m using AWS/S3 signed video url. It’s working fine though I need to know why this error comes. Thanks!
Great! Finally the problem was resolved for WPLMS theme FV Flowplayer not working in course Units (ajax pages). We used the following code added in the Customizer/Google Analytics code box:
<script>
jQuery(document).ready(function($){
$(‘.unit_content’).on(‘unit_traverse’,function(){
jQuery(‘.flowplayer’).each(function(){
$(this).flowplayer().load();
});
});
});
</script>
>
Now there is small issue which I have posted to WPLMS theme support also. On first load of the page, video works fine. BUT, when we return to same page after visiting other pages it shows the Javascript error again! Though this time the PLAY button is VISIBLE and video also works fine.Can you suggest how do we remove the error message? Thanks for your support so far.
Thanks Martin, I shared with the Vibethemes support team but something is still not working. See their response below:
>
So, the #2 is not important. According to Martin all we need is #3.Yes the unit_traverse is fired each time the ajax content is loaded.
But how do we load the flow player.Simply using this :
$(‘.unit_content’).on(‘unit_traverse’,function(){
$(‘.flowplayer’).flowplayer().load();
});Gives an error in the flow player. Screenshot here:
http://prntscr.com/6yqbvxI am testing with .mp4 videos.
sample : http://vibethemes.com/envato/wplms/wp-content/uploads/2014/02/big_buck_bunny.mp4
>
Thanks Martin once again, I hope we will resolve this soon.