WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
I installed it through the admin, just like any other template. Installtion was succesfull, the template itself was not
$block[1] = 'Main';$block[2] = 'Right';
do you activate the wb general option "blocks enabled"?your templates info.php needs also entrys like thisQuote$block[1] = 'Main';$block[2] = 'Right';and a second section with the setting "right" in the Block select field
The problem is I would use two sections on a site, the first would be the onepage code, it would actualy be full width image, and the second would be normal content. So that when you click on a menu link it would take you to image.
#about { background: url("/media/about-background.jpg") no-repeat scroll center center / cover }
it works but not really what I wan't here, this gives me the background image through entire content. I need to put fullwidth image above every content..
<?php $op->page_content(1); ?> <!-- fullwidth html module with image, the link goes to this--><div class="container"> <?php $op->page_content(2) ?> <!-- text section NOT fullwidth--> <>