Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2006
    Posts
    323
    Plugin Contributions
    0

    Default How to adjust the Sidebox Login field length

    I have noticed that the fields (for Login and Password) in the Login sidebox are too long when looking at my site using a Macintosh... They are way too wide and extend past the edge of the box.

    I can’t seem to find a way to adjust their length...

    Could anyone help out?

    Thanks in advance!

  2. #2
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,014
    Plugin Contributions
    12

    Default Re: How to adjust the Sidebox Login field length

    edit file includes/templates/YOUR TEMPLATE/sideboxes/tpl_login_box.php if you have in a override folder

    or edit
    includes/templates/template_default/sideboxes/tpl_login_box.php


    edit line

    Code:
     $content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />';
       $content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />';
    Where the number 24 change it to smaller or larger number to fit your template.

    Also do not forget YOUR TEMPLATE is the name of your template this file resides in.

    Good Luck

    Rob

  3. #3
    Join Date
    Apr 2006
    Posts
    323
    Plugin Contributions
    0

    Default Re: How to adjust the Sidebox Login field length

    Thanks Rob,

    I had been looking high and low for that! What a relief to be able to fix it! Hope it benefits others as well who are using the sidebox.

    I recommend that everyone views how their cart looks on the Mac platform, i.e., in Safari, Firefox at least and Opera too, when using this sidebox.

  4. #4
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,014
    Plugin Contributions
    12

    Default Re: How to adjust the Sidebox Login field length

    Your very welcome,
    Glad I could be of some help.

    Rob

 

 

Similar Threads

  1. Field length
    By mooneyn in forum General Questions
    Replies: 1
    Last Post: 21 Aug 2006, 01:40 AM
  2. login sidebox
    By D@ Mick in forum Addon Sideboxes
    Replies: 2
    Last Post: 14 Jun 2006, 05:03 PM

Bookmarks

Posting Permissions

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