Thank you very much, Chris, works like a charm concerning the display of the breadcrumbs on slideshow pages, however it kills the line before and after the breadcrumbs, but I have tweaked the CSS for this, so it works no fine.
The following CSS are necessary, so that it doesn't display the line of the breadcrumb twice, if you use a page without slideshow - and on the other side, that the frontpage shows well as before.
If somebody likes to have the breadcrumbs at slideshow pages, too, here is - in addition to Chris' PHP changes - my CSS for your custom.css:
/*************** Breadcrumbs for Slideshow-Pages ***************/
#top #breadcrumb_wrapper {
border-bottom: 1px solid #cabec8;
font-size: 11px;
margin-left: 0;
margin-right: 0;
padding: 0;
width: 1000px;
z-index: 10;
}
#top .slideshow_big {
margin-bottom: -140px;
margin-top: 10px;
}
#breadcrumb_wrapper .breadcrumb {
background: none repeat scroll 0 0 #FFFFFF;
color: #555555;
margin-right: 30px;
}
#top #header.slideshow_big_container {
border-bottom: 1px solid #DDD2DC;
margin-bottom: 20px;
padding-bottom: 75px;
}
#header {
background-color: #E8E1EA;
background-image: url("../images/skin-minimal/bg-header.png");
background-repeat: repeat-x;
/* border-bottom: 1px solid #DDD2DC; */
border-bottom: 0px !important;
color: #333333;
}
/************************************************************/
You only need to replace the color for your backgrounds and the line.
To figure this out, Firebug is my very best friend ;-)))
https://addons.mozilla.org/de/firefox/addon/firebug/
:-)