Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36
  1. #11
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: login boxes in header!?

    Try adding a div in the header and put this code inside it:
    Code:
    <div id="log_in_header">
    <?php echo zen_draw_form('loginheader', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>
    <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS; ?></label>
    <?php echo zen_draw_input_field('email_address', '', 'size="18" id="login-email-address"'); ?>
    <br class="clearBoth" />
    <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD; ?></label>
    <?php echo zen_draw_password_field('password', '', 'size="18" id="login-password"'); ?>
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>
    <?php echo zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT); ?>
    <br class="clearBoth" />
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL') . '">' . TEXT_CREATE_ACCOUNT_HEADER . '</a>'; ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN_HEADER . '</a>'; ?></div>
    </form>
    <br class="clearBoth" />
    </div>
    I'm not 100% sure it will work, but you can try it and let us all know if it works...

  2. #12
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: login boxes in header!?

    yep works fine, after floating one left and one right and a little tweaking of the logo wrapper width and my logo width it works a treat, slightly misaligned but nothing that cant be sorted with a little css.

    thanks your a star

  3. #13
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: Sidebox Help?

    Help again please...I have uploaded the a new sidebox and renamed it. I have inserted the position tag into my #mainwrapper and have also inserted the postion tag for the sidebox into my stylesheet...It's messing up my page. By bottom nav bar has disappeared. I don't know what I'm doing wrong. =(

    www.funh.com/shop

    Thank you.

  4. #14
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: login boxes in header!?

    Hi Bonnie, where exactly did you place that div code to create the login box in your header? I've been trying to figure this out. But I'm stuck. Thank you!

  5. #15
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: login boxes in header!?

    Moderator's note: two threads on the same topic have been merged. Please continue in this thread.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #16
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: login boxes in header!?

    Quote Originally Posted by joyjoy View Post
    Hi Bonnie, where exactly did you place that div code to create the login box in your header? I've been trying to figure this out. But I'm stuck. Thank you!
    i put the div box in just before my logo wrapper, but i have heavily customised mine so this may be different for yours?

  7. #17
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: login boxes in header!?

    Hi,

    I finally got around to doing the positioning of the login box. But it changes position with different browsers. Is there a way to get the positioning fixed? It should remain to the right edge of the screen in the header.

    Thank you.

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: login boxes in header!?

    Can we see the site? The link in post 13 doesn't work right now.

  9. #19
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: login boxes in header!?

    I think it works now. It was lagging for some reason.

    I removed the login box and tried to add login header as a suggestion from another post.

    So the one that is on the page right now is the login header add on.

    Should I stick to this one or should I go back to login box?

  10. #20
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: login boxes in header!?

    Sorry, here, www.funhn.com/shop

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v151 Header Login Boxes
    By ray-the-otter in forum General Questions
    Replies: 4
    Last Post: 5 Jun 2013, 08:17 PM
  2. Want the Login link in header to take customer to Secure Login page
    By mom2da3ks in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Feb 2011, 04:50 PM
  3. header boxes
    By lilijama in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Oct 2010, 06:09 AM
  4. Move Login/Password Boxes to Main Page Header?
    By jbalcony in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Dec 2008, 01:59 PM
  5. Help! Login page Boxes
    By kburner in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Dec 2008, 10:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg