This topic has 4 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #197695
     allenlinw
    Participant

    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.
    #197823
     Laura
    Moderator

    Hello 🙂
    1- Try by adding this to style.css of child theme

    COPY 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 theme

    COPY 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 solution

    Laura 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 🙂

    #197870
     allenlinw
    Participant

    Hi,

    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?

    #197872
     allenlinw
    Participant

    As 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.

    #197920
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?