Register/Login/Reset Password Pages Help!

This topic has 14 replies, 3 voices, and was last updated 11 years, 1 months ago ago by Robert Hall

  • Avatar: sharpe_22
    sharpe_22
    Participant
    October 11, 2014 at 15:56

    Hello,

    I am currently in the process of making sure the following pages work before we go live.
    1. (www.elequine.co.uk/register) I am wanting to centre the register information box and remove the text to the right. I have removed the text however unable to centre the contact details box.

    2.(www.elequine.co.uk/my-account)
    Also on the login page, i am wanting to remove the search widget on the right hand side.
    And also centre and shorted the log in information (centred, but doesn’t go right across the screen)

    3.(www.elequine.co.uk/my-account/lost-password)
    On the page i wish to again remove the search bar and also centre the lost password details

    4. when the customer resets the password, no corresponding email gets sent out to them with… no link or email. I want this to happen.

    Please can you look into the above editing requirements.
    Thank you

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    October 11, 2014 at 19:52

    Hello,

    1. You can centre the registration form adding this code in custom.css file:

    .container.et-registration {
    margin-left: 350px !important;
    }

    2. Use this code for My Account page:

    .woocommerce form .form-row, .woocommerce-page form .form-row {
    margin: 0 0 20px;
    width: 300px;
    }
    .woocommerce {
    margin-left: 420px;
    }

    Sorry, but I don’t see search form on the right side. Have you removed it?

    3. Use the following code in custom.css:

    form.lost_reset_password {
    margin-left: 400px;
    }

    4. Try to disable 3rd-party plugins and check password reset form again.
    If it doesn’t help please provide us with FTP access.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: sharpe_22
    sharpe_22
    Participant
    October 12, 2014 at 16:22

    Hello

    We did this but it didn’t work.

    Please can you help via the below access

    Thank you!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    October 13, 2014 at 12:19

    Hello,

    The problem is you didn’t rename default.custom.css to custom.css via FTP in wp-content/themes/legenda directory.
    Please do this.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: sharpe_22
    sharpe_22
    Participant
    October 13, 2014 at 20:55

    Thank you!

    Avatar: Robert Hall
    Robert Hall
    Participant
    October 14, 2014 at 14:22

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: sharpe_22
    sharpe_22
    Participant
    October 19, 2014 at 19:04

    Hello Again

    I have a few other pages which need some CSS code i think.
    I want to centre these pages (centred, but doesn’t go right across the screen)
    Just like you did in the above issue.

    These pages are which I would like centred etc:
    – Check method page (password box is not in line)
    – Billing Address needs to be centre like previous pages in the forum (also the text boxes are cutting off the bottom of letters)
    – Shipping Address page – Needs to be centred once clicked on “Ship to a different address”

    Some times when I add an item to the shopping cart, a pop up says “problem with Ajax”
    What does that mean, it doesn’t happen all the time just occasionally.

    Hope you can help

    Thank you

    Avatar: Eva
    Eva Kemp
    Participant
    October 20, 2014 at 10:30

    Hello,

    1. I’ve added this code in custom.css file:

    div#step1 .woocommerce form .form-row, .woocommerce-page form .form-row {
    width: 47%;
    }

    Please check.

    2. Could you please show a screenshot for the text boxes issues?
    Thank you.

    3. The following code has been added to center shipping address box:

    .shipping_address {
    margin-left: 300px;
    }

    4. Try to disable Ajax Filter in Theme Options > Shop.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: sharpe_22
    sharpe_22
    Participant
    October 20, 2014 at 20:17

    Hi,

    Just checked the website.

    1. Is fine thank you
    2. See screenshot below

    3. This Shipping page, plus the billing page.
    Can we have all the boxes under each other, including the lastname/postcode/phone/confirm box
    All in the middle in a straight line please.
    Also on the shipping address, can the tick box shipping address and the add notes box be in the centre in a line also please?

    Hope you understand

    See below for screen shot:

    screenshottextboxes

    Avatar: Eva
    Eva Kemp
    Participant
    October 21, 2014 at 11:22

    Hello,

    I’ve added the following code into custom.css to center the blocks for the shipping details:

    input#ship-to-different-address-checkbox {
    margin-left: 400px;
    }
    label.checkbox {
    width: 600px;
    }
    p#order_comments_field {
    margin-left: 400px;
    }

    Unfortunately it requires additional customization in the files to move the rows and it’s paid service.

    I’ve added this code to increase height of the row:

    form .form-row input.input-text, form .form-row textarea, form .form-row input.input-text, form .form-row textarea {
        line-height: 2em;
    }

    Please check text now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: sharpe_22
    sharpe_22
    Participant
    October 21, 2014 at 12:20

    Hi,

    Okay thank you, that is much better!

    Its changed on the Your Order part of the check out.
    See below:
    The ‘Whats is this” by paypal isn’t in line.
    Also the terms of conditions and the Proceed to check out button isn’t in line on the left either.

    Sorry would you be able to sort this: See image

    http://postimg.org/image/bj2rfkgo7/

    Avatar: Eva
    Eva Kemp
    Participant
    October 21, 2014 at 12:49

    Hello,

    I’ve added this code:

    .payment_methods li:first-child, p.form-row.terms {
    width: 300px;
    }
    input#place_order {
    width: 176px !important;
    }

    Please check it now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: sharpe_22
    sharpe_22
    Participant
    November 7, 2014 at 14:01

    Hello.
    We have changed our checkout to the 1 page quick check out.

    However because you changed the Shipping details to be centred they are now overlapping the pay now button.

    Can you please sort it out for me?

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 7, 2014 at 14:21

    Hello,

    I’ve made some changes in custom.css. Check it, please.

    Regards,
    Robert Hall.

  • Viewing 14 results - 1 through 14 (of 14 total)

The issue related to '‘Register/Login/Reset Password Pages Help!’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.