Course Content Missing

Home Forums Legacy Support Support queries Update Issues Course Content Missing

Viewing 15 posts - 16 through 30 (of 53 total)
  • Author
    Posts
  • #385968
    Anshuman Sahu
    Keymaster
    Well I see the content of your units , you are using s3bubble units and must be using an addon for this .The issue is that our units loads only the content not the whole page in course timeline page . The s3 bubble plugin not able to detect the content and load the player . IF you can ask the plugin author or developer to share the script that they are using to load the video then it may load the video properly .
    #385981
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #385986
    Anshuman Sahu
    Keymaster
    Hi I enabled iframe mode but its showing this error : This Website has not been connected to an S3bubble account or has reached its hourly limit Status: 401. can you please contact the plugin author or support to tackle this or some information why this is showing there , we are using REST api of wp system to fetch video content .
    #386018
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386088
    Anshuman Sahu
    Keymaster
    2 . Well this is excerpt and its not the actual content of unit , to add content which is shown on course pursue screen please add the content here : https://prnt.sc/WrMKqWwdwa2t
    #386098
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386127
    Anshuman Sahu
    Keymaster
    1 . NO this excerpt was never shown in old v3 as well v4 . in such case please try adding this code in your wplms-customizer.php file in wplms customizer plugin :
    
    add_filter('bp_course_api_get_user_course_status_item','check_exceprt',10,2);
    function check_exceprt($return, $request ){
    	$body = json_decode($request->get_body(),true);
    	
    
        if(!empty($user)){
        	$course_id = $request['course'];
        	$item_id = $request['id'];	
        	if(!empty($course_id) && !empty($item_id)){
        		$return['content'] = get_the_excerpt($item_id).'<br/>'.$return['content'];
            
        	}
    
        }
    
        return $return;
    }
    2 . It was in the s3 bubble settings .
    #386185
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386231
    Anshuman Sahu
    Keymaster
    2 . Please try adding the widgets in student and instructor sidebars . 1 . please try this code :
    add_filter('bp_course_api_get_user_course_status_item','check_exceprt',10,2);
    function check_exceprt($return, $request ){
    	$body = json_decode($request->get_body(),true);
    	
    
        	$course_id = $request['course'];
        	$item_id = $request['id'];	
        	if(!empty($course_id) && !empty($item_id)){
        		$return['content'] = get_the_excerpt($item_id).'<br/>'.$return['content'];
            
        	}
    
        return $return;
    }
    #386325
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386352
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #386378
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386415
    Anshuman Sahu
    Keymaster
    Well the missing content issue is resolved as you can see : https://prnt.sc/K8oobimNHGzA 2 . missing courses issue : Well I checked the product , the course is assigned only when the order is marked as complete from woocommerce order panel.
    #386471
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386510
    Anshuman Sahu
    Keymaster
    2 .& 3 I went to check this but your checkout is not loading . IT could be due to some third party plugin causing this . https://somup.com/c31vbjucZB can you please try deactivating third party plugins and try this again ?
Viewing 15 posts - 16 through 30 (of 53 total)
  • The topic ‘Course Content Missing’ is closed to new replies.