• Resolved dantheman1981

    (@dantheman1981)


    Hi Thomas,

    Haven’t been able to get to the bottom of this yet.

    Original post – https://www.ads-software.com/support/topic/certificates-issue/

    I have checked the reporting section and the certificate is showing up there for the test user.

    Below is what I have as custom CSS, do you think this should cause an issue?

    /*
    LifterLMS Custom CSS
    */

    /* Meta Removal */
    .llms-loop-item-footer, .llms-meta-info {
    display: none
    }

    /* Course Title Center */
    .llms-loop-item-content .llms-loop-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    }

    /* Dashboard Colors */
    .llms-loop-item-content {
    background: #F9F9FB;
    }

    .llms-loop-item-content:hover {
    background: #F9F9FB;
    }

    /* Dashboard Title Hide */
    h3.llms-sd-section-title {
    display:none;
    }

    /* Sylabus Lesson Background color */
    .single-lesson.ast-separate-container .llms-lesson-preview .llms-lesson-link, .single-course article .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link {
    background-color: #F9F9FB!important;
    }

    .single-lesson.ast-separate-container .llms-lesson-preview .llms-lesson-link:hover, .single-course article .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover {
    background: #FFF!important;
    }

    /* Clean Up Members Dashboard */
    .llms-access-plan-featured, .llms-my-certificates, .llms-my-achievements {
    display: none;
    }

    Thanks for your help,

    Dan.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @dantheman1981,

    I’m so very sorry that your reply went unnoticed in the old thread!

    Since it was marked resolved we didn’t look into it again. If you ever run into that again from a time lapse between replies don’t hesitate to start a new thread and link to the old one as you’ve done here!

    This line of code:

    /* Clean Up Members Dashboard */
    .llms-access-plan-featured, .llms-my-certificates, .llms-my-achievements {
    display: none;
    }

    Is likely what’s causing the certificates to be hidden with the .llms-my-certificates being specified.

    Can you try removing this CSS and see if you get your certificates to display?

    If you have any further questions please let us know.

    Again my deepest apologies for missing your previous responses!

    Thanks and take care,

    Thread Starter dantheman1981

    (@dantheman1981)

    Hi Natalie,

    Thanks very much, all fixed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Certificates issue (continued)’ is closed to new replies.