Home › Forums › Legacy Support › Support queries › Update Issues › Course Content Missing
- This topic has 52 replies, 3 voices, and was last updated 2 years, 3 months ago by Anshuman Sahu.
-
AuthorPosts
-
June 16, 2022 at 2:27 pm #385968Anshuman SahuKeymasterWell 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 .June 17, 2022 at 4:51 am #385981artschoolvideosSpectatorThis reply has been marked as private.June 17, 2022 at 3:32 pm #385986Anshuman SahuKeymasterHi 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 .June 18, 2022 at 1:25 pm #386018artschoolvideosSpectatorThis reply has been marked as private.June 20, 2022 at 4:20 pm #386088Anshuman SahuKeymaster2 . 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/WrMKqWwdwa2tJune 21, 2022 at 1:38 am #386098artschoolvideosSpectatorThis reply has been marked as private.June 21, 2022 at 1:50 pm #386127Anshuman SahuKeymaster1 . 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 :
2 . It was in the s3 bubble settings .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; }
June 23, 2022 at 3:08 am #386185artschoolvideosSpectatorThis reply has been marked as private.June 23, 2022 at 4:50 pm #386231Anshuman SahuKeymaster2 . 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; }
June 27, 2022 at 2:28 am #386325artschoolvideosSpectatorThis reply has been marked as private.June 27, 2022 at 3:00 pm #386352Anshuman SahuKeymasterThis reply has been marked as private.June 28, 2022 at 12:05 am #386378artschoolvideosSpectatorThis reply has been marked as private.June 28, 2022 at 4:05 pm #386415Anshuman SahuKeymasterWell 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.June 30, 2022 at 12:31 am #386471artschoolvideosSpectatorThis reply has been marked as private.June 30, 2022 at 5:09 pm #386510Anshuman SahuKeymaster2 .& 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 ? -
AuthorPosts
- The topic ‘Course Content Missing’ is closed to new replies.