Themes y Diseño

Foro WordPress » WordPress » Themes y Diseño

ayuda, problema con entrada en el index (2 mensajes)

Acerca de este hilo

Tags

  1. adrdomene

    3.0
    Antiguedad: Nov 2011
    Mensajes: 28

    offline

    Publicado hace 6 meses
    #

    Gente de wordpress, estoy con un problemita , creo que puede ser bastante sencillo pero todavia no le he encontrado solución. El problema esta que una noticia se me esta bajando, he probado poniendole mas px de padding-top, padding-left y nada, creo que no es ese el problema. Les dejo imagen de como se ve

    Lo que me llama la atención es que por ahi cambio la noticia y se ve mejor, también pense que podia ser problema de renglones, entonces opté por bajarle la cantidad de caracteres y tampoco, no resultó.

    Les dejo el code de la esta parte

    < div class="4noti" style="float:left;" >
    < div class="4noticias" style="padding:10px;" > < !-- #################  highlight category-2 #################### -- >
    < ?php $high_cat2 = get_option('repo_high_cat2'); ? >
    < ?php $i = 1;? >
    < ?php
    $high_cat2 = get_option('repo_high_cat2');
    $high_query = new WP_Query( 'category_name='.$high_cat2.'&amp;posts_per_page=6' );
    while ( $high_query- >have_posts() ) : $high_query- >the_post();
    ? >
    < ?php if($i == 1):? >

    < div class="high-first-item lbox" style="width:210px; padding-left:80px; padding-top:25px" >
    < h6 ><a>" rel="bookmark" title="Permanent Link to < ?php the_title(); ? >" >< ?php the_title(); ? ></a>< /h6 >
    < span class="
    clock" >  < ?php the_time('M - j - Y');  ? >< /span >

     <a>"
    ><img />/timthumb.php?src=< ?php get_image_url(); ? >&amp;h=187&amp;w=264&amp;zc=1" alt="" / ></a>
    < ?php
        wpe_excerpt(1, 1);

        echo '
            < ul id="
    principal" style="margin-top:-10px" >
                < li class="
    tw" >
                    <a href="
    http://twitter.com/share?text='. the_title( '', '', false) .'+'. the_permalink(false) .'" title="Retweet">Retweet</a>

                < li class="fb fbs" >
                    <a href="http://www.facebook.com/sharer.php?u='. the_permalink(false) .'&amp;t='. the_title( '', '', false) .'" title="Share">Share</a>

                < li class="fb" >
                    < iframe src="http://www.facebook.com/plugins/like.php?href='. the_permalink(false) .'&amp;layout=button_count&amp;show_faces=false&amp;width=110&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0"  allowTransparency="true" style="border:none; overflow:hidden; width:110px; height:20px" >< /iframe >

            ';
    ? >
        < /div >

    < ?php elseif($i > 1 ):? >

    < div class="high-first-item lbox" style="width:210px; padding:10px; padding-top:25px" >
    < h6 ><a>" rel="bookmark" title="Permanent Link to < ?php the_title(); ? >" >< ?php the_title(); ? ></a>< /h6 >
    < span class="clock" >  < ?php the_time('
    M - j - Y');  ? >< /span >

     <a>" ><img />/timthumb.php?src=< ?php get_image_url(); ? >&amp;h=187&amp;w=264&amp;zc=1" alt="" / ></a>
    < ?php
        wpe_excerpt(1, 1);

        echo '

            < ul id="principal" style="margin-top:-10px" >
                < li class="tw" >
                    <a href="http://twitter.com/share?text='. the_title( '', '', false) .'+'. the_permalink(false) .'" title="Retweet">Retweet</a>

                < li class="fb fbs" >
                    <a href="http://www.facebook.com/sharer.php?u='. the_permalink(false) .'&amp;t='. the_title( '', '', false) .'" title="Share">Share</a>

                < li class="fb" >
                    < iframe src="http://www.facebook.com/plugins/like.php?href='. the_permalink(false) .'&amp;layout=button_count&amp;show_faces=false&amp;width=110&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0"  allowTransparency="true" style="border:none; overflow:hidden; width:110px; height:20px" >< /iframe >

            ';
    ? >

    < /div >

     < ?php $i++; ? >
      < ?php endif; ? >
    < ?php endwhile; ? >

    < /div >
    < /div >

  2. LGrusin

    Moderador
    Antiguedad: Feb 2011
    Mensajes: 1.801

    offline

    Publicado hace 6 meses
    #

    Duplicado...

Responder

Debes Identificarte para publicar.

Foro WordPress » WordPress » Themes y Diseño