-
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 solutionLaura 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 🙂
September 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 solutionLaura 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 🙂
September 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.