killyman
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] New ReCaptcha Feature: Nice!! A suggestionGood to know about WordPress ReCaptcha Integration plugin. Just install and it will appear in CF7 as an option?
Forum: Plugins
In reply to: [Contact Form 7] New ReCaptcha Feature: Nice!! A suggestionYes flamenco, an actual code change would be nice. But this workaround is better than nothing I guess.
🙂
Forum: Plugins
In reply to: [Contact Form 7] New ReCaptcha Feature: Nice!! A suggestionFYI, I found a temporary solution which is only applicable on a form-by-form basis.
http://contactform7.com/customizing-validation-error-messages/
Forum: Plugins
In reply to: [Contact Form 7] New ReCaptcha Feature: Nice!! A suggestionSame problem here. I hope Takayuki reads this and changes the message you get when you don’t check the recaptcha box from “Failed to send your message. Please try later or contact the administrator by another method.” to something that makes sense to users.
Forum: Themes and Templates
In reply to: Twenty Eleven header image sizetheBrettman
Thanks! worked like a charm for me when I added to my funtions.php in my child theme the following
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘twentyeleven_header_image_width’, 1000 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘twentyeleven_header_image_height’, 200 ) );Now my custom image (1000px by 200px) fits perfectly!