Viewing 2 replies - 1 through 2 (of 2 total)
  • RE: Any idea how I can I resolve this issue?

    I’d recommend you start by temporarily removing your custom CSS.

    If ?????that doesn’t solve the problem, I’d check for a JavaScript conflict.

    ??Step by step approach to finding JavaScript Conflicts

    1. Switch temporarily to a WordPress default theme (Twenty Eleven etc.) and see if the problem goes away.

    If it does, you’ve most likely got a JavaScript conflict with your current WordPress theme.

    If switching to default theme doesn’t help it could be one of the plugins you are using that is causing the problem.

    2. Disable all plugins other than Contact Form 7

    If doing that solves the problem, you can then add back each item – one by one, until you find the real cause of the problem..

    Thread Starter TommyFutemarketing

    (@tommyfutemarketing)

    Buzztone,

    I fixed the problem. There was no need to go into the Javascript codes.

    There was a conflict with the CSS style: “float:left;” with the input select. I removed the class input select from the css, removed the float:left; and modified the width from 50% to 46% (so that I have two input field on one line) and it solved the clicking problem.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't type into input field’ is closed to new replies.