Sidebar changes

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #156780
    French Wizard
    Participant
    Hi there, My left course sidebar has been customised to remove some features - see screenshot below: http://prntscr.com/ji5j5x After the update, it reverted back to its original setting: http://prntscr.com/ji5iyl Could you please tell me how to customise it?   Thanks and kind regards.
    #156782
    French Wizard
    Participant
    Also, my dashboard with my class lists doesn't appear anymore: http://prntscr.com/ji5ngi  
    #157131
    Diana
    Participant
    @FrenchWizard, For the dashboard: Check whether the widgets are added or not in Dashboard Sidebar from wp-admin > Appearance > Widgets > Instructor Sidebar For the Sidebar: Check whether you have added any kind of custom css in the wp-admin > Appearance > Customize > Custom CSS If still issue not resolve then please share your credentials in a private reply here
    #157174
    French Wizard
    Participant
    This reply has been marked as private.
    #157291
    Diana
    Participant
    @French Wizard, These "Home" and "Admin" Tabs are the menus on the single course page. If you want to remove these tabs then you can set the privacy from wp-admin > LMS > Settings > Course Menu Refer: http://prntscr.com/jjd5eg
    #157602
    French Wizard
    Participant
    Hi Diana, Please have a look at the screenshot below: http://prntscr.com/jk7g96 Obviously the set up is all messed up. But regardless, I want to remove everything on the left side bar but the name of the student, "Dashboard", "Courses" and "Settings". On the page body, I want to remove everything from "Search for" to "WordPress.org"   Thanks!
    #157617
    Diana
    Participant
    @FrenchWizard, These are widgets which you want to remove from the Body. If this is Admin Dashboard then you have to remove these widgets from Instructor Sidebar and if this is Student Dashboard you have to remove these widgets from Student Dashboard. http://prntscr.com/jkhk0g Go to wp-admin > Appearance > Widgets > Open the sidebar > Remove these widgets Refer: http://prntscr.com/jkhixu  
    #157749
    French Wizard
    Participant
    Beautiful! Thanks Diana. Now how can I remove "Courses" "Forums" and "My orders" from the left menu? http://prntscr.com/jkp68h   Thanks!
    #157803
    Diana
    Participant
    @FrenchWizard, Paste this code in wp-admin > PLugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php add_action( 'bp_setup_nav', 'bp_remove_loggedin_menu_tabs', 999 ); function bp_remove_loggedin_menu_tabs() { bp_core_remove_nav_item( 'course' ); bp_core_remove_nav_item( 'forums' ); } For My orders Tab, You can remove it by unchecking the checkbox in wp-admin > LMS > Settings > Show WooCommerce/Pmpro account in profile
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Sidebar changes’ is closed to new replies.