Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @chays77,

    I went to the link you sent me in Internet Explorer 11 I see two tabs – Catalog and Drawing – both with content (a table under the Catalog tab and four diagrams under the Drawing tab).

    Are you seeing something different?

    Let me know,
    Kevin.

    Thread Starter Curtis Hays

    (@chays77)

    If i change the following css from hidden to visible it displays the tabs in IE but the content container isn’t right, content flows over top.
    .mk-tabs-pane {
    overflow: hidden;
    height: 0;
    }

    Something now with the display:block vs inline?
    <div class=”mk-tabs-pane panel entry-content wc-tab” id=”tab-drawing” style=”display: block;”>

    Thread Starter Curtis Hays

    (@chays77)

    I have a table on the Catalog tab and you can see that related products sits over top the of the table.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Ah yes – I see what you mean. Unfortunately I don’t think this is our plugin; if you used WooCommerce’s standard description tab and loaded it with a table that big it would also overflow. We don’t have any effect over the front-end display – we hand the content over to WooCommerce and it all goes through the standard WooCommerce rendering functions.

    Let me check out the CSS you posted and see if it’ll work.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    I’m running into the same issue as you and Internet Explorer is blowing up my computer.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tabs not displaying content in IE 11’ is closed to new replies.