How to stop showing message after course completion

Home Forums Legacy Support Support queries Setup issues How to stop showing message after course completion

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180219
    mayankmital2004
    Spectator
    Hi, I wanted to stop displaying few messages like “Sent for evaluation” or ‘Evaluation completed” after course completion, if there is no quiz or assignment in the course. After raising comment in the themeforest, below code was provided to me add_action('wplms_submit_course',function()}{echo '<style>.message,.updated,.congrats_message{display:none;}</style>';}); This code has stopped displaying the messages even if quiz or assignment is present. I only want them to stop displaying messages "if quiz or assignment in the course is not present". Please help with the issue
    #180391
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   https://gist.github.com/alexvibealex/5156f924b0ac12ed286a51f29290bc0a
    #180464
    mayankmital2004
    Spectator
    after adding the given code, the messages are not getting displayed even if the quiz or assignment is present. Please help
    #180581
    Anshuman Sahu
    Keymaster
    That is strange , its working fine at my end : http://prntscr.com/l7jico    please share your site url , admin credentials in private reply to check this issue at your end .  
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to stop showing message after course completion’ is closed to new replies.