Compatibility issue – WPLMS 3.9.9 with WP 5.6

Home Forums Legacy Support Support queries Update Issues Compatibility issue – WPLMS 3.9.9 with WP 5.6

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #329433
    bunraka
    Spectator
    Hi support team, I did a fresh WPLMS 3.9.9 install on a freshly installed WP 5.6. I found some issues on course edit page. Here are the screenshots: https://prnt.sc/w31bil https://prnt.sc/w31c3d https://prnt.sc/w31cml This happened after upgrading an existing WP site to version 5.6. So I wanted to check if this also happened on fresh install. I'll leave the site admin login credentials so you can check.
    #329446
    bunraka
    Spectator
    I can't leave a private message. Please let me know if you need admin login info. Thank you.
    #329478
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #329526
    MiguelMartinL
    Spectator
    I have the same issue. Just the same!. How can I solve? Thanks
    #329693
    Diana
    Participant
    This reply has been marked as private.
    #329694
    Diana
    Participant
    @MiguelMartinl, Tried Installing Enable Jquery Migrate helper but that is also not working For the time being use Frontend Course Creation to manage and creating courses
    #329699
    MrVibe
    Keymaster
    the select2 library is used in WPLMS version 3. and it seems we will need to upgrade the vibe-customtypes update for WP 5.6 to support / upgrade the select2 version. This is also reported in other themes & wordpress plugins. So, we have added this in our bug list.
    #329706
    bunraka
    Spectator
    Thank you very much for the the update. Hope the vibe-customtypes gets a upgrade soon.
    #329711
    Diana
    Participant
    Enabled jquery Migrate Plugin and added this code in your customizer plugin
    
    
    add_action( 'admin_enqueue_scripts', 'rudr_select2_enqueue' );
    function rudr_select2_enqueue(){
     
    	wp_enqueue_style('select2', 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css' );
    	wp_enqueue_script('select2', 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js', array('jquery') );
    
     
    }
    
    And it is working now http://prntscr.com/w40oza
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Compatibility issue – WPLMS 3.9.9 with WP 5.6’ is closed to new replies.