Beiträge von Dominik_

    Hallo,

    ich würde gerne die links oben positionierte Überschrift "DEMOBLOG
    Ein weiteres tolles WordPress-Blog" aus dem Theme Multiflex 3 rauslöschen, aber nur so, dass sie trotzdem noch in der Überschrift des Browser drinstehen bleibt, nur eben auf der Seite nicht mehr, als wäre sie eben unsichtbar.

    Wie muss man das machen? Hab die Stelle mal [COLOR="Red"]rot markiert[/COLOR], die wahrscheinlich dafür verantwortlich ist.

    http://themes.wordpress-deutschland.org/demoblog/index…=wp-multiflex-3

    HTML-Code Teil 1


    Theme Name: WP-Multiflex-3
    Theme URI: http://webgazette.co.uk/web-design/wor…wp-multiflex-3/
    Description: Theme based on Multiflex-3, designed by <a href="http://1-2-3-4.info/">Wolfgang</a>
    Version: 1.3
    Author: Ainslie Johnson
    Author URI: http://webgazette.co.uk
    */

    /* Various elements */

    body {
    background-color: #fff;
    margin: 10px 0;
    font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
    }

    div {
    margin: 0;
    padding: 0;
    }

    p {
    font-size: 1.1em;
    }

    a {
    color: #467AA7;
    font-weight: bold;
    }

    a:hover {
    color: #2a5a8a;
    }

    code {
    font-size: 1.1em;
    display: block;
    font-family: "Courier New", Courier, monospace;
    background-color: #ffffcc;
    padding: 5px;
    margin: 10px;
    border: 1px solid #959595;
    }

    blockquote {
    background: url(images/quote.gif) left no-repeat;
    margin: 0;
    padding: 0 40px 0 40px;
    text-align: justify;
    font-size: 0.9em;
    }

    /* Main wrapper */

    #wrap {
    background: url(images/bg_main_withnav.jpg) repeat-y top left;
    width: 900px;
    margin: 0 auto;
    border: 1px solid #969696;
    }

    /* Masthead --- top of header */

    #masthead {
    background: url(images/bg_head_top.jpg) no-repeat top left;
    height: 81px;
    margin: 0;
    padding: 0;
    font-family:"trebuchet ms",arial,sans-serif;
    }

    /* Site name, description and logo */

    #masthead div.left-masthead {
    float: left;
    width: 820px;
    height: 81px;
    }

    #masthead a.site-logo {
    float: left;
    background: url(images/bg_head_top_logo.jpg);
    height: 40px;
    width: 60px;
    margin: 22px 5px 20px 20px;
    }

    [COLOR="Red"]#masthead h1 {
    text-transform: uppercase;
    padding: 19px 0 0 0;
    margin: 0;
    font-size: 2.2em;
    font-weight: bold;
    }

    #masthead h1 a {
    color: #7d7d7d;
    text-decoration: none;
    }

    #masthead h1 a:hover {
    color: #000;
    }

    #masthead p.description {
    margin: -5px 0 0 0;
    padding: 0;
    font-weight: bold;
    color: #7d7d7d;[/COLOR]
    }

    /* Left hand side of masthead */

    #masthead div.right-masthead {
    float: right;
    margin: 0;
    padding: 0;
    }

    #masthead div.right-masthead a.rss-logo {
    background: url(images/rss.gif);
    height: 64px;
    width: 64px;
    margin: 9px 9px 0 0;
    display: block;
    }

    #masthead div.right-masthead a.rss-logo:hover {
    background: url(images/rss-hover.gif);
    }

    /* Middle header image and text */

    #header {
    background: url(images/bg_head_middle.jpg) no-repeat top left;
    height: 150px;
    margin: 0;
    padding: 0;
    color: #EAEFF7;
    }

    #header #textbox {
    float: right;
    width: 900px;
    text-align: right;
    font-weight: bold;
    }

    #header a {
    color: #EAEFF7;
    text-decoration: none;
    }

    #header a:hover {
    color: #000;
    }

    #header h2 {
    font-family:"trebuchet ms",arial,sans-serif;
    padding: 20px 20px 5px 10px;
    margin: 0;
    font-size: 2em;
    }

    #header p {
    font-family:"trebuchet ms",arial,sans-serif;
    margin: 0;
    padding: 0 20px 5px 20px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 18px;
    }

    /* Horizontal navigation menu */

    #navigation {
    clear: both;
    background: url(images/bg_head_bottom_nav.jpg) no-repeat top left;
    height: 40px;
    }

    #navigation ul {
    margin: 0;
    padding: 0;
    }

    #navigation li {
    margin: 0px;
    height: 40px;
    float: left;
    list-style: none;
    border-right: 1px solid #AFAFAF;
    }

    #navigation li a {
    font-family:"trebuchet ms",arial,sans-serif;
    display: block;
    padding: 11px 14px 11px 14px;
    color: #7d7d7d;
    font-weight: bold;
    font-size: 1.105em;
    text-decoration: none;
    }

    #navigation li a:hover {
    background-color: #d2d2d2;
    color: #000;
    }

    /* Breadcrumbs and search bar */

    #crumb-search {
    background: url(images/bg_head_breadcrumbs.jpg) top left repeat-y;
    height: 40px;
    margin: 0;
    padding: 0;
    }

    /* Breadcrumbs */

    #breadcrumb {
    float: left;
    padding: 0 0 0 15px;
    margin: 10px 0 0 0;
    color: #7D7D7D;
    font-weight: bold;
    font-size: 0.9em;
    width:700px;
    }

    #breadcrumb a {
    background: url(images/bg_bullet_arrow.gif) left no-repeat;
    padding: 0 2px 0 10px;
    text-decoration: none;
    color: #467AA7;
    }

    #breadcrumb a:hover {
    color: #2a5a8a;
    text-decoration: underline;
    }

    /* Search form */

    #searchbar {
    float: right;
    margin: 0;
    padding: 0;
    }

    #searchbar fieldset {
    border: none;
    margin: 0;
    padding: 0;
    }

    #searchform {
    padding: 10px 15px 0 0;
    color: #000;
    }

    #searchbox {
    border: 1px solid #BEBEBE;
    height: 17px;
    width: 120px;
    }

    #searchbutton {
    background-color: #E6E6E6;
    border: 1px solid #BEBEBE;
    color: #808080;
    padding:0;
    font-size: 1em;
    height: 20px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    }

    #searchbutton:hover {
    background-color: #dcdcdc;
    color: #404040;
    border: 1px solid #404040;
    }

    /* Container wrappers */

    #container {
    clear: both;
    margin: 0;
    padding: 0;
    }

    #left-wrap {
    width: 690px;
    float: left;
    margin: 0;
    padding: 0;
    }

    /* Main content area */

    #content {
    float: right;
    width: 480px;
    margin: 0;
    padding: 0;
    }

    #content .post, #content .page {
    margin: 0;
    padding: 0 15px 10px 15px;
    }

    #content h2 {
    font-size: 1.8em;
    font-family:"trebuchet ms",arial,sans-serif;
    margin: 0;
    padding: 0;
    border-bottom: 7px solid #E1E1E1;
    color: #646464;
    }

    #content h2 a {
    color: #646464;
    text-decoration: none;
    }

    #content h2 a:hover {
    color: #000;
    text-decoration: none;
    }

    #content h2.pagetitle {
    border-bottom: none;
    background: #bebebe url(images/bg_corner_topright.gif) top right no-repeat;
    font-family:"trebuchet ms",arial,sans-serif;
    color: #fff;
    margin: 0 15px 20px 15px;
    padding: 3px 5px;
    font-size: 1.3em;
    }

    #content .entry h1 {
    font-size: 2em;
    color: #646464;
    }

    #content .entry h2 {
    font-size: 1.8em;
    color: #646464;
    border-bottom: none;
    }

    #content .entry h3 {
    font-size: 1.5em;
    color: #646464;
    }

    #content .entry h4 {
    font-size: 1.1em;
    color: #646464;
    }

    #content a {
    text-decoration: none;
    }

    #content a:hover {
    text-decoration: underline;
    }

    #content p {
    font-size: 1.1em;
    }

    #content p.prefix {
    margin: 0;
    padding: 0;
    font-size: 1em;
    }

    #content p.suffix {
    font-size: 0.9em;
    background: #E1E1E1 url(images/bg_corner_topright.gif) top right no-repeat;
    color: #000;
    padding: 5px;
    font-weight: normal;
    line-height: 16px;
    clear: both;
    }

    #content p.suffix a {
    color: #467AA7;
    text-decoration: none;
    }

    #content p.suffix a:hover {
    color: #2a5a8a;
    text-decoration: underline;
    }

    #content p.edit {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    }

    #content ul, #content ol {
    padding: 6px 0 6px 30px;
    margin: 0 0 0 30px;
    }

    #content li {
    font-size: 1.05em;
    padding: 2px 0 2px 0;
    }

    #content ul li {
    list-style: square url(images/bg_bullet_full_2.gif);
    }

    .navigation, .bottomnavigation {
    height: 15px;
    }

    .navigation .alignleft, .bottomnavigation .alignleft {
    float: left
    }

    .navigation .alignright, .bottomnavigation .alignright {
    float: right;
    }

    .entry {
    overflow: hidden;
    }

    .entry a {
    overflow: hidden;
    }

    .entry img {
    overflow: hidden;
    }

    /* Monsterous hack to get IE6 to cut off an image bigger than the post area */

    * html .entry p {
    width: 99%;
    overflow: hidden;
    }


    /* Sidebars */

    /* Colour of right sidbar menu header */
    #right-sidebar h2 {
    background-color: #7698be;
    }

    /* Colour of right sidebar menu body */
    #right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {
    background-color: #d4dde4;
    }

    /* Colour of left sidebar menu header */
    #sidebar h2.pages, #sidebar li h2 {
    background-color: #7698be;
    }

    /* Left sidebar */

    #sidebar {
    width: 200px;
    padding: 0 0 10px 0;
    margin: 0;
    }

    #sidebar ul {
    margin: 0;
    padding: 0;
    }

    #sidebar li {
    list-style: none;
    }

    #sidebar h2.pages {
    color: #fff;
    background-image: url(images/bg_corner_topright.gif);
    background-position: top right;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 20px;
    }

    Alles klar, danke. Habs geändert.

    Mmh wurde mir schonmal gesagt, scheint wohl auf jedem Monitor etwas anders auszusehen. Auf meinem und meiner Freunde siehts in Ordnung aus. Werde die Schrift aber noch etwas dunkler machen.

    Danke hat funktioniert. Ich hab aber nur bei dem rot markierten Teil den Bindestrich gelöscht. Muss ich alle rauslöschen, weil google sonst irgendwas an dem Code nicht gefallen könnte?


    ----------------------------
    <?php
    if(is_home())
    {
    echo'<title>';
    bloginfo('name');
    echo ' - ';
    bloginfo('description');
    echo'</title>';
    }

    else
    {
    echo'<title>';
    wp_title('');
    [COLOR="Red"]echo '';[/COLOR]
    bloginfo('name');
    echo ' - ';
    bloginfo('description');
    echo '</title>';
    }
    ?>

    Hallo auf meinem Projekt http://www.pilledanach.org/ ist vor der Überschrift ein Strich und zwar ganz oben wo das Symbol vom Browser ist. wie kann man den entfernen? Ich hab nirgend wo einen gesetzt, wie kann es sein, dass da dann ein Strich ist?

    Nachtrag:

    Ich vermute, dass es an der header-text.php liegt, denn da hab ich nichts reingeschrieben. Kann man die einfach löschen?

    und google ist das auch egal, wenn dort plötzlich ein neuer ordner auftaucht? Wird das Projekt dann neu berechnet, oder mekrt google nix davon? Eine extra Datenbank für meine Foren muss ich aber trotzdem anlegen, oder?

    Eine Subdomain möchte ich nicht anlegen, mir gefällt die /forum variante besser.

    Ich möchte auf einer gut besuchten Seite, die ich mit Wordpress erstellt habe zusätzlich ein vbulletin Forum eröffnen. Wie muss ich da vorgehen? Das Forum braucht nicht in Wordpress "eingebunden" werden, sondern soll selbständig laufen.

    Also so:

    www,meinewebseite,de/vb-forum/

    Wenn ich die Url eben aufrufe soll auf dem gesamten Bildschirm das vbulletin-Forum erscheinen, nix von wordpress, also nur zum forum linken.

    Die Adsenseanzeigen werden über die page.php eingebettet. Somit erscheinen sie auf allen Seiten. Ein Plugin will ich eigentlich nicht installieren. Jede Installation eines Plugins bringt ein gewisses Risiko, dass danach was nicht mehr funktioniert und bei meinem Projekt könnte ich mir das nicht leisten.


    verwendest du ein bestimmtes plugin oder wie muss man sich das vorstellen?
    ansonsten probiere mal "All in One Adsense and YPN"
    damit kann man es per code sehr einfach auf bestimmten seiten ausschließen.. ;)

    Ok, so werde ich das wohl machen. Einfach zum Urheber verlinken und zu mir. Will ja nicht unfair sein.

    also grundsätzlich finde ich es nicht gut, den Urheber nicht durch einen Link zu würdigen ... aber es ist halt keine Pflicht ...

    aber ein Theme zu nehmen, das umzubauen und dann den eigenen Namen drunter schreiben halte ich für sehr fragwürdig ... nicht mal aus rechtlichem Sinne ...

    aber du könntest ja deinen Namen/Firma reinschreiben und dich für die Basis von xy bedanken oder so in der Art

    Ich kann dir domainoffensive.de empfehlen kostet etwa 10 € im Jahr. Habe alle meine Projekte dort laufen. Mit ein bisschen Adsenseanzeigen hast du das geld schnell wieder drin.

    Die Url und die Überschrift der Seite sollte allerdings aus seogründen so bleiben, nur der Text in der Navigation müsste verkürzt werden. Geht das überhaupt so einfach?

    Bisher hab ich deshalb immer Sidebar-Textwidgets genommen und den Textlink eben abgeändert. Aber ich möchte eben auch mal mit der Navigation Seiten erstellen.


    Hab das immer so gemacht:

    z.b. wenn die adresse heißt www projekt de / tennisschlaeger-guenstig-online-kaufen/

    folgenden code in das textwidget eingefügt.

    PHP
    <ul><a href="http://www projekt de/tennisschlaeger-guenstig-online-kaufen/">Tennisschläger</a></ul>

    Somit wurde die Url und die Überschrift nicht geändert sondern nur der Linktext verkürzt.

    Wenn ich im Multiflex 3 eine neue Seite erstelle erscheint auch der Name der Seite in der Navigation Wenn ich z.B. die neue Seite in "günstige Tennisschläger online kaufen" bennene steht das auch oben in der Navigation. Wie kann man das einstellen, dass nur "günstige Tennisschleger" drin steht?

    Im Demoblog http://themes.wordpress-deutschland.org/demoblog/index…=wp-multiflex-3 gibt es in der Navigation "und noch eine Seite" wie könnte man das z.B. einstellen, dass nur "nächste Seite" drin steht?

    weiter mit style.css