Pinboard 1.0.9: Remove Searchbox from Headerarea and localization

Viewing 2 posts - 1 through 2 (of 2 total)
  • #15664
    uziel
    Participant

    Hi,

    first: Thank you for that great theme!

    I’ve installed the Version 1.0.9 on a WP 3.5.2.

    But I habe a few prowblems with customizing your theme.

    I habe removed all widgets from the Headerarea to reduce the size (height). The Headerbox is completly empty on the settingspage for widgets. But the searchbox is still shown. How can I remove this box?

    Also the option for the headerimage shows only a image with 196*48. Regardless if the option for Retina-Images is ticked or not. How can I realize an fullsize headerimage as shown in the thumbail?

    And last one: How can I translate the Theme to another language (German). I.e. the “Search the website…” inside the searchbox?

    Greets

    Uziel

    #15668
    Daniel Tara
    Keymaster

    To completely remove the searchbox you’d have to hack into header.php and remove this reference:

    <?php get_sidebar( 'header' ); ?>

    The header image is meant to be flexible so you should be able to insert an image of any width.

    To translate WordPress into another language you need a program like Poedit with which you can edit the file pinboard.pot in the languages folder and save it as de_DE.po. You can read more about translating in this article.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.