This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #128308
     steffem
    Participant

    Hi

    I would like to require my customers to enter their phone number, i have done this on register page but i cant find how to do it at the little sign up button at top right corner. Can you help me with this?

     

    Best regards

    #128388
     Laura
    Moderator

    Hello, you need to add it to the general-register-modal.php found at page.parts (first copy it to child theme then edit it there, so it looks like sweetdate-child/page-parts/general-register-modal.php )

    You will need to add it there using input type html http://www.w3schools.com/html/html_form_input_types.asp

    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 🙂

    #128389
     steffem
    Participant

    that is way too hard for me, could not understand that, can I just make the sign up button redirect to mysite.com/register?

    #128399
     Laura
    Moderator

    Hello, yes you can do it by editing the header.php , copy it to child theme and edit it, find

    COPY CODE
    
     <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="http://mysite.com/register"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    

    Replace it with

    COPY CODE
    
     <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    
    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 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?