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 #1824629
Remove Elements from Course
Closed

Comments

  • larkmeadictsupport started the conversation

    Hi,

    I have been using Academist theme for 5 day and I am really enjoying it. It's very well designed and will look great once Ive set it up.

    I would like to remove a few options from the course pages as they are not relevant to the school.

    Please can you let me know how to remove;

    • The course cost (I don't want it to even say free)
    • The heart icon
    • The categories
    • The apply now button
    • The Members link on the menu

    Thanks in advance

    Guy

  •  1,845
    Elated replied

    Hello,

    Thanks for writing in! Let's take a look:

    • The course cost (I don't want it to even say free)

    Please add the following code to Appearance > Customize > Additional CSS:

    span.eltdf-course-single-type.eltdf-free-course,
    span.eltdf-course-single-type {
        display: none;
    }
    
    • The heart icon

    Please add the following custom CSS:

    i.eltdf-favorites-icon.fa.eltdf-favorite-active.fas.fa-heart {
        display: none;
    }
    
    • The categories

    Please add the following custom CSS:

    .eltdf-course-single-holder 
    .eltdf-course-basic-info-wrapper 
    .eltdf-course-categories {
        display: none;
    }
    
    • The apply now button

    Please add the following custom CSS:

    .eltdf-course-single-holder 
    .eltdf-course-basic-info-wrapper 
    .eltdf-course-action .eltdf-btn {
        display: none;
    }
    
    • The Members link on the menu

    Please add the following custom CSS:

    .single-course 
    li.members_tab.ui-state-default.ui-corner-top {
        display: none;
    }
    

    I hope this helps!

    Best regards,

    Wolfe


    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.

  • larkmeadictsupport replied

    Thanks Wolfe, that worked for me.

    One final thing, how do I reduce to spacing between the title and featured image?

    Many thanks

    Guy

  •  1,845
    Elated replied

    Hello,

    If you are referring to Single post page, please note that you can set desired Content Top padding within Elated General Page / post settings >>

    screenshot-12151.png

    * 100px 0 100px 0 >> top right bottom left

    But the same thing is with Course Item page/s >>

    screenshot-12152.png

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, Vlada


    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.

  •  1
    rodneysebastian replied

    Hi,

    I have a similar question. I need to remove three elements from the course page:
    1. Forum in menu
    2. View cart on top of the menu (in red)
    3. Social media handles down bottom

    In addition, for the right hand column I'd like to insert a new contact form (not the apply now one). However, I can't see how I add a new one in the backend. I can see where the option is on the backend but I can't see how to add a new option to that dropdown.

    Please see attachments for screenshots.

    Thanks in advance for your help.

  •  1,845
    Elated replied

    Hello,

    1. You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.eltdf-custom-tab-link {
        display: none
    }

    2. You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-btn.eltdf-btn-solid.eltdf-btn-arrow {
        display: none;
    }

    3. You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-course-single-holder .eltdf-course-social-share {
        display: none;
    }

    4. You can go to Appearance >> Widgets >> navigate to Custom Widget area >> create a new custom widget area >> and then add desired widgets in. 

    After that you will be able to choose that Custom Widget area within Sidebar area settings.

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    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.

  •  1
    rodneysebastian replied

    Thanks so much for the assistance. Everything worked perfectly! 

    I do have a few follow up questions though:
    1. Is it possible to add new learning types when creating a lesson? Currently it has reading, video and audio as options. I want to add 'live class' (see image)

    2. Is it possible to add a custom tab on the course page? Currently there are a few dafault ones like Description, Curriculum, Reviews etc. I'd like to add a new tab that I can design using WPBakery (see image)

    3. Is it possible to remove the progress number at the top of the curriculum page (see image)

    4. Is it possible to duplicate elements from one page in WPBakery and copy it to a completely different page? I know it's possible to duplicate elements within the same page. But I can't figure out how to duplicate elements across pages/

    Thanks again for your help.

    Cheers



  •  1,845
    Elated replied

    Hello again,

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    1- 2- Such options, unfortunately, does not exist within the theme, we are sorry. Achieving this will require some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    3- In order to hide the lesson completion indicator please copy the following code into Appearance > Customize > Additional CSS

    span.eltdf-section-name-lessons {
        display: none;
    }
    

    4- You can achieve this by going to classic mode and copying the code of the element you want(see image bellow)

    6209718339.png

    Copy the entire code into a blank page(see image bellow)

    6064619536.png

    Then go back to backend view and simply delete all the items you do not want to copy(see image bellow)

    5484181756.png

    Once all of this is done you can go back to Classic mode and copy the entire code once again. This way you will have only the element you want and the surrounding row and column code that you can paste into any page.

    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.