Natalie
Forum Replies Created
-
Hi @tomf2468
Since you’ve purchased a LifterLMS add-on via LifterLMS.com, please open a new support request from your LifterLMS.com account dashboard.
Our sales team will follow up with you there.
Please note, WordPress does not allow use of these forums to post about commercial products. If you have any questions on your account or payments, we are absolutely happy to answer them through LifterLMS.com.
Thanks for your understanding!
Hi there
It looks like we were able to answer your question though our in house support desk, so we are going to close the thread here.
If you do have any further questions please don’t hesitate to replay and we will reopen the thread!
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!
Have a great day!
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!
Have a great day!
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!
Have a great day!
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!
Have a great day!
Hi @jurasjo
Thanks for reaching out.
We have some CSS you can use to swap the order here:
/* Move buttons on the right */ #llms-quiz-nav button { float: right; } /* Prev question button on the left */ #llms-quiz-nav #llms-prev-question { float: left; } /* Ensure quiz counter is displayed on a different line */ .llms-quiz-ui .llms-quiz-counter { width: 100%; text-align: right; } footer#llms-quiz-nav::after { display: block; content: ''; clear: both; }
If you have any further questions please let us know.
All the best,
Hi @omahoung
We’re glad to hear you’ve found a work around!
Thank you for the suggestion! We’ll add this to our feature request board for the product team to have a look at that feature in WooCommerce.
Please let us know if you have any further questions!
All the best,
Hi @omahoung
Aside from the post per page we don’t have a way to restrict it to only three, exactly.
You could always use the id option in the shortcode and list the three courses you want displayed on the home page. This would not have the same pagination that happens with post per page, but this would not dynamically update by new course added. You would need to change out the id of the courses you wanted displayed if a new one should be there.
Would this work as an alternative for you?
Let us know if you have any further questions!
All the best,
Hi @itta91
Thank you so much for the system report!
It looks like you’re using a caching plugin Site Ground Optimizer. If you clear the cache and turn this plugin off does the return to course button take you back to the course as expected?
Let us know if you have any further questions!
All the best,
Hi @meijin2k
No, sidebars are not a requirement at all! You’re good to leave them off.
Unfortunately, we’re not familiar with this theme. However, most themes usually have an option to go in and disable sidebars for custom post types if you head into Appearance->Customize->Layouts. Sometimes it may be under General Settings->Layouts as well.
If you do not see any options for disabling the sidebar, you’ll want to reach out to the theme developers as they’ll be the real authority on how to handle hiding sidebars on custom post types.
Additionally, if you’re using a child theme you can always just remove the call to the sidebar completely in the call <?php get_sidebar(); ?> from each of the page templates. There’s also always the option of adding some CSS to set the content width to 100%.
Please let us know if you have any further questions!
All the best,
Hi @ion7
You can use this code to center the grade:
.llms-sd-grades .llms-donut.mini { margin: auto; }
Please let us know if you have any further questions!
All the best,
Hi @jrendell
Unfortunately, we don’t have a way to assign memberships on registration outside of the user of a voucher. However, what you could do is have a free membership set up that will serve as the enrollment.
This way users enrolling for the first time go through the free membership (no card information will be asked for or show up for free plans) and be enrolled. For the backend though you would still need to manually add the user to the membership.
This could be done with bulk enrollment: https://lifterlms.com/docs/student-bulk-enrollment/
Please let us know if you have any further questions!
All the best,
Hi @itta91
Thanks for reaching out!
It sounds like you may just need to flush permalinks! We have the steps on how to do this in our documentation: https://lifterlms.com/docs/how-to-flush-wordpress-rewrite-rules-or-permalinks/
If this does not work, please let us know and send over your LifterLMS System Report: https://lifterlms.com/docs/how-to-use-the-lifterlms-system-report/ and we can take another look at what could be causing that issue!
Let us know if you have any further questions!
All the best,
Hi @jrendell
Thanks for reaching out!
Is there a way to add custom fields to the presentation pages to associate them with a given course, and have LifterLMS mediate access to these custom posts as well?
We don’t have a way to do this by course, however, we do have a way to do this by membership. We have a code snippet that can be used in your functions.php file to add a membership restriction to custom post types. You can find this in our lifterlms.com documentation here!
Please let us know if you have any further questions!
All the best,