Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1227151
    K
    Participant

    Hi, got a wierd issue on my checkout fields. The email field cant be clicked to enter text, it can be tabbed to. Need to resolve it fast, getting some customers notifying us about it.

    K

    #1227152
    K
    Participant
    This reply has been marked as private.
    #1227208
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    p#billing_email_field {
        position: relative;
        z-index: 9999;
    }

    Hope it helps 🙂

    #1227498
    K
    Participant

    Hi,

    Cant see that it did anything really. Its still not clickable.

    K

    #1227809
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    .woocommerce-checkout form input[type="email"] {
        position: relative;
        z-index: 99999;
    }
    
    

    Hope that helps.

    #1227990
    K
    Participant
    This reply has been marked as private.
    #1228019
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    @media (min-width:480px){
    p#billing_country_field {
    
        float: right;
    }
    }

    Hope it helps.

    #1228030
    K
    Participant

    Works on mobile small screens but I am still unable to click on desktop.

    K

    #1228040
    Christopher
    Moderator

    Hi there,

    There is a missing curly bracket in your code. Please find following codes :

    @media (max-width: 320px){
    .h-landmark {
      margin-top: 1em;
      font-size: 100%;
    }
    
    .h-landmark {
      margin-top: 1em;
      font-size: 340%;
    }
    
    @media (max-width: 320px){
    .entry-header, .entry-content {
      font-size: 18px;
    }

    And update them to :

    @media (max-width: 320px){
    .h-landmark {
      margin-top: 1em;
      font-size: 100%;
    }
    
    .h-landmark {
      margin-top: 1em;
      font-size: 340%;
    }
    
    .entry-header, .entry-content {
      font-size: 18px;
    }
    }

    Hope it helps.

    #1228124
    K
    Participant

    Naaah, cant make it work, have added both suggestions mentioned above and added a bracket “}” to make it work but no sigar.

    K

    #1228159
    Thai
    Moderator

    Hi There,

    I went to the Customizer and fixed the issue.

    Everything should be fine now.

    Cheers!

    #1228212
    K
    Participant

    Yay!

    What exactly was it? Thanks!

    K

    #1228239
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1227151 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>