Natalie
Forum Replies Created
-
Hi @dima852
Correct, there is no automatic method at this time.
Let us know if you have any further questions.
All the best,
Hi @dima852
You could do this in the original order. If you head into the order, on the right hand side you will see the ability to change the expiration date. You can update this to accommodate the additional 6 months from there.
Please let us know if you have any further questions!
All the best,
Hi @dima852
The only reason the duplication may appear again in the future is if you ever switch off Classic Editor and then switch back to it.
For example if you’re troubleshooting and need to turn the plugin off temporarily. If this happens you can use the same tool to remove the duplication again.
Please let us know if you have any further questions!
All the best,
Hi @dima852
If a user is already enrolled in course A, their enrollment will remain the initial purchase plan. For example, if course A was purchased as a 2 month plan, then the student purchases a produce that includes course A, their enrollment will still be on the 2 month plan that they were originally enrolled with.
This doesn’t get overwritten with the new plan or added to.
Please let us know if you have any further questions!
All the best,
Hi @dima852
This is due to the way Classic Editor handles LifterLMS elements compared to the current WordPress editor.
We do have a tool to fix the duplication if you head into LifterLMS->Status->Tools and Utilities you’ll find a button to remove Gutenberg code from your pages. This will remove the duplication.
Please let us know if you have any further questions!
All the best,
Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!
Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!
Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!
Hi @jacseq
Thanks for reaching out!
Yes you can increase the number with the below code snippet. This can be added to your function.php file or to a code snippet plugin:
/** * llms_get_product_access_plan_limit.php * * @since 2017-09-06 */ /** * Change the maximum number of access plans which can be created for a single course / membership * @param int $limit number of plans * @return int */ function my_llms_get_product_access_plan_limit( $limit ) { return 12; } add_filter( 'llms_get_product_access_plan_limit', 'my_llms_get_product_access_plan_limit' );
Please let us know if you have any further questions!
All the best!
Hi @cpaivan
Unfortunately, not at this time. We don’t have a way to embed third party compilers into our quizzes.
However, we can absolutely add this as a feature request for our product team to review possibly adding in the future.
Please let us know if you have any further questions.
Thanks and take care,
Hi @czechkat
Thanks for reaching out.
Unfortunately, we do not currently have a way to add a show/hide function to passwords on the login page, nor a filter to enable it.
Our apologies for the inconvenience.
Please let us know if you have any further questions.
All the best,
We’re glad to hear you were able to resolve the issue!
Thank you for following up with us and have a great weekend!
Thanks for reaching out!
We were able to access the link to view the course as expected. If you’re still having issues on your end, could you please provide us with a screenshot of what you’re seeing when trying to access the course page?
If you’d like to make courses and lessons searchable on your site you can do so with the steps we have in our documentation here: https://lifterlms.com/docs/courses-lessons-not-searchable/
Let us know if you have any further questions!
All the best,
Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!
Hi @walensyja
Yes, that is correct!
With limited access, Youtube controls where the videos can be played from and who is allowed to view them. Since this is linked with the Google Accounts you’ve granted access to, the video can be viewed on Youtube, but won’t work as an embedded video on your site.
Please let us know if you have any further questions!
All the best,