• Resolved vpsgeneral

    (@vpsgeneral)


    When you try and register for the site and click the register button nothing happens. It worked before. I’ve tried disabling other plugins but still having this issue.

    Can anyone help?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Dev

    (@gvectorsdevs)

    Hi @vpsgeneral,
    Evona theme conflicts with wpforo, and hides the checkbox which must be checked for the registration,
    Insert the below CSS Code In Custom CSS Code Field from Dashboard > Forums > Settings > Styles tab:

    label.wpforo-legal-checkbox.wpflegal-email input[type="checkbox"] {
        
        visibility: unset;
        opacity: unset;
        display: unset;
        vertical-align: unset;
        width: unset;
        height: unset;
        display: unset;
    }
    
    Thread Starter vpsgeneral

    (@vpsgeneral)

    That fixed it! Thank you very much for the quick response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Registration Not Working’ is closed to new replies.