kmannics
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Dashboard does not use CSS so has no formattingThe 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.
Forum: Fixing WordPress
In reply to: Godaddy free hosting – Dashboard / Admin brokenThis worked very well for me. Thank You!
Forum: Fixing WordPress
In reply to: Show only one sticky post at the top of a list of postsUn-check the “Stick this post to the front page” box on the post you no longer want stuck to the front page.
Forum: Fixing WordPress
In reply to: Dashboard does not use CSS so has no formattingThanks 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 › 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?">← 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>
Viewing 4 replies - 1 through 4 (of 4 total)