Beiträge von RicardaHeger

    Hallo,

    mich beschäftigt derzeit folgendes Problem:
    Auf den Subpages meiner Homepage gibt es oben ein schmales Bannerbild.
    Wenn ich hierfür ein Bild in einer Breite von 1400px einfüge passiert Folgendes:
    Bei meinem großem iMac ist es zu schmal und wird seitlich zu beiden Seiten wiederholt.
    Auf dem 13Zoll Bildschirm meines Freundes erscheint es soweit gut.
    Auf dem iPhone erscheint nur ein teil des Bildes... es wird also abgeschnitten.

    Wie kann ich Einstellungen treffen, die das Bild immer zu 100% an die Bildschirmbreite anpassen, so daß es sich weder wiederholt, noch daß etwas abgeschnitten wird?

    Es wäre großartig, wenn mir jemand weiterhelfen könnte!

    Vielen Dank !
    Ricarda

    Ach ja: hier mal zum ansehen: http://www.catcomm-test.de/kontakt/

    [COLOR=#333333]Hallo, ich habe folgendes Problem:[/COLOR]
    [COLOR=#333333]die Seite die ich erstellt habe ist auf deutsch und auf englisch.[/COLOR]
    [COLOR=#333333]Im Deutschen ist alles fein. Im englischen erscheinen leider im Footer ebenso die deutschen Begrifflichkeit, mit den Links auf die deutschen Seiten (AGB, Datenschutz, Impressum).
    [/COLOR]Ich habe das Theme Pinboard gewählt und leider ist hier der Footer nicht im Widgetbereich erstellt.
    [COLOR=#333333]Kann ich in der footer.php des Childthemes, das ich erstellt habe Einstellungen vornehmen, daß die englischen Begriffe mit den dazugehörigen Links angezeigt werden?[/COLOR]

    [COLOR=#333333]Die footer.php sieht momentan wie folgt aus:[/COLOR]

    [COLOR=#333333]<?php if( is_front_page() || is_page_template( 'template-landing-page.php' ) || ( is_home() && ! is_paged() ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php get_sidebar( 'footer-wide' ); ?>[/COLOR]
    [COLOR=#333333]<?php endif; ?>[/COLOR]
    [COLOR=#333333]<div id="footer">[/COLOR]
    [COLOR=#333333]<?php get_sidebar( 'footer' ); ?>[/COLOR]
    [COLOR=#333333]<div id="copyright">[/COLOR]
    [COLOR=#333333]<p class="copyright twocol"><?php pinboard_copyright_notice(); ?></p>[/COLOR]
    [COLOR=#333333]<?php if( pinboard_get_option( 'theme_credit_link' ) || pinboard_get_option( 'author_credit_link' ) || pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<p class="credits twocol">[/COLOR]
    [COLOR=#333333]<?php $theme_credit_link = '<a href="' . esc_url( 'http://www.test.csc-bearing.eu/impressum/' ) . '" title="' . esc_attr( __( 'Impressum' ) ) . '">' . __( 'Impressum' ) . '</a>'; ?>[/COLOR]
    [COLOR=#333333]<?php $author_credit_link = '<a href="' . esc_url( 'http://www.test.csc-bearing.eu/datenschutzerklaerung/' ) . '" title="' . esc_attr( __( 'Datenschutzerklärung' ) ) . '">' . __( 'Datenschutzerklärung' ) . '</a>'; ?>[/COLOR]
    [COLOR=#333333]<?php $wordpress_credit_link = '<a href="' . esc_url( 'http://www.test.csc-bearing.eu/csc-bearing/agb/' ) . '" title="' . esc_attr( __( 'AGB' ) ) . '">' . __( 'AGB' ) . '</a>';; ?>[/COLOR]


    [COLOR=#333333]<?php if( pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s >> %2$s >> %3$s', 'pinboard' ), $theme_credit_link, $author_credit_link, $wordpress_credit_link ); ?>[/COLOR]


    [COLOR=#333333]<?php elseif( pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && ! pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s >> %2$s', 'pinboard' ), $theme_credit_link, $author_credit_link ); ?>[/COLOR]


    [COLOR=#333333]<?php elseif( pinboard_get_option( 'theme_credit_link' ) && ! pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s >> %2$s', 'pinboard' ), $theme_credit_link, $wordpress_credit_link ); ?>[/COLOR]


    [COLOR=#333333]<?php elseif( ! pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s >> %2$s', 'pinboard' ), $author_credit_link, $wordpress_credit_link ); ?>[/COLOR]


    [COLOR=#333333]<?php elseif( pinboard_get_option( 'theme_credit_link' ) && ! pinboard_get_option( 'author_credit_link' ) && ! pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s', 'pinboard' ), $theme_credit_link ); ?>[/COLOR]


    [COLOR=#333333]<?php elseif( ! pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && ! pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s', 'pinboard' ), $author_credit_link ); ?>[/COLOR]


    [COLOR=#333333]<?php elseif( ! pinboard_get_option( 'theme_credit_link' ) && ! pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>[/COLOR]
    [COLOR=#333333]<?php echo sprintf( __( '>> %1$s', 'pinboard' ), $wordpress_credit_link ); ?>[/COLOR]
    [COLOR=#333333]<?php endif; ?>[/COLOR]
    [COLOR=#333333]</p>[/COLOR]
    [COLOR=#333333]<?php endif; ?>[/COLOR]
    [COLOR=#333333]<div class="clear"></div>[/COLOR]
    [COLOR=#333333]</div><!-- #copyright -->[/COLOR]
    [COLOR=#333333]</div><!-- #footer -->[/COLOR]
    [COLOR=#333333]</div><!-- #wrapper -->[/COLOR]
    [COLOR=#333333]<?php wp_footer(); ?>[/COLOR]
    [COLOR=#333333]</body>[/COLOR]
    [COLOR=#333333]</html>[/COLOR]


    [COLOR=#333333]Es wäre super, wenn ihr mir helfen könntet ![/COLOR]

    Hallo, ich habe folgendes Problem:
    die Seite die ich erstellt habe ist auf deutsch und auf englisch.
    Im Deutschen ist alles fein. Im englischen erscheinen leider im Footer ebenso die deutschen Begrifflichkeit, mit den Links auf die deutschen Seiten (AGB, Datenschutz, Impressum).
    kann ich in der footer.php Einstellungen vornehmen, daß die englischen Begriffe mit den dazugehörigen Links angezeigt werden?

    Leider hat bisher keiner eurer Lösungsvorschläge funktioniert...

    Die footer.php sieht momentan wie folgt aus:

    <?php if( is_front_page() || is_page_template( 'template-landing-page.php' ) || ( is_home() && ! is_paged() ) ) : ?>
    <?php get_sidebar( 'footer-wide' ); ?>
    <?php endif; ?>
    <div id="footer">
    <?php get_sidebar( 'footer' ); ?>
    <div id="copyright">
    <p class="copyright twocol"><?php pinboard_copyright_notice(); ?></p>
    <?php if( pinboard_get_option( 'theme_credit_link' ) || pinboard_get_option( 'author_credit_link' ) || pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <p class="credits twocol">
    <?php $theme_credit_link = '<a href="' . esc_url( 'http://www.test.csc-bearing.eu/impressum/' ) . '" title="' . esc_attr( __( 'Impressum' ) ) . '">' . __( 'Impressum' ) . '</a>'; ?>
    <?php $author_credit_link = '<a href="' . esc_url( 'http://www.test.csc-bearing.eu/datenschutzerklaerung/' ) . '" title="' . esc_attr( __( 'Datenschutzerklärung' ) ) . '">' . __( 'Datenschutzerklärung' ) . '</a>'; ?>
    <?php $wordpress_credit_link = '<a href="' . esc_url( 'http://www.test.csc-bearing.eu/csc-bearing/agb/' ) . '" title="' . esc_attr( __( 'AGB' ) ) . '">' . __( 'AGB' ) . '</a>';; ?>


    <?php if( pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s >> %2$s >> %3$s', 'pinboard' ), $theme_credit_link, $author_credit_link, $wordpress_credit_link ); ?>


    <?php elseif( pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && ! pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s >> %2$s', 'pinboard' ), $theme_credit_link, $author_credit_link ); ?>


    <?php elseif( pinboard_get_option( 'theme_credit_link' ) && ! pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s >> %2$s', 'pinboard' ), $theme_credit_link, $wordpress_credit_link ); ?>


    <?php elseif( ! pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s >> %2$s', 'pinboard' ), $author_credit_link, $wordpress_credit_link ); ?>


    <?php elseif( pinboard_get_option( 'theme_credit_link' ) && ! pinboard_get_option( 'author_credit_link' ) && ! pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s', 'pinboard' ), $theme_credit_link ); ?>


    <?php elseif( ! pinboard_get_option( 'theme_credit_link' ) && pinboard_get_option( 'author_credit_link' ) && ! pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s', 'pinboard' ), $author_credit_link ); ?>


    <?php elseif( ! pinboard_get_option( 'theme_credit_link' ) && ! pinboard_get_option( 'author_credit_link' ) && pinboard_get_option( 'wordpress_credit_link' ) ) : ?>
    <?php echo sprintf( __( '>> %1$s', 'pinboard' ), $wordpress_credit_link ); ?>
    <?php endif; ?>
    </p>
    <?php endif; ?>
    <div class="clear"></div>
    </div><!-- #copyright -->
    </div><!-- #footer -->
    </div><!-- #wrapper -->
    <?php wp_footer(); ?>
    </body>
    </html>


    Es wäre super, wenn ihr mir helfen könntet !

    [FONT=Consolas][size=12][COLOR=#000000]Hallo,

    ich bin Wordpress-Neulind und versuche gerade mir ein eigenes Theme zu erstellen, da die Site, die ich realisieren will nicht in ein bestehendes passt.

    Was ich bisher erstellt habe:
    -Header(Logo und Firmenname eingefügt,Hauptnavigation,darunter ein Bild)
    -Sidebar, die noch gefüllt werden muss
    -Footer

    Ich möchte nun quasi unter alles ein Hintergrundbild legen und habe dies mehrfach auf unterschiedliche Varianten versucht.
    Doch jedesmal wenn es dann erscheint, ist das Hintergrundbild zu sehen und der Rest nach unten und der Header erscheint erst wenn man bis unter das Hintergrundbild scrollt.
    Wie kann ich das Hintergrundbild einfügen, ohne daß der Rest verrutscht?

    Vielen Dank für die Hilfe[/COLOR][/SIZE][/FONT]