Arrow

Theme "Whitepress" | Peter's Custom Anti-Spam for WordPress | Forum

Back to the custom anti-spam plugin page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Theme "Whitepress"
April 8, 2009
4:20 pm
burgensis
Guest

I wanted to include "Peter’s Custom Anti-Spam for WordPress" into the theme called "Whitepress" (http://wordpress.org/extend/th.....whitepress). Unfortunately it doesn't work (if I use another theme it works, though).

What do I have to do!

Thanks for your help!

April 8, 2009
7:57 pm
Peter
Admin
Forum Posts: 841
Offline

This is most likely because that theme does not use the standard comment “hook”. In this case, you will have to manually insert this code into your comments.php file where you want the anti-spam word to show up:

<?php do_action('secure_image', $post->ID); ?>

Then, set the “Manually insert anti-spam code” setting in Settings > Custom anti-spam to “Yes”.

April 9, 2009
5:53 am
burgensis
Guest

Thank you, Peter, for the fast reply. Now everything is perfect!

From Germany,
burgensis

July 15, 2010
9:46 am
LeDrew
Guest

Just another satisfied customer.
This advice also helped us, using the Evidens [Dark] Theme by Design Disease from PremiumThemes.com.
Appreciate your fine work.
You can see how it's been employed at http://destination-out.com
Thanks!

August 18, 2010
6:01 am
hary
Guest

hi peter, my problem was,I cannot see input text when I need to write the verification code, the background text input area is white, and the input text white too, where I must to change it, thanks

August 18, 2010
8:16 am
Peter
Admin
Forum Posts: 841
Offline

Hi hary,

That's a CSS issue. You'll have to add an appropriate rule for the input fields in your stylesheet. You can get at the specific field word field with #secureimgdiv input