bub307 Posted July 26, 2013 Share Posted July 26, 2013 Putting my own footer in everywhere looks good except the domain management area it breaks? https://redbirdhosting.com/hosting/clientarea.php?action=domaindetails&id=1 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 26, 2013 Share Posted July 26, 2013 as a guess, you have a style sheet on your opening page that isn't present in the above page... <link href="css/style_sheet.css" rel="stylesheet" type="text/css" /> it defines footertop (and probably a lot of your other customisations), so you'll have to add it to your header.tpl file 0 Quote Link to comment Share on other sites More sharing options...
bub307 Posted July 26, 2013 Author Share Posted July 26, 2013 I have got that in may header? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 26, 2013 Share Posted July 26, 2013 I have got that in may header? yes, it's in line 9 of your index.html page... but it's not in your header.tpl in your templates directory... <base href="https://redbirdhosting.com/hosting/" /> <script type="text/javascript" src="includes/jscript/jquery.js"></script> <link href="templates/red/css/style_sheet.css" rel="stylesheet" type="text/css" /> <link href="templates/red/css/bootstrap.css" rel="stylesheet"> <link href="templates/red/css/whmcs.css" rel="stylesheet"> <script src="templates/red/js/whmcs.js"></script> it will explain why your text and login boxes are smaller on your opening page than they are in whmcs. 0 Quote Link to comment Share on other sites More sharing options...
bub307 Posted July 26, 2013 Author Share Posted July 26, 2013 yes, it's in line 9 of your index.html page... but it's not in your header.tpl in your templates directory... it will explain why your text and login boxes are smaller on your opening page than they are in whmcs. Here is my header.tpl <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{if $kbarticle.title}{$kbarticle.title} - {/if}{$pagetitle} - {$companyname}</title> {if $systemurl}<base href="{$systemurl}" /> {/if}<script type="text/javascript" src="includes/jscript/jquery.js"></script> {if $livehelpjs}{$livehelpjs} {/if} <link href="templates/{$template}/css/bootstrap.css" rel="stylesheet"> <link href="templates/{$template}/css/whmcs.css" rel="stylesheet"> <link href="templates/{$template}/css/style_sheet.css" rel="stylesheet" type="text/css" /> <script src="templates/{$template}/js/whmcs.js"></script> {$headoutput} </head> 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 26, 2013 Share Posted July 26, 2013 you may need to add the following to header.tpl (in the <head> section) <link href="css/style_sheet.css" rel="stylesheet" type="text/css" /> as firefox is giving a warning about your security certificate, you could use a direct link to the css to see if that works. <link href="http://www.redbirdhosting.com/css/style_sheet.css" rel="stylesheet" type="text/css" /> 0 Quote Link to comment Share on other sites More sharing options...
bub307 Posted July 26, 2013 Author Share Posted July 26, 2013 Did that but the footer is still going to 100% in the domain management area. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 26, 2013 Share Posted July 26, 2013 i'm not sure what you mean by the footer going 100%... from the outside they look similar... if the difference is on a page you need to log into, then we'll need to see a screenshot as obviously we can't login! 0 Quote Link to comment Share on other sites More sharing options...
bub307 Posted July 29, 2013 Author Share Posted July 29, 2013 Here are the footers. The one on the bottom is right the other one is just in the domain management area. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.