Problems after installation

Home Forums Legacy Support Support queries Setup issues Problems after installation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #238887
    vgsvgs
    Participant
    1 - 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/
    #238928
    Misty
    Member
    Hi, 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/qloro9      
    #239011
    vgsvgs
    Participant
    1 - 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/qlz2dn
    #239031
    Anshuman Sahu
    Keymaster
    1 . 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}
    #239195
    vgsvgs
    Participant
    1 - the error still appears https://prnt.sc/qmzy7i Error: https://prnt.sc/qmzyhc
    #239286
    Veronica
    Moderator
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problems after installation’ is closed to new replies.