Questions in popup during front-end course creation

Home Forums Legacy Support Support queries Other issues Questions in popup during front-end course creation

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #179132
    rgoyaliacm
    Spectator
    Hi Vibe Themes, I want to open question div in popup for instructor, when instructor clicked on Questions to add or  edit questions. Image Src: https://prnt.sc/l3i9r9 And I also want to remove Answer Hint and Answer Explanation during front-end course creation Thank you
    #179336
    Anshuman Sahu
    Keymaster
    To remove answer hind and answer explanation please add this custom code in your wplms-customizer.php file in wplms customizer plugin :   add_filter('wplms_question_metabox',function($settings){ unset($settings['vibe_question_hint']); unset($settings['vibe_question_explaination']); return $settings; });     while opening the question area in popup is not possible as of now .
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Questions in popup during front-end course creation’ is closed to new replies.