Adblocker plugins catches activities classes
There is a problem in course rendering when user is using adblocks plugins in browser.
Adblocks sees classes with ad-*
and applies display: none
on them.
It results in empty courses.
Fix on our site was to simply rename all styles from ad-*
to adt-*
abbr. from adaptable theme.
Commit for fix is here: 35a3912e