- elf2go August 2, 2013 at 4:44 pm
I am using the BBQ theme, and for days have been trying to get forms to work correctly to no avail. I have tried both with ninja forms and visual form builder, and in both cases checkboxes do not work. You cannot click them. Here is an example done with Ninja forms. http://epicreservations.com/schedule-a-deposition/
In any other template, it is working with no problem. Any idea what it could be?Juanfra Aldasoro August 2, 2013 at 8:40 pmHello there,
Thanks for writing. Unfortunately it seems that it is a plugin related problem. I suggest you that you contact the Ninja Forms support staff in order to get some help around their forms.
Best,
Juan.elf2go August 4, 2013 at 11:11 amHi Juanfra
That is unfortunately the case. I have used Ninja Forms, Visual Form Builder AND Formidable. That means that I have tried a total of 3 different ones. Were it only 1 plugin, I would agree with you. 2 plugins..maybe. It is 3 (three) that do not work, so it is for sure not the plugins but something within the theme. Please let me know how to proceed.Juanfra Aldasoro August 4, 2013 at 2:47 pmHello,
Thanks for writing. I’ve been reviewing this issue and it’s only happening in chrome and safari. Would you please try adding the following CSS:
input[type="checkbox"]{ -webkit-appearance: checkbox; }
Best,
Juan.elf2go August 4, 2013 at 4:08 pmHi Juanfra
I did add the code to the CSS, but still no luck. What else could it be? I created a child theme, and IF you do not include any CSS the problem is fixed. It has to be something with the CSS. Please advise
ThanksBill
Juanfra Aldasoro August 5, 2013 at 2:12 amHi Bill,
Thanks for getting back to me. Yes, it has to do with CSS.
What browser are you using?
You can try and remove this line from the styles.css file (line #454):
input, textarea, select { -moz-appearance: none; -webkit-appearance: none; }
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.