Home › Forums › Legacy Support › Support queries › Setup issues › How to show 6 courses in a line under Instructing Courses
Tagged: instructing courses
- This topic has 18 replies, 4 voices, and was last updated 4 years, 4 months ago by Jackson.
-
AuthorPosts
-
June 26, 2020 at 1:51 pm #270897prateekgupta2009ParticipantHello, By default it shows 3 courses in a row under Instructing Courses on Course Page in Instructor Dashboard Pages. I want to show 5-6 Courses in a row without affecting other page course box layout... Those changes should be only for Instructing Courses page only..June 27, 2020 at 10:16 am #271112JacksonBlockedHello, Yes this is possible bu custom css code, Please share page url , I will share site specific code with you, Thanks,June 30, 2020 at 2:49 pm #271904prateekgupta2009ParticipantThis reply has been marked as private.July 1, 2020 at 3:39 pm #272154Anshuman SahuKeymasteralex please try adding this custom css in your wp-admin -> appearance -> customize -> custom css : .page-template-allinstructors .content.padding_adjusted .col-md-4.col-sm-4.clear3 {width:16.6666666667%} .page-template-allinstructors .content.padding_adjusted .col-md-4.col-sm-4.clear3:nth-child(3n+1){ clear:none; } .page-template-allinstructors .content.padding_adjusted .col-md-4.col-sm-4.clear3:nth-child(6n+1){ clear:both; } .page-template-allinstructors .content.padding_adjusted .col-md-4.col-sm-4.clear3 .instructor {padding:0;}July 1, 2020 at 4:44 pm #272169prateekgupta2009ParticipantThis reply has been marked as private.July 2, 2020 at 6:27 am #272280JacksonBlockedHello, Code working , there are five course in one row: https://prnt.sc/ta8cyf thanks,July 2, 2020 at 6:34 am #272286prateekgupta2009ParticipantThis reply has been marked as private.July 3, 2020 at 8:03 am #272594JacksonBlockedHello, Goto appearance>>customize>>custom css and use code given below: .course.instructor-courses .course.mycourse ul#course-list { display: flex !important; flex-flow: row wrap; } .course.instructor-courses .course.mycourse ul#course-list li.course_single_item{ flex-basis: 16%; min-width: 190px; } Refer: https://prnt.sc/taz46f thanks,July 3, 2020 at 9:31 am #272631prateekgupta2009ParticipantIts not working when i put the code in Custom CSS.... this is the issue with WPLMS many time code work in Browser but not when we execute it on site... Please check it once...July 4, 2020 at 8:12 am #272835JacksonBlockedHello, Please goto wplms>>footer>>google analytics code and paste code under style tag like this: <style> // Css code paste here </style> Thanks,July 4, 2020 at 11:46 am #272869prateekgupta2009ParticipantIts working but there are couple of changes in same code required,
- i want to have same thumbnail image height for all course listing on same page
i want to limit the title length to 36 & left aligned
so that the course box size will be same for all courses... Current Code <style> .course.instructor-courses .course.mycourse ul#course-list { display: flex !important; flex-flow: row wrap; } .course.instructor-courses .course.mycourse ul#course-list li.course_single_item{ flex-basis: 16%; min-width: 190px; height: 450px; } .instructor_action_buttons { height: 150px; } </style>
July 6, 2020 at 10:31 am #273104VeronicaModeratorhi @prateekgupta sorry for the delay in response due to the holiday and for interrupting between the conversation as @jackson is not present here today so i am trying to understand the same can you please share the screenshot for the same: i want to have same thumbnail image height for all course listing on same page and for this also-
i want to limit the title length to 36 & left aligned
July 6, 2020 at 10:58 am #273113prateekgupta2009ParticipantPlease take a look at screenshot https://prnt.sc/tco4hs I want to have same thumbnail height maybe 130 px for all images on the Instructing Courses page in Dashboard & limit the title length to 36Px so that we will have same box size for all courses.July 7, 2020 at 7:37 am #273279VeronicaModeratoryes can be done via custom code checking...July 7, 2020 at 7:42 am #273280VeronicaModeratorhi, but i think you have already the changes https://prnt.sc/td7tbf isn't it? i have check this here: https://innovians.com/ -
AuthorPosts
- The topic ‘How to show 6 courses in a line under Instructing Courses’ is closed to new replies.