Beiträge von Wiesler

    [size=12][FONT=arial]Hallo, nach langer Zeit wieder im Forum.
    Ausgangssituation: WP 4.1 mit dem theme "Ecclesia"
    Ich habe " wp-jquery-lightbox" installiert. Nun werden auf jeder Seite und dort auch gleich alle Bilder erfasst. Das ist von mir nicht gewünscht. Was muss ich ändern, damit nur ein Bild oder einzelne Bilder erfasst werden? Oder gibt es eine andere lightbox, die das kann?
    Vielen Dank für die Hilfe
    Ingo Wiesler[/FONT][/SIZE]

    Richtig verstanden alles löschen:
    <?php $heading_tag = ( is_home() || is_front_page() ) ? : ; ?>
    <<?php echo $heading_tag; ?> id="site-title">
    <span>
    <a href="<?php echo home_url( ); ?>" title="<?php echo esc_attr( get_bloginfo( , ) ); ?>" rel="home"><?php bloginfo(); ?></a>
    </span>
    </<?php echo $heading_tag; ?>>
    <div id="site-description"><?php bloginfo( ); ?></div>

    Ich wage es fast nicht.
    Mich hat die rote Farbe irritiert, ich nahm an,nur diese Angaben löschen.
    Danke,Danke, es hat geklappt.

    Gerade als Anfänger hat man ganz einfache Fragen: z.B. wie und wo ändere ich das Aussehen der Seitenüberschriften?
    Dann heißt bei entry-title und die Sucherei geht los.
    Eine Antwort z.B. für Twentyeleven: style.css/Content/ und dann genaue Anweisung wäre doch hilfreich.
    Oder ein entsprechendes Buch für Twentyeleven, wo man entsprechendes nachschlagen kann.

    Ein Anfänger noch voller Hoffnung

    Fehlermeldung,keine Homepage:Parse error: syntax error, unexpected ':' in /homepages/29/d181556564/htdocs/wp/wp-content/themes/twentyten/header.php on line 67
    Meine Änderung in header.php

    <?php $heading_tag = ( is_home() || is_front_page() ) ? : ; ?>
    <<?php echo $heading_tag; ?> id="site-title">
    <span>
    <a href="<?php echo home_url( ); ?>" title="<?php echo esc_attr( get_bloginfo( , ) ); ?>" rel="home"><?php bloginfo(); ?></a>
    </span>
    </<?php echo $heading_tag; ?>>
    <div id="site-description"><?php bloginfo( ); ?></div>

    Ich habe wie folgt geändert:
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][COLOR=#3E3E3E][FONT="Tahoma"]style.css/Structure:[/FONT][/COLOR]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][COLOR=#3E3E3E][FONT="Tahoma"] [/FONT][/COLOR]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][size=12][COLOR=#000000][FONT=Arial]#wrapper {[/FONT][/COLOR][/SIZE]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] margin: 0 auto;[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] width: 940px;[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][size=12][COLOR=#000000][FONT=Arial]}[/FONT][/COLOR][/SIZE]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][size=12][COLOR=#000000][FONT=Arial]#wrapper {[/FONT][/COLOR][/SIZE]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] background: #fff;[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][size=12][COLOR=#000000][FONT=Arial] [/FONT][/COLOR][/SIZE]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] padding: 0 0px;[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000]}[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] [/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][size=12][COLOR=#000000][FONT=Arial]style.css/Header:[/FONT][/COLOR][/SIZE]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] [/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] [/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000]#header {[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000] padding: 0 0 0;[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT][FONT=Arial][size=12][COLOR=#000000]}
    Jetzt bleibt noch 1cm frei bzw. weiß. Was nun???[/COLOR][/SIZE][/FONT]
    [FONT=Times New Roman][size=12][COLOR=#000000][/COLOR][/SIZE][/FONT]

    Danke, soweit war ich auch : siehe
    body {
    background: #ff9;
    line-height: 1;

    Aber nichts hat sich gändert. Ich glaube es muss dort noch woanders gehen. Hilfe!!!

    Wo kann ich die Farbe für den Body (nicht Hintergrund!) und extra für die Sidebar bestimmen?
    Hoffentlich nicht zu leicht oder zu schwer????
    I.Wiesler

    Mit welchem Plugin(möglichst Deutsch) kann ich einem Benutzer bestimmte Menuepunkte(Seiten) zuweisen, die er dann bearbeiten kann? Er soll aber keinen zugriff auf die übrigen Seiten usw. haben
    Ingo Wiesler