This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author

    Tagged: 

  • #133270
     garcia
    Participant

    Hello please i want to remove the popup signup section and replace with my custom registration page so that when a someone clicks on the register button, its going to take the person to that custom registration page i have made and not the popup page that came with your theme. Secondly the password reset button isn’t working. Each time i click on it, it gives me a page not found or unable to handle the request. Please will be happy to hear from you soon.

    Regards

    Garcia

    #133332
     Laura
    Moderator

    Hello, first copy the main theme file header.php and paste it at child theme, now open it and find

    COPY CODE
    
    <li class="header-login-button"><a href="#"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li>
    
                                <?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 } ?>
    

    There, delete data-reveal-id=”login_panel” and data-reveal-id=”register_panel”
    Then at href=”#” of header-login-button, add your login url ( replace the # ) and do the same with the one at header-register-button

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

    Hello Thanks for the information. what you gave me worked. Hello please i need some help on managing my website page redirect. For example i want my login page to redirect to the profile page after user login but it does not work that way. Secondly i was expecting that after registration, and activation, it has to go to the profile page but its not do that. and even after trying several plugins it still does not help. Please i will be happy to get some information on how i can do that. I will also like to get the default url for the profile page so i can use it to do the redirecting.
    Thanks in advance
    garcia

    #134500
     Laura
    Moderator

    Hello, please check https://es.wordpress.org/plugins/peters-login-redirect/ 🙂

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

    Hello Thanks for the plugin you gave me.It’s working fine now. The last thing i wanna ask you is about the searcher. I need to know the file in which the searcher on the homepage is located. I want it edited alittle so the searcher can be a little transparent and horizontal rather than vertical as its looking now. I will very much happy to get assistance from you. Thanks

    #135367
     Laura
    Moderator

    Hello, you can do that with css, do not edit theme files, a developer will be able to help you with that 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?