[size=10]Hab jetzt ein anderes plugin genommen: [/SIZE][COLOR=#464646][FONT=HelveticaNeue-Light]Viper's Video Quicktags - Und jetzt:
[/FONT][/COLOR][h=2]This document was successfully checked as XHTML 1.0 Transitional![/h]
;)
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 erstellen[size=10]Hab jetzt ein anderes plugin genommen: [/SIZE][COLOR=#464646][FONT=HelveticaNeue-Light]Viper's Video Quicktags - Und jetzt:
[/FONT][/COLOR][h=2]This document was successfully checked as XHTML 1.0 Transitional![/h]
;)
Habs mal eingesetzt aber funzt nicht, bekomme dann 19 fehler angezeigt... Aber mir ist gerade aufgefallen das ich den code zu kurz kopiert habe. Oben das <head> ist richtig wird dann in zeile 42 geschlossen...
<!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" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?><?php } if (is_archive()) { ?><?php } elseif (is_search()) { ?><?php echo $s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?><?php _e(' | '); ?><?php } ?><?php bloginfo('name'); ?></title>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/comment-style.css" type="text/css" media="screen" />
<?php if (strtoupper(get_locale()) == 'JA') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/japanese.css" type="text/css" media="screen" />
<?php elseif (strtoupper(get_locale()) == 'HE_IL' || strtoupper(get_locale()) == 'FA_IR') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/rtl.css" type="text/css" media="screen" />
<?php endif; ?>
<!--[if lt IE 7]>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/iepngfix.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie6.css" type="text/css" media="screen" />
<![endif]-->
<?php $options = get_option('pb_options'); if($options['image_style']) { ?>
<style type="text/css">
.post img, .post a img { border:1px solid #222; padding:5px; margin:0; background:#555; }
.post a:hover img { border:1px solid #849ca0; background:#59847d; }
.post img.wp-smiley { border:0px; padding:0px; margin:0px; background:none; }
</style>
<?php }; ?>
<?php wp_enqueue_script( 'jquery' ); ?>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/scroll.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jscript.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/comment.js"></script>
</head>
Alles anzeigen
2 fehler nur noch... ;)
Guten Morgen,
habe noch 3 fehler auf meiner seite. Die ich schon gesucht, aber nicht wirklich eine lösung dafür gefunden habe.
Bin noch voll der n00b in sowas... :D
Validation Output: 3 Errors:
[*=left][Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png] Line 4, Column 69: document type does not allow element "meta" here; assuming missing "head" start-tag
<meta http-equiv="content-type" content="text/html; charset=utf-8" />[COLOR=#888888]✉[/COLOR]
[*=left][Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png] Line 118, Column 126: there is no attribute "type"
…o player" class="youtube-player" type="text/html" width="425" height="344" src…[COLOR=#888888]✉[/COLOR]
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
[*=left][Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png] Line 118, Column 362: "allowfullscreen" is not a member of a group specified for any attribute
…&rel=1&theme=dark" frameborder="0" allowfullscreen></iframe></span></p>
[LEFT]
Die letzten 2 kommen von diesen plugin: Smart Youtube PRO.
Soll ich beim ersten ein <head> irgendwo einsetzen oder muss ich eins wegnehmen?
[COLOR=#333333][FONT=sans-serif]Auszug aus der header.php:
<!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" lang="en" xml:lang="en">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?><?php } if (is_archive()) { ?><?php } elseif (is_search()) { ?><?php echo $s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?><?php _e(' | '); ?><?php } ?><?php bloginfo('name'); ?></title>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/comment-style.css" type="text/css" media="screen" />
<?php if (strtoupper(get_locale()) == 'JA') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/japanese.css" type="text/css" media="screen" />
<?php elseif (strtoupper(get_locale()) == 'HE_IL' || strtoupper(get_locale()) == 'FA_IR') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/rtl.css" type="text/css" media="screen" />
<?php endif; ?>
Alles anzeigen
WordPress 3.4.1.[/FONT][/COLOR][COLOR=#333333][FONT=sans-serif]
[/FONT][/COLOR]
Theme: Piano Black 2.2
Url: http://www.die-schnabeltiere.de
Thx, schonmal...
[/LEFT]
Thx erstmal für die schnelle antwort. Habe das theme neuinstalliert und siehe da es funktioniert... Bekomme immer noch fehlermeldungen die vom youtube plugin kommen. Ist schon das 2. plugin was fehler verursacht... Thx nochmal ;)
Hallo, wenn ich eine neue seite erstelle verschiebt sich die sidebar und der text den ich schreiben will müßte ein bisschen verschoben werden, er ist zu weit links...
Hier mal eine testseite wo das problem dargestellt wird:
http://www.die-schnabeltiere.de/test/
Ich habe schon gegoogelt, und hier auch schon nach dem problem gesucht, aber konnte nix finden und bin ratlos das es nicht funktioniert, klappt ja auf der hauptseite auch...
Hab die neuste wordpress version, das theme nennt sich: piano black version 2.2
Code? Mhm weiß nicht welche datei den fehler in sich hat.
Mfg