kaimar
Forum Replies Created
-
thank you for the reply and for taking up the issue to your todos.
Until the fix goes live, the most simple solution might be to rewrite the condition of the source code posted above.Kind regards
- This reply was modified 2 years, 7 months ago by kaimar.
Just a hint for other users facing the same problem: with a member management plugin like MemberPress you can give one user multiple roles. So the user can be an “editor” and “instructor” at the same time.
I just found a way to give access for instructors. I just had to change the following source code in post_type/post.php ln 60:
if (is_admin() || current_user_can('administrator')) $unlock_lesson = true;
But I don’t know, what the best fix might be here. Maybe a developer could give an advice.
Thanks in advance
thank you for the reply.
I do not change the style of H5P elements, I just use the default style of the plugin. So I did not change any CSS settings. The style does only change when activating MS LMS. It is not so sad, but the original style does use more colors (e.g. green background for correct answers) what is more impressive to the user than the plain style (almost everything is white and color is used only very little) with MS LMS.
Here you can see an image that compares both styles: https://ibb.co/2j3Q1c5
The image also shows the problem with headings for multiple choice questions.Hi, thank you for the reply. Maybe this could be something for a later update ??
Hi there,
I had the same issue with FAQ-tabs. I just deactivated some plug-ins and it worked. I think forme it was a plug-in like WPUsers or User registrations. Maybe just check those plugins that might have an effect on how tabs are styled.
Greetings