Monotone for .ORG blogs!

We know you’ve been anxious. So here it is:

Monotone, a photo-blogging theme we created for Automattic is now packaged for download and available for use on .ORG self-hosted Wordpress installs.

The theme is released as-is under the GPL license. We hope you enjoy it. If you do like what you see, it’d be excellent if you perused our work and contacted us, even if you just want to say, “hi!”

If you are using Monotone, on Wordpress.com or with a self-hosted blog, please comment on this entry with a link to your blog. We love checking out great photography!

Sphere: Related Content

39 Responses to “Monotone for .ORG blogs!”

  1. Blaze Says:

    Yay!

  2. jcksn » Blog Archive » Monotone download is out! Says:

    [...] Monotone, the theme eight6 (that’s me folks) developed in conjunction with Automattic is now available for download. [...]

  3. Takuya Says:

    Automatic is beatiful.

    I’m in Sapporo, Japan.

    ?? ????????

  4. Clint Says:

    Hey guys, have been drooling, panting, waiting for this theme to come to .org. I’m building a photo blog and so of course, I downloaded the package and installed it, per the instructions, today. I’m sure I’m making some n00b mistake but I have the following issues that I don’t have a clue as to how to resolve.

    1. images are 404ing, seems to be because of a query attribute on the end of the image url:
    http://clintivy.com/photos/wp-content/uploads/2008/06/2569695012_692af2957f_o.jpg?w=840

    2. In the source are the following warnings which may? be causing the issue above:
    a) Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.honcho/civy/clintivy.com/photos/wp-content/themes/monotone/functions.php on line 105

    b) Warning: getimagesize(http://clintivy.com/photos/wp-content/uploads/2008/06/2569695012_692af2957f_o.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/.honcho/civy/clintivy.com/photos/wp-content/themes/monotone/functions.php on line 105

    If it matters, I’m on dreamhost.

    Thanks again, I love this theme and think you guys did some awesome work!

  5. Clint Says:

    Follow up to previous comment/issue the errors are caused by fopen being disallowed by the host as fopen is a large security risk. The most common solution seems to be to use a relative URL path instead of remote/full so am wondering if you can provide a change to functions

  6. Clint Says:

    sorry
    …provide a change to functions.php that uses relative URLs?

  7. Donncha O Caoimh Says:

    Great to see the theme packaged in a zip file finally. Saves me blogging the svn url and explaining how to grab it from there!

    BTW - I found it really difficult to read this blog post, the grey text on the textured background merges together for me :(

  8. Jennifer Wilson - Agent Solutions Says:

    Hey Noel! This is so wicked. I love the theme. Everything seems to be fine except one thing.

    Any of my existing photos that I had using the old theme that had comments now have an error on the page and the comments do not show up.

    Fatal error: Call to undefined function get_avatar() in /home/agent/public_html/photoblog/wp-content/themes/monotone/monotone/comments.php on line 28

    Any suggestions?

  9. Noel Jackson Says:

    Donncha, thanks for the usability note.

    eight6 got redesigned not too long ago and I’m still tweaking it. I’ll make sure to up the contrast!

  10. Jennifer Wilson - Agent Solutions Says:

    Ok I figured out how to fix the comments.php for any of you that are having trouble with it. I think the trouble was because I am not using WordPress 2.5, so this is what I did.

    When editing your comments.php you want to find this line:

    and change it to:

    Voila! Done.

  11. Josh Wood Says:

    Donncha’s colorblind, but he’s right. It’s hard to read.

    Congrats on getting monotone further out the door. Could you clarify the terms under which you intend to distribute it? The source bundles the GPL, that’s clear enough; but the release announcements imply a non-commercial restriction. Which is intended?

    We don’t want to abuse your good work in using it commercially and providing our patches back. So in the context of this post, what does “.ORG” mean?

  12. Noel Jackson Says:

    Josh, feel free to use it however you would normally use GPL software - that means you can use it anywhere you’d like - just send in your changes and remember to always give credit where credit’s due.

    .ORG just means self-hosted wordpress blogs - commercial or not.

    If you do happen to make money off of this theme or just immensely enjoy it, there is no need to send presents (although, we love cupcakes.) Just think about hiring eight6 if you have a project that would be appropriate for us.

    Regarding a release with fixes for non local images, etc. That stuff is in the works. Hold tight.

  13. Monotone: WordPress Photoblog Theme Says:

    [...] Jackson, the author of the theme, recently revealed that Monotone is now available as a .zip download on the Monotone demo page above. Now it’s [...]

  14. Alex Leonard Says:

    Just out of interest, how does it play with non photo posts and pages?

    I have a blog which I’d like to run partially as a photoblog and partially as a normal blog and have been trying to work out how I’ll integrate the photoblog part of it.

    Does this theme allow you to run the photoblog part of it on say one category only? That’d be pretty cool. I’ll probably upload it and try it out, just won’t get the time for another week (very busy at the moment), so I thought I’d drop a question in here :)

  15. photographer Says:

    great design for the theme.
    I like it a lot, simple, and great for showing off photos.
    But sometimes the photo doesn’t align properly. Do you know why?

  16. Josh Wood Says:

    Thanks for clarifying, Noel, and sorry if I had a thick skull about the meaning of .ORG here.

    I’ll be sure to flag you with our set of changes once they’re significant, and we release all our source and mods on our labs site. (The first patch you grabbed from my blog last month was just so small that I didn’t think to bug you with it.)

  17. Eric Says:

    This is one of the best themes around. When will you do the next release. There are a few small issues.

    Regards,

    Eric

  18. Maria Says:

    Just installed it on my server after liking it a lot on WordPress.com. Unfortunately, the photos don’t appear. Any idea why? I’m hosted on GoDaddy.com — no abuse please; they’ve always worked fine for me — if that matters.

    Anyway, the above link will get you there. Hopefully if others follow it, the problem will be resolved. Thanks for making this available. I hope I can get it to work right!

  19. Christopher Says:

    I’m having the same problem Maria had, images not showing up?
    hosted by dreamhost

    thanks for any help

    CW

  20. Clint Says:

    Maria,
    you’re pictures are showing up for me - not too shabby.

  21. Vivek Says:

    I have been using this theme for sometime on http://photoblogger.in. However, I am yet to find out a way to get the exif data pulled into the posts by wordpress. Also, right now I am resizing the images myself.

  22. Clint Says:

    Christopher,
    Dreamhost doesn’t allow the use of fopen (it’s a security hole). You can see error messages if you view source. Without fopen, the theme cannot execute correctly and image URLs get messed up.

  23. Monotone - A Photoblog Theme | Deuts.NET Says:

    [...] Monotone is a photoblog for WordPress. The layout is clean and non-intrusive, but the way it handles images makes each entry unique (and requires no intervention to do so). I can’t help myself but try to install it in my WordPress.com hosted domain jotuvillo.com (check it out!). Yet, I guess I still have to stick with photopixel for my photoblog (check out http://imagery.deuts.net/)  Monotone, Photoblog, Wordpress, Wordpress Theme [...]

  24. thegirlinthecafe Says:

    Does anybody know how to remove the margin around the images? The monotone demo just aligns the the photo to the edge, I get a margin on both the left and the right side. Am running monotone on a self hosted blog. Thanks for any help in advance!

  25. m@ Says:

    I can’t get my images to display either. I host with ICDSoft. They do have access to ImageMagick. Can I somehow use that instead? https://www2.suresupport.com/faq/30/169

    Is there a better place to ask support questions on Monotone?

  26. francisco feijó delgado Says:

    And here goes mine (http://boston.scheeko.org), rolling fine since May 19th!
    Thanks!

  27. Mike Says:

    Hey, I just downloaded this theme for my blog, http://notsomotivational.com and absolutley love it except I cant get a lot of my plug ins to work for it. Does anybody know a good plug in or app that I can use to view web stas for my blog? Or a plug in kinda like sociable that will work on monotone?

  28. Mike Says:

    nm, I cant find any plug ins for it. Im switching back.

  29. Leonaut.com Says:

    Monotone…

    A photo blogging theme with one column. Colors change to match the photo….

  30. Ingrid S Says:

    Just got it working on my new site section at Balko Photo: http://balkophoto.com/pix/

    I am so pleased with it - thanks so much!

  31. Tracy Says:

    I’m trying your theme on Wordpress, but I just don’t get it. How do I get it to work?

  32. Tracy Says:

    I can edit the file in WordPress, but the background remains black no matter which image I enter.

  33. iChris Says:

    Theme installed and seems to work properly (you can see the images, they resize properly) - only the page doesn’t change color to match images. Where might I find the clues for that? Is there a better place to go for support on this? This is a self-installed WP on dreamhost.com

  34. ekakurniawan Says:

    I have the same problem with Clint (but my hosting has “fopen” allowed):
    1. image dont appear because the img url look like this: domain.com/wp-content/uploads/image.jpg?w=840
    2. so, i think the problem was “?w=840″ such thing that monotone added to the img url
    3. i find the “?w=840″ in functions.php. in line 84 (less or more) i find this: …image_url.’?w=…
    4. i try to hack little, adding space and double quote before ?w=. so the line will be: …image_url.’” “?w=…
    5. and now, the image appear. i am not a programer, and very little knowledge with PHP. i just try, and it work. do someone know what really happen?
    6. however, it’s great theme. thanks you very much.

  35. Daz Says:

    Hi there. Thanks for Monotone - I was so impressed with it that I totally changed the direction of my site to use it!

    I’ve slightly modified it though to suit my tastes a bit more (different fonts, full coloured background, photo border, wider content widths etc).

    Thank you again!

  36. Jeremiah Says:

    Oh, i get it. It means WordPress.com vs WordPress.org (aka self-hosted). Not blogs with .org domains.

    Took me about half an hour for it to click. I was wondering: how are they gonna stop anyone from installing it on .com and other domains? I’m dumb.

  37. Timothy West Says:

    Hi Guys and Girls please check out my cool monotone photoblog..
    http://trcwest.com/photoblog/

    Does any one know of a list of top monotone photoblogs?? As it would be cool to have a list of all the different ones?? if not i can make one…

  38. miguel Says:

    It’s true, it’s a nice theme for Wordpress… if it would be work fine, but it does not. I do not know why I get the same error than Clint (but I can published). I do not know why in my case is a fixed column theme (it does not resize the column depending of the image size). I have four blogs with diferent themes in the same hosting, and no troubles with them. And the archive page of the theme does not work properly in IE 6 and 7 (in my case and in the other two examples of the comments here that I have seen). Too much problems!

  39. Eric Says:

    My Monotone blog has been working for several weeks now without any issues and I love this theme.

    Thanks,

    Eric

    http://www.erictakespictures.com

Leave a Reply