Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #782235

    Hi there,

    We have just put our website with webshop live and it is already a succes. Orders are coming in and people are downloading our ebook. Great!

    A little problem we met, is the woocommerce checkout page when visited on mobile devices. The fields email and phone number on the form can’t be filled. They are not clickable.

    Can you help me fix this?

    Thanks in advance!

    Maaike

    #784093

    Same problem here, I just began looking for a solution. If you find one, please mind sharing! :-)
    Link for webshop on private content…

    Problem stated:
    If you access via mobile and try to buy any product, email and phone fields on checkout page are “unclickable”/”unselectable” and thus “uneditable”.

    #784305

    Hi,

    Thank you for using Enfold.

    Please add this code in the Quick CSS field.

    .woocommerce-billing-fields {
        position: relative;
        z-index: 10000;
    }

    Best regards,
    Ismael

    #784677

    Hi Ismael,

    Since I had severe difficulties to troubleshoot in mobile device, I’d never think of the z-index as the root cause.

    Thanks a lot! That was the problem!

    Best regards!

    #785273

    Hi rmf339,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #785912

    Great!

    This works :-))

    Thank you for your help!

    Maaike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Phone and email field on checkout page woocommerce when visiting on mobile’ is closed to new replies.