This is yet another theme site, created by Sadish Bala. Visit his WordPress blog at WordPress Rocks

Intense

From the moment I saw this open source template, “Intense Simplicity“, I wanted to make it to a wordpress theme.

The designer, sofaspud has taken a lot of care and attention in building this template. He also provided 3 additional header images.

I started making it into a wordpress theme and thought I would make use of all the header images.
I just made the theme to display a random header image(from the 4 images included within the theme), each time you load a page.

Take a look at the screenshot below,
Intense

It also supports the sidebar widgets plugin.
It includes a template page for Archives Page.
It includes a template page for Contact Page.

Updated on Feb 27 2008, for Tags feature !

Take a look at the live preview or download it and try it on your site.

Support for this theme and other themes by Sadish, is available at the Forums !

24 Responses to “Intense”

  1. chima ohanagaon 10 Dec 2006 at 10:29 am 1

    hi how are u i wirg to u about what u say i like that and i want to part of it so thank u

  2. turganon 22 Dec 2006 at 1:32 pm 2

    hello! I just started using this theem at http://www.mavidalga.com/

    I love the box around thumbnails! this exactly what I have been looking for in a theme.

    I also did donate for Gavin. The -online donation- link was hard to notice so I thought I should post here:

    Donation Link

    best wishes in the new year.
    turgan savas

  3. Sadishon 22 Dec 2006 at 5:28 pm 3

    Thanks a million turgan.

    Thats exactly what I wanted to happen.

    You are great !

    Sadish

  4. Scotton 23 Dec 2006 at 4:15 pm 4

    Sadish, I have been working with thise theme and it seems to have a lot of the features I have been looking for. Is there a way to disable the random image generator for the header?

  5. Sadishon 23 Dec 2006 at 4:24 pm 5

    Scott.,

    you can try this.
    look at this line in the header.php
    <div id=”header” class=”header<?php echo mt_rand(1, 4);?>”>

    and make it
    <div id=”header” class=”header1″>

    It will always display the same image everytime.

    Thanks
    Sadish

  6. turganon 23 Dec 2006 at 11:43 pm 6

    Hi Sadish,

    I have 20 or so header images.

    I changed all their sizes too…

    is it ok if i just change the code from
    mt_rand(1, 4)
    to
    mt_rand(1, 20) ?

    thanks again,
    turgan

  7. Sadishon 23 Dec 2006 at 11:50 pm 7

    Yes. you also have to edit the style.css to define header1 to header20.

    Thanks.

  8. Speed-Freakon 11 Jan 2007 at 6:32 pm 8

    Greetings Sadish.

    I got your version of Intense and am trying to modify it to be 900px fixed with with content fixed to 850px. I have been able to adjust all width settings except for the contentbg.gif. My HTML/PHP knowledge is very basic and I cannot find how to increase the width of the white center.
    Can you please help me add in a new width?

    Speed-Freak
    http://www.outofmobs.com

  9. Speed-Freakon 11 Jan 2007 at 9:44 pm 9

    After banging my head on a table it came to me…
    Set the background color on the elements. So yes, I was able to get the layout how I want. No need to trouble yourself.

  10. narrowbandon 18 Jan 2007 at 8:43 am 10

    Hello Sadish. Been using your theme for about a month now. Great work!

  11. PapaMatton 19 Jan 2007 at 12:16 pm 11

    Wonderful theme, it’s working great for us! I’m still trying to get a few things worked out better though and I’m not sure how to do it. When we make a long post, it can take up most of the page. Is there a way to only show a small part of the post and then have users click a link to read the rest of the post? Please let me know and Thanks for a great theme!

  12. PapaMatton 19 Jan 2007 at 12:45 pm 12

    OK, DUH on my part! I figured that one out… :)

    Sadish, if you or anyone has a chance, can you tell me how I could organize the bottom of my page better? Every time I try to move the links around, it gets messier and I’m pretty lost. Thanks in advance!

  13. Chrison 13 Feb 2007 at 4:46 pm 13

    Hi Sadish

    I’m trying to figure out how to change the width of your theme. I want to keep the sidebar the same width and increase the content width to 900 pixels (including the sidebar).

    How do I do this? I managed to change the size of the content box but I can’t get the white background to change size and it looks stupid! If you could help me out it would be great.

    Chris

  14. Kuliton 05 Mar 2007 at 9:16 pm 14

    I love this theme and I’m using it on my site. I’m just wondering if I could get help with adding gravatars on the comments. Thanks!

  15. Vincenton 13 Mar 2007 at 10:15 pm 15

    Sadish,

    This is a fantastic theme. I spent hours searching through themes to find the perfect fit for one of my blogs, and after several “just doesn’t do it” these theme settled perfectly into the blog. Kudos to you!

    I have one technical question. I’ve noticed on my blog, the demo blog, and some other blogs that when someone leaves a comment, the first line breaks early. I’m not too familiar with HTML or PHP, and I was wondering if there was a simple solution to this, like throwing a somewhere.

    Thanks in advance, and keep up the great wordpress work!

  16. Leoon 20 Mar 2007 at 11:06 am 16

    Hi Sadish!

    I’ve disided to use your intense theme. I like it and I try to customize the theme, but I have a problem with the footer. The footer is higher in IE6 as in FF and I can’t find in the style.css why!

    Thanks when you can help me!
    With best regards
    Leo

  17. Jakobon 28 Apr 2007 at 6:16 am 17

    Hey Sadish. Very nice looking theme!

    The css that is supposed to create framed images doesn’t work 100 % in IE7 or FF1.5 under WXP SP2. Only the bottom and right frame border is shown.

    Also, in new browsers, you get a vertical scollbar in the browser window even when there’s no content outside the window.

  18. Davidon 28 Apr 2007 at 7:20 am 18

    Hi, I happened to be subscribed to this comments-update and would like to share my two cents’ worth. I have been using the theme for more than 4 months and am loving it.

    The CSS for the framed images is meant to provide shadows for only the right and bottom edges. It’s intentional, as defined in the stylesheet.

    The horizontal (yes, horizontal, for me) scrollbar issue, however, is prevalent and I’m experiencing it. A horizontal scrollbar exists whenever I’m using IE6 and 7, but in Firefox it’s there isn’t any. That said, it’s no big deal and doesn’t affect the xhtml/css validity.

  19. Jakobon 28 Apr 2007 at 11:13 am 19

    Hello David, thank you for answering!

    Yes, but the CSS is ALSO meant to provide a 1px solid grey border-top and border-left as defined in the stylesheet:

    img {
    background:url(img/shadow.gif) no-repeat right bottom;
    padding:4px 10px 10px 4px;
    border-top:#eee 1px solid;
    border-left:#eee 1px solid;
    }

    And that doesn’t work for me in IE7 and FF1.5. Only in IE6 :-(

    The scrollbar is HORIZONTAL, yes, you are right. Sorry! English is not my native language :-(

  20. Davidon 28 Apr 2007 at 11:25 am 20

    The img/shadow.gif file is meant to show for bottom, as well as right edges. No left and no top. It’s a pretty nice shadow effect with a grey gradient. That’s pretty obvious.

    The not-so-obvious one is the 1px solid line. One pixel is very fine, and in addition, #eee is a colour that is very light. You may not be able to see it clearly, but it is there. And it is at the top, as well as the left edges of every image.

  21. Jakobon 28 Apr 2007 at 12:37 pm 21

    Hey David, thanks again!

    Yes, shadow.gif works fine in all browsers (and it looks very nice, indeed). It’s the 1px solid #eee I have problems with. At first I thought it was my monitor. However, my monitor can easily display a line of 1px #eee color on a white background in other situations (I’ve just made a few tests with both css and Photoshop).

    David, thank you for your answers so far. I’ll now try to modify the CSS so I can get it to work…

    Best regards!

  22. Markon 29 Jun 2007 at 12:05 pm 22

    We absolutely love this theme. But we have a small problem. When looking at a category with many entries (News for example), you are unable to click on the ‘Next Page’ link at the bottom of the page without losing the category. Give it a try, follow these steps:

    1) Go to the News Category (find link on the right).
    2) Scroll to bottom of page and click the ‘Next Page’ link.
    3) Notice now that the category you are looking at is no longer news, but appears to be unsorted.

    Thank you for any insight.

  23. Sadishon 29 Jun 2007 at 11:51 pm 23

    Mark, I believe your problem is something to do with the way Permalinks are set.

    look at the permalink on first landing on a category page and then the next page link.

    i think you can try a different Permalink option and see if it solves the issue.

    Please post any further responses to http://forums.wpthemes.info .

  24. Sadishon 29 Jun 2007 at 11:51 pm 24

    and if you have left the footer link intact, i would have been more happy.