Home › Forums › Legacy Support › Support queries › Setup issues › Several queries
Tagged: child theme, course update, email settings
- This topic has 5 replies, 4 voices, and was last updated 4 years, 10 months ago by Misty.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
January 15, 2020 at 5:43 am #239402hachibeeconsultingSpectatorHi, I have several queries I need resolved. Please help.
- How do I install a child theme? Unable to figure out which is the correct child theme for the option I've chosen.
- My course status page shows blank right now. It was working fine earlier. How do I resolve?
What is the use for Paid Memberships? Can I disable the plugin?
How do I edit the menu logged in students see in the sidebar?
How do I edit the sender details (name and email address) in emails sent from the site to students and customers?
Thanks.
January 15, 2020 at 8:39 am #239443DianaParticipant@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 > GeneralJanuary 15, 2020 at 10:10 am #239447hachibeeconsultingSpectatorThank 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.January 16, 2020 at 7:53 am #239576VeronicaModeratorhi, What do you want to edit here: https://prnt.sc/qnycrc- do you want to add || remove these menus??
- do you want to style it like color, font size etc. ??
- do you want to change the order of appearance ??
to hide the profile image use this css in wp-admin >> appearance >> customize >> custom css. .xprofile div#item-header-avatar {display: none;}January 16, 2020 at 8:18 am #239580hachibeeconsultingSpectatorHi 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.January 17, 2020 at 8:32 am #239686MistyMemberHi, 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 -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Several queries’ is closed to new replies.