Welcome to the LDX Community
2:02
3 жыл бұрын
Пікірлер
@bigboi7522
@bigboi7522 20 күн бұрын
Thanks for making this, super helpful. Do you know how I can have users be redirected to a page after they click the log out button? I am not great with code, sorry
@Boldogsagtar
@Boldogsagtar Ай бұрын
Hi. I have an online course with Learn Dash and Uncanny. The customer is using woocommerce to purchase the course, is it ok if I add the course directly to the login redirect section to get there immediately? Thanks if you answer!
@Buckoski
@Buckoski 2 ай бұрын
There is languages folder and a POT file. But when I upload my translation .mo file in that directory, nothing happens :( Any fix?
@BasilikosNomosInstitute
@BasilikosNomosInstitute 2 ай бұрын
Are you going to ever implement gradient options
@shimongurman4585
@shimongurman4585 2 ай бұрын
Fantastic. Thanks!
@ldxdesign
@ldxdesign 2 ай бұрын
You're welcome!
@shimongurman4585
@shimongurman4585 2 ай бұрын
@@ldxdesign FYI Learndash doesn't provide this fix on its site/documentation, or at least makes it difficult to find, and I had paywalled access that needed to be restricted, so props to you
@ldxdesign
@ldxdesign 2 ай бұрын
@shimongurman4585 🙏
@linacoaching1530
@linacoaching1530 3 ай бұрын
is it posible to remove this complete button? so that users can access any lesson they want at any time? thank you
@ldxdesign
@ldxdesign 3 ай бұрын
Yes. You can do that with custom CSS. You'll probably also want to remove the progress bars and the check marks because they don't make sense if there's no mark complete button. You can contact me from my website on ldx.design if you need help achieving this.
@gilgar8708
@gilgar8708 3 ай бұрын
How do we add bulk hundreds of users from an excel file?
@ldxdesign
@ldxdesign 3 ай бұрын
I'm not aware of a way to bulk add existing WP users to a LearnDash course via Excel file. You can import WP users via an Excel file with a plugin. WP All Import is one to look into.
@fernandapio4196
@fernandapio4196 3 ай бұрын
It is possible to use LearnDash on wix?
@franciscorico5107
@franciscorico5107 4 ай бұрын
hi I really liked your video, you explain it very well and get to the point. I searched all morning but I only found people who did not do their job well, you do it very well, I congratulate you, you have gained a new subscriber.
@RafaDeAtlanta
@RafaDeAtlanta 4 ай бұрын
Hello, I’m facing an issue with restricting lessons in LearnDash. I would like to set up the system so that lessons are visible but locked, and students can unlock each lesson individually only after making a specific payment through WooCommerce. Here’s the scenario: All lessons in the course are visible but initially locked. When a student purchases a specific lesson through WooCommerce (using tokens or direct payment), they should gain access only to that paid lesson, without unlocking the rest of the course’s lessons. I’m having difficulty configuring LearnDash to restrict access to each lesson until the corresponding payment is made via WooCommerce. Could you please help me understand how to properly set up this lesson restriction so that students only access the content after individual payment? Thanks in advance for your help!
@yiiiiix
@yiiiiix 5 ай бұрын
I followed all the steps but the button doesn't work for me:( has there been any change in those years that we have to do an extra step for this to work?
@oscarcreativedigital
@oscarcreativedigital 5 ай бұрын
After 3 weeks of going back and forwards with LearnDash, who have no clue.... i finally find the tutorial to actually solve this issue. Thank you!
@daSilvaRosa
@daSilvaRosa 5 ай бұрын
It would be nice to change the design of the Mark Incomplete button, because it looks exactly the same
@patrickbelliot
@patrickbelliot 6 ай бұрын
Hi, I'm still using your plugin, but it hasn’t been tested with the latest 3 major releases of WordPress. Two years without any update. This worries me. Wordpress says "This plugin may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress"....
@anoushkachoudhri2043
@anoushkachoudhri2043 6 ай бұрын
this video saved me!
@LucaL1fe
@LucaL1fe 6 ай бұрын
If you wanna remove Course Home and / or Logout here I wrote some php code for this: <?php /** * Example to remove Course Home and Logout from LD Focus Mode Drop Down Menue */ add_action( 'learndash-focus-header-user-dropdown-before', function( $course_id, $user_id ) { add_action('wp_footer', function() { echo " <script> document.addEventListener('DOMContentLoaded', function() { var userMenuItems = document.querySelector('.ld-user-menu-items'); if (userMenuItems) { var links = userMenuItems.querySelectorAll('a'); if (links.length > 0) { // Remove the first link / Course Home -> if you wanna keep Course Home button delete the line below links[0].remove(); // Remove the last link / Logout -> if you wanna keep Logout button delete the line below links[links.length - 1].remove(); } } }); </script> "; }); }, 10, 2 );
@AhmedSarhan-i8n
@AhmedSarhan-i8n 6 ай бұрын
can i color the text itself ?
@cindykrrillo
@cindykrrillo 6 ай бұрын
Hi there ! Thanks for the video. I have installed this add-on and I'm working with Elementor Pro. Is there any shortcode to show the reviews ? Because I can't get the reviews form to show in the Single Course template.
@corypopescu7833
@corypopescu7833 6 ай бұрын
Excellent video, Dave. Thank You. It helps a lot to have the menu organized! Thanks again!
@Pondicoco1
@Pondicoco1 6 ай бұрын
Great tutorial. I´ve been trying hard to understand Chrome Dvlpr Tools for a long time and you´ve helped me greatly. Thanks!!!
@JackLofting-hl2xr
@JackLofting-hl2xr 6 ай бұрын
I can’t get the zip download from learndash website
@StudyatAmarclass
@StudyatAmarclass 8 ай бұрын
Awesomely helpful. Detailed and very very informative!!! Thanks.
@ldxdesign
@ldxdesign 8 ай бұрын
Glad you found it helpful 🙌
@DesarrolloWeb-eh4ot
@DesarrolloWeb-eh4ot 8 ай бұрын
Hello, what plugin are you using for the registration form?
@ldxdesign
@ldxdesign 8 ай бұрын
So it depends on what other plugins you're already using and how your site is set up. WooCommerce, EDD, MemberPress and other ecommerce platform have login form functionality built in. You can also use a premium form plugin if you already have. Or a site builder or block plugin if you already use those (Elementor, Kadence Blocks, etc.). Another option is a login plugin like LoginWP or Login Customizer.
@ger.amoretti
@ger.amoretti 8 ай бұрын
great video! thank you
@evawolff5432
@evawolff5432 9 ай бұрын
i want the progess bar out is that an option
@ldxdesign
@ldxdesign 9 ай бұрын
Do you mean that you don't want the LearnDash progress bar visible at all? You just want to remove it entirely?
@kimlove5678
@kimlove5678 9 ай бұрын
OMG I can't believe I found you. I am a self taught web developer. I use wordpress. Never had a class in html etc. i have for YEARS been wishing that chrome developer tools had a way to make the changes in the live site and how to find out what file I need to make the change in. Your two videos taught me everything i have been needing for years!!! you made it so easy! You should do a whole series of how to's!! I have bookmarked your site forever in my main toolbar. thank you SOOOO much!! XOXO - Kim
@ldxdesign
@ldxdesign 9 ай бұрын
Thanks Kim! 😊
@ifeanyireed
@ifeanyireed 9 ай бұрын
This was really helpful. Thank you.
@ldxdesign
@ldxdesign 9 ай бұрын
Glad you found it helpful 🙂
@jamesmarsh4047
@jamesmarsh4047 9 ай бұрын
thanks for doing this. WP Couresware should have done it, but there youtube videos are CRAP
@ngujocynel9234
@ngujocynel9234 9 ай бұрын
can you show if i should create a login page or the uncanny will provide automatically the login button?
@ldxdesign
@ldxdesign 9 ай бұрын
If you're using the Uncanny Toolkit plugin, it WILL NOT automatically add any login form to your site. You'll need to enable the "login form" module, and then add either a shortcode or block (if using the block editor) to a page that you create. That page will then become your login page. See here for instructions: www.uncannyowl.com/knowledge-base/front-end-login/?ref=4
@HanyDanial
@HanyDanial 9 ай бұрын
Thanks for the video. Is there a way to change the word "Materials"?
@ldxdesign
@ldxdesign 9 ай бұрын
Not with LearnDash. You can use a WordPress translation plugin to do that though. I recommend either Loco Translate or Say What?.
@EmbroideryGarden
@EmbroideryGarden 11 ай бұрын
I'm new to LMS. I have an existing working website that I added the LMS plugin to. I created a simple course as a test. The course can be purchased and immediately accessed. If you logout on the website you cannot access the course and a link to purchase the class is displayed. Does my course need a separate login other than the login to my website and customers accounts to keep access to the course?
@ldxdesign
@ldxdesign 10 ай бұрын
No. Their login to the website, which should be created at the time of purchase, is what they use to access the course.
@pixelgap
@pixelgap 11 ай бұрын
Nice video. Thank you very much.
@ldxdesign
@ldxdesign 11 ай бұрын
Thanks. Glad you liked it.
@francheskafarr4841
@francheskafarr4841 11 ай бұрын
Hello Sir. My logo in my header (the logo aligned in my main-nav-menu) disappears when I tried to logout. Why is this happening? ☹
@ldxdesign
@ldxdesign 11 ай бұрын
Hi. I'm not sure. The logo in your main site navigation is inserted and controlled by either your theme or a page builder, not LearnDash. Also, I'd need to know what you're using for a logout button (there are several options). The only way to diagnose this would be to look at your site and replicate the issue. If you'd like, you can email [email protected] and give me a student login so I can try it myself.
@JD-un6tk
@JD-un6tk 11 ай бұрын
In this video you can see the "mark complete" instead of "next lesson" I'm talking about. On the top header. around minute 1:30
@ldxdesign
@ldxdesign 11 ай бұрын
By default, LearnDash should show "mark complete" instead of "next lesson" in the top bar in focus mode. If the lesson has already been completed, I think it replaces "mark complete" with "next lesson." If you want it to say "mark incomplete" instead of "next lesson," you need to enable the mark incomplete functionality. Go to LearnDash LMS > Courses > Settings and toggle on "Mark Incomplete Enabled."
@JD-un6tk
@JD-un6tk 11 ай бұрын
Hello sir. Quick question! How did you change the "mark complete" button for the "next lesson" on the top banner? I only get "previous lesson" and "mark complete". But I would like to remove mark complete and have "next lesson" instead. Just like you have it in this video. I'd appreciate you help! Thanks.
@ldxdesign
@ldxdesign 11 ай бұрын
I'm pretty sure "next lesson" should be there automatically, as long as there is another lesson. Are you viewing the final lesson in your course? It's hard to say exactly without seeing your site. I'd be happy to take a look if you'd like. You can email me at [email protected]
@JD-un6tk
@JD-un6tk 11 ай бұрын
No sir. It shows that on every lesson. You have other videos where it shows the same thing. Let me comment on one of those, so you can see what I mean. Thank for your response@@ldxdesign
@mam3769
@mam3769 Жыл бұрын
is this addon for LMS ? if so how i activate it?
@ldxdesign
@ldxdesign Жыл бұрын
Hi. This plugin is specifically for LearnDash, an LMS plugin for WordPress. It will only work with LearnDash, and will NOT work with any other LMS. You can purchase it here. Please read over the text list of features on the product page as some have changed since this video was published. escapecreative.com/products/design-upgrade-learndash/
@rakhatdossanov
@rakhatdossanov Жыл бұрын
Thank you mate. God bless you.
@EvgeniaKovtun
@EvgeniaKovtun Жыл бұрын
Hello! I would appreciate your help. How can I change the color of "expand" arrow that you have in purple color at 05:15? thank you
@ldxdesign
@ldxdesign Жыл бұрын
You can use this custom CSS to change that. The first part is for the background color of the arrow. The second part is for the text color of the word "expand." .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { background-color: red !important; } .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text { color: red !important; } Add that to Appearance > Customize > Additional CSS. Change "red" to any color you'd like.
@thismoment57
@thismoment57 Жыл бұрын
Finally, someone who talks about the details of the Chrome Dev CSS panel. Thank you! 🙏
@ldxdesign
@ldxdesign Жыл бұрын
You're welcome! Glad you found it helpful.
@bookstorytelling3380
@bookstorytelling3380 Жыл бұрын
very nice interface , seems like Learndash needs to up their game.
@bookstorytelling3380
@bookstorytelling3380 Жыл бұрын
lovely to see you back and keeping the channel updated. Thank you for all your help in past and best wishes for 2024.
@ldxdesign
@ldxdesign Жыл бұрын
Thanks for the kind words 😊
@jonathanlance2166
@jonathanlance2166 Жыл бұрын
Very thorough explanation. Do you provide consulting services to folks for LearnDash? Thanks.
@ldxdesign
@ldxdesign Жыл бұрын
I do. ldx.design/learndash-consulting/
@jonathanlance2166
@jonathanlance2166 Жыл бұрын
@ldxdesign filled out the questionnaire on your website. Thanks.
@FeliciaLittlejohn-o9n
@FeliciaLittlejohn-o9n Жыл бұрын
Very helpful! Thank you!
@ldxdesign
@ldxdesign Жыл бұрын
🙌🏼 Glad you found it helpful. Are you thinking of going with WP Courseware? What other LMS plugins are you considering? Perhaps I could prioritize a review on those next.
@gosteronlinecourses
@gosteronlinecourses Жыл бұрын
Oh I see - it’s their cloud hosting where they set limitations on users not on the plug-in itself. I was going to say that was the only real differentiating factor for using LD over some of the other options
@ldxdesign
@ldxdesign Жыл бұрын
Correct. Just their Cloud hosting has limits, but like I said, I'm sure they'd want to keep your business, and LearnDash is owned by a hosting company, so I'm sure they could optimize their servers to handle hundreds of thousands of users. You'd just have to ask, and pay for it. The LearnDash Plugin has no hard limitations on users. However, once you get into the tens of thousands, you'll likely need to do some customizations to WordPress & LearnDash for it to handle that many.
@gosteronlinecourses
@gosteronlinecourses Жыл бұрын
Not too long ago it was unlimited users - which is what drew us to Learndash to begin with.
@ldxdesign
@ldxdesign Жыл бұрын
Are you implying that you can't have unlimited users with LearnDash? Because you can. You just need very powerful hosting to support it. LearnDash Cloud says they support 25k users on their biggest plan, but I'm sure they'd create a bigger plan if you needed one. Can you clarify please?
@TeresaHart7
@TeresaHart7 Жыл бұрын
Thank you!
@ldxdesign
@ldxdesign Жыл бұрын
You're welcome. Glad you found it helpful.
@jpflynnoz
@jpflynnoz Жыл бұрын
Excellent coverage, Dave. Please do more for the other less well-known LMS systems.
@davewarfel1
@davewarfel1 Жыл бұрын
Thanks 🙏🏼. Can you name the 3 LMS platforms you'd most like to see walkthroughs from? I'll put them at the top of my list.
@karmacoachingeugeniagiampaolo
@karmacoachingeugeniagiampaolo Жыл бұрын
Thank you for this video
@ldxdesign
@ldxdesign Жыл бұрын
You're welcome! Thanks for watching 🙂
@jonathanober-fl
@jonathanober-fl Жыл бұрын
Thank you for this video. I just took on a new role at a company who is using learndash and settings were all frankensteined together in a hodge podge of developers. I couldn't for the life of me figure out where the mark complete settings were located. Cheers!
@ldxdesign
@ldxdesign Жыл бұрын
Glad it was helpful!
@Patrick-qk4ss
@Patrick-qk4ss Жыл бұрын
Hi, I have a learndash web site. I want to provide a better student quiz report for each quiz, other than the default of LD. Wonder could you give me some advices please. Thanks
@ldxdesign
@ldxdesign Жыл бұрын
Check out this article on various LearnDash reporting options. ldx.design/learndash-reporting/ The Gradebook is where I'd start looking.