Discussion on WPLMS Learning Management System for WordPress, WordPress LMS

Discussion on WPLMS Learning Management System for WordPress, WordPress LMS

Cart 28,712 sales
Recently Updated
Well Documented

VibeThemes supports this item

Supported

This author's response time can be up to 1 business day.

17911 comments found.

How can i edit the Homepage? If i click on Elementor i just see the Page Menü and Footer. In the Middle theres only a Section for “add widgets” ... the hole stuff from demo i cant see; if i leave the Elementor Modus i can see the content :-/ ?! [ same with VC tested ]

You will need to install Elementor templates or Vc templates. Please send me email, we will install it for you. Send email at support@vibethemes.com with subject “WPLMS Support”

Hi I am using WPML for multilanguage. when I click language flag on dashboard page it doesnt work. http://volkandalyan.com/lms/

I can not locate language flag in your site. Check this video : https://www.youtube.com/watch?v=p6swnVTT7tk

Thank you so much, thşis video solves all the language problems :)

Is there any way to limit the usage of bigbluebutton for live sessions? e.g.
- 1 monthly appointment per instructor; or
- manual approval for each sesson … etc

Currently there isn’t any .Please contact the bigbluebutton support for this .

Can you please help with assistance, the website is live and you guys are not responding

please help students are registering and not receiving any emails to activate their account and and when i go to all users -> pending -> choose user and then try to send the mail again then i get this error:

The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.

and i got this email aswell: Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

In this case, WordPress caught an error with your theme, WPLMS Blank ChildTheme.

