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

Viewing 6 replies - 1 through 6 (of 6 total)
  • neoyinyan

    (@neoyinyan)

    Hi, beautiful theme, luv it. But the side bar skews al the way to the right or incorrectly in IE6. All other browser seems to be fine. Can you please direct me in the right direction.

    Thanks

    zhudachang

    (@zhudachang)

    Yes, I have the same problem with the theme in IE 6.0.
    Is there any fix available or hints how to fix it?

    Thanks for this great theme.

    Thread Starter dodo

    (@dodo)

    Hello, this is a IE 6 bug (obviously). I was able to find a fix for it. Explanation of the fix is from https://www.positioniseverything.net/abs_relbugs.html.

    I will include the fix in my new release.

    All you need to do is a conditional comment in header.php below the current <![endif]–>

    <!–[if lt IE 7]>
    <style>
    #pageinner {zoom: 1;}
    </style>
    <![endif]–>

    You may preview the fix at https://pure-essence.net/wp-themes/

    Thread Starter dodo

    (@dodo)

    BTW you can also download version 1.1.2 with the fix here.

    https://pure-essence.net/2008/09/19/wordpress-theme-oriental/

    lailahmorid

    (@lailahmorid)

    I added that and it didn’t fix my blog. Now I found another bug! It’s not posting properly.

    Thread Starter dodo

    (@dodo)

    I haven’t heard anything about it not posting properly from anyone else. Please describe your issue in details.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Oriental v1.1.x’ is closed to new replies.