issue in the link of Course Curriculum

Home Forums Legacy Support Support queries How-to & Troubleshooting issue in the link of Course Curriculum

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #356678
    khaledshbair86
    Participant
    Hello the links in Course Curriculum in the course page go to a page sometimes and sometimes go to infinity loop of loading! I need the Course Curriculum just show as a text " I didn't want the Course Curriculum have a link " How can I do that? https://ibb.co/2hDvJ5v The second issue that I put a certificate in my course and after finishing the course the certificate didn't appear in "My achievements" https://ibb.co/1vCnt8J it shows that I finished the course but didn't show my cirtificate why ???
    #356795
    Veronica
    Moderator
    hi the links are not available to the students for 2: we need to check this on your site please make sure you have added the certificate image
    #356854
    khaledshbair86
    Participant
    This reply has been marked as private.
    #356916
    Veronica
    Moderator
    checking on your site
    #356918
    Veronica
    Moderator
    This reply has been marked as private.
    #359046
    khaledshbair86
    Participant
    This reply has been marked as private.
    #359129
    Veronica
    Moderator
    hi as I have mentioned that link only visible to an admin not to students they can only access the free units http://somup.com/crhOXtql7I and for the certificate issue please give me permission to create a new certificate so i can replicate this on your site
    #359207
    khaledshbair86
    Participant
    Yes, I see, so is there a way to let the curriculum be as a text for all members students and admin, and instructors? Ok you can check and see the certificate, but you will see the one that I Used I need the one that I made to be the certificate it's just one you will see it on the website
    #359394
    Veronica
    Moderator
    working on your site
    #359403
    Veronica
    Moderator
    hi just completed the test created a new course with a new template and it is working http://somup.com/crhujiqDYU
    #359585
    khaledshbair86
    Participant
    what about this ??? is there a way to let the curriculum be as a text for all members students and admin, and instructors?
    #359625
    Veronica
    Moderator
    hi yes providing code
    #359630
    Veronica
    Moderator
    hi add this code in WPLMS>>Footer>>Google Analytics Code http://prntscr.com/13mayqw
    
    <script>
    jQuery(document).ready(function($){$("ul.course_curriculum li.course_lesson span a").click(function(){ 
      $("a").removeAttr('href');    
       });});
    </script>
    
    #360386
    khaledshbair86
    Participant
    Hey it's work but when the mouse didn't take the link "href" it didn't take any "href" in the page like when I want to go from one page to another one in the menu see the video below https://screencast-o-matic.com/watch/cr1fqHVhzLG
    #360427
    Ada
    Participant
    Hi, Yes , please update the code with this one->
    
    <script>
    jQuery(document).ready(function($){$("ul.course_curriculum li.course_lesson span a").click(function(){ 
      $("ul.course_curriculum li.course_lesson span a").removeAttr('href');    
       });});
    </script>
    
Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘issue in the link of Course Curriculum’ is closed to new replies.