• 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

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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/https://greatsmokymountainsexpeditions.com/wordpress/wp-admin/css/login.css?ver=20081210

    //greatsmokymountainsexpeditions.com/blog/wordpress/wp-includes/https://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.

    Thread Starter kmannics

    (@kmannics)

    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" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
    <head>
    	<title>GSME TRIPS &rsaquo; Log In</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    	<link rel='stylesheet' href='../../blog/wordpress/wp-includes/https://greatsmokymountainsexpeditions.com/wordpress/wp-admin/css/login.css?ver=20081210' type='text/css' media='all' />
    <link rel='stylesheet' href='../../blog/wordpress/wp-includes/https://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="https://www.ads-software.com/" title="Powered by WordPress">GSME TRIPS</a></h1>
    
    <form name="loginform" id="loginform" action="https://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="https://greatsmokymountainsexpeditions.com/wordpress/wp-admin/" />
    		<input type="hidden" name="testcookie" value="1" />
    	</p>
    </form>
    
    <p id="nav">
    <a href="https://greatsmokymountainsexpeditions.com/wordpress/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
    </p>
    
    </div>
    
    <p id="backtoblog"><a href="https://greatsmokymountainsexpeditions.com/wordpress/" title="Are you lost?">&larr; 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>

    I have the exact problem. Did you find an answer?

    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

    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&gt;

    Also see https://www.ads-software.com/support/topic/280162?replies=4

    Thread Starter kmannics

    (@kmannics)

    The code found on this page did the trick for me. https://www.ads-software.com/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.

    Hey, I had this exact problem and all i did was reload the wp-admin and wp-includes via FTP and everything started working again… the style came back.

    I have godaddy as well… i wonder if it is something that happens with their host?

    Dallas

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dashboard does not use CSS so has no formatting’ is closed to new replies.