Sub pages not displaying design from header.php

Permalink
Hi not sure if this is something to with a server issue.
I have just set up a new design with the home page displaying correctly with header.php call coming in fine which includes the css styles, however sub pages about us etc do not bring in the exact same header.php is this a server issue to do with site structure any ideas please it's driving me bloody mad!

clairec
 
johndorsay replied on at Permalink Reply
johndorsay
Just to be sure the your template resides in the theme folder and the first few lines look like this
<?php 
defined('C5_EXECUTE') or die(_("Access Denied."));
$this->inc('elements/header.php'); 
//continue

And the header.php file exists in the elements folder which resides in the theme folder
And you have created the page type.
Precificar replied on at Permalink Reply
Precificar
I can think of a few possibilities...

Check:
1 - Did you make a Theme? If yes, are you using the right pages for the right content?

2 - Is your theme working dynamically with C5? Content being pulled and appropriate CSS files being applied?

3 - Have you properly changed the paths to the CSS and image files to the proper PHP code, so they will load? Concrete 5 renders things in different folders, maybe that's breaking your layout.

4 - Is everything that is common to all pages added to the default page?

Check those 4 things, ESPECIALLY the 3rd, if nothing works, please paste your php code so we