Columns CSS making form controls uneditable
-
Hello there,
I was handed a website with a very outdated version of weForms (precisely 1.2.2), which I had to work on to make updateable, since the previous developer had hardcoded things in it and had disabled plugin auto-updates.
Now, when updating to 1.6.9, I get this strange issue where some controls of the form are not editable. I’ve seen a mention of this issue in https://www.ads-software.com/support/topic/display-options-theme-css-not-used/ which was acknowledged by support. By fiddling a bit with it, it seems that one of the main culprits is the
float:left
which is being used for columns. Removing it makes the form fully editable (but renders the form completely vertically of course).However, in 1.2.2 this works fine, so this issue was introduced in a later release. Although time consuming, it should not be too hard for me to find the release introducing the bug by upgrading the plugin version by version.
So I wanted to ask about the status of this and if we can do anything to fix it.
Thanks!
- The topic ‘Columns CSS making form controls uneditable’ is closed to new replies.