kmannics
Member
Posted 6 months ago #
Hi,
I am working on a website for a friend (greatsmokymountainsexpeditions.com). It is hosted on Godaddy. Everytime I log in to the dashboard I get a page with no formatting like it is ignoring the CSS. It makes it almost impossible to navigate.
The blog (greatsmokymountainsexpeditions.com/wordpress) uses the style sheets. It is just the dashboard.
PLEASE HELP
ClaytonJames
Member
Posted 6 months ago #
like it is ignoring the CSS
It isn't ignoring it, it just can't find it...
Some pretty strange urls to the style sheets. Both return a 404.
//greatsmokymountainsexpeditions.com/blog/wordpress/wp-includes/http://greatsmokymountainsexpeditions.com/wordpress/wp-admin/css/login.css?ver=20081210
//greatsmokymountainsexpeditions.com/blog/wordpress/wp-includes/http://greatsmokymountainsexpeditions.com/wordpress/wp-admin/css/colors-fresh.css?ver=20081210
I have no clue why that is happening. Only that both of those are creating a 404 at /wp-login.php.
kmannics
Member
Posted 6 months ago #
Thanks Clayton.
This is the code generated by the wp-login.php
Can anyone tell me how to fix the css link.
<!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" dir="ltr" lang="en-US">
<head>
<title>GSME TRIPS › Log In</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel='stylesheet' href='../../blog/wordpress/wp-includes/http://greatsmokymountainsexpeditions.com/wordpress/wp-admin/css/login.css?ver=20081210' type='text/css' media='all' />
<link rel='stylesheet' href='../../blog/wordpress/wp-includes/http://greatsmokymountainsexpeditions.com/wordpress/wp-admin/css/colors-fresh.css?ver=20081210' type='text/css' media='all' />
</head>
<body class="login">
<div id="login"><h1><a href="http://wordpress.org/" title="Powered by WordPress">GSME TRIPS</a></h1>
<form name="loginform" id="loginform" action="http://greatsmokymountainsexpeditions.com/wordpress/wp-login.php" method="post">
<p>
<label>Username<br />
<input type="text" name="log" id="user_login" class="input" value="admin" size="20" tabindex="10" /></label>
</p>
<p>
<label>Password<br />
<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" tabindex="20" /></label>
</p>
<p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> Remember Me</label></p>
<p class="submit">
<input type="submit" name="wp-submit" id="wp-submit" value="Log In" tabindex="100" />
<input type="hidden" name="redirect_to" value="http://greatsmokymountainsexpeditions.com/wordpress/wp-admin/" />
<input type="hidden" name="testcookie" value="1" />
</p>
</form>
<p id="nav">
<a href="http://greatsmokymountainsexpeditions.com/wordpress/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
</p>
</div>
<p id="backtoblog"><a href="http://greatsmokymountainsexpeditions.com/wordpress/" title="Are you lost?">← Back to GSME TRIPS</a></p>
<script type="text/javascript">
setTimeout( function(){ try{
d = document.getElementById('user_pass');
d.value = '';
d.focus();
} catch(e){}
}, 200);
</script>
</body>
</html>
</iframe></noscript></object></layer></span></div></table></body></html><!-- adsok -->
<script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>
shaner2000
Member
Posted 5 months ago #
I have the exact problem. Did you find an answer?
not2bug
Member
Posted 5 months ago #
Is this the same problem that you are both having?
I checked the Error Console in Firefox (Tools > Error Console) and it says that /wp-admin/load-style.php has the MIME type text/html when it should be text/css.
Maybe we can blame GoDaddy, since they seem to be placing ads on everything I upload. I think that JS is not working on the admin panel either. Any help would be greatly appreciated. Thank you
not2bug
Member
Posted 5 months ago #
I looked at your HTML, kmannics. GoDaddy is adding the same crap HTML to my wp-admin and it is probably messing up our stylesheets
</iframe></noscript></object></layer></span></div></table></body></html><!-- adsok -->
<script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>
Also see http://wordpress.org/support/topic/280162?replies=4
kmannics
Member
Posted 2 weeks ago #
The code found on this page did the trick for me. http://wordpress.org/support/topic/280162?replies=46
The dashboard is still a bit flaky. Sometimes when you click on update it doesn't save, and a few other bits of annoyance, but I can use the dashboard and put the site up now.