Home › Forums › Legacy Support › Support queries › Styling issues › Create course hide assignments
Tagged: Create course hide assignments
- This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by Anshuman Sahu.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
November 23, 2015 at 2:03 pm #10219wyatt322SpectatorPlease can you provide me when the code to remove Assignments in edit unit.November 24, 2015 at 8:26 am #10341Anshuman SahuKeymasterAdd the code in wplms-customizer.php file : add_filter('wplms_front_end_unit_assignments','custom_wplms_front_end_unit_assignments'); function custom_wplms_front_end_unit_assignments($set){ if(!is_admin()){ return array(); } } add the css : .list-group.list-group-sm.list-group-assignments.post_field.ui-sortable { display: none; }November 24, 2015 at 1:11 pm #10397wyatt322Spectatormy developer added the code but it did not hide Assignments Please can you check this www.ajarnonline.com admin: [email protected] Bangkok7*November 26, 2015 at 5:50 am #10664Anshuman SahuKeymasterIt seems you have done some kind of caching n your site the code that i have added even the static html is not showing up on the live site . Please disable the caching if you want to see the changes in your site that a code does . I also tried to apply css for the footer but it just did not simply reflected . Seems the css files are minified and cached on the server . Please ask your developer to remove this to apply css changes
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Create course hide assignments’ is closed to new replies.