Beiträge von Nulli

    Hallo!

    Ich habe gerade unsere Website http://www.hochzeitfilm-franken.de auf das neue Theme Twenty Sixteen umgestellt - oder versuche es zumindest!
    Klappt auch ganz gut soweit - nun soll aber der noch Abstand oben zum Seitentitel (Hochzeitfilm Katzenberger), der Abstand vom Seitentitel zum Menü, der Abstand vom Menü zum Header-Bild und der Abstand vom Header-Bild zur Seiten Überschrift (h1) verändert/verringert werden. Und leider finde ich nicht die richtigen Einstellungen.

    Kann mir bitte jemand weiterhelfen?

    Vielen lieben Dank!

    Hallo!

    Leider habe ich keinen Beitrag zu meinem Problem gefunden und erstelle deshalb dieses Thema neu.

    Ich möchte, dass im Hauptmenü die Unterpunkte ständig angezeigt werden - nicht erst wenn man auf die "Elternseite" klickt.

    Link zur Seite: http://www.filmpoduktion-franken.de

    Genau gesagt geht es um die Unterpunkte bei "Filmprodukte", die als Unterpunkte ständig angezeigt werden sollen.

    Schon jetzt vielen Dank für Eure Hilfe! :-P

    Hallo!

    Für unsere Übersetzungsseite benutzen wir das Theme Twenty Eleven. Das läuft auch prima - nur werden bei Anzeige im IE die Widgets im Footer nicht nebeneinander sondern untereinander angezeigt. Allerdings auch nicht auf jedem Rechner, was für mich die Sache unlösbar macht :-(. Gibt es einen Befehl, der die Anzeige der Widgets nebeneinander erzwingt? Und wenn ja - wo setze ich ihn ein?

    Um diese Seite geht's: http://http://www.uebersetzungsbuero-katzenberger.de

    Vielen Dank für Eure Hilfe!

    Ich werd versuchen, damit zurechtzukommen - Vielen Dank einstweilen!

    Hier hab ich mal die Sidebar.php kopiert:

    <div class="art-layout-cell art-sidebar1">
    <?php if (!art_sidebar(1)): ?>
    <div class="art-vmenublock">
    <div class="art-vmenublock-body">
    <div class="art-vmenublockheader">
    <div class="l"></div>
    <div class="r"></div>
    <div class="t"><?php _e($artThemeSettings['vmenu.source'], 'kubrick'); ?></div>
    </div>
    <div class="art-vmenublockcontent">
    <div class="art-vmenublockcontent-body">
    <!-- block-content -->
    <ul class="art-vmenu">
    <?php art_vmenu_items(); ?>
    </ul>

    <!-- /block-content -->

    <div class="cleared"></div>
    </div>
    </div>

    <div class="cleared"></div>
    </div>
    </div>
    <div class="art-block">
    <div class="art-block-tl"></div>
    <div class="art-block-tr"></div>
    <div class="art-block-bl"></div>
    <div class="art-block-br"></div>
    <div class="art-block-tc"></div>
    <div class="art-block-bc"></div>
    <div class="art-block-cl"></div>
    <div class="art-block-cr"></div>
    <div class="art-block-cc"></div>
    <div class="art-block-body">
    <div class="art-blockheader">
    <div class="l"></div>
    <div class="r"></div>
    <div class="t"><?php _e('Search', 'kubrick'); ?></div>
    </div>
    <div class="art-blockcontent">
    <div class="art-blockcontent-body">
    <!-- block-content -->
    <form method="get" name="searchform" action="<?php bloginfo('url'); ?>/">
    <input type="text" value="<?php the_search_query(); ?>" name="s" style="width: 95%;" />
    <span class="art-button-wrapper">
    <span class="l"> </span>
    <span class="r"> </span>
    <input class="art-button" type="submit" name="search" value="<?php _e('Search', 'kubrick'); ?>" />
    </span>
    </form>
    <!-- /block-content -->

    <div class="cleared"></div>
    </div>
    </div>

    <div class="cleared"></div>
    </div>
    </div>
    <div class="art-block">
    <div class="art-block-tl"></div>
    <div class="art-block-tr"></div>
    <div class="art-block-bl"></div>
    <div class="art-block-br"></div>
    <div class="art-block-tc"></div>
    <div class="art-block-bc"></div>
    <div class="art-block-cl"></div>
    <div class="art-block-cr"></div>
    <div class="art-block-cc"></div>
    <div class="art-block-body">
    <div class="art-blockheader">
    <div class="l"></div>
    <div class="r"></div>
    <div class="t"><?php _e('Categories', 'kubrick'); ?></div>
    </div>
    <div class="art-blockcontent">
    <div class="art-blockcontent-body">
    <!-- block-content -->
    <ul>
    <?php wp_list_categories('show_count=1&title_li='); ?>
    </ul>
    <!-- /block-content -->

    <div class="cleared"></div>
    </div>
    </div>

    <div class="cleared"></div>
    </div>
    </div>
    <div class="art-block">
    <div class="art-block-tl"></div>
    <div class="art-block-tr"></div>
    <div class="art-block-bl"></div>
    <div class="art-block-br"></div>
    <div class="art-block-tc"></div>
    <div class="art-block-bc"></div>
    <div class="art-block-cl"></div>
    <div class="art-block-cr"></div>
    <div class="art-block-cc"></div>
    <div class="art-block-body">
    <div class="art-blockheader">
    <div class="l"></div>
    <div class="r"></div>
    <div class="t"><?php _e('Archives', 'kubrick'); ?></div>
    </div>
    <div class="art-blockcontent">
    <div class="art-blockcontent-body">
    <!-- block-content -->
    <?php if ( is_404() || is_category() || is_day() || is_month() ||
    is_year() || is_search() || is_paged() ) {
    ?>
    <?php /* If this is a 404 page */ if (is_404()) { ?>
    <?php /* If this is a category archive */ } elseif (is_category()) { ?>
    <p><?php printf(__('You are currently browsing the archives for the %s category.', 'kubrick'), single_cat_title('', false)); ?></p>

    <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
    <p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the day %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('l, F jS, Y', 'kubrick'))); ?></p>

    <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    <p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('F, Y', 'kubrick'))); ?></p>

    <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    <p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the year %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time('Y')); ?></p>

    <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
    <p><?php printf(__('You have searched the <a href="%1$s/">%2$s</a> blog archives for <strong>‘%3$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), wp_specialchars(get_search_query(), true)); ?></p>

    <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    <p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name')); ?></p>


    <?php } ?>

    <?php }?>

    <ul>
    <?php wp_get_archives('type=monthly&title_li='); ?>
    </ul>

    <!-- /block-content -->

    <div class="cleared"></div>
    </div>
    </div>

    <div class="cleared"></div>
    </div>
    </div>
    <div class="art-block">
    <div class="art-block-tl"></div>
    <div class="art-block-tr"></div>
    <div class="art-block-bl"></div>
    <div class="art-block-br"></div>
    <div class="art-block-tc"></div>
    <div class="art-block-bc"></div>
    <div class="art-block-cl"></div>
    <div class="art-block-cr"></div>
    <div class="art-block-cc"></div>
    <div class="art-block-body">
    <div class="art-blockheader">
    <div class="l"></div>
    <div class="r"></div>
    <div class="t"><?php _e('Bookmarks', 'kubrick'); ?></div>
    </div>
    <div class="art-blockcontent">
    <div class="art-blockcontent-body">
    <!-- block-content -->
    <ul>
    <?php wp_list_bookmarks('title_li=&categorize=0'); ?>
    </ul>
    <!-- /block-content -->

    <div class="cleared"></div>
    </div>
    </div>

    <div class="cleared"></div>
    </div>
    </div>

    <?php endif ?>
    </div>

    Hallo!

    Ich komm einfach nicht weiter: Wer kann mir bitte sagen, wo ich die Schriftgröße meines selbst erstellten Menüs (Widget) ändern kann. Ich kann Euch leider keinen Link schicken - die Seite liegt hier noch lokal auf meinem Rechner. Ich hab bereits die ganze CSS durchgesucht - aber nichts gefunden. HILFE!!!!!!!

    Vielen Dank für jede Hilfe!

    Also ich nutze derzeit folgende Plugins:

    Advanced Code Editor (funktioniert auch nicht mehr - es werden keine Zeilennummern mehr angezeigt)
    [TABLE="class: wp-list-table widefat plugins"]
    [TR="class: active"]
    [TH="class: check-column"]All in One SEO Pack
    Google+ Plugin
    Google XML-Sitemap Plugin
    Hotfix
    NextGen Gallery
    Really Simple Captcha
    TinyMCE Advanced
    Wordpress Database Backup
    und eben Contact Form 7

    An welchem könnte es denn liegen, das das Formular nicht mehr funktioniert?

    Vielen Dank für Deine Hilfe![/TH]
    [TD="class: plugin-title"][/TD]
    [/TR]
    [/TABLE]

    Hallo!

    Ich bin gerade dabei meine erste Website mit WP zu erstellen - soweit so gut. Eigentlich ist auch alles
    fertig - besser gesagt war fertig - bei einem letzten Check musste ich feststellen, dass mein (fertiges) mit
    Contact Form 7 erstelltes Kontaktformular einfach nicht mehr angezeigt wird. :(
    Ich habe es mehrmals neu eingefügt - geändert - gelöscht - neu angelegt - deinstalliert - neu installiert - ohne Erfolg!!!
    Kann mir bitte jemand weiterhelfen :roll:

    Ich habe das Plugin aktualisiert und auch bei WP sind wir bei der akt. Version.

    Vielen Dank für (jede) Hilfe!