Two bugs – Please check and confirm

Home Forums Legacy Support Support queries Other issues Two bugs – Please check and confirm

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #218930
    ajacks
    Participant
    Using Custom Navigation for Course Settings Plugin: 1) On Edit Course Final Screen - Admin Sees Send for Approval button but Instructor does not see that option on his screen... 2) In the Pricing Section for Course Creation and Edit Course - Call Booking Pricing is Hidden but still shows up for the instructor on the front end...
    #218932
    ajacks
    Participant
    This reply has been marked as private.
    #218973
    Mk
    Moderator
    For 1:
    I have changed setting actually you have hidden it.  
    For 2
    please paste this code in wplms-customizer.php   add_filter('wplms_course_creation_tabs',function($settings){     foreach ($settings['course_pricing']['fields'] as $key => $setting) {     if($setting['id']=='vibe_wplms_appointments_pricing'){     unset($settings[$key]);     }     }     return $settings;     },9999);  
    please check and reply. It should work.
    #218984
    ajacks
    Participant
    This reply has been marked as private.
    #219010
    Mk
    Moderator
    will this fix be included in an update to the Custom Nav plugin? I would rather wait then have duplicate code...
    Ok, I am adding this query in trello. We will work on it soon. refer: https://trello.com/c/Kb2jdDeb  
    #219096
    ajacks
    Participant
    thanks MK
    #219132
    Anshuman Sahu
    Keymaster
    Well the code we shared above will work always regardless of the updates as wplms customizer plugin never gets any updates  . But still we will have to fix this in wplms course custom nav plugin . refer : https://trello.com/c/Kb2jdDeb
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Two bugs – Please check and confirm’ is closed to new replies.