• Resolved Nate

    (@caming)


    Hi,

    First, thanks for resurrecting this plugin.

    Second, I think I’ve found a bug: when you “force confirm” a user, it sends the petition email *EVEN WHEN THAT FEATURE HAS BEEN TURNED OFF.* This is sort of a big deal because I was mass confirming users, and then for each user I force-confirmed (hundreds!) I received the petition in my inbox. Basically, I got about 500 emails all in a span of a few minutes. Super fun.

    FINALLY, how do I turn CAPS LOCK off on the form? It’s really confusing the users who are trying to type in their name with case sensitivity, yielding really awkward results.

    THANK YOU!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SpeakOut!

    (@123host)

    Thanks for the bug report. I have just released 2.2.11 which fixed the petition send issue.

    I can’t recreate the capslock thing, it isn’t part of the plugin. It must be either part of your theme or you have tweaked CSS to force capslock.

    If you post the URL of your petition I am happy to have a look.

    Thread Starter Nate

    (@caming)

    Lovely, thank you so much. You can find the form at: https://statement.biologos.org

    Plugin Author SpeakOut!

    (@123host)

    In your custom css you have

    input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, textarea.wp-editor-area, .select_container, select, .select_container select {
        font-family: "Barlow Condensed",sans-serif;
        font-size: 1em;
        font-weight: 600;
        font-style: normal;
        line-height: 1.52em;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;

    input[type="text"] and text-transform: uppercase; are forcing uppercase

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One bug, one (small) CSS tweak needed’ is closed to new replies.