Tagged: form fields, Plugin Conflict
I recently updated my website to the latest enfold update and seem to be having a conflict with one of my other plugins.
http://a98fh.theshownewport.com/exhibiting/sign-up-to-become-an-exhibitor/
There are two problems: One is now a text input box is not allowing any text to be typed in it. You can see this under the title “Find an Available Room”. Additionally, their is a select box to the right of that under “Choose a Floor” that now has the styling all messed up.
I’ve tested on a fresh install with only the theme & the plugin and the problem persists. There seems to be some sort of conflict, but I cannot figure out what it is.
Again the problem is two fold: (1) The form field under “Find an Available Room” cannot be typed in and (2) the select area right below the “choose a floor” is not the correct styling either.
Any help or feedback would be helpful.
Hi ncwright!
Have you tried contact the plugin author? has he given you any directions we could follow?
Regards,
Basilis
Not yet @basilis . I’ll do that now.
Hey @basillis ,
Well I found the problem, but I’m not sure how to fix it.
The problem seems to be with this style sheet: http://a98fh.theshownewport.com/wp-content/themes/enfold/css/base.css?ver=2
Line 204:
#top select {
font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}
When I disable this element with google chrome inspect element, I’m able to see the search box & the floor fields. Any recommendations on how to fix this?
nick
I’ve gone ahead and commented out the offending lines. It messes with the themes styling a bit, but allows the plugin to work properly.