treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Wordpress Theme - Review

  • Hey everyone,

    I finished a new Wordpress Theme last night and it would be nice to hear what do you think about it? What do you think it's worth?

    Demo

    I hope you like it.

  • Hey,

    I visited your demo wordpress theme and this is good one theme having good navigation and design. keep it Up...

  • It looks pretty nice. A couple of things though:
    - The serif font for the logo isn't great
    - Hovering a nav item make it shiver on Chrome Canary; kind of annoying
    - I feel like dropdowns could be improved
    - I don't really understand where the content is supposed to be since there is a huge header image

    Otherwise it seems pretty cool.

  • Hey guys,

    thank you for your reply! The navigation issue is annoying and i will fix it in an other version of this theme (if I keep the development alive)

    Is someone out there who would use this theme? I'll put the this theme on github (with the original PSD)

    Of course for free

    • Hovering a nav item makes it shiver on Chrome Canary; kind of annoying

    It's a function of the display:table-cell on the li

    Kind of an odd way to do a menu.

    Either float them or, better still, use inline-block.

  • Just personal opinion of course but I actually love the rich image, :hover transitions on parent nav items and the semi-translucent header (although I would second @HugoGiraudel's comment about the negative impact of this on the readability of the submenus - perhaps this could be tackled by simply choosing a colour, like black instead of white, that might work better in that particular circumstance).

  • I second @paulie_d 's suggestion for using inline-block on the nav. Looks to be a great start, the only other minor complaint I have about it would be the comment focus event. It's just incredibly jarring to have that block pop out of nowhere. I'd opt for a more subtle fade / tooltipy sort of thing.