Hello,
I found an issue in front end course creation.
When I create Create or edit a course, in each tabs there is showing forum creation section.
I have no clue why this started to happen. Please take a look at the attached picture below.
Thanks in advance.
Please, make sure if you screenshot my website, there will not be showing my website URL or the name of the website... I want to keep it in secret because it is not launched yet. Thank you for understanding
Website credentials:
www.kurzon.cz
username: Author
password: Author4321
Please add this css in your custom css.
div#course_components{
display: none;
}
div#course_components.active{
display:block;
}