Nick Mariano
Forum Replies Created
-
As we haven’t had any response in over a week, I am going to mark this thread as resolved. Please reopen or post a new thread if you require further assistance.
Hi @devclasen,
As we haven’t had any response in over a week, I am going to mark this thread as resolved. Please reopen or post a new thread if you require further assistance.
Hi @hnassar,
Could you try giving the instructors theInstructorWordPress role? You can do that by navigating toWordPress Dashboard > Users > All Users, and then editing the user you want to give theInstructorWordPress role to. One that role is assigned to the user, you should be able to see them in the Instructors dropdown of the course.Hi @devclasen,
We recommend that you file a feature request for this using the form at lifterlms.com/feature-request.Once you file a feature request, our product team will review it. We may add it to our public-facing feature request board on Trello. This is the place where our users can vote on requests for new features. Here’s information on how we handle feature requests and other factors determining our focus for future product development. Just please note that we cannot give you an estimated timeline on when these features will be considered for development.
As a workaround, if you want all sections to be collapsed (i.e., open and shown) during the test/quiz, you can use the CSS code below:.single-llms_quiz .llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson {
display: block;
}Hi @tatianaslaw,
Thanks for reaching out to us. This is a known issue in LifterLMS that we have logged to our public GitHub repository since March 2024. While are our developers are aware of this issue, please note that we are not able to provide an estimated timeline of when that issue will be fixed, or when the fix will be released. However, when a fix does get released, you can read more about it at make.lifterlms.com/category/release-notes.
Hi @dmed,
Could you please let us know if the issue is resolved? As we haven’t had any response in over a week, I am going to mark this thread as resolved. Please reopen or post a new thread if you require further assistance.Hi @ellenwoods,
Could you please let us know if the issue is resolved? As we haven’t had any response in over a week, I am going to mark this thread as resolved. Please reopen or post a new thread if you require further assistance.
Hi @ellenwoods,
I can see that there is a message saying “There has been a critical error on this website.” In this case,we need to find the exact error message causing this. To find that, please enable debug mode , debug logging, and debug display on your website. To do that, please follow the instructions in lifterlms.com/docs/how-to-debug-a-white-screen/#both.
Once debug is enabled, please visit the affected courses again so you can see the PHP error that is crashing your site. This PHP error will help us identify whether it is a theme or plugin that is causing the crash, or something else.Hi @verityh,
When you wrote that you can ‘see in the backend under “Notifications” their emails are assigned to receive lesson comments’, were you referring to WordPress Dashboard > LifterLMS > Settings > Notifications? In this case, please note that we do not have a lesson comments notification under that settings, even lesson comments can be enabled. In this case, would you be able to provide some screenshots or a video recording so we can better understand what is going on?Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] SCORM SupportYes, that is possible with the help of a free 3rd-party plugin called Experience API for LifterLMS by Grassblade. To learn how to import SCORM content using that plugin, please follow the links below from our site:
Hi @daramolav1
I’m glad the issue with the certificates has already been solved. As for the issue with preventing LifterLMS overrides from being gone once you update LifterLMS, one way to prevent that is to store all your edits inside a child theme. That approach is documented in lifterlms.com/docs/lifterlms-templates. If your edits involve using hooks (actions or filters), you can also just use the free Code Snippets plugin to store and run those custom PHP codes.
Hi @tatianaslaw,
Please note that the string
A strong password is required with at least 8 characters. To make it stronger, use both upper and lower case letters, numbers, and symbols.is something you need to edit in the block editor (Gutenberg). You can find that text by editing thePassword (Reusable)block of theRegisterandBilling Informationforms inWordPress Dashboard > LifterLMS > Forms.
Once you open theRegisterfrom and theBilling Informationform, one quick way to edit thePassword (Reusable)block is to detach it. You can do this by clicking on the password field, clicking on the three vertical dots, and the selecting Detach. Once detached, you can then edit the textA strong password is required with at least 8 characters. To make it stronger, use both upper and lower case letters, numbers, and symbols.Note that you will need to do this on both theRegisterfrom and theBilling Informationform.Hi @daramolav1,
Could you check what the Status of the awarded certificate is? If the status is anything other than Published, it will not appear on the frontend of the student dashboard page. If that is the case, you can just manually change the Status to Published.If that does not work, kindly check if there are theme or plugin conflicts.
- To rule out theme conflicts, please follow the instructions in lifterlms.com/docs/troubleshooting-with-lifterlms/#theme-compatibility. In particular, if the issue disappears after you switched to a default theme (e.g., the Twenty Twenty-Four theme), then there is a theme conflict somewhere.
- To rule out plugin conflicts, please follow the instructions in lifterlms.com/docs/troubleshooting-with-lifterlms/#disable-plugins. In particular, if the issue disappears after you disabled all plugins (except LifterLMS), then there is a plugin conflict somewhere.
Hi @dartanidi,
I’m glad we were able to help you! I am going to mark this thread as resolved now. Please reopen or post a new thread if you require further assistance.