Home › Forums › Legacy Support › Support queries › Update Issues › Troubleshooting on upgrading existing site to WPLMS 4.0 PWA version
Tagged: pwa
- This topic has 28 replies, 2 voices, and was last updated 3 years, 6 months ago by Anshuman Sahu.
-
AuthorPosts
-
February 24, 2021 at 12:59 pm #342198Makarand ManeSpectatorHi @alex I have shared document with vibetheme gmail address. Where I have put all issue we are facingFebruary 24, 2021 at 1:13 pm #342203Makarand ManeSpectatorThis reply has been marked as private.February 25, 2021 at 12:29 pm #342390Anshuman SahuKeymasterThis reply has been marked as private.February 25, 2021 at 2:56 pm #342450Makarand ManeSpectatorThis reply has been marked as private.February 27, 2021 at 7:44 am #342749Anshuman SahuKeymasterfor the quiz results to save please add this code :
add_filter('wplms_custom_bp_course_generate_user_result',function($x){ return 1; });
February 27, 2021 at 8:01 am #342750Anshuman SahuKeymasterplease also add this code to enable new menus item in profile -> course menu in app dashboard :
The quiz stats can be seen in that , its not available on single quiz as of now . User needs to goto dashboard to access that . Thirdly for the speed we recommend enabling the service worker which caches all the files in browser improves speed . FOr more please follow this video : https://www.youtube.com/watch?v=3IRNZDGBcDQadd_filter('wplms_4_0_course',function($x){ return true; },1999,1);
March 10, 2021 at 5:12 pm #345160Makarand ManeSpectatorThis reply has been marked as private.March 13, 2021 at 10:38 am #345844Anshuman SahuKeymaster1 .could not see any js errors : https://prnt.sc/10kecb3 . If seeing somehwere please share url of the page and also please update your wordpress to latest version . 3 . set the login redirect from wp-admin -> lms -> settings -> student login redirect/ instructor login redirect / 5 . Please diasble the " Open login popup for unregistered users when they click take this course button (only for free courses) [Legacy] " from wp-admin -> lms -> settings and the other login popup settings as well , these does not works with latest V4 . 7 . Its already showing 10 courses and to set filter please goto wp-admin -> settings -> buddypress -> pages > deselect this courses page from course and then edit the page in elementor .now directory is a elementor block which you can edit and customize filters . 8 . Well yes it intends to show the price there its a directory , to show your courses please check this section : https://prnt.sc/10kecb3 9. please enable "full course status" in wp-admin -> lms -> settings . 10 here it shows : https://prnt.sc/10kemdj 11 . refer point 10 . 12 . refer point 10 . 13 . Im sorry cna you please share some more details on this? 14 .&15 . refer to point 5 , it should fix the issue .Apart from this please enable the global login from wp-admin ->vibebp -> settings -> general . 16 . Could not replicate in new status : https://prnt.sc/10kepd1March 13, 2021 at 12:54 pm #345909Makarand ManeSpectator1 .could not see any js errors : https://prnt.sc/10kecb3 . If seeing somehwere please share url of the page and also please update your wordpress to latest version .
Well errors were coming on single course page template, which made up of wplms 3.9. Before your reply I had changed it to elementor template. So now on elementor template there is no error exist. But here I found new one https://prnt.sc/10khj1z refer screenshot for url & error8 . Well yes it intends to show the price there its a directory , to show your courses please check this section : https://prnt.sc/10kecb3
You seems to have given me wrong screenshot. this screenshot is same as point no 1 Issue with User profile menu by WPLMS I am not able to select options from dropdown. When I click users name it takes to app page immediately. see video https://youtu.be/wfaq7c0yohQ you can see elementor error too in video Many times I see login popup when I lands on app page. This time I was not able to capture.March 15, 2021 at 12:03 pm #346142Anshuman SahuKeymaster1. Hi we can safely ignore this error : https://prnt.sc/10khj1z coming from elementor . 8 . Screenshot is correct , we do not change the price to course button in directory now in V3 , To check your my courses user needs to app dashboard . 9 . Well yes that link to buddypress single page where all dashboard shows . ACtually the dropdown menu there should not open in first place since you have enabled bp single page . This is a bug . Same goes for the login popup , it also should not open on click on header link to bp single page .March 19, 2021 at 1:09 pm #347328Makarand ManeSpectatorThis reply has been marked as private.March 20, 2021 at 6:23 am #347456Anshuman SahuKeymaster9. please enable “Full Course Status in Course pages. [No BP Single Page] ” in wp-admin -> lms -> settings . New issues. : 1 . loading fine : https://prnt.sc/10ql6ew 2 . Please refer : https://docs.wplms.io/admin-guide-faqs#buddypress-activation-email-not-working 3 . disabled the global login from wp-admin -> vibebp -> settings . 4 . On login I see only one now : http://somup.com/creYhRbrGK 5 . for this please add this custom code in wplms-customizer.php file in wplms customizer plugin :
6 . Well yes we do not have any check for admin for unlimited quiz retakes.you have to set the quiz retakes in quiz settings itself to set the retakes for admin .. 7 . for this please use wplms pdf certificates : https://wplms.io/downloads/wplms-pdf-certificates/ 8 . I think you can disable the "Finished course access " from wp-admin => wplms -> course manager for this . When user finishes course they wont access the course status page . 9 . please provide some time to check this.add_Action('wp_enqueue_scripts',function(){ wp_enqueue_style( 'font-awesomeee', ELEMENTOR_ASSETS_URL . 'lib/font-awesome/css/font-awesome.min.css', [], '4.7.0' ); echo '<style>.far { font-family: "Font Awesome 5 Free"; font-weight: 400; }</style>'; });
March 20, 2021 at 8:48 am #347488Makarand ManeSpectatorThis reply has been marked as private.March 22, 2021 at 12:32 pm #347762Anshuman SahuKeymaster2 . Yes my mistake , there were many points . For that you have to use custom registration forms and select the page in which custom registration form shortcode is in wp-admin -> wplms -> buddypress -> default registration page . https://wplms.io/support/knowledge-base/custom-registration-forms-in-wplms/ 3 . actually we are having issue where login text disappears when disabling the global login . well as admin you will be redirected to instructing/manage courses but as student you will be redirected to my courses . 5 . are you using elementor pro? 8 . yes it wont work as there is no get_current_user_id() to identify the users in api . limitation of new system unless we put the user id in filter there .March 23, 2021 at 7:57 am #347927Makarand ManeSpectatorThis reply has been marked as private. -
AuthorPosts
- The topic ‘Troubleshooting on upgrading existing site to WPLMS 4.0 PWA version’ is closed to new replies.