- This topic has 3 replies, 2 contibutors, and was last updated 8 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Question
Answers
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘"Other lessons"’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › "Other lessons"
The single course page now has a header above the lessons that says “Other lessons”. That doesn’t make any sense – didn’t it used to say “Course lessons” ??
Hi @familybudgeting, Please attached a screenshot of that section where it says “Other lessons” so I can inspect that.
Regards
Hi @pallavi, any course page. Attached is a screenshot from my site, and one from your demo.
Hi @familybudgeting, Copy the lessons.php from boss-sensei/templates/sensei/single-course/
folder and paste it to exact same path in social learner child theme..the exact path will be: social-learner/boss-sensei/templates/sensei/single-course/lessons.php
And change the code code at line no. 45
$html .= '<h2>' . __( 'Other Lessons', 'boss-sensei' ) . '</h2>';
with this
$html .= '<h2>' . __( 'Course Lessons', 'boss-sensei' ) . '</h2>';
I have made the changes it your site.
Regards