abccollege

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Dashboard not working #334748
    abccollege
    Spectator
    Thanks, it works now. In addition, is there any widget for zoom meetings, so that students and teachers can see or even attend upcoming zoom meetings directly from dashboards?
    in reply to: Profile menu styling #334653
    abccollege
    Spectator
    Sorry to bother you again, I just noticed that all three zoom meeting tabs, shared, group and courses all disappeared, and the student cannot find and access any zoom meeting that is sheduled within enrolled courses. Is it possible only to hide the shared and group tabs, without modifying the courses tab? Or otherwise, is it possible to default to open the course meeting tab when clicked on the zoom meeting menu? Thanks
    in reply to: Profile menu styling #334617
    abccollege
    Spectator
    Thanks
    in reply to: Profile menu customization #334616
    abccollege
    Spectator
    Thanks
    in reply to: Profile menu styling #334512
    abccollege
    Spectator
    Sorry, I have followed your instructions, but the shared and group tabs are still present within student's zoom meeting menu. I paste my wplms-customizer.php here:
    
    
    include_once 'classes/customizer_class.php';
    
    if(class_exists('WPLMS_Customizer_Plugin_Class'))
    {	
        // instantiate the plugin class
        $wplms_customizer = new WPLMS_Customizer_Plugin_Class();
    }
    
    function hide_shared_tab(){
        $user = wp_get_current_user();
        if ( in_array( 'student', (array) $user->roles ) ) {
        //The user has the "student" role
        ?>
          <style>
        .vibebp_main .vibe_zoom_context_wrapper .vibebp_meetings_wrapper .buttons.has-addons {
        display:none !important;
    }
          </style>   
          <?php
      }
     
       }
    
       add_action('wp_head', 'hide_shared_tab');
    
    
    in reply to: Profile menu customization #334511
    abccollege
    Spectator
    sorry, the provided css code does not adjust the width of the profile menu and the inner menu, I have tried to adjust the pixels, but nothing had happened. In addition, may I ask how I can adjust the font size and style of the all texts e.g. instructor controls, course names etc., not just texts in the profile menu?
    in reply to: Dashboard not working #334510
    abccollege
    Spectator
    This reply has been marked as private.
    in reply to: Dashboard not working #334261
    abccollege
    Spectator
    This reply has been marked as private.
    in reply to: Profile menu customization #334260
    abccollege
    Spectator
    screenshot I wanna adjust the width of the area circled in red and blue.
    in reply to: Profile menu styling #334259
    abccollege
    Spectator
    Could you please provide customize css for hiding group and shared meeting tabs?
    in reply to: Profile icon non-transparent background #331972
    abccollege
    Spectator
    I don't think there's any trouble plugin. Here's the list of all my plugins attachment
    in reply to: Embed content in courses #320987
    abccollege
    Spectator
    The solution cannot solve my problem. I have tons of materials done in quizlet, and I want to embed them in my units, otherwise it requires too much work to redesign these materials. In previous versions of wplms, I can copy and paste the embed link in the text editor of the unit, but in the newest version, it doesn't seem to work
    in reply to: Intermediate page appears when entering profile #319787
    abccollege
    Spectator
    Thx, then am I able to hide this intermediate page without disabling any function of the website, because the page makes my look website look unfinished.
Viewing 13 posts - 1 through 13 (of 13 total)