Podstrony
|
![]() |
telcocafeMam taki problem, że zaczęła rozjeżdżać mi się strona główna mojego bloga(http://mikonews.cba.pl/ ) ale także strona z wpisami.Tzn. na głównej prawa "belka" pojawia się po pod wpisami, stopka pojawia się pod prawą belką. We wpisach belka prawa jest poniżej wpisów na swoim miejscu. Jak można to naprawić? Tutaj daję plik home.php skórki: <?php /** * @package WordPress * @subpackage Motion */ get_header(); ?> <div id="main"> <div id="content"> <h2 id="contentdesc">Ostatnie <span>wpisy</span> »</h2> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php if ( function_exists( 'wp_list_comments' ) ) : ?> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <?php else : ?> <div class="post" id="post-<?php the_ID(); ?>"> <?php endif; ?> <div class="posttop"> <h2 class="posttitle"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanentny Link do <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <div class="postmetatop"> <div class="categs">Umieszczony w: <?php the_category( ', ' ); ?>, napisane przez <a href="http://mikonews.cba.pl/index.php/author/ <?php the_author() ?>"><?php the_author() ?></a> — <?php comments_popup_link( __( 'Zostaw komentarz' ), __( '1 komentarz' ), __( '% komentarzy' ) ) ?></div> <div class="date"><span><?php the_time('l ') ?><?php the_time(get_option('date_format')); ?><?php the_time(', H:i') ?></span></div> </div> </div> <div class="postcontent"> <?php the_content( 'Czytaj dalej... »' ); ?> <?php $zrodlo = get_post_meta($post->ID, "zrodlo", true); ?> <?php if ( $zrodlo != null ) : ?><p>Źródło: <?php echo $zrodlo; ?></p><?php endif; ?> </div> <div class="postmetabottom"> <div class="tags"><?php the_tags( 'Tagi: ', ', ', '' ); ?></div> <div class="readmore"> <span> <?php $moretag = strpos($post->post_content, '<!--more'); $postpaged = strpos($post->post_content, '<!--nextpage'); $next= ''; if (!$moretag && !$postpaged) $full = true; else { $full = false; if (!$moretag) $next = '2/'; else $next = '#more-'.$id; } if( $full == true && $post->comment_status == 'open' ) { ?> <a href="<?php the_permalink() ?>#comments" title="<?php printf(__(' Komentarze na MikoNews'), the_title_attribute()); ?>"><?php _e('Komentarz'); ?> </a> <?php } elseif(!$full && $post->comment_status == 'open') { ?> <a href="<?php the_permalink(); echo $next; ?>" title="<?php printf(__(' Kontynuuj czytanie tekstu i komentarzy'), the_title_attribute()); ?>"><?php _e('Czytaj więcej & komentarze'); ?></a> <?php } elseif(!$full && $post->comment_status == 'closed') { ?> <a href="<?php the_permalink(); echo $next; ?>" title="<?php _e(' Kontynuuj czytanie'); the_title_attribute(); ?>"><?php _e('Czytaj dalej'); ?></a> <?php } else { ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(' Link do %s'), the_title_attribute()); ?>"><?php _e('Permalink'); ?> </a> <?php } ?> </span> </div> </div> </div><!-- /post --> <?php endwhile; ?> <?php else : ?> <div class="post"> <div class="posttop"> <h2 class="posttitle"><a href="#">Oops!</a></h2> </div> <div class="postcontent"> <p>Tego czego szukasz nie ma tutaj...</p> </div> </div> <?php endif; ?> <div id="navigation"> <?php if ( function_exists( 'wp_pagenavi' ) ) : ?> <?php wp_pagenavi(); ?> <?php else : ?> <div class="alignleft"><?php next_posts_link( '« Starsze wpisy' ); ?></div> <div class="alignright"><?php previous_posts_link( 'Nowsze wpisy »' ); ?></div> <?php endif; ?> </div><!-- /navigation --> </div><!-- /content --> <?php get_sidebar(); ?> </div><!-- /main --> <?php get_footer(); ?> Przedstawienie rozjeżdżania: http://img517.images...?g=rozjazdf.png PS Rozjeżdżanie się zaczęło się po dodaniu kodu Custom Fielda jako Źródeł wpisu. Użytkownik OldShaterhan edytował ten post 20 lipiec 2010, 15:31 Strasznie brudne źródło. Masz coś pomieszane z tagami, bo pojawia się, np., błąd "end tag for element "ul" which is not open". Zobacz więcej na http://validator.w3....=Inline&group=0. I zobacz co tam masz:Źródło: Źródła: MójMikołów.pl, #newsletterFormDiv input {color:#000; background-color:#FFF;border:1px solid #000;padding:2px} #newsletterFormDiv .link {text-decoration:none; color:#000} .advertise{color:#666;float:left; width:100%;margin-top:4px;} #etiqueta{position:absolute; background:url(http://mikonews.cba.pl/wp-content/plugins/meenews/images/design_by.png) no-repeat left; width:24px; height:21px; z-index:10; right:0px; top:3px} #etiqueta a{ width:24px; height:21px; text-indent:-10000px;display:block} Jak zauważyłem problemem jest to:<a href='http://mdkmikolow.eu>MDK-Mikołów.eu</a> Użytkownik andrzej_aa edytował ten post 21 lipiec 2010, 13:26 |
![]() |
|
Sitedesign by AltusUmbrae. |