• Hi!

    I build a little theme which is based on the fabulous relaxation theme from Jown Wrana.

    The theme features a 3rd column which can be entirely used for your own purposes. A productive version of the theme can be found on my blog. I use the 3rd column for a preview of my flickr photos, the most recent purchased CDs and the books I read lately.

    The theme is delivered with 10 different header graphics which can be seen in this Flickr WordPress Themes Set. All photos used are published under the CC licence and can be used on any private or non profit organization website.

    The style sheet contains 10 color definitions matching the header graphics and also a documentation which style sheet definitions need to be changed if you create your own header graphic.

    The html code generated is valid xhtml 1.1 and the css is valid as well.

    The theme can be downloaded here.
    A version with the Adobe Photoshop File for the header can be downloaded here (5MB!).

    Please post any questions, critic, etc. in this thread.

    thanks for looking
    Clemens

Viewing 10 replies - 16 through 25 (of 25 total)
  • Otomo, great theme… I’m in the middle of modifying it a little. Just CSS stuff mostly. Check out my spin on it here. What started as a torn paper sort of look somehow ended up looking like paint splatters… now I don’t know what it looks like. Kinda mocha-ish, I guess. Still plenty to do.

    Michiko, how did you get your columns to move up and get that banner to show up on the left instead of all the way across?

    hi 7milesdown, sorry if it took me long to reply. re theme of mine, i use the original version of jowra’s relaxation. he is using a small image as header there which is positioned on the right. what i did is simple.. i changed the image size and adjusted the css. as for the column…copy sidebar css tags and paste if below the original. rename it to whichever name you like…i named mine sidebar2.

    Total ignoramus novice here. I really like the look and feel of “Relaxtion 3 col”, I have a question though (one of many I am sure). On the header, after several hours, I finally figured out how to build a header with my image. Loaded it with no problems exept for if you click on the header image, it goes to the error code 404 (this page cannot be found) and refers back to my homepage url. How or what would the code be or look like to return to the Blogs first page…? Thank you for your patience.

    I love this theme! I’m quite new to this and I’m having a little problem.

    In a nutshell, even though I’ve changed the main background color in the style sheet to match the border, I still end up with the squared off corners rather than the rounded ones. It looked like it matched perfectly in Photoshop, but not once it was all uploaded.

    My blog

    Please ignore the above — I think I fixed it.

    Hi – I am using the relaxation 3 column and I love it. However, it looks just fine in Firefox,
    but in MSIE there are two problems.

    #1 The second column starts down low

    #2 The flicker images have no spaces between them

    my site is https://suzanne.roxr.com

    Could anyone please help me?

    More from me – here is my sidebar.php:

    <div id=”sidebar”>
    <div id=”noindent”>

      <?php /* If this is the frontpage */ if ( !is_home() ) { ?>
    • <h2>Home</h2>
    • <?php } ?>

    • <h2><?php _e(‘Author’); ?></h2>
    • Suzanne, Western USA
    • <h2><?php _e(‘Search’); ?></h2>
      <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
    • <?php if (function_exists(‘wp_theme_switcher’)) { ?>

    • <h2><?php _e(‘Themes’); ?></h2>
    • <?php wp_theme_switcher(); ?>

    <?php } ?>

    • <h2><?php _e(‘Categories’); ?></h2>
      <?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
    • <h2><?php _e(‘Archive’); ?></h2>
      <?php wp_get_archives(‘type=monthly’); ?>

    <?php get_links_list(); ?>

    • <h2>Meta</h2>

    </div> <!– end of noindent –>
    </div>

    <!– This is the second sidebar for the 3 column relaxe theme.
    I left the flickr badges in as a example. Feel free to alter
    the content to your own needs. –>
    <div id=”sidebar2″>
    <div id=”noindent2″>

      <li id=”calendar”>
      <?php get_calendar(); ?>
    • <h2>Photos</h2>

    </div> <!– end of noindent –>
    </div>
    <!– end of the 3rd column –>

    Anyone have a good gallery for this theme? I have tried a few different galleries for WordPress, none of them really works with this theme.

    My page is https://www.kimrom.info

    Lazyest-gallery works pretty well and is easy to use. However, some CSS work could be done to get it to work completely. I can put up with its little idiosyncracies. Check out my blog for an example.

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘New 3 column Theme – Relaxation’ is closed to new replies.