scyberia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-login.php everything failingI found the problem. In my wp-content folder, there was an empty directory called “upgrade”. I deleted that folder and everything is back to normal.
I guess I quit WP while it was updating a plugin or something and the folder remained, leaving WP in maintenance mode…?
And thanks for helping WPyogi!
Forum: Fixing WordPress
In reply to: wp-login.php everything failingThe host says that they have not blocked anything on the website.
Is it possible that there’s a problem with the SQL database? I don’t have too much content so it wouldn’t be a huge problem…is there a simpler way to reset the database other than manually?
Forum: Fixing WordPress
In reply to: wp-login.php everything failingThere is no evidence that anything has been changed or hacked for that matter.
I tried resetting the password to my account first through wp-login.php. When I did so, the page responded with “Please enter a username or email address.”
I reset the password manually through PHPMyAdmin but to no avail.
Forum: Fixing WordPress
In reply to: wp-login.php everything failingMmmm…good point. I’ll check with them; thanks for the reply!
Anything else that you can think of?
Forum: Hacks
In reply to: Include WP Options in TinyMCE PluginI don’t have any idea what AJAX is, but I can check it out.
What if I put the TinyMCE plugin’s JS code in a PHP file and echo the options?
I briefly tried it (without the options) on my blog and it worked.
Thanks for the help.
Forum: Themes and Templates
In reply to: Static/Fixed/Scrolling HeaderGreat! Fixed it.
Here’s the code I used:
div#main { padding-top: 120px; } header#branding { position: fixed; width: 1110px; background-color: #f2f2f2; }
Actually I have another question. The Foghorn theme is mobile-friendly so I don’t use any mobile extensions. The problem is that the pages links don’t wrap, so the Downloads link is cut off.
Help? If not it’s okay…just wondering.
Forum: Themes and Templates
In reply to: Static/Fixed/Scrolling HeaderThanks for helping me!
The code mostly works. The only problem is that on small screens the “Downloads” link at the end of the header does not show, and scrolling to the right doesn’t work.Is there a way to fix this? If not, I guess I will have to be happy with this…