Home › Forums › Legacy Support › Support queries › Other issues › First Section Free problems
Tagged: WPLMS First Section Free
- This topic has 30 replies, 4 voices, and was last updated 5 years, 7 months ago by Mk.
-
AuthorPosts
-
November 2, 2018 at 9:06 am #182860junaydSpectatorHello, I have an issue with the 'First Section Free' option. I have set it 'On' in the options and for the courses I want the firsts section free, I have made an 'Introduction' section with the units I want to offer for free, but when checking it on another browser, both as new visitor who is not logged in and as a logged in student, the First Section unit does not show its content - just the details are shown, as with all other units in the Curriculum. How can I make this option active? Thanks Junade ZakirNovember 3, 2018 at 8:55 am #183057Anshuman SahuKeymasterWell actually those units will open on the course status page : refer this video : https://youtu.be/MFtX9ussRKk?t=47November 5, 2018 at 10:06 am #183238junaydSpectatorI don't understand. When a new visitor has come to my website and wants to check a new course, they will click on its image and they will be taken to a page dedicated to that particular course. This page shows the name of the course, the curriculum, reviews and events. On the curriculum section, I have the Introduction section and then the rest of the course, but the unit(s) in the First section do not work as a running course - just the details are shown. The Youtube video you suggested didn't show me how the First section is shown to be free. If the page which shows the name, curriculum, reviews and events is the Course Status page, then on my site, for courses that have the First section free, they are not appearing as that.November 6, 2018 at 9:10 am #183444DianaParticipant@junayd, Please check this tip Refer this tip: https://wplms.io/support/knowledge-base/make-first-section-free-in-course/November 7, 2018 at 11:24 am #183558junaydSpectatorHello again, I have done this and checked it on the actual site as a new visitor - the only tab it shows is 'Take this course', not 'Subscribe for free' - when I click it, it takes me straight through to the shopping cart.November 9, 2018 at 1:59 pm #183756Anshuman SahuKeymasterplease share your site url , admin credentials in private reply to check this issue at your end .November 12, 2018 at 10:19 am #184012junaydSpectatorThis reply has been marked as private.November 12, 2018 at 10:30 am #184016junaydSpectatorThis reply has been marked as private.November 13, 2018 at 2:52 pm #184280Anshuman SahuKeymasterWell the take this course button show for non logged in users . In wplms only logged in users can try the first section for free and it shows subscribe for free for logged in users : http://prntscr.com/lhv10uNovember 19, 2018 at 10:38 am #185031junaydSpectatorHello again, Thanks for that. I can see it all working now - the only issue I have is that on WPLMS there are two different types of formats - the actual course and the product which the course is associated with. If someone goes to the Course page and tries to start the course, access is denied, because they haven't yet purchased the course, whereas if they are on the 'Product' page, then they are able to subscribe for free and/or purchase the course. This means i need to hide all the 'Course' page links. How an I do this? Once a user enters the site, they are shown courses - how can I make sure that what they see are the purchasable Woocommerce 'Products' and not the WPLMS courses? I hope you get what I am saying Regards JunaydNovember 20, 2018 at 1:47 pm #185250Anshuman SahuKeymasterThis reply has been marked as private.November 22, 2018 at 11:57 am #185500junaydSpectatorHi Alex, Before, when i was displaying the course boxes on the home page, then it wasn't working properly - clicking on 'Take this course' would give an admin error - now everything is working just fine. If a user is not logged in, then they are taken straight to the shopping cart, but if they are logged in, then they get subscribed onto the course, to get access to the free sections. Many thanks for your help JunaydNovember 23, 2018 at 1:28 pm #185676Anshuman SahuKeymasterYes the first section free feature only works for logged in users and for non logged in users it redirects to course purchase . what you can do is to force the user to login by enabling " Open Login popup for non logged in users when they click on take this course button(For all courses) " from wp-admnin-> lms -> settings on take this course button click so that they can login and try the course free lessons .November 29, 2018 at 12:06 pm #186483junaydSpectatorHi Alex, It is working now - however when the user logs in, it redirects them to a different page - not the course page they were on. I have opted for the drop down login box, which keeps the user on the same page, instead of going to a new page. How can I make sure the user stays on the same page after logging in? Thanks JunaydNovember 30, 2018 at 2:19 pm #186744Anshuman SahuKeymasterplease try adding this given code in your wplms-customizer.php file in wplms customizer plugin : function wpse125952_redirect_to_request( $redirect_to, $request, $user ){ // instead of using $redirect_to we're redirecting back to $request return $request; } add_filter('login_redirect', 'wpse125952_redirect_to_request', 9999999999, 3);
-
AuthorPosts
- The topic ‘First Section Free problems’ is closed to new replies.