-
Posted a reply to Custom validation regex for textarea to prevent bots, on the site WordPress.org Forums:
Solved with textarea 'tellus' function custom_textarea_validation_filter($result, $tag) { $type = $tag['type']; $name = $tag['name']; if($name… -
Created a topic, Custom validation regex for textarea to prevent bots, on the site WordPress.org Forums:
We have more than two-hundred sites, each with a CF7 f… -
Created a topic, Awesome plug-in, on the site WordPress.org Forums:
This is a great plug-in for adding Google's new Invisi… -
Posted a reply to Not working with Contact Form 7, on the site WordPress.org Forums:
Thanks for your email reply. It was a custom theme without <?php wp_head(); ?>. Fixed. -
Created a topic, Not working with Contact Form 7, on the site WordPress.org Forums:
Sounded simple, but not working with my CF7 form. I ad… -
Posted a reply to Error: $(…).ditty_news_ticker is not a function, on the site WordPress.org Forums:
Fixed. For some reason, my theme was missing the wp_head hook. Adding it made it… -
Created a topic, Error: $(…).ditty_news_ticker is not a function, on the site WordPress.org Forums:
My ticker items shows, but they don't scroll and are j…