Jump to content

Domain Management Area


bub307

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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" />
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated