WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Deeje on July 06, 2008, 07:01:03 AM
-
Ok, I have created a template that I thought was right, but after installing it, I set the theme and it justcreates a white screen
Why, and what do I do?
-
Why, and what do I do?
That is a bit difficult to tell with the information you give.
Most common mistake is that a complete directory/folder including the path is in the zipfile.
If you want more help, try attaching your template zipfile to the post so we can see.
Another option is to read this:
http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/creating-a-wb-template.php (http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/creating-a-wb-template.php)
Ruud
-
KK, It is attached to this post.
[gelöscht durch Administrator]
-
Seems to me you have zipped the Folder.
You have to zip the _content_ of the folder instead.
There are also some php-errors. I can fix them, but there seem to some html-problems also.. not closed tags.
-
Oh, I deleted the zip I uploaded, the content was zipped, not the whole folder. So it would just be the messed up coding...
-
Your "if (SHOW_MENU)" statement was not closed.
if you change this into
if(SHOW_MENU) {
?>
<div class="menu">
<?php
show_menu();
}
the template shows. (I don't think it is what you are expecting)
Ruud
-
Ah! That worked, Thank you so much.