Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

WP eMember login widget not displaying correctly

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › WP eMember login widget not displaying correctly

Tagged: customize, form, login

  • This topic has 4 replies, 2 voices, and was last updated 13 years, 3 months ago by leewhitehead.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • December 4, 2009 at 7:22 pm #513
    leewhitehead
    Member

    Just purchased WP eMember plugin but after installing and testing on

    my local host & site I noticed the login widget does not display correctly.

    Tried different themes but had the same problem.

    Please can you help.

    Thanks,

    Lee

    December 5, 2009 at 12:33 am #16455
    amin007
    Participant

    explain “correctly” please. is it too wide? it doesn’t show? it doesn’t work when login button is clicked?

    December 5, 2009 at 11:31 pm #16456
    leewhitehead
    Member

    The login widget shows but is aligned to the right so that it

    is off the page.

    This happens with all themes tested, even default templates.

    Lee

    December 6, 2009 at 12:26 am #16457
    amin007
    Participant

    Ah I see… by default the login form is catered for a wide sidebar (eg 300px). Usually these days most themes use a wider sidebar so it fits with the most common advertisement units.

    This can be changed so it fits in a narrow sidebar too. usually I just put the labels (eg. username, password) in a separate row for sidebars that are narrow. here is the instruction on how to change it:

    1. Open the “eMember_misc_functions” file.

    2. Search for the following in that file:

    <form action="" method="post" class="loginForm" name="loginForm" id="loginForm" >

    3. Just below it you will notice a bit of code that looks like the following:

    <table width="95%" border="0" cellpadding="3" cellspacing="5" class="forms">
    .
    .
    .
    </table>

    4. Replace that table (start to end) with the following bit of code:

    <table width="95%" border="0" cellpadding="3" cellspacing="5" class="forms">
    <tr><td colspan="2"><label for="login_user_name" class="eMember_label">Username: </label></td></tr>
    <tr>
    <td colspan="2"><input class="eMember_text_input" type="text" id="login_user_name" name="login_user_name" size="15" value="'.$_POST['login_user_name'].'" ></td>
    </tr>
    <tr><td colspan="2"><label for="login_pwd" class="eMember_label">Password: </label></td></tr>
    <tr>
    <td colspan="2"><input class="eMember_text_input" type="password" id="login_pwd" name="login_pwd" size="15" value="'.$_POST['login_pwd'].'" ></td>
    </tr>
    <tr>
    <td><input name="doLogin" type="submit" id="doLogin" class="eMember_button" value="Login"></td>
    <td><a id="forgot_pass" class="forgot_pass_link" href="javascript:void(0);">Forgot Password?</a></td>
    </tr>
    <tr><td colspan="2"><span style="color:red">'. $msg .'</span></td></tr>
    </table>

    Let me know how you go.

    December 6, 2009 at 8:45 pm #16458
    leewhitehead
    Member

    Thanks for your speedy response.

    Tried this code and it now displays correctly.

    I am still doing tests on my local host but I am

    very happy so far with my purchase of wp emember.

    Kind regards,

    Lee

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • WP PDF Stamper Documentation
  • WP Photo Seller Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