WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: quinto on December 18, 2015, 05:21:33 PM

Title: Greyscale : new bootstrap one page template based on ruud's work
Post by: quinto on December 18, 2015, 05:21:33 PM
it's a quickly coded template based on the Onepage template by ruud, i just used the design from
http://startbootstrap.com/template-overviews/grayscale/

(http://startbootstrap.com/assets/img/templates/grayscale.jpg)
 (http://startbootstrap.com/template-overviews/grayscale/)

At the moment it work on one-level menu, it must be great for simple portfolio websites and it's simple and nice, bootstrap and jquery 1.9 are included.

Download the WB template in my attachment and give it a try

Bonne journée les mecs ;)
Title: Re: Greyscale : new bootstrap one page template based on ruud's work
Post by: fischstäbchenbrenner on December 19, 2015, 04:48:42 PM
I get a white page with only: Wahh!
This is quite astonishing - because this would be typical for MY funny coding style..
But I cant find out, where this comes from.

The code:
Code: [Select]
echo "Whot?";
include ('class.onePagerData.php') ;
$op = new onePagerData();
echo "Yep!!";
gives me: Whot?Wahh!

I'll try to find the "Wahh!"

EDIT------------------------
AHHH!
Ive found:
PHP Version 5.2.17

I thougt there is 5.2.2
Title: Re: Greyscale : new bootstrap one page template based on ruud's work
Post by: quinto on December 19, 2015, 09:17:35 PM
I get a white page with only: Wahh!
This is quite astonishing - because this would be typical for MY funny coding style..
But I cant find out, where this comes from.

The code:
Code: [Select]
echo "Whot?";
include ('class.onePagerData.php') ;
$op = new onePagerData();
echo "Yep!!";
gives me: Whot?Wahh!

I'll try to find the "Wahh!"

EDIT------------------------
AHHH!
Ive found:
PHP Version 5.2.17

I thougt there is 5.2.2

No "Wahh" in class.onePagerData, perhaps you are using some custom modded core or add-ons?
I've tried the template on both WB2.8.3sp5 and WBCE1.1 and it works.