-
Author
-
May 14, 2018 at 12:01 #197695allenlinwParticipant
Hi, I have several concerns regarding the registration page/process. The attachment is how it currently looks like.
1. I could not get rid of the side bar for registration page even after attempting to select “full-width without side bar” from wordpress backend. Please help.
2. If I directly access this registration page, the password fields would be pre-filled with a unknown placeholder as shown in image. Please help me clear those fields so that their default state is always empty.
3. The birthday fields are shown as full-width drop down boxes, which are unnecessarily wide. I would like to have date, month, and year all being on the same line with smaller fitting boxes.
4. Is it possible to have a field required at registration but not allowed for modification afterwards?
Thank you.
Attachments:
You must be logged in to view attached files.May 15, 2018 at 21:24 #197823LauraModeratorHello 🙂
1- Try by adding this to style.css of child themeCOPY CODE.registration aside.four.columns { display: none !important; } .registration div#main-content { width: 100% !important; }
2- This is not by default, please try to deactivate some plugins and check again
3- Try by adding this to style.css of child themeCOPY CODE.registration .twelve.columns:nth-child(2) { width: 100% !important; } .registration .twelve.columns:nth-child(3) { width: 100% !important; } .registration .datebox-selects .custom.dropdown { max-width: 30%; margin-left: 3%; float:left !important;} .registration .twelve.columns { width: 50%; float: left; clear: none !important; } .registration .twelve.columns:first-child { width: 100%; }
4- This might help https://buddydev.com/plugins/bp-non-editable-profile-fields/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 16, 2018 at 12:10 #197870allenlinwParticipantHi,
Thanks for getting back to me so quickly.
However, I have updated the CSS file of child theme to how you suggested for number 1 and 3 but had completely no effects to the page.
Can you look into the issue for me?May 16, 2018 at 12:37 #197872allenlinwParticipantAs for number 2, I tried deactivating all plugins not related to your theme but still find the problem persists.
This pre-filled password problem only happens when I directly access registration page.
Thanks.
May 17, 2018 at 12:49 #197920LauraModeratorHello, please try by adding it to quick css at theme options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.