Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Open preview course in new tab Tagged: Course Preview, edit-course, new tab This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by logan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 27, 2019 at 8:05 am #210876 gsjaakSpectator Hi! When in the edit course screen could you make the link that shows the preview of a course open in a new tab? Now it open in the same window, if someone clicks it they lose all their changes. see: https://prntscr.com/ntsmaj May 28, 2019 at 7:07 am #211064 loganMember Hello, add this code in wp-admin >> wplms >> footer >> google analytics. <script> jQuery(document).ready(function(){ $("div#create_course_wrapper ul.course_extras a[title='View Course']" ).attr('target','_blank'); }); </script> Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Open preview course in new tab’ is closed to new replies.