Hi I am using your theme with the Total Donations plugin and the Authorize.net part of the form does not work. I cannot figure why the fields can not be accessed or the dropdowns but the credit card placeholder works fine.
Hey toonstar!
I’m not sure. There is supposed to be a placeholder for it also but I don’t see that either.
Have you tried contacting the plugin authors? Perhaps you need to use HTTPS? I noticed a couple of warnings regarding HTTPS.
Cheers!
Elliott
It works fine on any other theme… Just not enfold.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.input-group-btn {
font-size: inherit;
}
Best regards,
Yigit
Sorry that didn’t make a difference. :(
Ok I figured it out in case anyone has this same issue.
THEME_FOLDER/css/base.css LINE NO. 190
There was a code
BEFORE : font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
AFTER : font-family: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;