Forum Replies Created
-
Author
-
mpaxton
Participantthe search parameters are different than that of the geo search from geomywp.com. Any suggestions on where to begin to integrate the radius search?
mpaxton
Participantwouldnt that be something like in the breadcrumb where members is placed, you would just do a back -1 to make it happen?
Where is that breadcrumb code located?
mpaxton
Participantyour users probably do not have the “last_activity” date setup in the xx_usermeta table. You will need this in yyyy/mm/dd hh:mm:ss format to get them to show up.
mpaxton
ParticipantI had a plugin conflict that I had to resolve. Thanks. It is the mailchimp integration for PMPro.
mpaxton
Participantwell, now the logo shows up in the header for a short while, then disappears and shows the logo title… thoughts on this mystery?
mpaxton
Participanti have updated the header.php file per the update. however this does not seem to corrrect the problem with the dropdown. I am using chrome.
mpaxton
Participanthow would i call the zip code into this form? Not sure how to capture the proper variable from BuddyPress.
Thanks.
mpaxton
ParticipantHow hard would it be to place a layer while it passes the variables to shoot off an email or “pre-register” the user in case they don’t fill out the registration form?
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.
mpaxton
ParticipantFigured it out. Had to change the drop down for age field to the “birthday” field i created with the extra profile fields.
Thanks
mpaxton
ParticipantWhat would keep the above code from working? I have adapted it to the sweetdate_child theme functions.php, which is all the code that is in that file, other than the standard comments. After doing so, the administrators are still showing in the general member search.
-
AuthorPosts