Hoang Ha
Forum Replies Created
-
“The title of course” – if you want to create multi-language site, you can try q-translate plugin, learnpress multi-language only change its component language!!! Can you provide me screenshot so I can understand it in more detail?
French language is already available so you do not need to put any po or mo file in language folder.
Best regards,
When you change WordPress language (in settings/general/language) then LearnPress will automatically change follow your settings (if there is .po and .mo file put inside learnpress/language folder)
In the course settings when creating course, there are two options: free and paid course. When you choose free course, you have two option: login require and no login require. When you choose login require then user have to login in order of enroll. There is nothing require paypal when set up free course.
Please provide screenshot so I can understand your issue.
Best regards,
The default permalink is post-name. When you change the permalink settings, try to creat a simple WordPress post, then view that post, if it works, then you check LearnPress course again. If you cannot see the simple WordPress post, you should edit .htaccess yourself and make it work.
P.s: We are sorry for delaying answering question, we are celebrating our Tet – happy lunar new year, so we got some days off. We will get back soon.
Best regards,
Have check orders option in the menu table, you can change the status of specific order manually with offline payment add-on
Yes _parmenides,
We have an official repo right here:https://github.com/LearnPress/LearnPress
Best regards,
Thank you so much. We will contact you soon. We have a open project for LearnPress on Transifex. We are really appreciate if you can contribute for LearnPress up there.
Thank you so much,
Best regards,Hi eko.ryanto66,
You can enable email sending to course register in LearnPress settings. There are also both buddypress and bbpress integration add-on for LearnPress.
In LearnPress there are “public” mode that allow any user (log in or not) to take, “free and login require” that only allow login user to take, and “paid” mode require user to login and buy the course to take. Only user who takes course can access to course material.Thank you for your question,
Best regards,
I have not heard about this before. However, you can create quiz without create create question afore because you can create question right when you creat quiz. Try this way. I would take a look for the publish question error if it happens.
Thank you for your report.
Best regards,
Thank you very much. Hope that you have great times using LearnPress. We are trying our best make LearnPress better and better.
Best regard,
Which version of WordPress you are using? If you are upgrading to version 1.0 then there are a little bit change in the data structure and some post types were renamed, so please downgrade to the version 0.9.19 for a little while.
Best regards,
Actually, I don’t understand your question. LearnPress unfortunately has not provide component work with visual composer yet. However, if you want to use visual composer to build your site, you can do it. LearnPress has not conflict with visual composer.
Best regards,
We are trying to bring version 1.0 back in a week. However, the reconstruction of database structure made it really hard for us to make the old LearnPress data to work with the new version. So, we have to test carefully to make sure there no errors when upgrading.
We would make version 1.0 available as soon as possible. Thank you for understanding.
Best regard,
Hoang Ha
p.s: If you already have LearnPress course/lesson/quiz data and you would like to help us by testing the version 1.0, please email me at halink0803@gmail.com. I will send you back the new version. Remember, it would be quite buggy, so please check it in the test site only. Thanks
Sorry for late reply,
First, which version of LearnPress are you using? Are you running LearnPress online or just local in your computer?The permalink is “post name” is the right option. You can check if your htaccess allow you to do so? If you are running your site online so I can check for you.
Best regard,
I see you have tried many ways to restrict user access to course page. However, did you tried just add “is_user_logged_in” in the top of the “archive-course.php”, if not then redirect to 404 page.
if ( !is_user_logged_in() ) { learn_press_404_page(); }Thank you for your long question.
Best regard,