Hi,
I am pleased to offer the WB community a free template (Clean Business) which features 17 customizable blocks
to say thanks for a superb CMS :wink:
The zip file includes 2 templates
Should work with all WB versions
DEMO: http://n1kko.com/wbtemplates/ (http://n1kko.com/wbtemplates/)
See screen shots
ENJOY :-D
Really nice and clean design.
Only one problem with the singlepages layout, The css isn't loading.
Try replacing index.php line 46
<link rel="stylesheet" type="text/css" href="/templates/cleanbusiness-homepage/css/style.css" />
with:
<link rel="stylesheet" type="text/css" href="<?php echo WB_URL; ?>/templates/cleanbusiness-homepage/css/style.css" />
and it works on all installs
Oops there's more :P
The calls to the images and JS in the "singlepage" template aren't working either.
You try to call them in the template dir but there are no images in the template dir.
Same thing here replace all
<?php echo TEMPLATE_DIR; ?>
with
<?php echo WB_URL; ?>/templates/cleanbusiness-homepage
I attached the new version of the single page template, simply upgrade :)
Greetz nibz
[Attachment removed because there's a new version!]
Thanks for that forgot to change them, you also had an extra backslash on the css which I have edited.
All updated now, thanks for the feedback :-)
Ok another.
The footer blocks aren't working in the singlepage template
And the page content is duplicate.
I wrapped the page content and removed the duplicate content
And i changed the footer block number in the info.php they are now just like in the homepage template.
Another attached.
[Attachment removed (new version released by N1kko]
Thanks so much, been a long day I will get the zip file updated again
Quote from: nibz on July 18, 2012, 02:36:32 PM
Ok another.
The footer blocks aren't working in the singlepage template
And the page content is duplicate.
I wrapped the page content and removed the duplicate content
And i changed the footer block number in the info.php they are now just like in the homepage template.
Another attached.
Thanks updated in main zip
Demo now online http://n1kko.com/wbtemplates/ (http://n1kko.com/wbtemplates/)