Mawia HL
Forum Replies Created
-
I have the same issue. My system logged below:
JS: showing 2 of 2JS: 2024-04-27 17:07:54 [error X 1][https://*****/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.3:2:30429] elementor.settings.page is undefined
JS: 2024-04-27 17:36:03 [error X 1][https://****/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.3:3:1142667] Element type not found: ‘ct_title’Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Learnpress Version 4.2.0-beta-1 notiIt keeps coming again.
The latest version of assignment addon 4.0.4.
Hi,
All my addons and themes are uptodate. the problem still there. You do not offer any support for the addons after 6 month from the date of purchase. Every time you publish new update on Learnpress, you should at least make it compatible with your premium addons.
- This reply was modified 2 years, 5 months ago by Mawia HL.
The problem is caused by assignment addon. Since I need to use this addon, it becomes a huge problem.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Missing Lesson titlePlease fix the missing title and the negative percentage format
Try this in custom css
@media only screen and (max-width: 600px) { #popup-course #popup-content #learn-press-content-item .content-item-wrap{ padding: 20px !important; } }
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Create Database Index not workingThe problem seems not to be in ajax timeout. It seems to ber in the routing class. Please check the routine namespace code.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Comment option missingAlready enabled but not working
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Course reset not working for userBut the enroll button is no longer there. Only the message is there. That’s the main issue. Looking at the code, the enroll button should appear, but it is missing. I hope you can fix this issue. I have a lot of complaint from my students.
learn_press_course_enroll_button();
does not work after resetting a course for a user.
Even after enabling the auto enroll feature, the problem is still there. Looks like this is a bug, algorithm error.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Course reset not working for userIt did reset the course for a user but the user can no longer enroll in the course. The user keeps seeing the error:
This content is protected, please enroll course to view this content!
I duplicated the course and now the user could enroll it again. So the error is still there.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Instructor Dashboardlearnpress profile does not allow us to edit email. So if you want to change your email, it is not possible. Also the Front-End Editor is not full responsive. Something weird is there when selecting Course membership levels and the visual editor.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Learnpress enroll button – renameTo change the enroll button to something else, you need to edit the file directly in the theme. Go to
LearnpressV3 —> Single Course —> Buttons —> enroll.php in your theme file. However this is not recommended.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Notes Section – StudentIt would be awesome if the feature is available. I know that learndash has this feature.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Learnpress lesson doesn’t scroll downI also experienced the same problem. In my case, the problem is with the assignment.js which has a deprecated method
.live()
. I changed it to.click()
, and it works.