Troubleshooting on upgrading existing site to WPLMS 4.0 PWA version

Home Forums Legacy Support Support queries Update Issues Troubleshooting on upgrading existing site to WPLMS 4.0 PWA version

Tagged: 

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • #342198
    Makarand Mane
    Spectator
    Hi @alex I have shared document with vibetheme gmail address. Where I have put all issue we are facing
    #342203
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #342390
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #342450
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #342749
    Anshuman Sahu
    Keymaster
    for the quiz results to save please add this code : add_filter('wplms_custom_bp_course_generate_user_result',function($x){ return 1; });
    #342750
    Anshuman Sahu
    Keymaster
    please also add this code to enable new menus item in profile -> course menu in app dashboard :
    add_filter('wplms_4_0_course',function($x){
      return true;
    },1999,1);
    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=3IRNZDGBcDQ
    #345160
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #345844
    Anshuman Sahu
    Keymaster
    1 .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/10kepd1
    #345909
    Makarand Mane
    Spectator
    1 .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 & error
    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
    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.
    #346142
    Anshuman Sahu
    Keymaster
    1. 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 .
    #347328
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #347456
    Anshuman Sahu
    Keymaster
    9. 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 :
    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>';
    });
    
    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.
    #347488
    Makarand Mane
    Spectator
    This reply has been marked as private.
    #347762
    Anshuman Sahu
    Keymaster
    2 . 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 .
    #347927
    Makarand Mane
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 29 total)
  • The topic ‘Troubleshooting on upgrading existing site to WPLMS 4.0 PWA version’ is closed to new replies.