Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This did the trick.
Thank you!
Hello,
Yes, there was more code in that box. It was indented significantly. This is the full code they posted from line 253 of the parent header.php:
<div id=”header-login” class=”clearfix”>
<form action=”<?php echo wp_login_url(); ?>” autocomplete=”off” method=”post” class=”clearfix”>
<label for=”username”>Username</label>
<input type=”text” name=”log” id=”username” value=”” placeholder=”<?php _e(“Username”, “swiftframework”); ?>” size=”20″ />
<label for=”username”>Password</label>
<input type=”password” name=”pwd” id=”password” placeholder=”<?php _e(“Password”, “swiftframework”); ?>” size=”20″ />
<input type=”submit” name=”submit” value=”Login” id=”submit” class=”sf-button slightlyrounded accent”/>
<div class=”link-wrap”>
” class=”register”><?php _e(“Register”, “swiftframework”); ?>
<span> / </span>
/wp-login.php?action=lostpassword” class=”recover-password”><?php _e(“Forgot login?”, “swiftframework”); ?>
</div>
</form>
</div>To make sure, if I replace with the single line of code they provided into where this code is in the child header.php, then it should override the parent file and the register should work? Also, should that line of code be with in the div? Looking like this?
<div id=”header-login” class=”clearfix”>
<?php echo do_shortcode(‘[ms-membership-login]’); ?>
</div>Thanks for your help!
Hello,
I don’t have a test page. But after mock up I’ve decided to just go with spanning them across using the basic fraction settings. Looks fine. Sorry.Thanks for your time.
-
Posted in: We hit Power Elite.