Account Page – First/Last-Name Layout
This topic contains 20 replies, has 4 voices, and was last updated by hase 6 years, 10 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: account page two-column layout
-
AuthorPosts
-
January 3, 2018 at 9:50 am #1239
Hello Support,
the account page should show the first and last name in a two column layout, but I observe that the layout is not properly formated as shown by the first attached file “AccountForm.png”.
The second file “AccountPage-FirstName-Config.PNG” shows the configuration of the Firstname field.
The third file “AccountForm..html” shows the relevant generated source code (only the side content).
Here is the code for the firstname field only:
<div id=”uwp_account_first_name_row”
class=”required_field uwp_form_text_row”><label>Vorname<span>*</span></label>
<input name=”uwp_account_first_name”
class=”uwp-half uwp-half-left uwp_textfield”
id=”uwp_account_first_name”
placeholder=”Vorname”
value=”user”
title=”Vorname”
oninvalid=”this.setCustomValidity(”)”
oninput=”setCustomValidity(”)”
required=”required” type=”text”
/>
<span class=”uwp_message_note”></span>
<span class=”uwp_message_error”></span>
</div>As shown the css styles “uwp-half uwp-half-left” is only applied to the input field named “uwp_account_first_name”, but not to containing div identified by “uwp_account_first_name_row”.
Because of that the label get 100 percent of the width. If applied to the containing div I would expect that the width of the container will constrain the width of the contained items, label and input field in this case.Same applies to the div showing the label and Input field for the last name.
Can you pls. check if the two column layout of the account page works as expectd for the user name fields?
I’m using WordPress 4.9 with official theme “Twenty Seventeen” Version 1.3 and UsersWp plugin 1.0.11 (with redirect fix provided in response to my post “Redirect to current page/blog after Login”).
In case you want to verify the layout on my website I will provide an appropiate test account in a private post.
Thanks in advance!
Best
haseJanuary 3, 2018 at 10:15 am #1242Hi Hase,
Please provide wp-admin details and we will take a look.
Thanks,
Stiofan
January 3, 2018 at 10:22 am #1243This reply has been marked as private.January 3, 2018 at 10:41 am #1247Well the url would help 🙂
If we have wp-admin details we can apply any fixes/changes that might need done.
Stiofan
January 3, 2018 at 10:55 am #1248This reply has been marked as private.January 3, 2018 at 11:09 am #1249This reply has been marked as private.January 3, 2018 at 11:34 am #1250Hi, i did not change any passwords.
The registration form looks ok to me, how can i replicate the issue? What browser are u using?
Stiofan
January 3, 2018 at 11:53 am #1251This reply has been marked as private.January 3, 2018 at 1:44 pm #1252This reply has been marked as private.January 3, 2018 at 2:33 pm #1256A developer is working on it and will update you tomorrow.
Thanks,
Stiofan
January 4, 2018 at 8:32 am #1259This reply has been marked as private.January 4, 2018 at 8:56 am #1260Hi Harald,
We have applied a fix for this in our plugin and it will be available in next release of the plugin. If you want to make it on your site before release then let us know the FTP details in private reply so that we can make required changes in the plugin’s files on your site.
Regards,
PatrikJanuary 5, 2018 at 10:26 am #1263Hi Patrick,
I would like to make it on my side before your next release.
I did not found any new changes on https://github.com/UsersWP/userswp since Nov. 22.
Can you pls. provide your changes – the whole plugin or if you only changed a single php file a single zip file would do.Thanks in advance
haseJanuary 5, 2018 at 10:56 am #1264Hi Hase,
I have merged the pull now, u can see the changes here: https://github.com/UsersWP/userswp/pull/128/files
Thanks,
Stiofan
January 5, 2018 at 11:55 am #1265Hi Stiofan,
the fix worked. Great. Within 24 hours.
Your support is unbelievable!With pleasure
hase -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket