Natalie
Forum Replies Created
-
Hallo @typisch-mann
We’re sorry you’re having this issue!
This may be something that is easy to fix by flushing your permalinks! We have information on how to do this here: https://lifterlms.com/docs/how-to-flush-wordpress-rewrite-rules-or-permalinks/
If this does not help can you send us your LifterLMS System report: https://lifterlms.com/docs/how-to-use-the-lifterlms-system-report/
Please be sure to redact any email addresses from the report that you do not want made public!
Let us know if you have any questions on finding this information!
All the best,
Hi @pmharder
Unfortunately, we don’t have a way to mark courses complete other than the way you described above.
Most of the marking lessons complete you can do from the back end under LifterLMS->Reporting and selecting the student to mark their lessons complete all on one page: https://lifterlms.com/docs/how-can-i-mark-a-lesson-complete-or-incomplete-for-my-student/
However, we do not have a way to mark quizzes complete without the quiz being taken.
It may be worth it to hire a developer for further help with this or to write a custom code that overrides the completion setting for a course. We have the LifterLMS Experts program with developers familiar with LifterLMS that could help with this: https://lifterlms.com/experts/
Apologies for the inconvenience.
Please let us know if you have any further questions!
All the best,
Hi @mo7se7
Thank you so much for the screenshots! We’re glad you’re loving LifterLMS!
Our friends over at BuddyBoss are actually the ones responsible for creating the integration with LifterLMS! It looks like these classes were left over from their LearnDash integration. If you reach out to BuddyBoss through their customer support I am sure they will appreciate the information and get these items updated!
You can reach out to their support here: https://www.buddyboss.com/my-account/?part=mytickets
Thank you again for reaching out!
Please let us know if you have any further questions or any other concerns we can look into for you!
All the best,
Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] Bulk CouponsAre you using LifterLMS in conjunction with WooCommerce?
If so, then this would be a great way to generate bulk coupons!
Let us know if you have any further questions!
All the best,
Hi @lefleo
It could be a caching problem! If you clear the cache does this help?
Otherwise, if you can send us the CSS you used we can try and replicate the issue and troubleshoot it from our sandbox site!
Let us know if you have any questions!
All the best,
Hi @juscruzzin
We are still waiting to hear back.
It may be a good idea as well for you to open an issue with them and let them know that the checkout does not conform to the single column CSS!
Users tend to have a little more sway in prioritizing a situation!
We will update you if we get any further information in the meantime!
All the best,
Hi @jmagtags
By chance, if you add an s to the end or order in the browser bar manually so it is: domain.tld/dashboard/orders/828 does this take you to the order.
Also, is this order made on the account you are logged into or are you logged in as an admin and this is a student’s order?
Let us know if you have any further questions!
All the best,
Hi @lefleo
Yes, so if you need to see the icon codes for fontawesome they can be found here: https://fontawesome.com/v5.15/icons?d=gallery&p=2
Then you will want to grab the class for the icon you want to change with these steps: https://lifterlms.com/docs/css-structure/
This will look something like this depending on the tab:
.llms-student-dashboard .llms-sd-header .llms-sd-item.sl_profile>a:before { content: "\f2be"; }
You can actually probably just use this and swap out profile for whichever tab you need like .llms-sd-item.my-grades etc.
Then you’ll want to add this css to Appearance->Customize->Additional CSS!
Please let me know if you run into any snags!
All the best,
We’re sorry to hear you’re having issues.
This could be a two fold issue, or hopefully a very simple one.
The first, is if lessons do not have a mark complete button on them they will not be marked off. Is it possible these buttons have been removed somehow?
The other issue could be a caching issue. There are two places this would be occurring. The first, on the backend would be the data caching in LifterLMS to make sure your reporting screens are loading with efficiency. To clear this cache you’ll want to go into LifterLMS->Status->Tools and Utilities and use the Clear Student Reporting Cache.
Once you do this, if the students courses then show up as completed then there is caching on the front end of the site. This can come from the server end or from a caching plugin. Do you know if this kind of plugin is active on your site?
If not, please provide us with your LifterLMS System Report: https://lifterlms.com/docs/how-to-use-the-lifterlms-system-report/ and we’ll be happy to take a look for you!
Let us know if you have any questions on finding any of this information!
All the best,
Hi @jmagtags
You may need to flush the permalinks for the redirect page!
Please try these steps: https://lifterlms.com/docs/how-to-flush-wordpress-rewrite-rules-or-permalinks/ and let us know if this helps or if the issue continued!
All the best,
Hi @lefleo
These icons are actually added by default in the CSS!
If you’re familiar with working with fontawesome and don’t mind editing a bit of CSS we’re happy to give you the steps to change them!
Let us know if you have any further questions!
All the best,
Hi @juscruzzin
Just a quick update here! We’re opening an issue with Astra to see about getting the code around the enrollment in line with our single column code!
We’ll let you know once we hear back from Astra!
Let us know if you have any further questions!
All the best,
Hi @juscruzzin
Yes! For the title please try this CSS:
h4.llms-access-plan-title { background: aqua; }
Let us know if you have any further questions we can help with!
All the best,
Hi @juscruzzin ,
This is actually looking to be a conflict with Astra.
We’ve opened an issue with our engineering team to see about getting a work around to this!
We can update you here once we have more information! Our apologies for the inconvenience!
Please let us know if you have any further questions!
All the best,
Hi @juscruzzin
Lets see if this CSS will do the trick for you:
.llms-section-title { background: red !important; }
If you add this to the Custom CSS and update are the title backgrounds changed?
Let us know if you have any further questions!
All the best,