• Resolved Asif Mansoor

    (@infozonepk)


    Hello,

    There is a problem a simple user or a visitor can not comment on my posts. It gets this error:

    Spam Free WordPress could not retrieve the password from the server. It may be necessary to do one, or all, of the following. Turn on the Old Password Fields option, turn off Nonce Security, or to turn on Generate Comment Form. Troubleshooting.

    ? Back

    But all the settings are set as it is given above to set. ALso key is valid but still problem. How to solve it?

    Thanks,

    Asif

    https://www.ads-software.com/extend/plugins/spam-free-wordpress/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Todd Lahman

    (@toddlahman)

    Thread Starter Asif Mansoor

    (@infozonepk)

    Hello,

    I have already a valid key but still not work. It says first Turn on the Old Password Fields option, turn off Nonce Security, or to turn on Generate Comment Form and this all is set according to this. Still have the issues!!

    Please help. What are the settings that work corect?

    Thanks,

    Asif

    Hi Todd,

    We have this problem as well in Firefox. Seems you have some weird CSS that is messing things up.

    #sfw-respond form input[type=”text”], #sfw-respond form textarea {
    -moz-box-sizing: border-box;
    font-size: 0.857143rem;
    line-height: 1.71429;
    padding: 0.714286rem;
    width: 100%;
    }

    The -mox-box-sizing is whats messing it up. It pretty much hides what the user is typing so they cant see it working. So I went into the settings and Disabled COmment Form Generation, and it totally screws up the theme where its either disable the plugin or keep this broken CSS.

    Definitely broken. I’ve received too many complaints from valid users. Changed and rechanged settings.

    I’ve loved using Spam Free WordPress, but if my readers can’t comment — it’s simply not worth it. Time look for an alternative (again) and move on!

    Hi Todd… with all due respect.. it wasnt her theme or my theme that messed it up. It was yours.

    #sfw-respond form input[type="text"], #sfw-respond form textarea {
        -moz-box-sizing: border-box;
        font-size: 0.857143rem;
        line-height: 1.71429;
        padding: 0.714286rem;
        width: 100%;
    }

    And here was my fix….

    #sfw-respond form input[type="text"], #sfw-respond form textarea {
        -moz-box-sizing: inherit;
        font-size: 14px;
        line-height: 24px;
        padding: 5px;
        width: 75%;
    }

    I’ve had a free license. It’s the first thing I did after installing. I always go through options thoroughly when I start using a new plugin, or any software.

    Thread Starter Asif Mansoor

    (@infozonepk)

    Hello,

    Me facing this issue time to time from many last months as sometime i get comment on a post but hardly in a month.

    I tried it as a visitor to comment and it says the settings issue of plugin after soling it it even not work.

    There is something wrong with the Plugin. Please solve it.

    Thanks,

    Asif

    Why is this marked resolved?

    This isnt resolved and now there are new issues popping up.

    Now the HTML gets messed up. If you have “remove URL field” checked, it will break your HTML and ruin the layout. We had a big issue with our footer being rendered in the content area due to a missing close div tag or something. We disabled it to resolve it.

    I have to admit the plugin itself works great to prevent spam, but the front end development aspect of it needs a lot of work.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘A simple User can not comment on my Posts’ is closed to new replies.