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
.bodybox { /* Holds the page items in place */ max-width: 1280px; min-height:90%; margin: 30px auto 0 auto; padding: 0; background: #fff; box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);}
#nav { position:absolute; top:0; left:25%; width:75%; height: 40px; border: 0; padding:0;}
<div class="breadcrumbs"> <div id="aprevnext" class="aprevnext"><span style="display:none;">Prev-Next</span></div> <div class="innerbc"> <?php //Breadcrumbs: Diese zeigen wir NICHT auf der Startseite: if ($isstartpage == false) { show_menu2(1, SM2_ROOT, SM2_ALL, SM2_CRUMB, '<span class="[class]">[a][menu_title]</a></span>', '', '', '', '<span><a href="'.WB_URL.'">'.$homename.'</a></span> <span class="[class]">[a][menu_title]</a></span>'); } ?> </div> <div id="beginContent" style="clear:both;"></div> </div>
//So kannst du feststellen, ob die Seite die Startseite ist und dann die Ausgabe anders machen:$isstartpage = false;if ( !isset($page_id) ) { $isstartpage = true; }if ( isset($template_id) AND $page_id==1) { $isstartpage = true; } // wbce.at presentation, you can remove this line?><!DOCTYPE html><html lang="<?php echo strtolower(LANGUAGE); ?>"><head><?php if(function_exists('simplepagehead')) { simplepagehead('/', 1, 0, 0);} else { ?> <title><?php page_title(); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" /> <meta name="description" content="<?php page_description(); ?>" /> <meta name="keywords" content="<?php page_keywords(); ?>" /><?php }
Zum 2. Problem könnte das https://forum.WebsiteBaker.org/index.php/topic,31368.msg219112.html#msg219112evt. helfen.
//if ( !isset($page_id) OR ( isset($template_id) AND $page_id==4) ) { $isfrontpage = true; } // WebsiteBaker.at presentation
if ( !isset($page_id) OR ($page_id==1) ) { $isfrontpage = true; }
Die Seite bleibt dann weiß.
box-shadow: none;
Das hat einen Grund: Weil es Probleme gibt.
Es steht bei fast allen Templates:Not recommended for WebsiteBaker > 2.10Das hat einen Grund: Weil es Probleme gibt.