17908 comments found.
Hi team,
There is an issue since the last WPLMS theme updates.
Before, there was the option in the LMS settings allowing a student who connects to stay on the same page on which he just logged in. So now that every connection is redirected to the home.
Why ?
Regards
Do you have an idea about that ?
Thanks
It is working correctly in the latest version, refer link
Normally so that the redirection is done on the current page it is necessary to set : by default
I have set to : disabled but it does not work
Disabled would mean that the Wplms code would not execute, but if you select “same page” instead of disabled it would work as shared in the link.
Yes I selected “same page” for user and instructor and it does not work also.
But if I activate the other options as “redirect to dashboard” “redirect to home page” the redirections work for its options but not for the “redirect to same page” while it was working before.
It most likely means some other code is in conflict.are you using any plugins which can impact this ?
I have not added new plug-in since there is this little issue.
Already, when I upgraded the WPLMS version, the “redirect same page” option no longer appeared. I had to go to LocoTranslate to translate it and it appeared in the options, so there was already a worry.
Do you have an idea of where this can come because even with Wdefine (‘WP_DEBUG’, true); I have no errors to display
Regards
I have not added new plug-in before the issue
I will check your site for this, please send me a saperate email for this, at vibethemes@gmail.com with subject “Wplms support”
I sent you an email
May I know what are the planned features in version 3.0? I am planning to buy the theme, new features will help me decide faster.
We’re working on API, App and PageBuilder which are expected to be complete by 3.0. I will share further updates in the blog section of our support site.
Can a user try a free quiz without registering on the website?
Not yet, this is planned but not yet available in the theme.
Hi. My WPLMS cant’ update automatically to 2.6 version. I found a thread in your forum said that I must find out the changes in old header and new header.php. But I don’t know which childtheme I’ve used, in the zip file have different header.php in different childthemes. How can I solve this problem? Thanks a lot.
Wplms theme is always automatically updated no need to make any changes, for updates check this link. Regarding child themes, if you’re using blank child theme then you do not need to worry, if you’re using any other child theme and you’re using the default header style out of the 8 given styles, then you need to modify the header. Or grab a fresh copy of the child theme and upload it in your server.
It says my purchase code is already used on the forum, but I just bought this on envato it’s impossible! Help!
Please send me an email via my profile contact form and share your purchase code : https://themeforest.net/user/vibethemes
After upgrading my template, some problems appeared on my website. My paid members couldn’t use courses which they paid for. The curriculum which was appearing on the right side disappeared. START THE COUSE button is inactive and not working. When members want to click on the units after signing in none of the subjects in the course schedule are clickable. My website isn’t working properly now and my members keep calling me all day long. We changed the site to its older version. But even in this older version the links are not active. Which plugin may cause this problem I have no idea. How can I solve this problem. I urgently need your help. And how can i upgrade my website to the newest version. Of course with no problems at all…
I am sure all these issues are related to settings, please try the following :
1. Clear server cache if you’re using any caching plugins
2. Clear browser cache
3. Resave permalinks in wp admin – settings – permalinks
if above does not help please send me an email at vibethemes@gmail.com with subject “Wplms support”
Please, it would be amazing if you make an integration between WPLMS and H5P
There is already a way to embed h5p link but total integration would be available after API development.
Hello, a year ago I created a topic on your forum about fair pay for instructors: http://vibethemes.com/documentation/wplms/forums/topic/fair-pay-instructor-for-on-subscriptions/#post-100020
I can see that there is a new person in there trying to figure it out, and you guys haven’t come up with a better idea yet. Since I can’t post in there because my support is over, I wish someone from staff could put this answer there.
The fair pay I was looking for and seems flawless to me is: Many teachers publish classes, but the teachers that drive more students should be paid more. This is good for many reasons. Maybe now you have a great teacher on a subject, that in the future might not be necessary. For instance, imagine I have online classes about creating ads for Google Adwords in Adobe Flash. Simply put, no one should be interested in that, so this course started dying in 2007, and ultimately died in 2012.
Okay, the way I found with little knowledge in WordPress, and maybe you guys can do something awesome and much better than what I did.
First, I installed a plugin called WP Favorite Posts from https://favoriteposts.com/. It is entirely free.
Then, I have placed the widget on the single course page. After that, I made the widget to be visually hidden from all content, adding either a class to the widget or placing these properties inside the original .simple-favorite-button class:
.visually-hidden { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }
The PHP part should be simple. If you are using either PMPro or WooCommerce or whatever, the only thing that should be done is that the widget and the javascript should only be added if the user is a paying member that has access to the course.
It would be something like:
<?php if(is_user_logged_in() && function_exists(‘pmpro_hasMembershipLevel’) && pmpro_hasMembershipLevel(###EITHER_LEVEL_ID_OR_ARRAY_OF_IDS###)) { the_favorites_button(); echo ’<script>if (!jQuery(”.simplefavorite-button”).hasClass(“active”)) { jQuery(”.simplefavorite-button”).click(); }</script>’; } ?>
Ok now, what happens is Every time someone who is a paying customer (or has access to the pmpro membership) and clicks the “TAKE THIS COURSE” button, will add one favorite to the course.
The part that is not so great about this implementation is that you will have to either keep tabs on favorites month-to-month, or you will have to reset the favorites, which I find both good. First one takes more work, but you can use to analyze the data within spreadsheets, the second one is way faster.
Now you will have a list of all the posts paying customers have been interested in. Now is all about your business. Let’s say you have 1.000 clients paying each 10/month, and you want to give 50% to all teachers on a fair pay for each one. So you will have (100010)0.5, which would be 5.000.
Now you sum the amount of “favorites” and divide the payment amount by it. Let’s say you had a total of 25.000 favorites (customers can watch as many courses as they want, can’t they?). So you divide 5.000 by 25.000, and you get 0.2.
With this, you just have to multiply by the number of favorites a course has, then sum the value by author/instructor. Since WPLMS comes with a PayPal email field for each instructor, there could be a panel with a button on the right side to pay them right now.
Please WPLMS developers, feel free to work around the idea that worked for me. I just wish you made this update a free implementation to everyone s2
You guys can hit me at pedro.ferrari@gmail.com if you want to chat. cheers.
Thanks for this amazing post, I think you have a point here. We are already tracking user activity , so it might just be possible to calculate commissions for memberships (which is challenging). Let me try it and come back to you.
Please this is an Urgent Problem for me and i wait your replay without any response why i don’t know
Please replay to me here http://vibethemes.com/documentation/wplms/forums/topic/courses-directory-problem/ http://vibethemes.com/documentation/wplms/forums/topic/total-unit-duration/Support is working on your topics, right now..
Ok i’m waiting the support replay in my topics with solutions
Really I do not really know what this Why your support replay with one word without any solutions and again and again take 2 days and replay again without solutions and again 2 days
what is this shit i tell you this is an Urgent Problem for me
your support must solve my website problem not tell me in my beta test no problem , what is this , my problem in my site not in your beta test !!!!!!!!
i want an solution for this …
http://vibethemes.com/documentation/wplms/forums/topic/courses-directory-problem/Please check the very next response from Alex, he has asked more time for this issue as this issue is related to wpml and is not appearing on test setups and he has also shared a video for this. A code problem or a bug is replicable on all sites but these type of issues are mostly related to configuration and settings which need to be inspected on your site, also it is related to third party plugins. So we need to work together to resolve this, thanks for patience.
hello Thanks for your replay i will wait but you must know this problem break my website …
Hi, How I change the text inside the ? ( the 3 black blocks ) ? I don’t find nothing
see the screenshot : http://prnt.sc/ehqypi
thanks
1. Go to WP Admin – RevSlider 2. Edit the relevant slider. 3. Locate the Slides – “Global slide” 4. Change the text and the content.
please, can you see me a screenshot ?
refer screenshot : http://prntscr.com/ehrmea
oh thnak you very much!!!!!!
Hi Vibe, This was pending from from two days and we need to work on this, so posted here
http://vibethemes.com/documentation/wplms/forums/topic/tabs-style-in-course-menu-with-custom-sections-is-not-working/Help us in resolving this as we need guidance to work on it.
Thanks
Replied on topic, customisations require time, will share sample fix on the link shortly.
Many Thanks for the reply and support.
replied on topic.
where we need to add this code
Thanks for your wonderful support
Please check the replies in the support topics.
I have pre-sale questions. I have tested the demo as an instructor and need to know: 1. How can an instructor request payment from the site? Did not find a link in the profile page. 2. After login as an instructor, I got access to admin area from a link on the profile site – Is this correct?
Thanks – The theme looks great.
1. This is not available, but instructor can send a private message to admin for this, the admin needs to approve payouts.
2. Yes it is correct, there are switches available to disable wp admin bar and wp admin access to instructors.
Hi, i want to disable course reviews (because the reviews only works with registered and inscripted users. Can i disable review BUT doesnt disable comments because i want to use external rating plugin for not registered user?
Disable rating review but not default comments.
Yes, it is possible. We can share code which can enable this.
Support is working on your topics. Thanks.
Ok i’m waiting the support replay in my topics with solutions
Hi Author, For our distance learning charity university we want to purchase your LMS. I just wanted to ask few questions before purchasing your amazing template. 
Please tell me where i can ask (with few images), Email or anything
Best regards
Please send me an email at vibethemes@gmail.com with subject “WPLMS Support”, or send me a message on our facebook messages : http://facebook.com/vibethemes
sent
Hi Author, Did you received ?
I am not sure, please send me a message on facebook.
Any guidance on how to show hide content of tabs in tab layout for eg when the user clicks on curriculum tab, it will show content of curriculum tab.
Can this be achieved by a javascipt or jquery?.
Any advice will be helpful.
Thanks
replied on topic.
When is your WPLMS plugin-only coming out?
Planned for 3.0 version with inbuilt API & support for mobile apps.
Do you have an estimated timeframe of when 3.0 will be released?
It will be early to comment on the plugin but the api and app most likely would be available this month.
I am looking for a Multi Tenant LMS where I can sell my own courses, and, have tenants. Each tenant would not be able to see the other tenants when logged in, and would not be able to see each others courses. Each tenant should be able to create their own courses and create their own users/employees. Can WPLMS do this?
Yes, it can be achieved using WPLMS. You can even earn commissions from Tenant (instructor in WPLMS) sales, refer video
Thank you for super speedy reply. Is it okay for me to download a single site user license so I can trial this on my Mac-book Pro? I have been working with a company for almost two years trying to get Moodle to do it and it just is not working, so I would really like to trial this on my Mac-book first. Once I can see that it works I would be happy to purchase additional license/s for each client. Will the single user license let me experiment on my Mac-book?
No problem, I am sure once you try it you’ll be buying it.
Okay, So i have purchased a license, and yes, it looks fantastic. Quick question. When setting up for a Multi Tenant site, as described above, which is the best Network setup to use for the site domains? site1.mysite.com, or, mysite.com/site1? I would like the most secure method so that no tenant can see each other, and no tenant can see each others courses, users etc. If i need to post this in the support forum please let me know. Thankyou.
Ok, this is a new requirement that no tenant can see each other. There are multiple ways of achieving this. One is through custom groups (also called as batches) for each tenant , example , and the the other is different sub-site for each tenant, example, note that each has its pros and cons , check out both the options and chose according to best fit.
Thanks
Thanks, working on it.
Hello,
I have added static drip feed duration of 24 hours for every section, but if i mark unit as complete in the 1st section, then 2nd section should be available for me after 24 hours but if i refresh the page then i’m getting next section units instantly without waiting for 24 hours
Pls Reply ASAP
Regards
pls reply I’m Waiting
That is true, I just checked it is working in our demos. Please send me an email at vibethemes@gmail.com with subject “WPLMS Support”and I can check this in your site. Please update me once you’ve done this.
I have sent mail, pls check my website is http://university.amlc.in
hello, i have sent mail waiting for your reply, please reply ASAP
Seems to be working fine, link
No it’s not working
in above screen cast you just reloaded page , that’s why it is showing section is available after 23:59 hrs.
If You mark current section units as complete and then reload the page it will give access to next section instantly without waiting for 24 hrs
what i want if a student mark unit as complete in his current section of course , then next section of course should be available for student after 24 hours of his current section
hope you understand,
Regards
Ok, I got the issue. You’ve enabled section drip feed in your course whereas all the sections in your course contain only 1 unit. So static drip feed with units is enough. The section drip assumes more than 1 units in a section for drip calculation.
No still not resolved
I have sent Video Link in mail which i have made Pls Check, You get an idea of exact issue
Regards
Thanks, the video helped a lot. But still this is not replicable on our test setups, so I am trying to replicate this issue by taking reference from your site (course settings & all). So it might take some time, I will keep you updated here, thanks for patience.
Hi,
Waiting for your Reply
Regards
Hello ,
Still Working on issue ?
Regards
Yes, support is working on it, we’ll share the fix soon.