I'm glad it helped 😊 Maybe this video will be also helpful for you: How to Create Learndash Landing Pages with Woocommerce Direct Checkout Option? th-cam.com/video/RnnU_v12Qzg/w-d-xo.html
Appreciate it! Did you see the video on How to Create Learndash Landing Pages with Woocommerce Direct Checkout Option? See here th-cam.com/video/RnnU_v12Qzg/w-d-xo.html
Great work as usual, I think the code snippet on the website is different from the one in the video ( check step 2 as it seems to be missing some lines)
It was amazing. Thank you very much. It means a lot if you could help me with my problem. I customized my profile as you explained in the video. How can I make this multilingual? Do I have to write another CSS code? Or I can use WPML?
Hello, thank you thank you. This was an amazing tutorial. I have followed everything and got it set up, but on the top of my new Your Courses page I have a headline that says "here are your courses" and then some blind text, I don't know where this is coming from. Is there a way to get rid of this?
Sorry, I didn’t understand the question. Do you want to add two endpoints or do you want to add twos shortcodes to the same endpoint. If you want to add another shortcode then just find this row and copy-paste it below previoes one. And replace the shortcode. echo do_shortcode('[ld_profile]'); // HERE GOES LEARNDASH SHORTCODE
@@wpsimplehacks Sorry. So yes I think i want to add another end point so that I can add another tab to the screen. One will be for the courses to display when i click on it. And the other (new endpoint ) will be for the new additional shortcode i add. I was under the assumption a new shortcode would mean an additional end point is needed to accomplish that. Please let me know if I am waaaay off base (which is definitely possible) lol
@@IamDoQtorNo Just copy the code you used for the first custom enpoint and use it to add another one. Replace function names, for example instead of "public function add_endpoint" rename it "public function add_endpoint-new". Also, rename "My_Custom_My_Account_Endpoint" to "My_Custom_My_Account_Endpoint_New". Replace new "My_Custom_My_Account_Endpoint" with "new My_Custom_My_Account_Endpoint_New". Drop me an email if it is not working.
Excellent tutorial, thanks! After the Learndash and Woocommerce Account Pages have been merged, can I use a plugin like Nextend Social Login and Register to add social login?
@@wpsimplehacks Thanks for your reply. What I meant to ask is whether the merged reply can accept any social login plugin ie to also allow logging in by Google, FB, etc?
Appreciate this tutorial so much. I have 1 Question for you. Im editing the account page and creating my own buttons. Is it possible to set up an anchor link to the my account short code section along with an end-point link?
@@wpsimplehacks to give a better understanding, I have a lot of buttons on the “my account” page. In the mobile version view I have to scroll down a lot to see the short code content. How could I make the buttons show the short code content but also anchor (direct) the user to the content automatically? Thank you in advance
It probably need some custom coding but it’s hard to tell without seeing a site you have already. So, probably it would be wise to hire someone with the good knowledge to take a closer look at it. You may also try to create a tabbed my account page and see whether this helps you out. See this video th-cam.com/video/eqRN4peFoVU/w-d-xo.html
Thank you for this video.. i have a question.. The code in the website you shared is different from the one you used in the video.. (the code for woocommerce endpoint). i am completely new to this and thanks for your help so far
In this video I am using a Kadence theme which has this login/account system built in. Kadence theme free is awesome but Pro has even more features. For exampole, see this video on How to Create Complex Headers with Kadence theme: th-cam.com/video/rDjG4teeH5c/w-d-xo.html Kadence Pro can be found here bit.ly/3pzSe0v
Usually your "All courses" page has /courses/ slug. For example, mysite.com/courses You can change this slug under Settings >> Permalinks >> Learndash permalinks
my endpoints are not working to link the pages, demonstrated in 10:32. I have followed the video exactly.The error "The requested URL was not found on this server." Could it be because I am on a localhost?
Great tutorial and technical execution! Many thanks for such clear instruction here and on your site's post. I've followed everything with exactness, triple checked the code, turned off almost all plugins and tested as many variables as I could and the only thing I can't get to work is the login redirect. I really can't find anything that is hindering this from working (I've even found other resources that mimic your solution). Is there some update from WooCommerce that is preventing that snippet from working as of October 2021?
See here wpsimplehacks.com/how-to-merge-learndash-and-woocommerce/#step-4-redirect-user-to-the-learndash-courses-tab-after-login Now try to add the second snippet and see whether it helped. Tested and works on my end.
Yes you can. You just need to use Visibility Logic for Elementor plugin along with it if you would like to hide the content from the logged out users. The plugin is here wordpress.org/plugins/visibility-logic-elementor/
@@wpsimplehacks Hi great ! but I was talking about the way you customize the page with Gutenberg and do it with elementor with snipets … is it possible ?
@Raffi Cherbedjian The only time I’m using Gutenberg is to customize the My account page. And as I said earlier, you can do that with Elementor. There is no need to use Code snippets with Elementor if mergeing LD with Woo. You use Code snippets oly to create endpoints etc.
WOW, great tutorial, works like a charm, thank you so much! :D One question if I may? As administrator I want to be able to access all the Wordpress user profiles in the backend, but when I click on another user in the backend, I keep getting redirected to my own user profile on the new merged account page on the front end. Do you know if there's a solution so I also can get access to all the backend user profiles?
Hye there, I have problem after copying the first code and refresh the permalink, the Your Courses redirect me to my Home. How to troubleshoot this one? Thanks
Try to resave couple of more times. If that does not work, rename the .htaccess file and resave permalinks one more time. Maybe the.htacess file is corrupted. Also, clean your browsers cache and server cache. And this link here may be helpful www.hostgator.com/help/article/links-on-wordpress-all-redirect-back-to-home-page
Thank you so much but i have an issue, I have a wishlist page, I changed all the endpoints to my wishlist page which is 'wishlist' and it appears in the tabs but the problem is that when someone clicks on the Wishlist tab, they are taken to the Wishlist tab. I want the wishlist content to be shown beside the tabs, just like how yours is, the content is displayed right next to the Tabs. how do i achieve this? Thank you,
@@wpsimplehacks Thanks. I have the shortcode that would be used to add to the endpoint. But I'm unclear on the script language you used for learn dash, If i wanted to add another shortcode what is the least intrusive way to do it with yoru code?
Thank you for the tut! Is there any way to change the Dashboard default text with a snippet? Others say one should change the functions.php in the Child theme, which I don't want to mess around with.
Hello friend, it is the best tutorial of all TH-cam regarding this topic, my respects and congratulations for giving you the time to explain it as a 5-year-old child, I want to ask you a question, I would like to change the avatar image of my account but without the person enters the backend, but change the image from the front, is it possible? Thank you very much for your work.
Great tutorial!! I just have a question. I'm using WooCommerce and LearnDash, In your menu, when you are not logged in I see login but when you are logged in I see your name. How did you do that?
In the video I am using Kadence Theme and it allows me to add a Account element to the menu. This element has an option which lets me do that. If you haven’t used Kadence theme then see here kadence-theme.com/premium/?ref=547 Also, there are some Kadence related videos in my channel you may want to take a closer look.
Hello, i have a question. if you can help then it would be good for me. Actually my question is, I want to sell a online course and a Ebook or digital file in my same domain. Is it possible that after purchase the course and ebook the customer can get both from the same dashboard? And also customer can download the ebook from the dashboard also? Please let me know. I'll be waiting for your response.
Hello, I hope you can help me because I’ve found a bug. When I paste the first snippet into the snippets plugin it changes the title of the course into „your courses“. It’s this line // New page title. $title = __( 'Your courses', 'woocommerce' ); remove_filter( 'the_title', array( $this, 'endpoint_title' ) ); } return $title; } How to fix? I want the original title of my course.
Take a look at the modified code here wpsimplehacks.com/how-to-merge-learndash-and-woocommerce/#step-2-add-courses-endpoint-to-woocommerce Tested and works. Screenshot to prove it cln.sh/LPfLNc
Hello! Thank you very much for your tutorial! It works great! ... One question: Do you know how to hide the default message of "my acoount dashboard" : Hello.....Are you...? From the dashboard... bla bla bla.." It is really annoying and ugly there but don't know how to hide it. Thank u! :-)
YOUR REALLY DID A GREAT JOB, THANK YOU I'm watching youtube tutorials from almost 20 years and this is the first time I commented , only to thank you for this great video . could you help to change the courses view from list to grid view using the short code in the snippet .. thanks again
@@mohamedrefaat6012 My snippet is showing the Learndash account panel and it is not meant for the grids. You can add the Course grid add-on shortcode over there and see whether it works. Since I don’t use grid view I have’nt tested it thought.
PERFECT! MARVELLOUS! EXCEPTIONNAL! Exactly what I was looking for. And I have another question but I couldn't find out a contact form or e-mail where to ask it. How can I reach you with my specific question?
Yes, you can. You just need to just Visibility logic for Elementor extension with it. It lets you hide the widhets from logged-out users See here wordpress.org/plugins/visibility-logic-elementor/
hello sir came across a weird situation, The avatar shows on the subcribe role but not on admin role..I disabled this in the theme. I use the kadence theme. and on the admin page/accountlyout I disabled the Avatar and name. Do you know if there is a new issue? The avatar shows on the woocommerce dashboard button in the my account page
Incredible tutorial, very helpful. However, I am having issues making this work. Even after installing snippet, clearing cache, and re-saving the permalinks settings, the "your courses" tab still says that the link can't be found. Any suggestions? It would be greatly appreciated.
@Liam McGavin As I remember Darion had already a page or post with a slug "courses" or "your-courses". Therefore, try to rename the endpoint slug to something else
Hello friend, I have a website in the main domain, and the academy in the subdomain, I want the student to log in to the main domain and be logged in, to be redirected to the subdomain, could you help me in this case?
Hello, I found this weird situation, whenever I had more than one course always the first courses takes the name of whatever I write on this line ( $title = __( 'recorded courses', 'woocommerce' );
Great tutorial here... Everything worked for me BUT this .woocommerce-MyAccount-navigation { display:none; } It refused to hide the navigation, NO MATTER WHAT I DO. Can you help?
What theme do you use? Most likely your theme overrides default Woocommerce My account classes and therefore this is not working. You may ask from the theme developer about it.
Great tutorial! Is there any chance of contacting you? I would like to do the same but with learnpress. When I do it with the first code, the whole panel overlaps and it looks tragic. I have a screenshot, but I don't know where to send.
Hi, UNfortunately I haven’t used Learnpress and therefore I am not sure whether I can be any help. Bu, send the email to info@wpsimplehacks.com and let me take a look at it.
Wow. You are a machine! Really great video. Implemented everything like this and it works perfectly. Do you happen to know how to remove the header (picture and name) on the "Your Courses" page? Maybe you have another great snippet here too :-)
@Dieter Studer If you want to hide profile avatar, then use this CSS code: .learndash-wrapper .ld-profile-avatar { display: none; } To hide profile name, use this one: .learndash-wrapper .ld-profile-summary .ld-profile-card { display: none; } If you want to hide both avatar and name + courses/completed/certificates/points count then use this: .learndash-wrapper .ld-profile-summary { display: none; } Add it to the Addtional CSS section of your Customizer.
@@wpsimplehacks I have spent days waiting for just such an answer. You are amazing. Thank you for the effort and for this free content. One of the best I have seen here on youtube. I have one more quick question: Would it also be possible to hide courses/completed/certificates/points count? :)))
Woocommerce will not redirect to /my-account/your-course/ no matter what I do. I used your code at first but when that did not work I tried redirect plugins and it still did not work
Maybe some other plugin has some setting which messes it up. Try to deactivate all the plugins except Leardash, Code snipepts and Woocommerce and try then start activating plugins one by one to see which on is interfering.
First one: I just retested it and works well. Did you re-save the permalinks after activating it? You have to re-save permalinks in order this new endpoint to be working. Second one: Once more I tested it and it also works.
@@wpsimplehacks Maybe the issue from my side. I noticed that the public function add endpoints() is not there in the website, but it was fixed once I correct it by following the video.
This is the best video online about merge WordPress and learndash accounts. thanks a lot for sharing your talent.
Thanks ☺️
Absolutely one of the best tutorials! I love that you showed what problems might come up and how to solve them.
Thanks 🙂
THANK YOU SO MUCH FOR THIS!!!!!
Saved me SOOO many headaches!!!
Glad it helped!
Thanks a LOT !! I've been looking for this fonctionnality for days !!
Glad it worked
A fantastic tutorial and really made my life a lot easier. Thank you so much for sharing.
You're welcome 😊
Thanks man! You saved me 79 dollar a year on another pushy premium plug-in
You're welcome 😊
Excellent tutorial. I appreciate all the great tips and tricks you are sharing here. Thank you.
Glad it was helpful!
Thank you for your helpful tutorials. Covers everything so clearly. Do you have any videos for how to create a video course?
Hi,
Not yet 🙂
The Best Tutorial
Thanks ☺️
Woot Woot! Exactly what I was looking for! Excellent explanations. Thanks for sharing 👍🏻
I'm glad it helped 😊 Maybe this video will be also helpful for you: How to Create Learndash Landing Pages with Woocommerce Direct Checkout Option?
th-cam.com/video/RnnU_v12Qzg/w-d-xo.html
What a man! Thank you so much. This is amazing. I love this guy!!
Glad I could help!
Best tutorial man!
Appreciate it!
Did you see the video on How to Create Learndash Landing Pages with Woocommerce Direct Checkout Option? See here th-cam.com/video/RnnU_v12Qzg/w-d-xo.html
Helo is amazing tutorial. Congratulations for your job....thank you very much and God Bless you.
Thank you! Cheers!
Great tutorial, very efficient and very helpful, thanks!
Glad you enjoyed it!
Great work as usual, I think the code snippet on the website is different from the one in the video ( check step 2 as it seems to be missing some lines)
Most likely they changed something and the first code didn't work after that, so I had to revise it
Really helpful thank you so much!!!
Glad it helped!
It was amazing. Thank you very much.
It means a lot if you could help me with my problem. I customized my profile as you explained in the video. How can I make this multilingual? Do I have to write another CSS code? Or I can use WPML?
As far as i remember, it should work with WPML
@@wpsimplehacks Thanks again! Some URLs have been changed. It works like a charm now! Your videos are awesome... Thanks again🙏🙏
Hello, thank you thank you. This was an amazing tutorial. I have followed everything and got it set up, but on the top of my new Your Courses page I have a headline that says "here are your courses" and then some blind text, I don't know where this is coming from. Is there a way to get rid of this?
Most likely with the help of some custom css.
How would you add another shortcode to this technique? If you wanted to add two to the eoocommerce account page?
Sorry, I didn’t understand the question. Do you want to add two endpoints or do you want to add twos shortcodes to the same endpoint.
If you want to add another shortcode then just find this row and copy-paste it below previoes one. And replace the shortcode.
echo do_shortcode('[ld_profile]'); // HERE GOES LEARNDASH SHORTCODE
@@wpsimplehacks Sorry. So yes I think i want to add another end point so that I can add another tab to the screen. One will be for the courses to display when i click on it. And the other (new endpoint ) will be for the new additional shortcode i add. I was under the assumption a new shortcode would mean an additional end point is needed to accomplish that. Please let me know if I am waaaay off base (which is definitely possible) lol
@@IamDoQtorNo Just copy the code you used for the first custom enpoint and use it to add another one. Replace function names, for example instead of "public function add_endpoint" rename it "public function add_endpoint-new".
Also, rename "My_Custom_My_Account_Endpoint" to "My_Custom_My_Account_Endpoint_New". Replace new "My_Custom_My_Account_Endpoint" with "new My_Custom_My_Account_Endpoint_New".
Drop me an email if it is not working.
@@wpsimplehacks Roger. I will give that a whirl. Thanks again...your videos are definitely DOPE!!!
Excellent tutorial, thanks! After the Learndash and Woocommerce Account Pages have been merged, can I use a plugin like Nextend Social Login and Register to add social login?
Unfortunately I haven’t used this plugin, therefore I don’t know whether it works.
@@wpsimplehacks Thanks for your reply. What I meant to ask is whether the merged reply can accept any social login plugin ie to also allow logging in by Google, FB, etc?
Appreciate this tutorial so much. I have 1 Question for you. Im editing the account page and creating my own buttons. Is it possible to set up an anchor link to the my account short code section along with an end-point link?
If you know the end-point URL (/my-account/orders/ for example) then yeah, you can do it.
@@wpsimplehacks to give a better understanding, I have a lot of buttons on the “my account” page. In the mobile version view I have to scroll down a lot to see the short code content.
How could I make the buttons show the short code content but also anchor (direct) the user to the content automatically?
Thank you in advance
It probably need some custom coding but it’s hard to tell without seeing a site you have already. So, probably it would be wise to hire someone with the good knowledge to take a closer look at it.
You may also try to create a tabbed my account page and see whether this helps you out. See this video th-cam.com/video/eqRN4peFoVU/w-d-xo.html
@@wpsimplehacks thank you so much, do you do any custom work?
No. I have too much stuff on my plate right now so I will not take any new projects in for a while. Sorry :)
Thank you for this video.. i have a question.. The code in the website you shared is different from the one you used in the video.. (the code for woocommerce endpoint). i am completely new to this and thanks for your help so far
The code on my site should still work. Sometimes I revise those snippets.
It's totally awsome thank you. CAN you please tell me which custom login/registration form you using?
In this video I am using a Kadence theme which has this login/account system built in. Kadence theme free is awesome but Pro has even more features. For exampole, see this video on How to Create Complex Headers with Kadence theme: th-cam.com/video/rDjG4teeH5c/w-d-xo.html
Kadence Pro can be found here bit.ly/3pzSe0v
@WP Simple Hacks - Wordpress tips and tricks Thanks .I am using astra and also run learndash which is better plugin for login and registration?
Astra does not have an account element on header and therefore you need to use some other plugin for that.
Thanks for this and your other videos, but how do I find where My Course are?
Usually your "All courses" page has /courses/ slug. For example, mysite.com/courses
You can change this slug under Settings >> Permalinks >> Learndash permalinks
Amazing content. Thank you so much for your help.
Glad it helped 😊
That was very helpfull. Thanks a lot
You're welcome 😊
my endpoints are not working to link the pages, demonstrated in 10:32. I have followed the video exactly.The error "The requested URL was not found on this server." Could it be because I am on a localhost?
You probably added a wrong URL as endpoint
Great tutorial and technical execution! Many thanks for such clear instruction here and on your site's post.
I've followed everything with exactness, triple checked the code, turned off almost all plugins and tested as many variables as I could and the only thing I can't get to work is the login redirect. I really can't find anything that is hindering this from working (I've even found other resources that mimic your solution). Is there some update from WooCommerce that is preventing that snippet from working as of October 2021?
See here wpsimplehacks.com/how-to-merge-learndash-and-woocommerce/#step-4-redirect-user-to-the-learndash-courses-tab-after-login
Now try to add the second snippet and see whether it helped. Tested and works on my end.
Nice tricks !!! is it working with element or as well ?
What part of the tutorial do you mean?
@@wpsimplehacks I mean instead of using gutenberg to customize the page ??
Yes you can. You just need to use Visibility Logic for Elementor plugin along with it if you would like to hide the content from the logged out users. The plugin is here wordpress.org/plugins/visibility-logic-elementor/
@@wpsimplehacks Hi great ! but I was talking about the way you customize the page with Gutenberg and do it with elementor with snipets …
is it possible ?
@Raffi Cherbedjian
The only time I’m using Gutenberg is to customize the My account page. And as I said earlier, you can do that with Elementor. There is no need to use Code snippets with Elementor if mergeing LD with Woo. You use Code snippets oly to create endpoints etc.
WOW, great tutorial, works like a charm, thank you so much! :D One question if I may?
As administrator I want to be able to access all the Wordpress user profiles in the backend, but when I click on another user in the backend, I keep getting redirected to my own user profile on the new merged account page on the front end. Do you know if there's a solution so I also can get access to all the backend user profiles?
Install User Switching plugin. It is free and allows you to switch to user accounts..
Hye there,
I have problem after copying the first code and refresh the permalink, the Your Courses redirect me to my Home. How to troubleshoot this one?
Thanks
Try to resave couple of more times. If that does not work, rename the .htaccess file and resave permalinks one more time. Maybe the.htacess file is corrupted. Also, clean your browsers cache and server cache.
And this link here may be helpful www.hostgator.com/help/article/links-on-wordpress-all-redirect-back-to-home-page
@@wpsimplehacks tq will try it.
Thank you so much but i have an issue, I have a wishlist page, I changed all the endpoints to my wishlist page which is 'wishlist' and it appears in the tabs but the problem is that when someone clicks on the Wishlist tab, they are taken to the Wishlist tab.
I want the wishlist content to be shown beside the tabs, just like how yours is, the content is displayed right next to the Tabs. how do i achieve this?
Thank you,
Sorry, can’t help with that.
Howdy, great content and videos. How would you do the same with memberpress like you did with learn dash and add it to the WC endpoint?
Unfortunately I am not familiar with the Memberpress
@@wpsimplehacks Thanks. I have the shortcode that would be used to add to the endpoint. But I'm unclear on the script language you used for learn dash, If i wanted to add another shortcode what is the least intrusive way to do it with yoru code?
great!!!!!!!!!!!!!! Thank you so much!
You're welcome 😊
Thank you for the tut! Is there any way to change the Dashboard default text with a snippet? Others say one should change the functions.php in the Child theme, which I don't want to mess around with.
This text comes from the Woocommerce. If you need to change it then install a plugin called Loco Translate and change Woocommerce translations.
Hello friend, it is the best tutorial of all TH-cam regarding this topic, my respects and congratulations for giving you the time to explain it as a 5-year-old child, I want to ask you a question, I would like to change the avatar image of my account but without the person enters the backend, but change the image from the front, is it possible? Thank you very much for your work.
See whether this plugin can help you out wordpress.org/plugins/wp-user-avatars/
Hey great tuto! Is it possible to add another 'block' to the learndash profile? like [ld_group_list] without creating another endpoint?
I’m not sure whether LD allows you to modify their profile like that. You would have to ask theri support whether that can be done.
Great tutorial!! I just have a question. I'm using WooCommerce and LearnDash, In your menu, when you are not logged in I see login but when you are logged in I see your name. How did you do that?
In the video I am using Kadence Theme and it allows me to add a Account element to the menu. This element has an option which lets me do that. If you haven’t used Kadence theme then see here kadence-theme.com/premium/?ref=547
Also, there are some Kadence related videos in my channel you may want to take a closer look.
Hi, In this case, edit profile does not have any avatar upload option. How to enable it? so that user can set their own profile picture? Thank you.
It would be wise to ask this question directly from the Learndash support
@@wpsimplehacks I have solved this by using another plugin for now. Thanks for your reply though.
Hello, i have a question. if you can help then it would be good for me.
Actually my question is, I want to sell a online course and a Ebook or digital file in my same domain. Is it possible that after purchase the course and ebook the customer can get both from the same dashboard? And also customer can download the ebook from the dashboard also?
Please let me know. I'll be waiting for your response.
If you merge Woocommerce and Lerndash my account pages then under Downloads there is a way for your customer to download your book.
@@wpsimplehacks Thank you very much for your reply.
After buy the course or digital product customer will see this dashboard only right?
Hello, I hope you can help me because I’ve found a bug. When I paste the first snippet into the snippets plugin it changes the title of the course into „your courses“. It’s this line // New page title.
$title = __( 'Your courses', 'woocommerce' );
remove_filter( 'the_title', array( $this, 'endpoint_title' ) );
}
return $title;
}
How to fix? I want the original title of my course.
Take a look at the modified code here wpsimplehacks.com/how-to-merge-learndash-and-woocommerce/#step-2-add-courses-endpoint-to-woocommerce
Tested and works. Screenshot to prove it cln.sh/LPfLNc
@@wpsimplehacks
Thank you it worked 👍
Hello! Thank you very much for your tutorial! It works great! ... One question: Do you know how to hide the default message of "my acoount dashboard" : Hello.....Are you...? From the dashboard... bla bla bla.." It is really annoying and ugly there but don't know how to hide it. Thank u! :-)
See this rudrastyh.com/woocommerce/remove-dashboard-from-my-account-menu.html
YOUR REALLY DID A GREAT JOB, THANK YOU
I'm watching youtube tutorials from almost 20 years and this is the first time I commented , only to thank you for this great video .
could you help to change the courses view from list to grid view using the short code in the snippet .. thanks again
You need a Course Grid add-on. See here www.learndash.com/support/docs/add-ons/course-grid/
the course grid plugin is already active on my wordpress but the courses still appear in a list view in My account page after using your snippets
@@mohamedrefaat6012 My snippet is showing the Learndash account panel and it is not meant for the grids. You can add the Course grid add-on shortcode over there and see whether it works. Since I don’t use grid view I have’nt tested it thought.
PERFECT! MARVELLOUS! EXCEPTIONNAL! Exactly what I was looking for. And I have another question but I couldn't find out a contact form or e-mail where to ask it. How can I reach you with my specific question?
Send me an email to info@wpsimplehacks.com
Awesome video! Thank you so much for doing this. Is there a way to customize the my account page with the Free Elementor? :)
Yes, you can. You just need to just Visibility logic for Elementor extension with it. It lets you hide the widhets from logged-out users
See here wordpress.org/plugins/visibility-logic-elementor/
hello sir came across a weird situation, The avatar shows on the subcribe role but not on admin role..I disabled this in the theme. I use the kadence theme. and on the admin page/accountlyout I disabled the Avatar and name. Do you know if there is a new issue?
The avatar shows on the woocommerce dashboard button in the my account page
@djogo bier
This is probably Kadence related issue.
Incredible tutorial, very helpful. However, I am having issues making this work. Even after installing snippet, clearing cache, and re-saving the permalinks settings, the "your courses" tab still says that the link can't be found. Any suggestions? It would be greatly appreciated.
Let me check. Create a temporary user for me, email me and I’ll take a quick look.
@@wpsimplehacks Hello brilliant tutorial and workaround. I am getting the same issue and have tried the above. Do you have any suggestions ?
@Liam McGavin
As I remember Darion had already a page or post with a slug "courses" or "your-courses". Therefore, try to rename the endpoint slug to something else
Hello friend, I have a website in the main domain, and the academy in the subdomain, I want the student to log in to the main domain and be logged in, to be redirected to the subdomain, could you help me in this case?
Nope, unfortunately this out of my scope.
Hello, I found this weird situation, whenever I had more than one course always the first courses takes the name of whatever I write on this line ( $title = __( 'recorded courses', 'woocommerce' );
Hmmm... unfortunately I’m not sure what causes it.
@@wpsimplehacks
I have the same issue :(
Great tutorial here... Everything worked for me BUT this .woocommerce-MyAccount-navigation {
display:none;
} It refused to hide the navigation, NO MATTER WHAT I DO. Can you help?
What theme do you use? Most likely your theme overrides default Woocommerce My account classes and therefore this is not working. You may ask from the theme developer about it.
Great tutorial! Is there any chance of contacting you? I would like to do the same but with learnpress. When I do it with the first code, the whole panel overlaps and it looks tragic. I have a screenshot, but I don't know where to send.
Hi,
UNfortunately I haven’t used Learnpress and therefore I am not sure whether I can be any help. Bu, send the email to info@wpsimplehacks.com and let me take a look at it.
Hello. I really need to do this with Learnpress. Did you find a solution to do this with Learnpress? Kindly help me out. Thanks.
please make a video on "how to merge woocommerce my account to tutor Lms dashboard?"
I haven’t used Tutor LMS but I guess it works similarly. Maybe in the future I’ll take a closer look at it.
@@wpsimplehacks ok thank you bro from 🇮🇳 🥰
Wow. You are a machine! Really great video. Implemented everything like this and it works perfectly. Do you happen to know how to remove the header (picture and name) on the "Your Courses" page? Maybe you have another great snippet here too :-)
@Dieter Studer
If you want to hide profile avatar, then use this CSS code:
.learndash-wrapper .ld-profile-avatar {
display: none;
}
To hide profile name, use this one:
.learndash-wrapper .ld-profile-summary .ld-profile-card {
display: none;
}
If you want to hide both avatar and name + courses/completed/certificates/points count then use this:
.learndash-wrapper .ld-profile-summary {
display: none;
}
Add it to the Addtional CSS section of your Customizer.
@@wpsimplehacks You are fantastic. If I can pay you something for it, let me know. Very happy to support your valuable work.
@Dieter Studer
You can buy me a beer here 😉 wpsimplehacks.com/how-to-merge-learndash-and-woocommerce/#donation
@@wpsimplehacks I have spent days waiting for just such an answer. You are amazing. Thank you for the effort and for this free content. One of the best I have seen here on youtube. I have one more quick question:
Would it also be possible to hide courses/completed/certificates/points count? :)))
@@ABatista-fn3fo This should do the trick
.ld-profile-stats {
display: none;
}
you the best thanks
Glad you liked it
Woocommerce will not redirect to /my-account/your-course/ no matter what I do. I used your code at first but when that did not work I tried redirect plugins and it still did not work
Maybe some other plugin has some setting which messes it up. Try to deactivate all the plugins except Leardash, Code snipepts and Woocommerce and try then start activating plugins one by one to see which on is interfering.
Good job,
But some of the posted codes are different from the video.
Thanks. Did you find any of the snippets not working for you? Which ones?
@@wpsimplehacks
The first one, and the one for disabling the woocommerce logout confirmation.
First one: I just retested it and works well. Did you re-save the permalinks after activating it? You have to re-save permalinks in order this new endpoint to be working.
Second one: Once more I tested it and it also works.
@@wpsimplehacks
Maybe the issue from my side.
I noticed that the public function add endpoints() is not there in the website, but it was fixed once I correct it by following the video.
I’m glad you sorted it out and got it to work.
Hey buddy, struggling with a bug in this one. How do I contact you? Happy to pay for your time :)
What is the bug?
YOU JUST SAVED MY ASS!!! thank you so much
You’r welcome :)