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
Maybe your wish comes from a lack of knowledge on responsive webdesign, media queries and CSS that comes with it. I suggest you spend time working on that, instead of launching bad designed (non-responsive), bad scoring (Google!) websites into the world.
I just wish there was a possibility to use extra blocks; maybe I will try to find out how to integrate this in the future
$block[1] = 'Main'; $block[2] = 'Teaser'; $block[3] = 'Sidebar'; $block[4] = 'Headline'; $block[5] = 'Main2'; $block[6] = 'Footerline';
ob_start(); //fetch Headlinepage_content(4);$page_contentHeadline = \ob_get_clean();
<?php if(trim($page_contentHeadline)!=''){ ?> <div class="headline"> <div class="contentHeadline"> <?php echo $page_contentHeadline; ?> </div><!-- contentHeadline --> </div><!-- headline--><?php } ?>
// Definition of content blocks$block[1] ='MainContent';$block[2] ='Right Block';$block[3] ='Teaser';$block[4] ='Anynews';$block[5] ='Contactbox Left';$block[6] ='Contactbox Right';$block[7] ='Bottom Block';$block[8] ='In-Footer Block';
Reactions were in favor of the old, non responsive website and people indicated that is was no trouble enlarging the image on their small screen to be able to handle the small menu items.
I have already been asked to integrate a button for desktop view. So mobile users can switch.If the customer wants this, it is not a question of understanding responsiveness.
In your answer I see: (green: the original block in AllCSS, blue = new added blocks) which means that you are working with a version of AllCSS with 3 blocks already integrated. That would be quite enough for me. My version (v2.7) has not. May I ask to publish the latest version of AllCSS here or send the zip to me?