• Hi, i have a problem: with chrome, firefox ecc. my blog runs ok… but with internet explorer, blog are cutted, wideget are under blog entry, tabbed siderbar are broken. all blog is on the left…

    What i have to do?

    I have arras last versione (1.0.5.1)
    Wordpress last version (3.1.2)
    Internet Explorer 9
    My blog:

    THANKS!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Kykkyus

    (@kykkyus)

    OPS:

    My Blog:
    https://www.gemskeeper.net/

    Thanks!

    Thread Starter Kykkyus

    (@kykkyus)

    Resolver tabbed sidebar in this way:

    1. Open your library/widgets.php file in your Arras theme.
    2. Find the line: “echo ‘<div id=”s-popular” class=”widgetcontainer clearfix”>’;”
    3. Replace it with: “echo ‘<div id=”s-popular” class=”widgetcontainer clearfix”>

      ‘;”
      4. Two lines below that, you’ll see: “echo ‘</div><!– #s-popular –>’;”
      5. Replace it with: “echo ‘

    </div><!– #s-popular –>’;”
    6. Problem solved.

    Remain the problems of bad layout and cut post…

    Please help^^

    Thread Starter Kykkyus

    (@kykkyus)

    OPS again…

    the solution for broke tabbed siderbar is:

    1. Open your library/widgets.php file in your Arras theme.
    2. Find the line: "echo '<div id="s-popular" class="widgetcontainer clearfix">';"
    3. Replace it with: "echo '<div id="s-popular" class="widgetcontainer clearfix"><ul>';"
    4. Two lines below that, you'll see: "echo '</div><!-- #s-popular -->';"
    5. Replace it with: "echo '</ul></div><!-- #s-popular -->';"
    6. Problem solved.

    Sorry

    Thread Starter Kykkyus

    (@kykkyus)

    UP ^^

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[arras theme] IE9 don't show my blog!’ is closed to new replies.