- This topic has 1 reply, 2 voices, and was last updated 12 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › emember – custom field display order not working, change width of field, +more
Hi,
1) I’ve created a custom field that is now showing on the registration form, but the display order is being ignored. The custom field is showing up in the bottom always. Can you help please? This is the page http://leesilsbyrx.com/join-us/registration
2) How can I make the field where customers type wider?
3) How can I make the registration form (http://leesilsbyrx.com/join-us/registration) NOT list the membership type? (we only have one membership type, so that field is irrelevant).
4) How can I centralize the login on the page? See how it’s on the left now http://leesilsbyrx.com/practitioner-login
5) Can I change the word “join us” on the login page to something else? How? The page is http://leesilsbyrx.com/practitioner-login
Thank you so much!
1) My understanding is that custom fields are always added to the bottom and the order setting refers to the order of the “custom” fields only. (I will check with Admin to confirm this)
2) Use firebug to adjust CSS settings such as width. Eg, something like the following might work when added to the eMember_custom_style.css file:
#wp_emember_regoForm table td {
width: 300px !important;
}
3) See this for how to hide a field:
https://support.tipsandtricks-hq.com/forums/topic/hiding-registration-fields
4) As per point 2) you will need to use firebug to experiment with CSS. A hint in this case would be to try setting the “margin-left” and “margin-right” to “auto” for the table element.
5) For customizing various messages and wording see this page:
You will need to change the message referred to by this variable: EMEMBER_JOIN_US