• Resolved WebDi

    (@webdi)


    Just installed this plugin and it’s working well except one thing. Sometimes the order of the mathematical equation is messed up. For example, I’m getting
    ___4-two=
    ___three+5=
    ___4+two=
    ___5+=twelve

    The instances where the box should indeed be first, it’s fine.
    ___-five=3

    The box (shown above as underline) is always in the first position even if it doesn’t seem like it logically should.

    http://specialeventsjacksonhole.com/blog/ (using headway theme version 3.1.1)
    Please see the captcha for comments on the blog post.

    Suggestion?
    Thanks in advance for the help.

    http://wordpress.org/extend/plugins/captcha/

Viewing 1 replies (of 1 total)
  • WebDi, you have some additional formatting that’s causing the input box to float left:

    div#respond input[type="text"], div#respond textarea {
        clear: both;
        float: left;
        margin: 0 0 10px;
    }

    adding the line

    div#respond p.cptch_block input[type="text"] {
        float: none;
    }

    should fix it

Viewing 1 replies (of 1 total)
  • The topic ‘mathematical captcha out of order’ is closed to new replies.