BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Sensei course grid
- This topic has 7 replies, 3 contibutors, and was last updated 9 years, 1 months ago by Mike.
Question
September 28, 2015 at 4:17 am #47324@familybudgetingHi, on your demo site home page, the course grid shows 3 courses in each row. How did you set this number?
Now I’ve started adding numerous courses, my grid has started to show 4 courses in a row. I like 3 better as it allows the images to be a good size.
Thanks,
Mike
Answers
September 28, 2015 at 7:04 am #47329@
AnonymousHi @familybudgeting, You can use course shortcode to display in 3 column.
Just specify the number of columns in the shortcode. If you want three columns, the shortcode is as follows:
[ld_course_list col=3]
Regards
PallaviSeptember 28, 2015 at 12:17 pm #47376@familybudgetingHi Pallavi, that’s the LearnDash shortcode, but as mentioned in the subject, I’m using Sensei.
Cheers,
Mike
September 28, 2015 at 10:06 pm #47394@
AnonymousHi @familybudgeting, you can use following shortcodes
These shortcodes are:
[newcourses] – displays the latest courses
[featuredcourses] – displays the courses marked as featured
[freecourses] – displays courses that do not require payment to take
[paidcourses] – displays courses that require payment to takeRegards
Varun DubeySeptember 29, 2015 at 2:16 am #47424@familybudgetingYes, I am happy to use those shortcodes. My question is around the resulting layout. Your demo (homepage) has three courses across. My result is four courses across. I want three, like in your demo.
From what I can see from Sensei, there are no shortcode variations that determine layout, which means it’s entirely dictated by your theme… no?
September 29, 2015 at 2:58 am #47426@familybudgetingI’ve established a temporary work-around by fiddling the CSS:
`body:not(.tax-module):not(.post-type-archive-lesson) #main .course-container article {
width: 33.33%;
}(It was originally 25%.)
But I’m not sure why I needed to do this.September 29, 2015 at 10:31 am #47456@
AnonymousHi @familybudgeting, we are using Sensei Default shortcodes
http://docs.woothemes.com/document/sensei-theming/
Regards
Varun DubeySeptember 30, 2015 at 5:58 pm #47631@familybudgetingYeah, you say that but your result is different than mine. How could that be the case?
My CSS changes do not really work on mobile so I’m still looking for a solution.
- The question ‘Sensei course grid’ is closed to new replies.