1.) When people go to register, they can't check the registration boxes for regular non-Facebook registration. How do I fix this?
2.) When I go to insert a link on the post, the color for the text is white. How do I fix this?
The issue comes from your theme, it affects all checkboxes and does incorrect styling. You should use the following css to fix this conflict. Insert it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap form input[type="checkbox"]{ -webkit-appearance: checkbox!important; -moz-appearance: checkbox!important; width: 14px; height: 14px; line-height: 14px; vertical-align: baseline; } #wpforo #wpforo-wrap form input[type="radio"]{ -webkit-appearance: radio!important; -moz-appearance: radio!important; width: 14px; height: 14px; line-height: 14px; vertical-align: baseline }
Thank you; that worked. 🙂 One last question, when someone tries to register, it says it has an error processing the request. (Tried making another account myself.) Why is this? Can you help me fix it?