Hi,
For some reason on the teacher's tab of a course it's not displaying the teachers available courses like it does on the teachers page.
Course Page
Teacher Page
Can someone look at this please and correct?
Thanks
Adina
Hi,
For some reason on the teacher's tab of a course it's not displaying the teachers available courses like it does on the teachers page.
Course Page
Teacher Page
Can someone look at this please and correct?
Thanks
Adina
Hi Adina,
Could you share the URL of that course page and super admin account so I can take a look?
Thanks for the info.
Not sure if you have other 3rd party extension installed on your site as there is additional style added for the clearfix class on this page.
I added the following custom CSS code to override it:
.course_view_teacher .teacher_row_guru .teacher_info .clearfix {
visibility: unset !important;
}
The course list is visible now.
Kindly check.