reb_76
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: my client can not log inbumping my old thread – I went on vacation. unfortunately, I didn’t get any bright ideas.
disabling the firewall didn’t work.
the firefox download didn’t work.
she’s stuck in an endless loop of bouncing back to the login page.
I’ve had her try in Firefox and IE, and the result is the same in both browsers.
Any other suggestions I can throw at her?
Thanks so much!
Forum: Fixing WordPress
In reply to: my client can not log inshe did, and that didn’t make a difference.
I’m going to have her download the Firefox referrer plugin, and try that – and then we’ll disable it again and try it that way.
Forum: Fixing WordPress
In reply to: my client can not log inok – I’ll try disabling the plugins on her site for now, and if not I’ll have her download the Firefox extension.
The plugins I’m running are
Akismet
Fold page list
Search pages
static front pages
and
wordpress database backup.Are any of those known issues?
I really appreciate you guys taking time to help me troubleshoot this.
I’ve been googling Mcafee (what she has for a firewall) and sending her the instructions to allow referrers.
She doesn’t see anything in her control panel that matches the instructions!
And I don’t run Mcafee, so I’m kind of in the dark there.
Forum: Fixing WordPress
In reply to: my client can not log init’s leaving wordpress pass and wordpress user, both followed by a string of numbers.
I’m still trying to talk her through finding the referrers…
Forum: Fixing WordPress
In reply to: my client can not log inoh – and we’ve checked her firewall security settings too.
nothing is working. π
Forum: Fixing WordPress
In reply to: my client can not log inyep – I’m on the phone with her right now.
She’s got java and javascript enabled.
and she’s paid up π
Forum: Fixing WordPress
In reply to: my client can not log inok – since she’s cleared her cookies and rebooted, it keeps bouncing her back to the login page – instantly.
She’s aware that it is all case-sensitive – I even emailed her both so she could copy/paste them.
the source code is as follows
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress › Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="http://aolff.org/wordpress/wp-admin/wp-admin.css" type="text/css" />
<script type="text/javascript">
function focusit() {
document.getElementById('log').focus();
}
window.onload = focusit;
</script>
</head>
<body><div id="login">
<h1><a href="http://wordpress.org/">WordPress</a></h1>
<form name="loginform" id="loginform" action="wp-login.php" method="post">
<p><label>Username:<br /><input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label></p>
<p><label>Password:<br /> <input type="password" name="pwd" id="pwd" value="" size="20" tabindex="2" /></label></p>
<p>
<label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />
Remember me</label></p>
<p class="submit">
<input type="submit" name="submit" id="submit" value="Login »" tabindex="4" /><input type="hidden" name="redirect_to" value="/wordpress/wp-admin/" />
</p>
</form>
<ul>
<li><a href="http://aolff.org/wordpress/" title="Are you lost?">« Back to blog</a></li>
<li><a href="http://aolff.org/wordpress/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a></li>
</ul>
</div></body>
</html>I’m not sure this is actually a wordpress issue, as I can log into the dashboard fine.
But if I’m missing something, I’d appreciate you guys letting me know!
Thanks…
Forum: Fixing WordPress
In reply to: Desperately need help with anchors…thanks – that’s not the answer I wanted, but it was the answer I was afraid I would get after searching all the plugins, forums, etc.
I don’t mind *too* badly doing it this way – but I’m switching this site to WP so my friend can maintain it herself.
I suppose I’ll set up that series of pages for her, then she can do the rest.
thanks again!
Forum: Fixing WordPress
In reply to: Desperately need help with anchors…sorry – I guess I should have been more clear
I guess I’m just trying to figure out how to generat them when I build the page.
Right now, I’m having to build a page, upload it, then get the page id, then go back in and fix my links.
If I knew what the page ID was I could do it all at once.
I’m a newbie to this, in case you couldn’t tell π
Thanks!
Forum: Fixing WordPress
In reply to: 2 lines (or a carriage return) in the description of my headercan you use a
<br />in there?I’ve no idea if that’s valid code, but it’s what I do. π
Forum: Themes and Templates
In reply to: Images not displaying properly…I figured it out – I can’t link images from within the themes image folder.
Not sure why…?
But when I created a new img folder within my wp folder, outside of the themes, it worked.