Custom Learning Paths Issue go to top

Home Forums Legacy Support Support queries How-to & Troubleshooting Custom Learning Paths Issue go to top

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #330523
    Mojtabarahimi
    Participant
    I have some issue with the plugin. When I create new custom learn path and want to add some steps, by clicking on add step button, it’ll go to top of the page. Add Step Button Please advice about this issue. I have the latest version of Theme, VibeBP and WPLMS Plugin. Also installed the latest version of custom learning path and activate the license for it.
    #330531
    Diana
    Participant
    Got the issue, the issue is 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') );
    }
    
    #330546
    Mojtabarahimi
    Participant
    Thanks for your reply. Yeah, I found that this issue appeared on New version of WordPress as I updated my WordPress to latest version 5.6 I just checked with older version of WordPress and found it's working properly there. So the solution that you provided is temporary and you'll fix in in your new release? Or it's permanently? I'm going to try it and let you know the result. Please advice Thanks
    #330557
    Mojtabarahimi
    Participant
    Hey, I'm not able to find WPLMS Customizer Plugin, Where can I find it? For your info, I'm using latest version of WPLMS 4.0 WPLMS Customizer Plugin Not Found! Please advice
    #330582
    Diana
    Participant
    Download the Plugin zip from here: https://docs.wplms.io/about-this-documentation http://prntscr.com/w7rnub
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom Learning Paths Issue go to top’ is closed to new replies.