In Teachable the User Menu is not working

For some reason in Teachable the User Menu is not working for me. Anyone else having problems?

What course are you referring to?

Can you post a screenshot of what you are seeing.

Not related to any course but where the courses are provided through.

As far as I can tell, it’s the same for everyone. It does nothing. Your access is granted based on the login you originally used when you purchased the course.

If you are having issues with the courses you have purchased then contact Chris Ching via the following email address:

care@codewithchris.com

It’s a CSS thing. The HTML tag ul with a class dropdown-menu is set as display: none !important;. Remove it or change it to display: block;. Then the user menu works.