Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gribblej Friend
    #200827

    As usual, the site (newmyc.com) looks great except in Internet Explorer. Explorer is detecting an element above the container that appears to be about 40px high. So it is adding this padding above all other elements. It is nothing I did, and the IE developer tools are not proving to be of any use whatsoever. Where is it finding this phantom block that no other browser sees? I am stumped and would appreciate some help on this from JA.
    Thanks,
    -Jim G.

    gribblej Friend
    #547453

    I puzzled this out. IE was readiing params that all the other browsers ignored/reconciled. To feret them out was a pain in the youd know what. But I’m still noticing a lot of difference in the IE view. One has to do with menu module width. Am starting a new post on that.
    -Jim G.

    Eragon H Friend
    #547497

    Hi gribblej

    You missed a “}” in the file: root/templates/ja_biz/css/themes/blue/custom.css

    [PHP]@media screen and (min-width: 992px) {
    .t3-footer.container {
    padding-top: 0;
    height: 0px;
    }[/PHP]

    After adding the missing “}”, it works in IE now

    Best regard

    gribblej Friend
    #547549

    Thanks for pointing this out. I also applied this to green theme but IE still shows the footer container. Puzzling.

    Eragon H Friend
    #547599

    Hi gribblej,

    I see that the green theme is working in IE now.

    Again, you missed “}” in the file: root/templates/ja_biz/css/themes/green/custom.css

    @media screen and (min-width: 992px) {
    .t3-footer.container {
    display: none;
    }
    #t3-footer {
    display: none;
    }

    Best regards

    gribblej Friend
    #547676

    Yes thanks I saw that. The error got replicated because it occurred first in the blue theme and that wholefile was uploaded to the green theme.

    Eragon H Friend
    #547793

    Hi gribblej,

    Its great to know that the issue was solved

    Best regards

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Eragon H 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum