Remove Start Course Page

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove Start Course Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53546
    emberin
    Spectator
    Hi, I was wondering, is it possible to remove the 'start course' page which appears after student click on 'start course'? So that when student clicks on 'start course' it goes directly to units? Thanks in advance. Cheers!
    #53633
    H.K. Latiyan
    Participant
    Use this code in your wp-admin->wplms->footer->google analytics code:   <script>jQuery(document).ready(function($){jQuery('.course_timeline').each(function(){if(!$(this).find('.done').length){$('.unit_button.unit').trigger('click');}});});</script>   Now save the changes.
    #72667
    danielh
    Spectator
    This code occasionally forces an auto cycle after the course loads sometimes.
    #72716
    H.K. Latiyan
    Participant
    @danielh: Please create your own topic for your issues. The code works fine with ajax, as the code is only for ajax.  
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Start Course Page’ is closed to new replies.