The Filipino Web Designer

A half-geek, half-artist’s creatively nerdy journal on design and blogging

28
Feb 2006
Dapit Hapon theme now available!
Posted in Theme: Dapit Hapon by Gail at 8:17 am | 21 Comments »

You can now download the Dapit Hapon theme. This theme is also an entry to the WordPress 2.0 Theme Design Competition. Hopefully, the entry was received so I’ll updating the download links if it was.

Write up on the theme coming soon. I’m just pretty busy right now. Please leave a comment if you find any bugs. This is the first version so it might still be buggy. Any help will be appreciated.

Learning web site design approaches used by the modern and experienced web designer can make the difference between a web site design that turns users away and an impressive web page design that creates a self-replicating community surrounding your site.


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

21 Responses:

WP Theme: Dapit Hapon » @ Ambot ah! [ technology news and reviews ] said:

[...] Check it out and download the theme here. [...]


jhay said:

asteeg! sige gagamitin ko sa isa kong blog, kaso hindi ko ma-download, URL was not found.

Tulong po…


Simula at katapusan — Malansang Isda Archive said:

[...] Sabado na naman at may bagong theme ang blog na ito na nilumot at nabaon na ata sa limot ng mundo ng mga blogs. Hindi ko talaga ito maasikaso sa ngayon dahil sa dami ng aking ginagawa sa pamantasan…:( Pero mukhang ilalaan ko ang buong maghapon na ito upang ayusin ang blog na ito, lalo na sa mga disenyo. May nadiskubre akong WP theme na 100-pursyentong gawa ng isang Pinoy. Gusto kong gamitin ang theme na iyon para sa blog na ito. Ang gulo no? Tatlo kasi ang sites na ako ang webmaster: Ang LSJP On-line na website ng aking organisayon sa pamantasang De La Salle, ang aking blog, at ang site ng Sining Bayan na para sa samahang panteatro na aking itinayo sa aming bayan ng Silang. [...]


Jaypee said:

wow! this theme rocks! definitely proud to be pinoy! more power and God bless!


nikita said:

Hi! My protected posts aren’t showing the input box for the password when I test your theme. You might want to look into that.


The Filipino Web Designer » Blog Archive » The entry excerpt said:

[...] I guess I’m a bit lucky to be able to address two concerns in one post: both questions actually pertain to the same concept: The the_excerpt template tag within the WP loop. Josie’s and Nikita’s questions are different by nature, but can be answered using the same concept. [...]


Samsara said:

{{Love Dapit Hapon Theme! Thank you!}}

New to CSS and PHP but not new to programming in general or hacks so if you could help me understand two things that may benefit others as well.

1) Would like for “Category” post #’s to show beside each category. In my blog, it would help a lot. Tried altering this in sidebar.php:

Can’t make “0″ to “1″ or else the # site on top of the Category name to the left. [Using IE]

Saw the following in stylesheet:

.list2 {padding:0px 0px 10px 0px; margin:0px; color:#BE9A54;}
ul.linklist {padding:0px;margin:0px;}
ul.linklist li {padding:0px; margin:0px;}

Does this have anything to do with it’s placement to not have the count sit on top of the Category? I would need to know what to change if so.

2) Could you, with relative ease and comfort, explain how to take the excerpts from the front page? I would prefer to have posts in their entirety there. I think. [I am used to from past blogs.]

Again, thank you so much for the theme and for taking the time to answer questions especially since you charge nothing. :)


Stuart Tan said:

Hey there!
Thanks for your entry into the competition. Look forward to more creative minds (or designs) like you(rs) in the themes competition…. cheers!


rik said:

hi:

your theme is quite nostalgic and very filipino- kayumanggi. It is beautiful. The header’s color is burning- as in burning desire. I love it. However, Ii observed that it doesn’t display pictures in the front page.


Gail said:

RIK: Glad you liked the theme. Most Filipinos aren’t exactly what you’d call “nationalistic” in terms of web design, so I thought I’d start advocating it. :) Anyway, the index page really wouldn’t display pictures ‘coz I used the entry Excerpt tag for it. See this link for more info:

http://filipinowebdesigner.com/?p=25


Joannah said:

Excellent! This theme is very elegant, and gives a warm and nice feeling. 2 Thumbs up!


Tom said:

Hi. IE7, the new internet explorer browser, is messing up the dapit hapon theme. It is putting the tagline partially under the graphic and spacing out the home, links, etc buttons on the top right. Do you have a way we can fix this as this browser will likely be very popular soon.

Thanks.


Rob said:

Nice theme, im currently experimenting with making changes to the 3k2 theme to get it to look like my main pages with a left and right side bar with my main menu on the left in all pages then i will change over from the edited basic theme i currently use.


Peter said:

Hi Tom.

The CSS code to fix (at least part of) the IE7 bug is already in the Stylesheet. What you’ll have to do it copy that commented out code into a new file, call it, say IEpatch.css, and then make a check and call it IF the browser is IE7. It’s not perfect, the sidebar is still messed but it fixes the top bar at least.

To Call it, I add the following (Javascript) code to the top of the sidebar.php file:

—>

d = document;
if(navigator.appName == “Microsoft Internet Explorer”)
{
d.write(”);
}

Of course this code isn’t perfect as it looks for ANY IE browser or clone but it does the job for me. Will investigate further,

Ciao,


naraths said:

i’ve test it in my localhost, but this theme have no the Widgets. so i can not settig it.


promo said:

Thanks for themes!


NickC said:

I really like this theme, so thank you for making it. One of the things in particular I like is the floating date of the post. However, I would like to see the age of the post displayed as well. I cobbled up some PHP to generate the age, and modified the style sheet as well. I don’t know CSS so if there is a better way, so let me know if it is completely borked.

In index.php and single.php (both if you want the effect on the home page, just single.php if you only want it on the page of the post), make these mods:
[code]

1 ? 's ago' : ' ago');
?>

[/code]

It generates the seconds since the post was made, then manipulates the elapsed time into human readable units. There is a small bug in that it doesn’t appear to take time zone localisation into account, but I haven’t bothered to fix it since it really only signifcantly affects posts made within one day.

Here is the CSS, about which I’m much less confident. This is in style.css:
[code]
.datebox {width:65px; float:left; height:65px; margin:0px; background:#952A04;}
.titlebox {float:right; height:74px; width:480px; text-align:left; line-height:18px;}

.datenum {height:34px; font-family:"Times New Roman", Times, serif; color:#FBEAB2; text-align:center; font-size:36px; padding:0px;}
* html .datenum{margin-bottom:-7px;}
.dateother {height:20px; font-family:Arial, Helvetica, sans-serif; color:#FBEAB2; text-align:center; font-size:9px; text-transform:uppe
rcase;}
.dateelapsed {font-family:Arial, Helvetica, sans-serif; color:#FBEAB2; text-align:center; font-size:0.8em; line-height:10%; padding-bot
tom:3px}
[/code]

You can see an example on my page at http://blog.nickcoleman.org .

Thanks,
Nick


NickC said:

Hmm, that didn’t work, try again.:

1 ? 's ago' : ' ago');
?>


NickC said:

Nope, that didn’t work either. Email me at nick -at- nickcoleman -dot- org if you want the source.

It uses current_time and get_the_time to get seconds since post, then a switch statement with some cases for hours, days, weeks, months since post.


Leave a Reply