crabhappy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: locked out from wp-adminI have the same problem, sorta. I enabled ReCaptcha on a form I was testing. In order to test the form (I am working with setting the emails in Contact Form 7) I would have to log out of admin and test the form. When I finally got the form the way I wanted it and it worked great, I enabled the captcha on that form. So I went to log-in my wpadmin, and now there is a ReCaptcha on my login that says ERROR for site owner, invalid site key. I must have done something wrong but I don’t know how to fix it. I can’t sign in so I can’t disable the ReCaptcha plugin. I know my keys because I went to Google and looked them up. I am able to get to my SQL database via PHP myadmin. But now what? I just want to get back into my site. I read somewhere that if I could login to my sql I could (Execute, UPDATE system SET status = 0 WHERE name = “ReCaptcha”;) I don’t know what execute means in my database. PLEASE PLEASE PLEASE help. I am on a tight deadline.
`
I’m not sure that this is the place for this issue, but here goes.
While using popup maker I did a popup (on click) to the right primary side bar, using a text widget. This is the code…<a href="#" class="popmake-783">Contact Us</a>
It works, however on the left secondary side bar, I have a custom menu setup called Pages. I noticed that now Pages has the same popup when I click it.
I think it has something to do with the href=# because when I hover over each one they both exhibit the # in the bottom of the browser, therefor pulling up the popup when clicked. Is there a way to code in something to differentiate the code in the text box from the menu Pages? There is no link to my site because I am working off of localhost.