• Hallo,

    ich habe am Wochenende Wordpress Version 3.0.1 auf meinem Server installiert und es funktioniert soweit.

    Nun bin ich auf der Suche nach einem geeignetem Themes.
    Ein, zwei hätte ich gefunden aber bevor ich weitermache, meine Frage:

    Kann ich wenn ich das Themes Aurora 4.0.1 (Anlage "Vorlage") verwende,
    alles ausblenden und nur die Einträge auf meiner Website einbinden
    (Anlage "Bespiel").

    Die Links/Navigation rechts sowie die Navigation oben, brauche ich alles nicht, da der Blog in eine bestehende Website eingebaut werden soll.

    Danke und Gruss

    • Anzeige

    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.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • Geändert

    Hallo,

    nun habe ich ein Themes mal so abgeändert, wie ich es gerne hätte.

    Habe aber noch zwei Dinge, die ich absolut nicht finde.

    Zum einen, wie bekomme ich meinen Text:

    Test ............

    dichter an die Überschrift?

    Und zum Zweiten, wie kann ich den Text:

    Posted in [COLOR=#8dc52a]Allgemein[/COLOR] | [COLOR=#8dc52a]Edit[/COLOR] | Kommentare deaktiviert

    kleiner machen. Ich möchte das er nicht die selbe Schriftgröße
    hat, wie mein Blogtext.

    Danke

    Gruss

  • Zunächst musst Du erstmal diesen Syntaxfehler beheben, dieser ist entscheidend, ob alles andere danach auch funktioniert !
    style.css Zeile 148:

    Code
    pre, code{ font-family:[COLOR=Red]"[/COLOR]'Verdana', Arial, Helvetica;}
    
    
    1.)

    ( ... )
    Zum einen, wie bekomme ich meinen Text:
    Test ............
    dichter an die Überschrift?


    Das Datum ist hier der Störfaktor. Da sehr viel zusammengefasst wurde, ist es nicht ganz so einfach.
    style.css Zeile 106:

    Code
    .entry-date {
      float:right;
      border:1px solid #262927; 
      background-color:#262927;
      padding:2px 5px 2px 5px;
      margin:0px 0px [COLOR=Red]-10px[/COLOR] 10px;
    }

    2.)

    ( ... )
    Posted in[COLOR=#8dc52a][COLOR=black]A[/COLOR][COLOR=black]llgemein[/COLOR][/COLOR][COLOR=black] | [/COLOR][COLOR=black]Edit[/COLOR]| Kommentare deaktiviert
    kleiner machen.


    Eintrag im Stylesheet:

    Code
    .postmetadata {
    font-size: 9px;
    }

    "Whoever controls the media, controls the mind." J.Morrison

  • Perfekt

    Hallo telekommander,

    vielen Dank! Genau so wollte ich es. :-)

    Andere Frage noch:

    Wie bekomme ich in php eine Leerzeile hin.
    Ich habe im header.php

    in dieser Zeile:

    <div class="description"> [COLOR=red]Text[/COLOR] </div>

    unter Text alles rausgelöscht.
    Dadurch rutscht aber nun mein Blog hoch.
    Wie kann ich an dieser Stelle so eine Art "Platzhalter" einsetzen?

    Dann noch eine Frage zu meinem Kalender.

    Geht es, dass die Tage (M-S sowie die Zahlen) alle linksbündig
    mit dem Monat abschliessen (siehe Bild)?

    Und kann man das [COLOR=green]<< Apr[/COLOR] auch etwas nach Links einrücken?

    Danke

  • Older Entries

    Jetzt ist mir doch noch etwas aufgefallen.

    In welchem php finde ich die Angaben zu "Older Entries".

    Dachte in archive.php, habe es dort auch auf deutsch
    angegeben:

    <div class="alignleft"><?php next_posts_link('&laquo; ältere Einträge') ?></div>
    <div class="alignright"><?php previous_posts_link('neuere Einträge &raquo;') ?></div>


    Aber es erscheint weiterhin auf englisch.

    Wenn ich mehrere Einträge haben, kommt ganz unten auf
    der Seite "Older Entries" (siehe Bild). Dies möchte ich gerne auf
    deutsch angeben.

    VG und Danke

  • kenne das Theme nicht, aber einen Tipp:
    bei solchen Einträgen nicht "ä" für z.B. "ältere" oder Einträge" verwenden sondern jeweils "&auml;" für " a umlaute"...

  • Schriftfarbe ändern -- bitte helfen

    Ich suche jetzt schon ewig, finde es aber nicht. Wo kann ich für alle
    meine Einträge die Textfarbe ändern?

    /*
    Theme Name: Aurora
    Theme URI: http://www.mbwebdesign.co.uk/templates/wordpress
    Description: This is a theme by Mathew Browne of <a href="http://www.mbwebdesign.co.uk">MB Web Design</a>. The stunning photograph is courtesy of Nick Russill. <a href="http://www.flickr.com/photos/nickrus…57594268277630/">Click here</a> to view the photo in its full glory. Theme is widget- and Gravatar- ready, revamped for WP 2.8 but also backward compatible with Wordpress 2.3 to 2.8 with threaded comments.
    Version: 4.0.1
    Tags: dark, black, green, fixed-width, two-columns
    Author: Mathew Browne, MB Web Design
    Author URI: http://www.mbwebdesign.co.uk
    Latest updated: August 8 2009
    */

    /* CSS RESET */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend, caption{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
    /* remember to define focus styles! */
    :focus {
    outline: 0;
    }
    body {
    line-height: 1;
    color: black;
    }
    ol, ul {
    list-style: none;
    }

    caption{
    text-align: left;
    font-weight: normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: "";
    }
    blockquote, q {
    quotes: "" "";
    }

    /* END CSS RESET */

    html{ background-color:#cccccc;}

    #wrapper{margin:20px; margin-top:20px /*Einrücke von oben nach unten*/
    ;background-color:#cccccc; width:1075px; border:1px solid #cccccc;
    font-family: 'Verdana', Arial, Helvetica;
    font-size:0.75em;
    line-height:1.6em;}
    .cb{clear:both;}

    .post, .page {padding-bottom:30px;} /*Abstand zwischen den Einträgen*/

    .sidebar{float:right; width:300px;margin-right:20px /*Kalender von rechts nach links einrücken*/
    ;margin-bottom:19px; color:#C1BCAC; background-color:#4a4a4b; border:1px solid #cccccc;padding:10px 0px 10px 0px;} /*Kalenderrahmen*/
    .wp-caption{background-color:#1f2320; border:1px solid #262927; text-align:center;padding:5px;}
    #container{float:left; width:650px; margin-left:20px; color:#C1BCAC; margin-bottom:19px;}
    /*width:589px ist die Breite für die Texte*/

    .clearboth{clear:both;}
    .page-link{clear:both;width:100%;}

    /* -----| Typography |--------------------------------------------------- */
    a{color:#f3a135; text-decoration:none;}
    a:hover{text-decoration:underline;}


    h1, h2, h3, h4, h5, h6, #container blockquote, .entry-date,#wp-calendar caption {margin-bottom:0.8em; font-family: 'Verdana', Arial, Helvetica; font-weight: normal; margin-top:0px; padding-left:0px;line-height:1.5em;}
    h1,h2,h3,h4,h5,h6{color:#cccccc;}
    h1{font-size:1.0em;}
    h2{font-size:1.5em;}
    h3, #wp-calendar caption{font-size:1.0em;}
    p, #container li{margin-bottom:0.9em;margin-top:0.5em;line-height:0.9em;}
    td{line-height:1.7em; padding-center:10px;}
    blockquote p{margin-bottom:0.5em;}

    .post ul{ list-style-type:disc;padding-left:2em;}
    .post ol{ list-style-type: decimal;padding-left:2em;}

    .post-title{ color:#8dc52a;display:block;border-bottom:1px solid #262927;}
    .post-title a{color:#8dc52a;display:block;text-decoration:none;}
    .post-title a:hover{background-color:#cccccc;}

    .author{padding-bottom:5px;}

    .day{font-size:2em; color:#8dc52a;}

    .entry{clear:both;}
    #container .entry-meta{border-top:none;clear:both;line-height:1.4em;padding-bottom:10px;}
    .entry-content{clear:both;}


    /*DATE*/

    .entry-date{float:right;border:1px solid #cccccc; background-color:#4a4a4b;padding:2px 5px 2px 5px;margin:0px 0px
    -19px 10px;}
    .entry-date *{text-align:center;}

    .sidebar ul, .sidebar ul li{list-style-type:none; padding:0;margin:0}
    .sidebar ul{margin:0px 0px 0px 20px;} /*Einrücken vom Kalender von oben nach unten*/
    .sidebar ul ul{margin-left:10px;}
    .sidebar ul ul ul{padding-left:10px;}
    .sidebar ul li{margin-bottom:15px;margin-top:15px;}
    .sidebar ul li ul li{margin-bottom:5px;margin-top:5px;}

    #wp-calendar, .calendar_wrap{width:100%; text-align:center;}
    #wp-calendar caption{color:#8dc52a;}
    #wp-calendar td,#wp-calendar th{text-align:left;}
    #wp-calendar th{font-weight:bold;}
    #wp-calendar a{color:#8dc52a; background-color:#4a4a4b; border:1px solid #4a4a4b; display:block; text-align:left}
    #wp-calendar a:hover{color:#f3a135; background-color:#4a4a4b; display:block; border:1px solid #4a4a4b;text-decoration:none;}

    #footer{margin:10px auto; padding:5px 0px 5px 0px; width:920px; color:#666666; text-align:right}
    #footer a{color:#666666;}
    .meta-sep{color:#333333;}

    .nav-previous{float:left; width:45%;}
    .nav-next{float:right; width:45%; text-align:right;}
    .nav-previous a, .nav-next a{display:block;padding:3px; color:#CADE58; background-color:#1f2320; border:1px solid #262927;}
    .nav-previous a:hover, .nav-next a:hover{ background-color:#4a4a4b; color:white; text-decoration:none;}
    .navigation{margin-bottom:20px;margin-top:20px;}

    .entry-meta{border-top:1px solid #4a4a4b;margin-top:20px;padding-top:10px;}
    .makesep{clear:both; height:15px;}
    abbr{border:none;}

    #s{border:1px solid #262927; background:#4a4a4b; width:130px; color: #C1BCAC;padding:3px;}
    #searchsubmit{border:1px solid #262927; width:50px;background:#4a4a4b; color:#C1BCAC;padding:0px;}
    #searchsubmit:hover{color:#CADE58;border:1px solid #4a4a4b;}

    #noresults-s,#comment{border:1px solid #383C37; background:#4a4a4b; width:180px; color: #C1BCAC;padding:3px;}
    #comment{width:450px;}
    #noresults-searchsubmit{border:1px solid #262927; width:50px;background:#262927; color:#C1BCAC;padding:3px;}
    #submit{border:1px solid #262927; background:#262927; color:#4a4a4b;padding:3px;margin-top:5px;}
    #noresults-searchsubmit:hover{color:#CADE58;border:1px solid #262927;}
    #submit:hover{color:#CADE58;border:1px solid #262927;}

    pre, code{ font-family:'Verdana', Arial, Helvetica;}
    .post code, .post cite, .post blockquote,.entry code, .entry cite, .entry blockquote{
    margin:0;padding:5px;background-color:#1f2320; border-top:1px solid #262927;border-bottom:1px solid #262927;
    display:inline-block
    }

    .alignright{float:right; margin:10px 0px 5px 10px;}
    .alignleft{float:left; margin:10px 10px 5px 0px;}
    .aligncenter{margin:10px auto;}

    .avatar{float:left; padding:5px; border:1px solid #999999; background-color:#FFFFFF; margin-right:10px;}
    ol.commentlist{margin:0px; padding:0px;}
    ol.commentlist ul,ol.commentlist ul li, ol.commentlist li{list-style:none;}
    ol.commentlist {list-style:none; margin:0; padding:0; text-indent:0; }

    .comment {background-color:#1f2320; border:1px solid #262927; padding:5px;margin:0px;}
    .comment-author-admin{
    background-color:#3E4640;
    border-color:#57645A;
    border-width:1px;
    border-style:solid;
    }
    .fn{background-color: inherit;}

    .postmetadata {font-size: 8px; color:#f3a135}

    strong{font-weight:bold;}
    em{font-style:italic;}

    Danke

    Gruss

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!