Alexander
Forum Replies Created
-
Hi @jurasjo,
Just an update here, the issue with the Featured Video issue has been resolved in LifterLMS version 7.7.1. However, the missing media issue has not yet been fixed.
To avoid confusion, it would be helpful to create separate threads for each issue. This thread originally discussed the
preg_replace
issue, but now also includes questions about media and the featured video. By focusing on one topic per thread, we can address each issue more effectively.Please note that while the Featured Video issue is resolved in version 7.7.1, the media concern remains unresolved. You might still encounter this problem when updating to the latest version.
If you have any other questions regarding this issue please start a new topic for each question to ensure we can provide the best support possible.
Thank you for your understanding.
@dargye ,
Regarding your concern about the video optimization, LifterLMS doesn’t include built-in video optimization settings for different device formats. Video optimization typically depends on how the videos are hosted and served.
If you’re hosting your videos on platforms like YouTube or Vimeo, they automatically optimize video playback for various devices. If you’re self-hosting, you may want to use responsive video settings or tools to ensure compatibility across different devices.
Let me know if you need further assistance.
All the best,
Hi @jurasjo ,
Our developers are actively working on a fix for the issue you’ve reported. While I can’t provide a specific timeline for its release, I can confirm that the recent updates don’t yet include a solution for the missing media problem. In the meantime, please let us know if there’s anything else we can assist you with.
All the best,
Hi @jlupton ,
As we haven’t had any response in a week I am going to mark this thread as resolved.
Please reopen or post a new thread if you require further assistance.
All the best,
Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] API errorHi @clasi20
If you have more questions or if you need further assistance, please don’t hesitate to post new thread.
All the best,
Hi @monkey11 ,
As we haven’t had any response in a week I am going to mark this thread as resolved.
Please reopen or post a new thread if you require further assistance.
All the best,
Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] API errorHi @clasi20
As we haven’t had any response in a week I am going to mark this thread as resolved.
Please reopen or post a new thread if you require further assistance.
All the best,
Hi @darkurge
As we haven’t had any response in a week I am going to mark this thread as resolved.
Please reopen or post a new thread if you require further assistance.
All the best,
Hi @jlupton,
If you would like more control over the layout of your pages and courses, You can use the LaunchPad Theme. This theme allows you to have greater control over how your pages are displayed. You can learn more about it here: LaunchPad Theme.
Please check out the documentation, where you can see the different options for how your courses and blog display, and many more features to help you identify if this fits your needs. You can also use shortcodes if you prefer to recreate the pages: LifterLMS Shortcodes.
All the best,
Hi @monkey11,
By default, LifterLMS doesn’t have a native function to rank achievements by lesson number or date of completion. To achieve this, you will need to use custom fields to store the lesson number or completion date for each quiz badge. For displaying 4 badges x 2 rows, this can be done using custom CSS.
If you’re not familiar with customization, we have LifterLMS experts who can help you achieve this. You can find them here: LifterLMS Experts.
Please let us know if there’s anything else I can help you with.
Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] API errorHi @clasi20
I tried to replicate your issue and was able to access the API key. Here are a few possibilities for why you might be encountering the
llms_rest_not_found
error:- Incorrect Section ID: Ensure you are using the correct section ID. You can find it in the console. Try dragging and inspecting the element, and you will see the section ID displayed. You can also check the network response and search for the section name, this will show details like the title and ID.
- Basic Authentication: Make sure you have set up basic authentication correctly. Ensure you have provided the correct admin username and created an Application Password for the REST API for that admin user.
You can check this screenshot for references: https://share.zight.com/kpuZr9OX
If these steps do not resolve the issue, please let us know, and we can investigate further.
All the best,
Hi @darkurge ,
I understand your concern about getting progress numbers for students but encountering 404 errors when trying to access canceled or expired enrollments.
The 404 error typically indicates that the endpoint can’t find the requested resource. To retrieve data for canceled or expired enrollments, you might need to develop a custom code solution using LifterLMS internal functions. This would involve accessing the enrollment data and filtering it based on student ID and course ID.
You can find developer resources here: LifterLMS Developer Resources.
Please note that we don’t provide customization support as outlined in our support policy. For custom development, we recommend hiring a verified LifterLMS expert, which you can find here: LifterLMS Experts.
Alternatively, you can submit a feature request for the functionality you’d like to see in LifterLMS: Submit a Feature Request.
Please let us know if there’s anything else we can help you with.
- This reply was modified 4 months, 3 weeks ago by Alexander.
Hi @yourbudweiser ,
It appears you’ve already marked this concern as resolved. If you encounter this issue again, please let us know, and we’ll be happy to assist you further.
Thank you for understanding. Currently, you can add an existing lesson to another course lesson. However, it works by cloning the lesson rather than using the same one. This allows you to easily identify which course each lesson belongs to.
If you add an existing lesson to another course, you can identify that the lesson belongs to this course. If you need to edit this lesson, such as changing the title or specific text to differ slightly from the original or other course lesson, you can do so.
And I understand your concern about reducing maintenance burdens. If you have an account with LifterLMS or are using our plugin or add-ons, you can submit a feature request here: Submit Feature Request.
Hi @creativenorthmedia ,
I want to set the expectation that we do not provide support for customizations made to our products. Our products are provided as is. We do not customize our products to meet additional specifications or requirements outside the scope of their existing capabilities.
To make lessons assignable to multiple courses in LifterLMS, a custom solution is required, as this feature is not supported yet. We haven’t done this before, but here are some potential solutions:
- Create a custom query to fetch lessons for multiple courses. You can use the
pre_get_posts
action to alter the main query. - Use custom meta fields to assign a lesson to multiple courses. This involves saving multiple course IDs in the lesson meta.
Please note that customization may cause conflicts with other existing functions. For detailed guidance, you can refer to our LifterLMS developer resources. The WordPress Codex for hooks documentation is also helpful for these customizations. Additionally, you may consider consulting with a LifterLMS expert, which you can find here.