Couple of styling issue

Home Forums Legacy Support Support queries Styling issues Couple of styling issue

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #28421
    luojoo
    Spectator
    1. On single course page:
    • Since yesterday as soon as I make any changes to any course,  the header background image don't show up. All other course are fine. Please help to check.
    http://www.yanacademy.com/course/assess-workplace-skills-attitudes/ http://www.yanacademy.com/course/trainer-assimilation-programme/
    • How to hide excerpt from the course page content area?
     
    1. Instructor Profile page
    • Profile cover image doesn't show up, it's suppose to show the blue background. Please refer to attached image
    • Mis-alignment of courses grid in the "instructing courses" section under Instructor profile
    • The top menu and instructor menu became invisible under Instructor profile page
     
    #28433
    CompassRTO
    Spectator
    I'd also like to know how to hide excerpts from showing on the course page.
    #28695
    H.K. Latiyan
    Participant
    For hiding excerpts field use this custom css:
    .single-course .course_description h6 {
    display: none;
    }
    @lupjoo: On your webpages I am able to see header clearly and nothing like your screenshots. Try clearing the browser cache. For instructors profile I would need the credentials to check.
    #28697
    luojoo
    Spectator
    I updated the header manually on every page to make it work. The default image set in WpLms doesn't work.   My credentials User ID: [email protected] Pass: Jack2016#
    #29090
    H.K. Latiyan
    Participant
    The profile cover image is for p3 layout and p4 layout. The menu becomes invisible because there is no background there. When you change the layout it will be visible.
    #29093
    luojoo
    Spectator
    Ok , How about other issues 1. Course grid misaligned 2. Instructor description display only half
    #29306
    H.K. Latiyan
    Participant
    1) The course grid is misaligned because in some you don't have feature images and some course has very long name. So it will take its own space and adjust accordingly. For example, refer: http://prntscr.com/a4bdq6 The extra information will take its own space and adjust accordingly. 2) Its a theme feature that it display less info and when the user hovers over the info then it shows full info. If you want to disable it then use this custom css in your wp-admin->appearance->customize->custom css:
    .archive.author .about_instructor .instructor_bio {
    overflow: visible;
    }
      Also I noticed your menu is not visble its full white, if you want to change it then you can change it from wp-admin->appearance->customize->body: refer: http://prntscr.com/a4bfvi
    #31141
    CompassRTO
    Spectator
    I have tried the code to hide the excerpt on the course pages, but it's not working. This is what i've used: .single-course .course_description h6 { display: none; }
    #31152
    H.K. Latiyan
    Participant
    Please use this custom css to hide excerpt field:
    .single-course .course_title h6 {
    display: none;
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Couple of styling issue’ is closed to new replies.