-
Author
Tagged: log in button
-
January 22, 2015 at 03:06 #42987petev666Participant
Made a slight change to the general-register-modal, now when i click the sign up button in the top right, nothing happens. I am trying to have the user key in the screen name, not full name in the “full name” field. I don’t know why that would break the login link. Here is the code:
<div id=”register_panel” class=”reveal-modal”>
<div class=”row”>
<div class=”twelve columns”>
<h5><i class=”icon-magic icon-large”></i> <?php _e(“CREATE ACCOUNT”, ‘kleo_framework’);?> <span class=”subheader right small-link”><?php _e(“ALREADY HAVE AN ACCOUNT?”, ‘kleo_framework’); ?></span></h5>
</div>
<form id=”register_form” action=”<?php if (function_exists(‘bp_is_active’)) bp_signup_page(); else echo get_bloginfo(‘url’).”/wp-login.php?action=register”; ?>” name=”register_form” method=”post”>
<div class=”six columns”>
<input type=”text” id=”reg-username” name=”signup_username” class=”inputbox” required placeholder=”<?php _e(“LOGIN username”, ‘kleo_framework’);?>”>
</div>
<div class=”six columns”>
<input type=”text” id=”fullname” name=”field_1″ class=”inputbox” required placeholder=”<?php _e(“Desired SCREEN name”, ‘kleo_framework’);?>”>
</div>
<div class=”twelve columns”>
<input type=”text” id=”reg-email” name=”signup_email” class=”inputbox” required placeholder=”<?php _e(“Your email”, ‘kleo_framework’);?>”>
</div>
<div class=”six columns”>
<input type=”password” id=”reg-password” name=”signup_password” class=”inputbox” required placeholder=”<?php _e(“Desired password”, ‘kleo_framework’);?>”>
</div>
<div class=”six columns”>
<input type=”password” id=”confirm_password” name=”signup_password_confirm” class=”inputbox” required placeholder=”<?php _e(“Confirm password”, ‘kleo_framework’);?>”>
</div>
<div class=”twelve columns”>
<?php if( sq_option(‘terms_page’, ‘#’) != “#”) { ?>
<p><label><input type=”checkbox” class=”tos_register”> <small><?php _e(“I agree with the”, ‘kleo_framework’);?> “><?php _e(“terms and conditions”, ‘kleo_framework’);?></small></label></p>
<?php } ?>
<button type=”submit” id=”signup” name=”submit” class=”radius alert button”><i class=”icon-<?php echo apply_filters(‘kleo_register_button_icon’,’heart’); ?>”></i> <?php _e(“CREATE MY ACCOUNT”, ‘kleo_framework’);?></button>
<?php do_action(‘fb_popup_register_button’); ?>
</div>
</form>
</div><!–end row–>
×
</div>January 22, 2015 at 06:17 #42992petev666ParticipantI reloaded the theme source code and it works again….what am I doing wrong to change the info?
January 22, 2015 at 18:33 #43059LauraModeratorHello, can you explain me what do you want to do?
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 🙂
January 26, 2015 at 06:47 #43422petev666ParticipantAll I want to do is to change the text from “full name” to “SCREEN Name” in the box that pops up when you click on the “sign up” button on the top right of the home screen.
January 27, 2015 at 02:13 #43554LauraModeratorHello, you can use a translation plugin for that, try codestyling localization.
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 🙂
January 27, 2015 at 02:15 #43555petev666ParticipantWell, I’m okay at a basic edit, upload and download…what you just wrote went over my head. If you tell me where to do this and what it is, I will be happy to do so. All I want to do is change the text…
January 27, 2015 at 02:33 #43556LauraModeratorHello, follow these steps 🙂
1. Install Codestyling Localization https://wordpress.org/plugins/codestyling-localization/
2. Activate it, Scan your language file and then edit it, find what you want to translate/change then edit it.
3. Save and generate mo file.Attached a screenshot
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 🙂
Attachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in to reply to this topic.