Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2100209
Quit "courses" in Instructors
Closed

Comments

  • Raúl started the conversation

    Hi,

    I want to remove the courses from each instructor's profile, so that the curriculum can be seen directly. Thank you.

  •  1,845
    Elated replied

    Hi there,

    In order to achieve this you need to add the following code into Academist Options > Custom JS

    jQuery('.curriculum_tab').addClass('ui-tabs-active ui-state-active');
    

    and add the following code into Appearance > Customize > Additional CSS:

    div#tab-courses {
        display: none !important;
    }
    div#tab-curriculum {
        display: block !important;
    }
    li.courses_tab {
        display: none !important;
    }
    .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li {
        padding-left: 0;
    }
    

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Raúl replied

    Perfect! It works. Thanks

  •  1,845
    Elated replied

    You're welcome!

    If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.