-
Author
-
September 14, 2013 at 02:11 #2818yesh0810Participant
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
September 15, 2013 at 21:04 #2853SQadminKeymasterHi,
The template for that is in registration/register.php fileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2013 at 07:48 #4316mpaxtonParticipanthow do you edit the actual homepage registration block?
October 14, 2013 at 03:27 #4335mpaxtonParticipant@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.
October 14, 2013 at 18:27 #4366SQadminKeymasterHi @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 solutionOctober 15, 2013 at 04:09 #4405mpaxtonParticipanthow would i call the zip code into this form? Not sure how to capture the proper variable from BuddyPress.
Thanks.
October 16, 2013 at 02:11 #4474SQadminKeymasterYou 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 formHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.