Can I put pdf for specific customer only, meaning every customer will have a new tab/button that will lead to a pdf file. every custoemrs will have different pdf. is it possible?
Hello. Nice tutorial. I have a question. How to display custom login and registration forms, instead default woocommerce forms, for logged out users, at my account page?
If you create a header using Elementor, you can make the Sign In button using the button widget. We'll upload a video soon on how to create a header with the Login/Sign-In button
Hi, thanks for this. To let you know, the 2nd snippet did nothing on my side, I have tried various options but I can not see why. The rest of the tutorial was perfect, thank you.
Hello. How can I add a form with identical features that will allow me to add products (including their variations), images, and everything related to products outside of the WordPress dashboard?
Hi, I want to hide the password change section on the front end which is being displayed using edit_account endpoint and also want the edit_endpoint to be read only untill the user selects edit profile. Can you please help regarding this.
@@wpdev. Yes, for me its /mijn-account/orders and without linking this it works correctly, but the moment I link it, it stays on the dashboard page and the URL says /mijn-account/orders. I think its just patched because they want you to purchase Elementor PRO, and with this video you can actually make a cool looking account page for free.
If i logout then the customization are showing. Like the dashboard , order etc. Its need to hide before user log in our site. If you know then please share it.
In his second code there is an error its missing : after the width if your just copying it from his comments. corrected to copy .woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
How do I get the account dashboard navigation menu to not show up? I put the CSS in the "Custom CSS" section but the nav menu is still showing. I'm not sure what I'm doing wrong
@@wpdev. I had the same issue when trying to add the code into the CSS under the Advanced tab of the Elementor User Account Widget. I solved it by using the WooCommerce shortcode for the ‘account’ in the Elementor Shortcode block and then placing the CSS in the page settings itself. To do this: Click Settings Gear Box (very bottom left if using sidebar) > Advanced Click Add Your Own Custom CSS > Enter the custom CSS codes provided After that, the issue should be resolved. The Woocommerce Account shortcode is: [woocommerce_my_account] I appreciate the assist. Hopefully, my workaround can help someone out.
Can I put pdf for specific customer only, meaning every customer will have a new tab/button that will lead to a pdf file. every custoemrs will have different pdf. is it possible?
How did you change the "account" world to link so you can add the end point?
Hello. Nice tutorial. I have a question. How to display custom login and registration forms, instead default woocommerce forms, for logged out users, at my account page?
Thats a different topic that I will cover in the future videos :)
I'd really like to see how to setup the sign in button in the header and how it changes after the user logs in 😊
If you create a header using Elementor, you can make the Sign In button using the button widget. We'll upload a video soon on how to create a header with the Login/Sign-In button
Your css worked for me.
thanks
Great to hear!
Hi, thanks for this. To let you know, the 2nd snippet did nothing on my side, I have tried various options but I can not see why. The rest of the tutorial was perfect, thank you.
Are you sure if the code snippet was correct? Can you try using this - .woocommerce-account
.woocommerce-MyAccount-content { width 100%; }
Same happened with me the issue was to add a colon in the code
.woocommerce-account
.woocommerce-MyAccount-content
{
width: 100%;
}
Try this
@@rashaalshammari428 Thanks! This one works!
@@rashaalshammari428 You are life saver man. Appreciate it ♥
very good i love your video thank u
I cant open page with elementor and any other page builder
Please include a tutorial for Yith Woocommerce wishlist on the same dashboard (woocommerce + yith) on the same dashboard.
How do I change text font and button color in default Woocommerce login/register page?
If it's Elementor, then you can use the Style tab. If you're using the standard page, you can customize it from the global site settings.
what happens on mobile screen? what happens when log out user enter this page ?
Hello. How can I add a form with identical features that will allow me to add products (including their variations), images, and everything related to products outside of the WordPress dashboard?
You mean a product page?
After I follow your clip I can't click any link, but when convert to previous it work normally.
Hi, can you please elaborate? Which link are you talking about?
@@wpdev. Profile, Dashboard, Order, Download, Cart, Address, Logout all in account page
Hi,
I want to hide the password change section on the front end which is being displayed using edit_account endpoint and also want the edit_endpoint to be read only untill the user selects edit profile. Can you please help regarding this.
Great video
Thanks!
sadly, but its not working... I can not link my orders to the orders page and if I remove the link, it works pretty well, so idk whats wrong
Have you checked if the link is correct? It should end with /my-account/your-orders
@@wpdev. Yes, for me its /mijn-account/orders and without linking this it works correctly, but the moment I link it, it stays on the dashboard page and the URL says /mijn-account/orders. I think its just patched because they want you to purchase Elementor PRO, and with this video you can actually make a cool looking account page for free.
Custom linking are not working
Make sure you enter the correct endpoints. This is specifically for the account page sections. Also, you can use dynamic tags (Elementor Pro)
I have the same issue
hello sir in link i write account but the other option are not showing so my address not open how can fixs that plz help
its hidden
Are you sure, the endpoints are correct? You can also use dynamic tags to link to different endpoints easily
your airlift plugin has a huge bug, it stops the site to fully loaded until we click on screen or slide a bit in screen
you can fix that
It's because of the lazy loading feature!
@@wpdev. how to fix this please
Where is the code snippet please. Not linked above. Thanks
Please find in the description :)
I am not able to hide my sidebar using the provided code could you help me with that
for me the following worked :
body.woocommerce-page .woocommerce-MyAccount-navigation {
display: none;
}
use this code
===========
.woocommerce-MyAccount-navigation {
display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100% !important;
}
Button linking process not working what can I do for linking?
Which buttons are you talking about?
@@wpdev. every buttons are not working, i link order button and address button but not working any of these?
CSS is not working for me, everything remains same
Same for me..
If i logout then the customization are showing. Like the dashboard , order etc. Its need to hide before user log in our site. If you know then please share it.
Turn off guest login. Keep it available only for main users
Comment section🤣🤣🤣I can't even continue watching
I am getting page not found error.. please help me..
Which page? Can you specify?
Hello what about customize on mobile
You just have to tweak some settings in Style and Advanced mode to make it compatible with mobile view.
content width code not working
.woocommerce-MyAccount-navigation {
display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
use this code
===========
.woocommerce-MyAccount-navigation {
display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100% !important;
}
In his second code there is an error its missing : after the width if your just copying it from his comments.
corrected to copy
.woocommerce-account
.woocommerce-MyAccount-content { width: 100%; }
Thank you very much brother.
I am getting hard time to make it Mobile responsive. Please help me in it.
Thank you again.
Hey, you should use Elementor for this because they have built-in responsiveness checker and you can make changes accordingly!
Maybe you skip linking of Order and Address!!!
Same steps as Account.
Additional css links are not working
What error are you seeing
@@wpdev. Everythings are going like same but am really unable to linked these buttom with there value/page. Need this solution please please.🙂
@@wpdev. Even allmost all the pages and settings are setup perfectly, just need only this solution. I really looking on you.
Where is the css?
Please find it in the description :)
The wrost turtorial ever! Skipped all first steps...
Aapke samjhane ka trika bakwas h
How do I get the account dashboard navigation menu to not show up? I put the CSS in the "Custom CSS" section but the nav menu is still showing. I'm not sure what I'm doing wrong
Are you sure that the CSS is correct? Can you double check or send a screenshot of the issue.
@@wpdev. I had the same issue when trying to add the code into the CSS under the Advanced tab of the Elementor User Account Widget.
I solved it by using the WooCommerce shortcode for the ‘account’ in the Elementor Shortcode block and then placing the CSS in the page settings itself. To do this:
Click Settings Gear Box (very bottom left if using sidebar) > Advanced
Click Add Your Own Custom CSS > Enter the custom CSS codes provided
After that, the issue should be resolved. The Woocommerce Account shortcode is:
[woocommerce_my_account]
I appreciate the assist. Hopefully, my workaround can help someone out.
Bakwas samjhate ho
After clicking when I click on any icon like orders or address it goes to correct page but my icons were removed any solution for it?