FVplayer Video issues

Home Forums Legacy Support Support queries Other issues FVplayer Video issues

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #369585
    No One
    Spectator
    I 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.3
    #369587
    No One
    Spectator
    This reply has been marked as private.
    #369595
    MrVibe
    Keymaster
    Yes, 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.
    #369601
    No One
    Spectator
    This reply has been marked as private.
    #369739
    Anshuman Sahu
    Keymaster
    Well 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
    });
    #369764
    No One
    Spectator
    Thanks 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,
    #369946
    Anshuman Sahu
    Keymaster
    Yes we know it will be added soon in next update of wplms plugin . please track : https://trello.com/c/5YWh7vN3
    #371098
    No One
    Spectator
    Resolved by (VibeBP, WPLMS) Version 1.6.1.1 Thanks for your great support
    #371141
    Veronica
    Moderator
    thanks for your confirmation
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘FVplayer Video issues’ is closed to new replies.