17929 comments found.
Do you have any plan to change the UI in your next release
Ofcourse yes.
I read in some of the comments that this LMS has ways to share certain content with social media. How is this done? Is there a tutorial for this? Thank you
I’m not charging for any of the courses, and the marketing is all done through word of mouth. So, I will be having a lot of content to share. I’m not looking to share course links or quizzes, but rather video trailers of the courses. Would I put the trailer video in a ‘post’ and is there a way to social share a post? Thank you
Ok, yes there is a way to social share a post. We also developed a plugin Social Locker , which unlocks courses when you share it on social networks.
How do you social share a post? Thank you
There is a javascript error on page, disable the loader from WP admin – WPLMS – Misc. – loader , also create a support topic at wplms.io/support and share the link with me here. Or simply email me your site link at vibethemes@gmail.com
Pls Check I have email the site to you
I have removed the loader option yet still the home page is not loading…. await your feedback.
Please include your themeforest username in the mail content in case the issue is not yet resolved, as I think I already replied and resolved the issue.
I am doing a education business and have some questions.
1) Do I need to buy extra plugin in order to run this education website? 2) Our courses are offline course. I want student to register and enroll course online with no online payment. And send the enroll result as csv or excel file to site admin. There is no online learning, or online video. Can I do so? 3. Does it support WPML?
1. No, everything displayed is included.
2. Offline courses are perfectly possible to run, you can schedule emails, we have done a customisation for user which sends this csv to administrator we can share it with you.
3. Yes WPML is supproted
Thank you.
May I ask how will the enrollment process/flow be after a user visited a course page and want to enroll (if I only have offline course and no need to add-to-cart and not payment)?
Hi, pre-sale question; does this plugin allow for copy protection of some sort, so to deter people from stealing and sharing content from the courses? Of course, no copy protection is perfect, but maybe makes it more difficult to steal.
Yes, that is correct. Most of our upcoming projects are in this section only. We have option to disable right click on course pursue page, you can load/embed resources from our S3 integration plugin. In our 4.0 update, we’re adding option for course encryption, we’re also working on a project for video encryption both recorder and player.
hi is integrated with aweber? with moodle? mercadopago de argentina? I need to know this before buying Thank you
Hello. It is not a support question. In fact your answer will make me renew (or not) the support.
I´m already a WPLMS user and also WPML translation plugins.
I always struggled to get my theme in 2 languages - Portuguese (.com.br) - English (.com)
I know how to do the most part of the process and also how to make it work correctly for almost all pages. The greatest problem is about the courses.
If a user buys a course in .com(english language) website, this course will be only avaliable on .com version. If the user changes the website language it will shows in his “courses” tab that he has no courses. It means that I need to release the course in both language versions of my website.
There is a way to make the Same course avaliable for All languages of my website.
I didn´t try to translate my website for almost 6months now, but:
• There is already some new way to for example, use the SAME course for All languages? • Or to not translate courses??? (I already tried to modify some archives to not translate courses, but no success until now)
>> Again, this is not a support question, I just wanna know if you already fixed thoses issues or if you have some workaround on translations. This way I can renew my support and actually ask for a detailed support on how to do that.<<
Thank you so much.
I understand the issue you’re facing, not all our users use this type of integration. I can give you a code fix which would assign all the connected WPML courses to the user. However I believe that the requirements are not just about assigning, when a user finished the same course, it should appear as finished in all other languages , course progress should be same across languages, the certificate, badge should also be available on the same course in all other languages, notes & discussions etc. P
Hi vibe is it possibe the students will be able to chat with admin on wplms ? Is this avalible in WPLMS or we need to buy any other plugin ?
This is available in our WPLMS Chat plugin.
Hi,
I have few issues to fix:- How to redirect shop to course directory? i know the php code using “template_redirect” but i dont know the exact code and how to get permalink for course directory.
- How to hide shop and products from the site especially search? Its confusing there are shop and course directory. I just want to keep course directory.
- Page builder – layout import. Why every time i import new layout, the previous one deleted? i want to have collection of page layouts so i can mix and match them.
- Do you have import code layout for all demos layout (demo 1-12) and also other layouts as well in 1 single code so they all showing on page builder layouts?
- How to prevent fake registration spam?
- How to make “start course” template where the video is full screen with the curriculum on left/right side and also attachment below the video?
Thanks.
1. Get the shop page ID and course directory page Id manually, since this code will run on every page, my recommendation would be to not use a database call to get these page ID’s and overload all the pages. Use this code :
add_action('template_redirect',function(){
$shop_page_id=123; $course_directory_page_link = 'https://Yoursite/course';
if(is_page($shop_page_id)){
wp_redirect($course_directory_page_link);
}
});2. Remove products from search, add this code :
add_filter('woocommerce_register_post_type_product',function($args){
$args['exclude_from_search']=true;
return $args;
});3. Page builder is undergoing massive change as it gets migrated to Gutenberg, so things are going to change here..
4. No, we have codes separately. Maybe you want to try the Visual composer templates link.
5. Enable Google Captcha.
6. We can not trigger video fullscreen as this type of event is stopped by the browser. We can edit the fullscreen template to make fullscreen videos player, the video itself will not be fullscreen.
Hi,
Thanks for reply.
wp_redirect(get_permalink(get_option("wplms_all_courses_page")));
6. can you give me guide where to edit the “start course” template? Do i create separate template on child theme and set it to “course status” page?
1. wp_redirect(get_permalink(vibe_get_bp_page_id(‘course’)))
6. Copy the file : wplms/templates/course/start/base.php and you can start changing it by adding custom html, just make sure the hooks are in place there is wplms_unit_content which is for content, wplms_unit_controls for unit prev/next controls, wplms_course_action_points for curriculum & progress bar. You can remove the functions vibe_get_container for full width layout.
Hi, Thanks for the code, works great.
Is there blackfriday discount for the addons? Please do.
Yes, we have plans for all-in-one addons bundle for black friday.
Hi, is it ready? can you send the link? i hope we can choose the addons we want only and use the coupon code for it. I just want few addons, not all. Thanks.
Please see this link : https://wplms.io/downloads/wplms-cyber-bundle-2018/
Hi vibe how are good
Brother all these links are not working https://prnt.sc/lj1sdv
how to fix it
Can you check if there is any javascript error on page help
I think it have many errors https://prnt.sc/lj91q0
Please post a topic on wplms.io/support , we need to check your site.
Thanks, awaiting reply.
Replied with all details
Dear brother this issue is little urgent because we need to give marks to all students and their new lessons will be opened after that So please try to fix it on priority basis Best Regards
https://wplms.io/support/forums/topic/links-are-not-working/#post-185993checking right now.
Replied on forum
Dear bro I need your little more attention. The issue is still not fixed
Vibe please give me some quick fix the students are calling a lot 
Please give me some code or page where i could give the quiz id and userid and it will evaluate the quiz
Respected Vibe, Today is last deadline for me to complete the work:( Tomorrow we are starting a new class If finding and fixing the whole issue is taking time then please
Please give me some code or page where i could give the quiz id and userid and it will evaluate the quiz
Regards
Checking right now..
Well we do have this function : bp_course_quiz_auto_submit($quiz_id,$user_id) , it will evaluate the quiz for you but it wont show the results to show results you would need to call : bp_course_quiz_results($quiz_id,$user_id)
Bro Could you please confirm i am calling the function right, Because nothing is happening anything after it. Please watch the picture https://prnt.sc/loufep
Were you able to resolve this ?
Overall issue was resolved by you
But i was unable to use this function, if could be able to call this function it will be awesome 
Hello, I am unable to edit via the front end using the 3rd party tool. Can you please check and allow front-end editing? also i cant update the slider/video text
Sure, please create a topic at wplms.io/support and share the link with me here.
It’s a great work you have…i have one question : One who has login access may share the login access to his/her friend. Is it possible to forbide they who have the same login to access the site in the same time? I mean : If A has logged into the site then B who has the password login from A cannot log into the site in the same time. One more: Can i have an customisation support for ? If i can, how much the price for that customisation support? Thank you
You can enable “one session per user” in WP Admin – LMS – Settings.
I love the subject, however, I have had problems for you to support me with solving a problem that I have.
Basically I need to have this layout in my login: http://www.awesomescreenshot.com/image/3725488/73701db7c1f4059bb4e7102bd4a8af52It’s similar to what they have in demo 2, but I need it to appear without having to press the login button.
I need the login to be my homepage.
The only thing that has occurred to me is with a plugin (WP Custom Admin Login) that gives me this view, however I would need the login to be the original wordpress login.
I have tried several times with the manuals they have but I have not been successful, I do not know what else to do.
I send you an email, text on forum, facebook and i dont have any answer please really really i need your help
Please check this tip
Email Reminders – Is there a way to send automatic reminders to students based on a expiration and the course’s validity period? For example. If i have a course finished on December 28, 2018. And the validity period is 24 months. Can we set the email reminder to the student from the instructor at -90 -60 and -30 days? Then is there a way for the student or instructor to run reports on the upcoming expired courses?
Yes, please check WP admin – LMS – Settings – Emails- Schedule
This only allows for up to 24 hours. Can we set a longer timeframe and multiple timeframes?
Well yes right now only 24 hours option is available .Provision to add longer timeframes has been added which will be available in upcoming updates . For multiple timeframes : this can be done with custom coding .
You can add this code snippet and paste it in child theme -functions.php https://gist.github.com/MrVibe/c6c2b781e7553b835818e00bcde26d8f
Thanks. That shows for 30 days. But, what if we wanted reminders to show for 90, 60, and 30 days or any combination of periods? Also why is the day calculated as 12 hours rather than 24?
Tip updated, that was a mistake it should have been 24 hours.
Can there be mutiole selections of the frequencies?
You mean like different reminder setting for every course ? It is possible but since this would be only such request for such a feature I would recommend to post as a customisation.
not per course. Basically i’m asking if both the 60 and 30 day notice can be both selected.
ok, we can take this as custom project.
Dear, how are you? I was testing the demo and it’s sensational. Also, I ask: can all the data be simplified to publish a course from the front end? Because there are many instructions that can tire the instructors. Thanks for the reply Best regards
yes, we have a feature called “course templates”, basically you set default values for settings and hide them and save as a course creation template which instructors use to create courses, https://wplms.io/support/knowledge-base/course-templates/
Thanks for your answer. I do not know if I understood correctly. This allows that, from the administration, we can shorten the steps of the “create course” form? What I want is to leave only the indispensable data for each instructor. Is that so, ever videotutorial? thank you
yes, that is correct.
This LMS is awesome and it could easily be an online college it’s that complex. What I’m looking to do is something very simple. I bought this for the MyCred integration. When a user gets points, I want them to be able to watch certain training videos. So, my pages are very simple, but these pages are very complex. Is there any way to just have simple pages set up? Meaning, on the ‘all courses’ page, there could be three links to three videos. They all cost a certain amount of credits to watch and you have to be a member to watch them. Your system is great, but it’s a little overwhelming for what I’m trying to accomplish. Any suggestions?
No problem, please create a topic at wplms.io/support and we’ll help you simplify. There are many settings which can turn off features that you do not want.
HI So excited fot these features:
WPLMS Appointments : REACTJS Appointments with service directory and appointment management. Built on latest ReactJS, powered by API, to be included in App as well. Releasing this month. WPLMS Tools : WPLMS Chat – Node.js powered chat for WPLMS. Course wise, group wise. WPLMS Tools : WPLMS Whiteboard : Node.js powered application for whiteboards and collaboration in WPLMS. WPLMS on ReactJS : Started re-writing WPLMS on ReactJS. Brand new Course builder. WPLMS SAAS : Node.js backend for WPLMS for activity recording and realtime Statistics generation. Taking of bulk of load from your servers to our SASS servers.
any updates on release dates please?
Appointments is ready, we’ll be releasing it after 3.8 update as some changes are required in other plugins. WPLMS Chat is already live, WPLMS Push notifications is already live, Whiteboard is under construction. Course builder is now a part of WPLMS 4.0 which we’re releasing early next year.
Does the theme support affiliate features and S2Member WordPress Membership Plugin?
And I wonder if you have any discount plans for the next Black Friday and Cyber Monday?
It’s a nice theme.
Yes, S2member not yet confirmed but restrict content pro , PMPro, possibly DAP as well. We’ve applied for Cyber monday on Envato.
Hello, is it possible to make a totally private site and without module sales and payment?
yes, refer tip
Great ! Thinks !
Hello. I want to buy WPLMS for online courses. i’m in Cameroun (Africa) and Stripe payement is unavalable here and even Paypal is rarely use.
So my question is to know if it is possible to integrate à local Mobile payement methode on the site and the App ? Please let me know as soon as possible so that i can buy the app.
Thanks in advance
WPLMS uses WooCommerce, so if there is payment gateway available for your country for WooCommerce then it would work for WPLMS as well. For mobile app, there is provision to accept payments from website. But in order to publish app on apple appstore you will need to use in-app products as apple restricts all outside payment methods. For publishing app on Google playstore there is no such restriction.
thanks