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
Del.icio.us | Digg | StumbleUpon | Float This | reddit
Leave a comment
Sponsors
WordPress Themes
WordPress Web Design
Categories
- Allgemeines (4)
- als CMS (4)
- Icons (2)
- Texturen (1)
- Themes (19)
- von webdemar (11)
- Webdesign (5)
- WordPress (31)
- WordPress Tips (6)
Recent Articles
- Search Engine Optimization for WordPress
- Superfish jQuery Menu IE z-index Bug
- What do you think about selling premium WordPress themes?
- Create Custom Write Panels in WordPress
- Display Future Posts in Your WordPress Theme
- Free WordPress Theme Partnerprogramm
- My TOP5 Free WordPress Themes
- webdemar.com featured on We love WP
- Display Recent Posts without Plugin
- Reverse Comments Order of your Theme
WordPress
- Wrote an article about search engine optimization for WordPress - http://is.gd/8g6Q webdemar
- working on bacuba.com - http://is.gd/3AZ3 webdemar
- @philzinser DAS sieht lecker aus! webdemar
Recent Comments
- webdemar on Search Engine Optimization for WordPress
- webdemar on Superfish jQuery Menu IE z-index Bug
- Tekka on Search Engine Optimization for WordPress
- MattFP.net :: New Theme! on WordPress Theme deLight 1.2
- Lucas on WordPress Theme deFusion 0.8
- Lucas on WordPress Theme deFusion 0.8
- Kurtlar Vadisi on Superfish jQuery Menu IE z-index Bug
- bekax5 on WordPress Theme deFusion 0.8
- Wendy on WordPress Theme deFusion 0.8
- Wendy on WordPress Theme deFusion 0.8


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
@Tchit:
Thanks! Could you give me any details or an URL to see what you mean. The tag cloud normally works fine.
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
[...] 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 [...]
@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.
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?
@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.
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
@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!
thanks. now it’s working in comments section, but not in my blog posts. should i do the same for blog entries?