[Resolved] Internet explorer mess things up

Home Forums Support [Resolved] Internet explorer mess things up

Home Forums Support Internet explorer mess things up

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #400520
    Mårten

    Hi, I have a website that works fine in Chrome, Firefox and phones. In Internet Explorer on the other hand, I got problems. The first thing is that the font doesn’t work. I use my own. The second thing is I got a horizontal scroll and the page gets big, instead of responsive.

    The site: http://skaraborgsfilmfestival.se/

    Do you know what the problem may be?

    Thanks!
    Mathilda

    #400781
    Tom
    Lead Developer
    Lead Developer

    This custom CSS is likely causing that issue:

    .site-logo {
        float: left!important;
        margin-right: 7px;
    }
    #401110
    Mårten

    I removed the css and it still look the same! What about the font-problem?

    #401422
    Tom
    Lead Developer
    Lead Developer

    What happens when you remove the logo?

    How are you adding your own font? Is it working in other browsers?

    #401707
    Mårten

    I tried to delete the logo, it went better, but in the others browsers, the logo adapts to the screensize, it’s like the page loses it’s responsivity in explorer!

    I’m using “Font Organizer” It works in the other browsers, it’s just explorer that make no sense!

    Here’s explorer: http://sv.tinypic.com/r/2vdi642/9
    Here’s chrome: http://sv.tinypic.com/r/snibdu/9

    #402095
    Tom
    Lead Developer
    Lead Developer

    Maybe try removing the display:flex code from your header/site logo/header widget for now – it might be messing IE up.

    Otherwise you can just resize the image to fit inside your container, which would be better for site speed anyways.

    #402386
    Mårten

    I changed the image to fit the container and it looks good on my big screen. But if I resize the browser, the horizontal scroll comes back. I think we can live with that. I just under 1200px, and how many people uses a computer with size of the screen and explorer…

    But the font-problem, do you know have any idea why it’s different in explorer?

    #404341
    Tom
    Lead Developer
    Lead Developer

    I wonder if it’s the display: flex CSS you have applied to the site-logo and header-widget. Might be worth removing that CSS just to test. I can’t see any other reason.

    Perhaps this will help with the font issue: https://stackoverflow.com/questions/30174622/font-face-not-working-with-specific-version-of-internet-explorer-11

    #404612
    Mårten

    I have not applied any flex CSS, but I can see that it’s there. The thing is, there is no layoutplugin installed, so where does the flex comes from?!

    Thanks, I try that!

    #405913
    Tom
    Lead Developer
    Lead Developer

    Have you checked in your CSS file? Or in Customize > Additional CSS?

    #406015
    Mårten

    Yes, sorry. you where right. I used it to put the headerwidget under the “logo”. Is there any other way I can put the text right under the logo without flex?

    I found out that I needed woff-format for the font, btw! So now it works fine in every browser.

    #406047
    Tom
    Lead Developer
    Lead Developer

    What if you just added the text in the “After Header Content” hook in “Appearance > GP Hooks”?

    Let me know 🙂

    #406064
    Mårten

    Thank you, that was perfect!

    Thanks for all the help, have a great day!

    #406067
    Tom
    Lead Developer
    Lead Developer

    Thanks! You too! 🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.