errors boxes – update 3.9.x

Home Forums Legacy Support Support queries Styling issues errors boxes – update 3.9.x

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #330471
    tuaptitud
    Spectator
    Hello TEam, After the last update of the WPLMS 3.9.x plugins, I have these errors (I have them all updated) Error in drop-down boxes or boxes to search. - Certificate template - Prerequisite cure - Course forum - Course group This boxes not work. See image: https://prnt.sc/w7empy
    #330611
    Diana
    Participant
    The issue was due to wordpress update. Install “Enable jquery migrate helper” plugin from plugins > add new and activate this plugin Then in wplms customizer plugin > wplms-custmizer.php Add this code
    
    
    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') );
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘errors boxes – update 3.9.x’ is closed to new replies.