Hallo liebe WP Community,
Kriege die weiße Zeile über dem Header nicht weg. Die URL lautet: http://www.adoctor.de - ihr könnt euch ja mal den Quellcode anschauen. Schon vieles probiert, etliche Foren durchstöbert, aber ohne Erfolg. Und ich muss gestehen, dass ich selber kein Coder bin und dementsprechend keine Codes wirklich lesen kann. Kann mir jemand weiterhelfen? Anbei findet ihr die Codes vom Header und vom Stylesheet.
header.php
ZitatAlles anzeigen<!DOCTYPE html><html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<![endif]-->
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1764116717175702'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=17641167…View&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
</head>
<body <?php body_class(); ?>>
<?php do_action('broly/action/before_render_body'); ?>
<div id="page" class="site">
<div class="site-inner">
<?php
Broly()->layout->renderHeaderTpl();
Broly()->layout->renderPageHeaderTpl();
stylesheet.css
ZitatAlles anzeigen/* Theme Name: Broly
Theme URI: http://themeforest.net/user/LA-Studio/portfolio
Author: LA Studio
Author URI: http://themeforest.net/user/LA-Studio
Description: Broly - Creative WordPress Theme
Version: 1.0.1
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
License:
License URI:
Text Domain: broly
Domain Path: /languages/
*/
/*
Class WordPress Require
*/
.sticky{
font-family: inherit;
}
.alignleft {
display: inline;
float: left;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 15px;
}
.alignright {
display: inline;
float: right;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
padding: .5rem .5rem .25rem;
margin-bottom: 1rem;
max-width: 100%;
box-sizing: border-box;
}
#content .wp-caption-text {
text-align: center;
font-size: 1rem;
margin: 0;
}
.screen-reader-text {
display: none;
}
.bypostauthor > .comment_container {
background-color: rgba(0, 0, 0, 0);
}
.gallery-caption{
font-family: inherit;
}
Vielen Dank für die Hilfe.