Hi there,
We’re sorry for the inconvenience.
Maybe the Tutor LMS is conflicting with a third-party plugin. Please disable all third-party plugins one by one and try to update the lesson after disabling each plugin.
Hopefully, you will able to find the conflicting plugin and disable that. If this solution does not work for you, please open a support thread on our forum: https://www.themeum.com/forums/forum/tutor/
We will have a solution for you very soon.
Thanks
Hi there,
We have got a few conflicts between Gutenberg and Tutor LMS. Currently, we are trying to check this as deeper as possible. Surely, we will fix this issue and release an updated version soon.
Thanks
Hi there,
Hope you are doing well. We have got the solution for Lesson Not Saving Issue. Please apply following CSS on the tutor-admin.css file from this location: wp-content/plugins/tutor/assets/css/
.quiz-builder-question .question-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 155px;
flex: 0 0 155px;
}
.admin-bar .tutor-modal-wrap .tutor-modal-content{
max-height: calc(90% - 32px);
margin-top: 32px;
}
.admin-bar.mceContentBody .tutor-modal-wrap .tutor-modal-content{
max-height: calc(90% - 88px);
margin-top: 88px;
}
.tutor-topic-title .topic-inner-title{
max-width: calc(100% - 154px);
}
.quiz-builder-question {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
padding: 10px;
border: 1px solid #E2E2E2;
border-radius: 3px;
max-width: calc(100% - 52px);
}
Don’t worry! You will not lose this CSS update on plugin update. Because we will apply the same update in our upcoming update. Let me know if you have any query or issue.
Thanks