Hello gents, I have followed all the instructions for updating to recaptcha v2 but it keeps me giving that ERROR for site owner: Invalid key type http://www.flytaxiva.org/index.php/registration
in this registration page. What might be the problem ?
It also looks like you’re missing a load of css on your site too
Yes I am in the beginning of everything actually ))
By the way thank you very much for your advice of checking my key codes. Mine was related with V3 , and I got new keys as V2 , I think I ’ ve solved the problem now
I don’t know if it is because you are missing css or you are missing classes assigned to sections. For example, that registration form should be wrapped in (as per the code of the theme you are using):
\<section class="page-contents"\> \<div class="container"\> YOUR REGSITRATION FORM \</div\> \</section\>
I don’t know if it is because you are missing css or you are missing classes assigned to sections. For example, that registration form should be wrapped in (as per the code of the theme you are using):
<section class=“page-contents”> <div class=“container”> YOUR REGSITRATION FORM </div> </section>