WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Clean Business Template WB 2.8.3 FREE

(1/2) > >>

N1kko:
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/

See screen shots

ENJOY  :-D

nibz:
Really nice and clean design.

Only one problem with the singlepages layout, The css isn't loading.

Try replacing index.php line 46

--- Code: ---<link rel="stylesheet" type="text/css" href="/templates/cleanbusiness-homepage/css/style.css" />
--- End code ---

with:

--- Code: ---<link rel="stylesheet" type="text/css" href="<?php echo WB_URL; ?>/templates/cleanbusiness-homepage/css/style.css" />
--- End code ---

and it works on all installs

nibz:
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

--- Code: ---<?php echo TEMPLATE_DIR; ?>

--- End code ---
with

--- Code: ---<?php echo WB_URL; ?>/templates/cleanbusiness-homepage

--- End code ---

I attached the new version of the single page template, simply upgrade :)

Greetz nibz

[Attachment removed because there's a new version!]

N1kko:
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  :-)

nibz:
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]

Navigation

[0] Message Index

[#] Next page

Go to full version