plug

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.

22 thoughts on “Oriental theme featured

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

    修改?comments.php?,把<input type="hidden" name="comment_post_ID" value="" />这一行挪到ID); ?>前面就可以了。

    修改完之后是<input type="hidden" name="comment_post_ID" value="" />
    ID); ?>

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

  3. [Comment ID #269287 Will Be Quoted Here]

    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.

  4. 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:

  5. 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.

  6. 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.

  7. 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 ?

  8. I love your Oriental Theme (hence my use of it on my site).. Though one thing I’d love to see is another template that I can select that’ll drop the sidebar. Just that I have some pages that I’d prefer to be able to select a template for that’d do that.

    Would you mind adding that?

    Great theme at any rate!

  9. Hi there-
    I’m a newbie blogger and wordpress user and so want to use your oriental theme for my blog – is there any step by step instructions I can find to do so?

    I have edited the CSS but unfortunately only created a bit of a mess – any help you could provide or point me to would be greatly appreciated!

    Your Oriental theme is so beautiful!
    Sandra

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s