WordPress Theme deLight 1.0

28. Juli 2008 in WordPress Themes 25 Comments

Das deLight WordPress-Theme ist das zweite WordPress Theme, das ich kostenlos veröffentliche. Wie das erste Theme deMar ist es sehr schlicht und sauber aufgebaut. Es hat eine feste Breite, 2 Spalten und die Sidebar ist auf der rechten Seite. Die Sidebar besteht aus netten Boxen mit runden Ecken und kann ebenso dynamisch mit Widgets genutzt werden. Das deLight WordPress-Theme ist CSS- und XHTML-valide und wurde erfolgreich auf allen gängigen Browsern getestet.

Details

  • 2-spaltig
  • feste Breite
  • Sidebar rechts
  • dynamische Sidebar mit Widgets möglich
  • Kommentare mit Avataren

Kompatiblität

  • bis WordPress 2.6
  • Firefox
  • Internet Explorer 7
  • Internet Explorer 6
  • Opera
  • Safari

Validität

Translations

Download & Vorschau

neue Version 1.2 erhältlich

, ,

Simon [webdemar]

Moin, ich bin Simon und betreibe webdemar.com als meine ernstgemeinte Spielwiese für WordPress, Webdesign und so.

RSS abonnieren Twitter

18 Comments

  • Scheiro
    8. August 2008

    Thanks for share this beautiful theme. I had only changed the drawing and resize it and it works fine !

  • Hannah
    22. August 2008

    I’ve applied this on my own site, with a few changes. Thanks very much. The code was very clean and easy to work with, much appreciated!

  • Mike
    26. August 2008

    Love the theme, i have adapted it to my miniature horse site, it works perfectly.

  • agn
    30. August 2008

    Fatal error: Call to undefined function: language_attributes() in /home/content/p/e/t/peter0925/html/*/wp-content/themes/deLight1.0/header.php on line 2

    Tell me why?

    Thinks for share

  • webdemar
    30. August 2008

    @agn:

    You probably get this error because you’re running an older version of WordPress. The language_attributes() function has been added to WordPress in 2.1 if I remember right.

    I would recommend an Update to the latest Version of WordPress to solve this problem.

    Otherwise you could replace the function with its output. Please look at this post of Ryan Boren.

    Hope this helps.

  • Henk
    1. September 2008

    Vielen Dank, ein sehr gelungenes Theme. Wie kann ich die Kategorien darstellen. Obwohl ich sie angelegt habe, werden sie nicht angezeit.

    Danke für eine Antwort

  • webdemar
    1. September 2008

    @Henk:

    Wie ich auf Ihrer Seite gesehen habe, haben Sie die Auflistung der Kategorien bereits realisiert. Wichtig ist jetzt nur, dass sie box-Struktur einhalten.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    
    <div class="box-right">
     
      <h3>Kategorien</h3>
     
        <div class="box-right-content">
     
          <ul>
            <!-- Hier den wp_list_categories-Befehl -->
          </ul>
     
        </div>
     
        <div class="box-right-bottom"></div>
     
    </div>

    Ich hoffe, das hilft Ihnen weiter.

  • Demsar
    4. September 2008

    Hello,

    i have a little problem with this theme. Smileys. If someone write it to comment or if i write it into post the smileys are always at left side of the post or comment. I already tried to change the value of .wp-caption img = float: none;(default) to left or right, but it’s not working. Please help with my problem.

    Bye

  • webdemar
    4. September 2008

    @Demsar:

    Thank you for using the theme! In order to set float:none to the smileys but keep the float:left on the avatar add the following to the comment section of the CSS file

    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    .comment img {
    	float: none;
    	vertical-align: middle;
    }
     
    img.avatar {
    	float: left;
    	margin: 0 10px 10px 0;
    }

    Now it should work fine.

  • Demsar
    5. September 2008

    thanks. now it’s working in comments section, but not in my blog posts. should i do the same for blog entries?

  • webdemar
    6. September 2008

    @Demsar:

    Sure you can delete the float:left for the whole content-section. Go to CONTENT > content-left and delete the following:

    1
    2
    3
    4
    
    .box-left img {
            float:left;
            margin:0 10px 10px 0;
    }

    To align images in the content you can apply .alignleft and .alignright.

    Good luck!

  • Badi
    7. September 2008

    Hallo webdemar
    Teste Dein Themes das mir sehr gefällt. Greenhorn Frage, ich brauche die Startseite Home nicht da ich in WP eine andere Startseite definiere. Wo und wie blende ich die Seite Home aus.

    Danke für Deine Mühe

  • webdemar
    9. September 2008

    @Badi:

    Ersetze in der header.php die ul#menu mit folgenden Code:

    1
    2
    3
    
    <ul id="menu">
    	<?php wp_list_pages('title_li=&depth=-1&sort_column=ID'); ?>
    </ul>

    Hierbei habe ich einfach den ersten Listenpunkt ‘home’ herausgenommen und es werden nur noch die von Dir angelegten Seiten aufgelistet.

    Hoffe, das hilft.

  • Dan
    10. September 2008

    I love your theme “deLight”. One issue I have: sub-pages appear in the header along with main pages. As you can see on this test site – http://www.theperfectspotsf.com/wp02/

    The side bar lists the sub-pages below the main pages but the header looks wrong.

    I tried your theme “deMar” and the issue is fixed. Any advice?

  • webdemar
    10. September 2008

    @Dan:

    To fix your problem you can change the attributes in the wp_list_pages function in the header.php as follows:

    41
    
    <?php wp_list_pages('title_li=&depth=1&sort_column=ID'); ?>

    I changed the depth from -1 to 1 to only display main level pages.

    Hope I could help.

  • Tchit
    13. September 2008

    Great design !
    Just a problem with my tag cloud widget : it doesn’t resized, so I can see only half of the first line of tags.
    Is there a way to fix this ?

    Thanks a lot

  • webdemar
    13. September 2008

    @Tchit:

    Thanks! Could you give me any details or an URL to see what you mean. The tag cloud normally works fine.

  • Mark
    4. Oktober 2008

    Hi

    Thanks for the theme. We want to change the top banner to our own design. How is this done?
    Do I have to change something in the header_php or is it simply a matter of replacing the images in the theme folder?

    Best Regards

    Mark

7 Trackbacks

Leave a Reply

Your name here
Your name here
9. February 2010

Gravatars are enabled. Register for free!

WordPress Hosting

Für das Hosten von WordPress Blogs empfehlen wir Webspace von Hostloco.
Eine ganze Fotowelt mit nur einer Software - Fotobuch-Software von CEWE.

So am Rande

WordPress 2.8.6 Security Release - 16. November 2009

WordPress versorgt uns von der nächsten großen Version 2.9 noch mit einem weiteren Sicherheits-Release – WordPress 2.8.6. Damit wird eine [...]

WordPress 2.8.5 schließt Sicherheitslücke - 21. Oktober 2009

Seit heute Nacht ist WordPress 2.8.5 zum Download erhältlich. Obwohl schon alle Maschinen für die Version 2.9 laufen, schließt WordPress [...]

WordPress 2.9 kündigt sich an - 14. Oktober 2009

Bald ist es soweit und die erste Beta-Version von WordPress 2.9 wird zum Download erhältlich sein. Das soll laut Peter [...]

Link: Anleitung zur Erstellung von Theme-Options in einem WordPress-Theme - 5. Oktober 2009

Wer ein professionelles WordPress-Theme erstellen möchte, kommt um Theme-Options, einer separaten Seite für Theme-Einstellungen im WordPress-Admin, nicht herum. Theme-Options bieten [...]

Link: Digging into WordPress - 1. Oktober 2009

Sollte es unter Euch einen WordPress-Begeisterten geben, der diese Seite noch nicht kennt, möchte ich ihm diese hiermit vorstellen. Auf [...]

Kostenloser Mozilla Firefox Download des aktuellen Mozilla Firefox Browser.
Offizielles Stadtportal für München. Ein Service für die Landeshauptstadt München.
Do you like this theme?

Powered by WordPress.org - Copyright © 2009. Alle Rechte vorbehalten - Professional WordPress Themes