The My Profile page is part of the user dashboard and is displayed only if there is a published page using the custom page template “User Dashboard Profile Page.”
Users are redirected to this page after logging in (unless a different redirect page is set in Theme Options).
Or they can access this page from the User Menu
On this page, users can:
-
Add personal details such as First Name, Last Name, and more.
-
Upload a profile image and an optional ID scan.
- See what Email Address is used for Contact Owner forms, even if the site is used for a Single Owner. Check here more information about Single Owner.
Help to upload an ID scan and a profile image.
Additional Fields
The My Profile page includes two additional fields:
-
Payment Info/Hidden Field: A private field that is not published on the front end.
-
Email for Receiving PayPal Payments: Used to specify the email for receiving booking fees, refund security fees, or for offline payments (processed outside of the theme).
Account Deletion
Users can delete their account directly from the My Profile page.
This action will remove all data related to the account, including:
-
Profile details
-
Reservations
-
Properties
-
Bookings
-
Invoices
-
Sent messages
-
Reviews
Integration with API Login
The My Profile page URL is used when setting up Facebook and Google login APIs.
Help for Facebook login.
Help for Google login.
Hide Elements from the Profile Page with Custom CSS
How to hide “I live In” from My Profile
[id="live_in"] { display: none!important; } [for="live_in"] { display: none!important; }
How to hide “Facebook”
[id="userfacebook"] { display: none!important; } [for="userfacebook"] { display: none!important; }
How to hide “Twitter”
[id="usertwitter"] { display: none!important; } [for="usertwitter"] { display: none!important; }
How to hide “Linkedin”
[id="userlinkedin"] { display: none!important; } [for="userlinkedin"] { display: none!important; }
How to hide “Pinterest”
[id="userpinterest"] { display: none!important; } [for="userpinterest"] { display: none!important; }
How to hide “Skype”
[id="userskype"] { display: none!important; } [for="userskype"] { display: none!important; }
How to hide “Mobile”
[id="usermobile"] { display: none!important; } [for="usermobile"] { display: none!important; }
How to hide “I Speak”
[id="i_speak"] { display: none!important; } [for="i_speak"] { display: none!important; }
How to hide “Email Receiving for PayPal Payments”
[id="paypal_payments_to"] { display: none!important; } [for="paypal_payments_to"] { display: none!important; }
How to hide “Email Receiving for PayPal Payments”
[id="paypal_payments_to"] { display: none!important; } [for="paypal_payments_to"] { display: none!important; }
How to hide “Upload Id Scan”
#user-id-image { display: none; } #user-id-uploader { display: none; }