• Hello

    I noticed in the newest Customizr that the logotype is not visible when visiting the site using Internet Explorer 9. Using IE9 Compatibility View doesn’t help either.

    The cause is found in the IMG tag:
    <img <strong>width="1" height="1"</strong> alt="Back to start page" src="https://fictional.url/site-logo.png"/>

    Remove the set width and height inside the tag and the logo re-appears.

    Is the cause of this the fact that the logotype dimensions are is 162x122px?
    How would I go around this limitation?
    I tested adding this to functions.php
    add_filter( '__max_logo_height', 122 );
    to no avail.

    Any tips are appreciated!

    Kind regards
    Ludwig T

Viewing 3 replies - 1 through 3 (of 3 total)
  • The 1px x 1px image size makes me think that you might be falling foul of the non-retina bug (discussed here for example).

    Could you try switching ON retina support in Customiz’it and re-uploading the logo? If that fixes it, then you can keep it like that until the next release, which fixes the bug.

    However, I don’t understand why this would manifest itself only on IE9. Let us know what happens when you’ve tried what I suggest above.

    Thread Starter ludwigt

    (@ludwigt)

    I attempted the actions you suggested but to no avail.
    Again, the logo HAS a greater height than what is pre-defined in Customizr but I would have thought such a problem was visible in other browsers as well.

    The problem may be present in other Internet Explorer versions, I have only tested 11 and 9 so far.

    Are you running the latest version of Customizr?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo and Internet Explorer 9’ is closed to new replies.