Several queries

Home Forums Legacy Support Support queries Setup issues Several queries

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239402
    Hi, I have several queries I need resolved. Please help.
    1. How do I install a child theme? Unable to figure out which is the correct child theme for the option I've chosen.

    2. My course status page shows blank right now. It was working fine earlier. How do I resolve?

    3. What is the use for Paid Memberships? Can I disable the plugin?

    4. How do I edit the menu logged in students see in the sidebar?

    5. How do I edit the sender details (name and email address) in emails sent from the site to students and customers?

    Thanks.

    #239443
    Diana
    Participant
    @hachibeeconsulting Option 1: If you are searching for customizations purpose. I mean you want to modify the some of the features of wplms then you can use blank child theme(http://prntscr.com/qnwufg) We have different theme styles which are also called as child themes but actually it is demo styles refer: http://prntscr.com/qnwv7u Option 2: Check the settings are correct or not in wp-admin > WPLMS > Course Manager > page is set properly refer: http://prntscr.com/qnww24 Option 3: Yes, you can disable the plugin if you are not using membership feature. Please check documentation Option 4: I am not clear with this question Option 5: from wp-admin > Settings > General
    #239447
    Thank you for the update. Re: the Paid Memberships plugin, can you please let me know an example use case for using it? On Option 4, please see the screenshot on https://prnt.sc/qnycrc I've highlighted the menubar on the left. I want to know how to edit this menu and also remove the picture. Thanks.
    #239576
    Veronica
    Moderator
    hi, What do you want to edit here: https://prnt.sc/qnycrc
    1. do you want to add || remove these menus??
    2. do you want to style it like color, font size etc. ??
    3. do you want to change the order of appearance ??
    please explain in detail so that i can help you better.
    to hide the profile image use this css in wp-admin >> appearance >> customize >> custom css. .xprofile div#item-header-avatar {display: none;}
    #239580
    Hi Veronica, I want to edit the items in the menu. I don't want to show Notifications and I want to rename BuddyDrive. Please let me know how I can get that done. Thanks.
    #239686
    Misty
    Member
    Hi, 1)  To Remove Notification tab from the course menu  ,Use this code Goto :wp-admin >> Plugins >> Editor >> Wplms Customizer Plugin >> Wplms Customizer.php add_action( 'bp_actions', 'remove_member_profile_tabs', 5 ); function remove_member_profile_tabs() { global $bp; bp_core_remove_nav_item( 'notifications' );  //for notifications tab removal } To rename Buddy-drive Use Loco Translate plugin  to translate the tab name
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Several queries’ is closed to new replies.