rlrouse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: reCAPTCHA error locked me out of my websiteYou should be able to disable the reCAPTHA plugin by logging into your server with an FTP program and renaming the folder containing the offending plugin to a different name. Then you can log into your Dashboard and install a different reCAPTCHA plugin if you want.
You’ll find instructions for renaming the plugin folder here:
http://www.ricksdailytips.com/fix-broiken-wordpress-blog-with-ftp/
Forum: Fixing WordPress
In reply to: Possible to move menu down?I had to change the top to 93 to get it to fit perfectly, but it worked like a charm!
Thanks a million!
Forum: Fixing WordPress
In reply to: Possible to move menu down?Forum: Fixing WordPress
In reply to: Possible to move menu down?I’m having the same problem. The referenced tutorial says:
The menu itself is controlled by:
#menu {
background: #fff;
border-left: 1px dotted #ccc;
border-top: solid 3px #e0e6e0;
padding: 20px 0 10px 30px;
position: absolute;
right: 2px;
top: 0;
width: 11em;
}Then it says to move the menu down simply change the valur of “top” to a number greater than 0. When I put in any number other than 0 the menu drops down below the footer (but still in the right column). How can I fix this?
Thanks