• Resolved jiri83

    (@jiri83)


    Hi, on my website after choosing layout for example name with email on one line is not possible to type anything in name. Same with 4 column list C1-C-24, also can’t check any of it. I saw some thread from 2 years ago, but there was no solution except some code, but this might be some bug. Thanky you very much for your answer

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @jiri83,

    Thanks for reaching out!

    I could not reproduce the issue, and here is a screenshot.

    When you have time, could you please try your form again in an incognito window? Or clear your browser’s cache? This will help prevent your browser’s cache from affecting your test. For more information on how to clear your browser’s cache, you can check out this tutorial: https://www.wpbeginner.com/beginners-guide/how-to-clear-your-browser-cache-in-all-major-browsers-fast-way/.

    In case the issue continues for you, please provide me with more details on how to reproduce the issue.

    Thanks!

    Thread Starter jiri83

    (@jiri83)

    Hello Ralden thank you for your anwer, i recreated on the same page https://jjknives.forestmarketing.cz/kontakt/ the form with css layout which i previously deleted. Now there are 2 different checkbox field. With english description. The layout using css classes can’t be checked. The second with 3 column preset is working perfectly.

    Thank you

    • This reply was modified 10 months, 2 weeks ago by jiri83.
    • This reply was modified 10 months, 2 weeks ago by jiri83.
    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @jiri83,

    Thanks for letting me know!

    It appears that the problem is due to a field label (“This is three column setting which is working”) overlapping the Checkboxes fields above it.

    For your reference, I have created this screencast. As you can observe, the issue seems to be related to a conflict with the z-index.

    To resolve the issue, you might consider trying a CSS snippet like this:

    .wpforms-one-half {
        z-index: 999999 !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    I hope this helps!

    Thread Starter jiri83

    (@jiri83)

    Hi Ralden, I actually tried the z-index aswell, but I’ve choosed wrong selector probably, because in my case it didn’t helped. Your’s is working. Thank you very much

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @jiri83,?

    Great to heat that the CSS snippet worked to solve the issue! I’m glad I could help.

    If you’d like more help with using WPForms Lite, please feel free to reach out.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t type in fields after css layout’ is closed to new replies.