Hoang Ha
Forum Replies Created
-
Yes, we know there are some problem with LearnPress theming. It would be very helpful if you can send us some screenshots, so we can understand the problem deeper. I promise we will provide the solution as soon as we can.
Best regards,
Forum: Reviews
In reply to: [LearnPress - WordPress LMS Plugin] Very good LMSThank you for your review and suggestion. Those features will be definitely added very soon,
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lessons wont loadHi everyone,
This problem happened because your permalink have not been setting right. You guys should change your permalink settings to use “post name” and your .htaccess file should be writable as WordPress recommended.
Best regards,
Hi Jeroen,
The description in the content of a question should be visible under the “Question hint” of the question and “Question hint” text should be clickable. However, as there are three question types in the core of LearnPress, only question type “single choice” have the correct logic and display. We really sorry for this inconvenience. We will update and fix this problem.
Thank you for your question. I will publish a detail post about using quiz in a day.
Best regards,
p.s: If i misunderstood your question, please provide us more detail with screenshots.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Displaying course gridWe – thimpress both own LearnPress plugin and E-learningWP theme. You can buy the theme to get all of its features. However, you can also change the LearnPress style to get the course grid without buying the theme.
Best regards,
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] How to customise the contentThank you kendy_nd for your suggestion, we will try to provide a beta documentation in a couple of week.
Best regards,
Forum: Reviews
In reply to: [LearnPress - WordPress LMS Plugin] Easy for userThank you so much for your review and suggestion. It’s our bad when not providing a detail documentation and tutorial for developer. We will work on it and release the official documentation as soon as the official version 1.0 release.
Best regards,
Hap.s: In the mean time, you can follow our github wiki: https://github.com/LearnPress/LearnPress/wiki. We will update our draft tutorial up there.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lesson link not workingYep, our plugin supposed to work with any website, but the error you posted above is not belong to our plugin.
You should remove all other LMS plugins in order to prevent conflicts. The academy theme implements their LMS features inside their framework. I suggest you to use other theme to work with LearnPress.
Best regards,
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lesson link not workingHi CarlosTargon,
Thank you for asking, but academy theme from themex does not use our LearnPress plugin. You should go to their page and ask for support.
Best regards,
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] change curriculum positionHi diego sender,
You can change the curriculum position using hook. In the plugin folder, you can look into file
inc/lpr-template-hooks.php
. In this file, curriculum is hooked into two pages: course landing page and course learning page. In order to move the curriculum to new position, first you have to remove older hook:
remove_action( 'learn_press_course_learning_content', 'learn_press_course_curriculum', 20 );
then hook into new position you want, for example:
add_action( 'learn_press_course_learning_content_new_position', 'learn_press_course_curriculum', 20 );
You can also using override template in order to not affect the plugin template.
Best regards,
Hi boionfire81,
Right now the plugin add-on Export – Import only accepts to import xml file which was exported from a LearnPress site. However, we are planning to support Tincan API and SCORM in the future.
Thank you for your question.
Best regards,
Forum: Plugins
In reply to: [LearnPress - Course Wishlist] translation stringsI have fixed that. However I cannot update it immediately. Thank you so much. I think we will set up a testing system for user beta testing for such users like you.
Best regards,
Thank you very much. You are such a great user :))
We will fix that and update it very soon.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Change or modify number enrolled studentsHi rubenalonsoes,
The option of the number of students enrolled works now. However, we will consider to remove this function when we provide feature to see “list of students” in the future.
Best regards,
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] missing links on info pageHi ogreener56,
Thank you for reminding us. We have changed the link of those premium add-ons and forgot to edit the readme file. Those links work now. If you face any other problems relate to LearnPress, please don’t hesitate to let us know.
Best regards,