Beiträge von awagner

    Hallo Forum,
    Ich möchte gerne in meinen Header einen Banner mit der Größe 468x60 einbinden. Aber wo in der Header-Datei muss ich den platzieren?

    <?php
    /**
    * The Header for our theme.
    *
    * @since admired 1.0
    */
    ?><!DOCTYPE html>
    <!--[if IE 6]> <html id="ie6" class="no-js" <?php language_attributes(); ?>> <![endif]-->
    <!--[if IE 7]> <html id="ie7" class="no-js" <?php language_attributes(); ?>> <![endif]-->
    <!--[if IE 8]> <html id="ie8" class="no-js" <?php language_attributes(); ?>> <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
    <html class="no-js" <?php language_attributes(); ?>>
    <!--<![endif]-->
    <?php global $options;
    $options = get_option('admired_theme_options'); ?>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><?php
    if ( !empty ($options['admired_hide_metainfo'])) {
    wp_title(''); /* this is compatible with SEO plugins */
    } else {
    /* Else Print the <title> tag.
    ----------------------------*/
    global $page, $paged;


    wp_title( '|', true, 'right' );
    bloginfo( 'name' ); // Name.
    $site_description = get_bloginfo( 'description', 'display' ); // Description
    if ( $site_description && ( is_home() || is_front_page() ) )
    echo " | $site_description";
    // Add page number:
    if ( $paged >= 2 || $page >= 2 )
    echo ' | ' . sprintf( __( 'Page %s', 'admired' ), max( $paged, $page ) );
    } ?> </title>
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php
    /* JavaScript for threaded comments.
    ----------------------------------*/
    if ( is_singular() && get_option( 'thread_comments' ) )
    wp_enqueue_script( 'comment-reply' );


    /* wp_head() before closing </head> tag.
    ---------------------------------------*/
    wp_head();
    ?>
    </head>


    <body <?php body_class(); ?>>
    <div id="head-wrapper">
    <?php /* ======== TOP MENU ======== */
    if ( isset ($options['admired_show_secondary_menu'])&& ($options['admired_show_secondary_menu'] != "") ) {
    get_template_part('top','menu'); } else { echo "";}?>
    <header id="branding" role="banner">
    <div id="header-group" class="clearfix">
    <div id="header-logo">
    <?php
    if ( ! empty( $options['admired_hide_title_discription'] ) && $options['admired_header_logo'] ) { ?>
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><span id="header-link"> </span></a>
    <?php } ?>
    <hgroup>
    <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
    <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    </hgroup>

    <?php
    if ( isset ($options['admired_search_placement'])&& ($options['admired_search_placement'] == "Header") ) {
    get_search_form(); }
    if ( isset ($options['admired_show_social_icons'])&& ($options['admired_show_social_icons'] != "") ) {
    get_template_part('header','social');} else { echo "";}
    ?>
    </div>
    </div>
    </header><!-- #branding -->
    </div><!-- #head-wrapper -->
    <div id="page" class="hfeed">
    <?php /* ======== BOTTOM MENU ======== */
    get_template_part('bottom','menu'); ?>
    <div id="main">

    Hallo kann mir jemand vielleicht helfen? Ich habe ein Problem mit meinem Blogtitel
    wenn ich z:b. auf die Seite http://blog.privattrader.de/informationen/uber-mich/
    gehe und mir dann auf dem TAB den Seitentitel anschaue dann sieht es so aus:
    "Über Mich - Hier erfahren Sie weitere Informationen über MichPrivattrader.de"

    Ich habe in jeder Seitenbeschreibung immer "Privattrader.de" am schluss stehen immer ans letzte Wort gekoppelt ohne Abstand. Wie kann ich das grundsätzlich raus machen?

    1.Kann mir jemand mal erklären wieso ich jetzt zwei verschiedene Rahmenfarben habe? Der footer ist dunkler als der restliche rahme obwohl ich beidemal die gleiche Farbe verwendet habe.

    2.Und wie kann ich die Aufzählungspunkte im footer von den einzelnen Menüs ändern? Farbe?

    3. Wo kann ich den Rahmen zwischen Hauptteil und Sidebar verändern? Besser sichtbar machen.
    Vielen Dank im Voraus

    Und wo genau??

    /*==================================*/
    /*==========Footer Style============*/
    /*==================================*/
    .footer-container {
    padding-top:20px;
    }
    .footer-container h4 {
    background-position:0% 100%;
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    margin-bottom:15px;
    }
    .footer-container img {
    float:left;
    margin-right:15px;
    }
    .footer-container ul {
    margin-left:-15px;
    }
    .footer-container ul li {
    color:#F8FBEF;
    }
    .footer-container .common {
    padding:25px;
    }
    .footer-navi .navigation {
    margin-left:30px;
    margin-top:10px;
    }
    .footer-navi .navigation ul.footer_des {
    max-width:340px;
    float:left;
    overflow: hidden;
    margin-bottom: 10px;
    }
    .footer-navi .navigation ul li {
    display:inline;
    margin:0px;
    padding:0px;
    padding-left:5px;
    padding-right:15px;
    }
    .footer-navi .navigation ul li:first {
    padding-left:0px;
    }
    .footer-navi .navigation ul li.last {
    background:none;
    }
    .footer-navi .navigation ul li a {
    font-size:12px;
    }
    .footer-navi .right-navi {
    padding-top: 10px;
    margin-right: 30px;
    text-align: right;
    }
    .footer-navi .right-navi img {
    margin-right:5px;
    float:left;
    }
    .footer-navi .right-navi p {
    margin:0px;
    padding:0px;
    font-size: 12px;
    color: #F8FBEF;
    }
    .footer-navi .right-navi p a {
    color: #F8FBEF;
    }
    .footer-navi {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    }
    .footer_space{
    height: 20px;
    visibility: hidden;