This topic has 7 replies, 4 voices, and was last updated 11 years by SQadmin.

  • Author
  • #2818
     yesh0810
    Participant

    Hi, I can’t find the place where I can edit what’s written on the registration form. Can you point me where it is? Thanks

    #2853
     SQadmin
    Keymaster

    Hi,
    The template for that is in registration/register.php file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4316
     mpaxton
    Participant

    how do you edit the actual homepage registration block?

    #4320
     JohnDoe
    Participant

    @mpaxton : page-parts – home-register-modal.php

    #4335
     mpaxton
    Participant

    @JohnDoe,

    Thanks for the reply. I was able to find the following code in that file located /theme/sweetdate/page-parts/general/register-modal.php, however once I removed it, the registration block still shows the fields. Any other suggestions?


    <div class="six columns">
    <input type="password" id="reg-password" name="signup_password" class="inputbox" required placeholder="<?php _e("Desired password", 'kleo_framework');?>">
    </div>
    <div class="six columns">
    <input type="password" id="confirm_password" name="signup_password_confirm" class="inputbox" required placeholder="<?php _e("Confirm password", 'kleo_framework');?>">
    </div>

    I also modified /home-register-form.php with no luck.

    #4366
     SQadmin
    Keymaster

    Hi @mpaxton.
    You need to edit page-parts/home-register-modal.php
    Editing main theme files is not recommended if you want to easily update the theme with future releases. You should activate the sweetdate-child theme and copy there to the same folder structure any files you want to change.

    PS: Try disabling caching plugins of clearing browser cache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4405
     mpaxton
    Participant

    how would i call the zip code into this form? Not sure how to capture the proper variable from BuddyPress.

    Thanks.

    #4474
     SQadmin
    Keymaster

    You need to add you input add it passes to the registration page by the name of the input (eq: name=”signup_password_confirm” )
    You need to inspect the field name in registration page and add the exact name to the front form

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?