Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Starr

    (@specialk)

    It could be that there is a JavaScript error on the page. You can check by logging in to WordPress (so the chat form is displayed), visit the page on the front end, and open the browser’s code inspector. Under the “Console” tab will show any errors and more.

    Thread Starter bones196

    (@bones196)

    I seemed to have found this error.

    “The label’s for attribute doesn’t match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.

    To fix this issue, make sure the label’s for attribute references the correct id of a form field.”

    form#sac-form fieldset label, form#sac-form fieldset input, form#sac-form fieldset textarea {
        float: left;
        clear: both;
        width: 94%;
        margin: 0 0 2px 0;
        font-size: 14px;
    }

    Would this be the problem?

    Thanks

    Tony

    Plugin Author Jeff Starr

    (@specialk)

    Good catch but no, that issue is spec-related and more superficial. It would not prevent people from logging in or change how the form works in general.

    So if there are no JavaScript errors showing, another thing to check is if there is interference from any other plugins. A quick way to check is to temporarily disable all other plugins and try again to see if the issue still occurs. I would be glad to provide a guide for this process, if it might be useful for you.

    Thread Starter bones196

    (@bones196)

    Well that done it. Speedy Cache was conflicting with it.Tthe moment I disactivated it, it worked.

    Now i have to sit here and like a knob and feel guitly for writing that kinda bad review.

    Sometimes I should think before I open my trap!

    Thanks for everything Mr Starr. And thanks for being so patient.

    Tony

    Plugin Author Jeff Starr

    (@specialk)

    Ok nice work figuring it out. Glad you got it sorted.

    And yes please, if you will update your review it would be super appreciated.

    Thanks Tony.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.