Glitch with course manager from CMS

Home Forums Legacy Support Support queries How-to & Troubleshooting Glitch with course manager from CMS

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #334457
    shazly
    Participant
    CMS > WPLMS OPTIONS > Course Manager, attaching a screenshot. Glitch Could that be a settings misconfiguration on my end, or just another glitch?
    #334565
    Diana
    Participant
    Can you please tell me the wordpress version you have?
    #334775
    shazly
    Participant
    Sure, I am using the latest version: 5.6
    #334980
    Diana
    Participant
    The issue you are facing is due to wordpress upgrade Follow these two steps: Point 1: Add this code in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php
    
    add_action( 'admin_enqueue_scripts', 'enqueue_jquery_for_select2');
    function enqueue_jquery_for_select2(){
    	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') );
    }
    
    Go to wp-admin > Plugins > Add New > Search "Enable Jquery Migrate Helper" and activate this plugin Now check
    #335526
    shazly
    Participant
    That code will be removed with plugin update, no?
    #335530
    Diana
    Participant
    Any custom code you will add in the wplms customizer plugin will not be removed
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Glitch with course manager from CMS’ is closed to new replies.