WordPress Theme deLight 1.0
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
25 Kommentare zu WordPress Theme deLight 1.0
Sag Deine Meinung!
WordPress Hosting
Für das Hosten von WordPress Blogs empfehlen wir Webspace von Hostloco. Für alle Schweizer: Kourtis-Solutions.ch.
WordPress Tutorials
- @gnrmarcel bbPress für Foren und WordPress für Blogs ;-) in reply to gnrmarcel 5 hrs ago
- RT @photomatt: #bbPress has gone 1.0! http://bit.ly/bbpress10 6 hrs ago
- How To Create a #WordPress #Theme - Post series by @iandstewart - http://tr.im/qKLH 10 hrs ago
- Woodgrain: A Free Social Media #Icon #Set - http://tr.im/qKGM 10 hrs ago
- RT @creattica: 15 Essential #WordPress #Plugins for Portfolio Sites http://bit.ly/AVC1E 11 hrs ago
- More updates...
Free WordPress Themes
User Kommentare
Sciabb sagt zu Display Recent Posts without Plugin:
Where do you exactly place the code $recent = new WP_Query(”showposts=5&...
Meg Stefani sagt zu WordPress Theme deFusion 0.8:
The Theme looks great....
Pickle sagt zu Superfish jQuery Menu IE z-index Bug:
Good solution!!!!
thx
---
adding
.sf-menu, .sf-menu * {
z-index:...
Jared sagt zu Aktuelle Kategorie in der Post-Einzelansicht hervorheben:
Ja so ungefähr habe ich es bei mir auch gemacht. Nur den Home Button habe i...
Simon [webdemar] sagt zu Aktuelle Kategorie in der Post-Einzelansicht hervorheben:
@Jared
Den Code habe ich in der Zwischenzeit auch erweitert. Das könnte ...
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