Quick Start Obandes

head line

Do you like animation?

Demo

speech bubbleobandes theme support the lessphp CSS preprocessor.

Don’t you think liking to stick a big photograph on a blog?

Demo

You can do this maybe 1min.entry write below

<img src="http://upload.wikimedia.org/wikipedia/ja/3/3e/MtFuji_FujiCity.jpg" />
and Check a format radio button like below

Don’t you think liking to attach the thumbnail of a link place automatically?

Demo

entry write below

format linkIt apear link thumbnail where entry 1st link<a href="http://www.tenman.info/">www.tenman.info</a>
and Check a format radio button like below

Obandes format gallery

Demo

Obandes WordPress Theme

Infomation this theme

License: GNU General Public License v2.0

License URI: http://www.gnu.org/licenses/gpl-2.0.html

INSTALL:

1. Unpack this archive in your wp-content/themes/ directory.2. Go to Admin WordPress and select presentation.3. Select Raindrops theme

Tips

embed special style At each entry

use custom fieldinput name cssinput value .title a{color:orange;}

complex horizontal layout

When editor with html mode

<div class="horizon-first">sample</div><div class="horizon-first">sample</div><div class="horizon-first">sample</div><div class="horizon-first">sample</div><div class="horizon-2">sample</div><div class="horizon-2">sample</div><div class="horizon-2">sample</div>

result this

sample

sample

sample

sample

sample

sample

sample

horizon class must use single class.another sample

<div class="horizon3">[ gallery ]</div><div class="horizon3">[ gallery ]</div>

YUI2 Grid layout

<div class="yui-gf">
<div class="yui-u first" style="background:#ccc;">test</div>
<div class="yui-u n" style="background:#ccc;">test</div>
</div>

test

test

<div class="yui-ge">
<div class="yui-u first" style="background:#ccc;">test</div>
<div class="yui-u " style="background:#ccc;">test</div>
</div>

test

test

<div class="yui-gd">
<div class="yui-u first" style="background:#ccc;">test</div>
<div class="yui-u " style="background:#ccc;">test</div>
</div>

test

test

<div class="yui-gc">
<div class="yui-u first" style="background:#ccc;">test</div>
<div class="yui-u " style="background:#ccc;">test</div>
</div>

test

test

<div class="yui-gb">
<div class="yui-u first" style="background:#ccc;">test</div>
<div class="yui-u " style="background:#ccc;">test</div>
</div>

test

test

test

<div class="yui-g">
<div class="yui-u first" style="background:#ccc;">test</div>
<div class="yui-u " style="background:#ccc;">test</div>
</div>

test

test

Change page width

ver0.54 page width change easy!

obandes options panel click and open

textarea value change

this

/*========= obandes configrations=========
layout-type=fix
letter-width=narrow
menu-position=right
menu-width=wide========= obandes configrations=========
*/

old version like this

obandes/functios.php

const value change

/**
*
*
* #doc - 750px centered (good for 800x600)
* #doc2 - 950px centered (good for 1024x768)
* #doc3 - 100% fluid (good for everybody)
* #doc4 - 974px
* #doc-custom - an example of a custom page width *
*
*/
if(!defined('DOCUMENT_WIDTH')){
define('DOCUMENT_WIDTH', 'doc2' );
}

/**
*
*
* .yui-t1 - Two columns, narrow on left, 160px
* .yui-t2 - Two columns, narrow on left, 180px
* .yui-t3 - Two columns, narrow on left, 300px
* .yui-t4 - Two columns, narrow on right, 180px
* .yui-t5 - Two columns, narrow on right, 240px
* .yui-t6 - Two columns, narrow on right, 300px
*
*/

if(!defined('SIDEBAR_WIDTH')){
define('SIDEBAR_WIDTH', 'yui-t5' );
}
…

17 Comments

  1. Posted 2011年3月11日 at 11:40 PM | Permalink

    Nice theme, however, I need to learn how and where to disable those god awful previous and next post buttons on the single page…. I have done wome “reWrapping” of this theme to produce my desired results, and hope the changes are within your specs, please advise….in english please….

    • tenman
      Posted 2011年3月15日 at 12:20 PM | Permalink

      Thank you.
      I am in the earthquake, and should restore life now.
      Please give while it is a few to me.

      • Posted 2011年8月21日 at 6:33 PM | Permalink

        This article achieved exactly what I watned it to achieve.

        • Posted 2012年1月13日 at 2:21 AM | Permalink

          Thanks guys, I just about lost it loiokng for this.

          • Posted 2012年2月22日 at 5:02 PM | Permalink

            Hi Mike,Curious tguhoh on the ease of editing the CSS in a YUI setup. Isn’t it all Yahoo compressed with all of the white-space stripped out etc., making it nearly impossible to decipher or edit?

          • Posted 2012年2月24日 at 12:01 PM | Permalink

            I’m also tienstg my blog to upgrade for 2.5sangesh.com.np/blogthe new looks sure seem quite appealing, and right now i’m doing all the tienstg for the pluggins i’m currently using.

    • tenman
      Posted 2011年3月15日 at 12:37 PM | Permalink

      please
      open obandes/functions.php
      line maybe 900
      function obandes_prev_next_post($position = “nav-above”){
      change this
      function obandes_prev_next_post($position = “nav-above”){ return;

      next previus link is not display. ok?

    • Posted 2011年8月22日 at 9:06 AM | Permalink

      With all these silly websteis, such a great page keeps my internet hope alive.

      • Posted 2012年2月22日 at 8:46 AM | Permalink

        Creo que hay casos en donde uiziltar los terminos incorrecto y correcto no es valido. Yo le llamaria no recomendado y recomendado .Igual, esto es solo una cuestion gramatical, buen y util post! saludos!

  2. Posted 2012年4月12日 at 4:19 AM | Permalink

    that’s really nice research.http://www.bandeirantes.org

    • Posted 2012年5月6日 at 2:12 AM | Permalink

      it is all good, unless you do a cbresroowssr test :( I’ve tested this with different versions of IE along with different other browsers.. and not all of them are reading the background image for the html tag..i couldn’t even get IE 5.5 to read the image. and there are still a couple of those around..Even Mozilla 1.6 and some versions of camino couldn’t read it..so i guess i’ll stick to the extra div boxes.. they still work cross browser and platform..but nicely done though..

  3. Posted 2012年4月16日 at 2:09 AM | Permalink

    you continually amazing me with amount of content you turn out without sacrificing quality.

  4. Posted 2012年4月17日 at 7:17 AM | Permalink

    how long does it take you to finish a good article like this one?

    • tenman
      Posted 2012年4月17日 at 9:13 AM | Permalink

      This theme hosted WordPress extend theme directory when jan 2011.
      Thank you

      • Posted 2012年5月5日 at 1:20 PM | Permalink

        I feel so much happier now I udnerstnad all this. Thanks!

  5. Posted 2012年5月12日 at 10:27 PM | Permalink

    excellent information. i bookmarked it for future reference. thanks a lot!

  6. Posted 2012年5月20日 at 5:24 AM | Permalink

    the information you provided was very useful because of your help. thank you.http://www.kitsucesso.com

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>