• Resolved deterius

    (@deterius)


    Dear Tutor LMS,
    I am having some issue trying to update and save a lesson within a course.

    View post on imgur.com


    First the bottom “Update Lesson” doesn’t do anything.
    If I hit the top right update button, it does say it “saves” the file.. but not really. However if I lick preview, the lesson is still empty and not updated.

    View post on imgur.com

    Furthermore, I realize the “Draft Lesson” spinny thing keeps spinning non-stop in the bacground.

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lesson in Course not saving’ is closed to new replies.