Tips & Tricks

Creating instructor profiles from WP Admin
Sat, Mar 28, 2015 at 2:45 PM
Enable language selector in WPLMS
Sat, Mar 28, 2015 at 6:00 PM
Page builder Export codes
1. Become a Teacher Page :    YToxOntpOjA7YToyOntzOjQ6Im5hbWUiO3M6MTM6ImJlY29tZXRlYWNoZXIiO3M6NzoiY29udGVudCI7czoxODEzNDoiPGRpdiBkYXRhLXBsYWNlaG9sZG...
Sat, Mar 28, 2015 at 6:01 PM
Exclude "Page templates" from Search
Add this code snippet in Child theme function.     function wplms_custom_search_filter($query) { if ( !$query->is_admin && $query-&g...
Sat, Mar 28, 2015 at 8:26 PM
Fixing Header menu issues in Tablet View Ports in WPLMS
The Issue : In some cases users need more menu items. Sometimes the menu items in header are more than the allotted menu size limit.  So they appear...
Mon, Mar 30, 2015 at 4:53 PM
Remove Automatic Links in Profile
This is a BuddyPress issue. Resolution: https://buddypress.org/support/topic/remove-automatic-links-in-profile/
Mon, Mar 30, 2015 at 7:06 PM
Hide information in units
Add this custom CSS in : WP Admin->Appearance->Customize->Custom CSS For hiding tags in units   .unit_content #unit ul.tags{ display:n...
Thu, Apr 2, 2015 at 5:40 PM
Logo and Favicon not uploading
Make sure you click this while uploading the image
Thu, Apr 2, 2015 at 6:33 PM
Remove Student count from Instructing Courses page
1. Go to WP Admin -> Appearance -> Customiser 2. Locate Custom CSS block and add this code :     .block.courseitem.course2 .block_content .s...
Thu, Apr 2, 2015 at 7:55 PM
Removing Admin/User from Members
This will remove administrator from Members directory, Online members and other BuddyPress pages. 1. You need to note the Administrator ID from WP A...
Mon, Apr 6, 2015 at 7:12 PM