Hello,
I hired a developer to do custom fields for the courses, the fields was showing in the course builder.
after each plugin updates, I copy the customization codes into the updated plugin ( several PHP files to be updated) things works fine.
after the recent updates, I couldn’t find one file, possibly due to name changed?
would you please help? the customization is essential to keep using your LMS system
here is the file
Old plugin file
masterstudy-lms-learning-management-system_core\stm-lms-templates\course\parts\info.php
Recent plugin
masterstudy-lms-learning-management-system_core\stm-lms-templates\courses\parts\*(there are several files)
I am in a process to find another LMS system if this issue is not resolved.
Thanks
]]>Se presenta página 404 al tratar de gestionar estudiantes, les ha pasado?, el tema lo tengo actualizado <span style=”color: rgb(0, 0, 0); font-size: 13px; white-space-collapse: collapse; background-color: rgb(240, 246, 252);”>Versión 3.4.4?</span>?Wordpress Versión 6.6.2
]]>Hi! I get stuck at a very simple step (I guess) and I’m not sure what I’m doing wrong.
I’m working without memberships, with a single purchase. I have the premium version and integration with WooCommerce enabled.
I’m able to purchase a course, but how do I actually enroll? Ideally, this would happen automatically on purchase (honestly sounds like basic functionality), but I guess I’d consider sticking with the plugin if there’s some small manual actions attached, but I just genuinely can’t find where I can do this. I checked all settings and also all tabs of the user page. I tried looking it up online, but I don’t seem to be able to find this. Help!
(To be clear – I know admins and instructors can manually enroll students, but this doesn’t seem to in any way be related to the purchase)
]]>Is there a option to filter blog by categories?
]]>Hi,
I’ve been struggling with this issues n my checkout page here for several months now: https://swingdancehome.com/en/membership-account-2/membership-payment/?level=3
The discount field is not working. You can use code PROVA100 to test this, if you’d like.
I see there is a specific syntax error:
Uncaught SyntaxError: expected expression, got ‘<‘membership-payment:1543:1
I have tested this with LiteSpeed cache completely deactivated also.
]]>hello, I’m trying out MS LMS for language teaching (Greek in my case). In quizzes and questions of the fill-in-the-gap type, it does not “understand” the language and does not grade the answers. It is always 0% none of the answers are correct.
Is there a solution to this?
Hi!
I have a few questions:
Thanks in advance,
Kindly.
]]>Hi, I’m trying out your plugin on localhost, OS debian bookworm, web server nginx, php 8.3
When accessing from the outside (not logged in) an individual course page, it is filled with deprecation warnings such as the following (and many more)
( ! ) Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$coming_soon_details is deprecated in /var/www/gr/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CourseRepository.php on line 563
( ! ) Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$coming_soon_price is deprecated in /var/www/gr/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CourseRepository.php on line 564
( ! ) Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$thumbnail is deprecated in /var/www/gr/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CourseRepository.php on line 570
( ! ) Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$full_image is deprecated in /var/www/gr/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CourseRepository.php on line 571
Any ideas to solve this?
Thank you
]]>I need confirmation
When course is uploaded into wordpress. It will be able to be extracted as a SCORM file.
Is this possible? by using your plugin.
]]>Hello everyone,
May i know how can i remove the “start course with the popular courses’ sidebar on https://isa.edu.sg/bsm/?
Tried the method using disable widget plugin but doesnt work ??
Please assist! Thank you ??
]]>I’ve created a course for the first time , but when i’m trying to open the course page from the front end (https://ifmis-2030.icu/%d8%b5%d9%81%d8%ad%d8%a9-%d8%a7%d9%84%d8%af%d9%88%d8%b1%d8%a7%d8%aa/aldwrh-altjrybyh-alawly/) it opens the page but it showing the default blog archive template of the WordPress , I hope u can help me
I tried to disable all plugins and changed the theme but the problem stills on
Thanks in advance
Is it possible to add different links to the course categories, which are on the front page under the sidebar?
]]>I apologize for using this forum to ask pre-sales questions (very dum ones).
Hello, when I install the plugin and follow setup steps, I choose to import demo course but nothing is imported. Course section is empty. Can you fix it? Thanks!
]]>Hi!
As you know it, the clean permalink on a multisite environment is /blog/%postname%/. Since I installed a multisite environment I have a /blog/ prefix in the regular blog posts clean permalink. After I added MasterStudy, the course permalink always has the /blog/ prefix (ex: https://mysite.com/blog/course-page/sample-course, how do I stop that and make the course page https://mysite.com/course-page/sample-course? Because it does not make any sense to have a /blog/prefix in a course permalink.
By the way, a plugin like LearnPress seems to have that fixed: on multisite or note, the permalink remains /courses/ instead of being /blog/courses/. (But I prefer to use MasterStudy, if I can have this /blog/ prefix thing fixed. Can you please fix that? In the meantime, can you please provide me with a code that could remove the /blog/ prefix while you’re working on removing it natively?
I have a piece of code, but it’s for TutorLMS, how can you please help me fix it and make it work for MasterStudy…
function fix_multisite_course_slug() {
$args = array(
‘public’ => true,
‘has_archive’ => true,
‘rewrite’ => array(
‘slug’ => tutor_utils()->get_option( ‘course_permalink_base’, ‘courses’ ),
‘with_front’ => false,
),
);
register_post_type( ‘courses’, $args );
}
add_action( ‘init’, ‘fix_multisite_course_slug’ );
Thanks in advance.
]]>Hi! I can’t see the instructor application requests from the admin dashboard, as you can see here: https://www.awesomescreenshot.com/video/31201259?key=c42af23d67a02069f30a6ba92da879f0. How can you help me fix that, please? Thanks in advance.
]]>I’m unable to upload an image or video using course builder. It says “Validation Error”.
Would appreciate an assistance
Looking at the debug log:
[04-Sep-2024 07:29:51 UTC] PHP Warning: Attempt to read property “post_parent” on null in C:\inetpub\vhosts\hansenwellness.co.za\httpdocs\wp-includes\link-template.php on line 479
[04-Sep-2024 07:29:51 UTC] PHP Warning: Attempt to read property “post_name” on null in C:\inetpub\vhosts\hansenwellness.co.za\httpdocs\wp-includes\link-template.php on line 517
[04-Sep-2024 07:29:51 UTC] PHP Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in C:\inetpub\vhosts\hansenwellness.co.za\httpdocs\wp-includes\formatting.php on line 2819
[04-Sep-2024 07:29:51 UTC] PHP Warning: Attempt to read property “ID” on null in C:\inetpub\vhosts\hansenwellness.co.za\httpdocs\wp-includes\link-template.php on line 534
Running JS debug it breaks on main.js line: return JSON.parse(e)
SyntaxError: Unexpected token ‘<‘
It seems to actually upload the image correctly but then it doesn’t attach it to the post/course because the response indicates that the Document has moved?
JSON Object:
{
“e”: “Document Moved\nObject MovedThis document may be found here{\”id\”:54084,\”date\”:\”2024-09-04T15:06:16\”,\”date_gmt\”:\”2024-09-04T13:06:16\”,\”guid\”:{\”rendered\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3.jpg\”,\”raw\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3.jpg\”},\”modified\”:\”2024-09-04T15:06:16\”,\”modified_gmt\”:\”2024-09-04T13:06:16\”,\”slug\”:\”img_00000018-jpg-4\”,\”status\”:\”inherit\”,\”type\”:\”attachment\”,\”link\”:\”https:\/\/hansenwellness.co.za\/img_00000018-jpg-4\/\”,\”title\”:{\”raw\”:\”IMG_00000018.jpg\”,\”rendered\”:\”IMG_00000018.jpg\”},\”author\”:1,\”featured_media\”:0,\”comment_status\”:\”\”,\”ping_status\”:\”closed\”,\”template\”:\”\”,\”meta\”:[],\”permalink_template\”:\”https:\/\/hansenwellness.co.za\/?attachment_id=54084\”,\”generated_slug\”:\”img_00000018-jpg-4\”,\”class_list\”:[\”post-54084\”,\”attachment\”,\”type-attachment\”,\”status-inherit\”,\”hentry\”],\”description\”:{\”raw\”:\”\”,\”rendered\”:\”<\/a><\/p>\n\”},\”caption\”:{\”raw\”:\”\”,\”rendered\”:\”\”},\”alt_text\”:\”\”,\”media_type\”:\”image\”,\”mime_type\”:\”image\/jpeg\”,\”media_details\”:{\”width\”:2560,\”height\”:1440,\”file\”:\”IMG_00000018-3-scaled.jpg\”,\”filesize\”:535862,\”sizes\”:{\”medium\”:{\”file\”:\”IMG_00000018-3-300×169.jpg\”,\”width\”:300,\”height\”:169,\”filesize\”:8957,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-300×169.jpg\”},\”large\”:{\”file\”:\”IMG_00000018-3-1024×576.jpg\”,\”width\”:1024,\”height\”:576,\”filesize\”:94685,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-1024×576.jpg\”},\”thumbnail\”:{\”file\”:\”IMG_00000018-3-150×150.jpg\”,\”width\”:150,\”height\”:150,\”filesize\”:4377,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-150×150.jpg\”},\”medium_large\”:{\”file\”:\”IMG_00000018-3-768×432.jpg\”,\”width\”:768,\”height\”:432,\”filesize\”:53169,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-768×432.jpg\”},\”1536×1536\”:{\”file\”:\”IMG_00000018-3-1536×864.jpg\”,\”width\”:1536,\”height\”:864,\”filesize\”:208683,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-1536×864.jpg\”},\”2048×2048\”:{\”file\”:\”IMG_00000018-3-2048×1152.jpg\”,\”width\”:2048,\”height\”:1152,\”filesize\”:357917,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-2048×1152.jpg\”},\”img-1100-450\”:{\”file\”:\”IMG_00000018-3-1100×450.jpg\”,\”width\”:1100,\”height\”:450,\”filesize\”:83022,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-1100×450.jpg\”},\”img-1120-800\”:{\”file\”:\”IMG_00000018-3-1120×800.jpg\”,\”width\”:1120,\”height\”:800,\”filesize\”:143751,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-1120×800.jpg\”},\”img-870-440\”:{\”file\”:\”IMG_00000018-3-870×440.jpg\”,\”width\”:870,\”height\”:440,\”filesize\”:62090,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-870×440.jpg\”},\”img-850-600\”:{\”file\”:\”IMG_00000018-3-850×600.jpg\”,\”width\”:850,\”height\”:600,\”filesize\”:83927,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-850×600.jpg\”},\”img-480-380\”:{\”file\”:\”IMG_00000018-3-480×380.jpg\”,\”width\”:480,\”height\”:380,\”filesize\”:30267,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-480×380.jpg\”},\”img-300-225\”:{\”file\”:\”IMG_00000018-3-300×225.jpg\”,\”width\”:300,\”height\”:225,\”filesize\”:11797,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-300×225.jpg\”},\”img-540-700\”:{\”file\”:\”IMG_00000018-3-540×700.jpg\”,\”width\”:540,\”height\”:700,\”filesize\”:60535,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-540×700.jpg\”},\”img-75-75\”:{\”file\”:\”IMG_00000018-3-75×75.jpg\”,\”width\”:75,\”height\”:75,\”filesize\”:1807,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-75×75.jpg\”},\”full\”:{\”file\”:\”IMG_00000018-3-scaled.jpg\”,\”width\”:2560,\”height\”:1440,\”mime_type\”:\”image\/jpeg\”,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-scaled.jpg\”}},\”image_meta\”:{\”aperture\”:\”2.2\”,\”credit\”:\”\”,\”camera\”:\”Blackberry Z10\”,\”caption\”:\”\”,\”created_timestamp\”:\”1369493403\”,\”copyright\”:\”\”,\”focal_length\”:\”4.1\”,\”iso\”:\”70\”,\”shutter_speed\”:\”0.0005\”,\”title\”:\”\”,\”orientation\”:\”1\”,\”keywords\”:[]},\”original_image\”:\”IMG_00000018-3.jpg\”},\”post\”:null,\”source_url\”:\”https:\/\/hansenwellness.co.za\/wp-content\/uploads\/IMG_00000018-3-scaled.jpg\”,\”missing_image_sizes\”:[],\”_links\”:{\”self\”:[{\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/media\/54084\”}],\”collection\”:[{\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/media\”}],\”about\”:[{\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/types\/attachment\”}],\”author\”:[{\”embeddable\”:true,\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/users\/1\”}],\”replies\”:[{\”embeddable\”:true,\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/comments?post=54084\”}],\”wp:action-unfiltered-html\”:[{\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/media\/54084\”}],\”wp:action-assign-author\”:[{\”href\”:\”https:\/\/hansenwellness.co.za\/wp-json\/wp\/v2\/media\/54084\”}],\”curies\”:[{\”name\”:\”wp\”,\”href\”:\”https:\/\/api.w.org\/{rel}\”,\”templated\”:true}]}}”,
“t”: {
“silentJSONParsing”: true,
“forcedJSONParsing”: true,
“clarifyTimeoutError”: false
},
“n”: true,
“r”: false
}
Hi, nice new feature, but I don′t know, how to use it. I′ve selected the theme “modern” for a course, but there is no change in the frontend. How does is work? Is there a documentation? Thank you
]]>Hi!
I am trying to translate a course into 3 different other languages (French, Spanish, and Portuguese). I am using TranslatePress with MasterStudy in a local test environment. I got error messages when I clicked on the translated version of the course and tried to learn like a usual student would. By the way, I am in a multisite environment and MasterStudy is activated on a sub-site. The course page translates poperly, but when I click on the start course button I get the error message. Here are the error messages I got (by language)…
For French<gwmw style=”display:none;”></gwmw>
Avertissement: Tentative de lecture de la propriété “ID” sur null en?/Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php?en ligne?19<gwmw style=”display:none;”></gwmw>
Avertissement: Tentative de lecture de la propriété “ID” sur null en?/Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php?en ligne?19
Erreur fatale: Uncaught TypeError : MasterStudy\Lms\Repositories\CurriculumRepository::get_curriculum() : L’argument #1 ($course_id) doit être de type int, null donné, appelé dans /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php sur la ligne 24 et défini dans /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CurriculumRepository.php:36 Trace de pile : #0 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php(24) : MasterStudy\Lms\Repositories\CurriculumRepository->get_curriculum(NULL, true) #1 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/_core/stm-lms-templates/course-player.php(29) : MasterStudy\Lms\Repositories\CoursePlayerRepository->get_main_data(‘test’, 63) #2 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-includes/template-loader.php(106) : include(‘/Users/davidcel…’) #3 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-blog-header.php(19) : require_once(‘/Users/davidcel…’) #4 /Users/davidcelestin/Local Sites/ayisyennet/app/public/index.php(17) : require(‘/Users/davidcel…’) #5 {main} lancé dans?/Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CurriculumRepository.php?en ligne?36<gwmw style=”display:none;”></gwmw>
Il y a eu une erreur critique sur ce site
For Spanish
Advertencia: Intento de leer la propiedad “ID” en null en /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php en línea 19
Advertencia: Intento de leer la propiedad “ID” en null en /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php en línea 19
Error fatal: Uncaught TypeError: MasterStudy\Lms\Repositories\CurriculumRepository::get_curriculum(): Argument #1 ($course_id) must be of type int, null given, called in /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php en la línea 24 y definido en /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CurriculumRepository.php:36 Seguimiento de pila: #0 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php(24): MasterStudy\Lms\Repositories\CurriculumRepository->get_curriculum(NULL, true) #1 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/_core/stm-lms-templates/course-player.php(29): MasterStudy\Lms\Repositories\CoursePlayerRepository->get_main_data(‘esto-es-solo-un…’, 63) #2 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-includes/template-loader.php(106): include(‘/Users/davidcel…’) #3 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-blog-header.php(19): require_once(‘/Users/davidcel…’) #4 /Users/davidcelestin/Local Sites/ayisyennet/app/public/index.php(17): require(‘/Users/davidcel…’) #5 {main} lanzado en /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CurriculumRepository.php en línea 36
_______
For Portuguese:
Advertência: Tentativa de ler a propriedade “ID” em null em /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php em linha 19
Advertência: Tentativa de ler a propriedade “ID” em null em /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php em linha 19
Erro fatal: Uncaught TypeError: MasterStudy\Lms\Repositories\CurriculumRepository::get_curriculum(): O argumento #1 ($course_id) deve ser do tipo int, null given, chamado em /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php na linha 24 e definido em /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CurriculumRepository.php:36 Stack trace: #0 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CoursePlayerRepository.php(24): MasterStudy\Lms\Repositories\CurriculumRepository->get_curriculum(NULL, true) #1 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/_core/stm-lms-templates/course-player.php(29): MasterStudy\Lms\Repositories\CoursePlayerRepository->get_main_data(‘este-e-apenas-u…’, 63) #2 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-includes/template-loader.php(106): include(‘/Users/davidcel…’) #3 /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-blog-header.php(19): require_once(‘/Users/davidcel…’) #4 /Users/davidcelestin/Local Sites/ayisyennet/app/public/index.php(17): require(‘/Users/davidcel…’) #5 {main} lan?ado em /Users/davidcelestin/Local Sites/ayisyennet/app/public/wp-content/plugins/masterstudy-lms-learning-management-system/includes/Repositories/CurriculumRepository.php em linha 36
Há um erro crítico em seu site.
_______
How can you please help me fix that?
Thanks in advance.
]]>Hello,
This seems like a great LMS plugin with lots of features. I wonder if there is any support for university ERP? Like academic transcript for each students with multiple course records, proof of enrollment, certificate of graduation, all with some customization options. I could only see add-ons for gradebook/certificate on your website, all for a single course, and it doesn’t look like a university ERP material. Is there more than what was available on your website?
]]>Hi, hi!
This is Cris.
I don’t know why I don’t have access anymore to my Pro features. Can you help me?
And also, in the course I have in the platform https://lacrisarts.com/courses/viajeconlacrisnoviolenta/ some students have sent me questions but I don’t know where to find them. If you could help me also with this I will appreciate it.
Thank you so much and have a groovey day!
]]>When I activate MasterStudy LMS WordPress Plugin – for Online Courses and Education plugin website can’t load, you can see on the subdomen link. When I deactive working just fine. I already had this problem when the license was valid, but now that it has expired I have no support, that’s why I’m asking here.
]]>Quando um novo usuário precisa se registrar no site, preenche todos os dados mas ao clicar em enviar, nada acontece- o cadastro n?o é feito. Seu usuário e senha, n?o pode realizar o curso.
Como resolver?
]]>Hi,
1. Recently I redesigned my homepage and header (with Elementor), but since then my admin bar has moved to the bottom of the page.
Switching to the Twenty Twentyfour theme removes this issue. That makes it look like a MasterStudy theme issue. Any way I can provide some more info to help debug this?
—–
2. After a long time I’ve finally got to adding a new course on my page using the newer Course Builder.
Two issues I found were bugs/not the best UX.
2a) I created my classes under “Lectures” and then went into the course to add them via “Search materials”. There is no way of knowing if they were added or not. They don’t get added to the list. I ended up adding them several times only to then having to delete the duplicated individually again.
2b) New course shown as “Free”
An actual bug was identifed as this new course was shown as “Free”. I had reported this here to PMPro only to then find a workaround 5min later. It is documented here and should ideally be looked into.
https://www.ads-software.com/support/topic/new-course-is-not-included-in-subscription-and-shown-as-free/
Thanks for helping along with issue 1.
Hi,
In below image, the back button on the left just goes back to “/user-account/” which really isn’t the nicest User Experience in my opinion. Can this somehow be changed or customised for my users?
if the course empty get the last post and i can add coment and completa the course
]]>I’m using Elementor and masterstudy LMS plugin right now. Then, I use the widget to create the filter and the courses layout. Everything was fine. However, I wanted to add a custom Filtering. Rather than having Category
or subcategory
or level
filtering section, I wanted to create my own Category section. Since I can add a custom category in the admin panel.
I tried to search for Masterstudy LMS Hooks or Filter through the documentation. But not found. Can you please provide to me the list of hooks and filters? So that I can customize the layout?
I’ve been trying to create a course for a while now and even decided to start with a new LMS but keep going back to yours even though I can’t seem to even start buidling my course. There’s no Cirriculum option and when I click on Add a Lesson, a new page opens only to show another Error. Please help.
]]>I need any instructor can see all the questions to make a quiz are you have any setting to do this
]]>i need get course_id in course builder when i create any lesson or quiz
]]>