Hi Carl,
If the templates works perfectly up until you access fabrik, doesnt that say that the problem is not with the template, but rather the component? I'm assuming that this does not happen with any other components? If thats the case, i think its pretty clear that the culprit in this case is the component and not the template
I had a look at the code and can see what the problem is. If you look at the two images (the first is the non fabrik pages and the latter is the pages that fabrik is loaded:
On normal pages the top logo is being loaded properly (H1):
Then when fabrik is loaded, you will now notice the logo has changed to an H2:
All i can assume is that the component is somehow rewriting H1's on the page, so to get around this, change the reference in your index.php from
to:
You will then also need to update your css, just look for the reference that styles the H1 a{
Cheers,
Chris