WordPress Theme deLight 1.0
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
Ähnliche Artikel
Hat Dir der Artikel gefallen?
25 Kommentare zu WordPress Theme deLight 1.0
Sag Deine Meinung!
Free WordPress Themes
Beliebte Artikel
User Kommentare
Alex sagt zu Superfish jQuery Menu IE z-index Bug:
Nice one! I read the klog post before reading this and somehow I had missed...
webdemar sagt zu Frohes Neues!:
@Kristin:
Vielen Dank ;-)...
Kristin sagt zu Frohes Neues!:
Ich wünsche dir auch ein frohes neues Jahr. Ich wünche dir viel Glück bei d...
Alec sagt zu WordPress Theme deFusion 0.9:
Really like your deFusion theme. I've tinkered with it, and thought you mig...
Ahmet Topal sagt zu Sticky Posts in WordPress 2.7:
Ich glaube, dass war Otto42, der dass mit dem Query gesagt hat :?...
8. August 2008
[...] deLight | Download [...]
8. August 2008
deLight 1.0…
deLight is a CSS- und XHTML-valide two columns-theme with a fixed width, widget-ready and a right sidebar….
8. August 2008
Thanks for share this beautiful theme. I had only changed the drawing and resize it and it works fine !
13. August 2008
[...] Tema: deLight 1.0 URL Original: deLight 1.0 Autor: Kieler Tradução: Paulo [...]
20. August 2008
[...] Simon habe ich nun ein neues Theme namens deLight, welches mir deutlich besser gefällt. Ich werde zwar noch die Farben und die Headergrafik [...]
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!
26. August 2008
Love the theme, i have adapted it to my miniature horse site, it works perfectly.
28. August 2008
[...] dan indirmiÅŸ olduÄŸum deLight isimli temayı geçici bir süre için sitemde kullanmak üzere indirdim, ufak birkaç deÄŸiÅŸiklik [...]
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
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.
30. August 2008
[...] Demo | Informasjon/Last ned [...]
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
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.
<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.
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
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
Now it should work fine.
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?
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:
.box-left img { float:left; margin:0 10px 10px 0; }To align images in the content you can apply .alignleft and .alignright.
Good luck!
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
9. September 2008
@Badi:
Ersetze in der header.php die ul#menu mit folgenden Code:
<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.
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?
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:
I changed the depth from -1 to 1 to only display main level pages.
Hope I could help.
11. September 2008
[...] just installed webdemar’s very nice deLight theme. But as soon as I wrote my first post I was disappointed ’cause my smiley wasn’t [...]
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
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.
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