Tips & Tricks
1. Become a Teacher Page :
YToxOntpOjA7YToyOntzOjQ6Im5hbWUiO3M6MTM6ImJlY29tZXRlYWNoZXIiO3M6NzoiY29udGVudCI7czoxODEzNDoiPGRpdiBkYXRhLXBsYWNlaG9sZG...
Sat, Mar 28, 2015 at 6:01 PM
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
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
This is a BuddyPress issue.
Resolution:
https://buddypress.org/support/topic/remove-automatic-links-in-profile/
Mon, Mar 30, 2015 at 7:06 PM
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
Make sure you click this while uploading the image
Thu, Apr 2, 2015 at 6:33 PM
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
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