Support

Home Forums Event Espresso Premium [ESPRESSO_EDIT_PROFILE]

[ESPRESSO_EDIT_PROFILE]

Posted: July 23, 2014 at 4:47 am


gary cox

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


Dean

July 23, 2014 at 7:10 am

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; }


gary cox

July 25, 2014 at 10:52 am

Hi,

Thanks, still stuck

I used

.edit-profile fieldset .form-address{ display:none; }
.edit-profile fieldset .form-address2{ display:none; }
.edit-profile fieldset .form-city{ display:none; }
.edit-profile fieldset .form-state{ 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 {
margin: 0 0 20px;
}

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>
<div class=”event-data-display ui-widget-content ui-corner-bottom”>
<p class=”form-username”>
<label for=”first-name”>First Name</label>
<input class=”text-input ui-input” name=”first-name” type=”text” id=”first-name” value=”Gary”>
</p><!– .form-username –>
<p class=”form-username”>
<label for=”last-name”>Last Name</label>
<input class=”text-input ui-input” name=”last-name” type=”text” id=”last-name” value=”Cox”>
</p><!– .form-username –>
<p class=”form-email”>
<label for=”email”>E-mail *</label>
<input class=”text-input ui-input” name=”email” type=”text” id=”email” value=”info@pulseireland.com”>
</p><!– .form-email –>
</div>
</fieldset>


gary cox

July 25, 2014 at 11:40 am

<fieldset>
<h3 class=”ui-widget-header ui-corner-top”>Name</h3>
<div class=”event-data-display ui-widget-content ui-corner-bottom”>
<p class=”form-username”>
<label for=”first-name”>First Name</label>
<input class=”text-input ui-input” name=”first-name” type=”text” id=”first-name” value=”Gary”>
</p><!– .form-username –>
<p class=”form-username”>
<label for=”last-name”>Last Name</label>
<input class=”text-input ui-input” name=”last-name” type=”text” id=”last- name” value=”Cox”>
</p><!– .form-username –>
<p class=”form-email”>
<label for=”email”>E-mail *</label>
<input class=”text-input ui-input” name=”email” type=”text” id=”email” value=”info@pulseireland.com”>
</p><!– .form-email –>
</div>
</fieldset>


gary cox

July 25, 2014 at 12:11 pm

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


Lorenzo Orlando Caum

  • Support Staff

July 25, 2014 at 8:29 pm

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!


Lorenzo


gary cox

July 25, 2014 at 9:20 pm

Ok Email just sent.

THanks

Gary


Tony

  • Support Staff

July 28, 2014 at 4:14 am

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.


gary cox

August 4, 2014 at 1:12 pm

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
“Password *” to “Your New Password *”.

Thanks

Gary


Tony

  • Support Staff

August 4, 2014 at 2:32 pm

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.


gary cox

August 14, 2014 at 9:34 am

Hi,

All sorted now!! Thanks for all your help on this, really great and patient support.

Gary


Tony

  • Support Staff

August 14, 2014 at 10:04 am

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.

Event Espresso