• Resolved drceu

    (@drceu)


    Hello,

    Teacher courses is showing in demo versions, after installation and creating courses, the teacher page in the front end not showing showing the teacher courses. Please advise

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello, @drceu

    Please clarify, instructor courses are not displayed when you view the profile page as a student or when you view the profile page as an instructor?

    If courses aren’t showing up on the public instructor profile page when browsing courses, try applying this CSS:

    body.stm-lms-user-account .stm_lms_courses__grid {display:flex !important;}

    To apply this CSS please add it to Customize -> Additional CSS and save the changes.

    If the courses are not showing up on the instructor’s private page, please make sure your theme or other plugin pages are set up correctly and don’t interrupt the LMS. The default page has the /user-account slug

    Best regards.

    Thread Starter drceu

    (@drceu)

    Thank you very much! it worked right away after adding the code. One more question please. in the course page (Front end) I would like to make the course category invisible, (not showing)

    the reason for that is I use the course category for Paid Membership Pro , so the course category in the front end is showing showing the membership plans

    appreciate your reply

    Plugin Support maystylemixthemes

    (@maystylemixthemes)

    Hello, @drceu

    In order to hide the Course Category, you can try to use the custom CSS like this (Screenshot)

    body .pull-left.xs-product-cats-left{
        display:none;
    }

    Best regards

    Thread Starter drceu

    (@drceu)

    Hello again,

    thank you for your reply.

    1- For course category, the fix you provided is working but for loggrd in students, guests still can see the course category

    2- same for the “Teacher Course” , teacher courses are showing in the teacher public profile, but for logged in students only, guests cannt see the teacher’s courses

    please advise

    Thanks and appreciate your patience!

    Thread Starter drceu

    (@drceu)

    Hello, Please disregard my previous request. I figure out the problem. It was the Cache Plugin that was causing the problem.

    Thanks again

    Hi, @drceu

    We are glad that the issue has been resolved.

    If you have any additional difficulties or questions please let us know and we will help you. We would also be grateful if you would take a minute and leave a good review about the plugin and the support service by following the link:

    Link

    Thank you in advance!

    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Teacher Courses not showing’ is closed to new replies.