Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/08/2010, 05:55
Avatar de rodrypaladin
rodrypaladin
Moderador
 
Fecha de Ingreso: abril-2010
Ubicación: Madrid
Mensajes: 2.127
Antigüedad: 14 años
Puntos: 468
Exclamación Un problemilla con Blogger

Buenast tardes, he instalado una plantilla a mi blogger, pero el problema es el siguiente

si entrais a esta direccion ( es el demo de la plantilla que he instalado ) http://sevim-besttheme.blogspot.com/

la imagen central de unas fotos con una descripcion no aparece en mi plantilla, simplemente queda el hueco en blanco, como si no hubiera nada y no se como hacer, he encontrado el siguiente codigo en la plantilla que pertenece a el slider, os pego el codigo:

Cita:
/* CONTENTWWW.BESTTHEME.NET */
#slider-holder{width: 610px;height: 320px;overflow: hidden;
margin-bottom:-10px; margin-left:17px; margin-top:-20px;padding: 35px 0 0 0;}
#s3slider { width: 610px; /* important to be same as image width */
height: 320px; /* important to be same as image height */position: relative; /* important */overflow: hidden; /* important */}
#s3sliderContent {width: 610px; /* important to be same as image width or wider */
position: absolute; /* important */top: 0; /* important */margin-left: 0; /* important */}
.s3sliderImage {float: left; /* important */ position: relative; /* important */ display: none; /* important */}
.s3sliderImage span { position: absolute; /* important */ left: 0; font-weight: 700; font-size: 0.834em; color: #ffffff; padding: 10px 15px 13px 13px; height: 38px; width: 610px; background-color: #11929b;
filter: alpha(opacity=70); /* here you can set the opacity of box with text */
-moz-opacity: 0.7; /* here you can set the opacity of box with text */
-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
opacity: 0.7; /* here you can set the opacity of box with text */
display: none; /* important */bottom: 0;/*
if you put
top: 0; -> the box with text will be shown at the top of the image
if you put
bottom: 0; -> the box with text will be shown at the bottom of the image*/}
.s3sliderImage span a.featured-title:link,
.s3sliderImage span a.featured-title:visited{color: #fff;padding: 0px 0px 2px 0px;font-size: 1.167em;}
.s3sliderImage span a.featured-title:hover{color: #999;}
.s3sliderImage span a:link,
.s3sliderImage span a:visited{color: #888;}
.s3sliderImage span a:hover{color: #555;}
#main-wrapper {padding: 15px 5px 15px 15px;}
.main .widget { margin:0 0 1.5em; padding:0 0 1.5em; }
.main .Blog { border-bottom-width: 0;}
.postwrap {margin: 0 0 15px 0;border: 1px solid #ffffff;background-color: #fff;}
.post {background: url('') top left repeat-x;border-bottom: 1px solid #e6e8c9;padding: 15px;}
.post p {margin-bottom: 10px; }
.title {margin: 0 0 8px 0;padding: 0px;line-height: 22px;font-size: 22px;font-family: Arial, Verdana;color: #323232;font-weight: bold;}
.title a {text-decoration: none;color: #323232;}
.title a:hover {text-decoration: none;color: #c62703;}
.pagetitle {margin-bottom: 20px;line-height: 22px;font-family: Arial, Verdana;text-decoration: underline;}
.readmorecontent{text-align:right}
a.readmore{padding:4px 15px;background:#343434;color:#ffffff;text-decoration:none;text-shadow:0 1px 0 #ffffff;font-size:12px}
a.readmore:hover{background-color:#12939c;text-shadow:0 1px 0 #12939c;color:#ffffff}
.jump-link {text-align: right;}
.jump-link a {padding: 4px 15px;background: #b33519;color: #fff;text-decoration: none;text-shadow: 0 1px 0 #601302;}
.jump-link a:hover {background-color: #af2001;}
.post-header{font-size: 11px;padding: 1px 4px;font-family: Arial, Verdana;color: #5b5b5b;}
.post-header img {border: none;vertical-align: middle;margin:2px;}
.post-body{text-align: justify;line-height: 20px;padding-top: 8px;font-family: Arial, Verdana;font-size: 14px;color: #474747;}
blockquote {overflow: hidden;padding-left: 9px;font-style: italic;color: #666;border-left: 3px solid #ffffff;}
.post img {-moz-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; -khtml-border-radius: 5px; padding: 5px;background: #ffffff;
border-top: 1px solid #969696;border-left: 1px solid #969696;
-moz-box-shadow: 2px 2px 4px #ffffff; -webkit-box-shadow:2px 2px 4px #696969;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#f fffff,direction=120,strength=4)";
.post-footer { font-size: 11px;padding: 2px 4px;font-family: Arial, Verdana;color: #474747;}}
.comment-link {margin-left:.6em; }
.post img { padding:4px; }
.post blockquote { margin:1em 20px;}
.post blockquote p { margin:.75em 0; }
#comments h4 { margin:1em 0;font-weight: bold; }
#comments-block {margin:1em 0 1.5em; line-height:1.6em; }
#comments-block .comment-author {margin:.5em 0; }
#comments-block .comment-body { margin:.25em 0 0; }
#comments-block .comment-footer { margin:-.25em 0 2em; }
#comments-block .comment-body p { margin:0 0 .75em; }
#blog-pager-newer-link { float: left;}
#blog-pager-older-link {float: right; }
#blog-pager { text-align: center;}
.feed-links {clear: both;line-height: 2.5em;}
Sabeis vosotros como ponerlo en funcionamiento ?

Gracias de antemano