-
Author
Tagged: garcia
-
August 20, 2016 at 14:56 #133270
garcia
ParticipantHello 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
August 22, 2016 at 11:53 #133332Laura
ModeratorHello, 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-buttonHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2016 at 00:14 #134243garcia
ParticipantHello 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
garciaSeptember 1, 2016 at 00:39 #134500Laura
ModeratorHello, 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 solutionSeptember 5, 2016 at 20:15 #135029garcia
ParticipantHello 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
September 8, 2016 at 02:53 #135367Laura
ModeratorHello, 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 -
AuthorPosts
You must be logged in to reply to this topic.