How did you change the "account" world to link so you can add the end point?
@wpdev.14 күн бұрын
Sorry what?
@leomarkconstantino44512 ай бұрын
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?
@cinek88189 ай бұрын
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?
@wpdev.8 ай бұрын
Thats a different topic that I will cover in the future videos :)
@Shugufaahlanker23 күн бұрын
I dont see edit with elementor option for my account page . for other pages its present but not for this page
@wpdev.14 күн бұрын
It's not made in Elementor or the page is not editable by Elementor
@gregkeet5 ай бұрын
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.
@wpdev.5 ай бұрын
Are you sure if the code snippet was correct? Can you try using this - .woocommerce-account .woocommerce-MyAccount-content { width 100%; }
@rashaalshammari4284 ай бұрын
Same happened with me the issue was to add a colon in the code .woocommerce-account .woocommerce-MyAccount-content { width: 100%; } Try this
@The_Florea3 ай бұрын
@@rashaalshammari428 Thanks! This one works!
@imanny38952 ай бұрын
@@rashaalshammari428 You are life saver man. Appreciate it ♥
@leebarnes948615 күн бұрын
The code isnt working because there is no semi colon after width in the 2nd code
@wpdev.14 күн бұрын
Yes, thankyou I completely missed it in the description.
@more.israel8 ай бұрын
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?
@wpdev.8 ай бұрын
You mean a product page?
@dsuinfotech5 ай бұрын
Your css worked for me. thanks
@wpdev.4 ай бұрын
Great to hear!
@farhansultan-p1s10 күн бұрын
Is It Also Mobile Responsive ?
@CryptoKnowledgeHub-gl8tu8 ай бұрын
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
@philosophically40668 ай бұрын
its hidden
@wpdev.5 ай бұрын
Are you sure, the endpoints are correct? You can also use dynamic tags to link to different endpoints easily
@gsvexim5 ай бұрын
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.
@Trendelhi7 ай бұрын
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
@wpdev.7 ай бұрын
It's because of the lazy loading feature!
@Trendelhi7 ай бұрын
@@wpdev. how to fix this please
@patsymutiso5 ай бұрын
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 😊
@wpdev.5 ай бұрын
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
@AkaHUG5 ай бұрын
After I follow your clip I can't click any link, but when convert to previous it work normally.
@wpdev.5 ай бұрын
Hi, can you please elaborate? Which link are you talking about?
@AkaHUG5 ай бұрын
@@wpdev. Profile, Dashboard, Order, Download, Cart, Address, Logout all in account page
@DilRamdam17 күн бұрын
CSS code is not working
@wpdev.14 күн бұрын
Fixed!
@farhansultan-p1s10 күн бұрын
And How To I'm Add My Account On My Business Website
@Entrepreneurs-ForumАй бұрын
after logout the dashbord is still is not remove from my account page ?
@MelissaECabanАй бұрын
set conditional display logic
@wogavekkoup7 ай бұрын
Hello what about customize on mobile
@wpdev.7 ай бұрын
You just have to tweak some settings in Style and Advanced mode to make it compatible with mobile view.
@johndelden41205 ай бұрын
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
@wpdev.5 ай бұрын
Have you checked if the link is correct? It should end with /my-account/your-orders
@johndelden41205 ай бұрын
@@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.
@islamicMedia12128 ай бұрын
Custom linking are not working
@wpdev.5 ай бұрын
Make sure you enter the correct endpoints. This is specifically for the account page sections. Also, you can use dynamic tags (Elementor Pro)
@BackedMol5 ай бұрын
I have the same issue
@AbhishekThakur-r9y4 ай бұрын
I am not able to hide my sidebar using the provided code could you help me with that
@x_yuri_x4 ай бұрын
for me the following worked : body.woocommerce-page .woocommerce-MyAccount-navigation { display: none; }
@Antarjaal3603 ай бұрын
use this code =========== .woocommerce-MyAccount-navigation { display: none !important; } .woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; }
@wpdev.14 күн бұрын
Fixed the code
@wpdev.14 күн бұрын
Thankyou!
@wpdev.14 күн бұрын
Thanks!
@vlb.strategies5 ай бұрын
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.5 ай бұрын
Are you sure that the CSS is correct? Can you double check or send a screenshot of the issue.
@joemurphy25943 ай бұрын
@@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.
@kevinjoash76 ай бұрын
Please include a tutorial for Yith Woocommerce wishlist on the same dashboard (woocommerce + yith) on the same dashboard.
@שלוחבה-ו6ה3 ай бұрын
what happens on mobile screen? what happens when log out user enter this page ?
@marciegrahame24349 ай бұрын
Where is the code snippet please. Not linked above. Thanks
@wpdev.8 ай бұрын
Please find in the description :)
@arjun-sh8ycАй бұрын
In last account who to select I don't understand
@willyjardon96988 ай бұрын
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.
@wpdev.5 ай бұрын
Turn off guest login. Keep it available only for main users
@mr_howto-everthing3 ай бұрын
Comment section🤣🤣🤣I can't even continue watching
@wpdev.14 күн бұрын
Fixed the code so you can watch it now XD
@amankhanna49805 ай бұрын
Button linking process not working what can I do for linking?
@wpdev.5 ай бұрын
Which buttons are you talking about?
@amankhanna49805 ай бұрын
@@wpdev. every buttons are not working, i link order button and address button but not working any of these?
use this code =========== .woocommerce-MyAccount-navigation { display: none !important; } .woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; }
@Edvinramirez1122332 ай бұрын
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%; }
@wpdev.14 күн бұрын
Fixed
@wpdev.14 күн бұрын
Thankyou!
@Dozup92 ай бұрын
I cant open page with elementor and any other page builder
@AbhaySingh-yp2oz3 ай бұрын
I am getting page not found error.. please help me..
@wpdev.3 ай бұрын
Which page? Can you specify?
@Grabbenhof4 ай бұрын
CSS is not working for me, everything remains same
@NestorYR4 ай бұрын
Same for me..
@wpdev.14 күн бұрын
Fixed the code!
@wpdev.14 күн бұрын
Fixed
@benjazzy68323 ай бұрын
very good i love your video thank u
@AlveeMahmud19 күн бұрын
Code is not working
@wpdev.14 күн бұрын
It's fixed now. Please check again
@AlveeMahmud11 күн бұрын
@@wpdev.Where? 🙂 css code not working
@ShibajiRoy-ie3pt6 ай бұрын
Additional css links are not working
@wpdev.6 ай бұрын
What error are you seeing
@ShibajiRoy-ie3pt6 ай бұрын
@@wpdev. Everythings are going like same but am really unable to linked these buttom with there value/page. Need this solution please please.🙂
@ShibajiRoy-ie3pt6 ай бұрын
@@wpdev. Even allmost all the pages and settings are setup perfectly, just need only this solution. I really looking on you.
@BARISONPKONLINESTORE5 күн бұрын
not work on mobile
@ThatRealGuy13 ай бұрын
Great video
@wpdev.3 ай бұрын
Thanks!
@philosophically40668 ай бұрын
Maybe you skip linking of Order and Address!!!
@wpdev.8 ай бұрын
Same steps as Account.
@user-samueladema7779 ай бұрын
Where is the css?
@wpdev.8 ай бұрын
Please find it in the description :)
@neilvincent3935Ай бұрын
Good video, but you are going way too fast and not showing the steps properly.
@wpdev.Ай бұрын
Thanks and we'll try to create a better Account Page video soon.
@Outlanderwow4 ай бұрын
The wrost turtorial ever! Skipped all first steps...
@yogi-ct5nc6 ай бұрын
Thank you very much brother. I am getting hard time to make it Mobile responsive. Please help me in it. Thank you again.
@wpdev.6 ай бұрын
Hey, you should use Elementor for this because they have built-in responsiveness checker and you can make changes accordingly!
@foxnut62404 ай бұрын
Aapke samjhane ka trika bakwas h
@foxnut62404 ай бұрын
Bakwas samjhate ho
@syedshahzanhussainrizvi3133 ай бұрын
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?