I have a problem since a few weeks (that appeared maybe when I installed a captcha plugin to avoid spam): It’s impossible to post comments !
Most likely the captcha plugin you’re using is conflicting with either your theme or other plugins you have installed. I can’t say for sure what’s wrong with the current captcha plugin, but have you looked into using other WordPress captcha plugins?
Thanks for your answer,
I uninstalled the plugin but that hadn’t resolved the problem; I’m afraid to make it worse if I install another one, do you think I could try?
Grace, open your style.css and find this part of code:
.footer {
width: 945px;
height: 101px;
padding-top: 300px;
position: relative;
margin: -125px auto 0;
}
change it to this:
.footer {
width: 945px;
height: 101px;
padding-top: 150px;
position: relative;
margin: 25px auto 0;
}
It should work fine. 🙂
I’m not sure what captcha plugin you were using, but I found that WP-reCAPTCHA seems to work very well. You can find more info on using it here – How to install the WP-reCAPTCHA captcha plugin for WordPress
I changed the code and installed reCAPTCHA and it works perfectly !
Thanks a lot ! 🙂
(@grace-leo-on-board)
14 years, 4 months ago
Hello,
I use the theme Blogum for my blog: G race Leo On Board
I have a problem since a few weeks (that appeared maybe when I installed a captcha plugin to avoid spam): It’s impossible to post comments !
Anyone have an idea how to solve this problem?
I’d really appreciate some help,
Quentin