Lesson names disappear in the Course Syllabus widget
-
I’m using the Course Syllabus widget in the body of the page to display the list of lessons on the course page. But after visiting the lesson, its name in the list disappears.
Sample code before visiting the lesson:
<ul class="llms-lesson "> <li> <span class="llms-lesson-complete "> <i class="fa fa-check-circle"> <::before></::before> </i> </span> <span class="lesson-title "> <a href="https://novy.czechkat.com/lesson/audiokurz7-1/"> 7.1. Kapr na dva zp?soby <::after></::after> </a> </span> </li> </ul>
Sample code after visiting the lesson:
<ul class="llms-lesson "> <li> <span class="llms-lesson-complete "> <i class="fa fa-check-circle"> <::before></::before> </i> </span> <span class="lesson-title "> <a href="https://novy.czechkat.com/lesson/audiokurz7-1/"> <::after></::after> </a> </span> </li> </ul>
Example code when the lesson is marked completed:
<ul class="llms-lesson "> <li> <span class="llms-lesson-complete done"> <i class="fa fa-check-circle"> <::before></::before> </i> </span> <span class="lesson-title done"> <a href="https://novy.czechkat.com/lesson/audiokurz1-1/"> <::after></::after> </a> </span> </li> </ul>
LifterLMS v7.0.0
WordPress v6.0.2
Theme childe for WhiteDot v1.2.3What can I do to correct the situation? What could be causing the problem?
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Lesson names disappear in the Course Syllabus widget’ is closed to new replies.