Home › Forums › Legacy Support › Support queries › Other issues › FVplayer Video issues
Tagged: FVPlayer
- This topic has 8 replies, 4 voices, and was last updated 3 years, 2 months ago by Veronica.
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
August 31, 2021 at 6:59 am #369585No OneSpectatorI have sent this query by mail, Mr. Vibe said it'll be solved with a fix in wplms plugin update, unfortunately it's not fixed in the update, Issues: I have Two issues regarding using FvPlayer shortcode inside units and quizzes , 1. When a student opens the video and then goes to the next unit to see another video, and then comes back to the first one, it continues loading, It's fixed by double clicking on the unit link.* 2. When adding video shortcode inside quiz, it fails loading* * This guide is already applied: https://docs.wplms.io/instructor-guide/instructor-guide#a-10-fv-player-support-in-units Theme :WPLMS 4.099 VibeBP Version 1.6.0.5 wplms_plugin Version 1.6.0.3August 31, 2021 at 7:01 am #369587No OneSpectatorThis reply has been marked as private.August 31, 2021 at 11:16 am #369595MrVibeKeymasterYes, currently the user needs to click Twice on the Unit link in the Course curriculum timeline to see the video as the Event which triggers video load is not working correctly. This issue is something we are working for fix in 1.6.1 update of WPLMS Plugin.August 31, 2021 at 11:40 am #369601No OneSpectatorThis reply has been marked as private.September 1, 2021 at 3:14 pm #369739Anshuman SahuKeymasterWell we could fix that in units but could not fix that in quizzes since there is no event in quizzes when quiz content loads there. We will need to add provision for this first in our quizzes then this same code will work : this is the code that worked :
add_action('wp_enqueue_scripts',function(){ ?> <script> function init_custom_unit_scripts(){ setTimeout(()=>{ document.querySelectorAll('.flowplayer').forEach(function(element){ flowplayer(element,JSON.parse(element.getAttribute('data-item'))); }); },500); } document.addEventListener('VibeBP_Editor_Content',init_custom_unit_scripts); document.querySelector('.unit_content').addEventListener('unit_traverse',init_custom_unit_scripts); </script> <?php });
September 1, 2021 at 9:19 pm #369764No OneSpectatorThanks Alex, As geven, the code fixes the units issue only, You said could not fix that in quizzes since there is no event in quizzes when quiz content loads there, It'll be appereaciated if you can help with this as it's urgent and We used to add Videos inside quizzes at our production 3.x website,September 3, 2021 at 2:07 pm #369946Anshuman SahuKeymasterYes we know it will be added soon in next update of wplms plugin . please track : https://trello.com/c/5YWh7vN3September 19, 2021 at 8:59 am #371098No OneSpectatorResolved by (VibeBP, WPLMS) Version 1.6.1.1 Thanks for your great supportSeptember 20, 2021 at 11:29 am #371141VeronicaModeratorthanks for your confirmation -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘FVplayer Video issues’ is closed to new replies.