24 Responses

  1. alex
    alex 9 April, 2008 at 1:32 pm |

    I still have same problem with my blog at sefanboy.com, even after follow this instruction :(
    can you help me?

  2. alex
    alex 9 April, 2008 at 2:01 pm |

    I don’t really understand what do you mean. I ‘m not expert in wordpress :)
    I add the code on style.css of course. but maybe i put too large image or video?

  3. alex
    alex 9 April, 2008 at 2:16 pm |

    I add this code in style.css in my theme, not main content area.
    any idea what should i do with main content area?

  4. TechnologySpeak.com
    TechnologySpeak.com 20 April, 2008 at 6:48 am |

    I had the same problem and it’s fixed. If you go to download version 1.6 of the i3Theme form mangoOrange.com, you’ll see that the problem is solved for IE.
    Hope this helps.

  5. Alex
    Alex 20 April, 2008 at 11:45 am |

    I don’t know, I have upgraded to 1.6 version, but still show error. I think i have to change with 2 column or switch to other theme :(
    I tried to validate css of the theme, and found some errors there.
    check here:
    http://jigsaw.w3.org/css-validator/

  6. kastam
    kastam 14 May, 2008 at 10:20 am |

    Hi Shantanu,
    I used i3 theme 6, right sidebar.
    I have problem for IE 6, that the midle sidebar go down and not place properly.
    Could you help me to fix it?

    Tnk be 4
    Http://optikonline.info

  7. Saad Ibrahim Lakhany
    Saad Ibrahim Lakhany 29 May, 2008 at 2:05 pm |

    i was having the same prob with the i3 theme and the leopard theme both the trick posted on this blog didn’t worked, i saw this line “margin-left: 10px;” in my css below “line-height: 160%;” and i removed this line and it fixed the error in i.e 6
    I don’t know what are the side effects of removing this line but i am glad that i fixed it
    so can anyone tell me will removing this line affect anything?

  8. Saad Ibrahim Lakhany
    Saad Ibrahim Lakhany 29 May, 2008 at 11:37 pm |

    oh thanks for the info mate
    as you must have noticed that i don’t know anything about php

  9. Saad Ibrahim
    Saad Ibrahim 2 June, 2008 at 11:24 pm |

    hey what are you doing to add “If you liked this post, then you can Subscribe to my feed” in every post?

  10. Saad
    Saad 3 June, 2008 at 1:01 am |

    strange :S it shouldn’t bounce
    anyways thanks for you help!!!

  11. Erico
    Erico 8 July, 2008 at 7:21 pm |

    You save me. thanks!

  12. MacOSXPC.Com
    MacOSXPC.Com 27 July, 2008 at 4:03 am |

    Instructions for i3theme 1.6, 1.7 (Tested both on WP2.5 and WP2.6)

    1. Go to Admin panel
    2. Click on Design
    3. Click on Theme Editor
    4. Click on Stylesheet (style.php) on the right hand side
    5. Find ” /* sidebar */ ” (without quotes, should be through the end
    6. Remove “margin-left: 10px;” from #sidebar_right. (For techies: this code is useless because it is already floated right)
    7. Go and have a cup of tea :)

  13. MacOSXPC.Com
    MacOSXPC.Com 27 July, 2008 at 4:04 am |

    Made a mistake on section 4. The correct file is style.css, not style.php

  14. MacOSXPC.Com
    MacOSXPC.Com 27 July, 2008 at 4:06 am |

    How to make i3theme WordPress 2.6 compatible (image floating, gray box)?

    Add the following code at the end of style.css (directions provided above)

    /* WP 2.7 */
    /* Captions */
    .aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 10px 0 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    .wp-caption p.wp-caption-text {
    display: none;

    }
    /* End captions */

  15. Jess Alexander
    Jess Alexander 8 August, 2008 at 10:57 pm |

    I added a text widget to the left column and it caused both the middle and right columns to drop down. I have tried removing the “margin-left: 10px;” from #sidebar_right. and sidebar_left,

    I also decreased the size of the image that I was placing in the column. I”m not using IE, I’m using Firefox 3 – Please Help – I love the theme

  16. Smith
    Smith 21 August, 2008 at 3:58 am |

    I have the same problem
    Wordpress 2.61 with i3Theme Center edition versions 1.6 and 1.7.
    SO the right sidebar drop down and now is located under at bottom of main column. I tryed everything described in comments, but no result.

    PS
    All plugins are deactivated.

    PLEASE HELP.

  17. Saad Ibrahim
    Saad Ibrahim 21 August, 2008 at 5:29 am |

    Check if there is some sort of image etc that is bigger than the width of i3theme’s sidebar?

  18. Sydney Web Design
    Sydney Web Design 1 October, 2008 at 6:02 am |

    Hi , great blog, really helpful, i’m building a few WP sites so there are always a few questions keep up the great posts. I’ll be posting more articles on my Web Design Blog http://www.scottydonald.com

  19. ShoukaT
    ShoukaT 14 March, 2009 at 6:50 pm |

    thanks very much man

    i really needed it

    real amazing trick…

Leave a Reply