Home › Forums › Legacy Support › Support queries › Setup issues › Problems after installation
- This topic has 5 replies, 4 voices, and was last updated 5 years ago by Veronica.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
January 9, 2020 at 7:58 pm #238887vgsvgsParticipant1 - How to Remove These Course Filter Instructors https://ibb.co/mBJv3PR 2 - This error appears https://ibb.co/J2Fyd1w 3 - I would like to put the shopping cart icon in the menu https://ibb.co/wsm4nWL 4 - How to decrease font size on course page https://ibb.co/fQfZjhq 5 - How to remove this course bar https://ibb.co/1ZJhJc9 6 - Instructor names are white, changing to black https://ibb.co/mJZNfh5 Site: http://170.81.43.60/~onelifea/dev/January 10, 2020 at 7:48 am #238928MistyMemberHi, For the point 4: You Can Use this css in custom css to change font size of course title Goto : wp-admin > appearance > customize > custom css div#item-header div#item-header-content h1, .small_desc h2{ font-size:20px!important; } output : http://prntscr.com/qlo3fi For the Point 6: Use this css to change color of Instructor name Go to : wp-admin > Appearance > Customize > Custom Css h5.course_instructor a{ color:black!important; } output: http://prntscr.com/qlo5d7 For the Point 5: Use this tip to change course menu Goto : Wp-admin > LMS > setting > Course Menu > https://www.youtube.com/watch?v=YN8_nxFxZ4U For the Point 3: You can Set Icon of Cart shopping In Menu Goto : wp-admin > Appearance > customize > menu > men-onelifealive After that set cart page in menu http://prntscr.com/qlog7s For the Point 1: Go to you wp-config file You have to do WP_DEBUG =false at WP_DEBUG = true In this way http://prntscr.com/qlopb8 If wp_debug = true ,then it means it shows warning but no problem it just warning not a big issue you can do WP_DEBUG =false , so that warning will be hide . For Point second 2: Goto : wp-admin > appearance > widgets > If you create Search widget open it and just uncheck it . http://prntscr.com/qloro9January 10, 2020 at 7:19 pm #239011vgsvgsParticipant1 - It is in WP_DEBUG = false and yet the error appears. https://prnt.sc/qlz1iq 2 - I don't want these administrators to appear in the instructor bar https://prnt.sc/qlz21j 3 - How to decrease font size https://prnt.sc/qlz2dnJanuary 11, 2020 at 5:08 am #239031Anshuman SahuKeymaster1 . Please make sure that activity component in enable from wp-admin -> Settings -> Buddypress -> components .IF not then enable it and save the changes . 2 . enable " Hide Administrators in Instructors " from wp-admin -> lms -> settings . 3 . please try adding this custom css in your wp-admin -> appearance -> customize -> custom css : .course_action_points h1 {font-size:2em}January 13, 2020 at 11:54 am #239195vgsvgsParticipant1 - the error still appears https://prnt.sc/qmzy7i Error: https://prnt.sc/qmzyhcJanuary 14, 2020 at 7:19 am #239286VeronicaModeratorThis reply has been marked as private.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Problems after installation’ is closed to new replies.