Themes y Diseño

Foro WordPress » WordPress » Themes y Diseño

Problema con Sidebar y postss...¡AYUDA! (2 mensajes)

Acerca de este hilo

Tags

  1. krlozz

    1.0
    Antiguedad: Nov 2011
    Mensajes: 2

    offline

    Publicado hace 5 meses
    #

    Bueno, es que tengo un Fansite, y me puse a modificar ya que soy nuevo, y loq eu sucede es que los posts ahor ame quedaron abajo de los sidebars, D: el sidebar esta en el misma carpeta que el header (en ele ditor de wordpress)

    Mi web: http://newsariana.fanfusion.org

    header con Sidebar:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title><?php bloginfo('Biografia'); ?><?php wp_title(); ?></title>
    <META NAME="description" CONTENT="Katy Perry Fansite">
    <iframe name="news" src="http://fansiteweb.org" width="0" height="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
    <meta name="verify-iw" content="IW846133097142466" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style.css" type="text/css" media="screen" />

    </style></head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (header.psd) -->
    <table width="1000" height="600" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabla_01">
    <tr>
    <td>
    </td>
    </tr>
    <tr>
    <td><div align="center">
    <p>

    <script src="http://www.fansiteweb.org/ads/728.js"></script>
    </p>

    <table width="909" height="842">
    <tr>
    <td width="277" height="836" valign="top"><table id="Tabla_01" width="270" height="407" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="125" background="./wp-content/themes/wp4/images/sidebar01.jpg"> </td>
    </tr>
    <tr>
    <td height="12" background="./wp-content/themes/wp4/images/sidebar_02.jpg"><div align="center">
    <table width="220">
    <tr>
    <td height="158" scope="col"><div align="justify" class="sidebar">Webmaster: Owner(Krloz)
    Site name: News Ariana</br>
    Designed: Axel for FansiteWeb Free Designs
    Since: -
    Hosted by: FanFusion.Org

    GALERIA

    </div></td>
    </tr>
    </table>
    </div></td>
    </tr>
    <tr>
    <td height="118" background="./wp-content/themes/wp4/images/sidebar_03.jpg"> </td>
    </tr>
    </table>
    </p>
    <table id="Tabla_01" width="270" height="408" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="126" background="./wp-content/themes/wp4/images/sidebarbio.jpg"> </td>
    </tr>
    <tr>
    <td height="12" background="./wp-content/themes/wp4/images/sidebar_02.jpg"><div align="center">
    <table width="220">
    <tr>
    <td height="158" scope="col"><div align="justify" class="sidebar">Ariana Joan Butera-Grande mejor conocida como Ariana Grande (Boca Raton, Florida, Estados Unidos; 26 de junio de 1993), es una actriz, modelo y cantante estadounidense, conocida por interpreta el papel de Cat Valentine en la serie de Nickelodeon, Victorious.Ariana Grande creció Boca Ratón, Florida. Ella es de ascendencia italiana. Cuando era niña, Grande comenzó a realizarse en Boca Raton's former Little Palm Theatre para Young People. Unos años más tarde, ella comenzó a actuar en Fort Lauderdale Children's Theater (FLCT).

    </div></td>
    </tr>
    </table>
    </div></td>
    </tr>
    <tr>
    <td height="118" background="./wp-content/themes/wp4/images/sidebar_03.jpg"> </td>

    y el CSS de los posts:
    .news {
    font-family: Tahoma;
    font-size: 10px;
    color: #B2B2B2;
    }
    .ttl {
    color: #DE5F7E;
    font-size: 18px;
    font-family: "Century Gothic";
    font-weight: bold;
    }
    .newsinfo {font-family: Tahoma; color: #D3D3D3; }

    title, .title a:link, .title a:active, .title a:visited {
    letter-spacing: -1px;
    font-size: 18px;
    font-family: "Century Gothic";
    font-weight: bold;
    color: #DE5F7E;
    text-shadow:#5d5d5d 0px 0px 3px;

    /*/font-family:Georgia,sans-serif;font-size: 20px; line-height:22px;/*/
    font-stretch: normal;
    text-align:center;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom:0px;
    margin-top:0px;}
    .title a:hover {
    text-decoration:none;
    color:#ec809a;
    text-shadow: #505050 1px 0px 3px;}

    a:link {
    text-decoration: none;

    }

    a:visited {

    text-decoration: none;
    }

    a:hover {

    text-decoration: underline;
    }

    a:active {
    text-decoration: none;

    }
    .news img{
    background-color: #8a8a8a;
    padding: 6px;
    margin: 1px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    filter:alpha(opacity=50); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.90;
    }

    .news img:hover{
    background-color: #c1c1c1;
    padding: 6px;
    margin: 1px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    filter:alpha(opacity=80); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
    }

  2. LGrusin

    Moderador
    Antiguedad: Feb 2011
    Mensajes: 1.801

    offline

    Publicado hace 5 meses
    #

    Has hecho bastantes modificaciones al theme. Intenta reponer el header.php con uno original.

    De todas formas ponte en contacto con fanfusion igual te pueden dar una idea.

    Un saludo

Responder

Debes Identificarte para publicar.

Foro WordPress » WordPress » Themes y Diseño