Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: Conflict with Membership 2 #232793
    andrewbatson
    Member
    Post count: 3

    This did the trick.

    Thank you!

    in reply to: Conflict with Membership 2 #232274
    andrewbatson
    Member
    Post count: 3

    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!

    in reply to: Center Text Blocks #222598
    andrewbatson
    Member
    Post count: 3

    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.

Viewing 3 posts - 1 through 3 (of 3 total)