-
Author
-
September 3, 2016 at 12:16 #134801
guaser
ParticipantHello Superheroes, hope you are all doing well!
I would need assistance with what I believe must not be a too difficult task:
I would need to modify the default link of the “create an account” option in Kleo’s modal Login (popup login form, see attachment), to insert my own custom link.
I believe I would need to locate some template file to perform this, but can’t figure out which, and what line. Of course I would need to copy that file into my Chilld-Theme folder, and I hope it will work this way.
I tried to surf your KB but was not able to find info about this.
Thank you so much for your awesome theme, and awesome support!
Cheers.
September 5, 2016 at 09:49 #134855Laura
ModeratorHello, you will find it at general-popups.php at page-parts folder. Find this:
COPY CODE<p> <em><?php esc_html_e( "or", 'kleo_framework' );?></em> <a>" class="new-account"> <?php esc_html_e( "Create an account", "kleo_framework" ); ?> </a> </p>And change /wp-login.php?action=register for your url 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 5, 2016 at 10:48 #134887guaser
ParticipantMuchas gracias Laura, eres la caña ;P
Have an awesome day!
September 5, 2016 at 11:37 #134912Laura
Moderator😀 Gracias!
Glad you could resolve it 🙂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.