Certificates issue (continued)
-
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.
- The topic ‘Certificates issue (continued)’ is closed to new replies.