Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #498971

    Hey Guys,

    i can’t click on the email input field on Checkout page of WooCommerce. Its only possible to “tab” in the email field. The other fields are regular available. The selling page is alrdy online, because the last live test runs with no problems. Can you help me?

    update: solved, the billing country dropdown overlayed the email field. I removed the billing country field. but now the input field order is not “sorted”. How i can make that all the billig informations are displayed in a separate line ? I only need the name, forename, email and address 1 + postcode?

    • This topic was modified 9 years, 4 months ago by Mario.
    #499370

    Hi eny4W!

    I tried viewing your site but I keep getting an error saying it’s not redirecting properly.

    Regards,
    Elliott

    #500453

    Hey Elliott,

    please visit the regular landing page and add the product to the cart, that will redirect you instantly to the checkout, where you can see the issue. I had to remove some of the Address-fields, because they were displayed incorrectly, after i removed the “billing country”.

    How i can set the “Adresse*” Headline above the input field for the address and sort the “Postleitzahl” and “Ort” in a better way?

    #500595

    Hi!

    Try adding this to your custom CSS.

    .address-field { width: 47% !important; }
    

    Cheers!
    Elliott

    #500620

    Hey Elliot,
    that work´s – Great ! :)
    If you still could tell me how to align the postal code to the left side (under the billing city “Ort”) it would be awesome!
    Thank you!
    Cheers
    eny

    #501101

    Hi!

    Try adding this to your custom CSS.

    #customer_details .form-row {
      clear: none;
    }
    #billing_postcode_field {
      float: left;
    
    }#billing_state_field {
      clear: none;
      float: right;
    }

    Regards,
    Elliott

    #502675

    Hey Elliott,

    thats works great! Big thx! :))

    Regards
    eny

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Important! Cant click input field in woocommerce’ is closed to new replies.