Review Button Disappeared

Home Forums Legacy Support Support queries Other issues Review Button Disappeared

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #268132
    Charlielyn
    Participant
    Our REVIEW BUTTON has disappeared from below the course curriculum. I made sure everything was updated and then added the code suggested in the Child's Theme, but still no REVIEW BUTTON. add_action('wplms_after_course_description','myreview_button'); function myreview_button(){ $course_id = get_the_ID(); $user_id = get_current_user_id(); ?> <form action="<?php echo get_permalink($course_id); ?>" method="post"> <input type="submit" name="review_course" class="review_course unit_button full button" value="<?php _e('REVIEW COURSE ','vibe'); ?>" /> <?php wp_nonce_field($course_id,'review'); ?> </form> <?php }
    #268133
    Charlielyn
    Participant
    This reply has been marked as private.
    #268329
    Veronica
    Moderator
    hi, please share the screenshot where you want to show the review tab in the course menu? is it available before this and remove out of suudden? please confirm once
    #268643
    Charlielyn
    Participant
    Sorry- the courses I was viewing were FINISHED. Apparently, the review button disappears after that. But that presents a problem when students press the FINISH COURSE BUTTON before the REVIEW BUTTON. I clicked the "Auto-trigger finish course button" in LMS ->Settings -> so the FINISH COURSE BUTTON only appears after all the units and quizzes are complete, but it's apparently not working. I have completed all units & quizzes for the course I am using to test this: http://prntscr.com/t0utpy Additionally, the course lets me in through the CONTINUE COURSE BUTTON: http://prntscr.com/t0uypc But no FINISH COURSE BUTTON appears at the bottom of the curriculum. Please check this course specifically: https://thedreamersinstitute.com/course/15-keys-to-interpretation-for-prophetic-dreamers-course-3-29-95/ Admin credentials above
    #268835
    Jackson
    Blocked
    Hello, First please make sure theme and plugins should be updated to the latest version, Second deactivate all third party plugins as well after that check which thing not working properly, You can see from here finish course button is hide: https://prnt.sc/t1cxxp Thanks,
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Review Button Disappeared’ is closed to new replies.