Home › Forums › All Other Themes › Play School – ourteachers splitting into too many rows
- This topic has 5 replies, 2 voices, and was last updated 7 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
March 8, 2017 at 3:36 pm #64812
Hello,
I have purchased and am using the “Play School” theme. I have a page which uses the [ourteachers] shortcode a number of times to display teachers by category (using the catslug property). However, sometimes the teachers get split into more rows than necessary and it doesn’t put a teacher in all three columns of the first row (even though I specify 3 columns). I’ve included a screenshot of the problem along with the code I am using to generate this part of the page. How can I force it to use the minimum number of rows needed, instead of putting only one teacher on the first and third rows?
<p style="font-family: 'Cooper'; color: #415a77; font-size: 26pt;">Infant</p> [ourteachers col="3" show="5" catslug="infant" excerptlength="26"]
March 9, 2017 at 9:39 am #64877Hi Chris,
Kindly show us your website URL so that we can assist further.
Regards,
DaveMarch 23, 2017 at 8:18 pm #66519Hello Dave,
Certainly, here is the URL: http://campusforkids.com/test-alt-domain/faculty/
Two questions to be addressed:
1) Why does it not populate an entire row with three teachers before moving to the next row? (as described above)
2) How can I control the ordering of the teachers within a particular category? For example, suppose I want Mr Chris (the Director) to be the first staff person in the Office Staff category at the top of the page.Thank you for your help.
March 24, 2017 at 7:01 am #66564Hi Chris,
Kindly go to Appearance>>Customize>>Scroll down to find Custom CSS and paste there:
.single_post_content .sectionrow .clear { clear: inherit;}
.single_post_content .sectionrow .cols3 { min-height:270px;}Regards,
DaveMarch 25, 2017 at 1:02 am #66683Thank you Dave! That resolves my first question.
How can I control the ordering of the teachers within a particular category? For example, suppose I want Mr Chris (the Director) to be the first staff person in the Office Staff category at the top of the page.
March 27, 2017 at 5:18 am #66784Kindly use Intuitive Custom Post Order Plugin for ordering the team section.
Go to Setting>Intuitive CPO>All Check (checkbox). and Update
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.