Oriental theme featured

Update! I hear a lot of problems in this layout with some plugins. I guess this has something to do with your plugin using clear: left; or clear: both; in its CSS. I recoded this layout using relative positioning instead of float. This and subpage support have been added in version 1.1.x.

Aw, how sweet! My oriental theme got featured at wordpress themes. That made my day!
oriental theme made by pure-essence.net featured at wordpress themes

Neat, it also got translated in French.


20 Comments Leave a Comment

Bubs [ Quote ]

Congrats! ;)

September 23rd, 2008 at 10:16 pm
Lissy [ Quote ]

awesome!

September 24th, 2008 at 8:34 am
Sarah Lewis [ Quote ]

It’s a very nice theme (so I’m not shocked :) ), but how exciting to be featured so prominently! Congrats!

September 24th, 2008 at 10:47 am
Mimi [ Quote ]

Congratulations, you definitely deserved it :)

September 25th, 2008 at 10:36 pm
XI [ Quote ]

Nice theme!

September 26th, 2008 at 7:10 am
XI [ Quote ]

发现一个问题,在登录状态下不能发表评论。

修改?comments.php?,把<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?/>" />这一行挪到< ?php do_action('comment_form', $post->ID); ?>前面就可以了。

修改完之后是

<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?/>" />
< ?php do_action('comment_form', $post->ID); ?>
September 28th, 2008 at 9:29 pm
deryk [ Quote ]

great theme, but comments don’t work anymore. also, when I put an image gallery up, it only goes below the space of the side bar. so maybe there is some div problem. great work! see this page for an example of the problem http://bluemandala.com/cameron/

September 29th, 2008 at 9:07 pm
Glenn [ Quote ]

love you theme! i’m using it for my personal blog at http://www.biclar.com
are you going to make more themes?

October 1st, 2008 at 4:46 am
dodo [ Quote ]

deryk on 9/29/2008 at 9:07 pm said:

great theme, but comments don’t work anymore. also, when I put an image gallery up, it only goes below the space of the side bar. so maybe there is some div problem. great work! see this page for an example of the problem http://bluemandala.com/cameron/

The comments bug is fixed in version 1.0.4.

October 2nd, 2008 at 12:11 am
dodo [ Quote ]

Glenn on 10/1/2008 at 4:46 am said:

love you theme! i’m using it for my personal blog at http://www.biclar.com
are you going to make more themes?

Thanks! Yes I will make more themes. I’m working on a new one right now.

October 2nd, 2008 at 12:12 am
Xiang Lin [ Quote ]

Excellent theme.

But it has a layout problem in product page when wp-ecommerce plugin was applied.

Please check here: http://www.gojidirect.co.uk/goji_blog_shop/?page_id=3

October 3rd, 2008 at 2:54 am
Anne [ Quote ]

thanks. ) Is cool. :blush: Today, sitting, has converted to their native language. My blog: http://faron.ru

October 3rd, 2008 at 2:01 pm
Anne [ Quote ]

But I did not figure out how to separate pages to add record. :sad: Alas, they are added to the current one which is specific … It was even concluded that it is simply impossible. My conclusions are correct?

October 3rd, 2008 at 2:06 pm
dodo [ Quote ]

Xiang Lin on 10/3/2008 at 2:54 am said:

Excellent theme.

But it has a layout problem in product page when wp-ecommerce plugin was applied.

Please check here: http://www.gojidirect.co.uk/goji_blog_shop/?page_id=3

Sorry I’m using float in the layout. Your plugin also uses it. It cannot clear floats in the CSS. You might want to take out the “clear: both” in your div.productdisplay definition for your plugin.

October 3rd, 2008 at 4:09 pm
bloggirl [ Quote ]

Dodo, you create the most beautiful themes I’ve ever seen. There is such a radiant, feel-good, energy in them. Thank you so much for your contributions!

When I put my amazon products widget into the sidebar in the text widget, all of a sudden the amazon box which was 150 pixels wide becomes much wider and overflows the sidebar. And the center section of the amazon box, which was originally smaller than the outer section of the amazon box becomes BIGGER than the outer section and overflows that.

I hope I’m explaining it right. I know you’re really good at what you do so even if I’m not explaining it right you probably are like “yes, yes, I know!” and you will tell me what to do. I wonder if it has to do with what you mentioned above about float.

Thanks so much Dodo! :biggrin:

October 4th, 2008 at 9:30 am
Jason [ Quote ]

I like the theme, it is one of the better looking ones available on wordpress and it was rightly featured. Also have to say you did a nice job on your website as well, very clean. I did have a problem when adding a gallery into a post with the theme. I dont think I have your latest update so this may have been resolved, but I made a few mods to the #content in the css and it seemed to take care of it, although I have yet to test it in ie6 or 7 so I am not fully sure if this works in all browsers.

This is what I changed:

#content {
	margin: 0 0 0 13px;
	padding: 0;
	float: left;
	width: 661px;
}

It should be up on thebaileyblog.com so I will be interested to know if it displays properly in ie6 later.

Thanks again for the Theme.

October 9th, 2008 at 5:16 pm
Jason [ Quote ]

Okay, so I got home and was able to check out the update I recommended in internet explorer 6 and it did not show the background. I made two more simple changes and it is working great!

#pageinner {
	margin: 13px 0 0 0;
}

#content {
	margin: 0 0 0 13px;
	padding: 0 0 10px 0;
	float: left;
	width: 661px;
	background: url(images/pageInnerBk.gif) right top repeat-y;
}

Basically I had to move the background from the pageinner to the content id. I also added a 10 pixel bottom padding to the container since ie does not like the padding at the bottom of the page. Everything looks to be displayed properly now.
On that note, I looked at your latest update on wordpress with the (preview) and it breaks in ie6. Let me know if these updates help solve some of the issues people contacted you about. Thanks again for the theme, its one of my favorites.

October 9th, 2008 at 7:44 pm
envee [ Quote ]

i got problem with my page tab , if i created a new contact me page , when i click it it wont display the new content but is previous blog content , can anyone help me ?

October 14th, 2008 at 7:21 am
Panacea [ Quote ]

Ye same here! x(

It’s an amazing theme and REALLY wana use it too…

October 23rd, 2008 at 10:12 am
dodo [ Quote ]

envee on 10/14/2008 at 7:21 am said:

i got problem with my page tab , if i created a new contact me page , when i click it it wont display the new content but is previous blog content , can anyone help me ?

Is that a new ROOT page? Meaning a page without a parent?

October 25th, 2008 at 5:01 pm

Leave a Comment Name, email and comment are required.
Email will never be displayed.

Leave a Comment
  1. :biggrin: :blank: :blush: :bored: :confused: :cool: :down: :evil: :frown: :grin: :grr: :laidback: :left: :mad: :right: :sad: :secret: :shock: :smile: :stress: :tongue: :up: :wink: :yawn: :cute: :dead: :film: :floppy: :glasses: :grumpy: :headphones: :heart: :lightbulb: :ouch: :tv: :upsidedown: :vodka: :yell: :yuck: :yummy: