Hallo mal wieder, bei mir sind plötzlich alle Überschriften außer der ersten klein.
Und zwar nur im Firefox, im IE ist alles beim alten.
Jemand ne Lösung?
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenHallo mal wieder, bei mir sind plötzlich alle Überschriften außer der ersten klein.
Und zwar nur im Firefox, im IE ist alles beim alten.
Jemand ne Lösung?
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
Hmmm doch, alles geschlossen glaube ich:
ZitatAlles anzeigen
<?php get_header(); ?>
<body>
<div id="container">
<a href="/"><img alt="logo" src="/wp-content/logo.jpg" style="border:none;">
<div id="navigation">
<ul id="navlist">
<h2><?php _e('Categories'); ?></h2>
<?php wp_list_cats('sort_column=name&optioncount=0'); ?>
<h2><?php _e('Meta'); ?></h2>
<ul id="navlist" style="">
<?php wp_register(); ?>
<?php wp_loginout(); ?>
<a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
<a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
<a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">Wordpress</abbr></a>
<p><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs"><span id="bccount" style="font-size:8px">kostenloser Counter</span></a></p><script type="text/javascript" src="<A href="http://track.blogcounter.de/js.php?user=so…rlz&style=6"></script><noscript><p><a">http://track.blogcounter.de/js.php?user=so…rlz&style=6"></script><noscript><p><a href="<A href="http://www.blogcounter.de/"><img">http://www.blogcounter.de/"><img style="border: 0px;" alt="Weblog counter" src="<A href="http://track.blogcounter.de/log.php?id=soccergirlz%22/></a></p></noscript">http://track.blogcounter.de/log.php?id=soccergirlz%22/></a></p></noscript>
<?php wp_meta(); ?>
<br />
</ul>
</div>
<div id="sidebar">
<?php get_sidebar(); ?>
</div>
<br>
<div id="content">
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<h1 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php edit_post_link(); ?>
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?></div>
<div class="meta">
<?php _e("Filed under:"); ?> <?php the_category(',') ?> von — <?php the_author() ?></div>
<div class="date"> <?php the_time('l, d. F Y, H:i') ?></div>
<!--
<?php trackback_rdf(); ?>
-->
<?php comments_template(); ?>
<?php endforeach; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<div class="center"><?php posts_nav_link(' ', __('« Previous'), __('Next »')); ?></div>
</div>
<?php get_footer(); ?>
</div>
</body>
</html>
kann es auch an der CSS liegen? habe da am ende was eingefügt:
ZitatAlles anzeigen
/*
Theme Name: lightCMS
Theme URI: http://www.GFXedit.com
Version: 1.2
Description: A Content management system like light weight Theme from <a href="<A href="http://www.gfxedit.com">gfxedit.com</a">http://www.gfxedit.com">GFXedit.Com</a>
Author: Sreejith
Author URI: http://www.sr-ultimate.com
*/
/* BODY CONTAINER */
#container {
width: 900px;
margin: 0 auto;
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #333;
background-color: #FFF;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: strong;
font-size: 25px;
font-weight: strong;
color: #274722;
margin-bottom: 5px;
background-color: #FFF;
}
h2 {
color: #666666;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
border-bottom: 1px dashed;
}
a {
color:#336633;
text-decoration: none;
}
a:hover {
color:#336633;
background-color: #F5F5F5;
}
#searchform {
float:right;
margin-top: -45px;
font-size: 9px;
}
input {
background-color: #FFF;
color: #999999;
border: 1px solid #CCC;
font-size: 11px;
padding: 3px;
}
.button {
padding: 2px;
}
/* HEADER ELEMENTS */
#header {
border-bottom: 0px solid #948979;
clear: both;
}
#header h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-weight: normal;
}
#header h1 a:hover {
text-decoration:underline;
}
#header p {
margin-top: 0px;
margin-left: 30px;
color: #999999;
}
#header input {
background-color: #FFF;
color: #999999;
border: 1px solid #CCC;
font-size: 11px;
padding: 3px;
}
#header input:hover {
border:1px solid #999;
background-color: #f4f4f7;
color:#666;
}
#header input:focus {
border:1px solid #999;
background-color: #f4f4f7;
color:#333;
}
/* NAVIGATION BAR */
#navigation ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
float: left;
padding-right:7px;
}
#navigation li {
display: inline;
}
#navigation a {
display: block;
padding: 5px;
width: 140px;
}
#navigation h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: strong;
font-size: 13px;
text-decoration: none;
margin-bottom: 5px;
background-color: #FFF;
}
#navigation a:link, #navlist a:visited {
color:#336633;
text-decoration: none;
}
#navigation a:hover {
background: #000000 96% 50% no-repeat;
background-color: #F5F5F5;
color:#336633;
}
#navigation p {
margin-top: 40px;
padding: 5px;
border-bottom: 1px dotted #CCC;
border-top: 1px dotted #CCC;
}
#navlist {
margin-top: 19px;
}
#overline {
padding-top: 10px;
border-top: 1px dashed;
}
#linkcat {
list-style: none;
}
/* CONTENT ELEMENTS */
#content {
width: 500px;
margin-left: 185px;
margin-right: 190px;
font-size: 13px;
}
#content p {
padding-bottom: 10px;
}
#content .articleimg {
float:right;
padding:5px;
border:1px solid #999999;
margin-left:10px;
margin-top:10px;
margin-bottom:15px;
}
#content .articleimgleft {
float:left;
padding:5px;
border:1px solid #999999;
margin-right:10px;
margin-top:10px;
margin-bottom:15px;
}
#content input {
background-color: #FFF;
color: #999999;
border: 1px solid #CCC;
font-size: 11px;
padding: 3px;
}
#content input:hover {
border:1px solid #999;
background-color: #f4f4f7;
color:#666;
}
#content input:focus {
border:1px solid #999;
color:#333;
}
.storycontent {
}
.feedback {
padding-bottom: 10px;
border-bottom: 1px dotted #CCC;
font-size: 11px;
}
.meta {
padding-top: 5px;
text-align: right;
font-size: 11px;
}
.date {
text-align: right;
font-size: 11px;
}
/* SIDEBAR ELEMENTS */
#sidebar {
float: right;
width: 175px;
padding-left:10px;
}
#sidebar li {
list-style: none;
}
#sidebar p {
padding-bottom: 10px;
border-bottom: 1px solid #DDDDDD;
}
.pagenav li {
list-style: none;
}
/* FOOTER ELEMENTS */
#footer {
margin-top: 20px;
clear: both;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
background: #f4f5f1;
padding: 0px 5px 0px 5px;
}
#footer p {
color:#336633;
padding: 5px;
}
#footer p a {
color: #336633;
border-bottom: 1px dotted #336633;
}
#footer p a:hover {
color: #FFFFFF;
background-color:#bab7b6;
}
/* COMMENT ELEMENTS */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}
#commentform {
margin: 1em 0;
background: #ffffff;
width: 40em
}
#commentform textarea {
background: #ffffff;
width: 20em
}
#commentform textarea:hover {
background: #f6f4f4;
border: 1px solid #9d9d9c;
}
#commentform textarea:focus {
background: #f6f4f4;
border: 1px solid #9d9d9c;
}
#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f6f4f4;
border: 1px solid #9d9d9c;
width: 180px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f6f4f4;
border: 1px solid #9d9d9c;
width: 180px;
}
.pg_nav {
text-align: center;
}
/* BLOCKQOUTE */
blockquote {
border-left: 3px solid #666666;
margin: 1em 0;
padding: 10px;
background: #f4f5f1;
width: 300px;
}
#content img { border: 1px solid #999999; } img { padding: 5px; }
#content img.wp-smiley {
margin:0;padding:0;border:none;
}
#content input { font-size: 11px;
}
.date {
margin-bottom:50px;
}
Hmmmmmmmmmmm...
Es geht plötzlich wieder.
Hatte bemerkt, dass die Überschriften bei den neuen Beiträgen alle groß waren (und nicht mehr nur beim ersten Beitrag), bei den alten weiter klein.
Habe dann den ersten Beitrag, bei dem die Überschrift klein war, einfach nochmal verändert und neu gespeichert.
Und dann waren plötzlich alle Überschriften wieder richtig und groß.
Ich wundere mich nicht, ich freu mich und nehm's so hin.
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!