• Grace Leo on Board

    (@grace-leo-on-board)


    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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?

    Thread Starter Grace Leo on Board

    (@grace-leo-on-board)

    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?

    Dhikra

    (@dhikra)

    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

    Thread Starter Grace Leo on Board

    (@grace-leo-on-board)

    I changed the code and installed reCAPTCHA and it works perfectly !

    Thanks a lot ! ??

    Dhikra

    (@dhikra)

    Glad it helped! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Comments blocked – Impossible to post’ is closed to new replies.