Posted: July 23, 2014 at 4:47 am
|
Hi, I have this shortcode in my page that lets members edit their details. However i want it to only display the fields firstname, lastname,email, password and repeat password. Where and what is the file for setting these. Thanks Gary |
|
Hi Gary, There are no options to remove these, but you could use CSS to hide the ones you don’t want: .edit-profile fieldset:nth-of-type(2) { display:none; } .edit-profile .form-textarea { display: none; } |
|
Hi, Thanks, still stuck I used .edit-profile fieldset .form-address{ display:none; } and that gets rid of the individual fields however i cannot access the individual fieldsets themselves to get rid or move them. form.edit-profile fieldset { The 3 of them are called <fieldset> and i dont want to hide them all just the middle one. I now have a middle one called contact info which is empty. Thanks Gary Code Below <h3 class=”ui-widget-header ui-corner-top”>Name</h3> |
|
<fieldset> |
|
Hi , I also need to edit the confirmation Payment Overview page after registration as my events are pay instore at the moment how would i do this THanks Gary |
Hello, We need to be able to see the page. Please email temporary information such as a sample user login and link to profile page to the email address below. Also include a link to the support post. support [at] eventespresso.com Thanks! — |
|
|
Ok Email just sent. THanks Gary |
You could hide that fieldset using form.edit-profile fieldset:nth-of-type(2) { display: none; } That will hide the 2nd fieldset element within a form with the class edit-profile. We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these. |
|
|
Hi, Thanks that worked, i now need to change the headings of the fieldsets. So instead of “Other Information” which is the heading of the 3rd fieldset i want to change it to “Change your Password”. I also want to change the labels over the fields. For example i want to change Thanks Gary |
Both of those strings are translatable, so I would recommending using the ‘Quick Localization’ plugin provided within this guide: https://eventespresso.com/wiki/how-to-change-wording-with-poedit/#plugins You’ll need to enter the original strings exactly as you have them above, then change the wording to your expected output. |
|
|
Hi, All sorted now!! Thanks for all your help on this, really great and patient support. Gary |
Hi Gary, Thank you for the feedback 🙂 If you wouldn’t mind we’d really appreciate if you could ‘share the love‘ Glad we could help, I’ll mark this thread resolved, if you do have any further questions please feel free to start another thread. |
|
The support post ‘[ESPRESSO_EDIT_PROFILE]’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.