As you may have noticed, I've been tinkering with site design again. The end result is the Ahem Theme for Wordpress, now available for download under a Creative Commons Attribution NonCommercial ShareAlike license.
Ahem is based on Hemmed, but includes some of my own structural and visual changes including a navigation bar, new icons, and various other tweaks. It is widget-ready and built using WP v2.1, though it should probably work on v2.x without much hassle. Visit the live demo site to see what things look like on a vanilla WordPress installation.
If you have any comments (good, bar, or indifferent), feel free to comment in this entry or drop me a line.
13 comments for this entry ↓
1 Hans // Mar 5, 2007 at 6:01 am
Good theme and nice use of the icons...I like them...Tango I suppose :)
It's very clean...maybe I should work on a design with it :) would you allow me to do so? Does it have any license that prohibit further modding and releasing of the theme?
I did a design mod for Pressrow and released it some days back....it's called ColourFull Wall.perhaps I could bring a more plastic look to this one :)
I don't particular build themes from scratch since I think that's a waste of time. Building on one that's simple, working on most platform and have easy codes are fine for me...
2 dennis // Mar 5, 2007 at 7:38 am
Hans: Thanks! Feel free to use it as a base. The license is CC, so you can pretty much do whatever you like with it as long as you don't sell it. :)
3 xzonisy // Mar 6, 2007 at 4:48 am
hi sir ~
i love this theme , simple and beautiful :D
I find a problem , when the img large than 400px , the css code cant fix it on IE , it can work on Firefox.
can u release another edition can fit 500px img :D
4 dennis // Mar 6, 2007 at 10:22 pm
xzonisy: Many thanks! Are you having problems with images that are 500px in width? Could you give an example? If so, I'll test it out as best I can and see if I can work up a fix.
5 xzonisy // Mar 7, 2007 at 1:28 am
hi ~
you can see the screenshot as fellow link
FireFox
http://img.photobucket.com/albums/v135/xzonisy/MyBlog.jpg
IE
http://img.photobucket.com/albums/v135/xzonisy/2007-03-07_142044.png
or u can go to my blog see it ,thank you :D
mike
6 xzonisy // Mar 7, 2007 at 1:34 am
fix the link :D
http://img337.imageshack.us/img337/41/20070307142044fe7.png
http://img263.imageshack.us/img263/1995/myblogcy0.jpg
7 dennis // Mar 7, 2007 at 10:54 pm
xzonisy: Aha, I see your problem now. To fix the issue with text wrapping around the image:
1) In the file "
styles.css", find the line that begins with ".postcontent p img".2) Within that block, remove the line "
float: left;".3) Save the file and reload your site.
As far as the problems with wider images, unfortunately that's not "fixable" since the design is fixed-width. If I get some free time I'll see if I can make a wider version.
There is a sort of workaround that will chop off any excess image rather than screw up the layout:
1) In the file "
styles.css", find the line that begins with ".postcontent p img".2) Within that block, add the line "
overflow: hidden;".3) Save the file and reload your site.
8 xzonisy // Mar 8, 2007 at 2:01 pm
thank you dennis
i do as you say , but i still have some problem , the Navigation bar still too width in IE , can i fix more narrow ?
PS:overflow looks didnt work in IE (IE suck :P)
9 dennis // Mar 8, 2007 at 8:18 pm
zxonisy: Short of rebuilding the theme or using smaller images, there's not much more we can try.
You can try the following, which may or may not work. In
styles.css, find the folling block:.post {margin: 0 10px 0 0;
padding: 5px 0;
}
Change it to this:
.post {margin: 0 10px 0 0;
padding: 5px 0;
overflow: hidden;
}
Can't really help much more than that without rebuilding. Sorry!
10 xzonisy // Mar 8, 2007 at 8:43 pm
dennis i am really thank you , you help me so much , your theme looks so pretty in FF or opera , only bad in IE (ie is bad :P) .
i will try to figure it out and i will contact you if i done.
one more question , i have a long long month archive , can i ask how can i do as you do about the month archive .
thank you again
11 dennis // Mar 8, 2007 at 8:51 pm
xzonisy: I am using a widget plugin called BH Calendar Archive Widget. Basically the standard calendar plus the monthly archive drop-down.
12 xzonisy // Mar 8, 2007 at 10:40 pm
thank you dennis , its done .
:D
13 neil // Dec 2, 2007 at 6:16 pm
i really like your theme you've developed and have been using it on my blog. is there a way for pictures to be displayed on the "front page" where you see post summparies, or can images only be viewed as you click on each individual post?
thanks
Leave a Comment