• Resolved Paradise

    (@birobas)


    Currently I can modify the part of the plugin template, but I would like to disable some options when creating a course, for example the course settings box, is it possible to make this change on the page?

    screen print

    https://imgur.com/uSyCG0G

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thanks a lot for using Tutor LMS and contacting us. You need to override our plugin files to disable the Course Settings box. There is another option for you. You can hide that section by applying a custom CSS. Please apply the following CSS at the end of tutor-admin.css file from this location: /wp-content/plugins/tutor/assets/css/:

    #course-settings.postbox {
        display: none;
    }

    Hopefully, it’ll work for you.

    Regards,
    Mehedi

    Thread Starter Paradise

    (@birobas)

    Hi,
    I really liked this plugin, I used another one but I migrated to Tutor =).

    Anyway, I used this CSS alternative, but when I update the plug-in, won’t these changes be overwritten?
    Is there a way to replace files in the same way as you do with template files?

    thanks!

    Hello @birobas,

    If you create a child theme and maintain the plugin’s folder and file structure in your child theme then you are not supposed to lose your changes after you update your plugin.

    Thread Starter Paradise

    (@birobas)

    Thanks! @munayam

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to disable options on the course creation page?’ is closed to new replies.