psmolic
Forum Replies Created
-
Hey jshipka,
there is “Featured Image” box on right side of course admin page, it should work just as any other WP featured image.
If it doesn’t work for you please provide us with System Report so we can investigate potential conflict.
Details on obtaining your system report are available here: https://lifterlms.com/docs/how-to-use-the-lifterlms-system-report/Thanks
Hey Affiliatenow,
This looks like some kind of JS conflict with your theme or one of the plugins.
Can you please check Console output in your browser and note what JS error are you getting? You can open debug console by pressing Ctrl+Shift+J in Chrome.If you don’t have any JS errors then please provide us with LifterLMS system report.
Details on obtaining your system report are available here: https://lifterlms.com/docs/how-to-use-the-lifterlms-system-report/Hey Akhilz,
thanks for reporting this, I managed to reproduce it on Twenty Twelve theme and we will fix it in one of our future releases.
Until then adding this to your css should temporarily fix the problem:
.llms-course-list { box-sizing: border-box; }
Hey Randamar,
Files you are looking for are under “lifterlms/templates/course” and “lifterlms/templates/myaccount”.
For example “course 100% complete” string can be found at the bottom of “templates/course/purchase-link.php”.
But have you thought about translating it using .po and .mo files?
You can find a bit more on translations on this page: https://lifterlms.readme.io/docs/getting-started-with-translationI hope this helps you, please let us know if you require anything else.