Home › Forums › Legacy Support › Support queries › Styling issues › Couple of styling issue
Tagged: excerpt
- This topic has 8 replies, 3 voices, and was last updated 8 years, 10 months ago by H.K. Latiyan.
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
February 14, 2016 at 4:01 am #28421luojooSpectator
- 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.
- How to hide excerpt from the course page content area?
- 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
February 14, 2016 at 6:14 am #28433CompassRTOSpectatorI'd also like to know how to hide excerpts from showing on the course page.February 15, 2016 at 11:38 am #28695H.K. LatiyanParticipantFor hiding excerpts field use this custom css:
@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..single-course .course_description h6 { display: none; }
February 15, 2016 at 11:42 am #28697luojooSpectatorI 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#February 16, 2016 at 12:51 pm #29090H.K. LatiyanParticipantThe 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.February 16, 2016 at 12:54 pm #29093luojooSpectatorOk , How about other issues 1. Course grid misaligned 2. Instructor description display only halfFebruary 17, 2016 at 6:45 am #29306H.K. LatiyanParticipant1) 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:
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.archive.author .about_instructor .instructor_bio { overflow: visible; }
February 23, 2016 at 5:52 am #31141CompassRTOSpectatorI 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; }February 23, 2016 at 6:08 am #31152H.K. LatiyanParticipantPlease use this custom css to hide excerpt field:.single-course .course_title h6 { display: none; }
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘Couple of styling issue’ is closed to new replies.