Un.complicated ThemeFavoriteLoadingAdd to favorites

Un.complicated Theme

77 Responses to “Un.complicated Theme”

  1. suzy32 says:

    Wow – you keep putting out really cool themes. What I like about these themes is that they don’t follow the same format, like you see in 99% of the themes out there. A main column then a right column with ads, etc. They all look the same. Each of yours are unique layouts. Well done! And thanks!!!

    ReplyReply
  2. mon012 says:

    Thank you for your pretty theme,i love it so much.but i’ve some question about custom filed because i fool in english i dont know how to implement that function and i cant show my favourite song and picture,i’m not sure i make something wrong please advise me.

    ReplyReply
  3. Justin Justin says:

    In the write field, look for this box:

    http://s51370.gridserver.com/_uncomplicated/i/1.png

    Under name enter “post-image” and under field put in the direct path to your image that is given you after you upload it to your server. WordPress offers the path to your image once you upload, so you just have to put that path in the “Value” section of the Custom Field.

    Hope that helps.

    Justin

    ReplyReply
  4. patrick says:

    Great Theme!

    How do you go about displaying video on the front page? for example youtube or vimeo?

    Thanks,

    ReplyReply
  5. Justin admin says:

    Hey Patrick

    You could try this plugin to help with that…

    http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube

    ReplyReply
  6. Jane Marsching says:

    i wonder if there is a way to put a gallery in one of the boxes?
    great theme!

    ReplyReply
  7. Nick says:

    There is no ‘readme.html’ in the archive, any possibility of it being included? I noticed a reference to a plugin in ‘index.php’, are there recommended/require plugins? Thanks :)

    ReplyReply
  8. Justin Justin says:

    hey nick

    that’s silly of me not to include a readme.html file. I’ll get that together and include it in the next update. sorry about that. look out for it in the next day or two. I know excerpt reloaded is used http://guff.szub.net/2005/02/26/the_excerpt-reloaded/

    ReplyReply
  9. Justin Justin says:

    Here are the two plugins used until I get the readme.html file together:

    http://coffee2code.com/wp-plugins/get-custom-field-values/

    &

    http://www.wpaudioplayer.com

    ReplyReply
  10. Nathan says:

    Love you themes! I’ve always been a fan of simple, minimal themes. You’re are clean and top notch. Thanks!

    ReplyReply
  11. Nathan says:

    Love your themes! I’ve always been a fan of simple, minimal themes. You’re are clean and top notch. Thanks!

    ReplyReply
  12. Nathan says:

    Love your themes! I’ve always been a fan of simple, minimal themes. Yours are clean and top notch. Thanks!

    ReplyReply
  13. maxwell says:

    love the designs, recommending this to everyone

    ReplyReply
  14. I’m in the process of trying out this gorgeous, simple theme. I’m loving the look and simple functionality of it, but…
    there’s still no readme.html…
    and although I’ve replaced the code in index.html with my twitter account, it’s still defaulting to the ‘daily blah’ feed.
    Am I missing something?

    ReplyReply
  15. Justin Justin says:

    Hi Jonny

    I’ve gotten sidetracked. I think the issue is you have to also go into daily.php and change line 18:

    Where it says siiimple.json – change it to your username. That should take care of it. In future releases, this will be easier to update – without having to go into the code. I just haven’t had a chance to get back and work on this particular theme.

    ReplyReply
  16. Alex says:

    Great theme. As a novice, I, too, am looking forward to that readme.

    ReplyReply
  17. Justin Justin says:

    I will have a readme.txt file by Tuesday. Keep a look out. Thanks

    ReplyReply
  18. Ash says:

    I’m getting this message in the right column. Any idea why? Fatal error: Call to undefined function c2c_get_custom() in /home/blogala1/public_html/wp-content/themes/uncomplicated/index.php on line 69

    Thanks!

    ReplyReply
  19. Justin Justin says:

    @Ash: that’s because the plugin needs to be installed. I’m releasing a new, updated version of the theme tomorrow afternoon. probably worth the wait.

    ReplyReply
  20. BigFrootLoopski says:

    How do you change the twitter feed on the main index page?

    ReplyReply
  21. Justin Justin says:

    @BigFrootLoopski: Go to footer.php and look for siiimple.json – change “siiimple” to whatever your own username is.

    ReplyReply
  22. BigFrootLoopski says:

    @Justin: awesome cheers :)

    ReplyReply
  23. Pawel says:

    Fatal error: Class ‘Walker_Nav_Menu’ not found in /home/a1438041/public_html/wp-content/themes/uncomplicated/functions.php on line 340

    Any idea why ?

    ReplyReply
  24. Pawel says:

    Fatal error: Class ‘Walker_Nav_Menu’ not found in /home/a1438041/public_html/wp-content/themes/uncomplicated/functions.php on line 340

    Any idea why ?@Pawel:

    code from line 340:

    class description_walker extends Walker_Nav_Menu
    {
    function start_el(&$output, $item, $depth, $args)
    { …………………..

    ReplyReply
  25. Justin Justin says:

    @Pawel: That has to do with what version WordPress you’re using. This is unique to WordPress 3.0. If you’re using an older version you will get that error. It has to do with the menu.

    ReplyReply
  26. Pawel says:

    thanks, yes I had 2.8, couse it was latest ver. in my language. must upload 3.0 ….. and I didn’t mention: superb theme, one of the best, minimal, clean, good typography, excelent work

    ReplyReply
  27. Alex says:

    Sorry to bother you, as I know you are currently working on a readme that might solve all problems, but I’ve used the custom-field technique you’ve detailed earlier in the comments, and while the image shows up nicely, it repeats the “photographs” header (the name of the category). It looks like this

    Photographs
    Photographs
    [image]

    Not sure how to fix it?

    ReplyReply
  28. Vladi says:

    Thanks a lot for this lovely theme, I have a question
    how to add the right top menu in the header, like in the working demo:

    — About
    — Portfolio
    — Gallery
    — Download

    …and how to add portfolio and gallery elements..

    ReplyReply
  29. yosef says:

    How to display the image thumbnail in the index home. I’ve been trying using custom field post-image but my post image still not working.

    Nice theme btw :)

    ReplyReply
  30. Jocelyn says:

    I just installed your theme and began working with it today. I am new to this so I may be slow at figuring things out, but I am in the same situation as Vladi; the main menu in the upper right does not appear for me either, even after adding ‘Pages’. Any insight would be appreciated. Thanks.

    ReplyReply
  31. Justin Justin says:

    @Jocelyn: You create the menu by going to Appearance -> Menus in the admin area. Make sure you’re using WordPress 3.0, as the menu creator is a new feature. Then you can select your pages for your menu there- or create new menu items.

    ReplyReply
  32. Justin Justin says:

    @yosef: Use Image1 & and Image2 in the custom field names for the two images.

    ReplyReply
  33. simon says:

    great theme. something i’ve been waiting for. the “post-image” name in the costom field area does’t lead to any result. the link is correct, but there is no image displayed in the post. any other possibility to display an image on the left side exactly under the title of the post? what about a vimeo video on the same spot?
    thanks for your help!

    ReplyReply
  34. Lucy says:

    Hi,
    Thanks for this theme – it’s lovely. I just downloaded it but my posts aren’t showing on the home page and when I click on (for example) ‘new post’ where the post would be, I get an ‘error 404 – not found’ message. I am sure I’m doing something wrong that’s probably very simple as I am a complete novice, but any advice would be much appreciated…..

    Thanks

    ReplyReply
  35. Justin Justin says:

    @simon: the custom field tags are Image1 & Image2 to display images.

    ReplyReply
  36. Justin Justin says:

    @Lucy: Hi Lucy, you have to set up categories – I think that’s your issue. If you would like – since I don’t have a readme file yet – I can set up some temporary categories for you. Just send me a temporary login details and I’ll see what I can do. You can do so through http://www.siiimple.com/submit link…

    ReplyReply
  37. Lucy says:

    Thanks a lot Justin. Am trying to send my login details over now but it’s taking a long time to send. Having one of those days!

    I have set up some categories as you suggest and this seems to have worked to a point but I still can’t get images to appear on the posts on the home page and when I click on a post on the home page it goes to a 404 error still…..

    Will try sending login details again….

    Thanks a lot!

    Lucy

    ReplyReply
  38. Lucy says:

    Justin – the posts work – no longer getting 404 error!
    It was a problem with the permalinks in the end. I still can’t get images to appear on the home page though. I’ve out the tags in the custom field area in like you said, but to no avail…..

    thanks!

    ReplyReply

Do You Like This Design?

 
  • Loading...

    Loading...

    Login





    Register | Lost password?

    Register




    A password will be mailed to you.
    Log in | Lost password?

    Retrieve password





    A confirmation mail will be sent to your e-mail address.
    Log in | Register
  • Index
    —  

    Archives
    —  

  • September 2010 (1)
  • August 2010 (24)
  • July 2010 (36)
  • June 2010 (36)
  • May 2010 (39)
  • April 2010 (25)
  • March 2010 (28)
  • February 2010 (28)
  • January 2010 (31)
  • December 2009 (24)
  • November 2009 (32)
  • October 2009 (36)
  • Topics
    —  

    Most Favorited
    —  

    Search
    —