Hoang Ha
Forum Replies Created
-
Hi jeanduez,
Thank you for letting us know the issues. This is our mistake when updated new version 0.9.13 with lack of js files. We are really sorry. I have updated a new small version to fix this problem.
If you face any other errors, please don’t hesitate to let us know.
Best regards,
Problem resolved.
HI kendy_nd,
sorry that the updated verison make your site die. First you have to connect to your ftp site and delete your LearnPress BuddyPress add-ons. In the updated version we just move the add-on function to add-on folder. I will update the plugin add-on right now.
Sorry for this inconvenience 🙁
Hi Vien,
About the box “Want to be an instructor”, you just need to call
remove_action( 'register_form', 'learn_press_edit_registration' );
in your theme functions.php to remove the box.And you can call
remove_role('lpr_teacher')
also in your theme functions.php to remove the Instructor role.Best regards,
Hi,
Thank you for asking. We are about to upload the Gradebook add-on to provide this features.
Just survey questions, what activities would you like to interact with the table of result? Or how do you want it to be displayed?
A preview screenshot while we are testing the add-on: http://i.imgur.com/1czeZXD.png
Best regards,
If you buy the theme you’ll get the plugin and all premium add-ons. Yeah, I think your hack is the best choice now. You can just add a small piece of javascipt instead of using an extension or something too big: https://stackoverflow.com/questions/10593062/how-do-i-temporarily-disable-a-submit-button-for-3-seconds-onsubmit-then-re-e
HI szoupi,
Thank you for your question. Actually, the lesson duration first mean to give student an estimation that how long they must use to complete the course. So, they can manage time to join. However, this feature now have not run correctly.
Now, we have not track the time studen use in a lesson yet, so there no way to check how long they use in a course. We will add this feature to plugin soon.
Best regards,
Dear szoupi,
If you just want to give its first section for free, there is a better approach. In each lesson have an option to view as a “preview” lesson. If a lesson is preview mean it’s free to learn. The duplicate method only duplicate the content of course and name of each section, you have to re-create each lesson cos only one lesson belong to 1 course – as you knew it.
Best regards,
Hi paul16442.
If you have tried all the options – one of those must run correctly. So, we have to look closer to your site and we will find what happen. You can contact us via contact form.
Maybe there are javascript errors that affect the ajax loading lesson.Best regards,
You can upload your screenshots to a image hosting and post the link here. Like this: https://i.imgur.com/sosFNAB.png
As I said, if so, we also don’t know how the hell can it happened 🙁 I have tried install latest version in a new WordPress page and it (the notice) does not appeared. Let me check again.
Thank you for your question!
Hi boionfire81,
There are two simple ways to hide that notice: 1, Install the full free features add-on bundle and 2, Update the latest version of LearnPress.
Best regards,
p.s: If two simple ways above cannot solve your problem, send us your screenshot so we can check it out. Thanks 😀
Yeah, we will provide “Assignment add-on” to support this features.
Thank you for asking. It will be soon released.
Best regards,
If you Chrome to inspect the code, you can see that the body have dark background color. LearnPress already target to the body of the page.
The screenshot I just inspect your site: http://i.imgur.com/c0119Fb.png
You might use css selector change the color only in LearnPress page one, for example:
body .single-lpr_courseBest regards,
Hi rawsoft,
I have check your site and the problem is your <body> part have the background_color: #1C1C1C; and learn_press content is transparent, so it looks like LearnPress inserts into your footer but it does not.
You can simply remove body color, and re-style the LearnPress a little bit. You might get result like this: http://www.awesomescreenshot.com/image/505043/4e9334ed0496f76cb7a5738e4830011c
I will try to public a tutorial about theming LearnPress soon.
Best regards,