Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-04-12 17:03:44
- SQ
- New Member
- Registered: 2009-04-12
- Posts: 1
Half of template is missing (Roowhaline)
I’ve installed a template on my site, and I need help with it.
I know it’s a longshot, but I figured I’d try since knowing me it’s probably an easy fix.
http://khat.us/textpattern/index.php is my install
I’m using the “Roowhaline” template, which is supposed to look like this:
http://browser.textplates.com/index.php?id=19
I’ve followed the installation guide to the letter, and still the second half of my page isn’t showing up.
Also, if I click “articles” the whole layout just dies.
Can anyone tell me what’s going on and how to fix it?
Edit: Sorry, posted in the wrong forum. I’ve reported it to be moved. .__.;
(edited topic subject for clarity. -Els)
Last edited by els (2009-04-12 18:02:07)
Offline
#2 2009-04-12 18:06:50
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Half of template is missing (Roowhaline)
SQ wrote:
Edit: Sorry, posted in the wrong forum. I’ve reported it to be moved. .__.;
Done. No problem, thanks for being attentive :)
Offline
Re: Half of template is missing (Roowhaline)
check your
pages and forms… maybe you did not paste the whole of the code.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Half of template is missing (Roowhaline)
Also check the “Sections” tab and ensure you have the correct page template and CSS for the “articles” section.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: Half of template is missing (Roowhaline)
Most time this happens when you forget to close some tag: either conditional (i.e. <txp:if_section>
) either usuall (i.e. <txp:permlink>blah<txp:permlink>
– this tag isn’t closed, slash is absent be careful)
In my case most time it was usual conatiner-tags, when closing tag was written as start tag, without “/”, i.e. <txp:article><title /><txp:article>
instead of <txp:article><title /></txp:article>
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#6 2009-06-28 08:48:56
- m.furqan.latif
- New Member
- Registered: 2009-06-28
- Posts: 1
Re: Half of template is missing (Roowhaline)
Exactly the same problem here. I’ve installed this theme locally on my mac with an aim to mess around and customise it a bit. I’m using MAMP and have already spent ages fiddling about trying to get the clean URLs to work which I’ve just solved and this is the final problem preventing me from starting. I’ve been through the installation guide twice now and re-copied all the code across but only the top part of the site gets published, there must be an error in the install files.
OK gonna start looking through the page & form code. All sections use “default” as the page and style – the default page code is below, if anyone can spot an error, please post. I’ll try and contact the template author but I don’t think that he’s around on the contact details supplied. Thanks in advance for any assistance.
Offline
#7 2009-06-28 13:32:15
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: Half of template is missing (Roowhaline)
Please post your code ;)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline