Okay
  Public Ticket #3654306
Dashboard Window
Closed

Comments

  • Tyrone started the conversation

    When logged in and in the dashboard area Appointments/Find a Instructor the navigation window is restricted. Unable to to choose availability, options are limited. There is no way to filter either. Please assist

    6382868752.png
  • [deleted] replied

    How to add code in wplms customizer plugin

    add this code in your wplms-customizer.php file in wplms customizer plugin : 

    add_filter('vibeappointments_script_args',function($args){
    $args['directory']['settings']['member_directory_filters'][] = "dateranges";
    return $args;
    });


  • Tyrone replied

    Hello I am unable to add the code because wplms customizer.php file is not availabe on my end. Please view image for further details. Please advise what I can do?


    2255124566.png
  • [deleted] replied

    im attaching the plugin please install it .

    Attached files:  wplms-customizer.zip

  • Tyrone replied

    issue solved thank you