First, visit your website (https://aldestraining.co.za/) and check for any visible issues. Next, visit the page where the error was caught (https://aldestraining.co.za/wp-admin/users.php?page=bp-signups&action=do_resend&signup_ids=76&_wpnonce=f3ce8f95aa) and check for any visible issues.

An error of type E_ERROR was caused in line 95 of the file /var/www/web/wplive.aldestraining.co.za/wp-content/themes/wplmsblankchildhtheme/functions.php. Error message: Cannot use object of type BP_Email as array

this is the code on that line:

add_action('bp_send_email',function($args){ if($args[1] == 'student_course_subscribed'){ if(!empty($args[3]) && !empty($args[3]['tokens']) && !empty($args[3]['tokens']['course.name'])){ global $wpdb; $course_id = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_title = %s AND post_type='course'", $args[3]['tokens']['course.name'] ) ); if(!empty($course_id)){ if(has_term(‘insurance-courses’,’course-cat’,$course_id) || has_term(‘e-learning-courses’,’course-cat’,$course_id)){ $args[0]->set_cc('lynessa@ialearn.co.za'); } } } } });

Looks like this custom code is creating issues , please create a topic on our support forums sharing your site url , admin credentials and valid ftp credentials in private reply there to check and debug this issue .

Thanks, we’re checking it.

Hello. In the past, I purchased your template for my clients – I was generally satisfied. I want to purchase another license, but I want to clarify something. We need to make a small website with video courses (the videos are on our server) that are sold by subscription. That is, after the payment, the client gets access to the video for a limited amount of time (45 days). At the end of time, access to purchased courses is closed or the client renews the subscription. Is it possible to implement this concept on your template? And in the past there were a lot of problems with the installation of demo templates, tell me at the moment are there any such problems? This is critical because if I buy your template I will need to make a website based on your demo in one day. In the past, I had to ask for help in technical support and wait for a response for some time. In this situation, I just will not have time, please understand me. Thank!

And could you tell me if this is possible on your system, how can I make a course with a subscription for a limited time

Yes is available by default, you can try on wplms.io/demos/instructor We offer free installation (just post a topic in our forums on a weekday, weekends the support is slower).

One of your support team members seems annoyed that I’m asking for help, or that I do understand enough before asking for help: https://wplms.io/support/forums/topic/drip-feed-not-working-2/

It’s rude to give customers a lecture on asking for help when they’re having trouble.

That’s terrible, checking the topic, thanks for reporting here.

Hi. I read the comments about external products in https://wplms.io/support/knowledge-base/connect-take-this-course-button-to-external-page-2/. However, if I understood correctly, I want to achieve the opposite. I want to purchase the course (product) in a domain and after purchasing, the students gets directed to the platform (located in a subdomain) where the can start the course. Is this possible? I hope I made myself clear. Thanks.

Ok, it is possible via api calls. We will first need to create user account in your education site and then assign him the course. We can take this as a customisation.

Great. So how can we start and how much would it be? Please write to me at raul.maguina@langcom.edu.pe. Thanks

Mail sent.

Hi i just got this email that there is a error please help urgent as students are not receiving any emails to activate their account anymore please help:

Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with your theme, WPLMS Blank ChildTheme.
First, visit your website (https://aldestraining.co.za/) and check for any visible issues. Next, visit the page where the error was caught (https://aldestraining.co.za/wp-admin/users.php?page=bp-signups&action=do_resend&signup_ids=76&_wpnonce=f3ce8f95aa) and check for any visible issues.

Error Details

An error of type E_ERROR was caused in line 95 of the file /var/www/web/wplive.aldestraining.co.za/wp-content/themes/wplmsblankchildhtheme/functions.php. Error message: Cannot use object of type BP_Email as array

add_action('bp_send_email',function($args){ if($args[1] == 'student_course_subscribed'){ if(!empty($args[3]) && !empty($args[3]['tokens']) && !empty($args[3]['tokens']['course.name'])){ global $wpdb; $course_id = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_title = %s AND post_type='course'", $args[3]['tokens']['course.name'] ) ); if(!empty($course_id)){ if(has_term(‘insurance-courses’,’course-cat’,$course_id) || has_term(‘e-learning-courses’,’course-cat’,$course_id)){ $args[0]->set_cc('lynessa@ialearn.co.za'); } } } } });

and when i go to all users -> pending -> choose user and then try to send the mail again then i get this error:

The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.

Looks like this custom code is creating issues , please create a topic on our support forums sharing your site url , admin credentials and valid ftp credentials in private reply there to check and debug this issue .

Hi, any updates for the wplms Batches addon? https://snag.gy/i4t1Ww.jpg

the update for batches was finalized at that time so we could not fix and include this fix in update . But you can still use the wplms_buy_batch shortcode by specifying the the course ids comma separated . [wplms_buy_batch courses=”50,51,52,53,54”]

Well, as I mentioned, I have already specified course ids with the shortcode. However, this did NOT include any FREE course under the current buy batch feature. Any other suggestions?

I have used WPLMS lots of my project and I must say it’s great. before I buy new lisance I have some question for my new new project. 1. Can I use theme English and Arabic (RTL) at same time (I have WPML Plugin)? 2. I dont want to user register via frontend (I want to create user account and add them course from admin) is it possible to restrict user to create account? 3. I want to use homepage which only login form on it is it possible (maybe some information and background image)?

Can I send notification (mail) when drip feed active? I want to open 1 lesson every week and send notifaciton to user?

2. Disable free registrations from WP admin – settings – General – anyone can register
3. Check site lock, if registration is disabled then it will not appear. https://wplms.io/support/knowledge-base/site-lock-in-wplms/
4. Yes, you set the notifications from here : http://prntscr.com/novryd

Greatest LMS theme on market, thank you :)

Hello recently I bought the videovibe addon so my server did not stay full. However some teachers continue to use the option of uploading the videos through the old system instead of the vimeo / videovibe. Is there any way to remove the option to upload videos to the server? I would like to leave via videovibe / vimeo only.

please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :

add_filter('plupload_init',function ($settings){ if(is_user_logged_in() && !current_user_can('manage_options')){ unset($settings['browse_button']); unset($settings['container']); } return $settings; });

I have a question regarding the codes, because I’m afraid of corrupting the plugin. When you suggest adding codes, what is the best place (line) to enter?

Well you have to put the code at the end of the wplms-customizer.php file . If there is ”?>” tag at the end then you have to put it just before it .

Over the past 2 months I have had to resave permalinks on the site more than a dozen times. At various seemingly random points all pages except for the homepage break.

I’m not making any changes on the backend to make this happen but I continually need to go back in and resave the permalinks. I really need some help or an idea on what might be causing this issue.

okay it seems like there is some third party plugin or something on server itself causing this issue .I suspected this coz this does not appears at our end . Also sometimes when a plugin is activated or deactivated ,it is required to re-save the permalinks again .

To add to above, anything which can impact .htaccess file like new post type addition or removal, many plugins setup logs, some security plugins change .htaccess . Saving the permalinks rebuilds the .htaccess file, so the issues are corrected.

I did try my best to eliminate any plugins that can write to the .htaccess files. For instance I disabled All In One SEO from having permission to edit the .htaccess file.

Plugins aren’t being activated/deactivated from the admin side that would be causing this issue. I could really use some help troubleshooting this one.

I am also having a problem that, after searching, I see others previously having with some of the the demo installs hanging and not completing. I created a support thread already https://wplms.io/support/forums/topic/demo-installs-hanging/ Suggestions?

Check this video : https://www.youtube.com/watch?v=i80MKz2YcfY If you notice the video is using the live mutlti-site setup which you see in the demo. There is no slider file for demo11, for the OneInstructor (video), Modern (video) you need to install the child themes. The multisite can use any demo so there is no import for multisite specifically.

Thank you, 1) I found the child themes in the archive in childthemes -> under old and I am loading those videos now. 2) for demo 11 since if I wasn’t clear before, what I mean is that selecting the demo in the Demo switcher is not leading to an complete import which fully loads the content seen in Demo 11 here: https://wplms.io/demos/demo11/. It was the images and menu that I actually was looking for. I selected Demo11 it in the demo switcher after the multisite install. I clicked Import Home page and it finished with a check. I clicked Import customers it finished with a check. But when I load the theme main page some pictures aren’t there and the top menu says “SETUP MENUS IN ADMIN PANEL”.I have tried multiple times, and emptied the server cache but still get the same result. Is there a different directory with the files for this demo?

2. The demo switcher does not do a complete import, it is only for selective import, so that your content is not erased from the site. For complete import use the site setup wizard.
Setup menus like this : https://www.youtube.com/watch?v=JJRQ7l03nmo&list=PL8n4TGA_rwD-IdrZV4g0cEZJXgkPiX4Bu&index=4

Hi there,

The WPbakery Page Builder is plugin that is required but it keeps asking for licence key before it can be updated. I have it on another theme of mine that I do not have to buy a licence key because it came free with that theme. I am just suggesting this; can you not come into an agreement with them so that we can buy it through you at a discounted price? We need the licence key but the $45 added price is a little bit on the high side. If you can do that for us, it will be a win-win.

Thanks.

There is actually no need to activate the VC .IT asks for license key coz they want you to purchase their plugin individually also .

Please note that wplms provides these plugin bundled with theme . We have extended license of Vc which allows us as theme authors to provide the plugin free with theme to our users . With each theme update we provide latest version of these plugin with theme .

New update of Vc will be included in next theme update now .

to update follow : https://wplms.io/support/knowledge-base/how-to-update-visual-composer/

OK, thank you.

What’s the best way to handle courses for school with multiple locations? So the course is offline course with the same course content but the students and instructors are different for each location. So each instructor should only have access to their students and attendance. Is it best to have different courses for each location? Or can we have one course for all with the different instructors, having access to only their student data?

Can we tie-in Woocommerce credits with a course? Say they finish the course they get a $10 credit that can be used on the next purchase?

If you want credits, use the points system ( MyCred) see our points system demo : https://wplms.io/demos/points_system/ , use WooCommerce for purchasing points and then the user can use points for purchasing courses. You can set points awarding criterias like points on course completion, certificates etc. http://prntscr.com/nowv58 , document : https://wplms.io/support/knowledge-base/wplms-mycred-add-on/

Okay sounds good. And what if we want to convert points back to real cash value to be used in woo commerce?

Well i think that is not available with mycred plugin . refer : https://www.mycred.me/about/faq/can-users-convert-points-back-into-a-currency/

But points can be used to purchase the products and courses on website .

Hi. I had bbpress uninstalled because I considered the Discussion are under each unit enough for my students to write their comments. In what ways is bbpress better than “discussion”? Is “discussion” supposed to replace bbpress? Thanks

In Bbpress you can set a forum for the course and sub-forums for each unit. Notes and discussion per unit is useful for smaller discussions while forums for detailed discussions. Forums also have search functionality and can be extended further by using plugins.

I see. So my next question is. Does the WPLMS App support Bbpress? I’m about to purchase the app. And by the way, is there a discount for purchasing both the theme and the app? Thanks

Well as of now we do not have forums feature in wplms app . Currently there isn’t any discount on theme and app.

URGENT! I’ve bought the support but I’m not able to go to the support forum. It’s showing me to buy again…. My website is down. I cant access the admin, course whatever. Please, help me guys

Please post topic now. If you’re seeing server 500 error, you may want to get in touch with web host and ask Php error log. Also, share your Php version, site link and FTP details.

Note if this issue started appearing all of a sudden then this issue may not be connected to the theme at all. Also, for support there is a video embedded on how to extend it ( https://m.youtube.com/watch?v=v-17mzMk7_o ) , so you could have tried it before posting a review on the product which is very disappointing.

I still do not have any topics from you in the support forum. Please share the issue you’re facing, I thought this was urgent!

When I tried to download your theme files, the security scan from my browser hangs. I tried on different files from envato and it works. Please help.

I also upload it on my wordpress and it doesn’t work.

All our files are tested by ya and envato. Few versions back windows defender was giving a false alarm. I will check again. Optionally, you can ask us to install the theme for you as we offer free installation. Just post a topic on wplms.io/support https://wplms.io/support/knowledge-base/how-to-create-a-support-topic-in-new-wplms-forums/

Yes, Please. I will post on the forum. It’s weird your theme cannot pass windows defender. I can’t download them on my google chrome unlike other themes available i purchased here.

Hello I would like to use this theme to create courses for my clients. The courses would be free, but they will not have public access, I will only give access to the people that I want. This can be done, right? My question is the following, I need the site to have this rule: A person has access to a course but does not have access to another course, would it be possible?

Yes, this can be done. Yes this is also possible via multiple ways.

Hello! Do you have any news on Wistia integration into VideoVibe?

OK! Great! Do you know roughly when it will be released?

Hello! Why do not you answer?

We can try for this upcoming week, so you can get update around weekend.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey