kyborn
Forum Replies Created
-
I am having the message
Error:this account has reached is maximum number of calls for todayI see other posts mention yelp api or zillow api, but I have neither of those.
How can I tell what api is causing the problem?
Well, I tried to patch the code. It seems to me a lot of the line numbers did not match.
Has anyone got this patched and would send it to me?
Please explain how to implement this patch.
Please.
Well, my goal was to have the radio buttons “left justified,” with each new button on a new line and if the sentence was more than one line, to have the sentences lined up equally. Does that make sense?
I was tired of feeling stupid, because I am not, so I have spent a few hours reading some css tutorials, but mostly trial and error.
The code which seems to work is
span.wpcf7-checkbox span.wpcf7-list-item { display: block;
text-align:left;
width: 25em;
text-indent: -25px;
text-padding: 15px;
}span.wpcf7-radio span.wpcf7-list-item { display: block;
text-align:left;
width: 25em;
text-indent: -25px;
text-padding: 15px;
}Notice I duplicated for radio and for checkbox.
This has gotten the result I want, but I have a question on what is going to happen on the next form I create. Will I have to go through a bunch of tweaking to get both forms to work?
I am still wondering how to implement the patch which was mentioned.
Well, my goal was to have the radio buttons left justified, with each new button on a new line and if the sentence was more than one line, to have the sentences lined up equally. Does that make sense?
I was tired of feeling stupid, because I am not, so I have spent a few hours reading some css tutorials, but mostly trial and error.
The code which seems to work is
span.wpcf7-checkbox span.wpcf7-list-item { display: block;
text-align:left;
width: 25em;
text-indent: -25px;
text-padding: 15px;
}span.wpcf7-radio span.wpcf7-list-item { display: block;
text-align:left;
width: 25em;
text-indent: -25px;
text-padding: 15px;
}Notice I duplicated for radio and for checkbox.
This has gotten the result I want, but I have a question on what is going to happen on the next form I create. Will I have to go through a bunch of tweaking to get both forms to work?
I am sorry to sound stupid, but which stylesheet is this code to use.
Is it the .css stylesheet for the individual theme used for the look of the site or is it the style.css of the contact form plugin?
I have added the patch to the end of the checkbox.php module but when I attempt to save I get an error message of
Parse error: syntax error, unexpected ‘*’ in wp-content/plugins/contact-form-7/modules/checkbox.php on line 248
I would really like to get something to work where each of the radio buttons is on a new line (and properly indented when there are multiple lines).